-
• CONFIGURATION TIPS
Saving output image files as “.fits” file. For this do the following
cl> dataio
cl> epar wfits
In the iraf_files field type “*.imh” and in the “fits_files” field type “*.fits”. Now exit using :q
-
• RANDOM COMMANDS
cl> diskspace # this checks the diskspace left on the computer
cl> mkdir test # creates a directory (folder) called “test”.
cl> !rm -r test # will delete the directory called “test”.
cl> page imexamine #page command will open the “.cl” file of a package.
cl> unlearn dispcor # set the dispcor values to default
cl> lpar imstat # lists parameters of a task (here it is imstat)
cl> epar imstat # edits parameters of a task
cl> ? # will show you all the packages in a level
cl> ?? # will show all the packages in iraf
-
• USE OF CTRL COMMANDS
: q # this is used to exit from editor
ctrl d # this can be used instead of “:q” when exiting
cl> log # is used to logout of IRAF
ctrl z # this can be used instead of the above command