- Timestamp:
- May 21, 2021, 10:03:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/assign_images.c
r41485 r41603 36 36 if (MOSAIC_ZEROPT) { 37 37 makeMosaics (image, Nimage, FALSE); 38 39 // center coords and Mcal, dMcal, Mchisq for the mosaics 38 MARKTIME("set mosaic coordinates and Mcal values: %f sec\n", dtime); 39 40 // center coords and zero Mcal, dMcal, Mchisq for the mosaics 40 41 setMosaicCenters (image, Nimage); 41 42 MARKTIME("set mosaic coordinates and Mcal values: %f sec\n", dtime); … … 124 125 Mosaic *mosaic = getMosaicForImage (j); 125 126 if (mosaic) { 126 Rc = mosaic->coords.crval1;127 Dc = mosaic->coords.crval2;128 // NOTE : have defined mosaic Rc,Dc to choose the side of 0,360 on which most of the129 // chips are located. but, for host assignment, we rationalize to 0.0 - 360.0130 Rc = ohana_normalize_angle_to_midpoint (Rc, 180.0);127 Rc = mosaic->coords.crval1; 128 Dc = mosaic->coords.crval2; 129 // NOTE : have defined mosaic Rc,Dc to choose the side of 0,360 on which most of the 130 // chips are located. but, for host assignment, we rationalize to 0.0 - 360.0 131 Rc = ohana_normalize_angle_to_midpoint (Rc, 180.0); 131 132 } 132 133 }
Note:
See TracChangeset
for help on using the changeset viewer.
