IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 22, 2010, 6:20:17 PM (16 years ago)
Author:
Paul Price
Message:

Need to rescale the covariance matrix when we rescale the images. The previous covariance matrices were appropriate for the *chip* stage, not the warp stage (the pixel scales are currently different). Simulations show that this produces the expected detection limits (+/- 0.1 mag, which is about the expected error; more precision probably requires inserting and recovering fake sources).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psLib/src/imageops/psImageCovariance.h

    r27697 r27732  
    9090    );
    9191
     92
     93/// Rescale a covariance matrix following a change in plate scale
     94///
     95/// The covariance matrix is stretched or shrunk to match the new plate scale.
     96psKernel *psImageCovarianceScale(
     97    const psKernel *in,                 ///< Input covariance pseudo-matrix
     98    float scale                         ///< Scale factor (output plate scale relative to input plate scale)
     99    );
     100
    92101/// Control threading for image covariance functions
    93102///
Note: See TracChangeset for help on using the changeset viewer.