Skip to content

Commit

Permalink
Fix schema description
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 30, 2024
1 parent a0827a3 commit 6655b85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/lsst/ts/externalscripts/maintel/tma/short_long_slews.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_schema(cls):
type: object
properties:
grid_az:
description: >
description: >-
Azimuth coordinate(s) in degrees where the diamond patterns will be executed.
Can be a single number or a list of numbers. Ensure that the azimuth values,
along with the cumulative offsets from the diamond pattern, remain within
Expand All @@ -121,7 +121,7 @@ def get_schema(cls):
type: number
minItems: 1
grid_el:
description: >
description: >-
Elevation coordinate(s) in degrees where the diamond patterns will be executed.
Can be a single number or a list of numbers. Ensure that the elevation values,
along with the cumulative offsets from the diamond pattern, remain within
Expand All @@ -133,11 +133,11 @@ def get_schema(cls):
type: number
minItems: 1
direction:
description: >
description: >-
Direction in which to start the diamond pattern movements.
Options are 'forward' or 'backward'. In 'forward' mode, the pattern
starts with positive offsets; in 'backward' mode, it starts with negative offsets.
Default is 'forward'.
starts with positive offsets; in 'backward' mode, it starts with negative
offsets. Default is 'forward'.
type: string
enum:
- forward
Expand Down

0 comments on commit 6655b85

Please sign in to comment.