Merge branch 'master' into x10sa-tutorial
Build and Publish / build (push) Failing after 12s
Build and Publish / Build and Deploy Docs (push) Has been skipped

This commit is contained in:
2026-03-10 17:42:39 +01:00
3 changed files with 172 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class DataCollectionParameters(BaseModel):
int
] = None # Only accept positive integers between 0 and 100
targetresolution: Optional[float] = None # Only accept positive float
aperture: Optional[str] = None # Optional string field
aperture: Optional[int] = None # Optional string field
datacollectiontype: Optional[
str
] = None # Only accept "standard", other types might be added later