-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Checklist
- I searched the documentation.
- I looked through existing discussion topics.
- I looked for similar issues.
- I looked up my question/problem in a search engine.
Question
pyrato.edc.intersection_time_lundeby raises an error if computations fail due to low SNR. This function is called by other functions to truncate and compute EDCs. These functions are commonly used to compute EDCs and later RA parameters in (fractional) octaves. In this case the computation would fail if the SNR is to low in only one band. I think this is unwanted and we should think about other options.
Suggestion:
pyrato.edc.intersection_time_lundebyreturns NaN values instead of raising an errorpyrato.edc.intersection_time_lundebycould raise a warning instead ans/or we could add an additional return parameter that flags if the computation worked (per channel of the input data)- Functions calling
pyrato.edc.intersection_time_lundebycould return EDCs consisting of only NaN values and/or we could add an additional return parameter that flags if the computation worked (per channel of the input data)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Type
Projects
Status
Done