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

Load position in new database layout #4

Closed
jugdemon opened this issue Jun 27, 2017 · 4 comments
Closed

Load position in new database layout #4

jugdemon opened this issue Jun 27, 2017 · 4 comments
Assignees

Comments

@jugdemon
Copy link
Contributor

Instead of reading the position table, we now load the sensor name and then the 3d data.

@jugdemon jugdemon self-assigned this Jun 27, 2017
@jugdemon jugdemon reopened this Jun 27, 2017
@jugdemon
Copy link
Contributor Author

That was trigger happy. It does not everything just yet.

@raweibel I am not sure how to restrict the position data to a specific scene. From where can I get the range of sensor data that belongs to one scene. I.e. how to we record the scene start and stop time?

@raweibel
Copy link

The scene start and end are recorded in system_data with a sensor called "Scene" in data_orgin with "start" and "end" in data_description, and the time is recorded in system_data (value in system_data is set to null, since it is not needed in this case)

@jugdemon
Copy link
Contributor Author

Thanks for the explanation, I will extract the necessary data.

@jugdemon jugdemon added this to the Publishing EVE milestone Jul 2, 2017
@jugdemon
Copy link
Contributor Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants