- Timestamp:
- Sep 17, 2007, 10:19:36 AM (19 years ago)
- File:
-
- 1 edited
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)) {
Note:
See TracChangeset
for help on using the changeset viewer.
