From 7fa3979636b40cd01735a3deb56e071c0fa19c61 Mon Sep 17 00:00:00 2001
From: ihumphrey <ihumphrey@usgs.gov>
Date: Thu, 2 Aug 2018 13:34:53 -0700
Subject: [PATCH] Add simple framer ISD for tests (#62)

* Add simple framer ISD for testing

* add missing comma to simpleFramerISD.json
---
 tests/simpleFramerISD.json | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 tests/simpleFramerISD.json

diff --git a/tests/simpleFramerISD.json b/tests/simpleFramerISD.json
new file mode 100644
index 0000000..bcfc222
--- /dev/null
+++ b/tests/simpleFramerISD.json
@@ -0,0 +1,37 @@
+{
+ 
+    "ephemeris_time": 418855170.49264956,
+    "focal_length": 500,
+    "instrument_id": "MDIS-NAC",
+    "itrans_line": [
+        0.0,
+        0.0,
+        10
+    ],
+    "itrans_sample": [
+        0.0,
+        10,
+        0.0
+    ],
+    "kappa": 0,
+    "min_elevation": -1,
+    "max_elevation": 1,
+    "nlines": 5,
+    "nsamples": 5,
+    "omega": 0,
+    "phi": 0,
+    "semi_major_axis": 100,
+    "transx": [
+        0.0,
+        0.1,
+        0.0
+    ],
+    "transy": [
+        0.0,
+        0.0,
+        0.1
+    ],
+    "x_sensor_origin": 100,
+    "y_sensor_origin": 0,
+    "z_sensor_origin": 0
+}
-- 
GitLab