IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2013, 6:45:18 AM (13 years ago)
Author:
eugene
Message:

add an interactive mode to extended source fits; allow sky to be fitted for ext models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/psphot/src/psphotSourceFits.c

    r35769 r35972  
    606606            return model;
    607607        }
     608        // XXX TEST:
     609        // pcm->modelConv->params->data.F32[4] = 30.0;
     610        // pcm->modelConv->params->data.F32[5] = 30.0;
    608611    }
    609612
     
    613616        options.mode = PM_SOURCE_FIT_NO_INDEX;
    614617    } else {
    615         options.mode = PM_SOURCE_FIT_EXT;
     618      options.mode = PM_SOURCE_FIT_EXT_AND_SKY; // XXX note that there may be a conflict with psphotExtendedSourceFits.c:133
    616619    }
    617620    // update the pcm elements if we have changed the circumstance (options.mode or source->pixels)
Note: See TracChangeset for help on using the changeset viewer.