Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigDataViewer_Core_Extension
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
BioinformaticDataCompression
BigDataViewer_Core_Extension
Commits
92beb5fa
Commit
92beb5fa
authored
4 years ago
by
Vojtech Moravec
Browse files
Options
Downloads
Patches
Plain Diff
Change request from summary to qcmp_summary.
parent
2868b9d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/bdv/BigDataViewer.java
+2
-10
2 additions, 10 deletions
src/main/java/bdv/BigDataViewer.java
with
2 additions
and
10 deletions
src/main/java/bdv/BigDataViewer.java
+
2
−
10
View file @
92beb5fa
...
...
@@ -107,7 +107,7 @@ public class BigDataViewer {
protected
File
proposedSettingsFile
;
private
boolean
enableCompression
;
private
final
boolean
enableCompression
;
private
String
fileName
=
null
;
public
void
toggleManualTransformation
()
{
...
...
@@ -416,7 +416,7 @@ public class BigDataViewer {
sendSummaryRequest
.
addActionListener
(
event
->
{
System
.
out
.
println
(
"Send summary request."
);
try
{
sendSummaryRequest
(
fileName
+
"?p=summary"
);
sendSummaryRequest
(
fileName
+
"?p=
qcmp_
summary"
);
}
catch
(
final
Exception
err
)
{
err
.
printStackTrace
();
}
...
...
@@ -476,14 +476,6 @@ public class BigDataViewer {
return
bdv
;
}
private
synchronized
void
enableDisableCompression
(
final
boolean
enabled
)
{
if
(
this
.
enableCompression
==
enabled
)
return
;
this
.
enableCompression
=
enabled
;
}
public
static
BigDataViewer
open
(
final
String
xmlFilename
,
final
String
windowTitle
,
final
ProgressWriter
progressWriter
,
...
...
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