- Timestamp:
- May 31, 2021, 11:45:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/include/relphot.h
r41624 r41625 8 8 9 9 # 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) 10 17 11 18 # ifndef MAX_INT … … 453 460 char MOSAICNAME[256]; 454 461 char STATMODE[32]; 455 int STAR_BAD;456 int MEAS_BAD;457 462 int STAR_TOOFEW; 458 463 int GRID_TOOFEW; 459 464 int IMAGE_TOOFEW; 460 465 double IMAGE_GOOD_FRACTION; 461 int IMAGE_BAD;462 466 int CALIBRATE_STACKS_AND_WARPS; 463 467 … … 848 852 int GetZptIteration (void); 849 853 850 void SetZeroPointModes ( void);854 void SetZeroPointModes (Catalog *catalog, int Ncatalog); 851 855 int UseStandardOLS (ZptFitModeType mode); 852 856 int GetActivePhotcodeIndex (int photcode);
Note:
See TracChangeset
for help on using the changeset viewer.
