miaplpy.timeseries.minTempCoh from miaplpyApp.cfg not used #548
falkamelung
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that the temporal coherence mask is always calculated using a
0.5
threshold. Virtually all run_08_miaplpy_invert_network_0__1.o. use0.5
The happens because 'metadata' and not 'template' is given to the
get_phase_linking_coherence_mask
function:https://github.com/insarlab/MiaplPy/blob/7de325f771970afa75ce42c3c03ede3057f403b9/src/miaplpy/generate_temporal_coherence.py#L167
As metadata does not contain and entry for
miaplpy.timeseries.minTempCoh
, the 0.5 default is used:https://github.com/insarlab/MiaplPy/blob/7de325f771970afa75ce42c3c03ede3057f403b9/src/miaplpy/generate_temporal_coherence.py#L32-L35
template
, on the other hand contains anmiaplpy.timeseries.minTempCoh
entry as it is read from../miaplpyApp.cfg
Beta Was this translation helpful? Give feedback.
All reactions