-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Labels:None
datamodel.txt specifies that we should hash coordinates rounded to nearest arcsecond. The code in utils.py uses "%d %.0f %.0f" % (fiberId, ra, dec), which rounds to the degree.
I'm assuming that by "arcsecond" we can mean 10^-4 degrees?