- Timestamp:
- Sep 8, 2014, 2:44:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/addstar/src/find_missing.c
r10937 r37378 14 14 REALLOCATE (catalog[0].missing, Missing, NMISS); 15 15 } 16 if (!FindMosaicForImage (overlap, Noverlap, j)) continue;17 16 if (!in_image (catalog[0].average[Nave].R, catalog[0].average[Nave].D, &overlap[j])) continue; 18 17 add_miss_link (&catalog[0].average[Nave], next_miss, Nmiss); … … 27 26 /* add reference for undetected catalog stars */ 28 27 /* XXX allow this option only for single images? */ 29 if (!strcmp (&image[0].coords.ctype[4], "-WRP")) RegisterMosaic (mosaic);28 if (!strcmp (&image[0].coords.ctype[4], "-WRP")) image[0].coords = mosaic; 30 29 for (j = 0; (j < Nave) && !options.skip_missed; j++) { 31 30 n = N2[j];
Note:
See TracChangeset
for help on using the changeset viewer.
