IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of psphot_extended_source_fit_20130712


Ignore:
Timestamp:
Sep 9, 2013, 10:48:43 AM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • psphot_extended_source_fit_20130712

    v1 v2  
    88code. They were constructed using E Bertin's SkyMaker program.
    99
    10 The objects of interest are simulated galaxies which are described by the following parameters
    11 
    12 {{{
    13   - x y   centre of object in pixels
    14   - mag   total magnitude
    15   - bt    build/disk ratio
    16   - br    bulge effective radii (half light arcsec)
    17   - bi    bulge inclination (always 1 in this sample)
    18   - ba    bulge position angle
    19   - dl    disk scale length (arcsec)
    20   - di    disk inclincation (always 1 in this sample)
    21   - da    disk position angle
    22   - z     redshift
    23   - ht    hubble type  (10 for pure disks, -6 for pure bulges)
    24 }}}
    25 
    26 These images were run though psphot using the STACKPHOT recipe. The parameters for the set of sources psphot selected for extended source fitting were
    27 matched by coordinates to the list of simulated galaxies. In the following sections we examine the fits for the 3 different models.
    28 We concentrate mostly on the simple galaxy models, pure disks (exponential profile) and and pure bulges (de Vaucouleur 1/4 profile).
    29 
    30 == Sersic Model ==
    31 
    32 {{{
    33     I(r) = I(0) exp[ -k * R ** (1 / m) ]
    34 
    35 psphot extended source parameters measured for PS_MODEL_SERSIC
    36    EXT_INST_MAG
    37    EXT_WIDTH_MAJ
    38    EXT_WIDTH_MIN
    39    EXT_THETA
    40    EXT_PAR_07       (0.5 / m)
    41 }}}
    42 
    43 Since all of the simulated galaxies in this sample have bulge inclination == 1 and disk inclination == 1,
    44 the major an minor axes should be equal and the angle will
    45 unmeasurable due to noise.
    4610
    4711=== Sersic Index ===
     
    8145
    8246== Exponential Model ==
    83 {{
    84 Functional Form
    85 
    86     I(r) = I(0) exp[ -k * R ]
    87 
    88 psphot extended source parameters measured for PS_MODEL_EXP
    89    EXT_INST_MAG
    90    EXT_WIDTH_MAJ
    91    EXT_WIDTH_MIN
    92    EXT_THETA
    93 }}}
    94 
    95 Since all of the simulated galaxies in this sample have bulge inclination == 1 and disk inclination == 1,
    96 the major an minor axes should be equal and the angle will
    97 unmeasurable due to noise.
    9847
    9948=== Exponential magnitudes ===
     
    10150sample is restricted to pure disks the magnitude differences are clustered around zero.
    10251
    103 [[Image(dmag_exp.jpg)]] [[Image(dmag_exp_disks.jpg)]]
     52[[Image(dmag_exp_20130712.jpg)]] [[Image(dmag_exp_disks_20130712.jpg)]]
    10453
    10554=== Radii ===
     
    10756As with the sersice models, the measured width is about 2 x the modeled disk scale length.
    10857
    109 [[Image(disk_widths_exp.jpg)]]
     58[[Image(disk_widths_exp_20130712.jpg)]]
    11059
    11160== de Vacouleur Model ==