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

Store ROIs Warnings #59

Open
lyates17 opened this issue Jul 30, 2016 · 1 comment
Open

Store ROIs Warnings #59

lyates17 opened this issue Jul 30, 2016 · 1 comment
Assignees
Labels

Comments

@lyates17
Copy link
Contributor

After hand-scanning a sample today, I clicked the "Store ROIs" button. The process seemed to run much more slowly than it had previously (i.e., took multiple minutes instead of ~10 seconds) and I received a long string of warning messages like the below. I subsequently loaded the output file produced by "Store ROIs" as an input, and the ROIs appear in the correct events and correct locations, so I'm not sure how significant the issue is.

[NORMAL] IOManager::get_data Created TTree partroi_handscan_tree (id=0) w/ 0 entries...
[NORMAL] IOManager::get_data Created TTree pixel2d_handscan_tree (id=1) w/ 0 entries...
[NORMAL] IOManager::get_data Created TTree pixel2d_labels_tree (id=2) w/ 0 entries...
storing ROIs for (5767L, 0L, 24L)
storing (<ROOT.larcv::Pixel2D object at 0x6cb82c0>, <ROOT.larcv::Pixel2D object at 0x6f11560>, <ROOT.larcv::Pixel2D object at 0x6caa490>)
storing labels for event= 0 plane= 0 : 0 plane= 0 : 0 plane= 0 : 0 storing labels for event= 1 plane= 0 : 0 plane= 0 : 0 plane= 0 : 0 [WARNING] IOManager::set_id Override event id for product pixel2d by handscan from (5767,0,24) to (5767,9,454)
[WARNING] IOManager::set_id Override event id for product pixel2d by labels from (5767,0,24) to (5767,9,454)
storing labels for event= 2 plane= 0 : 0 plane= 0 : 0 plane= 0 : 0 [WARNING] IOManager::set_id Override event id for product pixel2d by handscan from (5767,9,454) to (5767,46,2350)
[WARNING] IOManager::set_id Override event id for product pixel2d by labels from (5767,9,454) to (5767,46,2350)
storing labels for event= 3 plane= 0 : 0 plane= 0 : 0 plane= 0 : 0 [WARNING] IOManager::set_id Override event id for product pixel2d by handscan from (5767,46,2350) to (5767,97,4859)
[WARNING] IOManager::set_id Override event id for product pixel2d by labels from (5767,46,2350) to (5767,97,4859)
storing ROIs for (5767L, 99L, 4975L)
storing (<ROOT.larcv::Pixel2D object at 0x6f69760>, <ROOT.larcv::Pixel2D object at 0x6f69d90>, <ROOT.larcv::Pixel2D object at 0x7a3ba00>)
storing labels for event= 4 plane= 0 : 0 plane= 0 : 0 plane= 0 : 0 [WARNING] IOManager::set_id Override event id for product pixel2d by handscan from (5767,97,4859) to (5767,99,4975)
[WARNING] IOManager::set_id Override event id for product pixel2d by labels from (5767,97,4859) to (5767,99,4975)
storing labels for event= 5 plane= 0 : 0 plane= 0 : 0 plane= 0 : 0 [WARNING] IOManager::set_id Override event id for product pixel2d by handscan from (5767,99,4975) to (5769,0,27)
[WARNING] IOManager::set_id Override event id for product pixel2d by labels from (5767,99,4975) to (5769,0,27)

(And so on...)

@twongjirad
Copy link
Member

twongjirad commented Jul 30, 2016

@lyates17 whew. I'm glad your ROIs were saved correctly. This is a bug for the pixel labeling. The run,subrun,event seems to be behind by one for the label data.

@twongjirad twongjirad self-assigned this Jul 30, 2016
@twongjirad twongjirad added the bug label Jul 31, 2016
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