IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 2:51:46 PM (20 years ago)
Author:
eugene
Message:

adding refstar subset operation using magnitude limits

File:
1 edited

Legend:

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

    r9574 r9587  
    2020# define toTPA toTangentPlane
    2121# 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
     25typedef struct {
     26  double mMin;
     27  double mMax;
     28  double offset;
     29  double slope;
     30} pmLumFunc;
    2231
    2332pmConfig         *psastroArguments (int argc, char **argv);
Note: See TracChangeset for help on using the changeset viewer.