IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of GalaxyParameters


Ignore:
Timestamp:
Dec 3, 2014, 2:06:01 PM (12 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GalaxyParameters

    v3 v4  
    11= psphot Galaxy Parameter Measurements =
     2Bill Sweeney 2014-12-03
    23
    34For PV3 we plan to add some additional measurements of extended sources in psphotStack. This note describes these measurements
     
    78
    89In Section 5.6 of a paper published in 2002 [http://adsabs.harvard.edu/abs/2002ApJS..142....1S Luc Simard et al.] described
    9 two measurements for use in the morphological classification of galaxies (see section 5.6).
     10two measurements for use in the morphological classification of galaxies. See equations 11a and 11b in section 5.6.
    1011
    11 The measurements are performed on residual images created by subtracting model fits of galaxies from images.
     12The measurements are performed on residual images created by subtracting a galaxy model fits from the input images.
     13The model used was the combination of bulge (de Vaucouleurs) + disk (exponential).
     14These Asymmetry indices "provide an estimate of the overall smoothness of the galaxy image with respect to the fitting model".
     15The program used to make these measurements is called GIM2D. It is performed on the results of processing by SExtractor.
     16Since the indices consist of sums of absolute values of the residuals a positive signal will result even in the prescence of noise.
     17So the algorithm subtracts off radomly selected "background pixels" which in the GIM2D program are chosen from the SExtractor
     18segmentation image.
    1219
    1320A later paper published in 2011 shows results of a study on [http://adsabs.harvard.edu/abs/2011ApJS..196...11S SDSS images].
     21
     22In the most recent version of psphotStack I have attempted to implement these measurements.
     23Since we do not fit a bulge + disk model we have chosen to use our sersic model fits. The measurements are preformed independently
     24on each filter's sources as follows.
     25
     261 At the beginning of the function the input image has all sources subtracted. The first step for each source is to add the
     27subtracted model back in.
     28
     292. Next if the source's model is not the Sersic model fit, the model is temporarily changed to make it so.
     30The indices consist of sums over a specific radius. Following Simard 2011 the radius chosen is 2 times the half light radius for which
     31the value that we have chosen is the major axes of the Sersic fit.
     32
     333 The next step is to determine the background pixels. psphotStack doesn't have a segmentation image so the background pixels are
     34selected using the "footprints" measured during source detection. A pixel that is not part of any footprint is considered a background
     35pixel. The source's pixels are examined and a vector of background and mirror background pixels are saved. During this loop the sum of
     36the source's pixels is made as well.
     37
     384. The sersic model is subtracted
     39
     405. The sums in the formulas for RT and RA are performed.
     41
     42The new code was used in psphotStack for SAS.37.
     43