IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2008, 10:55:21 AM (18 years ago)
Author:
eugene
Message:

fix errors with star density normalizations and flux consistency

File:
1 edited

Legend:

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

    r16493 r17557  
    133133    );
    134134
     135float ppSimStarSkyNoise (float skySigma, float seeingSigma);
     136float ppSimStarPeakToFlux (float peak, float seeingSigma);
     137float ppSimStarFluxToPeak (float flux, float seeingSigma);
     138float ppSimFluxToMag (float flux, float zp);
     139float ppSimMagToFlux (float mag, float zp);
    135140
    136141#endif
Note: See TracChangeset for help on using the changeset viewer.