IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 11:16:52 AM (17 years ago)
Author:
eugene
Message:

add some additional psf model visualization, adjustments to existing visuals; allow independent aperture and fit radii; return to psfMag - apMag for psf fit metric; use psf fit metric to test 2D order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psModules/src/objects/pmModel.c

    r25355 r25496  
    6262    tmp->nPix  = 0;
    6363    tmp->nIter = 0;
    64     tmp->radiusFit = 0;
     64    tmp->fitRadius = 0;
    6565    tmp->flags = PM_MODEL_STATUS_NONE;
    6666    tmp->residuals = NULL;              // XXX should the model own this memory?
     
    109109    new->nIter     = model->nIter;
    110110    new->flags     = model->flags;
    111     new->radiusFit = model->radiusFit;
     111    new->fitRadius = model->fitRadius;
    112112
    113113    for (int i = 0; i < new->params->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.