Changeset 7639 for trunk/ppImage/src/ppImagePhotom.c
- Timestamp:
- Jun 22, 2006, 10:38:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImagePhotom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePhotom.c
r7621 r7639 31 31 input->mode = PM_FPA_MODE_REFERENCE; 32 32 33 pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT"); 33 pmFPAfile *outfile = pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT"); 34 outfile->freeLevel = PM_FPA_LEVEL_FPA; 34 35 } 35 36 … … 80 81 // run the actual photometry analysis 81 82 psphotReadout (config, view); 83 fprintf (stderr, "psphot done\n"); 82 84 } 83 85 }
Note:
See TracChangeset
for help on using the changeset viewer.
