- Timestamp:
- Jun 2, 2015, 12:37:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/relastro/src/relastro_objects.c
r37807 r38352 44 44 catalog.catformat = dvo_catalog_catformat (CATFORMAT); // set the default catformat from config data 45 45 catalog.catmode = dvo_catalog_catmode (CATMODE); // set the default catmode from config data 46 catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;46 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT; 47 47 catalog.Nsecfilt = GetPhotcodeNsecfilt (); 48 48 … … 52 52 exit (1); 53 53 } 54 if (!catalog.Nave s_disk) {54 if (!catalog.Naverage_disk) { 55 55 if (VERBOSE2) fprintf (stderr, "no data in %s, skipping\n", catalog.filename); 56 56 dvo_catalog_unlock (&catalog);
Note:
See TracChangeset
for help on using the changeset viewer.
