I am using convert_to_bnd.py for implementing 'blackcrapie' branch functionality.
Commit 12982 in the trunk made significant improvements in the script's usage, hovever, I still need to comment out lines 237 & 238 to make it work:
data[3] = np.maximum(data[3], zeros)
data[4] = np.maximum(data[4], zeros)
Since I am extracting only two variables, these two lines through an error.
I believe these are relics of the past where 4 variable extraction was hardcoded.
Regards,
Costas