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

Fix sequence and image ids #586

Closed
wtgee opened this issue Sep 9, 2018 · 2 comments
Closed

Fix sequence and image ids #586

wtgee opened this issue Sep 9, 2018 · 2 comments

Comments

@wtgee
Copy link
Member

wtgee commented Sep 9, 2018

The sequence_id and image_id (SEQ_ID and IMG_ID) are built from the <unit_id>_<camera_id>_<sequence_time> but the value for unit_id is being pulled from the config['name']. This has created problems for PAN006 where there is a custom name instead of a unit_id. Now that we actually have a unit_id parameter in the config, the sequence_id and image_id should be changed.

wtgee added a commit to panoptes/panoptes-pipeline that referenced this issue Sep 9, 2018
@jamessynge
Copy link
Contributor

jamessynge commented Sep 9, 2018 via email

wtgee added a commit to wtgee/POCS that referenced this issue Sep 20, 2018
* **Behavior Change** Enables `pan_id` in the config by default. `PAN000` as simulator?

Closes panoptes#586
@wtgee
Copy link
Member Author

wtgee commented Sep 20, 2018

Oh, I didn't realize there was an issue with my images. Do we need to run a correction pass over the already uploaded observations?

We're going to have to do some scrubbing of a lot of files. Partly why I wanted to version bump (#609).

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