Iraf ellipse

From MediaWiki

(Difference between revisions)
Jump to: navigation, search
m (J-band)
m (J-band)
Line 1: Line 1:
== 2MASS NGC 3198 ==
== 2MASS NGC 3198 ==
-
=== J-band ===
+
=== Main script ===
The main script: [[media:decomp_2mass.sh |decomp_2mass.sh]]
The main script: [[media:decomp_2mass.sh |decomp_2mass.sh]]
-
background = iterstat.cl with 5*sigma taking the mean value
+
  ./decomp2d_mass.sh ngc3198_mosaic_[j,h,k].fits mass.sex
 +
 
 +
is calculating background using IRAF's iterstat.cl with [5,3,3]*sigma and taking the mean value. Than it calls SEXtractor.
''SEXtractor parameters [[media:mass.sex.txt |mass.sex]]''
''SEXtractor parameters [[media:mass.sex.txt |mass.sex]]''
Line 19: Line 21:
   BACK_VALUE background      # FROM ITERSTAT.CL
   BACK_VALUE background      # FROM ITERSTAT.CL
-
All initial values for ELLIPSE task taken from [[media:mass.txt |mass.param]] mass.param file. Only initial PA must be set to -30, otherwise it wont give meaningful values.
+
 
 +
It creates doEllipse_ngc3198_mosaic_[j,h,k].py file for python:
 +
  python doEllipse_ngc3198_mosaic_[j,h,k].py
 +
 
 +
All initial values for ELLIPSE task taken from [[media:mass.txt |mass.param]] mass.param file.  
 +
 
 +
=== J-band ===
 +
 
 +
* Only initial PA must be set to -30, otherwise it wont give meaningful values.
[[media:j.5s.gif]] [[media:ngc3198.j.model.5s.gif]] [[media:ngc3198.j.resid.5s.gif]]
[[media:j.5s.gif]] [[media:ngc3198.j.model.5s.gif]] [[media:ngc3198.j.resid.5s.gif]]
 +
 +
=== H-band ===
 +
 +
[[media:h.5s.gif]] [[media:ngc3198.h.model.5s.gif]] [[media:ngc3198.h.resid.5s.gif]]
 +
 +
=== K-band ===
 +
 +
[[media:k.5s.gif]] [[media:ngc3198.k.model.5s.gif]] [[media:ngc3198.k.resid.5s.gif]]
 +
 +
== 1D decomposition ==
 +
 +
[[media:ngc3198.j.png]] [[media:ngc3198.h.png]] [[media:ngc3198.k.png]]

Revision as of 13:13, 14 August 2014

Contents

2MASS NGC 3198

Main script

The main script: decomp_2mass.sh

 ./decomp2d_mass.sh ngc3198_mosaic_[j,h,k].fits mass.sex

is calculating background using IRAF's iterstat.cl with [5,3,3]*sigma and taking the mean value. Than it calls SEXtractor.

SEXtractor parameters mass.sex

 DETECT_MINAREA   5.            # minimum number of pixels above threshold
 DETECT_THRESH    5.            # <sigmas> or <threshold>,<ZP> in mag.arcsec-2
 ANALYSIS_THRESH  5.            # <sigmas> or <threshold>,<ZP> in mag.arcsec-2

 DEBLEND_NTHRESH  32             # Number of deblending sub-thresholds
 DEBLEND_MINCONT  0.005          # Minimum contrast parameter for deblending
 BACK_TYPE	 MANUAL
 BACK_VALUE	 background      # FROM ITERSTAT.CL


It creates doEllipse_ngc3198_mosaic_[j,h,k].py file for python:

 python doEllipse_ngc3198_mosaic_[j,h,k].py

All initial values for ELLIPSE task taken from mass.param mass.param file.

J-band

  • Only initial PA must be set to -30, otherwise it wont give meaningful values.

media:j.5s.gif media:ngc3198.j.model.5s.gif media:ngc3198.j.resid.5s.gif

H-band

media:h.5s.gif media:ngc3198.h.model.5s.gif media:ngc3198.h.resid.5s.gif

K-band

media:k.5s.gif media:ngc3198.k.model.5s.gif media:ngc3198.k.resid.5s.gif

1D decomposition

media:ngc3198.j.png media:ngc3198.h.png media:ngc3198.k.png

Personal tools