Changeset 14865
- Timestamp:
- Sep 17, 2007, 10:19:36 AM (19 years ago)
- Location:
- branches/eam_branch_20070830/psLib
- Files:
-
- 2 edited
-
src/imageops/psImageMapFit.c (modified) (4 diffs)
-
test/imageops/tap_psImageMapFit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psLib/src/imageops/psImageMapFit.c
r14864 r14865 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1.1.2. 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-09-17 20:1 7:21$9 * @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-17 20:19:36 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 22 22 23 23 // XXX for testing 24 #include "psFits.h"25 #include "psFitsImage.h"24 // #include "psFits.h" 25 // #include "psFitsImage.h" 26 26 27 27 #include "psAssert.h" … … 253 253 } 254 254 255 # if (0) 255 256 psFits *fits = psFitsOpen ("Agj.fits", "w"); 256 257 psFitsWriteImage (fits, NULL, A, 0, NULL); … … 266 267 psFitsClose (fits); 267 268 psFree (vector); 269 # endif 268 270 269 271 if (!psMatrixGJSolveF32(A, B)) { -
branches/eam_branch_20070830/psLib/test/imageops/tap_psImageMapFit.c
r14864 r14865 93 93 } 94 94 95 SaveImage (NULL, map->map, "map.fits");96 SaveImage (NULL, field, "field.fits");97 SaveImage (NULL, model, "model.fits");95 // SaveImage (NULL, map->map, "map.fits"); 96 // SaveImage (NULL, field, "field.fits"); 97 // SaveImage (NULL, model, "model.fits"); 98 98 99 99 psFree (model);
Note:
See TracChangeset
for help on using the changeset viewer.
