Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pmImageCombine.h File Reference


Detailed Description

This file will perform image combination of several images of the same field, produce a list of questionable pixels, then tag some of those pixels as cosmic rays.

Author:
Paul Price, IfA (original prototype)

GLG, MHPCC

Version:
Revision
1.2
Name
rel6_0
Date:
Date
2005/06/13 19:36:12
Copyright 2004 Maui High Performance Computing Center, University of Hawaii

Definition in file pmImageCombine.h.

#include <stdio.h>
#include <math.h>
#include "pslib.h"

Include dependency graph for pmImageCombine.h:

Go to the source code of this file.

Defines

#define PM_IMAGE_COMBINE_H

Functions

psImage * pmCombineImages (psImage *combine, psArray **questionablePixels, const psArray *images, const psArray *errors, const psArray *masks, psU32 maskVal, const psPixels *pixels, psS32 numIter, psF32 sigmaClip, const psStats *stats)
psArray * pmRejectPixels (const psArray *images, const psArray *errors, const psArray *inToOut, const psArray *outToIn, psF32 rejThreshold, psF32 gradLimit)


Define Documentation

#define PM_IMAGE_COMBINE_H
 

Definition at line 18 of file pmImageCombine.h.


Function Documentation

psImage* pmCombineImages psImage *  combine,
psArray **  questionablePixels,
const psArray *  images,
const psArray *  errors,
const psArray *  masks,
psU32  maskVal,
const psPixels *  pixels,
psS32  numIter,
psF32  sigmaClip,
const psStats *  stats
 

Parameters:
combine  Combined image (output)
questionablePixels  Array of rejection masks
images  Array of input images
errors  Array of input error images
masks  Array of input masks
maskVal  Mask value
pixels  Pixels to combine
numIter  Number of rejection iterations
sigmaClip  Number of standard deviations at which to reject
stats  Statistics to use in the combination

psArray* pmRejectPixels const psArray *  images,
const psArray *  errors,
const psArray *  inToOut,
const psArray *  outToIn,
psF32  rejThreshold,
psF32  gradLimit
 

Parameters:
images  Array of input images
errors  The pixels which were rejected in the combination
inToOut  Transformation from input to output system
outToIn  Transformation from output to input system
rejThreshold  Rejection threshold
gradLimit  Gradient limit


Generated on Wed Jun 15 11:06:02 2005 for Pan-STARRS Module Library by  doxygen 1.4.1