BUG/QUESTION: application geopack for coordinate transformations on time series (array)
Opened this issue · 0 comments
paulinesimon97 commented
Hi, it seems that geopack recalc only accept a value for ut and not an array:
Error in load_igrf(ut)
[74] # locate the two years of interest.
---> [75] if ut <= yruts[0]: yridx = 0
[76] elif ut >= yruts[-1]: yridx = -2
Consequently to convert a time series from gse to gsm for instance as accurately as possible, we need to loop time by time.
Can that behaviour be improved?