Changeset 15834 for trunk/psModules/src/objects/models/pmModel_ZGAUSS.c
- Timestamp:
- Dec 14, 2007, 2:58:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/models/pmModel_ZGAUSS.c
r9775 r15834 6 6 * may thus vary depending on the specifics of the model. All models which are used a PSF 7 7 * representations share a few parameters, for which # define names are listed in pmModel.h: 8 8 9 9 power-law with fitted slope and tidal cutoff 10 10 1 / (1 + z^N + (Az)^4) 11 11 12 12 * PM_PAR_SKY 0 - local sky : note that this is unused and may be dropped in the future 13 13 * PM_PAR_I0 1 - central intensity … … 203 203 } 204 204 205 bool PS_MODEL_FROM_PSF (psModel *modelPSF, psModel *modelFLT, pmPSF *psf)205 bool PS_MODEL_FROM_PSF (psModel *modelPSF, psModel *modelFLT, const pmPSF *psf) 206 206 { 207 207
Note:
See TracChangeset
for help on using the changeset viewer.
