From 7aac453ecfbcea29e4f9fdbb820b3fafd245794b Mon Sep 17 00:00:00 2001 From: edennihy Date: Mon, 6 Jan 2025 09:54:07 -0700 Subject: [PATCH 1/3] Update AuxTel Tiles. --- .../lsst/ts/fbs/utils/data/auxtel_tiles.txt | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/python/lsst/ts/fbs/utils/data/auxtel_tiles.txt b/python/lsst/ts/fbs/utils/data/auxtel_tiles.txt index 10a4194..1f2a227 100644 --- a/python/lsst/ts/fbs/utils/data/auxtel_tiles.txt +++ b/python/lsst/ts/fbs/utils/data/auxtel_tiles.txt @@ -1,20 +1,4 @@ Survey Name RA Dec -BLOCK-306 Photo1800-1_001 18:00:34.29 -25:02:39.75 -BLOCK-306 Photo1800-1_002 18:00:38.21 -25:02:39.75 -BLOCK-306 Photo1800-1_003 18:00:42.12 -25:02:39.75 -BLOCK-306 Photo1800-1_004 18:00:46.04 -25:02:39.75 -BLOCK-306 Photo1800-1_005 18:00:49.96 -25:02:39.75 -BLOCK-306 Photo1800-1_006 18:00:53.88 -25:02:39.75 -BLOCK-306 Photo1800-1_007 18:00:57.79 -25:02:39.75 -BLOCK-306 Photo1800-1_008 18:01:01.71 -25:02:39.75 -BLOCK-306 Photo1800-1_009 18:00:34.29 -25:00:53.25 -BLOCK-306 Photo1800-1_010 18:00:38.21 -25:00:53.25 -BLOCK-306 Photo1800-1_011 18:00:42.12 -25:00:53.25 -BLOCK-306 Photo1800-1_012 18:00:46.04 -25:00:53.25 -BLOCK-306 Photo1800-1_013 18:00:49.96 -25:00:53.25 -BLOCK-306 Photo1800-1_014 18:00:53.88 -25:00:53.25 -BLOCK-306 Photo1800-1_015 18:00:57.79 -25:00:53.25 -BLOCK-306 Photo1800-1_016 18:01:01.71 -25:00:53.25 BLOCK-306 Photo0800-1_001 08:09:44.61 -36:12:34.00 BLOCK-306 Photo0800-1_002 08:09:49.01 -36:12:34.00 BLOCK-306 Photo0800-1_003 08:09:53.40 -36:12:34.00 @@ -31,20 +15,3 @@ BLOCK-306 Photo0800-1_013 08:10:02.20 -36:10:12.00 BLOCK-306 Photo0800-1_014 08:10:06.60 -36:10:12.00 BLOCK-306 Photo0800-1_015 08:10:10.99 -36:10:12.00 BLOCK-306 Photo0800-1_016 08:10:15.39 -36:10:12.00 -BLOCK-306 SMC_001 00:46:47.52 -73:10:33.60 -BLOCK-306 SMC_002 00:48:05.64 -73:10:33.60 -BLOCK-306 SMC_003 00:49:23.76 -73:10:33.60 -BLOCK-306 SMC_004 00:50:41.88 -73:10:33.60 -BLOCK-306 SMC_005 00:52:00.00 -73:10:33.60 -BLOCK-306 SMC_006 00:53:18.12 -73:10:33.60 -BLOCK-306 SMC_007 00:54:36.24 -73:10:33.60 -BLOCK-306 SMC_008 00:55:54.36 -73:10:33.60 -BLOCK-306 SMC_009 00:46:49.21 -73:04:54.97 -BLOCK-306 SMC_010 00:48:06.91 -73:04:54.97 -BLOCK-306 SMC_011 00:49:24.60 -73:04:54.97 -BLOCK-306 SMC_012 00:50:42.30 -73:04:54.97 -BLOCK-306 SMC_013 00:52:00.00 -73:04:54.97 -BLOCK-306 SMC_014 00:53:17.70 -73:04:54.97 -BLOCK-306 SMC_015 00:54:35.40 -73:04:54.97 -BLOCK-306 SMC_016 00:55:53.09 -73:04:54.97 - From 83a8d22d12038a5d2f831914ea9944d39e627704 Mon Sep 17 00:00:00 2001 From: edennihy Date: Mon, 6 Jan 2025 10:33:58 -0700 Subject: [PATCH 2/3] Update github lint workflow. --- .github/workflows/lint.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 34465ab..24b9fc7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -3,5 +3,10 @@ name: lint on: push jobs: - call-workflow: - uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main + lint: + runs-on: ubuntu-latest + steps: + - name: Install + run: | + $CONDA/bin/conda config --set solver classic + $CONDA/bin/conda install -c conda-forge -c lsstts pre-commit identify>=2.6 ts-pre-commit-config python=3.11 -y From 53905d0b887616aff4945ae6583fe8984d2fd2aa Mon Sep 17 00:00:00 2001 From: edennihy Date: Mon, 6 Jan 2025 12:25:24 -0700 Subject: [PATCH 3/3] Update version history. --- doc/version_history.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/version_history.rst b/doc/version_history.rst index 3e91ee0..ed213a7 100644 --- a/doc/version_history.rst +++ b/doc/version_history.rst @@ -4,6 +4,12 @@ Version History =============== +v0.14.2 +------- + +* Update AuxTel Tiles. +* Update github workflows to pin identify v2.6+ + v0.14.1 -------