Changeset 37807 for trunk/Ohana/src/uniphot/src/find_image_sgroups.c
- Timestamp:
- Jan 11, 2015, 2:14:39 PM (12 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/uniphot/src/find_image_sgroups.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo changed
-
trunk/Ohana/src/uniphot/src/find_image_sgroups.c
r36481 r37807 18 18 } 19 19 20 coords.crpix1 = coords.crpix2 = 0.0; 21 coords.cdelt1 = coords.cdelt2 = 1.0; /* scale is degrees, radius in degrees */ 22 coords.pc1_1 = coords.pc2_2 = 1.0; 23 coords.pc1_2 = coords.pc2_1 = 0.0; 24 strcpy (coords.ctype, "DEC--TAN"); 20 InitCoords (&coords, "DEC--TAN"); 25 21 26 22 Ngroup = 0; … … 41 37 // NOCAL above is used to mark images which do not match the photcode (including the DIS) 42 38 // if (!strcmp(&image[i].coords.ctype[4], "-DIS")) continue; 43 44 // this adds 1.3 sec for 3M images45 if (!FindMosaicForImage (image, Nimage, i)) {46 fprintf (stderr, "cannot find mosaic for "OFF_T_FMT"\n", i);47 continue;48 }49 39 50 40 /* define image center - note the DIS images (mosaic phu) are special */ … … 83 73 // if (!strcmp(&image[j].coords.ctype[4], "-DIS")) continue; 84 74 85 // this adds 1.3 sec for 3M images86 if (!FindMosaicForImage (image, Nimage, j)) {87 fprintf (stderr, "cannot find mosaic for "OFF_T_FMT"\n", j);88 continue;89 }90 91 75 /* project image center to local coords, check radius */ 92 76 if (!strcmp(&image[j].coords.ctype[4], "-DIS")) {
Note:
See TracChangeset
for help on using the changeset viewer.
