IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24260


Ignore:
Timestamp:
May 27, 2009, 10:47:50 AM (17 years ago)
Author:
Paul Price
Message:

Updating flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ds9_cmf_regions.pl

    r20555 r24260  
    3131$flag_colour = "red";
    3232$radius = 5;
    33 $flag = 0x3888;
     33$flag = (8 | # FAIL
     34         1024 | # BADPSF
     35         2048 | # DEFECT
     36         4096 | # SATURATED
     37         8192 | # CR_LIMIT
     38         65536 # SKY_FAILURE
     39         );
    3440
    3541GetOptions(
Note: See TracChangeset for help on using the changeset viewer.