ara-software / AraProc

ARA data analysis framework
GNU General Public License v3.0
3 stars 1 forks source link

update excluded channel treatment #30

Closed clark2668 closed 3 days ago

clark2668 commented 3 days ago

This creates a dataset object that contains the excluded channels (according to the yaml file), plus the hpols or the vpols. This way if you want to compute a vpol only variable, you can do like:

snr_vpol = snr.get_snr(wavebundle, excluded_channels = d.excluded_channels_and_hpol)
marcomuzio commented 3 days ago

Looks good to me!

clark2668 commented 3 days ago

Thank you!