Changeset 4754
- Timestamp:
- Aug 10, 2005, 2:03:51 PM (21 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 deleted
- 7 edited
-
Makefile.am (modified) (2 diffs)
-
pmAstrometry.c (added)
-
pmAstrometry.h (added)
-
pmFlatField.h (modified) (2 diffs)
-
pmMaskBadPixels.h (modified) (2 diffs)
-
pmNonLinear.h (modified) (2 diffs)
-
pmReadoutCombine.h (modified) (2 diffs)
-
pmSubtractBias.h (modified) (2 diffs)
-
pmSubtractSky.h (modified) (2 diffs)
-
psAstrometry.c (deleted)
-
psAstrometry.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/Makefile.am
r4579 r4754 10 10 pmSubtractBias.c \ 11 11 pmSubtractSky.c \ 12 p sAstrometry.c12 pmAstrometry.c 13 13 14 14 libpsmodule_a_HEADERS = pmFlatFieldErrors.h \ … … 23 23 pmSubtractBias.h \ 24 24 pmSubtractSky.h \ 25 p sAstrometry.h25 pmAstrometry.h 26 26 27 27 EXTRA_DIST = psErrorCodes.dat -
trunk/psModules/src/pmFlatField.h
r4579 r4754 18 18 * @author Ross Harman, MHPCC 19 19 * 20 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $21 * @date $Date: 2005-0 7-19 01:44:48$20 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2005-08-11 00:03:51 $ 22 22 * 23 23 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 26 26 #include "pslib.h" 27 #include "p sAstrometry.h"27 #include "pmAstrometry.h" 28 28 29 29 -
trunk/psModules/src/pmMaskBadPixels.h
r4579 r4754 19 19 * @author Ross Harman, MHPCC 20 20 * 21 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $22 * @date $Date: 2005-0 7-19 01:44:48$21 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 22 * @date $Date: 2005-08-11 00:03:51 $ 23 23 * 24 24 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 27 27 #include "pslib.h" 28 #include "p sAstrometry.h"28 #include "pmAstrometry.h" 29 29 30 30 /** Mask values */ -
trunk/psModules/src/pmNonLinear.h
r4579 r4754 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 7-19 01:44:48$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-08-11 00:03:51 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 17 17 #include "pslib.h" 18 #include "p sAstrometry.h"18 #include "pmAstrometry.h" 19 19 20 20 psReadout *pmNonLinearityPolynomial(psReadout *in, -
trunk/psModules/src/pmReadoutCombine.h
r4579 r4754 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 7-19 01:44:48$7 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-08-11 00:03:51 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include "pslib.h" 24 24 #include "psConstants.h" 25 #include "p sAstrometry.h"25 #include "pmAstrometry.h" 26 26 27 27 typedef struct -
trunk/psModules/src/pmSubtractBias.h
r4579 r4754 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 7-19 01:44:48$8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-08-11 00:03:51 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include<math.h> 24 24 #include "pslib.h" 25 #include "p sAstrometry.h"25 #include "pmAstrometry.h" 26 26 27 27 typedef enum { -
trunk/psModules/src/pmSubtractSky.h
r4579 r4754 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 7-19 01:44:48$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-08-11 00:03:51 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include<math.h> 24 24 #include "pslib.h" 25 #include "p sAstrometry.h"25 #include "pmAstrometry.h" 26 26 27 27 // XXX: this is pmFit in pmSubtractBias.c, named psFit here.
Note:
See TracChangeset
for help on using the changeset viewer.
