Dear developers,
The Src_ID_Label field in the ExPRES CDF is filled from an IDL table with string sizes equal to the maximal string length in the original array. This results in trailing blank spaces at the end of some values, which is not optimal for reading.
For instance :
['0d-30R NORTH ' '119d-30R NORTH' '239d-30R NORTH' '359d-30R NORTH' '0d-30R SOUTH ' '119d-30R SOUTH' '239d-30R SOUTH' '359d-30R SOUTH' 'Io NORTH ' 'Io SOUTH ']
Cheers!
Dear developers,
The
Src_ID_Labelfield in the ExPRES CDF is filled from an IDL table with string sizes equal to the maximal string length in the original array. This results in trailing blank spaces at the end of some values, which is not optimal for reading.For instance :
['0d-30R NORTH ' '119d-30R NORTH' '239d-30R NORTH' '359d-30R NORTH' '0d-30R SOUTH ' '119d-30R SOUTH' '239d-30R SOUTH' '359d-30R SOUTH' 'Io NORTH ' 'Io SOUTH ']Cheers!