Open jameswilburlewis opened 1 month ago
Thanks for letting us know! It seems that mms_part_slice2d doesn't pass the thetarange parameter to the lower level processing routines. (However, the documentation states that thetarange is only valid for 2-d interpolation, and you seem to be specifying 3-d.)
I'll try adding thetarange to the internal spd_slice2d call and see what happens with the 2-d and 3-d interpolation methods.
From Gankai Poh, poh@cua.edu:
I have an ion distribution that contains the solar wind, beam and diffuse population. I would like to only calculate the partial moment for the diffuse and beam population separately. After removing the solar wind, I tried using the "thetarange" keyword of the function but it doesn't seem to be working. This is my code:
Any advice or help will be greatly appreciated.