-
Notifications
You must be signed in to change notification settings - Fork 49
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
Comments
wtgee
added a commit
to panoptes/panoptes-pipeline
that referenced
this issue
Sep 9, 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?
…On Sun, Sep 9, 2018, 4:53 AM Wilfred Tyler Gee ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#586>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYmU26xmGHHVhIBeUbFsKcobggyOQpBks5uZNcEgaJpZM4WgM89>
.
|
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
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
The sequence_id and image_id (SEQ_ID and IMG_ID) are built from the
<unit_id>_<camera_id>_<sequence_time>
but the value forunit_id
is being pulled from theconfig['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.The text was updated successfully, but these errors were encountered: