You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rgreppy FrequencyBands and update all imports and references to be mt_metadata.transfer_functions.processing.aurora.FrequencyBands
rgreppy get_fft_harmonics and update imports to come from mt_metadata.transfer_functions.processing.aurora.window
Shoud FCChannel should have a sample_rate_decimation_level value, or just a sample_rate?
A future PR could address recursive grep sample_rate_decimation and fix these.
Add better dtyping to aurora/pipelines/transfer_function_kernel.py. In particular, dtyping is causing circular imports. This is probably due to TransferFunctionKernel being imported by process_mth5.py. Note that TransferFunctionKernel is needed in three functions within process_mth5.py module: merge_stfts, get_spectrogams, and process_mth5_legacy. TODO: fix circular import dtyping.
If possible, import the following from mth5
add_fcs_to_mth5 (now in timeseries/spectre/helpers.py)
read_back_fcs (now in timeseries/spectre/helpers.py)
run_ts_to_stft_scipy (now in timeseries/spectre/helpers.py)
calibrate_stft_obj (now in timeseries/spectre/helpers.py)
Set prewhitening_type default to be empty string if it is None ... this needs a second look (JP)
[ ]
The text was updated successfully, but these errors were encountered:
kkappler
changed the title
Housekeeping
MTH5 Spectrogram Housekeeping
Dec 21, 2024
Depends on mth5 PR 270
master
, update aurora to import the Spectrogram class from mth5.extract_band
to import from mth5aurora/timeseries_helpers
take and returnSpectrogram
objectsDepends on fixing mth5 issue 271 (PR to be created soon)
apply_prewhitening
,apply_recoloring
) from mth5mt_metadata: Depends on PR 236
rgreppy FrequencyBands
and update all imports and references to bemt_metadata.transfer_functions.processing.aurora.FrequencyBands
rgreppy get_fft_harmonics
and update imports to come frommt_metadata.transfer_functions.processing.aurora.window
sample_rate_decimation_level
value, or just asample_rate
?A future PR could address recursive grep
sample_rate_decimation
and fix these.aurora/pipelines/transfer_function_kernel.py
. In particular, dtyping is causing circular imports. This is probably due to TransferFunctionKernel being imported byprocess_mth5.py
. Note that TransferFunctionKernel is needed in three functions withinprocess_mth5.py
module:merge_stfts
,get_spectrogams
, andprocess_mth5_legacy
. TODO: fix circular import dtyping.If possible, import the following from
mth5
add_fcs_to_mth5
(now in timeseries/spectre/helpers.py)read_back_fcs
(now in timeseries/spectre/helpers.py)run_ts_to_stft_scipy
(now in timeseries/spectre/helpers.py)calibrate_stft_obj
(now in timeseries/spectre/helpers.py)prewhitening_type
default to be empty string if it is None ... this needs a second look (JP)The text was updated successfully, but these errors were encountered: