Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
eb89ea31
Unverified
Commit
eb89ea31
authored
Aug 30, 2020
by
ramav87
Committed by
GitHub
Aug 30, 2020
Browse files
Update BE_Processing.ipynb
parent
ebcc7b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
jupyter_notebooks/BE_Processing.ipynb
View file @
eb89ea31
...
...
@@ -122,7 +122,7 @@
"source": [
"max_mem = 1024*8 # Maximum memory to use, in Mbs. Default = 1024\n",
"max_cores = None # Number of logical cores to use in fitting. None uses all but 2 available cores.\n",
"results_to_new_file = False
"
#Note that if you set this to True, visualization is unlikely to work!
"results_to_new_file = False #
Note that if you set this to True, visualization is unlikely to work!
\n"
]
},
{
...
...
@@ -156,7 +156,7 @@
},
"outputs": [],
"source": [
"input_file_path = 'my_file.h5' #put the path to your file here,
"input_file_path = 'my_file.h5' #
put the path to your file here,
\n"
"\n",
"(data_dir, filename) = os.path.split(input_file_path)\n",
"\n",
...
...
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