While I can read a binary table with v2.24, v2.27 crashes with the same table with the following message.
% Variable is undefined:
% Error occurred at MRD_TABLE 2319 mrdfits.pro
% Error occurred at MRDFITS 2736 mrdfits.pro
I checked the code. The pointer scales (where it crashes) contains 134 elements in my table but crashes when trying to access it, even if I try to read *scales[0]
While I can read a binary table with v2.24, v2.27 crashes with the same table with the following message.
% Variable is undefined:
% Error occurred at MRD_TABLE 2319 mrdfits.pro
% Error occurred at MRDFITS 2736 mrdfits.pro
I checked the code. The pointer scales (where it crashes) contains 134 elements in my table but crashes when trying to access it, even if I try to read *scales[0]