- Timestamp:
- Feb 8, 2008, 11:43:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080207/ppStack/src/ppStackPhotometry.c
r16378 r16382 10 10 #include "ppStack.h" 11 11 12 bool ppStackPhotometry( constpmConfig *config, const pmReadout *readout, const pmFPAview *view)12 bool ppStackPhotometry(pmConfig *config, const pmReadout *readout, const pmFPAview *view) 13 13 { 14 14 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); 15 pmFPACopy(photFile->fpa, outRO->parent->parent->parent);15 pmFPACopy(photFile->fpa, readout->parent->parent->parent); 16 16 17 17 if (!psphotReadout(config, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
