Changeset 23197 for branches/cnb_branches/cnb_branch_20090215/ppSub
- Timestamp:
- Mar 5, 2009, 11:13:29 AM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090215
- Files:
-
- 3 deleted
- 9 edited
-
. (modified) (1 prop)
-
ppSub/.cvsignore (deleted)
-
ppSub/src/.cvsignore (deleted)
-
ppSub/src/ppSub.c (modified) (1 diff)
-
ppSub/src/ppSub.h (modified) (1 diff)
-
ppSub/src/ppSubArguments.c (modified) (2 diffs)
-
ppSub/src/ppSubBackground.c (modified) (1 diff)
-
ppSub/src/ppSubDefineOutput.c (modified) (1 diff)
-
ppSub/src/ppSubMakePSF.c (modified) (1 diff)
-
ppSub/src/ppSubReadoutPhotometry.c (modified) (1 diff)
-
ppSub/src/ppSubReadoutSubtract.c (modified) (1 diff)
-
ppSub/test/.cvsignore (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090215
-
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSub.c
r21536 r23197 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1.1 1.2.1$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02-1 9 17:59:49$8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-18 00:31:20 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSub.h
r22419 r23197 6 6 * 7 7 * @author IfA 8 <<<<<<< .working9 * @version $Revision: 1.6.2.1 $ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-19 17:59:49 $11 =======12 8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 9 * @date $Date: 2009-02-18 00:31:20 $ 14 >>>>>>> .merge-right.r2221415 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 16 11 */ -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubArguments.c
r22419 r23197 6 6 * 7 7 * @author IfA 8 <<<<<<< .working9 * @version $Revision: 1.58.2.1 $ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-19 17:59:49 $11 =======12 8 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 13 9 * @date $Date: 2009-02-18 00:31:20 $ 14 >>>>>>> .merge-right.r2221415 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 16 11 */ … … 196 191 bool ppSubArgumentsSetup(int argc, char *argv[], pmConfig *config) 197 192 { 198 int argnum; // Argument Number193 // int argnum; // Argument Number 199 194 assert(config); 200 195 -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubBackground.c
r21536 r23197 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1. 6.2.1$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02-1 9 17:59:49$8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-18 00:31:20 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubDefineOutput.c
r21536 r23197 6 6 * 7 7 * @author IfA 8 * @version $Revision: 1. 2.4.1$ $Name: not supported by cvs2svn $9 * @date $Date: 2009-02-1 9 17:59:49$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-18 00:31:20 $ 10 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 11 */ -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubMakePSF.c
r22419 r23197 6 6 * 7 7 * @author IfA 8 <<<<<<< .working9 * @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-19 17:59:49 $11 =======12 8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 13 9 * @date $Date: 2009-02-18 00:31:20 $ 14 >>>>>>> .merge-right.r2221415 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 16 11 */ -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubReadoutPhotometry.c
r22419 r23197 6 6 * 7 7 * @author IfA 8 <<<<<<< .working9 * @version $Revision: 1.3.4.1 $ $Name: not supported by cvs2svn $10 * @date $Date: 2009-02-19 17:59:49 $11 =======12 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 13 9 * @date $Date: 2009-02-18 00:31:20 $ 14 >>>>>>> .merge-right.r2221415 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 16 11 */ -
branches/cnb_branches/cnb_branch_20090215/ppSub/src/ppSubReadoutSubtract.c
r22419 r23197 88 88 pmFPAfile *outFile = psMetadataLookupPtr(&mdok, config->files, "PPSUB.OUTPUT"); // Output file 89 89 pmFPA *outFPA = outFile->fpa; // Output FPA 90 if (!pm FPACopyConcepts(outFPA, inFPA)) {90 if (!pmConceptsCopyFPA(outFPA, inFPA, true, true)) { 91 91 psError(PS_ERR_UNKNOWN, false, "Unable to copy concepts from input to output."); 92 92 psFree(outRO);
Note:
See TracChangeset
for help on using the changeset viewer.
