IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2006, 2:02:35 PM (20 years ago)
Author:
eugene
Message:

working on file I/O modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psModulesUtils.h

    r6481 r6522  
    3535} ppFile;
    3636
     37typedef struct {
     38    ppFile *input;
     39    ppFile *resid;
     40    ppFile *background;
     41    ppFile *backSub;
     42    ppFile *output;
     43    ppFile *psfdata;
     44    ppFile *psfsample;
     45} psphotData;
     46
    3747// psModule extra utilities
    3848// bool      pmSourceFitModel_EAM(pmSource *source, pmModel *model, const bool PSF);
Note: See TracChangeset for help on using the changeset viewer.