Skip to content

Commit

Permalink
Typo fix in the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rcboufleur committed Aug 26, 2024
1 parent 2163333 commit c9e5d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/consdb/efd_transform/config_LATISS.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
columns:
- name: AT_Mount_Jitter_Azimuth
tables: ["ExposureEFD"]
function: rms_4thdeg_polyfit
function: rms_from_polynomial_fit
function_args: {"degree": 4}
datatype: float
unit: unitless
Expand All @@ -14,7 +14,7 @@ columns:

- name: AT_Mount_Jitter_Elevation
tables: ["ExposureEFD"]
function: rms_4thdeg_polyfit
function: rms_from_polynomial_fit
function_args: {"degree": 4}
datatype: float
unit: unitless
Expand All @@ -27,7 +27,7 @@ columns:

- name: AT_Mount_Jitter_Nasmyth
tables: ["ExposureEFD"]
function: rms_4thdeg_polyfit
function: rms_from_polynomial_fit
function_args: {"degree": 4}
datatype: float
unit: unitless
Expand Down

0 comments on commit c9e5d09

Please sign in to comment.