IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 4:36:54 PM (20 years ago)
Author:
rhl
Message:

Renamed PM_PAR_FLUX to PM_PAR_I0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/models/pmModel_GAUSS.c

    r8882 r9529  
    145145    status = true;
    146146    status &= (dP < 0.5);
    147     status &= (PAR[PM_PAR_FLUX] > 0);
    148     status &= ((dPAR[PM_PAR_FLUX]/PAR[PM_PAR_FLUX]) < 0.5);
     147    status &= (PAR[PM_PAR_I0] > 0);
     148    status &= ((dPAR[PM_PAR_I0]/PAR[PM_PAR_I0]) < 0.5);
    149149
    150150    if (status) return true;
Note: See TracChangeset for help on using the changeset viewer.