Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Martin Schorb
py-EM
Commits
fbae18ec
Commit
fbae18ec
authored
Jun 16, 2020
by
Martin Schorb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix mergemap: offset for single-tile mrc maps
parent
cbf9f7eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pyEM.py
pyEM.py
+2
-1
No files found.
pyEM.py
View file @
fbae18ec
...
...
@@ -514,9 +514,10 @@ def mergemap(mapitem,crop=False,black=False,blendmont=True):
m
[
'frames'
]
=
list
(
map
(
int
,
mapitem
[
'MapFramesXY'
]))
montage_tiles
=
numpy
.
prod
(
m
[
'frames'
])
tileidx_offset
=
0
if
mapfile
.
find
(
'.st'
)
<
0
and
mapfile
.
find
(
'.map'
)
<
0
and
mapfile
.
find
(
'.mrc'
)
<
0
:
#not an mrc file
tileidx_offset
=
0
mergeheader
=
{}
mergeheader
[
'stacksize'
]
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment