Skip to content

Commit e229893

Browse files
committed
fix json commas
1 parent d02a30b commit e229893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

operators/quantem-direct-ptycho/operator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "17460a60-01ac-4144-aa32-126bd62667aa",
3-
"label": "quantem direct ptycho",
3+
"label": "quantem direct ptycho 2",
44
"description": "Use quantem to calculate direct ptychography reconstructions from counted data.",
55
"image": "ghcr.io/nersc/interactem/quantem-direct-ptycho:latest",
66
"inputs": [
@@ -59,7 +59,7 @@
5959
"default": "30",
6060
"description": "The defocus search range maximum in nanometers.",
6161
"required": false
62-
}
62+
},
6363
{
6464
"name": "diffraction_rotation_angle",
6565
"label": "Diffraction pattern rotation angle",
@@ -107,7 +107,7 @@
107107
"default": "10",
108108
"description": "The maximum batch size for processing frames. Reduce if you run out of GPU memory.",
109109
"required": false
110-
}
110+
},
111111
{
112112
"name": "deconvolution_kernel",
113113
"label": "Deconvolution kernel",

0 commit comments

Comments
 (0)