SkynetRTN / afterglow-access

Other
0 stars 0 forks source link

Only a subset of source extraction settings is sent to WCS calibration job #42

Closed vkoupr closed 10 months ago

vkoupr commented 11 months ago

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.

vkoupr commented 11 months ago

Disregard this, cannot reproduce anymore.

vkoupr commented 11 months ago

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
}