Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
65668353
Commit
65668353
authored
Jan 05, 2022
by
Martin Schorb
Browse files
tile neighbours fixes
parent
7d1e5e8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
dash/callbacks/tile_view.py
View file @
65668353
...
@@ -42,7 +42,7 @@ for idx in range(params.max_tileviews):
...
@@ -42,7 +42,7 @@ for idx in range(params.max_tileviews):
State
({
'component'
:
'lead_tile'
,
'module'
:
MATCH
},
'data'
)
State
({
'component'
:
'lead_tile'
,
'module'
:
MATCH
},
'data'
)
])
])
else
:
else
:
inputs
.
app
end
([
Input
({
'component'
:
'dummystore'
,
'module'
:
MATCH
},
'modified_timestamp'
)]
*
2
)
inputs
.
ext
end
([
Input
({
'component'
:
'dummystore'
,
'module'
:
MATCH
},
'modified_timestamp'
)]
*
2
)
states
.
extend
([
State
({
'component'
:
'dummystore'
,
'module'
:
MATCH
},
'modified_timestamp'
)]
*
2
)
states
.
extend
([
State
({
'component'
:
'dummystore'
,
'module'
:
MATCH
},
'modified_timestamp'
)]
*
2
)
@
app
.
callback
([
Output
({
'component'
:
imtype
+
'_section_in'
+
idx_str
,
'module'
:
MATCH
},
'value'
),
@
app
.
callback
([
Output
({
'component'
:
imtype
+
'_section_in'
+
idx_str
,
'module'
:
MATCH
},
'value'
),
...
...
dash/index.py
View file @
65668353
...
@@ -33,9 +33,9 @@ menu_items=['convert',
...
@@ -33,9 +33,9 @@ menu_items=['convert',
# 'mipmaps',
# 'mipmaps',
'tilepairs'
,
'tilepairs'
,
'pointmatch'
,
'pointmatch'
,
'solve'
,
#
'solve',
'export'
,
#
'export',
'finalize'
#
'finalize'
]
]
menu_text
=
[
'Convert & upload'
,
menu_text
=
[
'Convert & upload'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment