X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=TODO;fp=TODO;h=26437f6056cc5426134459fcd01535aa31860f9a;hp=8bb000848f507a54f07b34bb5936e1f916f383ed;hb=ebe18bbc459204f8bf89880459804cc643a32f24;hpb=4a0fb8cd3485dd9d8a86a1a33d45056cf3be204b diff --git a/TODO b/TODO index 8bb0008..26437f6 100644 --- a/TODO +++ b/TODO @@ -28,49 +28,3 @@ Compare Single Image statistics -PROPOSED HDF FILE FORMAT -======================== - -If the HDF library is compiled into CTSim, it will be used for the -raysum and image files. - -Reconstruction Groups ---------------------- -Group Name="Recon" - SubDataset="ReconParam" - SubGroup="Proj" - SubDataset="Raysum" - SubDataset="Geometry" - SubGroup="Phantom" - SubDataset "FImage" - SubGroup="Reconstr" - SubDataset "FImage" - -Image Dataset -------------- -Name="FImage" -DataType: FLOAT -Attributes: - "XSize" DOUBLE : X size of pixel in world coordinates - "YSize" DOUBLE : Y size of pixel in world coordinates - - -Raysum Group -------------- -Group Name="Proj" -Proj Dataset - Name="Raysum" - DataType: FLOAT - Dim: 2 (nviews x ndet) - Attributes: -Geometry Dataset - Name="Geometry" - DataType: FLOAT - Dim: 1 (nviews x 1) - Data: For each view, store view_angle - Attributes: - "GEOMCODE" INT : Geometry Code - "DETSTART" - "DETINC" - "ROTSTART" - "ROTINC"