| Home | Trees | Indices | Help |
|
|---|
|
|
Version: 2.2 (2010 March 12)
|
|||
|
Wfpc2destreak Calculate magnitude of and remove streaks from specified group of wfpc2 data. |
|||
|
|||
|
|||
| int, float, float, int |
|
||
|
|||
| Int32 |
|
||
| float |
|
||
| tuple of two floats |
|
||
|
|||
|
|||
|
|||
|
|||
NUM_SIG = 2.5
|
|||
TOT_ITER = 4
|
|||
ERROR_RETURN = 2
|
|||
__package__ =
|
|||
Imports: pyfits, N, boxcar, pytools, OptionParser, ndimage, fileutil, wfpc2util, opusutil, sys, string
|
|||
When run under python, verify that each unspecified parameter should take the default value, and
give the user the opportunity to change it.
@param input_file: name of input file
@type input_file: string
@param group: number of group to process
@type group: int
@param bias_thresh: bias threshold (no correction will be performed if this is exceeded by im_mean)
@type bias_thresh: float
@param row_thresh: row threshold (no correction will be performed if this exceeds the calculated row correction)
@type row_thresh: float
@param input_mask: name of input mask
@type input_mask: string
@param niter: number of CR rejection iterations
@type niter: int
@return: group, row_thresh,
@return: group, bias_thresh, row_thresh
@rtype: int, float, float
|
When run from linux command line, verify that each parameter is valid.
|
Identify and replace cosmic rays in the given subarray.
|
Check for cosmic rays in neighboring pixels.
|
Return the median of the array y, ignoring masked elements.
|
Fit a straight line to y vs x, where mask is 0.
|
update header from input c0 file with specified header, and updated data
|
write specified mask
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 13 11:21:47 2011 | http://epydoc.sourceforge.net |