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.
will save the results to "listpix.out".
cl> listpix dev$pix > listpix.outwill save the results to "listpix.out".
Last post on Apr 19, 2011