- Timestamp:
- Jan 12, 2015, 12:29:24 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/gimages.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/opihi/dvo/gimages.c
r36489 r37822 85 85 if ((image = LoadImagesDVO (&Nimage)) == NULL) return (FALSE); 86 86 image_subset (image, Nimage, &subset, &Nsubset, selection, tzero, trange, TimeSelect); 87 BuildChipMatch (image, Nimage);87 // BuildChipMatch (image, Nimage); 88 88 89 89 int DistortImage = wordhash ("-DIS"); … … 102 102 } 103 103 } 104 if (!FindMosaicForImage (image, Nimage, i)) continue;105 104 106 105 typehash = wordhash (&image[i].coords.ctype[4]); … … 129 128 if (fabs(Ro - Ra) > 120.0) continue; 130 129 130 InitCoords (&local, "DEC--TAN"); 131 131 local.crval1 = Ro; 132 132 local.crval2 = Do; 133 local.crpix1 = local.crpix2 = 0.0;134 133 local.cdelt1 = local.cdelt2 = 1.0/3600.0; 135 local.pc1_1 = local.pc2_2 = 1.0;136 local.pc2_1 = local.pc1_2 = 0.0;137 local.Npolyterms = 1;138 strcpy (local.ctype, "DEC--TAN");139 134 140 135 if (typehash == DistortImage) {
Note:
See TracChangeset
for help on using the changeset viewer.
