Commits

Kristin Berry authored 2d469d2d92f Merge
Pull request #1347: PIPE-2238/PIPE-2213/PIPE-672: Weblog updates for VLA Spectral Lines (Hanning Smoothing update, adding spectral window identification to Spectral Setup Details page

Merge in PIPE/pipeline from vla-spectral-lines-weblog-and-restore to main * commit '24ce65d25fbf2e5a2f65e8f0a5e6a6c1139cb0bc': PIPE-2238: Remove unnecessary endifs in mako template PIPE-672 and PIPE-2213: Updated to include maser_line_detection option in determining how to populate the smoothing_dict. PIPE-2238: Break up a very long line of code onto multiple lines. PIPE-1344: Decrease maxproductsize to 100 GB PIPE-2234: Remove unneeded comments PIPE-2238: Add SPW bandwidth and channel width to Hanning Smoothing Table in weblog and commit associated renderer.py. PIPE-672: Update so that no additional smoothing will be done by this stage if online smoothing already occurred (sdm_num_bin > 1). PIPE-2238: Add reason for smoothing / not smoothing to Hanning Smoothing weblog page. PIPE-2238: Add table with information about which SPWs were smoothed to the Hanning Smoothing weblog page. PIPE-2213: Add spectral window identification (line vs continuum) to the Spectral Setup Details page

pipeline/hifv/tasks/hanning/__init__.py

Modified
1 1 import pipeline.infrastructure.renderer.basetemplates as basetemplates
2 2 # import pipeline.infrastructure.pipelineqa as pipelineqa
3 3 # import pipeline.infrastructure.renderer.qaadapter as qaadapter
4 4 import pipeline.infrastructure.renderer.weblog as weblog
5 5
6 6 from .hanning import Hanning
7 7 from . import hanning
8 +from . import renderer
8 9
9 10 # from . import qa
10 11
11 12 # pipelineqa.registry.add_handler(qa.HanningQAHandler())
12 13 # pipelineqa.registry.add_handler(qa.HanningListQAHandler())
13 14 # qaadapter.registry.register_to_dataset_topic(hanning.HanningResults)
14 15
15 16 weblog.add_renderer(Hanning,
16 - basetemplates.T2_4MDetailsDefaultRenderer(uri='hanning.mako',
17 + renderer.T2_4DetailsHanningRenderer(uri='hanning.mako',
17 18 description='VLA Hanning Smoothing'),
18 19 group_by=weblog.UNGROUPED)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut