Changeset 14163 for trunk/psastro/src/psastro.h
- Timestamp:
- Jul 12, 2007, 9:42:47 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r13832 r14163 17 17 // logN = offset + slope * logS 18 18 typedef 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 23 25 } pmLumFunc; 24 26
Note:
See TracChangeset
for help on using the changeset viewer.
