Skip to content

Commit 918c82a

Browse files
authored
Merge pull request #264 from fallars/E02_auto_mib
correcting ui and schema names to match the actual schema
2 parents 3f4f10f + 6da2133 commit 918c82a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e02/templates/Notebook.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ metadata:
1010
A utility which takes in a 4D STEM data set and outs the approximate real space pixel size, measured camera length and scan rotation (based off dpc).
1111
workflows.diamond.ac.uk/repository: "https://github.com/DiamondLightSource/imaging-workflows"
1212
workflows.diamond.ac.uk/parameter-schema: |
13-
{{- .Files.Get "schema/Calibrate4DSTEMSchema.json" | nindent 6 }}
13+
{{- .Files.Get "schema/notebook_Schema.json" | nindent 6 }}
1414
workflows.diamond.ac.uk/ui-schema: |
15-
{{- .Files.Get "schema/Calibrate4DSTEMUISchema.json" | nindent 6 }}
15+
{{- .Files.Get "schema/notebook_ui.json" | nindent 6 }}
1616
spec:
1717
entrypoint: mount-files
1818
arguments:

0 commit comments

Comments
 (0)