Changeset 3676
- Timestamp:
- Apr 6, 2005, 9:34:06 AM (21 years ago)
- Location:
- branches/rel5/psModules
- Files:
-
- 6 edited
-
configure.ac (modified) (1 diff)
-
psmodule.kdevses (modified) (1 diff)
-
src/pmObjects.h (modified) (2 diffs)
-
src/pmReadoutCombine.h (modified) (2 diffs)
-
src/pmSubtractBias.h (modified) (2 diffs)
-
src/pmSubtractSky.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel5/psModules/configure.ac
r3639 r3676 1 AC_INIT([ps Module],[0.5.0],[http://www.pan-starrs.org/bugzilla])1 AC_INIT([psmodule],[0.5.1],[http://www.pan-starrs.org/bugzilla]) 2 2 3 3 AM_CONFIG_HEADER(src/config.h) 4 AM_INIT_AUTOMAKE(ps Module, 0.5.0)4 AM_INIT_AUTOMAKE(psmodule, 0.5.1) 5 5 6 6 AC_LANG(C) -
branches/rel5/psModules/psmodule.kdevses
r3634 r3676 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> 4 <DocsAndViews NumberOfDocuments=" 5" >5 <Doc0 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/ test/tst_pmObjects01.c" >6 <View0 line=" 395" Type="Source" />4 <DocsAndViews NumberOfDocuments="2" > 5 <Doc0 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/src/pmSubtractSky.h" > 6 <View0 line="24" Type="Source" /> 7 7 </Doc0> 8 <Doc1 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/ src/pmObjects.c" >9 <View0 line=" 320" Type="Source" />8 <Doc1 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/configure.ac" > 9 <View0 line="10" Type="Source" /> 10 10 </Doc1> 11 <Doc2 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/test/Makefile.am" >12 <View0 line="20" Type="Source" />13 </Doc2>14 <Doc3 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/astronomy/Makefile.am" >15 <View0 line="79" Type="Source" />16 </Doc3>17 <Doc4 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/Makefile.am" >18 <View0 line="4" Type="Source" />19 </Doc4>20 11 </DocsAndViews> 21 12 <pluginList> -
branches/rel5/psModules/src/pmObjects.h
r3634 r3676 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $8 * @date $Date: 2005-04-0 1 21:38:27$7 * @version $Revision: 1.7.2.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-04-06 19:34:06 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 22 22 #include<math.h> 23 23 #include "pslib.h" 24 // XXX: have Desonia do this correctly.25 #include "../../psLib/src/dataManip/psConstants.h"26 24 27 25 typedef enum { -
branches/rel5/psModules/src/pmReadoutCombine.h
r2814 r3676 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $8 * @date $Date: 200 4-12-23 23:42:25$7 * @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-04-06 19:34:06 $ 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 // XXX: have Desonia do this correctly.26 #include "../../psLib/src/dataManip/psConstants.h"27 25 28 26 typedef struct -
branches/rel5/psModules/src/pmSubtractBias.h
r2121 r3676 6 6 * @author George Gusciora, MHPCC 7 7 * 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $9 * @date $Date: 200 4-10-14 18:30:08$8 * @version $Revision: 1.4.6.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-04-06 19:34:06 $ 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 // XXX: have Desonia do this correctly.26 #include "../../psLib/src/dataManip/psConstants.h"27 25 28 26 typedef enum { -
branches/rel5/psModules/src/pmSubtractSky.h
r2755 r3676 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $9 * @date $Date: 200 4-12-18 02:27:42$8 * @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-04-06 19:34:06 $ 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 // XXX: have Desonia do this correctly.26 #include "../../psLib/src/dataManip/psConstants.h"27 25 28 26 // XXX: this is pmFit in pmSubtractBias.c, named psFit here.
Note:
See TracChangeset
for help on using the changeset viewer.
