IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2008, 11:43:52 AM (18 years ago)
Author:
Paul Price
Message:

Code compiles and is ready for preliminary testing. Some features (e.g., rejection based on initial combination) are disabled for now, marked with XXX in the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080207/ppStack/src/ppStackPhotometry.c

    r16378 r16382  
    1010#include "ppStack.h"
    1111
    12 bool ppStackPhotometry(const pmConfig *config, const pmReadout *readout, const pmFPAview *view)
     12bool ppStackPhotometry(pmConfig *config, const pmReadout *readout, const pmFPAview *view)
    1313{
    1414    pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT");
    15     pmFPACopy(photFile->fpa, outRO->parent->parent->parent);
     15    pmFPACopy(photFile->fpa, readout->parent->parent->parent);
    1616
    1717    if (!psphotReadout(config, view)) {
Note: See TracChangeset for help on using the changeset viewer.