Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
czi reader: remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi310 committed Jun 4, 2021
1 parent d4206ae commit 0cf2584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fluorender/FluoRender/Formats/czi_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ void CZIReader::Preprocess()
auto cziReader = libCZI::CreateCZIReader();
cziReader->Open(stream);

/*
cziReader->EnumerateSubBlocks( [&](int idx, const libCZI::SubBlockInfo& info)
{
cout << "Index " << idx << ": " << libCZI::Utils::DimCoordinateToString(&info.coordinate) << " Rect=" << info.logicalRect << endl;
Expand All @@ -106,6 +107,7 @@ void CZIReader::Preprocess()
return true;
});
*/

auto stats = cziReader->GetStatistics();
auto sbd = stats.sceneBoundingBoxes[0];
Expand Down

0 comments on commit 0cf2584

Please sign in to comment.