- Timestamp:
- Jun 12, 2015, 9:26:15 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150419/Ohana/src/opihi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dvo/avmatch.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150112/Ohana/src/opihi merged eligible /branches/eam_branches/ipp-20150405/Ohana/src/opihi merged eligible /trunk/Ohana/src/opihi merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi/dvo/avmatch.c
r37807 r38443 115 115 116 116 CoordsFile = abspath("coords.fits", 1024); 117 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, NULL);117 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL); 118 118 if (!status) goto escape; 119 119 } … … 190 190 snprintf (hostfile, 1024, "%s/%s.cpt", HOSTDIR, skylist[0].regions[i]->name); 191 191 catalog.filename = HOST_ID ? hostfile : skylist[0].filename[i]; 192 catalog.catflags = LOAD_AVES | LOAD_SECF;193 catalog.catflags |= needMeasure ? LOAD_MEAS : SKIP_MEAS;194 catalog.catflags |= needLensobj ? LOAD_LENSOBJ :SKIP_LENSOBJ;195 catalog.catflags |= needStarpar ? LOAD_STARPAR :SKIP_STARPAR;192 catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT; 193 catalog.catflags |= needMeasure ? DVO_LOAD_MEASURE : DVO_SKIP_MEASURE; 194 catalog.catflags |= needLensobj ? DVO_LOAD_LENSOBJ : DVO_SKIP_LENSOBJ; 195 catalog.catflags |= needStarpar ? DVO_LOAD_STARPAR : DVO_SKIP_STARPAR; 196 196 catalog.Nsecfilt = 0; 197 197 … … 302 302 vec[i][0].Nelements = Nfound; 303 303 } 304 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, NULL);304 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, FALSE, NULL); 305 305 free (vec[Nfields]->elements.Int); 306 306 free (vec[Nfields]);
Note:
See TracChangeset
for help on using the changeset viewer.
