Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nd2shrink
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrey ARISTOV
nd2shrink
Commits
bb7e747d
Commit
bb7e747d
authored
5 years ago
by
Andrey ARISTOV
Browse files
Options
Downloads
Patches
Plain Diff
fix import
parent
3eed4e28
No related branches found
No related tags found
No related merge requests found
Pipeline
#27948
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin_stitched/__main__.py
+1
-1
1 addition, 1 deletion
bin_stitched/__main__.py
nd2_combine/tools.py
+1
-1
1 addition, 1 deletion
nd2_combine/tools.py
with
2 additions
and
2 deletions
bin_stitched/__main__.py
+
1
−
1
View file @
bb7e747d
from
pims_nd2
import
ND2_Reader
import
numpy
as
np
import
sys
from
nd2
shrink
import
transform
from
nd2
tif
import
transform
def
main
(
path
,
factor
=
16
):
...
...
This diff is collapsed.
Click to expand it.
nd2_combine/tools.py
+
1
−
1
View file @
bb7e747d
...
...
@@ -5,7 +5,7 @@ import sys
import
numpy
as
np
import
logging
from
tqdm
import
tqdm
from
nd2
shrink
.transform
import
Well
from
nd2
tif
.transform
import
Well
logger
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment