Changeset 13825
- Timestamp:
- Jun 13, 2007, 5:33:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/getstar/src/MatchImages.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/getstar/src/MatchImages.c
r12774 r13825 15 15 double xmin, xmax, ymin, ymax; 16 16 17 if (!WITH_PHU && !strcmp (&image[0].coords.ctype[4], "-DIS")) return FALSE; 18 if ( SOLO_PHU && strcmp (&image[0].coords.ctype[4], "-DIS")) return FALSE; 17 *Nmatch = 0; 18 19 if (!WITH_PHU && !strcmp (&image[0].coords.ctype[4], "-DIS")) return NULL; 20 if ( SOLO_PHU && strcmp (&image[0].coords.ctype[4], "-DIS")) return NULL; 19 21 20 22 /* project onto rectilinear grid with 1 arcsec pixels */ … … 25 27 if (MOSAIC == NULL) { 26 28 fprintf (stderr, "no mosaic for WRP image (use -mosaic)\n"); 27 return (FALSE);29 return NULL; 28 30 } 29 31 RegisterMosaic (MOSAIC);
Note:
See TracChangeset
for help on using the changeset viewer.
