IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2006, 3:05:28 PM (21 years ago)
Author:
eugene
Message:

added ppimage, psphot, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/design/ippSSDD.tex

    r6040 r6041  
    1 %%% $Id: ippSSDD.tex,v 1.2 2006-01-19 00:04:39 eugene Exp $
     1%%% $Id: ippSSDD.tex,v 1.3 2006-01-19 01:05:28 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    27052705Here we will just address some of the basic concepts.  PSPhot may be
    27062706used as a stand-alone program, or it may be called as a function
    2707 within another program (such as ppImage).  In the li
     2707within another program (such as ppImage).  In the function form,
     2708psphot is passed a pmReadout structure which is populated with the
     2709image of interest; weight and mask elements may be supplied, or else
     2710constructed based on standard rules.  As a stand-alone program, psphot
     2711will use a structure similar to that used by ppImage to load in all of
     2712the image components and loop over all of the readouts, performing the
     2713analysis on readout-by-readout basis.  Note that for the images from
     2714the Static Sky or Phase 4, the readout structure is also used, though
     2715in that case, the readout is contained by a SkyCell, not a cell within
     2716an FPA heirarchy.
     2717
     2718PSPhot performs the complete object detection and analysis process,
     2719using the following basic outline:
     2720\begin{itemize}
     2721\item {\bf assess image} examine the image statistics; if needed and
     2722  desired, fit a model to the background and subtract it.
     2723\item {\bf detect peaks} search the image for peaks above a defined
     2724  threshold
     2725\item {\bf basic source stats} examine the peaks to determine the local
     2726  sky, centroid, first and second moments and other fast, simple
     2727  statistics.
     2728\item {\bf rough classification} based on the source moments,
     2729  determine the likely stellar sources and classify sources based on
     2730  their moments in relation to the stellar source moments, as well as
     2731  the saturation level, etc.
     2732\item {\bf basic deblend} identify peaks which are in the wings of
     2733  brighter sources, mark them for careful attention later.
     2734\item {\bf choose PSF} determine a PSF model from the bright possible
     2735  stellar sources.  PSPhot allows a wide range of possible analytical
     2736  PSF models, and may be set to automatically select the best one for
     2737  an image.  The parameters of a PSF are allowed to vary spatially.
     2738  Currently, pixel-based PSFs are not implemented, but can be added as
     2739  an upgrade.
     2740\item {\bf fit sources} the heart of PSPhot is the analysis of the
     2741  brighter sources in the image.  In this stage, each source (above a
     2742  certain threshold) is fitted with the PSF model, the source is
     2743  identified as PSF-like or not.  If not, extend source models and
     2744  double-PSF models are also attempted.  The best of the models is
     2745  kept, unless the fits fail complete, and the model is subtracted.
     2746\item {\bf photometry checks} curve-of-growth and aperture corrections
     2747  are measured and applied to the PSF photometry.
     2748\item {\bf output stage} as a stand-alone program, psphot will produce
     2749  output tables in various formats.
     2750
     2751\subsection{psastro}
     2752Like psphot, psastro may be run as a stand-alone program or as a
     2753library.  This
     2754
    27082755
    27092756\section{Interfaces}
Note: See TracChangeset for help on using the changeset viewer.