GNU Astronomy Utilities - Tasks: task #16239, NoiseChisel option to avoid...
You are not allowed to post comments on this tracker with your current authentication level.
task #16239: NoiseChisel option to avoid interpolation for thresholds or Sky
Submitter: | Mohammad Akhlaghi <makhlaghi> | ||
Submitted: | Sat 30 Jul 2022 03:18:35 PM UTC | ||
Should Start On: | Fri 29 Jul 2022 11:00:00 PM UTC | Should be Finished on: | Fri 29 Jul 2022 11:00:00 PM UTC |
Category: | NoiseChisel | Priority: | 5 - Normal |
Item Group: | Enhancement | Status: | Postponed |
Privacy: | Public | Percent Complete: | 0% |
Assigned to: | makhlaghi | Open/Closed: | Open |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2022-07-30 | makhlaghi | Carbon-Copy | - | ![]() |
Added -email is unavailable- |
Currently NoiseChisel does nearest neighbor interpolation for estimating the Sky and all the intermediary thresholds (like the quantile threshold and etc). This is done to remove gradients caused by the sky or prior processing steps.
But in some scenarios, the extended signal structure is very large (covering almost all the image) and low-S/N (and therefore not properly detectable). When it is possible to assume that the sky is a constant across the image, in such cases, we can simply use a single constant for our thresholds and Sky estimation.
Currently the only way we can do this is to use the `--checksky` option and use the statistics of the tiles used (before interpolation):