Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ authors:
- family-names: Best
given-names: Benedikt T.
orcid: 0000-0001-6965-1117
- family-names: Boussot
given-names: Valentin
orcid: 0009-0003-2465-5458
- family-names: Comparin
given-names: Tommaso
orcid: 0000-0001-6853-5931
Expand Down
3 changes: 3 additions & 0 deletions authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ project:
- name: Benedikt T. Best
github: btbest
orcid: 0000-0001-6965-1117
- name: Valentin Boussot
github: vboussot
orcid: 0009-0003-2465-5458

# C
- name: Tommaso Comparin
Expand Down
4 changes: 2 additions & 2 deletions schemas/coordinate_transformations.schema
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@
"items": {
"type": "number"
},
"description": "Names of the input axes for this transformation."
"description": "Indices of the input axes for this transformation."
},
"outputAxes": {
"type": "array",
"items": {
"type": "number"
},
"description": "Names of the output axes for this transformation."
"description": "Indices of the output axes for this transformation."
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion schemas/image.schema
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
]
},
{
"description": "A sequence of a ingle scale followed by a single translation",
"description": "A sequence of a single scale followed by a single translation",
"type": "object",
"properties": {
"type": {"const": "sequence"},
Expand Down
Loading