Skip to content

Commit 4a398d5

Browse files
authored
Merge pull request #92 from ericpre/remove_mib_workflow
Remove importing mib tutorial since it is now taken care of in rosettasciio
2 parents ba5cb20 + 1d7673c commit 4a398d5

File tree

5 files changed

+6
-546
lines changed

5 files changed

+6
-546
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.bak #for spell checking
22

33
.ipynb_checkpoints/
4+
.virtual_documents/

00 Importing large mib datasets.ipynb

Lines changed: 0 additions & 531 deletions
This file was deleted.

data/00/test_data.h5

-6.13 MB
Binary file not shown.

data/00/test_data.mib

-33.1 MB
Binary file not shown.

run_nbval.sh

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,11 @@
55
# $ ./run_nbval.sh
66

77
# List notebooks that nbval should run
8-
declare -a NOTEBOOKS=(\
9-
"00 Importing large mib datasets.ipynb"\
10-
"01 GaAs Nanowire - Data Inspection - Preprocessing - Unsupervised Machine Learning.ipynb"\
11-
"02 GaAs Nanowire - Phase Mapping - Orientation Mapping.ipynb"\
12-
"03 Reference Standards - Dimension Calibrations - Rotation Calibrations.ipynb"\
13-
"04 Simulate Data - Phase Mapping - Orientation Mapping.ipynb"\
14-
"05 Simulate Data - Strain Mapping.ipynb"\
15-
"06 Nanocrystal segmentation in SPED data - Demonstration on partly overlapping MgO cubes.ipynb"\
16-
"07 Azimuthal Integration Using pyFAI Detector.ipynb"\
17-
"08 Pair Distribution Function Analysis.ipynb"\
18-
"09 Angular Correlations of Amorphous Materials.ipynb"\
19-
"10 STEM DPC Analysis of Magnetic Sample.ipynb"\
20-
"11 Accelerated orientation mapping with template matching.ipynb"\
21-
"12 MolecularGlassOrientationMapping.ipynb"\
22-
)
8+
NOTEBOOKS=(*.ipynb)
9+
echo "List of Notebooks:"
10+
for nb in "${NOTEBOOKS[@]}"; do
11+
echo $nb
12+
done
2313

2414
# clean notebooks to remove outputs
2515
nb-clean clean "${NOTEBOOKS[@]}"

0 commit comments

Comments
 (0)