Changeset 15001 for trunk/psLib/src/imageops/psImageMapFit.c
- Timestamp:
- Sep 24, 2007, 11:29:10 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r14983 r15001 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-09-2 2 03:05:50 $9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-24 21:29:10 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 18 18 19 19 #include <stdio.h> 20 #include "psMemory.h"21 20 #include "psError.h" 22 21 #include "psAbort.h" 23 22 #include "psTrace.h" 24 23 25 // XXX for testing26 24 // #include "psFits.h" 27 // #include "psFitsImage.h"28 29 25 #include "psAssert.h" 30 26 #include "psRegion.h" 31 27 // #include "psFitsImage.h" 28 29 #include "psMemory.h" 32 30 #include "psVector.h" 33 31 #include "psImage.h" … … 182 180 if (m == Ny - 1) Qy = 0; 183 181 182 assert (isfinite(fi)); 183 assert (isfinite(wt)); 184 assert (isfinite(rx)); 185 assert (isfinite(ry)); 186 184 187 // points at offset 1,1 185 188 if ((Qx == 1) && (Qy == 1)) {
Note:
See TracChangeset
for help on using the changeset viewer.
