Changeset 35770 for trunk/ppSim
- Timestamp:
- Jul 3, 2013, 2:47:39 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimInsertStars.c (modified) (1 diff)
-
ppSim/src/ppSimSetPSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/ppSim/src/ppSimInsertStars.c
r34083 r35770 125 125 // XXX set the mag & err values (should this be done in pmSourceFromModel?) 126 126 // XXX i should be applying the gain and the correct effective area 127 psEllipseAxes axes = pmPSF_ModelToAxes (model->params->data.F32, 20.0,model->type);127 psEllipseAxes axes = pmPSF_ModelToAxes (model->params->data.F32, model->type); 128 128 float Area = 2.0 * M_PI * axes.major * axes.minor; 129 129 -
trunk/ppSim/src/ppSimSetPSF.c
r30618 r35770 118 118 119 119 pol = psEllipseAxesToPol (axes); 120 psEllipseAxes testaxes = psEllipsePolToAxes (pol, 0.1); 121 fprintf (stderr, "psf in axes: %f x %f @ %f\n", axes.major, axes.minor, axes.theta*PS_DEG_RAD); 122 fprintf (stderr, "psf ot axes: %f x %f @ %f\n", testaxes.major, testaxes.minor, testaxes.theta*PS_DEG_RAD); 120 123 121 124 param = psf->params->data[PM_PAR_E0];
Note:
See TracChangeset
for help on using the changeset viewer.
