- Timestamp:
- Apr 21, 2014, 5:42:34 AM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psModules/src/objects (modified) (1 prop)
-
psModules/src/objects/pmModel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ps2-tc3-20130727/psModules/src/objects
- Property svn:ignore
-
old new 12 12 pmSourceIO_CMF_PS1_V1.v1.c 13 13 pmSourceIO_CMF_PS1_V4.c 14 pmSourceIO_CMF_PS1_V5.c 14 15 pmSourceIO_CMF_PS1_SV1.c 15 16 pmSourceIO_CMF_PS1_SV2.c
-
- Property svn:ignore
-
branches/eam_branches/ps2-tc3-20130727/psModules/src/objects/pmModel.c
r34498 r36680 217 217 // the options allow us to modify various aspects of the model 218 218 if (mode & PM_MODEL_OP_NORM) { 219 // if we are including the sky, renormalizing should force use to normalized down the sky flux 220 params->data.F32[PM_PAR_SKY] /= params->data.F32[PM_PAR_I0]; 219 221 params->data.F32[PM_PAR_I0] = 1.0; 220 222 } 221 223 if (!(mode & PM_MODEL_OP_SKY)) { 222 224 params->data.F32[PM_PAR_SKY] = 0.0; 223 } 225 } 224 226 if (mode & PM_MODEL_OP_CENTER) { 225 227 params->data.F32[PM_PAR_XPOS] = image->col0 + 0.5*image->numCols;
Note:
See TracChangeset
for help on using the changeset viewer.
