radiocosmology / draco

A pipeline for the analysis and simulation of drift scan radio data
MIT License
9 stars 7 forks source link

ac/chisq_rfi_mask_map #293

Closed Arnab-half-blood-prince closed 1 month ago

Arnab-half-blood-prince commented 1 month ago

Add features in RFIMaskChisqHighDelay task to flag ringmap

ssiegelx commented 1 month ago

I think the logic for determining what dataset to use can be made simpler by using the data attribute of the input container, which is a (relatively) new feature of sub-classes derived from the DataWeight base-class. I made a new PR (#294) that makes the RFIMaskChisqHighDelay compatible with the RingMap and HybridVisStream using this attribute, and also adds some additional options that improve the masking for the RingMap.

Arnab-half-blood-prince commented 1 month ago

closing this, as https://github.com/radiocosmology/draco/pull/294 does the same.