- Timestamp:
- Mar 17, 2012, 2:49:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
r33520 r33564 172 172 /* Secfilt.flags values -- these values are 32 bit (as of PS1_V1) */ 173 173 typedef enum { 174 ID_SECF_STAR_FEW = 0x00000001, // used within relphot: skip star 175 ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star 176 ID_PHOTOM_PASS_0 = 0x00000100, // average magnitude calculated in 0th pass 177 ID_PHOTOM_PASS_1 = 0x00000200, // average magnitude calculated in 1th pass 178 ID_PHOTOM_PASS_2 = 0x00000400, // average magnitude calculated in 2th pass 179 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 180 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 181 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 174 ID_SECF_STAR_FEW = 0x00000001, // used within relphot: skip star 175 ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star 176 ID_SECF_USE_SYNTH = 0x00000004, // synthetic photometry used in average measurement 177 ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement 178 ID_PHOTOM_PASS_0 = 0x00000100, // average magnitude calculated in 0th pass 179 ID_PHOTOM_PASS_1 = 0x00000200, // average magnitude calculated in 1th pass 180 ID_PHOTOM_PASS_2 = 0x00000400, // average magnitude calculated in 2th pass 181 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 182 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 183 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 182 184 } DVOSecfiltFlags; 183 185 … … 254 256 char *hostname; // name of remote machine 255 257 char *pathname; // name of directory for this machine's data 258 char *results; // name of file machine's result data 256 259 int hostID; // remove machine ID in SkyTable 257 260 int stdio[3]; // fd's for communication with the remote host
Note:
See TracChangeset
for help on using the changeset viewer.
