para
- para.create_qsopar(i: int, j: int, par_cube: ndarray)
Generate a fitting parameter FITS file for the given spectral coordinates.
This function creates a FITS file containing the fitting parameters for the spectrum at the specified coordinates (i, j). The par_cube contains the fitting results from neighboring points, which are used to generate the parameter file.
Parameters
- iint
The row index of the spectral coordinates.
- jint
The column index of the spectral coordinates.
- par_cubenp.ndarray
The fitting results from neighboring points, used to generate the fitting parameter file.
Returns
- None
Return None.
Examples
>>> create_qsopar(10, 15, par_cube_data)