Skip to content

Commit

Permalink
Merge pull request #113 from at88mph/ict-21785-freq-units
Browse files Browse the repository at this point in the history
Calculate proper spectral resolution.
  • Loading branch information
at88mph authored Mar 12, 2024
2 parents 00dfcc7 + 269a370 commit ccbb678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap/src/main/resources/sql/alma_obscore_view.sql
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ CREATE OR REPLACE FORCE VIEW obscore (
(science.fov / 3600),
science.spatial_bounds,
science.footprint,
science.frequency_resolution,
(energy.resolution_min + energy.resolution_max) / 2,
NULL,
NULL,
energy.channel_num,
Expand Down

0 comments on commit ccbb678

Please sign in to comment.