Changing the image model: Here is a double source: |
IDL> model = replicate({hsi_gaussian_str}, 2) |
IDL> model[0].ampitude = 1.0 |
IDL> model[0].xypos = [0.0, 0.0] |
IDL> model[0].xysigma = [5.0, 5.0] |
IDL> model[1].amplitude = 0.5 |
IDL> model[1].xypos = [20.0, 20.0] |
IDL> model[1].xysigma= [3.0, 3.0] |
IDL> o -> set, sim_model = model |
Also, you can pass in an image array with a number of point sources |
Curved gaussians (courtesy of M. Aschwanden) will be available soon |
| Previous slide | Next slide | Back to first slide | View graphic version |
