Changes

Jump to navigation Jump to search
</source>
* You can scroll through earlier commands with: Cmd+ Arrow up
* When this is done, quit relax
* Then to convert all xmgrace files to png
<source lang="bash">
cd grace
python grace2images.py
</source>
 
This should give the images of the data
<gallery widths=300px heights=240px >
Disp 12 HN.png|Resi 12 at 600+950 MHz
</gallery>
* Afterwards you can
* start relax
* Open the interpreter: Cmd+p
* Paste in
<source lang="python">
import os; os.chdir(os.getenv('HOME') + os.sep + 'Desktop' + os.sep + 'temp'); pwd()
</source>
* Close the interpreter
* File -> Open relax state -> "temp_state.bz2"
 
'''Here comes an error message we have to investigate. But this can just be closed?'''
 
Essentially one need to de-select spin 51 before one select the models for R1rho and then start the analysis.
 
 
The script under it can be run by
<source lang="bash">
relax 2_load_data.py -t log.txt
</source>
=== 2_load_data.py ===
File: '''2_load_data.py'''
<source lang="python">
# Go
aa_relax_disp.Relax_disp(pipe_name=pipe_name, pipe_bundle=pipe_bundle, results_dir=result_dir_name, models=MODELS, grid_inc=GRID_INC, mc_sim_num=MC_NUM, modsel=MODSEL, r1_fit=r1_fit)
</source>
 
* When this is done, quit relax
* Then to convert all xmgrace files to png
<source lang="bash">
cd grace
python grace2images.py
</source>
 
This should give the images of the data
<gallery widths=300px heights=240px >
Disp 12 HN.png|Resi 12 at 600+950 MHz
</gallery>
 
* Afterwards you can
* start relax
* Open the interpreter: Cmd+p
* Paste in
<source lang="python">
import os; os.chdir(os.getenv('HOME') + os.sep + 'Desktop' + os.sep + 'temp'); pwd()
</source>
* Close the interpreter
* File -> Open relax state -> "temp_state.bz2"
 
'''Here comes an error message we have to investigate. But this can just be closed?'''
 
Essentially one need to de-select spin 51 before one select the models for R1rho and then start the analysis.
 
 
The script under it can be run by
<source lang="bash">
relax 2_load_data.py -t log.txt
</source>

Navigation menu