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_TAUSS.c

    r8882 r9529  
    155155    status = true;
    156156    status &= (dP < 0.5);
    157     status &= (PAR[PM_PAR_FLUX] > 0);
    158     status &= ((dPAR[PM_PAR_FLUX]/PAR[PM_PAR_FLUX]) < 0.5);
     157    status &= (PAR[PM_PAR_I0] > 0);
     158    status &= ((dPAR[PM_PAR_I0]/PAR[PM_PAR_I0]) < 0.5);
    159159
    160160    if (status)
Note: See TracChangeset for help on using the changeset viewer.