mailSupport request for replacing space in header files for the value.write functions


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Troels Emtekær Linnet on February 19, 2014 - 13:03:
Hi Edward.

If I use the function:
value.write(param='r2a')

The header file looks like this:
# Parameter description:  The transversal relaxation rate for state A in the absence of exchange.
#
# mol_name    res_num    res_name    spin_num    spin_name    SQ CPMG - 599.89086220 MHz    sd(SQ CPMG - 599.89086220 MHz)   

Ideally I would like it to have it similar to this:

# Parameter description:  The transversal relaxation rate for state A in the absence of exchange.
#
# mol_name    res_num    res_name    spin_num    spin_name    SQ_CPMG_-_599.89086220_MHz    sd(SQ_CPMG_-_599.89086220_MHz)

so a string.split() will be of the same length as the data columns.

Best
Troels

Related Messages


Powered by MHonArc, Updated Wed Feb 19 16:20:08 2014