v1.0.0-rc.51
This commit is contained in:
@@ -80,7 +80,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_lysozyme_spot_and_index", "[JFJochReceiver]
|
||||
auto receiver_out = service.Stop();
|
||||
|
||||
std::string jpeg;
|
||||
PreviewJPEGSettings jpeg_settings{
|
||||
PreviewImageSettings jpeg_settings{
|
||||
.saturation_value = 10,
|
||||
.jpeg_quality = 100,
|
||||
.show_spots = true
|
||||
@@ -168,7 +168,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_lysozyme_spot_index_and_integrate", "[JFJoc
|
||||
auto receiver_out = service.Stop();
|
||||
|
||||
std::string jpeg;
|
||||
PreviewJPEGSettings jpeg_settings{
|
||||
PreviewImageSettings jpeg_settings{
|
||||
.saturation_value = 10,
|
||||
.jpeg_quality = 100,
|
||||
.show_spots = true
|
||||
@@ -339,7 +339,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_lysozyme_spot_and_index_FFT", "[JFJochRecei
|
||||
auto receiver_out = service.Stop();
|
||||
|
||||
std::string jpeg;
|
||||
PreviewJPEGSettings jpeg_settings{
|
||||
PreviewImageSettings jpeg_settings{
|
||||
.saturation_value = 10,
|
||||
.jpeg_quality = 100,
|
||||
.show_spots = true
|
||||
@@ -534,7 +534,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_lysozyme_spot_and_index_32", "[JFJochReceiv
|
||||
auto receiver_out = service.Stop();
|
||||
|
||||
std::string jpeg;
|
||||
PreviewJPEGSettings jpeg_settings{
|
||||
PreviewImageSettings jpeg_settings{
|
||||
.saturation_value = 10,
|
||||
.jpeg_quality = 100,
|
||||
.show_spots = true
|
||||
@@ -615,7 +615,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_lysozyme_spot_and_index_min_pix_2", "[JFJoc
|
||||
auto receiver_out = service.Stop();
|
||||
|
||||
std::string jpeg, jpeg_indexed;
|
||||
PreviewJPEGSettings jpeg_settings{
|
||||
PreviewImageSettings jpeg_settings{
|
||||
.saturation_value = 10,
|
||||
.jpeg_quality = 100,
|
||||
.show_spots = true
|
||||
@@ -744,7 +744,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_ROI", "[JFJochReceiver]") {
|
||||
auto receiver_out = service.Stop();
|
||||
|
||||
std::string jpeg;
|
||||
PreviewJPEGSettings jpeg_settings{
|
||||
PreviewImageSettings jpeg_settings{
|
||||
.saturation_value = 10,
|
||||
.jpeg_quality = 100,
|
||||
.show_spots = true,
|
||||
|
||||
Reference in New Issue
Block a user