IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2006, 10:38:23 AM (20 years ago)
Author:
eugene
Message:

various cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImagePhotom.c

    r7621 r7639  
    3131        input->mode = PM_FPA_MODE_REFERENCE;
    3232
    33         pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT");
     33        pmFPAfile *outfile = pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT");
     34        outfile->freeLevel = PM_FPA_LEVEL_FPA;
    3435    }
    3536
     
    8081            // run the actual photometry analysis
    8182            psphotReadout (config, view);
     83            fprintf (stderr, "psphot done\n");
    8284        }
    8385    }
Note: See TracChangeset for help on using the changeset viewer.