Changeset 6041 for trunk/doc/design/ippSSDD.tex
- Timestamp:
- Jan 18, 2006, 3:05:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/design/ippSSDD.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/design/ippSSDD.tex
r6040 r6041 1 %%% $Id: ippSSDD.tex,v 1. 2 2006-01-19 00:04:39eugene Exp $1 %%% $Id: ippSSDD.tex,v 1.3 2006-01-19 01:05:28 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 2705 2705 Here we will just address some of the basic concepts. PSPhot may be 2706 2706 used as a stand-alone program, or it may be called as a function 2707 within another program (such as ppImage). In the li 2707 within another program (such as ppImage). In the function form, 2708 psphot is passed a pmReadout structure which is populated with the 2709 image of interest; weight and mask elements may be supplied, or else 2710 constructed based on standard rules. As a stand-alone program, psphot 2711 will use a structure similar to that used by ppImage to load in all of 2712 the image components and loop over all of the readouts, performing the 2713 analysis on readout-by-readout basis. Note that for the images from 2714 the Static Sky or Phase 4, the readout structure is also used, though 2715 in that case, the readout is contained by a SkyCell, not a cell within 2716 an FPA heirarchy. 2717 2718 PSPhot performs the complete object detection and analysis process, 2719 using 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} 2752 Like psphot, psastro may be run as a stand-alone program or as a 2753 library. This 2754 2708 2755 2709 2756 \section{Interfaces}
Note:
See TracChangeset
for help on using the changeset viewer.
