IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2014, 2:27:35 PM (12 years ago)
Author:
eugene
Message:

independent lists for averaging psf, aper, kron mags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140214/Ohana/src/relphot/include/relphot.h

    r36491 r36524  
    8686  // others are only used on the final output steps.
    8787
    88   double *list;               // list of measure.mag values for a given star
    89   double *dlist;              // mag errors for a star
    90   double *wlist;              // weights to use for mean mags
    91   double *aplist;             // ap mags for a star
    92   double *kronlist;           // kron mags for a star
     88  double *Mpsflist;           // list of measure.mag values for a given star
     89  double *dpsflist;           // mag errors for a star
     90  double *wpsflist;           // weights to use for mean mags
     91
     92  double *Maplist;            // ap mags for a star
     93  double *daplist;            // ap mags for a star
     94  double *waplist;            // ap mags for a star
     95
     96  double *Mkronlist;          // kron mags for a star
    9397  double *dkronlist;          // kron mag errors
     98  double *wkronlist;          // kron mag errors
    9499
    95100  double *psfqf_list;         // psfqf for all filters
     
    97102  double *stargal_list;       // stargal for all filters
    98103
    99   StatType stats;
     104  StatType psfstats;
    100105  StatType apstats;
    101106  StatType kronstats;
Note: See TracChangeset for help on using the changeset viewer.