You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not uncommon for astronomers to only have RA/DEC positions available for a download (without any information on tract, patch, or object id).
The downloader should be able to skip the sort step in these situations and send requests to the HSC service only with RA, DEC positions.
We should warn the user that having the tract, patch info will speed up the download.
If the user does not provide any object_ids, we should say that we will just return the order in the list (0,1,2,3...) as the object ID in the manifest.
Before submitting
Please check the following:
I have described the purpose of the suggested change, specifying what I need the enhancement to accomplish, i.e. what problem it solves.
I have included any relevant links, screenshots, environment information, and data relevant to implementing the requested feature, as well as pseudocode for how I want to access the new functionality.
If I have ideas for how the new feature could be implemented, I have provided explanations and/or pseudocode and/or task lists for the steps.
The text was updated successfully, but these errors were encountered:
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.
Feature request
Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: