Currently the bind_into_vpts function function outputs a list of vpts class objects when it has as input profiles of different radars, and a single vpts class objects if the profiles are from only one radar.
So in the first case the output class is list and in the second case vpts.
I like to keep the functionality to sort your VP files (of potentially different radars) into a vpts for each radar.
Is it undesirable to have different output types depending on the input?
Currently the
bind_into_vptsfunction function outputs a list of vpts class objects when it has as input profiles of different radars, and a single vpts class objects if the profiles are from only one radar.So in the first case the output class is
listand in the second casevpts.I like to keep the functionality to sort your VP files (of potentially different radars) into a vpts for each radar.
Is it undesirable to have different output types depending on the input?