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
To avoid an implicit change of the input arrays, I would move the interpolation of missing/wrong data in the ICT and space counts to the POD/KLM specific reader method get_telemetry or use a copy instead of changing the input in-place.
I like the idea to move this to the POD/KLM specific get_telemetry methods. There are probably a number of methods in pygac which change data in-place and would need a refactoring. This one's a good start!
To avoid an implicit change of the input arrays, I would move the interpolation of missing/wrong data in the ICT and space counts to the POD/KLM specific reader method
get_telemetry
or use a copy instead of changing the input in-place.pygac/pygac/calibration.py
Lines 409 to 425 in 8a7f11e
The text was updated successfully, but these errors were encountered: