Reference¶
imcontsub¶
imcontsub [OPTIONS] File
Options
- --version¶
Show the version and exit.
- --order <int,int,...>¶
Order of spline. If given as a list of size N, then N iterations will be perfomed.
- --segments <float,float,...>¶
Width of spline segments in km/s. If given as a list, then it must have same sixe as –order.
- --output-prefix <str>¶
Name of ouput image
- --mask-image <File>¶
Mask image
- --sigma-clip <float,float,...>¶
Sigma clip for each iteration. Only required if mask-image is not given.
- --automask-per-iter, --no-automask-per-iter¶
Generate a new mask per iteration.
- --fit-model <str>¶
### NOT IMPLEMENTED ### Fit function to model the continuum.
- Options:
spline
- --cont-fit-tol <float>¶
Minimum perentage of valid spectrum data points required to do a fit. Spectra below this tolerance will be set to NaN. Leaving this unset may result in poor or NaN spectra in the output cubes
- --overwrite, --no-overwrite¶
Overwrite output image if it already exists
- --stokes-index <int>¶
Index of stokes channel (zero-based) to use.
- Options:
0 | 1 | 2 | 3
- --rest-freq <float>¶
Cube rest frequency in MHz. Will ignore the one in the FITS header if it exists.
- --stokes-axis, --no-stokes-axis¶
### DEPRECATED #### Set this flag if the input image has a stokes dimension. (Default is True).
- -hi, --hdu-index <int>¶
FITS primary HDU index
- --ra-chunks <int>¶
Chunking along RA-axis. If set to zero, no Chunking is perfomed.
- --nworkers <int>¶
Number of workers (one per CPU)
- --loglevel <str>¶
Log level for the output
- Options:
info | debug | trace | error | critical
Arguments
- File¶
Required argument