Changeset 3685 for trunk/doc/misc/imageCombination.tex
- Timestamp:
- Apr 8, 2005, 9:51:57 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/imageCombination.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/imageCombination.tex
r2794 r3685 1 %%% $Id: imageCombination.tex,v 1. 1 2004-12-23 01:56:58price Exp $1 %%% $Id: imageCombination.tex,v 1.2 2005-04-08 19:51:57 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 185 185 coordinate system of the original input image. Pixels in this 186 186 transformed map that exceed a specified threshold (\code{frac}), and 187 for which the local gradient exceedsanother specified threshold187 for which the local gradient is less than another specified threshold 188 188 (\code{grad}) are masked as cosmic rays. The impact of these maskings 189 189 on the combined image is then propagated through the transformation … … 215 215 We designate our implementation of the above algorithm ``STAC'', for 216 216 Simultaneous Telescope Array Combination. It is built on top of the 217 \PS{} Library (currently \code{psLib } Release 3), making use of its217 \PS{} Library (currently \code{psLib-rel5alpha1}), making use of its 218 218 vectors, arrays, images, polynomial transformations, statistics and 219 219 tracing functionalities. … … 229 229 230 230 Given input images with no CRs (according to the first requirement 231 above), STAC falsely identifies $580+479+57+483 = 1599$ pixels as CRs 232 in the four individual $512\times512$ input images, or 0.15\% of the 233 total number of input pixels. This meets the requirement by almost an 234 order of magnitude. As an aside, the low number of false CRs 235 identified in the third image appears to be due to the nearly integral 236 pixel shift to the output coordinate system. 231 above), STAC falsely identifies $22+109+161+47 = 339$ pixels as CRs in 232 the four individual $512\times512$ input images, or 0.03\% of the 233 total number of input pixels. This meets the requirement by over an 234 order of magnitude. 237 235 238 236 Given input images with 2000~CRs (according to the second requirement 239 above), STAC identifies $1 580+1583+1273+1439 = 5875$ pixels as CRs in240 the four individual $512\times512$ input images, leaving 96pixels in237 above), STAC identifies $1692+1222+1256+1624 = 5794$ pixels as CRs in 238 the four individual $512\times512$ input images, leaving 29 pixels in 241 239 the combined image exceeding 1.5~times the estimated standard 242 deviation of the input images, or 0.0 4\% of the pixels in the output243 image. This meets the requirement by a factor of 5.240 deviation of the input images, or 0.01\% of the pixels in the output 241 image. This meets the requirement by an order of magnitude. 244 242 245 243 Since it meets both of the proposed requirements, STAC (modulo the
Note:
See TracChangeset
for help on using the changeset viewer.
