Changeset 38986 for trunk/Ohana/src/getstar
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/getstar/src/MatchImages.c (modified) (1 diff, 1 prop)
-
src/getstar/src/write_catalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/getstar/src/MatchImages.c
- Property svn:mergeinfo deleted
r38732 r38986 29 29 tcoords.crval1 = image[0].coords.crval1; 30 30 tcoords.crval2 = image[0].coords.crval2; 31 31 32 if (!strcmp (&image[0].coords.ctype[4], "-WRP")) { 32 33 myAssert (image[0].coords.mosaic, "should already have tested this"); -
trunk/Ohana/src/getstar/src/write_catalog.c
r15539 r38986 5 5 /* write out the selected stars */ 6 6 // XXX need to set the catalog boundaries by hand? RA0-RA1, DEC0-DEC1 7 dvo_catalog_save (catalog, VERBOSE); 8 dvo_catalog_unlock (catalog); 9 dvo_catalog_free (catalog); 7 SetProtect (TRUE); 8 if (!dvo_catalog_save (catalog, VERBOSE)) { fprintf (stderr, "ERROR: failed to save %s\n", catalog->filename); exit (1); } 9 if (!dvo_catalog_unlock (catalog)) { fprintf (stderr, "ERROR: failed to unlock %s\n", catalog->filename); exit (1); } 10 SetProtect (FALSE); 11 dvo_catalog_free (catalog); 10 12 fprintf (stderr, "SUCCESS\n"); 11 13 exit (0);
Note:
See TracChangeset
for help on using the changeset viewer.
