Skip to content
Snippets Groups Projects
Commit 43b473f8 authored by Hahn, Steven's avatar Hahn, Steven
Browse files

command matches comment.

parent 276cfae9
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ projection tables for you automatically. For example: ...@@ -74,7 +74,7 @@ projection tables for you automatically. For example:
proj_prop = Projection() proj_prop = Projection()
proj_prop.setOffset(0, 100) # Set u offset to 100 proj_prop.setOffset(0, 100) # Set u offset to 100
proj_prop.setOffset(1, -5.0) # Set v offset to -5 proj_prop.setOffset(1, -5.0) # Set v offset to -5
proj_prop.setType(1, 'a') # Set v type to be RLU proj_prop.setType(1, 'r') # Set v type to be RLU
proj_prop.setType(2, 'a') # Set w type to be inverse angstroms proj_prop.setType(2, 'a') # Set w type to be inverse angstroms
#Create table workspaces from these projections #Create table workspaces from these projections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment