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
For doing comparisons between multiple spacecraft at different AU (e.g. solo, psp) you may want to adjust time for light travel time for comparisons of timing etc.
Use case - plot RPW and PSP data on same plot and adjust for light travel between the two.
At the moment, if you try update the spec.times attribute, something like
spec.times = spec_times + light_travel_time
you get the AttributeError: can't set attribute error.
It would be nice to be able to do this - thoughts on allowing a method to update it?
The text was updated successfully, but these errors were encountered:
Describe the feature
For doing comparisons between multiple spacecraft at different AU (e.g. solo, psp) you may want to adjust time for light travel time for comparisons of timing etc.
Use case - plot RPW and PSP data on same plot and adjust for light travel between the two.
At the moment, if you try update the
spec.times
attribute, something likespec.times = spec_times + light_travel_time
you get the
AttributeError: can't set attribute
error.It would be nice to be able to do this - thoughts on allowing a method to update it?
The text was updated successfully, but these errors were encountered: