Closed vkoupr closed 10 months ago
Disregard this, cannot reproduce anymore.
However, only threshold, fwhm, and deblend parameters instead of the full set are sent to the Core when submitting a WCS calibration job. Example:
{
"id": null,
"type": "wcs_calibration",
"file_ids": [
"170"
],
"inplace": true,
"settings": {
"ra_hours": 0.323962379848993,
"dec_degs": -48.01450742587797,
"radius": 1,
"min_scale": 0.54023,
"max_scale": 0.66028,
"max_sources": 100
},
"source_extraction_settings": {
"threshold": 3,
"fwhm": 3,
"deblend": false
},
"state": null
}
Noticed for at least the WCS Calibration tool with "Show extraction overlay" enabled. Some other settings (e.g. FWHM) are used, not sure about all of them.