Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e02/templates/Notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ metadata:
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).
workflows.diamond.ac.uk/repository: "https://github.com/DiamondLightSource/imaging-workflows"
workflows.diamond.ac.uk/parameter-schema: |
{{- .Files.Get "schema/Calibrate4DSTEMSchema.json" | nindent 6 }}
{{- .Files.Get "schema/notebook_Schema.json" | nindent 6 }}
workflows.diamond.ac.uk/ui-schema: |
{{- .Files.Get "schema/Calibrate4DSTEMUISchema.json" | nindent 6 }}
{{- .Files.Get "schema/notebook_ui.json" | nindent 6 }}
spec:
entrypoint: mount-files
arguments:
Expand Down