lincc-frameworks / fibad

FIBAD - Framework for Image-Based Anomaly Detection
MIT License
3 stars 0 forks source link

Support downloads where tract, patch and object id are not present in the catalog. #63

Open aritraghsh09 opened 2 weeks ago

aritraghsh09 commented 2 weeks ago

Feature request

Before submitting Please check the following:

mtauraso commented 2 weeks ago

This may very nearly work already. Rects are dataclasses and though tract is part of the sort, its perfectly valid to make a bunch of Rects with tract=None and they will sort just fine.

Probably this will have issues in the downloader because of the hardcoded list of fields that includes tract and that is what will need to be worked around.

object_ids I'm less sure of, but we might be able to work without them.