Changeset 30616 for trunk/Ohana/src/photdbc/include/photdbc.h
- Timestamp:
- Feb 13, 2011, 11:30:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/photdbc/include/photdbc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/photdbc/include/photdbc.h
r29938 r30616 51 51 double DMGAIN; 52 52 double CHISQ_MAX; 53 double SIGMA_MIN_KEEP; 53 54 double SIGMA_MAX; 54 55 double AVE_SIGMA_LIM; 55 56 int NMEAS_MIN; 57 int NMEAS_MIN_FILTERED; 58 int NCODE_MIN; 56 59 double ZERO_POINT; 60 61 int ExcludeByMinSigma; 57 62 58 63 int ExcludeByInstMag; … … 65 70 SkyRegion REGION; 66 71 PhotCodeData photcodes; 72 73 char *PHOTCODE_DROP_LIST, *PHOTCODE_SKIP_LIST; 74 int NphotcodesDrop, NphotcodesSkip; 75 PhotCode **photcodesDrop, **photcodesSkip; 67 76 68 77 # define FLAG_AREA 0X0001
Note:
See TracChangeset
for help on using the changeset viewer.
