Changeset 17016
- Timestamp:
- Mar 17, 2008, 12:26:43 PM (18 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackCamera.c (modified) (1 diff)
-
ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCamera.c
r16913 r17016 292 292 // This file, PSPHOT.INPUT, is just used as a carrier; output files (eg, PSPHOT.RESID) are defined by 293 293 // psphotDefineFiles 294 pmFPAfile *psphotInput = pmFPAfileDefine OutputFromFile(config, output, "PSPHOT.INPUT");294 pmFPAfile *psphotInput = pmFPAfileDefineFromFPA(config, output->fpa, 1, 1, "PSPHOT.INPUT"); 295 295 if (!psphotInput) { 296 296 psError(PS_ERR_IO, false, _("Unable to generate output file from PSPHOT.INPUT")); -
trunk/ppStack/src/ppStackLoop.c
r17007 r17016 26 26 27 27 // Files for photometry 28 static char *photFiles[] = { "PSPHOT. OUTPUT", "PSPHOT.RESID", "PSPHOT.BACKMDL",28 static char *photFiles[] = { "PSPHOT.INPUT", "PSPHOT.OUTPUT", "PSPHOT.RESID", "PSPHOT.BACKMDL", 29 29 "PSPHOT.BACKMDL.STDEV", "PSPHOT.BACKGND", "PSPHOT.BACKSUB", 30 30 "SOURCE.PLOT.MOMENTS", "SOURCE.PLOT.PSFMODEL", "SOURCE.PLOT.APRESID", … … 609 609 610 610 // Write out the output files 611 fileActivation(config, combineFiles, true);612 611 filesIterateUp(config); 613 612
Note:
See TracChangeset
for help on using the changeset viewer.
