Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AuxTel Tiles. #34

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions doc/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
Version History
===============

v0.14.2
-------

* Update AuxTel Tiles.
* Update github workflows to pin identify v2.6+

v0.14.1
-------

Expand Down
33 changes: 0 additions & 33 deletions python/lsst/ts/fbs/utils/data/auxtel_tiles.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Loading