IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29297


Ignore:
Timestamp:
Oct 1, 2010, 2:11:09 PM (16 years ago)
Author:
rhenders
Message:

getFlux function now here; MAXDETECT limit raised

File:
1 edited

Legend:

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

    r28530 r29297  
    1818#include <libxml/tree.h>
    1919
    20 #define MAXDETECT 30000 //TODO limit ok?
     20#define MAXDETECT 60000 //TODO limit ok?
    2121
    2222typedef struct {
     
    4545IppToPsps *ippToPsps_Constructor(int *argc, char **argv);
    4646void ippToPsps_VersionPrint(void);
     47bool ippToPsps_getFlux(
     48        const float exposureTime,
     49        const float magnitude,
     50        float* flux,
     51        const float magnitudeErr,
     52        float* fluxErr);
    4753
    4854# endif // IPPTOPSPS_H
Note: See TracChangeset for help on using the changeset viewer.