IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:48:29 AM (15 years ago)
Author:
eugene
Message:

merge from trunk : various minor issues (kron radii; I/O fixes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/models/pmModel_PS1_V1.c

    r31538 r31670  
    296296    psF64 sigma = axes.major;
    297297
     298    // we can solve directly if PAR_7 goes to 0.0
    298299    if (PAR[PM_PAR_7] == 0.0) {
    299300        psF32 z =  powf(PAR[PM_PAR_I0] / flux - 1.0, 1.0 / ALPHA);
    300301        return ( sigma * sqrt (2.0 * z) );
    301302    }
    302 
    303303    psF64 limit = flux / PAR[PM_PAR_I0];
    304304
Note: See TracChangeset for help on using the changeset viewer.