Changeset 3536 for trunk/Ohana/src/libohana/include/loneos.h
- Timestamp:
- Mar 28, 2005, 4:48:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/loneos.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/loneos.h
r3508 r3536 51 51 char filename[256]; 52 52 } 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 */71 53 72 54 /* average data as stored in the LONEOS database -- must be translated on load */
Note:
See TracChangeset
for help on using the changeset viewer.
