Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Team:Architecture
-
Urgent?:No
Description
The ProcessBrightStarsTask, and subsequent building of the extended PSF/bright star hao model, relies on the Gaia refcat, which is currently unavailable in gen3.
This ticket will address the importation of part of the Gaia refcat to gen3. Similar to what is already done with PS1, simply converting the shards of Gaia overlapping RC2 would be sufficient.
I believe this is just a matter of updating the ConvertRepoTask configuration with two lines similar to those for PS1 that can be found here:
https://github.com/lsst/obs_subaru/blob/master/config/hsc/convertRepo.py#L16
I'm not sure if we want to put those directly in gen3-hsc-rc2/bootstrap.py, or in obs_subaru, or even in the ConvertRepoTask defaults.