We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tid
The problem is this line:
ingestion_step/ingestion_step/step.py
Line 265 in e49389d
Where we store the discovery telescope. we want to save all tid?
Also we repeat the field _id into extra_fields.
_id
extra_fields
{ "_id" : "AL21kmlwxleekvmrs", "aid" : "AL21kmlwxleekvmrs", "oid" : [ "1000010880254332928" ], "lastmjd" : 59547.320167, "firstmjd" : 59547.320167, "ndet" : 1, "loc" : { "type" : "Point", "coordinates" : [ -179.95466, -25.72581 ] }, "meanra" : 0.04534, "meandec" : -25.72581, "extra_fields" : { "e_ra" : 0.168831437826157, "e_dec" : 0.140000000596046, "tid" : "ATLAS-01a", # this one "_id" : "AL21kmlwxleekvmrs" # and this one } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem is this line:
ingestion_step/ingestion_step/step.py
Line 265 in e49389d
Where we store the discovery telescope. we want to save all
tid
?Also we repeat the field
_id
intoextra_fields
.The text was updated successfully, but these errors were encountered: