IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 4:47:20 PM (20 years ago)
Author:
magnier
Message:

fixed up low-level issues with sky levels, sky bias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceFitSet.c

    r6556 r6751  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:14:23 $
     5 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-01 02:47:20 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    150150    constrain->paramMin->data.F32[0]   = oneParMin->data.F32[0];
    151151    constrain->paramMax->data.F32[0]   = oneParMax->data.F32[0];
    152     constrain->paramMask->data.U8[0]   = 0;
     152
     153    // XXX all models skip the sky
     154    constrain->paramMask->data.U8[0]   = 1;
    153155    for (int i = 0; i < nSrc; i++) {
    154156        model = modelSet->data[i];
Note: See TracChangeset for help on using the changeset viewer.