- 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/imphot.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/opihi/dvo/imphot.c
r29540 r30631 9 9 char bufname[64]; 10 10 float *p; 11 double fx, fy, x, y , applyMcal();11 double fx, fy, x, y; 12 12 Image *image; 13 13 Buffer *buf; … … 63 63 for (y = 0; y < 200; y+=1.0) { 64 64 for (x = 0; x < 100; x+=1.0, p++) { 65 *p = applyMcal (&image[subset[0]], (fx*x), (fy*y)); 65 // *p = applyMcal (&image[subset[0]], (fx*x), (fy*y)); 66 *p = image[subset[0]].Mcal; 66 67 } 67 68 } … … 70 71 for (j = 0; j < Nsubset; j++) { 71 72 i = subset[j]; 73 gprint (GP_ERR, "%s: %f\n", image[i].name, image[i].Mcal); 74 75 // XXX old code when we had the option of a 2D zero point model 76 # if (0) 72 77 switch (image[i].order) { 73 78 case 0: … … 90 95 break; 91 96 } 97 # endif 92 98 } 93 99
Note:
See TracChangeset
for help on using the changeset viewer.
