IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2005, 4:20:27 PM (21 years ago)
Author:
eugene
Message:

various cleanups, fixes, additions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotRadiusChecks.c

    r5802 r5828  
    2020}
    2121
    22 bool psphotCheckRadiusPSF (eamReadout *imdata, pmSource *source) {
    23 
    24     pmModel *model = source->modelPSF;
     22bool psphotCheckRadiusPSF (eamReadout *imdata, pmSource *source, pmModel *model) {
    2523
    2624    // set the fit radius based on the object flux limit and the model
     
    6462}
    6563
    66 bool psphotCheckRadiusFLT (eamReadout *imdata, pmSource *source) {
    67 
    68     pmModel *model = source->modelFLT;
     64bool psphotCheckRadiusFLT (eamReadout *imdata, pmSource *source, pmModel *model) {
    6965
    7066    // set the fit radius based on the object flux limit and the model
Note: See TracChangeset for help on using the changeset viewer.