Changeset 9587 for trunk/psastro/src/psastro.h
- Timestamp:
- Oct 16, 2006, 2:51:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r9574 r9587 20 20 # define toTPA toTangentPlane 21 21 # define toSky projection 22 23 // this structure represents a fit to the logN / logS curve for a set of stars 24 // logN = offset + slope * logS 25 typedef struct { 26 double mMin; 27 double mMax; 28 double offset; 29 double slope; 30 } pmLumFunc; 22 31 23 32 pmConfig *psastroArguments (int argc, char **argv);
Note:
See TracChangeset
for help on using the changeset viewer.
