Changeset 28241 for trunk/Ohana/src/getstar
- Timestamp:
- Jun 6, 2010, 4:06:31 PM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
src/getstar/src/MatchImages.c (modified) (1 diff)
-
src/getstar/src/SelectImages.c (modified) (1 diff)
-
src/getstar/src/select_by_region.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/czw_branch/20100427/Ohana merged eligible /branches/eam_branches/Ohana.20100606 merged eligible /branches/haf_branches/ipp.20100512/Ohana merged eligible /branches/pap/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/getstar/src/MatchImages.c
r27435 r28241 132 132 } 133 133 134 if (VERBOSE) fprintf (stderr, "found %lld overlapping images\n", (long long)nmatch);134 if (VERBOSE) fprintf (stderr, "found "OFF_T_FMT" overlapping images\n", nmatch); 135 135 136 136 *Nmatch = nmatch; -
trunk/Ohana/src/getstar/src/SelectImages.c
r27435 r28241 31 31 } 32 32 33 if (VERBOSE) fprintf (stderr, "found %lld matching images\n", (long long)nmatch);33 if (VERBOSE) fprintf (stderr, "found "OFF_T_FMT" matching images\n", nmatch); 34 34 35 35 *Nmatch = nmatch; -
trunk/Ohana/src/getstar/src/select_by_region.c
r27675 r28241 161 161 output[0].Nsecf_mem = Nave*Nsecfilt; 162 162 163 fprintf (stderr, "output catalog has %lld stars (%lldmeasures, %d secfilt)\n",164 (long long) output[0].Naverage, (long long)output[0].Nmeasure, output[0].Nsecfilt);163 fprintf (stderr, "output catalog has "OFF_T_FMT" stars ("OFF_T_FMT" measures, %d secfilt)\n", 164 output[0].Naverage, output[0].Nmeasure, output[0].Nsecfilt); 165 165 return (TRUE); 166 166 }
Note:
See TracChangeset
for help on using the changeset viewer.
