Download as pdf or txt
Download as pdf or txt
You are on page 1of 29

Reducción de los datos fotométricos

con

IRAF

Maja Vuckovic

maja.vuckovic@uv.cl

Claus Tappert

claus.tappert@uv.cl

Amelia Bayo

amelia.bayo@uv.cl

18 April 2018

which task should I use to see

the keywords of an image header?


18 April 2018

which task should I use to see

the keywords of an image header?

what is the keyword that describes


the exposure time for this observation ?
IRAF

in IRAF terminal:

go to the directory where you have the fits file

ecl> help hedit

IRAF

in IRAF terminal:

go to the directory where you have the fits file

ecl> help hedit

use hedit to look for the exposure time of this image!


hedit
it can be used to:

• check the value of the keyword

• modify a keyword

• add a new keyword

• delete a keyword
Working with image sections: imcopy

[Xstart:Xend,Ystart:Yend]

1,100 100,100

1,1 100,1
Working with image sections: imcopy

[Xstart:Xend,Ystart:Yend]

1,100 100,100

1,1 100,1
IRAF

in IRAF terminal:

go to the directory where you have the fits file

ecl> imcopy filename1.fits[*,1:25] filename2.fits

Working with image sections: imcopy

[Xstart:Xend,Ystart:Yend]

1,100 100,100

1,1 100,1
Working with image sections: imcopy

[Xstart:Xend,Ystart:Yend]

1,100 100,100

1,1 100,1
imstatistics
IRAF

in IRAF terminal:

go to the directory where you have the fits file

ecl> imstat filename.fits[*,100:200]

imexamine
imexamine

• r : radial profile plot

• l : line plot

• c : column plot

• s : surface plot

• e : contour plot

• j : line 1d gaussian fit plot

• k : column 1d gaussian fit plot

• h : histogram plot
imexamine

• r : radial profile plot

• l : line plot

• c : column plot

• s : surface plot

• e : contour plot

• j : line 1d gaussian fit plot

• k : column 1d gaussian fit plot

• h : histogram plot
imexamine

• r : radial profile plot

• l : line plot

• c : column plot

• s : surface plot

• e : contour plot

• j : line 1d gaussian fit plot

• k : column 1d gaussian fit plot

• h : histogram plot
25 April 2018
imexamine
si quiero modificar los parameteros del perfil radial,

como lo puedo hacer?

rimexam
Si quieren cambiar los parámetros de imexam pueden hacerlo con

ecl> epar rimexam

(banner = yes) Standard banner

(title = "") Title

(xlabel = "Radius") X-axis label

(ylabel = "Pixel Value") Y-axis label

(fitplot = yes) Overplot profile fit?

(fittype = "moffat") Profile type to fit

(center = yes) Center object in aperture?

(background = yes) Fit and subtract background?

(radius = 5.) Object radius

(buffer = 10.) Background buffer width

(width = 5.) Background width

(iterations = 3) Number of radius adjustment iterations

(xorder = 0) Background x order

(yorder = 0) Background y order

(magzero = 25.) Magnitude zero point

(beta = INDEF) Moffat beta parameter

(rplot = 15.) Plotting radius


imexamine

pueden calcular la fotometría de apertura:

ecl> imexam

imexamine

pueden calcular la fotometría de apertura:

ecl> imexam

imexamine

pueden calcular la fotometría de apertura:

ecl> imexam

imarith

pueden hacer algunas operaciones con images:

ecl> imarith operand1 op operand2 result

imarith

pueden hacer algunas operaciones con images:

ecl> imarith operand1 op operand2 result

que tipo de operadores son disponibles ?


imarith

pueden hacer algunas operaciones con images:

ecl> imarith operand1 op operand2 result

que tipo de operadores son disponibles ?

"+", "-", "*", "/", "min", and “max"


in the unix terminal:

tar -xvzf biasestoplaywith.tar.gz


in the unix terminal:

tar -xvzf biasestoplaywith.tar.gz

• play imarith with the bias*.fits


in the unix terminal:

tar -xvzf biasestoplaywith.tar.gz

• play imarith with the bias*.fits

• get imagestatistics of all the bias*.fits

You might also like