pyimcom.diagnostics.run
This is an example script to generate a report.
Command-line arguments are: #. Input FITS file #. Output stem
Attributes
Functions
|
Run the report generation. |
Module Contents
- run_report(input_fits, output_stem='_report', inpath=None)[source]
Run the report generation.
- Parameters:
input_fits (str) – The name of the input FITS file.
output_stem (str, optional) – The ending stem for the output files. Default is “_report”.
inpath (str, optional) – The path to the input FITS file. If None, input_fits should include the relative path. Default is None.
- Return type:
None