Re: r22427 - /trunk/lib/rotating_frame.py

2014-03-07 Thread Edward d'Auvergne
Oh, I forgot to mention the following. Whenever you are in the pipe_control modules and you need data from the specific analyses, then you need to call the methods of the analysis specific API. This is the standardised way in relax to access specific data so that the code, which is mainly user fu

Re: r22427 - /trunk/lib/rotating_frame.py

2014-03-07 Thread Edward d'Auvergne
Hi, I think that the value.write function is not the best for this, as this data is too complicated. It does not work for the dispersion points either. Nevertheless it can be used. If you look at were the value is obtained in the pipe_control.value.write_data() function, you will see the lines:

Re: r22427 - /trunk/lib/rotating_frame.py

2014-03-07 Thread Troels Emtekær Linnet
Hi Edward. How should I handle the value.write function? I was thinking of adding w_eff and Delta_omega as parameters, like these commits: r22409 - /trunk/specific_analyses/relax_disp/api.py http://www.mail-archive.com/relax-commits@gna.org/msg20031.html r22411 - /trunk/specific_analyses/relax_d

Re: r22427 - /trunk/lib/rotating_frame.py

2014-03-07 Thread Edward d'Auvergne
Hi Troels, One consideration you need to make for the functions of the relax library is that these are independent of the relax data store and the pipe_control package (used to manipulate the data store) and the specific_analyses package. I.e. you should be able to use all functions without the r