astronomy-commons / hipscat

Hierarchical Progressive Survey Catalog
https://hipscat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 3 forks source link

Remove PIxelTreeBuilder #253

Closed smcguire-cmu closed 5 months ago

smcguire-cmu commented 6 months ago

With the new interval pixel tree, creation of the tree is much simpler and can be done using the PixelTree.from_healpix method. This makes the PixelTreeBuilder class redundant, and it should be removed.