From d298de9619bf7a1fe319fc76235dd0753a4e3e96 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Sat, 14 Aug 2021 20:45:35 +0000
Subject: [PATCH] Reduced the number of images generated in views  (see
 950aa60265f117cd3b76111491a8c37efb6303ce)

---
 views/view12.yml | 3 ++-
 views/view14.yml | 2 +-
 views/view15.yml | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/views/view12.yml b/views/view12.yml
index 37e8a225..b3da026a 100644
--- a/views/view12.yml
+++ b/views/view12.yml
@@ -6,7 +6,8 @@ dawn_view_12:detector:
     - ls -lrth images/*
   parallel:
     matrix:
-      - SLICE: ["50", "100", "150", "200", "250", "300", "350", "400", "450", "500", "550", "600", "650", "700", "750", "800", "850", "900", "950", "1000", "1050", "1100", "1150", "1200", "1250", "1300", "1350", "1400", "1450", "1500", "1550", "1600", "1650", "1700", "1750", "1800", "1850", "1900", "1950", "2000"]
+      - SLICE: ["100", "300", "500", "700", "900", "1100", "1300", "1500", "1700", "1900"]
+
 
 view_12:
   stage: collect
diff --git a/views/view14.yml b/views/view14.yml
index 258fa778..77b1651d 100644
--- a/views/view14.yml
+++ b/views/view14.yml
@@ -6,7 +6,7 @@ dawn_view_14:detector:
     - ls -lrth images/*
   parallel:
     matrix:
-      - SLICE: ["150", "200", "250", "300", "350", "400", "450", "500", "550", "600", "650", "700", "750", "800", "850", "900", "950", "1000", "1050", "1100", "1150", "1200", "1250", "1300", "1350", "1400", "1450", "1500", "1550", "1600", "1650", "1700", "1750", "1800", "1850", "1900", "1950", "2000"]
+      - SLICE: ["100", "300", "500", "700", "900", "1100", "1300", "1500", "1700", "1900"]
 
 view_14:
   stage: collect
diff --git a/views/view15.yml b/views/view15.yml
index 7771aede..9d24e940 100644
--- a/views/view15.yml
+++ b/views/view15.yml
@@ -6,7 +6,7 @@ dawn_view_15:detector:
     - ls -lrth images/*
   parallel:
     matrix:
-      - SLICE: ["150", "200", "250", "300", "350", "400", "450", "500", "550", "600", "650", "700", "750", "800", "850", "900", "950", "1000", "1050", "1100", "1150", "1200", "1250", "1300", "1350", "1400", "1450", "1500", "1550", "1600", "1650", "1700", "1750", "1800", "1850", "1900", "1950", "2000"]
+      - SLICE: ["100", "300", "500", "700", "900", "1100", "1300", "1500", "1700", "1900"]
 
 view_15:
   stage: collect
-- 
GitLab