Skip to content

Commit

Permalink
default dither size should actually be 30
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 31, 2024
1 parent 438b23d commit 5c6aaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wintertoo/data/observing_request_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"observed": {"anyOf": [{"type": "boolean", "default": false}, {"type" : "integer", "minimum" : 0, "maximum" : 1}]},
"maxAirmass": {"type": "number", "comment": "Maximum airmass for observation", "default": 2.0},
"ditherNumber": {"type": "integer", "default": 1},
"ditherStepSize": {"type": "number", "comment": "arcsec", "default": 600.0},
"ditherStepSize": {"type": "number", "comment": "arcsec", "default": 30.0},
"fieldID": {"type": "integer", "default": 999999999},
"targName": {"type": ["string", "null"], "comment": "Target name e.g. GW170817"}
},
Expand Down

0 comments on commit 5c6aaf4

Please sign in to comment.