Changeset 8674 for trunk/psastro/src/psastroMosaicSetMatch.c
- Timestamp:
- Aug 29, 2006, 12:02:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicSetMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicSetMatch.c
r7332 r8674 35 35 psArray *refstars = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.REFSTARS"); 36 36 if (refstars == NULL) { continue; } 37 psTrace (__func__, 4, "Trying % d refstars\n", refstars->n);37 psTrace (__func__, 4, "Trying %ld refstars\n", refstars->n); 38 38 39 39 // use small radius to match stars (assume starting astrometry is good) 40 40 // XXX should this take a (double radius)? 41 41 psArray *matches = pmAstromRadiusMatchChip (rawstars, refstars, recipe); 42 psTrace (__func__, 4, "Matched % d refstars\n", matches->n);42 psTrace (__func__, 4, "Matched %ld refstars\n", matches->n); 43 43 44 44 sprintf (name, "raw.%02d.dat", view->chip);
Note:
See TracChangeset
for help on using the changeset viewer.
