spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
150 stars 59 forks source link

Input time needs to be vectorized ‘mms_part_slice2d’ #348

Open PluckZK opened 1 year ago

PluckZK commented 1 year ago

the input 'time' must be a Scalar, If you want to get the VDF at different times, you must loop through the operation, which will cause re-reading of the cdf variables and a waste of calculation time, so is it possible to vectorize the input time?

ericthewizard commented 1 year ago

Great suggestion, and definitely doable!

jameswilburlewis commented 8 months ago

Andy Smith (andy.w.smith@northumbria.ac.uk) has also asked us to look into this.