Skip to content
Snippets Groups Projects
Commit 5566731d authored by Rafael Gort's avatar Rafael Gort
Browse files

added possibility to change gaps

parent b445205f
No related branches found
No related tags found
1 merge request!91WIP: Dssc methods as
......@@ -339,14 +339,14 @@ class DSSCFormatter:
class DSSC_Generator:
def __init__(self):
def __init__(self, q_shift = quad_geodat):
# tile_geodat: [[voffset, hoffset], [is_flip, axis]]
# axis= 0, flip up-down
# axis= 1, flip left-right
# fractional shifts not included so far
self.tile_geodat = tile_geodat
self.module_geodat = module_geodat
self.quad_geodat = quad_geodat
self.quad_geodat = q_shift
def read_geometry(self, filename):
pass
......
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