Changeset 3536 for trunk/Ohana/src/libohana/include/elixir.h
- Timestamp:
- Mar 28, 2005, 4:48:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/elixir.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/elixir.h
r3508 r3536 61 61 char filename[256]; 62 62 } 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 */81 63 82 64 /* average data as stored in the LONEOS database */
Note:
See TracChangeset
for help on using the changeset viewer.
