Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: atmospec
-
Labels:None
-
Story Points:2
-
Team:Data Release Production
-
Urgent?:No
Description
Dumping the TODO diff I dumped:
[mfl@lsst-devl03 atmospec]$ gd
|
diff --git a/python/lsst/atmospec/utils.py b/python/lsst/atmospec/utils.py
|
index 1ff0392..2893cd9 100644
|
--- a/python/lsst/atmospec/utils.py
|
+++ b/python/lsst/atmospec/utils.py
|
@@ -417,6 +417,8 @@ def vizierLocationForTarget(exp, target, doMotionCorrection):
|
result = Vizier.query_object(target) # result is an empty table list for an unknown target
|
try:
|
star = result['I/311/hip2']
|
+ # TODO: try changing failover from simbad to just using Gaia via vizier
|
+ # i.e. try result['I/345/gaia2] and see how that goes.
|
except TypeError: # if 'I/311/hip2' not in result (result doesn't allow easy checking without a try)
|
raise ValueError
|
|
The work here will be in getting the right order to try things in, given that Gaia's completeness at the bright end will drop off too soon (we look at very bright things quite often), and also working out the column names in that catalog.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Team | Data Release Production [ 10301 ] |