-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LIMS-1569: Get image viewer rings from dials if possible (#875)
* LIMS-1569: Use dials image viewer to get resolution & ice rings * LIMS-1569: Use old method to get resolution & ice rings if not using dials * LIMS-1569: Use a separate flag for getting rings from dials * LIMS-1569: Improve invert behaviour * LIMS-1569: Improve invert behaviour * LIMS-1569: Improve invert behaviour --------- Co-authored-by: Mark Williams <[email protected]>
- Loading branch information
Showing
4 changed files
with
44 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -393,4 +393,5 @@ | |
# Dials server values | ||
$dials_rest_url = ""; | ||
$dials_rest_jwt = ""; | ||
$dials_rest_url_rings = false; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters