Skip to content

Commit

Permalink
Merge pull request #13 from lsst/tickets/DM-39649
Browse files Browse the repository at this point in the history
DM-39649: Add default LATISS transmission_detector and transmission_optics.
  • Loading branch information
erykoff committed Jul 14, 2023
2 parents 3bd4403 + 2052ec8 commit 5736ae6
Show file tree
Hide file tree
Showing 14 changed files with 1,445 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - __serialized_columns__:
# throughput:
# __class__: astropy.units.quantity.Quantity
# unit: !astropy.units.Unit {unit: ''}
# unit: !astropy.units.Unit {unit: ""}
# value: !astropy.table.SerializedColumn {name: throughput}
# wavelength:
# __class__: astropy.units.quantity.Quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - __serialized_columns__:
# throughput:
# __class__: astropy.units.quantity.Quantity
# unit: !astropy.units.Unit {unit: -}
# unit: !astropy.units.Unit {unit: ""}
# value: !astropy.table.SerializedColumn {name: throughput}
# wavelength:
# __class__: astropy.units.quantity.Quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - __serialized_columns__:
# throughput:
# __class__: astropy.units.quantity.Quantity
# unit: !astropy.units.Unit {unit: -}
# unit: !astropy.units.Unit {unit: ""}
# value: !astropy.table.SerializedColumn {name: throughput}
# wavelength:
# __class__: astropy.units.quantity.Quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - __serialized_columns__:
# throughput:
# __class__: astropy.units.quantity.Quantity
# unit: !astropy.units.Unit {unit: -}
# unit: !astropy.units.Unit {unit: ""}
# value: !astropy.table.SerializedColumn {name: throughput}
# wavelength:
# __class__: astropy.units.quantity.Quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - __serialized_columns__:
# throughput:
# __class__: astropy.units.quantity.Quantity
# unit: !astropy.units.Unit {unit: -}
# unit: !astropy.units.Unit {unit: ""}
# value: !astropy.table.SerializedColumn {name: throughput}
# wavelength:
# __class__: astropy.units.quantity.Quantity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# - __serialized_columns__:
# throughput:
# __class__: astropy.units.quantity.Quantity
# unit: !astropy.units.Unit {unit: -}
# unit: !astropy.units.Unit {unit: ""}
# value: !astropy.table.SerializedColumn {name: throughput}
# wavelength:
# __class__: astropy.units.quantity.Quantity
Expand Down

0 comments on commit 5736ae6

Please sign in to comment.