Commit c10f8ac6 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Removed ITRANS_X/ITRANS_Y and renamed TRANS_X/TRANS_Y to a name easier to understand.

parent 2a7da7d8
Loading
Loading
Loading
Loading
+28 −45
Original line number Diff line number Diff line
@@ -63,24 +63,7 @@
           "description": "The the number of samples in the image",
           "type": "number"
       },
       "ITRANS_LINE": {
           "description": "Transformation matrix from pixels (line) to image plane (y mm)",
           "type": "array",
	    "items": {
                 "type": "number",
		 "minItems": 3,
                 "maxItems": 3
            }
       },
       "ITRANS_SAMPLE": {
           "description": "Transformation matrix from pixels (sample) to image plane (y mm)",
           "type": "array",
	    "items": {
                 "type": "number",
		 "minItems": 3,
                 "maxItems": 3
            }
       },

       "RADII": {
           "description": "The radius object FIXME this needs to be expanded to support up to 3 elts. either std carto a,b,c or equi, polar, etc",
           "type": "number"
@@ -115,15 +98,15 @@
           "description": "The line on the detector where the data starts",
           "type": "number"
       },
       "TRANS_X": {
           "description": "Transformation x coefficients from image plane (mm) to pixel coordinates", 
       "FOCAL2PIXEL_X": {
           "description": "Transformation x coefficients from focal plane (mm) to pixel coordinates",
           "type": "array",
	    "items": {
                 "type": "number"
            }
       },
       "TRANS_Y": {
           "description": "Transformation y coefficients from image plane (mm) to pixel coordinates",
       "FOCAL2PIXEL_Y": {
           "description": "Transformation y coefficients from focal plane (mm) to pixel coordinates",
           "type": "array",
	    "items": {
                 "type": "number"