View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

convert FITS image

sarahf60 wrote on Apr 19, 2011

I have some density contour FITS images which I want to convert them to ASCII file . is it possible to do it by iraf?how?

Mike Fitzpatrick wrote on Apr 19, 2011

See the WTEXTIMAGE help page. If you just want to list the pixel values, see LISTPIX.

sarahf60 wrote on Apr 19, 2011

fitz

See the WTEXTIMAGE help page. If you just want to list the pixel values, see LISTPIX.


Thanks for your help but there is an other problem I cant find how i can save outputs which i recieved from listpix
it shows all its outputs on terminal

Mike Fitzpatrick wrote on Apr 19, 2011

Redirect the output using the '>' operator, e.g.

cl> listpix dev$pix > listpix.out


will save the results to "listpix.out".

Last post on Apr 19, 2011