IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2021, 11:45:18 AM (5 years ago)
Author:
eugene
Message:

major revision of the flagging and resets. cleanup of old cruft and deprecated flag values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/include/relphot.h

    r41624 r41625  
    88
    99# define NBOOTSTRAP 100
     10
     11// MEAS_BAD is used in ImageOps.c, MosaicOps.c, TGroupOps.c to skip specific measurements.
     12// ID_MEAS_AREA is raised for measurements outside the user-specified region of the chips
     13// ID_MEAS_NOCAL is raised for measurements outside the valid time range or for inactive photcodes
     14// Note: these bits are only raised on the temporary MeasureTiny elements and are not saved
     15// to the database files.
     16# define MEAS_BAD (ID_MEAS_AREA | ID_MEAS_NOCAL)
    1017
    1118# ifndef MAX_INT
     
    453460char   MOSAICNAME[256];
    454461char   STATMODE[32];
    455 int    STAR_BAD;
    456 int    MEAS_BAD;
    457462int    STAR_TOOFEW;
    458463int    GRID_TOOFEW;
    459464int    IMAGE_TOOFEW;
    460465double IMAGE_GOOD_FRACTION;
    461 int    IMAGE_BAD;
    462466int    CALIBRATE_STACKS_AND_WARPS;
    463467
     
    848852int GetZptIteration (void);
    849853
    850 void SetZeroPointModes (void);
     854void SetZeroPointModes (Catalog *catalog, int Ncatalog);
    851855int UseStandardOLS (ZptFitModeType mode);
    852856int GetActivePhotcodeIndex (int photcode);
Note: See TracChangeset for help on using the changeset viewer.