- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/dvo/images.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/opihi/dvo/images.c
r30118 r30631 223 223 goto got_type; 224 224 } 225 // For 'TrianglePts' (TRI-), we are using the Mx,My, etc terms to save the coordinates 226 // this means triangular images cannot carry photometric zero-point variations 225 // For 'TrianglePts' (TRI-), we are absurdly overloaded values otherwise not used 227 226 if (typehash == TrianglePts) { 228 227 Npts = 3; 229 x[0] = image[ i].Mx; y[0] = image[i].My;230 x[1] = image[ i].Mxxx; y[1] = image[i].Mxyy;231 x[2] = image[ i].Mxxy; y[2] = image[i].Myyy;228 x[0] = image[0].dXpixSys; y[0] = image[0].dYpixSys; 229 x[1] = image[0].dMagSys; y[1] = image[0].nFitAstrom; 230 x[2] = image[0].photom_map_id; y[2] = image[0].astrom_map_id; 232 231 goto got_type; 233 232 }
Note:
See TracChangeset
for help on using the changeset viewer.
