View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

contour plotting

Vish wrote on Jan 02, 2008

How can i plot new contour of nebula ?
let....i want to plot contour for surface points (x,y) in magn/arcsec^2.
then How can I made the surface magnitude image.?
& how can i fit the parameters ?

Mike Fitzpatrick wrote on Jan 02, 2008

The CONTOUR task in the core system only takes an image for input, as does the NEWCONT task in the STSDAS.GRAPHICS.STPLOT package (STSDAS must be installed separately). If what you have are fluxes at a list of (x,y) positions, then have a look at the SURFIT task in the UTILITIES package as a way of fitting the points with a surface to create an image. Once you have that image, the contours can be drawn using the standard tasks.

Hope this helps,
-Mike

Last post on Jan 02, 2008