diff --git a/e02/templates/Notebook.yaml b/e02/templates/Notebook.yaml index fd9c17a..b676254 100644 --- a/e02/templates/Notebook.yaml +++ b/e02/templates/Notebook.yaml @@ -1,20 +1,20 @@ apiVersion: argoproj.io/v1alpha1 kind: ClusterWorkflowTemplate metadata: - name: Calibrate4DSTEM + name: calibrate-ptycho labels: workflows.diamond.ac.uk/science-group-imaging: "true" annotations: workflows.argoproj.io/title: Calibrate 4D STEM data workflows.argoproj.io/description: | - 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). + 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/notebook_Schema.json" | nindent 6 }} workflows.diamond.ac.uk/ui-schema: | {{- .Files.Get "schema/notebook_ui.json" | nindent 6 }} spec: - entrypoint: mount-files + entrypoint: calibration-notebook arguments: parameters: - name: visitdir @@ -112,9 +112,9 @@ spec: resources: requests: cpu: 10 - memory: 30Gi + memory: 50Gi limits: cpu: 10 - memory: 30Gi + memory: 50Gi \ No newline at end of file