run_spfc
Calibrate spectrophotometric flux on linear, plate-solved images, writing the flux metadata that run_mgc requires. Specify mono or color filter curves for accurate calibration.
Instructions
Run SpectrophotometricFluxCalibration: writes the flux metadata that run_mgc requires. The image must be plate-solved and linear. Needs the camera QE curve (default "Ideal QE curve"; pass qe_name for the real sensor, see find_filters) and the filter curve. MONO image: pass filter (L, R, G, B, Ha, OIII, SII) and optionally filter_name (a measured curve from the database; otherwise a flat passband from wavelength_nm/bandwidth_nm is used). COLOR image: omit filter and pass red_filter_name, green_filter_name, blue_filter_name (otherwise flat R/G/B passbands).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Mono only. One of L, R, G, B, Ha, OIII, SII | |
| qe_name | No | Camera QE curve name (default "Ideal QE curve") | |
| view_id | Yes | View ID to calibrate | |
| filter_name | No | Mono: measured filter curve name from find_filters | |
| bandwidth_nm | No | Mono: filter bandwidth in nm, if filter_name is not given | |
| wavelength_nm | No | Mono: filter center wavelength in nm, if filter_name is not given | |
| red_filter_name | No | Color: measured R filter curve name from find_filters | |
| blue_filter_name | No | Color: measured B filter curve name from find_filters | |
| green_filter_name | No | Color: measured G filter curve name from find_filters |