IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2012, 2:49:51 PM (14 years ago)
Author:
eugene
Message:

use unique names for dvo master/client I/O files; mark stars for which average used SYNTH or UBERCAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h

    r33520 r33564  
    172172/* Secfilt.flags values -- these values are 32 bit (as of PS1_V1) */
    173173typedef 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
    182184} DVOSecfiltFlags;
    183185
     
    254256  char *hostname;             // name of remote machine
    255257  char *pathname;             // name of directory for this machine's data
     258  char *results;              // name of file machine's result data
    256259  int hostID;                 // remove machine ID in SkyTable
    257260  int stdio[3];               // fd's for communication with the remote host
Note: See TracChangeset for help on using the changeset viewer.