Skip to content
New issue

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

Include a firstIncludedObservation as well in MPCORB table? #27

Open
talister opened this issue Feb 12, 2024 · 1 comment
Open

Include a firstIncludedObservation as well in MPCORB table? #27

talister opened this issue Feb 12, 2024 · 1 comment
Labels
DP0.3 question Further information is requested

Comments

@talister
Copy link

I appreciate that it's an inherited table from the MPC and so needs to follow that format but it seems to me that a firstIncludedObservation for the "Date of first observation included in orbit solution" to complement the lastIncludedObservation would make sense for assessing the fitted arc length/orbit quality?

@talister talister added question Further information is requested DP0.3 labels Feb 12, 2024
@mschwamb
Copy link
Member

From my reading of the DPDD and DP0.3 data schema, a combination of these columns and lastIncludedObservation would give you that information:

nobs int MPCORB: Number of observations
nopp int MPCORB: Number of oppositions
arc float MPCORB: Arc (days), for single-opposition objects
arcStart timestamp MPCORB: Year of first observation (for multi-opposition objects)
arcEnd timestamp MPCORB: Year of last observation (for multi-opposition objects)

Is there something I'm missing?

Looking at what the MPC provides this information is not provided so the Rubin pipelines would need to extract that information from the MPC records for each object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DP0.3 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants