IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2005, 4:48:19 PM (21 years ago)
Author:
eugene
Message:

adding PhotPars and PhotParsOld to autocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/panstarrs.h

    r3508 r3536  
    5151  char filename[256];
    5252} DetReg;    /* 416 bytes */
    53 
    54 /* Instant Zeropoint structure */
    55 typedef struct {
    56   float ZP;                   /* measured zero point */
    57   float ZPo;                  /* expected zero point */
    58   float dZP;                  /* error on zero point */
    59   float K;                    /* airmass term used */
    60   float X;                    /* color term used */
    61   e_time tstart;   /* start time of observation */
    62   e_time tstop;    /* end time of observation */
    63   short int c1;               /* photcode for color term */
    64   short int c2;               /* photcode for color term */
    65   short int photcode;         /* appropriate photcode */
    66   char label[64];
    67   short int refcode;          /* reference photometry system */
    68   int Ntime;                  /* number of measurement times */
    69   int Nmeas;                  /* number of data points */
    70 } PhotPars;    /* 108 bytes */
    7153
    7254/* average data as stored in the LONEOS database */
Note: See TracChangeset for help on using the changeset viewer.