evselect supports selections based on intrinsic event attributes. These attributes are present in the input event list table as corresponding columns, the names of which are to be used in the selection expression. This group further falls into the following sub-categories:
e.g. (RA,DEC) in CIRCLE(253.231,-2.052,0.0166) or (RA,DEC) in BOX(121.234,23.456,0.125,0.125,0)where all values are in units of degrees. These values are pre-processed into sky pixels.
e.g. expression='IMAGE(myHSTimage.fits)'
This expression is pre-processed into a BOX, encompassing the whole image logically ANDed with a MASK, e.g.
'(X,Y) in BOX(25000,25000,15000,15000,0) && MASK(myHSTimage.fits)'