Changeset 15562 for trunk/psastro/src/psastroMosaicSetMatch.c
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicSetMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicSetMatch.c
r12806 r15562 15 15 if (!status) { 16 16 psError(PS_ERR_IO, false, "Failed to lookup matching radius: %s", radiusWord); 17 return NULL;17 return false; 18 18 } 19 20 if (RADIUS <= 0.0) { 21 if (iteration == 0) { 22 psError(PS_ERR_IO, false, "Invalid match radius for first iteration: %s", radiusWord); 23 return false; 24 } 25 psWarning ("skipping match for iteration %d\n", iteration); 26 return true; 27 } 19 28 20 29 // this loop selects the matched stars for all chips
Note:
See TracChangeset
for help on using the changeset viewer.
