Skip to content

Commit

Permalink
Merge pull request #238 from lsst/tickets/DM-44884
Browse files Browse the repository at this point in the history
DM-44884: Remove DP0.1 from TAP_SCHEMA build & DataLink
  • Loading branch information
JeremyMcCormick authored Sep 27, 2024
2 parents a75ee99 + e08abe8 commit 41840ef
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 83 deletions.
10 changes: 0 additions & 10 deletions datalink/columns-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
# build_datalink_metadata.py, run during the build.

tables:
dp01_dc2_catalogs.forced_photometry:
lsst:minimal: []
dp01_dc2_catalogs.object:
lsst:minimal: []
dp01_dc2_catalogs.position:
lsst:minimal: []
dp01_dc2_catalogs.reference:
lsst:minimal: []
dp01_dc2_catalogs.truth_match:
lsst:minimal: []
dp02_dc2_catalogs.CcdVisit:
lsst:minimal: []
dp02_dc2_catalogs.CoaddPatches:
Expand Down
3 changes: 0 additions & 3 deletions datalink/datalink-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"dp01_object_cone_search": ["dp01_dc2_catalogs_object_ra", "dp01_dc2_catalogs_object_dec"],
"dp01_position_cone_search": ["dp01_dc2_catalogs_position_coord_ra", "dp01_dc2_catalogs_position_coord_dec"],
"dp01_truth_match_cone_search": ["dp01_dc2_catalogs_truth_match_ra", "dp01_dc2_catalogs_truth_match_dec"],
"dp02_object_to_fs_timeseries": ["dp02_dc2_catalogs_Object_objectId"],
"dp02_diaobject_to_dias_timeseries": ["dp02_dc2_catalogs_DiaObject_diaObjectId"],
"dp02_diaobject_to_diafs_timeseries": ["dp02_dc2_catalogs_DiaObject_diaObjectId"],
Expand Down
23 changes: 0 additions & 23 deletions datalink/dp01_object_cone_search.xml

This file was deleted.

23 changes: 0 additions & 23 deletions datalink/dp01_position_cone_search.xml

This file was deleted.

23 changes: 0 additions & 23 deletions datalink/dp01_truth_match_cone_search.xml

This file was deleted.

2 changes: 1 addition & 1 deletion tap-schema/build-all
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
./build mock

./build idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp01_dc2.yaml ../yml/dp02_obscore.yaml
./build idfprod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build idfint-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build idfdev-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
./build usdf-prod-tap ../yml/dp02_dc2.yaml ../yml/dp02_obscore.yaml
Expand Down
File renamed without changes.

0 comments on commit 41840ef

Please sign in to comment.