From f7d534dc0ec9c91fff9d70130a175a1694efd173 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Mon, 9 Sep 2024 17:50:44 -0400 Subject: [PATCH] test with romancal for build 15 (#33) * test with romancal for build 15 * add a L2 catalog file to download script --- 00_install/environment.yml | 4 ++-- data/download.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/00_install/environment.yml b/00_install/environment.yml index 791ace0..262112b 100644 --- a/00_install/environment.yml +++ b/00_install/environment.yml @@ -8,7 +8,7 @@ dependencies: - numpy >= 1.20 - packaging - pip - - python >= 3.9 + - python == 3.11 - pyyaml - pip: - asdf_standard @@ -17,4 +17,4 @@ dependencies: - astropy >= 5.3 - gwcs >= 0.20 - stpipe - - romancal >= 0.13 + - romancal >= 0.16.3 diff --git a/data/download.py b/data/download.py index 517285e..a9aa53d 100644 --- a/data/download.py +++ b/data/download.py @@ -16,6 +16,7 @@ "ExampleData/Build14/r0099101001001001001_r274dp63x31y81_visit_F158_prompt_i2d.asdf", "ExampleData/Build14/r0099101001001001001_r274dp63x31y81_visit_F158_prompt_cat.asdf", "ExampleData/Build14/r0099101001001001001_r274dp63x31y81_visit_F158_prompt_segm.asdf", + "ExampleData/Build14/r0000101001001001001_01101_0001_WFI01_cat.asdf", "ExampleData/jw01448013001_02105_00001_nis_rate.fits", "ExampleData/jw01448013001_02106_00001_nis_rate.fits", "ExampleData/jw01448013001_02106_00001_nis_cat.ecsv",