Open braingram opened 1 month ago
And related, ResampleData
understands wht_type
:
https://github.com/spacetelescope/romancal/blob/b652ef8ba98d0c6b4c135e66ee7eee21eb885308/romancal/resample/resample.py#L52
whereas outlier detection passes in weight_type
:
https://github.com/spacetelescope/romancal/blob/b652ef8ba98d0c6b4c135e66ee7eee21eb885308/romancal/outlier_detection/outlier_detection_step.py#L108
so "weight_type" is ignored.
@stscijgbot-rstdms
Outlier detection without resampling uses hard-coded "ivm" weight https://github.com/spacetelescope/romancal/blob/b652ef8ba98d0c6b4c135e66ee7eee21eb885308/romancal/outlier_detection/outlier_detection.py#L96