IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39815


Ignore:
Timestamp:
Nov 17, 2016, 11:01:53 AM (10 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.analysis/analysis.tex

    r39814 r39815  
    10741074contour:
    10751075\[
    1076 \rho = \sqrt{\frac{x^2}{S^2_{xx}} + \frac{y^2}{S^2_{yy}} + x y S_{xy} \\
     1076\rho = \sqrt{\frac{x^2}{S^2_{xx}} + \frac{y^2}{S^2_{yy}} + x y S_{xy}} \\
    10771077\]
    10781078
     
    11001100galaxy distance. 
    11011101
    1102 In the classic definition, a reference radius, R90
    1103 is specified as the radius at which the flux
    1104 
    11051102To measure the Petrosian radius and flux, we start by defining a
    11061103series of radial apertures with power-law spacing: $r_{i + 1} = 1.25
     
    11111108
    11121109For any annulus $i$ spanning the radii $r_{\rm min}$ to $r_{\rm max} =
    1113 \Beta r_{\rm min}$, the
     1110\beta r_{\rm min}$, the
    11141111Petrosian Ratio for that annulus is defined as the ratio of the
    11151112surface brightness in the annulus to the average surface brigthness
     
    11461143In the galaxy model fittting stage, sources which meet certain
    11471144criteria are fitted with analytical models for galaxies.  The
    1148 available models for the PV3 analysis were:
     1145three models used for the PV3 analysis have similar form:
    11491146\begin{itemize}
    1150 \item Exponential profile : $f = I_0 e^{\frac{-r}{r_0}}$
    1151 \item DeVaucouleur profile : $f = I_0 e^{\frac{-r^{1/4}}{r_0}}$
    1152 \item Sersic : $f = I_0 e^{\frac{-r^{1/n}}{r_0}}$
     1147\item Exponential profile : $f = I_0 e^{-\rho}$
     1148\item DeVaucouleur profile : $f = I_0 e^{-\rho^{1/4}}$
     1149\item Sersic : $f = I_0 e^{-\rho^{1/n}}$
    11531150\end{itemize}
     1151where $\rho$ is a normalized radial term: $\rho =
     1152\sqrt{\frac{x^2}{R^2_{xx}} + \frac{y^2}{R^2_{yy}} + x y R_{xx}}$.  The
     1153terms ($R_{xx}$, $R_{yy}$ , $R_{xy}$) describe the elliptical contour
     1154and the profile scale in all three models and the coordinates $x$ \&
     1155$y$ are determined relative to the centroids $x_0, y_0$.  Including
     1156the normalization ($I_0$) and a local sky value, the Exponential and
     1157DeVaucouleur profiles have 7 free parameters and the Sersic profile
     1158has the additional free parameter of the Sersic index $n$.
    11541159
    11551160In this stage, the galaxy model is convolved with our best guess for
     
    11571162all sources detected in the 'bright source' analysis step (S/N > 20 ?)
    11581163were fitted with all three galaxy models, unless (a) the morphological
    1159 test identified the source as a likely cosmic ray (\ref{CR})
    1160 or (b) the peak of the PSF profile was above the saturation limit
    1161 \note{for the chip? cell?}.  Sources in the denser portions of the
    1162 Galactic plane and bulge were not included in the analysis.  This
    1163 restriction limited the total time spent on the galaxy modeling
    1164 analysis at the expense of galaxy photometry in the plane (though Kron
    1165 photometry is available for those objects).
     1164test identified the source as a likely cosmic ray (\ref{CR}) or (b)
     1165the peak of the PSF profile was above the saturation limit for the
     1166chip \note{link to the handling of saturation in detrend paper}.
     1167Sources in the denser portions of the Galactic plane and bulge were
     1168not included in the analysis.  This restriction limited the total time
     1169spent on the galaxy modeling analysis at the expense of galaxy
     1170photometry in the plane (though Kron photometry is available for those
     1171objects).
    11661172
    11671173The Galactic Plane region was defined by $|b| > b_{\rm min}$ where
     
    11701176
    11711177The galaxy models are fitted using the same Levenberg-Marquart
    1172 minimization code use for the other non-linear fitting stages.  In the
     1178minimization code use for the other non-linear fitting stages. 
     1179
     1180Before the non-linear fitting may be performed, it is necessary to
     1181determine the initial values for the parameters to be fitted.  For
     1182each of the three model types, the position determined from the PSF
     1183fitting analysis is used as the initial centroid $x_0,y_0$.  A guess
     1184for the terms ($R_{xx}$, $R_{yy}$ , $R_{xy}$) is generated based on
     1185the second moments.  The guess does not attempt to use PSF model to
     1186adjust the ($R_{xx}$, $R_{yy}$ , $R_{xy}$) values; it was found that
     1187such a guess tended to be too small and resulted in more iterations
     1188rather than fewer. \note{more detail on that?}  The Kron flux is used
     1189to generate a guess for the normalization, applying an appropriate
     1190scale factor based on the ($R_{xx}$, $R_{yy}$ , $R_{xy}$) values.
     1191
     1192For the Sersic model, we do not fit the index in the
     1193Levenberg-Marquardt analysis.  Instead, we 
     1194
     1195% start with coarse grid search over the following index values:
     1196% n = 0.5, 1.0, 1.5, 2.0, 3.0, 4.0, 5.0, 6.0
     1197
     1198
     1199
     1200
     1201In the
    11731202convolved galaxy fit, the galaxy model image and the model derivative
    11741203images are convolved with the psf at each iteration. WRITE out the
Note: See TracChangeset for help on using the changeset viewer.