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/elixir.h

    r3508 r3536  
    6161  char filename[256];
    6262} DetReg;    /* 416 bytes */
    63 
    64 /* Instant Zeropoint structure */
    65 typedef struct {
    66   float ZP;                   /* measured zero point */
    67   float ZPo;                  /* expected zero point */
    68   float dZP;                  /* error on zero point */
    69   float K;                    /* airmass term used */
    70   float X;                    /* color term used */
    71   e_time tstart;   /* start time of observation */
    72   e_time tstop;    /* end time of observation */
    73   short int c1;               /* photcode for color term */
    74   short int c2;               /* photcode for color term */
    75   short int photcode;         /* appropriate photcode */
    76   char label[64];
    77   short int refcode;          /* reference photometry system */
    78   int Ntime;                  /* number of measurement times */
    79   int Nmeas;                  /* number of data points */
    80 } PhotPars;    /* 108 bytes */
    8163
    8264/* average data as stored in the LONEOS database */
Note: See TracChangeset for help on using the changeset viewer.