Fix incomplete parameter names in fits write routine
The table attached to the fits file specified the column for the parameter names as 'A'. This caused that only the first character of each string was stored. Now the table is initialized as 'nA' where n is the maximum length of the parameter names.
Loading
Please register or sign in to comment