Changing the image model: Here is a double source:IDL> hsi_struct_defIDL> model = replicate({gaussian_source_str}, 2)IDL> model[0].ampitude = 1.0IDL> model[0].xypos = [0.0, 0.0]IDL> model[0].xysigma = [5.0, 5.0]IDL> model[1].amplitude = 0.5IDL> model[1].xypos = [20.0, 20.0]IDL> model[1].xysigma= [3.0, 3.0]IDL> o -> set, sim_model = modelAlso, you can pass in an image array with a number of point sourcesCurved gaussians (courtesy of M. Aschwanden) will be available soon |
