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

detected_panel_count is always 5 #39

Closed
loicdtx opened this issue Mar 26, 2019 · 2 comments
Closed

detected_panel_count is always 5 #39

loicdtx opened this issue Mar 26, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@loicdtx
Copy link
Contributor

loicdtx commented Mar 26, 2019

Running the following snippet on the altum branch I get 5, for a non panel capture

import os
import glob

from micasense.capture import Capture

img_path = os.path.join('.','data','0000SET','000')
img_filenames = glob.glob(os.path.join(img_path, 'IMG_0001_*.tif'))

cap = Capture.from_filelist(img_filenames)
print(cap.detect_panels())
@poynting poynting self-assigned this Mar 26, 2019
@poynting poynting added this to the Altum Support milestone Mar 26, 2019
@poynting
Copy link
Contributor

Thanks @loicdtx that was a bug and it should be fixed in the commit I just pushed to altum-support. Please let me know if it's still failing for you

@loicdtx
Copy link
Contributor Author

loicdtx commented Mar 27, 2019

I confirm that this works as expected now. Thanks @poynting for the quick fix.

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

No branches or pull requests

2 participants