IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2013, 5:56:56 PM (13 years ago)
Author:
eugene
Message:

more work on the central pixel optimizations -- perhaps not needed (not so expensive?); add some interactive support for PCM chisq fitting; EXP and DEV are for the moment using subdivided central pixels, but this is perhaps too slow?; turn on sky fitting for the PCM model fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/psModules/src/objects/pmPCMdata.c

    r35768 r35961  
    242242        constraint->paramMask->data.PS_TYPE_VECTOR_MASK_DATA[PM_PAR_SKY] = 1;
    243243        break;
     244      case PM_SOURCE_FIT_EXT_AND_SKY:
     245        // EXT model fits all params (including sky)
     246        nParams = params->n;
     247        psVectorInit (constraint->paramMask, 0);
     248        break;
    244249      case PM_SOURCE_FIT_INDEX:
    245250        // PSF model only fits Io, index (PAR7) -- only Io for models with < 8 params
     
    365370        pcm->constraint->paramMask->data.PS_TYPE_VECTOR_MASK_DATA[PM_PAR_SKY] = 1;
    366371        break;
     372      case PM_SOURCE_FIT_EXT_AND_SKY:
     373        // EXT model fits all params (including sky)
     374        nParams = model->params->n;
     375        psVectorInit (pcm->constraint->paramMask, 0);
     376        break;
    367377      case PM_SOURCE_FIT_INDEX:
    368378        // PSF model only fits Io, index (PAR7) -- only Io for models with < 8 params
Note: See TracChangeset for help on using the changeset viewer.