lincc-frameworks / tape

[Deprecated] Package for working with LSST time series data
https://tape.readthedocs.io
MIT License
12 stars 3 forks source link

Extend `ColumnMapper` to support join indices when reading from hipscat #406

Open dougbrn opened 5 months ago

dougbrn commented 5 months ago

Feature request Improves #404. When reading from hipscat, the user must specify the join index for both object and source to join the sources to the object-level _hipscat index. This can easily be information that the ColumnMapper can hold and we can add this information to our known maps, allowing users who specify a map like "ZTF" to already have that join information available.

Before submitting Please check the following: