- Timestamp:
- Feb 23, 2007, 4:39:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/libdvo/include/dvo.h
r12011 r12031 39 39 40 40 /* photometry code types */ 41 # define PHOT_PRI 0x0141 // # define PHOT_PRI 0x01 42 42 # define PHOT_SEC 0x02 43 43 # define PHOT_DEP 0x03 … … 133 133 134 134 typedef struct { 135 int Ncode; 136 int Nsecfilt; 137 int hashcode[0x10000]; 138 int hashNsec[0x10000]; 135 int Ncode; // number of photcodes 136 int Nsecfilt; // number of average magnitudes 137 int hashcode[0x10000]; // index from photcode value to sequence 138 int hashNsec[0x10000]; // index from photcode value to Nsec seq 139 int codeNsec[0x10000]; // index from Nsec seq to photcode value 139 140 PhotCode *code; 140 141 } PhotCodeData; … … 235 236 int PhotColor (Average *average, SecFilt *secfilt, Measure *measure, int c1, int c2, double *color); 236 237 237 int LoadPhotcodes (char *filename); 238 PhotCodeData *GetPhotcodeTable (); 239 240 int LoadPhotcodes (char *catdir_file, char *master_file); 241 int LoadPhotcodesText (char *filename); 242 int LoadPhotcodesFITS (char *filename); 243 238 244 int GetPhotcodeCodebyName (char *name); 239 245 int GetPhotcodeEquivCodebyName (char *name);
Note:
See TracChangeset
for help on using the changeset viewer.
