IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2007, 9:42:47 AM (19 years ago)
Author:
eugene
Message:

adding peak data to lum functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.h

    r13832 r14163  
    1717// logN = offset + slope * logS
    1818typedef struct {
    19   double mMin;
    20   double mMax;
    21   double offset;
    22   double slope;
     19    double mMin;                        // minimum magnitude bin with data
     20    double mMax;                        // maximum magnitude bin with data
     21    double offset;                      // fitted line offset
     22    double slope;                       // fitted line slope
     23    double mPeak;                       // mag of peak bin
     24    int nPeak;                          // # of stars in peak bin
    2325} pmLumFunc;
    2426
Note: See TracChangeset for help on using the changeset viewer.