How to use IDL’s min() function’s min_subscript argument in for loop?
I have experience in python but am new to IDL. I am trying to write a function that will return two bins. I want to use the min function to get my bin edges. My issue is that I am trying to use the …