IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 4:29:14 PM (20 years ago)
Author:
rhl
Message:

Renamed PM_PAR_FLUX to PM_PAR_I0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceFitModel.c

    r9526 r9528  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-10-13 02:23:55 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-10-13 02:29:14 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    136136        // NORM-only model fits only source normalization (Io)
    137137        nParams = 1;
    138         paramMask->data.U8[PM_PAR_FLUX] = 0;
     138        paramMask->data.U8[PM_PAR_I0] = 0;
    139139        break;
    140140    case PM_SOURCE_FIT_PSF:
    141141        // PSF model only fits x,y,Io
    142142        nParams = 3;
    143         paramMask->data.U8[PM_PAR_FLUX] = 0;
     143        paramMask->data.U8[PM_PAR_I0] = 0;
    144144        paramMask->data.U8[PM_PAR_XPOS] = 0;
    145145        paramMask->data.U8[PM_PAR_YPOS] = 0;
Note: See TracChangeset for help on using the changeset viewer.