Peculiar elements overlap RBC now.
[master-thesis.git] / Parasitemia / ParasitemiaUI / PiaZ.fs
index bdd6d07..bb553b8 100644 (file)
@@ -20,8 +20,7 @@ let filter = "PIA|*.piaz"
 // Information associated to a document.
 type JSONInformation = {
     patientID: string
-    fileVersion: int
-}
+    fileVersion: int }
 
 // Information associated to each images.
 type JSONSourceImage = {
@@ -34,13 +33,11 @@ type JSONSourceImage = {
     rbcs: RBC List
 
     healthyRBCBrightness: float32 // 0 to 1.
-    infectedRBCBrightness: float32 // 0 to 1.
-}
+    infectedRBCBrightness: float32 } // 0 to 1.
 
 type DocumentData = {
     patientID: string
-    images: SourceImage list
-}
+    images: SourceImage list }
 
 let mainEntryName = "info.json"
 let imageExtension = ".tiff"