- Timestamp:
- Jun 12, 2015, 9:30:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/addstar/src/sedstar.c
r25757 r38444 26 26 for (i = 0; i < skylist[0].Nregions; i++) { 27 27 incatalog.filename = skylist[0].filename[i]; 28 incatalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;28 incatalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_SECFILT; 29 29 30 30 // an error exit status here is a significant error … … 34 34 } 35 35 36 // Nave s_disk == 0 implies an empty catalog file37 if ((incatalog.Nave s_disk == 0) && options.only_match) {36 // Naverage_disk == 0 implies an empty catalog file 37 if ((incatalog.Naverage_disk == 0) && options.only_match) { 38 38 if (VERBOSE) fprintf (stderr, "skipping empty region\n"); 39 39 dvo_catalog_unlock (&incatalog); … … 54 54 outcatalog.catmode = dvo_catalog_catmode (CATMODE); // set the default catmode from config data 55 55 outcatalog.Nsecfilt = GetPhotcodeNsecfilt (); 56 outcatalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_MISS | LOAD_SECF;56 outcatalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_MEASURE | DVO_LOAD_MISSING | DVO_LOAD_SECFILT; 57 57 58 58 // an error exit status here is a significant error
Note:
See TracChangeset
for help on using the changeset viewer.
