PyNOT : imcombine

Nothing here yet! Stay tuned... :)

Example Syntax

pynot imcombine input output


Full example of command line syntax:

pynot imcombine [-h] [--log LOG] [--fringe FRINGE] [--max_control_points MAX_CONTROL_POINTS] [--detection_sigma DETECTION_SIGMA] [--min_area MIN_AREA] [--method METHOD] input output



Overview of parameters

input
List of filenames to combine
output
Filename of combined image
Optional Arguments:
--log: ''
Filename of image combination log
--fringe: ''
Filename of normalized fringe image
--max_control_points: 50
Maximum number of control point-sources to find the transformation
--detection_sigma: 5
Factor of background std-dev above which is considered a detection
--min_area: 9
Minimum number of connected pixels to be considered a source
--method: 'weighted'
Combination method: 'weighted', 'median', or 'mean'