You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zall-tilecumulative-loa.fits has 65 objects with OBJTYPE != 'TGT' and ZWARN==0. These have OBJTYPE=='NON' from special/dark tiles 82634 and 82635 and should get a ZWARN flag.
Proposed rules:
if OBJTYPE == 'SKY':
set ZWARN bit 0 (SKY)
elif OBJTYPE != 'TGT':
set ZWARN bit 8 (BAD_TARGET)
that will catch OBJTYPE = '', None, 'NON', 'BAD', etc. all as going to BAD_TARGET.
Update: there are an additional 16 targets with OBJTYPE=='NON' and ZWARN==4 (bit 2, SMALL_DELTA_CHI2), which should also have bit 8 set.
The text was updated successfully, but these errors were encountered:
zall-tilecumulative-loa.fits has 65 objects with OBJTYPE != 'TGT' and ZWARN==0. These have OBJTYPE=='NON' from special/dark tiles 82634 and 82635 and should get a ZWARN flag.
Proposed rules:
that will catch OBJTYPE = '', None, 'NON', 'BAD', etc. all as going to BAD_TARGET.
Update: there are an additional 16 targets with OBJTYPE=='NON' and ZWARN==4 (bit 2, SMALL_DELTA_CHI2), which should also have bit 8 set.
The text was updated successfully, but these errors were encountered: