View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Finding flux

kwkchan wrote on Oct 02, 2009

Hi :) I am a absolute beginner iraf user. I am trying to write a cl script that would allow me to find flux of a certain emission line on a spectrum. But don't really know what to write in the script :( . Grateful if somebody could help.

kwkchan wrote on Oct 02, 2009

try to do the following
procedure " "
string input
string output
begin
string image10, image20
image10=input ; image20=output
rspectext(image10)
splot(image10)
end
but the script didn't work,
anybody know what's wrong

kwkchan wrote on Oct 02, 2009

forget to mension what I am doing with the above script is that to have the script that would give me a spectrum making use of the command splot

Last post on Oct 02, 2009