From 6b202f429fbeb8deef015591ea13e9a290bfcd7e Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Thu, 28 Mar 2024 14:29:35 +0100 Subject: [PATCH] fix: pass pols --- hera_notebook_templates/notebooks/lststack.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hera_notebook_templates/notebooks/lststack.ipynb b/hera_notebook_templates/notebooks/lststack.ipynb index 4756810..20472eb 100644 --- a/hera_notebook_templates/notebooks/lststack.ipynb +++ b/hera_notebook_templates/notebooks/lststack.ipynb @@ -396,7 +396,8 @@ " freq_max=freq_max, \n", " vis_units=vis_units, \n", " history=history,\n", - " overwrite=overwrite\n", + " overwrite=overwrite,\n", + " pols=stackconf.pols\n", " )" ] },