Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maximilian Beckers
FDRthresholding
Commits
c287d6ad
Commit
c287d6ad
authored
Jan 27, 2019
by
Maximilian Beckers
Browse files
updated tutorial, no pixel size anymore as required input
parent
bdfe1951
Changes
4
Hide whitespace changes
Inline
Side-by-side
confidenceMapUtil/FDRutil.py
View file @
c287d6ad
...
...
@@ -63,6 +63,8 @@ def calculateConfidenceMap(em_map, apix, noiseBox, testProc, ecdf, lowPassFilter
if
windowSizeLocScale
is
not
None
:
wn_locscale
=
windowSizeLocScale
;
if
window_size
is
not
None
:
print
(
"Window size for noise estimation is automatically set to the size of LocScale sliding window."
);
else
:
wn_locscale
=
None
;
...
...
confidenceMapUtil/locscaleUtil.py
View file @
c287d6ad
import
numpy
as
np
import
FDRutil
from
mapUtil
import
*
import
mrcfile
import
argparse
,
math
,
os
,
sys
from
argparse
import
RawTextHelpFormatter
import
time
...
...
confidenceMapUtil/mapUtil.py
View file @
c287d6ad
...
...
@@ -144,7 +144,7 @@ def makeDiagnosticPlot(map, windowSize, locscale, boxCoord):
if
boxCoord
!=
0
|
locscale
:
singleBox
=
True
;
else
:
locscale
=
False
;
singleBox
=
False
;
if
singleBox
==
False
:
visMap
[
int
(
center
[
0
]
-
0.5
*
sizePatch
[
0
]):(
int
(
center
[
0
]
-
0.5
*
sizePatch
[
0
])
+
sizePatch
[
0
]),
...
...
confidenceMaps_tutorial.pdf
View file @
c287d6ad
No preview for this file type
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