diff --git a/docs/algorithms/Adjusted_usage.md b/docs/algorithms/Adjusted_usage.md
index 4db49e5c509c398b8aa61f6675dd28781a47326e..b3d9db952d05dd4fce24e6b05be167736bdcaddd 100644
--- a/docs/algorithms/Adjusted_usage.md
+++ b/docs/algorithms/Adjusted_usage.md
@@ -8,7 +8,7 @@ the [Adjusted Algorithm](./Adjusted.md).
 
 `geomag.py --algorithm sqdist`
 
-### Example
+### Command Line Example
 
 This example uses a state file to produce X, Y, Z and F channels
 from raw H, E, Z and F channels using the EDGE channel naming
@@ -27,7 +27,6 @@ contained in the statefile.
       --outchannels X Y Z F \
       --output-iaga-stdout
 
-
 ### Statefile Example Content
 
 This is the content of /etc/adjusted/adjbou_state_.json:
@@ -41,6 +40,56 @@ This is the content of /etc/adjusted/adjbou_state_.json:
  "M12": -0.15473074200902157, "M14": -1276.1646811919759,
  "M31": -0.006725053082782385}
 
+### API Example
+
+This example uses an AdjustedMatrix object to produce X, Y, Z and F channels
+from raw H, E, Z and F channels using the EDGE channel naming
+convention.  Absolutes were used to compute the transform matrix and pier correction
+contained in the object.
+
+```python
+from geomagio.algorithm import AdjustedAlgorithm
+from geomagio.adjusted.AdjustedMatrix import AdjustedMatrix
+from geomagio.iaga2002 import IAGA2002Factory
+
+with open("etc/adjusted/BOU201601vmin.min") as f:
+        raw = IAGA2002Factory().parse_string(f.read())
+
+a = AdjustedAlgorithm(
+        matrix=AdjustedMatrix(
+            matrix=[
+                [
+                    0.9834275767090617,
+                    -0.15473074200902157,
+                    0.027384986324932026,
+                    -1276.164681191976,
+                ],
+                [
+                    0.16680172992706568,
+                    0.987916201012128,
+                    -0.0049868332295851525,
+                    -0.8458192581350419,
+                ],
+                [
+                    -0.006725053082782385,
+                    -0.011809351484171948,
+                    0.9961869012493976,
+                    905.3800885796844,
+                ],
+                [0, 0, 0, 1],
+            ],
+            pier_correction=-22,
+        )
+    )
+# definition can also use statefiles
+# a = adj(statefile="etc/adjusted/adjbou_state_.json")
+
+result = adjusted.process(raw)
+```
+
+
+
+
 ### Library Notes
 
 > Note: this library internally represents data gaps as NaN, and
diff --git a/etc/adjusted/BOU_expected.json b/etc/adjusted/BOU_expected.json
new file mode 100644
index 0000000000000000000000000000000000000000..ebe0a6c9bab156e2e39fc6ca9f158ee514421096
--- /dev/null
+++ b/etc/adjusted/BOU_expected.json
@@ -0,0 +1,1128 @@
+{
+    "short_causal": [
+        [
+            [
+                0.9866182703892618,
+                -0.1630471972592658,
+                0,
+                -27.369267454349902
+            ],
+            [
+                0.16304719725926584,
+                0.9866182703892618,
+                0,
+                -297.949848870806
+            ],
+            [
+                0,
+                0,
+                1,
+                577.0756736370693
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9827596367862292,
+                -0.1848877938204662,
+                0,
+                50.92414208813067
+            ],
+            [
+                0.18488779382046627,
+                0.9827596367862291,
+                0,
+                -749.5591946991251
+            ],
+            [
+                0,
+                0,
+                1,
+                576.7942725719031
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.98275963678623,
+                -0.18488779382046625,
+                0,
+                50.92414208811485
+            ],
+            [
+                0.18488779382046644,
+                0.9827596367862292,
+                0,
+                -749.5591946991285
+            ],
+            [
+                0,
+                0,
+                1,
+                576.7942725719031
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9845500718568356,
+                -0.17510327240431828,
+                0,
+                13.185197065480011
+            ],
+            [
+                0.1751032724043181,
+                0.9845500718568351,
+                0,
+                -549.3879444331118
+            ],
+            [
+                0,
+                0,
+                1,
+                577.3916751331093
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9842903665237368,
+                -0.17655728353304653,
+                0,
+                18.546917935074664
+            ],
+            [
+                0.1765572835330465,
+                0.9842903665237366,
+                0,
+                -578.6071590432969
+            ],
+            [
+                0,
+                0,
+                1,
+                577.5584135956137
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9898393903663861,
+                -0.14218994788346112,
+                0,
+                -92.33456674373527
+            ],
+            [
+                0.1421899478834611,
+                0.9898393903663864,
+                0,
+                135.51382413798652
+            ],
+            [
+                0,
+                0,
+                1,
+                577.1018879032138
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9898393903663859,
+                -0.14218994788346095,
+                0,
+                -92.33456674373062
+            ],
+            [
+                0.14218994788346098,
+                0.9898393903663858,
+                0,
+                135.51382413798888
+            ],
+            [
+                0,
+                0,
+                1,
+                577.1018879032138
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9917263086784076,
+                -0.12837027956307018,
+                0,
+                -130.31394542470372
+            ],
+            [
+                0.12837027956307048,
+                0.9917263086784077,
+                0,
+                423.70009715679157
+            ],
+            [
+                0,
+                0,
+                1,
+                577.279558981481
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9901787602781031,
+                -0.1398070910008474,
+                0,
+                -98.59480536365572
+            ],
+            [
+                0.1398070910008473,
+                0.9901787602781035,
+                0,
+                185.20481576509107
+            ],
+            [
+                0,
+                0,
+                1,
+                577.8077879580178
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9901787602781033,
+                -0.13980709100084734,
+                0,
+                -98.59480536365794
+            ],
+            [
+                0.13980709100084726,
+                0.9901787602781036,
+                0,
+                185.20481576509152
+            ],
+            [
+                0,
+                0,
+                1,
+                577.8077879580178
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9909339795671953,
+                -0.13434972325658456,
+                0,
+                -114.2470610962384
+            ],
+            [
+                0.1343497232565845,
+                0.9909339795671954,
+                0,
+                299.8344159990737
+            ],
+            [
+                0,
+                0,
+                1,
+                578.1774527764944
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9911420902561328,
+                -0.13280571118255682,
+                0,
+                -117.70015122361568
+            ],
+            [
+                0.13280571118255713,
+                0.9911420902561328,
+                0,
+                331.4835690346877
+            ],
+            [
+                0,
+                0,
+                1,
+                578.0939187358629
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9918269815246076,
+                -0.12759011999283956,
+                0,
+                -131.26902819780057
+            ],
+            [
+                0.12759011999283976,
+                0.991826981524607,
+                0,
+                438.6342317530304
+            ],
+            [
+                0,
+                0,
+                1,
+                578.4413328140095
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9882317252453721,
+                -0.1529642350961639,
+                0,
+                -58.67791780164316
+            ],
+            [
+                0.15296423509616386,
+                0.9882317252453724,
+                0,
+                -88.67011298731849
+            ],
+            [
+                0,
+                0,
+                1,
+                578.2320125532879
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ],
+    "short_acausal": [
+        [
+            [
+                0.9838554746643297,
+                -0.1789648149023343,
+                0,
+                28.440806951355448
+            ],
+            [
+                0.1789648149023341,
+                0.98385547466433,
+                0,
+                -629.4703071224347
+            ],
+            [
+                0,
+                0,
+                1,
+                577.1726804427047
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9859896708845204,
+                -0.16680638149973595,
+                0,
+                -15.91108372686219
+            ],
+            [
+                0.16680638149973573,
+                0.9859896708845206,
+                0,
+                -374.28004343506353
+            ],
+            [
+                0,
+                0,
+                1,
+                577.3291257179811
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.986475897403721,
+                -0.16390638743357125,
+                0,
+                -25.78338689734143
+            ],
+            [
+                0.16390638743357164,
+                0.9864758974037213,
+                0,
+                -315.6885389998515
+            ],
+            [
+                0,
+                0,
+                1,
+                577.5130166196902
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9866982765418331,
+                -0.16256232979807117,
+                0,
+                -30.174969224451427
+            ],
+            [
+                0.1625623297980714,
+                0.9866982765418335,
+                0,
+                -287.56482777368416
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4953339759405
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9855673830884218,
+                -0.16928358866777007,
+                0,
+                -6.229255550986623
+            ],
+            [
+                0.16928358866777,
+                0.9855673830884222,
+                0,
+                -428.55573420894586
+            ],
+            [
+                0,
+                0,
+                1,
+                577.2154615593286
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9867547830475863,
+                -0.16221898203573248,
+                0,
+                -29.971178394145745
+            ],
+            [
+                0.16221898203573226,
+                0.986754783047587,
+                0,
+                -281.5426094237025
+            ],
+            [
+                0,
+                0,
+                1,
+                577.2569675551619
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9859205738774717,
+                -0.16721429964305656,
+                0,
+                -13.158526470192948
+            ],
+            [
+                0.16721429964305667,
+                0.9859205738774711,
+                0,
+                -385.66126961504006
+            ],
+            [
+                0,
+                0,
+                1,
+                577.2775308585723
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9865050752550115,
+                -0.16373068281816594,
+                0,
+                -24.817765650108022
+            ],
+            [
+                0.1637306828181656,
+                0.986505075255012,
+                0,
+                -312.4831422794003
+            ],
+            [
+                0,
+                0,
+                1,
+                577.7473165139924
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9870273818015541,
+                -0.16055200893782312,
+                0,
+                -34.99487598363016
+            ],
+            [
+                0.16055200893782337,
+                0.9870273818015532,
+                0,
+                -246.2347852844213
+            ],
+            [
+                0,
+                0,
+                1,
+                577.91470877669
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9854996596990534,
+                -0.1696774019516189,
+                0,
+                -3.3368697335275526
+            ],
+            [
+                0.16967740195161893,
+                0.9854996596990527,
+                0,
+                -435.9389912727183
+            ],
+            [
+                0,
+                0,
+                1,
+                577.8888623614705
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.985828834373858,
+                -0.16775431236507998,
+                0,
+                -9.731191065586854
+            ],
+            [
+                0.16775431236508015,
+                0.985828834373858,
+                0,
+                -396.21675317582185
+            ],
+            [
+                0,
+                0,
+                1,
+                577.8635880922781
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9859937247190143,
+                -0.1667824175826852,
+                0,
+                -13.311612057482176
+            ],
+            [
+                0.16678241758268525,
+                0.9859937247190144,
+                0,
+                -375.89847874792457
+            ],
+            [
+                0,
+                0,
+                1,
+                578.0649084873531
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9870977176975387,
+                -0.16011900485674452,
+                0,
+                -35.804431796351345
+            ],
+            [
+                0.16011900485674474,
+                0.9870977176975372,
+                0,
+                -237.78517319830164
+            ],
+            [
+                0,
+                0,
+                1,
+                578.2345073147621
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.986897989167513,
+                -0.16134546469337777,
+                0,
+                -31.43791838321752
+            ],
+            [
+                0.161345464693378,
+                0.986897989167512,
+                0,
+                -262.8201674298129
+            ],
+            [
+                0,
+                0,
+                1,
+                577.993559989513
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ],
+    "inf_weekly": [
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ],
+    "inf_one_interval": [
+        [
+            [
+                0.9822948009118504,
+                -0.18734173080642613,
+                0,
+                60.45505321883426
+            ],
+            [
+                0.18734173080642616,
+                0.9822948009118508,
+                0,
+                -804.0052430449001
+            ],
+            [
+                0,
+                0,
+                1,
+                577.4055827661293
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ]
+}
\ No newline at end of file
diff --git a/etc/adjusted/CMO_expected.json b/etc/adjusted/CMO_expected.json
new file mode 100644
index 0000000000000000000000000000000000000000..4b53c32650c9a31e7e10969db32890a2b64d7c34
--- /dev/null
+++ b/etc/adjusted/CMO_expected.json
@@ -0,0 +1,3390 @@
+{
+    "short_causal": [
+        [
+            [
+                0.9520106076060315,
+                -0.3060650306807265,
+                0,
+                99.65088924353279
+            ],
+            [
+                0.3060650306807261,
+                0.9520106076060315,
+                0,
+                257.97535719664864
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.21366487278599
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9552016612734489,
+                -0.29595571678959665,
+                0,
+                60.26698791955369
+            ],
+            [
+                0.29595571678959687,
+                0.9552016612734487,
+                0,
+                383.44028395677265
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.87006023415485
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9511585942240501,
+                -0.3087026540762643,
+                0,
+                110.129690010723
+            ],
+            [
+                0.30870265407626424,
+                0.9511585942240496,
+                0,
+                226.10380069007348
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.67229878128798
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9515742808541782,
+                -0.3074189129133971,
+                0,
+                104.67647657144059
+            ],
+            [
+                0.3074189129133969,
+                0.9515742808541776,
+                0,
+                242.10601732468
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.43740175872636
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.948621387123097,
+                -0.31641343823018786,
+                0,
+                141.25969063215254
+            ],
+            [
+                0.3164134382301883,
+                0.948621387123098,
+                0,
+                130.54895106153558
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.63979785302694
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9486213871230978,
+                -0.3164134382301881,
+                0,
+                141.2596906321415
+            ],
+            [
+                0.3164134382301883,
+                0.948621387123098,
+                0,
+                130.54895106153558
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.63979785302694
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9486213871230977,
+                -0.3164134382301883,
+                0,
+                141.25969063214285
+            ],
+            [
+                0.31641343823018836,
+                0.9486213871230981,
+                0,
+                130.5489510615348
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.63979785302694
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9488775268856051,
+                -0.31564448192777933,
+                0,
+                138.5736682077212
+            ],
+            [
+                0.3156444819277799,
+                0.9488775268856054,
+                0,
+                140.4491045887207
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.69650104874719
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9472688339429288,
+                -0.3204399417057814,
+                0,
+                158.3824370711891
+            ],
+            [
+                0.3204399417057814,
+                0.9472688339429285,
+                0,
+                80.74101015130873
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.89012982270929
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9479982729343638,
+                -0.31827546954401664,
+                0,
+                149.15611760297898
+            ],
+            [
+                0.3182754695440166,
+                0.9479982729343636,
+                0,
+                107.61021805698002
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.27139701240504
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.947998272934362,
+                -0.31827546954401625,
+                0,
+                149.15611760300106
+            ],
+            [
+                0.3182754695440165,
+                0.9479982729343631,
+                0,
+                107.61021805698138
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.27139701240504
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9492837362131247,
+                -0.31442071840330643,
+                0,
+                132.79138861861873
+            ],
+            [
+                0.3144207184033068,
+                0.9492837362131243,
+                0,
+                154.88628731934745
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.192828164424775
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9501482731754195,
+                -0.3117984268429974,
+                0,
+                122.3123260735645
+            ],
+            [
+                0.31179842684299697,
+                0.9501482731754196,
+                0,
+                186.83919994577647
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.49385810165857
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9501482731754192,
+                -0.3117984268429975,
+                0,
+                122.3123260735684
+            ],
+            [
+                0.3117984268429973,
+                0.9501482731754196,
+                0,
+                186.83919994577232
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.49385810165857
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9501482731754188,
+                -0.31179842684299736,
+                0,
+                122.31232607357265
+            ],
+            [
+                0.3117984268429972,
+                0.9501482731754195,
+                0,
+                186.8391999457737
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.49385810165857
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.950148273175419,
+                -0.31179842684299747,
+                0,
+                122.31232607357146
+            ],
+            [
+                0.3117984268429971,
+                0.9501482731754194,
+                0,
+                186.83919994577505
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.49385810165857
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9510420200470575,
+                -0.30906160567888885,
+                0,
+                110.78631608336227
+            ],
+            [
+                0.309061605678889,
+                0.9510420200470572,
+                0,
+                220.1228506549593
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.95450488765145
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9510420200470578,
+                -0.3090616056788887,
+                0,
+                110.78631608335698
+            ],
+            [
+                0.30906160567888896,
+                0.9510420200470572,
+                0,
+                220.12285065495976
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.95450488765145
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9511834337542936,
+                -0.3086261093157717,
+                0,
+                109.63477209051936
+            ],
+            [
+                0.30862610931577167,
+                0.9511834337542937,
+                0,
+                225.47903259111393
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.93337886228512
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9522437645884091,
+                -0.3053388491536775,
+                0,
+                96.44732813933707
+            ],
+            [
+                0.30533884915367704,
+                0.9522437645884101,
+                0,
+                266.16861124419376
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.83314985198863
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9522437645884108,
+                -0.30533884915367737,
+                0,
+                96.44732813931674
+            ],
+            [
+                0.3053388491536774,
+                0.9522437645884105,
+                0,
+                266.16861124418904
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.83314985198863
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9522474112520676,
+                -0.3053274762672623,
+                0,
+                96.20104651341549
+            ],
+            [
+                0.3053274762672624,
+                0.9522474112520676,
+                0,
+                266.29550094623545
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.6427500942824
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9492667038170053,
+                -0.3144721371193278,
+                0,
+                132.19674477317423
+            ],
+            [
+                0.31447213711932726,
+                0.9492667038170053,
+                0,
+                153.0047793960055
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.91983054901134
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9492667038170048,
+                -0.31447213711932775,
+                0,
+                132.5637586266592
+            ],
+            [
+                0.3144721371193272,
+                0.9492667038170051,
+                0,
+                152.8317764409154
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.11103438825747
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9492667038170055,
+                -0.31447213711932775,
+                0,
+                132.56375862665092
+            ],
+            [
+                0.31447213711932753,
+                0.9492667038170054,
+                0,
+                152.83177644091128
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.11103438825747
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9492667038170054,
+                -0.31447213711932787,
+                0,
+                132.563758626652
+            ],
+            [
+                0.31447213711932775,
+                0.9492667038170055,
+                0,
+                152.83177644090856
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.11103438825747
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9506383093674282,
+                -0.3103011517268955,
+                0,
+                115.50464948380066
+            ],
+            [
+                0.3103011517268955,
+                0.9506383093674282,
+                0,
+                206.01153307196805
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.400000000001455
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9505955192448176,
+                -0.3104322128769406,
+                0,
+                115.82708505308234
+            ],
+            [
+                0.3104322128769401,
+                0.9505955192448181,
+                0,
+                203.62370891387909
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.340851617960595
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9513703014531312,
+                -0.3080495893731687,
+                0,
+                106.4440517325126
+            ],
+            [
+                0.30804958937316823,
+                0.9513703014531312,
+                0,
+                232.5937707310631
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.53673610924302
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9513703014531311,
+                -0.30804958937316834,
+                0,
+                106.44405173251397
+            ],
+            [
+                0.30804958937316806,
+                0.9513703014531314,
+                0,
+                232.593770731065
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.53673610924302
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9516721259049419,
+                -0.3071158816726485,
+                0,
+                102.66812181019742
+            ],
+            [
+                0.3071158816726488,
+                0.9516721259049421,
+                0,
+                243.73830390207047
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.724043387716776
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9516926525939859,
+                -0.30705226753538545,
+                0,
+                102.3414222822089
+            ],
+            [
+                0.3070522675353849,
+                0.9516926525939859,
+                0,
+                244.52300143937606
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.793475102073316
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9524913061011091,
+                -0.304565775821586,
+                0,
+                92.42316654793483
+            ],
+            [
+                0.30456577582158645,
+                0.9524913061011087,
+                0,
+                275.13536834049125
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.62052782371143
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9524913061011095,
+                -0.3045657758215856,
+                0,
+                92.42316654792937
+            ],
+            [
+                0.3045657758215862,
+                0.952491306101109,
+                0,
+                275.13536834049404
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.62052782371143
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.950296018730672,
+                -0.3113478388950792,
+                0,
+                119.12979753766503
+            ],
+            [
+                0.31134783889507983,
+                0.9502960187306717,
+                0,
+                191.44318333401347
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.74202678734332
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9500606048354571,
+                -0.3120654532941546,
+                0,
+                122.06007435929664
+            ],
+            [
+                0.31206545329415464,
+                0.950060604835457,
+                0,
+                182.27466723645855
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.532197240180246
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9500606048354564,
+                -0.3120654532941546,
+                0,
+                122.06007435930393
+            ],
+            [
+                0.3120654532941544,
+                0.9500606048354565,
+                0,
+                182.27466723646128
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.532197240180246
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9502846023268284,
+                -0.3113826818892501,
+                0,
+                119.35310099476098
+            ],
+            [
+                0.31138268188925017,
+                0.9502846023268285,
+                0,
+                191.37261392106782
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.82128108711125
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9495509561919879,
+                -0.3136127892718685,
+                0,
+                128.4839608908748
+            ],
+            [
+                0.3136127892718684,
+                0.9495509561919879,
+                0,
+                163.37843197593557
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.51315932421658
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9491116933242957,
+                -0.31493966659518874,
+                0,
+                133.59958201705274
+            ],
+            [
+                0.3149396665951888,
+                0.949111693324296,
+                0,
+                146.82017888401936
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.40109499783231
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9493328378160123,
+                -0.31427243443260483,
+                0,
+                131.16521523308737
+            ],
+            [
+                0.3142724344326044,
+                0.9493328378160117,
+                0,
+                155.21045447759514
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.242767938657366
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9491380180978055,
+                -0.3148603223675052,
+                0,
+                133.39158086952148
+            ],
+            [
+                0.3148603223675051,
+                0.9491380180978056,
+                0,
+                148.03594551276845
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.07640075887624
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9491380180978056,
+                -0.3148603223675052,
+                0,
+                133.39158086952054
+            ],
+            [
+                0.314860322367505,
+                0.9491380180978055,
+                0,
+                148.0359455127698
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.07640075887624
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ],
+    "short_acausal": [
+        [
+            [
+                0.9497629660016135,
+                -0.31297013980860444,
+                0,
+                127.27992032316135
+            ],
+            [
+                0.3129701398086044,
+                0.9497629660016137,
+                0,
+                172.83563567435738
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.882802662550375
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9499176319312758,
+                -0.31250038807348235,
+                0,
+                125.28544865161753
+            ],
+            [
+                0.3125003880734824,
+                0.949917631931276,
+                0,
+                178.90990418300998
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.726459632828885
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9496474055263497,
+                -0.3133206108398736,
+                0,
+                128.63794898508766
+            ],
+            [
+                0.3133206108398734,
+                0.9496474055263502,
+                0,
+                169.1933417150359
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.518411509905384
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9500870332841831,
+                -0.31198498230725696,
+                0,
+                123.16429136202113
+            ],
+            [
+                0.3119849823072568,
+                0.950087033284183,
+                0,
+                185.6097808970522
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.56719725446565
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9500647521207781,
+                -0.3120528269022471,
+                0,
+                123.63151782636125
+            ],
+            [
+                0.31205282690224684,
+                0.9500647521207782,
+                0,
+                184.54766316289917
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.622621598143816
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9528204722536545,
+                -0.30353442581414564,
+                0,
+                89.93318566268395
+            ],
+            [
+                0.30353442581414564,
+                0.9528204722536542,
+                0,
+                289.95768722051054
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.64799745147313
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9527951273959943,
+                -0.3036139740039157,
+                0,
+                90.1011261470215
+            ],
+            [
+                0.30361397400391577,
+                0.9527951273959945,
+                0,
+                288.85233800116447
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.85032638671682
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9532026083831409,
+                -0.3023322466618072,
+                0,
+                85.09232061099232
+            ],
+            [
+                0.3023322466618072,
+                0.9532026083831411,
+                0,
+                304.65412663810844
+            ],
+            [
+                0,
+                0,
+                1,
+                -52.95642710646523
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9532721889835791,
+                -0.3021127830967359,
+                0,
+                83.88586536629727
+            ],
+            [
+                0.3021127830967357,
+                0.9532721889835792,
+                0,
+                307.2380541573799
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.175193691696414
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9531583362986883,
+                -0.30247179363424626,
+                0,
+                85.44875313066764
+            ],
+            [
+                0.3024717936342463,
+                0.9531583362986878,
+                0,
+                302.7268324079667
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.21155022037145
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9531663161501063,
+                -0.3024466461325625,
+                0,
+                85.34474935065883
+            ],
+            [
+                0.30244664613256256,
+                0.9531663161501065,
+                0,
+                302.84365993328186
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.214027264168934
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9531696080468409,
+                -0.3024362714619902,
+                0,
+                85.29249999539867
+            ],
+            [
+                0.3024362714619901,
+                0.9531696080468413,
+                0,
+                302.7606526077114
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.27758035674312
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9531379171339579,
+                -0.3025361315967738,
+                0,
+                85.57110836246713
+            ],
+            [
+                0.3025361315967738,
+                0.9531379171339578,
+                0,
+                301.41590904344093
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.47187569504326
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530126019638929,
+                -0.30293065295214333,
+                0,
+                87.10557261117486
+            ],
+            [
+                0.3029306529521439,
+                0.9530126019638925,
+                0,
+                296.49443603148313
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.47821307034197
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9529475879803535,
+                -0.30313510941893185,
+                0,
+                87.65727234441096
+            ],
+            [
+                0.30313510941893257,
+                0.9529475879803533,
+                0,
+                293.6550546636824
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.8206144977806
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.952918435331757,
+                -0.30322673959411245,
+                0,
+                87.52228582077669
+            ],
+            [
+                0.3032267395941123,
+                0.9529184353317572,
+                0,
+                292.4136580267427
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.988184917863634
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9528366760357795,
+                -0.3034835560637305,
+                0,
+                88.73296005428116
+            ],
+            [
+                0.30348355606373056,
+                0.9528366760357795,
+                0,
+                289.2267871858141
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.96823178920712
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9527754800340136,
+                -0.30367562405625353,
+                0,
+                89.82948181771125
+            ],
+            [
+                0.30367562405625353,
+                0.9527754800340135,
+                0,
+                286.7824725119135
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.86009415809723
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9526741446925282,
+                -0.3039933782738695,
+                0,
+                91.18199715875774
+            ],
+            [
+                0.3039933782738696,
+                0.9526741446925282,
+                0,
+                282.8336636698898
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.82540698150436
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.952527717919876,
+                -0.3044518789469904,
+                0,
+                92.89729892370873
+            ],
+            [
+                0.3044518789469901,
+                0.9525277179198758,
+                0,
+                277.1337664286167
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.81150289619046
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9524014055392418,
+                -0.30484678565941703,
+                0,
+                94.40373288138663
+            ],
+            [
+                0.3048467856594178,
+                0.9524014055392415,
+                0,
+                272.4361692360764
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.63332212936763
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.952277987263523,
+                -0.3052321001686008,
+                0,
+                95.69882730442794
+            ],
+            [
+                0.30523210016860114,
+                0.9522779872635226,
+                0,
+                267.24406234759635
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.8369047322245
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9519239491141167,
+                -0.30633444974894,
+                0,
+                99.89443042843077
+            ],
+            [
+                0.3063344497489405,
+                0.9519239491141163,
+                0,
+                253.46354175240361
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.005861928134614
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9519614228223408,
+                -0.30621797703280734,
+                0,
+                99.56570113241516
+            ],
+            [
+                0.30621797703280756,
+                0.9519614228223406,
+                0,
+                255.07744901650892
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.14545553629375
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9517214848895255,
+                -0.30696288896164325,
+                0,
+                102.42360942886475
+            ],
+            [
+                0.3069628889616435,
+                0.9517214848895251,
+                0,
+                246.32383929907027
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.34041606617888
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9512203900522184,
+                -0.30851218703465266,
+                0,
+                108.31761306477459
+            ],
+            [
+                0.3085121870346525,
+                0.9512203900522185,
+                0,
+                227.6719209251085
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.34347214750673
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9512692367507553,
+                -0.3083615397737448,
+                0,
+                107.66000912738522
+            ],
+            [
+                0.30836153977374414,
+                0.9512692367507553,
+                0,
+                228.94612723171636
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.47392013977816
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9513776206666531,
+                -0.30802698403655976,
+                0,
+                106.33599241151092
+            ],
+            [
+                0.30802698403656,
+                0.9513776206666528,
+                0,
+                233.32878147858722
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.56242455331851
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9513087306466879,
+                -0.30823967784078043,
+                0,
+                107.0744493752633
+            ],
+            [
+                0.3082396778407808,
+                0.9513087306466878,
+                0,
+                230.320266886755
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.603179194884305
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9506105786417777,
+                -0.3103860946858668,
+                0,
+                115.57435498862584
+            ],
+            [
+                0.31038609468586664,
+                0.950610578641778,
+                0,
+                203.19598999479484
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.71562075578477
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9503143484018964,
+                -0.3112918874970556,
+                0,
+                119.07786030309022
+            ],
+            [
+                0.31129188749705583,
+                0.9503143484018963,
+                0,
+                191.94577906153995
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.71183454741115
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9500356637477465,
+                -0.31214137439208334,
+                0,
+                122.45181958079965
+            ],
+            [
+                0.3121413743920831,
+                0.9500356637477464,
+                0,
+                181.38251130176764
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.74134747486604
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9501348095023199,
+                -0.3118394519171522,
+                0,
+                121.22777483788327
+            ],
+            [
+                0.311839451917152,
+                0.9501348095023201,
+                0,
+                185.14893825365792
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.7224753059539
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9500994880574112,
+                -0.3119470512651868,
+                0,
+                121.76005294606801
+            ],
+            [
+                0.3119470512651864,
+                0.9500994880574112,
+                0,
+                183.91376679160405
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.77036961035862
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9502415293653819,
+                -0.31151410219978953,
+                0,
+                119.91439869816548
+            ],
+            [
+                0.3115141021997899,
+                0.9502415293653819,
+                0,
+                189.37589568272057
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.69794169418869
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9502174875676661,
+                -0.31158742965753733,
+                0,
+                120.29658734348071
+            ],
+            [
+                0.3115874296575364,
+                0.9502174875676661,
+                0,
+                188.5647908438023
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.66880722665258
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9496120358838342,
+                -0.31342779280810334,
+                0,
+                127.73969844873508
+            ],
+            [
+                0.31342779280810346,
+                0.9496120358838344,
+                0,
+                165.7270142032457
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.65389059373349
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9492310322384901,
+                -0.3145797950209939,
+                0,
+                132.48373825101822
+            ],
+            [
+                0.314579795020994,
+                0.9492310322384906,
+                0,
+                151.4686278906733
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.6139591944754
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.949700845852346,
+                -0.3131585914314641,
+                0,
+                126.58766294189229
+            ],
+            [
+                0.31315859143146396,
+                0.9497008458523459,
+                0,
+                168.9858523891425
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.43790057295874
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9496672039772364,
+                -0.3132605970913976,
+                0,
+                126.91271474785472
+            ],
+            [
+                0.313260597091398,
+                0.9496672039772364,
+                0,
+                167.6538314057921
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.339337779171494
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9497520015380477,
+                -0.3130034114422281,
+                0,
+                126.00038000915222
+            ],
+            [
+                0.3130034114422282,
+                0.9497520015380476,
+                0,
+                170.98464429976246
+            ],
+            [
+                0,
+                0,
+                1,
+                -54.217873286785725
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9496915924226942,
+                -0.31318665246406663,
+                0,
+                126.60352150474561
+            ],
+            [
+                0.3131866524640669,
+                0.9496915924226942,
+                0,
+                169.01884096286346
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.833458756227905
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9497605517985698,
+                -0.3129774660375366,
+                0,
+                126.06566315391913
+            ],
+            [
+                0.31297746603753684,
+                0.9497605517985694,
+                0,
+                171.77221482185792
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.42655859217465
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ],
+    "inf_weekly": [
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ],
+    "inf_one_interval": [
+        [
+            [
+                0.9530416740423117,
+                -0.30283917768120405,
+                0,
+                86.51389127230165
+            ],
+            [
+                0.3028391776812039,
+                0.9530416740423118,
+                0,
+                297.5848898679969
+            ],
+            [
+                0,
+                0,
+                1,
+                -53.71111111111132
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    ]
+}
\ No newline at end of file
diff --git a/etc/adjusted/adjbou_state_.json b/etc/adjusted/adjbou_state_.json
index 365af0fa1f48d98474ce7642cc270227bc4c92c1..7492efd366c258ee9392814efb53c9ed2451f204 100644
--- a/etc/adjusted/adjbou_state_.json
+++ b/etc/adjusted/adjbou_state_.json
@@ -1 +1,24 @@
-{"M32": -0.011809351484171948, "M41": -0.0, "M44": 1.0, "PC": -22, "M24": -0.84581925813504188, "M43": 0.0, "M34": 905.38008857968441, "M33": 0.99618690124939757, "M21": 0.16680172992706568, "M22": 0.98791620101212796, "M23": -0.0049868332295851525, "M11": 0.98342757670906167, "M42": -0.0, "M13": 0.027384986324932026, "M12": -0.15473074200902157, "M14": -1276.1646811919759, "M31": -0.006725053082782385}
\ No newline at end of file
+{
+    "matrix":[
+        [
+            0.9834275767090617,
+            -0.15473074200902157,
+            0.027384986324932026,
+            -1276.164681191976
+        ],
+        [
+            0.16680172992706568,
+            0.987916201012128,
+            -0.0049868332295851525,
+            -0.8458192581350419
+        ],
+        [
+            -0.006725053082782385,
+            -0.011809351484171948,
+            0.9961869012493976,
+            905.3800885796844
+        ],
+        [0, 0, 0, 1]
+    ],
+    "pier_correction": -22
+}
\ No newline at end of file
diff --git a/etc/adjusted/adjbou_state_HE_.json b/etc/adjusted/adjbou_state_HE_.json
index 91ed3625c0bbb0ecd40e770c3ac7202797783df8..4aa26dd352c076490f79b6941af7676c6d132e9b 100644
--- a/etc/adjusted/adjbou_state_HE_.json
+++ b/etc/adjusted/adjbou_state_HE_.json
@@ -1 +1,12 @@
-{"PC": -22.0, "M11": -1.0, "M12": -0.0, "M13": -0.0, "M21": -0.0, "M22": -1.0, "M23": -0.0, "M31": 0.0, "M32": 0.0, "M33": 1.0}
\ No newline at end of file
+{
+    "PC": -22,
+    "M11": -1,
+    "M12": 0,
+    "M13": 0,
+    "M21": 0,
+    "M22": -1,
+    "M23": 0,
+    "M31": 0,
+    "M32": 0,
+    "M33": 1
+}
\ No newline at end of file
diff --git a/etc/adjusted/synthetic.json b/etc/adjusted/synthetic.json
new file mode 100644
index 0000000000000000000000000000000000000000..29f466f5c21eac383ac25d2567effa0def98e6d9
--- /dev/null
+++ b/etc/adjusted/synthetic.json
@@ -0,0 +1,398 @@
+{
+    "variables": {
+        "h_ord": [
+            1.79289322,
+            1.83983806,
+            1.91024109,
+            2.51489726,
+            1.78952971,
+            2.81157403,
+            2.36417497,
+            2.43864844,
+            3.25364394,
+            2.27479228,
+            3.47800226,
+            2.95694665,
+            3.03482926,
+            3.84541634,
+            2.92632734,
+            4.01635411,
+            3.59456862,
+            3.69312428,
+            4.27043672,
+            3.82250402
+        ],
+        "e_ord": [
+            4.46592583,
+            3.99414122,
+            4.86042918,
+            4.08398446,
+            4.06789278,
+            4.89701546,
+            3.29221074,
+            4.91313376,
+            3.76430406,
+            3.77979418,
+            4.76896396,
+            2.98259167,
+            4.69899703,
+            3.54330923,
+            3.56461527,
+            4.43474537,
+            2.93993354,
+            4.24945532,
+            3.43005774,
+            3.46078181
+        ],
+        "z_ord": [
+            2.24118095,
+            2.17339265,
+            2.88988358,
+            1.74783897,
+            3.18842428,
+            2.36825251,
+            2.39116112,
+            3.56453372,
+            1.85923781,
+            3.7224498,
+            2.71235632,
+            2.74095046,
+            3.96752743,
+            2.26503334,
+            4.0367477,
+            3.13361064,
+            3.18331114,
+            4.12716967,
+            3.00224898,
+            4.03024472
+        ],
+        "x_abs": [
+            -1,
+            -0.899979996,
+            -0.799959992,
+            -0.699939988,
+            -0.599919984,
+            -0.49989998,
+            -0.399879976,
+            -0.299859972,
+            -0.199839968,
+            -0.099819964,
+            0.000200040008,
+            0.100220044,
+            0.200240048,
+            0.300260052,
+            0.400280056,
+            0.50030006,
+            0.600320064,
+            0.700340068,
+            0.800360072,
+            0.900380076
+        ],
+        "y_abs": [
+            0,
+            -0.35248241,
+            0.18456572,
+            0.22223661,
+            -0.64867776,
+            0.86607699,
+            -0.7390734,
+            0.29000341,
+            0.30840017,
+            -0.80892729,
+            0.99997154,
+            -0.80006479,
+            0.29431378,
+            0.30363751,
+            -0.74702288,
+            0.8657967,
+            -0.64130022,
+            0.211858,
+            0.19298425,
+            -0.35563497
+        ],
+        "z_abs": [
+            0,
+            -0.25649982,
+            0.57096366,
+            -0.67874509,
+            0.46830885,
+            0.0032657,
+            -0.54209456,
+            0.90883553,
+            -0.93002867,
+            0.57937261,
+            0.00754126,
+            -0.59148311,
+            0.93449629,
+            -0.904239,
+            0.53078497,
+            0.00979431,
+            -0.47785966,
+            0.68164505,
+            -0.56760976,
+            0.25067805
+        ]
+    },
+    "results": {
+        "LeastSq": [
+            [
+                0.5364919027495736,
+                -0.20707814501736121,
+                0.33725290893445425,
+                -1.7929218549826373
+            ],
+            [
+                0.5325045930544003,
+                0.847092478025647,
+                -0.32696549213267934,
+                -4.004987214867749
+            ],
+            [
+                -0.25884768127170443,
+                0.4215661361680674,
+                0.6706148784369698,
+                -2.921566136168065
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "ZRotationShear": [
+            [
+                0.5587910280835219,
+                -0.1593988978820583,
+                0,
+                -0.9594702768899068
+            ],
+            [
+                0.5108856705906101,
+                0.8008676180137191,
+                0,
+                -4.813015546664324
+            ],
+            [
+                0,
+                0,
+                0.7036074465845426,
+                -2.273788534881388
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "ZRotationHscale": [
+            [
+                0.6395521012137755,
+                -0.3193786953272828,
+                0,
+                -0.6145604575448345
+            ],
+            [
+                0.3193786953272828,
+                0.6395521012137755,
+                0,
+                -3.550295624100921
+            ],
+            [
+                0,
+                0,
+                0.7036074465845424,
+                -2.2737885348813887
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "ZRotationHscaleZbaseline": [
+            [
+                0.053926953353156136,
+                0.03582167951143748,
+                0,
+                0
+            ],
+            [
+                -0.03582167951143748,
+                0.053926953353156136,
+                0,
+                0
+            ],
+            [
+                0,
+                0,
+                1,
+                -3.2332029498017487
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "SVD": [
+            [
+                0.8100811050998874,
+                -0.3030939677547838,
+                0.5018990435045756,
+                -2.8734904692082317
+            ],
+            [
+                0.4979757275740692,
+                0.8075341522117618,
+                -0.3160834822617412,
+                -3.7722406528522203
+            ],
+            [
+                -0.3094976218119015,
+                0.5059867979723319,
+                0.8051015975456041,
+                -3.511977037527143
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "Rescale3D": [
+            [
+                0.10754195315849033,
+                0,
+                0,
+                0
+            ],
+            [
+                0,
+                0.012787625579547376,
+                0,
+                0
+            ],
+            [
+                0,
+                0,
+                0.032798154583522594,
+                0
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "TranslateOrigins": [
+            [
+                1,
+                0,
+                0,
+                -3.0518410718922895
+            ],
+            [
+                0,
+                1,
+                0,
+                -3.8667699341149695
+            ],
+            [
+                0,
+                0,
+                1,
+                -3.2332029498017487
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "ShearYZ": [
+            [
+                1,
+                0,
+                0,
+                0
+            ],
+            [
+                -0.6692050417082805,
+                1,
+                0,
+                0
+            ],
+            [
+                0.35315324212931615,
+                -0.06394207042397665,
+                1,
+                0
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "RotationTranslationXY": [
+            [
+                0.8946494196067308,
+                -0.44676886193795917,
+                0,
+                -0.9794537295011263
+            ],
+            [
+                0.4467688619379593,
+                0.894649419606731,
+                0,
+                -4.958977628364134
+            ],
+            [
+                0,
+                0,
+                1,
+                -3.233202949801749
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ],
+        "QRFactorization": [
+            [
+                0.7380347209075413,
+                -0.2626732024800775,
+                0,
+                -1.1628964087154696
+            ],
+            [
+                0.6747627366229761,
+                1.1147956698369132,
+                0,
+                -6.5703958608516055
+            ],
+            [
+                0,
+                0,
+                1,
+                -3.233202949801749
+            ],
+            [
+                0,
+                0,
+                0,
+                1
+            ]
+        ]
+    }
+}
\ No newline at end of file
diff --git a/etc/residual/BOU20190702.json b/etc/residual/BOU20190702.json
new file mode 100644
index 0000000000000000000000000000000000000000..aeb0ecf2afa7693ffd450990eef07fff32785bb1
--- /dev/null
+++ b/etc/residual/BOU20190702.json
@@ -0,0 +1 @@
+[{"absolutes": [{"element": "D", "absolute": 8.4358, "baseline": 8.5850478, "starttime": "2019-07-02T16:20:46", "endtime": "2019-07-02T16:24:25", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20739.5579824, "baseline": -76.9417676, "starttime": "2019-07-02T16:27:13", "endtime": "2019-07-02T16:31:40", "shift": 0.0, "valid": false}, {"element": "Z", "absolute": 47504.8688095, "baseline": 574.6068095, "starttime": "2019-07-02T16:27:13", "endtime": "2019-07-02T16:31:40", "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 190.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 10.386666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 10.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 190.38666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 269.73833333333, "residual": 0.0, "time": "2019-07-02T16:20:46", "h": 20819.185, "e": -53.891, "z": 46931.842, "f": 51859.3}, {"measurement_type": "EastDown", "angle": 89.601666666667, "residual": 0.0, "time": "2019-07-02T16:22:00", "h": 20818.702, "e": -54.311, "z": 46931.738, "f": 51859.0}, {"measurement_type": "WestUp", "angle": 89.63, "residual": 0.0, "time": "2019-07-02T16:22:49", "h": 20818.452, "e": -54.129, "z": 46931.399, "f": 51858.61}, {"measurement_type": "EastUp", "angle": 269.76333333333, "residual": 0.0, "time": "2019-07-02T16:24:25", "h": 20817.584, "e": -53.764, "z": 46931.192, "f": 51858.07}, {"measurement_type": "SouthDown", "angle": 246.38333333333, "residual": 0.0, "time": "2019-07-02T16:27:13", "h": 20817.561, "e": -53.482, "z": 46930.707, "f": 51857.58}, {"measurement_type": "NorthUp", "angle": 66.383333333333, "residual": 0.0, "time": "2019-07-02T16:27:56", "h": 20817.389, "e": -53.323, "z": 46930.486, "f": 51857.32}, {"measurement_type": "SouthUp", "angle": 113.55333333333, "residual": 0.0, "time": "2019-07-02T16:30:40", "h": 20815.75, "e": -53.589, "z": 46930.115, "f": 51856.33}, {"measurement_type": "NorthDown", "angle": 293.55333333333, "residual": 0.0, "time": "2019-07-02T16:31:40", "h": 20815.299, "e": -53.24, "z": 46929.74, "f": 51855.79}], "metadata": {"time": "2019-07-02T16:20:46Z", "reviewed": true, "electronics": "0110", "theodolite": "614379", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bennett Emmons", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4328833, "baseline": 8.5799061, "starttime": "2019-07-02T16:34:49", "endtime": "2019-07-02T16:38:20", "shift": 0.0, "valid": false}, {"element": "H", "absolute": 20738.2526264, "baseline": -75.7596236, "starttime": "2019-07-02T16:41:27", "endtime": "2019-07-02T16:45:14", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47501.8788342, "baseline": 574.1223342, "starttime": "2019-07-02T16:41:27", "endtime": "2019-07-02T16:45:14", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 10.386666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 190.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 190.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 10.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 269.735, "residual": 0.0, "time": "2019-07-02T16:34:49", "h": 20814.756, "e": -53.24, "z": 46929.196, "f": 51855.09}, {"measurement_type": "EastDown", "angle": 89.586666666667, "residual": 0.0, "time": "2019-07-02T16:35:41", "h": 20814.408, "e": -52.934, "z": 46928.999, "f": 51854.78}, {"measurement_type": "WestUp", "angle": 89.633333333333, "residual": 0.0, "time": "2019-07-02T16:37:04", "h": 20814.638, "e": -53.267, "z": 46928.75, "f": 51854.67}, {"measurement_type": "EastUp", "angle": 269.765, "residual": 0.0, "time": "2019-07-02T16:38:20", "h": 20814.82, "e": -53.419, "z": 46928.536, "f": 51854.49}, {"measurement_type": "SouthDown", "angle": 246.38333333333, "residual": 0.0, "time": "2019-07-02T16:41:27", "h": 20813.878, "e": -52.728, "z": 46928.011, "f": 51853.7}, {"measurement_type": "NorthUp", "angle": 66.383333333333, "residual": 0.0, "time": "2019-07-02T16:42:36", "h": 20814.146, "e": -52.795, "z": 46927.824, "f": 51853.62}, {"measurement_type": "SouthUp", "angle": 113.55333333333, "residual": 0.0, "time": "2019-07-02T16:44:00", "h": 20814.106, "e": -52.939, "z": 46927.665, "f": 51853.42}, {"measurement_type": "NorthDown", "angle": 293.55333333333, "residual": 0.0, "time": "2019-07-02T16:45:14", "h": 20813.919, "e": -52.993, "z": 46927.526, "f": 51853.23}], "metadata": {"time": "2019-07-02T16:20:46Z", "reviewed": true, "electronics": "0110", "theodolite": "614379", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bennett Emmons", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4358, "baseline": 8.5862435, "starttime": "2019-07-02T16:47:19", "endtime": "2019-07-02T16:50:14", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20737.7244824, "baseline": -75.5807676, "starttime": "2019-07-02T16:51:54", "endtime": "2019-07-02T16:54:25", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47500.6690971, "baseline": 574.0740971, "starttime": "2019-07-02T16:51:54", "endtime": "2019-07-02T16:54:25", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 190.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 190.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 10.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 10.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 269.73166666667, "residual": 0.0, "time": "2019-07-02T16:47:19", "h": 20814.146, "e": -53.594, "z": 46927.201, "f": 51853.04}, {"measurement_type": "EastDown", "angle": 89.6, "residual": 0.0, "time": "2019-07-02T16:48:18", "h": 20813.935, "e": -54.139, "z": 46927.227, "f": 51852.98}, {"measurement_type": "WestUp", "angle": 89.638333333333, "residual": 0.0, "time": "2019-07-02T16:48:58", "h": 20813.988, "e": -54.762, "z": 46927.164, "f": 51852.91}, {"measurement_type": "EastUp", "angle": 269.76, "residual": 0.0, "time": "2019-07-02T16:50:14", "h": 20813.834, "e": -55.312, "z": 46926.943, "f": 51852.66}, {"measurement_type": "SouthDown", "angle": 246.385, "residual": 0.0, "time": "2019-07-02T16:51:54", "h": 20813.621, "e": -56.089, "z": 46926.728, "f": 51852.42}, {"measurement_type": "NorthUp", "angle": 66.385, "residual": 0.0, "time": "2019-07-02T16:52:41", "h": 20813.433, "e": -56.561, "z": 46926.667, "f": 51852.27}, {"measurement_type": "SouthUp", "angle": 113.55333333333, "residual": 0.0, "time": "2019-07-02T16:53:41", "h": 20813.181, "e": -56.834, "z": 46926.494, "f": 51852.06}, {"measurement_type": "NorthDown", "angle": 293.55666666667, "residual": 0.0, "time": "2019-07-02T16:54:25", "h": 20812.986, "e": -57.102, "z": 46926.491, "f": 51851.94}], "metadata": {"time": "2019-07-02T16:20:46Z", "reviewed": true, "electronics": "0110", "theodolite": "614379", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bennett Emmons", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.41205, "baseline": 8.5852865, "starttime": "2019-07-02T16:59:37", "endtime": "2019-07-02T17:03:13", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20739.1282195, "baseline": -75.6935305, "starttime": "2019-07-02T17:05:30", "endtime": "2019-07-02T17:08:27", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47500.1162461, "baseline": 574.1532461, "starttime": "2019-07-02T17:05:30", "endtime": "2019-07-02T17:08:27", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 190.38666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 190.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 10.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 10.385, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 269.70166666667, "residual": 0.0, "time": "2019-07-02T16:59:37", "h": 20813.215, "e": -61.617, "z": 46926.215, "f": 51851.8}, {"measurement_type": "EastDown", "angle": 89.583333333333, "residual": 0.0, "time": "2019-07-02T17:00:52", "h": 20813.607, "e": -62.62, "z": 46926.101, "f": 51851.87}, {"measurement_type": "WestUp", "angle": 89.616666666667, "residual": 0.0, "time": "2019-07-02T17:02:19", "h": 20813.554, "e": -63.094, "z": 46926.042, "f": 51851.77}, {"measurement_type": "EastUp", "angle": 269.735, "residual": 0.0, "time": "2019-07-02T17:03:13", "h": 20813.67, "e": -63.492, "z": 46926.022, "f": 51851.8}, {"measurement_type": "SouthDown", "angle": 246.385, "residual": 0.0, "time": "2019-07-02T17:05:30", "h": 20814.256, "e": -64.44, "z": 46926.03, "f": 51852.05}, {"measurement_type": "NorthUp", "angle": 66.385, "residual": 0.0, "time": "2019-07-02T17:06:19", "h": 20814.45, "e": -64.926, "z": 46926.012, "f": 51852.11}, {"measurement_type": "SouthUp", "angle": 113.55833333333, "residual": 0.0, "time": "2019-07-02T17:07:27", "h": 20815.241, "e": -65.458, "z": 46925.899, "f": 51852.36}, {"measurement_type": "NorthDown", "angle": 293.55833333333, "residual": 0.0, "time": "2019-07-02T17:08:27", "h": 20815.34, "e": -65.821, "z": 46925.911, "f": 51852.39}], "metadata": {"time": "2019-07-02T16:20:46Z", "reviewed": true, "electronics": "0110", "theodolite": "614379", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bennett Emmons", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}]
\ No newline at end of file
diff --git a/etc/residual/BOU20191001.json b/etc/residual/BOU20191001.json
new file mode 100644
index 0000000000000000000000000000000000000000..6db1a5298bdd3177e4501a684068d47c2498b9d9
--- /dev/null
+++ b/etc/residual/BOU20191001.json
@@ -0,0 +1 @@
+[{"absolutes": [{"element": "D", "absolute": 8.3894111, "baseline": 8.5879326, "starttime": "2019-10-02T13:44:55", "endtime": "2019-10-02T13:49:50", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20751.3862752, "baseline": -76.8952248, "starttime": "2019-10-02T13:57:00", "endtime": "2019-10-02T14:00:37", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47483.7701945, "baseline": 575.8616945, "starttime": "2019-10-02T13:57:00", "endtime": "2019-10-02T14:00:37", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.45111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.448888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.448333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.44888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60972222222, "residual": 0.0, "time": "2019-10-02T13:44:55", "h": 20831.253, "e": -73.216, "z": 46908.583, "f": 51843.98}, {"measurement_type": "EastDown", "angle": 90.553611111111, "residual": 0.0, "time": "2019-10-02T13:47:09", "h": 20830.425, "e": -71.349, "z": 46908.471, "f": 51843.51}, {"measurement_type": "WestUp", "angle": 90.784444444444, "residual": 0.0, "time": "2019-10-02T13:48:39", "h": 20830.387, "e": -71.155, "z": 46908.635, "f": 51843.68}, {"measurement_type": "EastUp", "angle": 270.85388888889, "residual": 0.0, "time": "2019-10-02T13:49:50", "h": 20830.563, "e": -71.882, "z": 46908.38, "f": 51843.54}, {"measurement_type": "SouthDown", "angle": 246.37972222222, "residual": 0.0, "time": "2019-10-02T13:57:00", "h": 20829.257, "e": -68.815, "z": 46907.921, "f": 51842.56}, {"measurement_type": "NorthUp", "angle": 66.378333333333, "residual": 0.0, "time": "2019-10-02T13:58:16", "h": 20828.642, "e": -67.645, "z": 46907.81, "f": 51842.23}, {"measurement_type": "SouthUp", "angle": 113.58944444444, "residual": 0.0, "time": "2019-10-02T13:59:36", "h": 20827.673, "e": -66.901, "z": 46908.178, "f": 51842.15}, {"measurement_type": "NorthDown", "angle": 293.59388888889, "residual": 0.0, "time": "2019-10-02T14:00:37", "h": 20827.554, "e": -66.317, "z": 46907.725, "f": 51841.68}], "metadata": {"time": "2019-10-02T13:44:55Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4167722, "baseline": 8.5941292, "starttime": "2019-10-02T14:03:39", "endtime": "2019-10-02T14:07:38", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20743.2614094, "baseline": -76.6220906, "starttime": "2019-10-02T14:13:10", "endtime": "2019-10-02T14:16:32", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47482.2730636, "baseline": 575.7863136, "starttime": "2019-10-02T14:13:10", "endtime": "2019-10-02T14:16:32", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.455833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.45638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.45694444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.455555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63444444444, "residual": 0.0, "time": "2019-10-02T14:03:39", "h": 20826.4, "e": -65.107, "z": 46907.395, "f": 51840.96}, {"measurement_type": "EastDown", "angle": 90.583333333333, "residual": 0.0, "time": "2019-10-02T14:05:05", "h": 20825.874, "e": -64.628, "z": 46907.42, "f": 51840.77}, {"measurement_type": "WestUp", "angle": 90.821111111111, "residual": 0.0, "time": "2019-10-02T14:06:18", "h": 20825.555, "e": -63.96, "z": 46907.332, "f": 51840.54}, {"measurement_type": "EastUp", "angle": 270.89972222222, "residual": 0.0, "time": "2019-10-02T14:07:38", "h": 20825.141, "e": -63.145, "z": 46907.101, "f": 51840.19}, {"measurement_type": "SouthDown", "angle": 246.38805555556, "residual": 0.0, "time": "2019-10-02T14:13:10", "h": 20821.423, "e": -60.643, "z": 46906.892, "f": 51838.53}, {"measurement_type": "NorthUp", "angle": 66.388055555556, "residual": 0.0, "time": "2019-10-02T14:14:19", "h": 20820.778, "e": -58.811, "z": 46906.403, "f": 51837.8}, {"measurement_type": "SouthUp", "angle": 113.58416666667, "residual": 0.0, "time": "2019-10-02T14:15:40", "h": 20819.476, "e": -58.524, "z": 46906.62, "f": 51837.5}, {"measurement_type": "NorthDown", "angle": 293.58694444444, "residual": 0.0, "time": "2019-10-02T14:16:32", "h": 20817.857, "e": -56.256, "z": 46906.032, "f": 51836.29}], "metadata": {"time": "2019-10-02T13:44:55Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4487861, "baseline": 8.5913819, "starttime": "2019-10-02T14:20:39", "endtime": "2019-10-02T14:24:47", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20736.9902439, "baseline": -76.6657561, "starttime": "2019-10-02T14:30:56", "endtime": "2019-10-02T14:34:48", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47481.0947872, "baseline": 575.7935372, "starttime": "2019-10-02T14:30:56", "endtime": "2019-10-02T14:34:48", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.46194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.45916666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.458055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.457777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.67861111111, "residual": 0.0, "time": "2019-10-02T14:20:39", "h": 20815.36, "e": -52.474, "z": 46906.024, "f": 51835.25}, {"measurement_type": "EastDown", "angle": 90.625, "residual": 0.0, "time": "2019-10-02T14:22:06", "h": 20816.348, "e": -52.41, "z": 46906.269, "f": 51835.91}, {"measurement_type": "WestUp", "angle": 90.855, "residual": 0.0, "time": "2019-10-02T14:23:33", "h": 20815.075, "e": -51.59, "z": 46905.943, "f": 51835.09}, {"measurement_type": "EastUp", "angle": 270.92027777778, "residual": 0.0, "time": "2019-10-02T14:24:47", "h": 20814.634, "e": -49.964, "z": 46906.03, "f": 51835.01}, {"measurement_type": "SouthDown", "angle": 246.39833333333, "residual": 0.0, "time": "2019-10-02T14:30:56", "h": 20813.737, "e": -48.346, "z": 46905.353, "f": 51834.03}, {"measurement_type": "NorthUp", "angle": 66.395277777778, "residual": 0.0, "time": "2019-10-02T14:31:57", "h": 20813.721, "e": -48.162, "z": 46905.457, "f": 51834.1}, {"measurement_type": "SouthUp", "angle": 113.58083333333, "residual": 0.0, "time": "2019-10-02T14:33:49", "h": 20813.682, "e": -47.971, "z": 46905.315, "f": 51833.96}, {"measurement_type": "NorthDown", "angle": 293.58444444444, "residual": 0.0, "time": "2019-10-02T14:34:48", "h": 20813.484, "e": -47.151, "z": 46905.08, "f": 51833.67}], "metadata": {"time": "2019-10-02T13:44:55Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4578833, "baseline": 8.5892011, "starttime": "2019-10-02T14:37:51", "endtime": "2019-10-02T14:41:42", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20734.3017642, "baseline": -76.5572358, "starttime": "2019-10-02T14:47:00", "endtime": "2019-10-02T14:50:10", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47479.8027803, "baseline": 575.7587803, "starttime": "2019-10-02T14:47:00", "endtime": "2019-10-02T14:50:10", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.45972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.459722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.458333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.68416666667, "residual": 0.0, "time": "2019-10-02T14:37:51", "h": 20813.338, "e": -46.948, "z": 46904.991, "f": 51833.51}, {"measurement_type": "EastDown", "angle": 90.638888888889, "residual": 0.0, "time": "2019-10-02T14:39:17", "h": 20813.396, "e": -47.387, "z": 46904.981, "f": 51833.54}, {"measurement_type": "WestUp", "angle": 90.873333333333, "residual": 0.0, "time": "2019-10-02T14:40:40", "h": 20812.921, "e": -47.883, "z": 46904.588, "f": 51833.02}, {"measurement_type": "EastUp", "angle": 270.92027777778, "residual": 0.0, "time": "2019-10-02T14:41:42", "h": 20813.02, "e": -47.868, "z": 46904.647, "f": 51833.08}, {"measurement_type": "SouthDown", "angle": 246.40083333333, "residual": 0.0, "time": "2019-10-02T14:47:00", "h": 20811.157, "e": -48.319, "z": 46904.336, "f": 51832.08}, {"measurement_type": "NorthUp", "angle": 66.399722222222, "residual": 0.0, "time": "2019-10-02T14:47:55", "h": 20811.171, "e": -48.633, "z": 46904.052, "f": 51831.82}, {"measurement_type": "SouthUp", "angle": 113.58083333333, "residual": 0.0, "time": "2019-10-02T14:49:09", "h": 20811.125, "e": -48.806, "z": 46904.014, "f": 51831.77}, {"measurement_type": "NorthDown", "angle": 293.58277777778, "residual": 0.0, "time": "2019-10-02T14:50:10", "h": 20809.983, "e": -48.326, "z": 46903.774, "f": 51831.05}], "metadata": {"time": "2019-10-02T13:44:55Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3246889, "baseline": 8.5901692, "starttime": "2019-10-04T19:30:11", "endtime": "2019-10-04T19:37:01", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20735.1086052, "baseline": -72.2263948, "starttime": "2019-10-04T19:45:13", "endtime": "2019-10-04T19:54:59", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47477.2571023, "baseline": 574.2851023, "starttime": "2019-10-04T19:45:13", "endtime": "2019-10-04T19:54:59", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.46277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.461111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.460833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.46277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.54083333333, "residual": 0.0, "time": "2019-10-04T19:30:11", "h": 20802.326, "e": -95.471, "z": 46901.282, "f": 51826.22}, {"measurement_type": "EastDown", "angle": 90.518333333333, "residual": 0.0, "time": "2019-10-04T19:32:27", "h": 20803.85, "e": -95.732, "z": 46901.24, "f": 51826.73}, {"measurement_type": "WestUp", "angle": 90.738055555556, "residual": 0.0, "time": "2019-10-04T19:35:36", "h": 20804.058, "e": -96.697, "z": 46901.805, "f": 51827.38}, {"measurement_type": "EastUp", "angle": 270.79583333333, "residual": 0.0, "time": "2019-10-04T19:37:01", "h": 20804.117, "e": -96.405, "z": 46901.946, "f": 51827.46}, {"measurement_type": "SouthDown", "angle": 246.40472222222, "residual": 0.0, "time": "2019-10-04T19:45:13", "h": 20805.618, "e": -95.886, "z": 46902.777, "f": 51828.84}, {"measurement_type": "NorthUp", "angle": 66.4025, "residual": 0.0, "time": "2019-10-04T19:47:22", "h": 20807.061, "e": -95.976, "z": 46902.692, "f": 51829.32}, {"measurement_type": "SouthUp", "angle": 113.57861111111, "residual": 0.0, "time": "2019-10-04T19:53:16", "h": 20808.224, "e": -96.385, "z": 46903.346, "f": 51830.35}, {"measurement_type": "NorthDown", "angle": 293.59944444444, "residual": 0.0, "time": "2019-10-04T19:54:59", "h": 20808.437, "e": -95.957, "z": 46903.073, "f": 51830.17}], "metadata": {"time": "2019-10-04T19:30:11Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3274667, "baseline": 8.5903328, "starttime": "2019-10-04T20:04:50", "endtime": "2019-10-04T20:12:52", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20734.6872736, "baseline": -76.6519764, "starttime": "2019-10-04T20:19:37", "endtime": "2019-10-04T20:26:34", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47477.5475041, "baseline": 576.2175041, "starttime": "2019-10-04T20:19:37", "endtime": "2019-10-04T20:26:34", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.460833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.46222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.460833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.53444444444, "residual": 0.0, "time": "2019-10-04T20:04:50", "h": 20808.143, "e": -94.898, "z": 46902.771, "f": 51829.75}, {"measurement_type": "EastDown", "angle": 90.526944444444, "residual": 0.0, "time": "2019-10-04T20:06:23", "h": 20807.046, "e": -94.667, "z": 46902.597, "f": 51829.27}, {"measurement_type": "WestUp", "angle": 90.749166666667, "residual": 0.0, "time": "2019-10-04T20:11:04", "h": 20808.479, "e": -95.286, "z": 46902.449, "f": 51829.62}, {"measurement_type": "EastUp", "angle": 270.79166666667, "residual": 0.0, "time": "2019-10-04T20:12:52", "h": 20808.892, "e": -95.662, "z": 46902.333, "f": 51829.76}, {"measurement_type": "SouthDown", "angle": 246.40277777778, "residual": 0.0, "time": "2019-10-04T20:19:37", "h": 20810.499, "e": -95.627, "z": 46901.719, "f": 51829.79}, {"measurement_type": "NorthUp", "angle": 66.398888888889, "residual": 0.0, "time": "2019-10-04T20:21:38", "h": 20812.409, "e": -95.871, "z": 46901.29, "f": 51830.16}, {"measurement_type": "SouthUp", "angle": 113.58277777778, "residual": 0.0, "time": "2019-10-04T20:24:12", "h": 20811.93, "e": -95.035, "z": 46900.997, "f": 51829.69}, {"measurement_type": "NorthDown", "angle": 293.5875, "residual": 0.0, "time": "2019-10-04T20:26:34", "h": 20810.519, "e": -95.805, "z": 46901.314, "f": 51829.43}], "metadata": {"time": "2019-10-04T19:30:11Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3277444, "baseline": 8.5900511, "starttime": "2019-10-04T20:35:42", "endtime": "2019-10-04T20:42:05", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20731.4563025, "baseline": -79.4454475, "starttime": "2019-10-04T20:47:30", "endtime": "2019-10-04T20:55:31", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47478.4646665, "baseline": 577.4706665, "starttime": "2019-10-04T20:47:30", "endtime": "2019-10-04T20:55:31", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.46194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.460555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.460555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.53361111111, "residual": 0.0, "time": "2019-10-04T20:35:42", "h": 20811.814, "e": -95.195, "z": 46900.913, "f": 51829.56}, {"measurement_type": "EastDown", "angle": 90.526388888889, "residual": 0.0, "time": "2019-10-04T20:37:09", "h": 20811.572, "e": -94.866, "z": 46900.925, "f": 51829.48}, {"measurement_type": "WestUp", "angle": 90.746944444444, "residual": 0.0, "time": "2019-10-04T20:39:30", "h": 20812.559, "e": -94.937, "z": 46901.004, "f": 51829.94}, {"measurement_type": "EastUp", "angle": 270.79527777778, "residual": 0.0, "time": "2019-10-04T20:42:05", "h": 20811.239, "e": -94.646, "z": 46901.053, "f": 51829.47}, {"measurement_type": "SouthDown", "angle": 246.41583333333, "residual": 0.0, "time": "2019-10-04T20:47:30", "h": 20813.159, "e": -95.598, "z": 46901.119, "f": 51830.29}, {"measurement_type": "NorthUp", "angle": 66.399722222222, "residual": 0.0, "time": "2019-10-04T20:50:13", "h": 20810.906, "e": -94.982, "z": 46900.88, "f": 51829.22}, {"measurement_type": "SouthUp", "angle": 113.58305555556, "residual": 0.0, "time": "2019-10-04T20:53:42", "h": 20810.432, "e": -95.137, "z": 46901.054, "f": 51829.19}, {"measurement_type": "NorthDown", "angle": 293.58638888889, "residual": 0.0, "time": "2019-10-04T20:55:31", "h": 20809.11, "e": -94.408, "z": 46900.923, "f": 51828.56}], "metadata": {"time": "2019-10-04T19:30:11Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3310083, "baseline": 8.5901235, "starttime": "2019-10-04T21:02:48", "endtime": "2019-10-04T21:08:33", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20738.4896155, "baseline": -76.5153845, "starttime": "2019-10-04T21:16:52", "endtime": "2019-10-04T21:26:41", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47477.9382718, "baseline": 576.1670218, "starttime": "2019-10-04T21:16:52", "endtime": "2019-10-04T21:26:41", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.46111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.460277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.460555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.53777777778, "residual": 0.0, "time": "2019-10-04T21:02:48", "h": 20810.695, "e": -93.494, "z": 46901.145, "f": 51829.32}, {"measurement_type": "EastDown", "angle": 90.531666666667, "residual": 0.0, "time": "2019-10-04T21:04:22", "h": 20812.666, "e": -93.768, "z": 46901.037, "f": 51830.01}, {"measurement_type": "WestUp", "angle": 90.748055555556, "residual": 0.0, "time": "2019-10-04T21:06:31", "h": 20813.105, "e": -94.003, "z": 46901.086, "f": 51830.23}, {"measurement_type": "EastUp", "angle": 270.79666666667, "residual": 0.0, "time": "2019-10-04T21:08:33", "h": 20812.713, "e": -93.887, "z": 46901.247, "f": 51830.26}, {"measurement_type": "SouthDown", "angle": 246.40444444444, "residual": 0.0, "time": "2019-10-04T21:16:52", "h": 20813.452, "e": -93.342, "z": 46901.677, "f": 51830.95}, {"measurement_type": "NorthUp", "angle": 66.395, "residual": 0.0, "time": "2019-10-04T21:19:35", "h": 20813.587, "e": -93.173, "z": 46901.5, "f": 51830.86}, {"measurement_type": "SouthUp", "angle": 113.59, "residual": 0.0, "time": "2019-10-04T21:24:12", "h": 20816.159, "e": -94.024, "z": 46901.911, "f": 51832.2}, {"measurement_type": "NorthDown", "angle": 293.59277777778, "residual": 0.0, "time": "2019-10-04T21:26:41", "h": 20816.822, "e": -93.703, "z": 46901.997, "f": 51832.58}], "metadata": {"time": "2019-10-04T19:30:11Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3731611, "baseline": 8.5852353, "starttime": "2019-10-11T16:46:16", "endtime": "2019-10-11T16:48:56", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20744.2872963, "baseline": -75.2902037, "starttime": "2019-10-11T16:51:05", "endtime": "2019-10-11T16:53:46", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47481.4838557, "baseline": 576.9338557, "starttime": "2019-10-11T16:51:05", "endtime": "2019-10-11T16:53:46", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.46527777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.462777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.463055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.46444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.62, "residual": 0.0, "time": "2019-10-11T16:46:16", "h": 20818.689, "e": -75.878, "z": 46904.995, "f": 51837.21}, {"measurement_type": "EastDown", "angle": 90.54, "residual": 0.0, "time": "2019-10-11T16:47:11", "h": 20819.19, "e": -76.652, "z": 46904.908, "f": 51837.32}, {"measurement_type": "WestUp", "angle": 90.773888888889, "residual": 0.0, "time": "2019-10-11T16:48:00", "h": 20818.528, "e": -77.141, "z": 46905.167, "f": 51837.35}, {"measurement_type": "EastUp", "angle": 270.86111111111, "residual": 0.0, "time": "2019-10-11T16:48:56", "h": 20819.76, "e": -77.46, "z": 46904.837, "f": 51837.51}, {"measurement_type": "SouthDown", "angle": 246.38111111111, "residual": 0.0, "time": "2019-10-11T16:51:05", "h": 20819.576, "e": -77.21, "z": 46904.604, "f": 51837.26}, {"measurement_type": "NorthUp", "angle": 66.381111111111, "residual": 0.0, "time": "2019-10-11T16:51:42", "h": 20819.185, "e": -76.732, "z": 46904.471, "f": 51836.97}, {"measurement_type": "SouthUp", "angle": 113.57972222222, "residual": 0.0, "time": "2019-10-11T16:53:02", "h": 20819.949, "e": -77.151, "z": 46904.557, "f": 51837.37}, {"measurement_type": "NorthDown", "angle": 293.58305555556, "residual": 0.0, "time": "2019-10-11T16:53:46", "h": 20819.6, "e": -77.368, "z": 46904.568, "f": 51837.27}], "metadata": {"time": "2019-10-11T16:46:16Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3667722, "baseline": 8.5863637, "starttime": "2019-10-11T16:57:46", "endtime": "2019-10-11T17:01:17", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20747.1051882, "baseline": -75.1305618, "starttime": "2019-10-11T17:03:31", "endtime": "2019-10-11T17:06:33", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47480.5609335, "baseline": 576.7859335, "starttime": "2019-10-11T17:03:31", "endtime": "2019-10-11T17:06:33", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.463888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.46388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.462222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60305555556, "residual": 0.0, "time": "2019-10-11T16:57:46", "h": 20820.923, "e": -81.343, "z": 46904.466, "f": 51837.69}, {"measurement_type": "EastDown", "angle": 90.531944444444, "residual": 0.0, "time": "2019-10-11T16:58:53", "h": 20821.835, "e": -80.242, "z": 46903.632, "f": 51837.31}, {"measurement_type": "WestUp", "angle": 90.771944444444, "residual": 0.0, "time": "2019-10-11T17:00:12", "h": 20821.857, "e": -79.375, "z": 46903.704, "f": 51837.36}, {"measurement_type": "EastUp", "angle": 270.86083333333, "residual": 0.0, "time": "2019-10-11T17:01:17", "h": 20822.39, "e": -77.101, "z": 46903.442, "f": 51837.31}, {"measurement_type": "SouthDown", "angle": 246.38083333333, "residual": 0.0, "time": "2019-10-11T17:03:31", "h": 20822.178, "e": -73.245, "z": 46903.912, "f": 51837.6}, {"measurement_type": "NorthUp", "angle": 66.379166666667, "residual": 0.0, "time": "2019-10-11T17:04:32", "h": 20822.147, "e": -72.471, "z": 46903.755, "f": 51837.46}, {"measurement_type": "SouthUp", "angle": 113.58416666667, "residual": 0.0, "time": "2019-10-11T17:05:48", "h": 20822.378, "e": -71.973, "z": 46903.818, "f": 51837.58}, {"measurement_type": "NorthDown", "angle": 293.58944444444, "residual": 0.0, "time": "2019-10-11T17:06:33", "h": 20822.24, "e": -71.182, "z": 46903.615, "f": 51837.36}], "metadata": {"time": "2019-10-11T16:46:16Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3960083, "baseline": 8.5870779, "starttime": "2019-10-11T17:08:25", "endtime": "2019-10-11T17:11:44", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20748.4407386, "baseline": -75.2522614, "starttime": "2019-10-11T17:13:51", "endtime": "2019-10-11T17:15:53", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47479.3825631, "baseline": 576.8603131, "starttime": "2019-10-11T17:13:51", "endtime": "2019-10-11T17:15:53", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.46555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.461944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.461388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64138888889, "residual": 0.0, "time": "2019-10-11T17:08:25", "h": 20821.23, "e": -67.525, "z": 46903.441, "f": 51836.76}, {"measurement_type": "EastDown", "angle": 90.575, "residual": 0.0, "time": "2019-10-11T17:09:41", "h": 20820.12, "e": -66.131, "z": 46903.548, "f": 51836.46}, {"measurement_type": "WestUp", "angle": 90.798333333333, "residual": 0.0, "time": "2019-10-11T17:10:56", "h": 20820.504, "e": -70.044, "z": 46904.338, "f": 51837.36}, {"measurement_type": "EastUp", "angle": 270.86888888889, "residual": 0.0, "time": "2019-10-11T17:11:44", "h": 20822.238, "e": -73.067, "z": 46904.127, "f": 51837.85}, {"measurement_type": "SouthDown", "angle": 246.37888888889, "residual": 0.0, "time": "2019-10-11T17:13:51", "h": 20824.378, "e": -77.557, "z": 46903.034, "f": 51837.7}, {"measurement_type": "NorthUp", "angle": 66.3775, "residual": 0.0, "time": "2019-10-11T17:14:31", "h": 20824.171, "e": -76.306, "z": 46902.477, "f": 51837.09}, {"measurement_type": "SouthUp", "angle": 113.58722222222, "residual": 0.0, "time": "2019-10-11T17:15:20", "h": 20823.259, "e": -74.055, "z": 46902.207, "f": 51836.49}, {"measurement_type": "NorthDown", "angle": 293.59027777778, "residual": 0.0, "time": "2019-10-11T17:15:53", "h": 20822.964, "e": -73.55, "z": 46902.371, "f": 51836.54}], "metadata": {"time": "2019-10-11T16:46:16Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3681611, "baseline": 8.5858421, "starttime": "2019-10-11T17:18:40", "endtime": "2019-10-11T17:21:44", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20749.3559169, "baseline": -75.3033331, "starttime": "2019-10-11T17:24:00", "endtime": "2019-10-11T17:26:50", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47478.496981, "baseline": 576.879731, "starttime": "2019-10-11T17:24:00", "endtime": "2019-10-11T17:26:50", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.46277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.46361111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.463055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.462222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60805555556, "residual": 0.0, "time": "2019-10-11T17:18:40", "h": 20823.217, "e": -78.445, "z": 46902.881, "f": 51837.1}, {"measurement_type": "EastDown", "angle": 90.537222222222, "residual": 0.0, "time": "2019-10-11T17:19:39", "h": 20823.637, "e": -79.326, "z": 46902.393, "f": 51836.84}, {"measurement_type": "WestUp", "angle": 90.773333333333, "residual": 0.0, "time": "2019-10-11T17:20:48", "h": 20822.866, "e": -78.723, "z": 46901.856, "f": 51836.01}, {"measurement_type": "EastUp", "angle": 270.8525, "residual": 0.0, "time": "2019-10-11T17:21:44", "h": 20823.339, "e": -78.834, "z": 46901.846, "f": 51836.21}, {"measurement_type": "SouthDown", "angle": 246.37833333333, "residual": 0.0, "time": "2019-10-11T17:24:00", "h": 20823.931, "e": -80.465, "z": 46901.582, "f": 51836.19}, {"measurement_type": "NorthUp", "angle": 66.377222222222, "residual": 0.0, "time": "2019-10-11T17:24:37", "h": 20824.263, "e": -79.658, "z": 46901.146, "f": 51835.92}, {"measurement_type": "SouthUp", "angle": 113.58888888889, "residual": 0.0, "time": "2019-10-11T17:26:03", "h": 20825.816, "e": -83.095, "z": 46901.769, "f": 51837.07}, {"measurement_type": "NorthDown", "angle": 293.59305555556, "residual": 0.0, "time": "2019-10-11T17:26:50", "h": 20824.627, "e": -85.058, "z": 46901.972, "f": 51836.86}], "metadata": {"time": "2019-10-11T16:46:16Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3760083, "baseline": 8.5925544, "starttime": "2019-10-18T16:51:45", "endtime": "2019-10-18T16:55:24", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20742.7469274, "baseline": -73.8700726, "starttime": "2019-10-18T17:01:28", "endtime": "2019-10-18T17:07:14", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47468.2347677, "baseline": 576.8222677, "starttime": "2019-10-18T17:01:28", "endtime": "2019-10-18T17:07:14", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.51972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.5175, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.516944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.6625, "residual": 0.0, "time": "2019-10-18T16:51:45", "h": 20816.23, "e": -78.113, "z": 46892.287, "f": 51825.13}, {"measurement_type": "EastDown", "angle": 90.607777777778, "residual": 0.0, "time": "2019-10-18T16:53:04", "h": 20816.508, "e": -78.309, "z": 46892.169, "f": 51825.13}, {"measurement_type": "WestUp", "angle": 90.839722222222, "residual": 0.0, "time": "2019-10-18T16:54:15", "h": 20816.432, "e": -78.554, "z": 46892.182, "f": 51825.12}, {"measurement_type": "EastUp", "angle": 270.91388888889, "residual": 0.0, "time": "2019-10-18T16:55:24", "h": 20816.531, "e": -78.608, "z": 46892.161, "f": 51825.1}, {"measurement_type": "SouthDown", "angle": 246.3825, "residual": 0.0, "time": "2019-10-18T17:01:28", "h": 20816.859, "e": -79.701, "z": 46891.637, "f": 51824.76}, {"measurement_type": "NorthUp", "angle": 66.3825, "residual": 0.0, "time": "2019-10-18T17:03:10", "h": 20816.882, "e": -79.907, "z": 46891.513, "f": 51824.66}, {"measurement_type": "SouthUp", "angle": 113.58972222222, "residual": 0.0, "time": "2019-10-18T17:05:46", "h": 20816.491, "e": -81.171, "z": 46891.367, "f": 51824.39}, {"measurement_type": "NorthDown", "angle": 293.59305555556, "residual": 0.0, "time": "2019-10-18T17:07:14", "h": 20816.236, "e": -81.047, "z": 46891.133, "f": 51824.03}], "metadata": {"time": "2019-10-18T16:51:45Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3574667, "baseline": 8.5887854, "starttime": "2019-10-18T17:11:17", "endtime": "2019-10-18T17:15:48", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20743.079613, "baseline": -73.999637, "starttime": "2019-10-18T17:20:45", "endtime": "2019-10-18T17:24:23", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47465.5466226, "baseline": 576.8813726, "starttime": "2019-10-18T17:20:45", "endtime": "2019-10-18T17:24:23", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.514722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.515555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63777777778, "residual": 0.0, "time": "2019-10-18T17:11:17", "h": 20816.288, "e": -82.968, "z": 46890.548, "f": 51823.53}, {"measurement_type": "EastDown", "angle": 90.585, "residual": 0.0, "time": "2019-10-18T17:12:33", "h": 20816.785, "e": -83.562, "z": 46890.368, "f": 51823.55}, {"measurement_type": "WestUp", "angle": 90.831666666667, "residual": 0.0, "time": "2019-10-18T17:14:12", "h": 20816.272, "e": -84.055, "z": 46890.078, "f": 51823.08}, {"measurement_type": "EastUp", "angle": 270.88527777778, "residual": 0.0, "time": "2019-10-18T17:15:48", "h": 20816.552, "e": -84.397, "z": 46889.797, "f": 51822.97}, {"measurement_type": "SouthDown", "angle": 246.38388888889, "residual": 0.0, "time": "2019-10-18T17:20:45", "h": 20816.913, "e": -84.667, "z": 46888.947, "f": 51822.31}, {"measurement_type": "NorthUp", "angle": 66.380833333333, "residual": 0.0, "time": "2019-10-18T17:21:46", "h": 20817.184, "e": -85.536, "z": 46888.812, "f": 51822.31}, {"measurement_type": "SouthUp", "angle": 113.59277777778, "residual": 0.0, "time": "2019-10-18T17:23:22", "h": 20817.289, "e": -86.473, "z": 46888.534, "f": 51822.09}, {"measurement_type": "NorthDown", "angle": 293.59583333333, "residual": 0.0, "time": "2019-10-18T17:24:23", "h": 20816.931, "e": -86.941, "z": 46888.368, "f": 51821.81}], "metadata": {"time": "2019-10-18T16:51:45Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3438556, "baseline": 8.585491, "starttime": "2019-10-18T17:28:01", "endtime": "2019-10-18T17:31:26", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20740.17909, "baseline": -74.55591, "starttime": "2019-10-18T17:35:44", "endtime": "2019-10-18T17:39:07", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47464.0831149, "baseline": 577.1428649, "starttime": "2019-10-18T17:35:44", "endtime": "2019-10-18T17:39:07", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.51416666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.511666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.511111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.61777777778, "residual": 0.0, "time": "2019-10-18T17:28:01", "h": 20816.859, "e": -87.136, "z": 46887.738, "f": 51821.19}, {"measurement_type": "EastDown", "angle": 90.573055555556, "residual": 0.0, "time": "2019-10-18T17:29:21", "h": 20815.965, "e": -87.166, "z": 46887.559, "f": 51820.69}, {"measurement_type": "WestUp", "angle": 90.8125, "residual": 0.0, "time": "2019-10-18T17:30:29", "h": 20816.169, "e": -87.222, "z": 46887.481, "f": 51820.68}, {"measurement_type": "EastUp", "angle": 270.86888888889, "residual": 0.0, "time": "2019-10-18T17:31:26", "h": 20816.579, "e": -88.349, "z": 46887.56, "f": 51820.91}, {"measurement_type": "SouthDown", "angle": 246.38555555556, "residual": 0.0, "time": "2019-10-18T17:35:44", "h": 20814.616, "e": -90.056, "z": 46887.05, "f": 51819.68}, {"measurement_type": "NorthUp", "angle": 66.385, "residual": 0.0, "time": "2019-10-18T17:36:46", "h": 20814.76, "e": -90.464, "z": 46886.996, "f": 51819.66}, {"measurement_type": "SouthUp", "angle": 113.59111111111, "residual": 0.0, "time": "2019-10-18T17:37:54", "h": 20815.229, "e": -91.177, "z": 46886.917, "f": 51819.81}, {"measurement_type": "NorthDown", "angle": 293.59416666667, "residual": 0.0, "time": "2019-10-18T17:39:07", "h": 20814.335, "e": -91.087, "z": 46886.798, "f": 51819.36}], "metadata": {"time": "2019-10-18T16:51:45Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3303139, "baseline": 8.5870591, "starttime": "2019-10-18T17:42:33", "endtime": "2019-10-18T17:45:11", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20739.3921268, "baseline": -75.0066232, "starttime": "2019-10-18T17:50:22", "endtime": "2019-10-18T17:53:50", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47464.0068348, "baseline": 577.3738348, "starttime": "2019-10-18T17:50:22", "endtime": "2019-10-18T17:53:50", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.51194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51027777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.509166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.508333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60916666667, "residual": 0.0, "time": "2019-10-18T17:42:33", "h": 20814.181, "e": -92.317, "z": 46886.679, "f": 51819.22}, {"measurement_type": "EastDown", "angle": 90.551944444444, "residual": 0.0, "time": "2019-10-18T17:43:44", "h": 20814.339, "e": -93.027, "z": 46886.81, "f": 51819.34}, {"measurement_type": "WestUp", "angle": 90.797777777778, "residual": 0.0, "time": "2019-10-18T17:45:02", "h": 20814.335, "e": -93.108, "z": 46886.695, "f": 51819.23}, {"measurement_type": "EastUp", "angle": 270.84888888889, "residual": 0.0, "time": "2019-10-18T17:45:11", "h": 20814.214, "e": -93.285, "z": 46886.724, "f": 51819.26}, {"measurement_type": "SouthDown", "angle": 246.38666666667, "residual": 0.0, "time": "2019-10-18T17:50:22", "h": 20814.415, "e": -94.988, "z": 46886.657, "f": 51819.31}, {"measurement_type": "NorthUp", "angle": 66.385833333333, "residual": 0.0, "time": "2019-10-18T17:51:18", "h": 20814.175, "e": -94.941, "z": 46886.676, "f": 51819.17}, {"measurement_type": "SouthUp", "angle": 113.58916666667, "residual": 0.0, "time": "2019-10-18T17:52:57", "h": 20814.407, "e": -95.315, "z": 46886.616, "f": 51819.23}, {"measurement_type": "NorthDown", "angle": 293.595, "residual": 0.0, "time": "2019-10-18T17:53:50", "h": 20814.598, "e": -95.417, "z": 46886.583, "f": 51819.26}], "metadata": {"time": "2019-10-18T16:51:45Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3235778, "baseline": 8.5829313, "starttime": "2019-10-23T21:59:28", "endtime": "2019-10-23T22:06:25", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20755.2186351, "baseline": -70.6576149, "starttime": "2019-10-23T22:11:04", "endtime": "2019-10-23T22:16:02", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47473.0940449, "baseline": 575.9522949, "starttime": "2019-10-23T22:11:04", "endtime": "2019-10-23T22:16:02", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.50638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.503611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.503888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.50666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60222222222, "residual": 0.0, "time": "2019-10-23T21:59:28", "h": 20824.692, "e": -94.65, "z": 46897.053, "f": 51833.3}, {"measurement_type": "EastDown", "angle": 90.535833333333, "residual": 0.0, "time": "2019-10-23T22:01:47", "h": 20824.364, "e": -94.161, "z": 46897.1, "f": 51833.29}, {"measurement_type": "WestUp", "angle": 90.769444444444, "residual": 0.0, "time": "2019-10-23T22:03:45", "h": 20824.893, "e": -93.79, "z": 46897.028, "f": 51833.42}, {"measurement_type": "EastUp", "angle": 270.85416666667, "residual": 0.0, "time": "2019-10-23T22:06:25", "h": 20825.205, "e": -93.199, "z": 46897.151, "f": 51833.65}, {"measurement_type": "SouthDown", "angle": 246.37111111111, "residual": 0.0, "time": "2019-10-23T22:11:04", "h": 20825.372, "e": -92.843, "z": 46897.159, "f": 51833.73}, {"measurement_type": "NorthUp", "angle": 66.368888888889, "residual": 0.0, "time": "2019-10-23T22:12:31", "h": 20825.98, "e": -92.648, "z": 46897.144, "f": 51833.96}, {"measurement_type": "SouthUp", "angle": 113.59777777778, "residual": 0.0, "time": "2019-10-23T22:14:42", "h": 20825.939, "e": -92.392, "z": 46897.153, "f": 51833.93}, {"measurement_type": "NorthDown", "angle": 293.60194444444, "residual": 0.0, "time": "2019-10-23T22:16:02", "h": 20826.214, "e": -92.187, "z": 46897.111, "f": 51834.01}], "metadata": {"time": "2019-10-23T21:59:28Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3294806, "baseline": 8.5810655, "starttime": "2019-10-23T22:19:56", "endtime": "2019-10-23T22:25:40", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20755.9291311, "baseline": -71.1853689, "starttime": "2019-10-23T22:30:33", "endtime": "2019-10-23T22:35:17", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47472.8379801, "baseline": 576.1724801, "starttime": "2019-10-23T22:30:33", "endtime": "2019-10-23T22:35:17", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.503611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.50666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.50555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.504444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60472222222, "residual": 0.0, "time": "2019-10-23T22:19:56", "h": 20825.845, "e": -91.474, "z": 46897.087, "f": 51833.84}, {"measurement_type": "EastDown", "angle": 90.541111111111, "residual": 0.0, "time": "2019-10-23T22:22:07", "h": 20826.005, "e": -91.329, "z": 46896.99, "f": 51833.8}, {"measurement_type": "WestUp", "angle": 90.781666666667, "residual": 0.0, "time": "2019-10-23T22:23:48", "h": 20826.033, "e": -90.988, "z": 46896.942, "f": 51833.78}, {"measurement_type": "EastUp", "angle": 270.8575, "residual": 0.0, "time": "2019-10-23T22:25:40", "h": 20826.314, "e": -90.765, "z": 46896.918, "f": 51833.85}, {"measurement_type": "SouthDown", "angle": 246.37055555556, "residual": 0.0, "time": "2019-10-23T22:30:33", "h": 20826.877, "e": -90.067, "z": 46896.727, "f": 51833.92}, {"measurement_type": "NorthUp", "angle": 66.368888888889, "residual": 0.0, "time": "2019-10-23T22:32:03", "h": 20827.067, "e": -89.803, "z": 46896.677, "f": 51833.93}, {"measurement_type": "SouthUp", "angle": 113.59944444444, "residual": 0.0, "time": "2019-10-23T22:34:03", "h": 20827.164, "e": -89.458, "z": 46896.605, "f": 51833.97}, {"measurement_type": "NorthDown", "angle": 293.60305555556, "residual": 0.0, "time": "2019-10-23T22:35:17", "h": 20827.35, "e": -89.297, "z": 46896.653, "f": 51834.01}], "metadata": {"time": "2019-10-23T21:59:28Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3365639, "baseline": 8.5804667, "starttime": "2019-10-23T22:40:42", "endtime": "2019-10-23T22:46:40", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20756.6163859, "baseline": -70.9046141, "starttime": "2019-10-23T22:50:49", "endtime": "2019-10-23T22:55:39", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47471.9017483, "baseline": 576.0267483, "starttime": "2019-10-23T22:50:49", "endtime": "2019-10-23T22:55:39", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.50611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.50611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.504444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.504166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.61305555556, "residual": 0.0, "time": "2019-10-23T22:40:42", "h": 20827.287, "e": -88.671, "z": 46896.46, "f": 51833.82}, {"measurement_type": "EastDown", "angle": 90.549166666667, "residual": 0.0, "time": "2019-10-23T22:42:37", "h": 20827.51, "e": -88.465, "z": 46896.402, "f": 51833.85}, {"measurement_type": "WestUp", "angle": 90.790555555556, "residual": 0.0, "time": "2019-10-23T22:44:54", "h": 20827.504, "e": -88.195, "z": 46896.26, "f": 51833.75}, {"measurement_type": "EastUp", "angle": 270.86111111111, "residual": 0.0, "time": "2019-10-23T22:46:40", "h": 20827.558, "e": -88.105, "z": 46896.209, "f": 51833.69}, {"measurement_type": "SouthDown", "angle": 246.37055555556, "residual": 0.0, "time": "2019-10-23T22:50:49", "h": 20827.227, "e": -87.364, "z": 46895.995, "f": 51833.39}, {"measurement_type": "NorthUp", "angle": 66.368888888889, "residual": 0.0, "time": "2019-10-23T22:52:36", "h": 20827.35, "e": -87.158, "z": 46895.914, "f": 51833.33}, {"measurement_type": "SouthUp", "angle": 113.60138888889, "residual": 0.0, "time": "2019-10-23T22:54:23", "h": 20827.65, "e": -87.029, "z": 46895.821, "f": 51833.37}, {"measurement_type": "NorthDown", "angle": 293.60555555556, "residual": 0.0, "time": "2019-10-23T22:55:39", "h": 20827.857, "e": -86.953, "z": 46895.77, "f": 51833.41}], "metadata": {"time": "2019-10-23T21:59:28Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3433694, "baseline": 8.5814107, "starttime": "2019-10-23T22:58:51", "endtime": "2019-10-23T23:04:07", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20757.6320253, "baseline": -70.9414747, "starttime": "2019-10-23T23:08:35", "endtime": "2019-10-23T23:12:59", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47471.4030861, "baseline": 576.0230861, "starttime": "2019-10-23T23:08:35", "endtime": "2019-10-23T23:12:59", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.50638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.50527777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.504166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.504444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.61833333333, "residual": 0.0, "time": "2019-10-23T22:58:51", "h": 20828.0, "e": -86.474, "z": 46895.641, "f": 51833.37}, {"measurement_type": "EastDown", "angle": 90.555833333333, "residual": 0.0, "time": "2019-10-23T23:00:37", "h": 20828.009, "e": -86.282, "z": 46895.633, "f": 51833.34}, {"measurement_type": "WestUp", "angle": 90.797222222222, "residual": 0.0, "time": "2019-10-23T23:02:17", "h": 20827.987, "e": -86.137, "z": 46895.551, "f": 51833.3}, {"measurement_type": "EastUp", "angle": 270.86916666667, "residual": 0.0, "time": "2019-10-23T23:04:07", "h": 20828.012, "e": -86.066, "z": 46895.524, "f": 51833.24}, {"measurement_type": "SouthDown", "angle": 246.36944444444, "residual": 0.0, "time": "2019-10-23T23:08:35", "h": 20828.354, "e": -85.887, "z": 46895.407, "f": 51833.27}, {"measurement_type": "NorthUp", "angle": 66.368333333333, "residual": 0.0, "time": "2019-10-23T23:09:50", "h": 20828.511, "e": -85.859, "z": 46895.379, "f": 51833.3}, {"measurement_type": "SouthUp", "angle": 113.60305555556, "residual": 0.0, "time": "2019-10-23T23:11:52", "h": 20828.696, "e": -85.905, "z": 46895.378, "f": 51833.36}, {"measurement_type": "NorthDown", "angle": 293.60722222222, "residual": 0.0, "time": "2019-10-23T23:12:59", "h": 20828.733, "e": -85.917, "z": 46895.356, "f": 51833.37}], "metadata": {"time": "2019-10-23T21:59:28Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.410175, "baseline": 8.5868188, "starttime": "2019-10-31T14:53:11", "endtime": "2019-10-31T14:56:50", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20731.4889745, "baseline": -73.7262755, "starttime": "2019-10-31T15:01:58", "endtime": "2019-10-31T15:05:34", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47480.7364038, "baseline": 578.0609038, "starttime": "2019-10-31T15:01:58", "endtime": "2019-10-31T15:05:34", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.51222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.510555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.510277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.70166666667, "residual": 0.0, "time": "2019-10-31T14:53:11", "h": 20806.732, "e": -64.033, "z": 46902.953, "f": 51832.27}, {"measurement_type": "EastDown", "angle": 90.616944444444, "residual": 0.0, "time": "2019-10-31T14:54:28", "h": 20806.941, "e": -64.069, "z": 46903.015, "f": 51832.37}, {"measurement_type": "WestUp", "angle": 90.853055555556, "residual": 0.0, "time": "2019-10-31T14:55:49", "h": 20805.92, "e": -63.812, "z": 46903.084, "f": 51832.03}, {"measurement_type": "EastUp", "angle": 270.96111111111, "residual": 0.0, "time": "2019-10-31T14:56:50", "h": 20806.143, "e": -63.748, "z": 46902.947, "f": 51831.97}, {"measurement_type": "SouthDown", "angle": 246.39277777778, "residual": 0.0, "time": "2019-10-31T15:01:58", "h": 20805.798, "e": -63.105, "z": 46902.706, "f": 51831.68}, {"measurement_type": "NorthUp", "angle": 66.391666666667, "residual": 0.0, "time": "2019-10-31T15:03:06", "h": 20805.446, "e": -61.752, "z": 46902.482, "f": 51831.32}, {"measurement_type": "SouthUp", "angle": 113.565, "residual": 0.0, "time": "2019-10-31T15:04:43", "h": 20804.798, "e": -61.109, "z": 46902.625, "f": 51831.21}, {"measurement_type": "NorthDown", "angle": 293.56944444444, "residual": 0.0, "time": "2019-10-31T15:05:34", "h": 20804.819, "e": -61.308, "z": 46902.889, "f": 51831.43}], "metadata": {"time": "2019-10-31T14:53:11Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4106611, "baseline": 8.585027, "starttime": "2019-10-31T15:09:06", "endtime": "2019-10-31T15:12:17", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20730.0795662, "baseline": -73.7494338, "starttime": "2019-10-31T15:17:18", "endtime": "2019-10-31T15:20:58", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47479.8623408, "baseline": 578.0578408, "starttime": "2019-10-31T15:17:18", "endtime": "2019-10-31T15:20:58", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.510833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51361111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.511944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.70583333333, "residual": 0.0, "time": "2019-10-31T15:09:06", "h": 20804.721, "e": -62.161, "z": 46902.479, "f": 51830.98}, {"measurement_type": "EastDown", "angle": 90.625277777778, "residual": 0.0, "time": "2019-10-31T15:10:10", "h": 20804.938, "e": -62.913, "z": 46902.686, "f": 51831.32}, {"measurement_type": "WestUp", "angle": 90.853611111111, "residual": 0.0, "time": "2019-10-31T15:11:24", "h": 20805.137, "e": -63.708, "z": 46902.802, "f": 51831.47}, {"measurement_type": "EastUp", "angle": 270.95388888889, "residual": 0.0, "time": "2019-10-31T15:12:17", "h": 20804.927, "e": -63.566, "z": 46902.551, "f": 51831.14}, {"measurement_type": "SouthDown", "angle": 246.39666666667, "residual": 0.0, "time": "2019-10-31T15:17:18", "h": 20803.901, "e": -64.406, "z": 46901.972, "f": 51830.22}, {"measurement_type": "NorthUp", "angle": 66.392777777778, "residual": 0.0, "time": "2019-10-31T15:18:25", "h": 20803.835, "e": -65.518, "z": 46902.102, "f": 51830.31}, {"measurement_type": "SouthUp", "angle": 113.56583333333, "residual": 0.0, "time": "2019-10-31T15:20:04", "h": 20803.698, "e": -64.681, "z": 46901.754, "f": 51829.96}, {"measurement_type": "NorthDown", "angle": 293.56944444444, "residual": 0.0, "time": "2019-10-31T15:20:58", "h": 20803.882, "e": -64.766, "z": 46901.39, "f": 51829.69}], "metadata": {"time": "2019-10-31T14:53:11Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.407675, "baseline": 8.5869352, "starttime": "2019-10-31T15:23:16", "endtime": "2019-10-31T15:26:54", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20727.7415164, "baseline": -74.8297336, "starttime": "2019-10-31T15:31:18", "endtime": "2019-10-31T15:34:29", "shift": 0.0, "valid": false}, {"element": "Z", "absolute": 47479.0581545, "baseline": 578.5144045, "starttime": "2019-10-31T15:31:18", "endtime": "2019-10-31T15:34:29", "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.51194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.5125, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.511944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.5125, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.69888888889, "residual": 0.0, "time": "2019-10-31T15:23:16", "h": 20803.484, "e": -64.525, "z": 46901.343, "f": 51829.49}, {"measurement_type": "EastDown", "angle": 90.620277777778, "residual": 0.0, "time": "2019-10-31T15:24:26", "h": 20803.329, "e": -64.884, "z": 46901.249, "f": 51829.36}, {"measurement_type": "WestUp", "angle": 90.859444444444, "residual": 0.0, "time": "2019-10-31T15:25:46", "h": 20803.659, "e": -64.623, "z": 46901.095, "f": 51829.36}, {"measurement_type": "EastUp", "angle": 270.94777777778, "residual": 0.0, "time": "2019-10-31T15:26:54", "h": 20803.727, "e": -65.37, "z": 46901.182, "f": 51829.45}, {"measurement_type": "SouthDown", "angle": 246.39666666667, "residual": 0.0, "time": "2019-10-31T15:31:18", "h": 20802.764, "e": -64.087, "z": 46900.635, "f": 51828.53}, {"measurement_type": "NorthUp", "angle": 66.395, "residual": 0.0, "time": "2019-10-31T15:32:11", "h": 20802.64, "e": -64.587, "z": 46900.692, "f": 51828.54}, {"measurement_type": "SouthUp", "angle": 113.56194444444, "residual": 0.0, "time": "2019-10-31T15:33:30", "h": 20802.467, "e": -64.581, "z": 46900.428, "f": 51828.23}, {"measurement_type": "NorthDown", "angle": 293.5675, "residual": 0.0, "time": "2019-10-31T15:34:29", "h": 20802.414, "e": -64.673, "z": 46900.42, "f": 51828.19}], "metadata": {"time": "2019-10-31T14:53:11Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4271889, "baseline": 8.6022191, "starttime": "2019-10-31T15:37:10", "endtime": "2019-10-31T15:41:31", "shift": 0.0, "valid": false}, {"element": "H", "absolute": 20726.5219722, "baseline": -73.9187778, "starttime": "2019-10-31T15:46:38", "endtime": "2019-10-31T15:50:49", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47477.5201223, "baseline": 578.1318723, "starttime": "2019-10-31T15:46:38", "endtime": "2019-10-31T15:50:49", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.5125, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.509166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.510277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.7, "residual": 0.0, "time": "2019-10-31T15:37:10", "h": 20801.847, "e": -63.192, "z": 46900.063, "f": 51827.61}, {"measurement_type": "EastDown", "angle": 90.625277777778, "residual": 0.0, "time": "2019-10-31T15:38:29", "h": 20801.658, "e": -63.486, "z": 46900.143, "f": 51827.62}, {"measurement_type": "WestUp", "angle": 90.884166666667, "residual": 0.0, "time": "2019-10-31T15:40:13", "h": 20801.397, "e": -63.063, "z": 46899.995, "f": 51827.42}, {"measurement_type": "EastUp", "angle": 270.99027777778, "residual": 0.0, "time": "2019-10-31T15:41:31", "h": 20801.407, "e": -63.525, "z": 46899.827, "f": 51827.28}, {"measurement_type": "SouthDown", "angle": 246.39944444444, "residual": 0.0, "time": "2019-10-31T15:46:38", "h": 20800.399, "e": -63.51, "z": 46899.624, "f": 51826.67}, {"measurement_type": "NorthUp", "angle": 66.399444444444, "residual": 0.0, "time": "2019-10-31T15:47:48", "h": 20800.611, "e": -64.382, "z": 46899.419, "f": 51826.56}, {"measurement_type": "SouthUp", "angle": 113.565, "residual": 0.0, "time": "2019-10-31T15:49:50", "h": 20800.36, "e": -64.61, "z": 46899.343, "f": 51826.39}, {"measurement_type": "NorthDown", "angle": 293.56944444444, "residual": 0.0, "time": "2019-10-31T15:50:49", "h": 20800.393, "e": -65.307, "z": 46899.167, "f": 51826.28}], "metadata": {"time": "2019-10-31T14:53:11Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3889944, "baseline": 8.5848531, "starttime": "2019-11-05T14:25:32", "endtime": "2019-11-05T14:36:20", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20740.6853153, "baseline": -76.9266847, "starttime": "2019-11-05T14:46:11", "endtime": "2019-11-05T14:54:45", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47477.63115, "baseline": 578.84015, "starttime": "2019-11-05T14:46:11", "endtime": "2019-11-05T14:54:45", "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.51305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.510833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.510555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.68583333333, "residual": 0.0, "time": "2019-11-05T14:25:32", "h": 20821.691, "e": -70.003, "z": 46898.226, "f": 51833.3}, {"measurement_type": "EastDown", "angle": 90.605, "residual": 0.0, "time": "2019-11-05T14:29:40", "h": 20820.954, "e": -68.543, "z": 46898.588, "f": 51833.41}, {"measurement_type": "WestUp", "angle": 90.833333333333, "residual": 0.0, "time": "2019-11-05T14:34:05", "h": 20821.403, "e": -72.735, "z": 46898.774, "f": 51833.74}, {"measurement_type": "EastUp", "angle": 270.92611111111, "residual": 0.0, "time": "2019-11-05T14:36:20", "h": 20821.719, "e": -72.317, "z": 46898.472, "f": 51833.62}, {"measurement_type": "SouthDown", "angle": 246.37861111111, "residual": 0.0, "time": "2019-11-05T14:46:11", "h": 20818.243, "e": -71.09, "z": 46898.878, "f": 51832.55}, {"measurement_type": "NorthUp", "angle": 66.378611111111, "residual": 0.0, "time": "2019-11-05T14:49:58", "h": 20818.128, "e": -69.954, "z": 46898.571, "f": 51832.23}, {"measurement_type": "SouthUp", "angle": 113.56555555556, "residual": 0.0, "time": "2019-11-05T14:52:51", "h": 20817.154, "e": -69.272, "z": 46898.957, "f": 51832.22}, {"measurement_type": "NorthDown", "angle": 293.58444444444, "residual": 0.0, "time": "2019-11-05T14:54:45", "h": 20816.923, "e": -67.183, "z": 46898.758, "f": 51831.98}], "metadata": {"time": "2019-11-05T14:25:32Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.4164944, "baseline": 8.5964637, "starttime": "2019-11-05T15:06:51", "endtime": "2019-11-05T15:13:04", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20739.0420225, "baseline": -72.9559775, "starttime": "2019-11-05T15:20:46", "endtime": "2019-11-05T15:29:18", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47474.4968913, "baseline": 577.1096413, "starttime": "2019-11-05T15:20:46", "endtime": "2019-11-05T15:29:18", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.51, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.509444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.68888888889, "residual": 0.0, "time": "2019-11-05T15:06:51", "h": 20815.601, "e": -65.707, "z": 46899.369, "f": 51831.95}, {"measurement_type": "EastDown", "angle": 90.641111111111, "residual": 0.0, "time": "2019-11-05T15:08:51", "h": 20815.678, "e": -65.259, "z": 46898.976, "f": 51831.6}, {"measurement_type": "WestUp", "angle": 90.858888888889, "residual": 0.0, "time": "2019-11-05T15:11:26", "h": 20814.672, "e": -64.172, "z": 46899.033, "f": 51831.28}, {"measurement_type": "EastUp", "angle": 270.96888888889, "residual": 0.0, "time": "2019-11-05T15:13:04", "h": 20814.941, "e": -65.432, "z": 46898.878, "f": 51831.24}, {"measurement_type": "SouthDown", "angle": 246.38472222222, "residual": 0.0, "time": "2019-11-05T15:20:46", "h": 20813.615, "e": -65.087, "z": 46897.484, "f": 51829.49}, {"measurement_type": "NorthUp", "angle": 66.383333333333, "residual": 0.0, "time": "2019-11-05T15:22:46", "h": 20813.299, "e": -63.884, "z": 46897.476, "f": 51829.29}, {"measurement_type": "SouthUp", "angle": 113.57916666667, "residual": 0.0, "time": "2019-11-05T15:27:03", "h": 20811.43, "e": -62.145, "z": 46897.411, "f": 51828.47}, {"measurement_type": "NorthDown", "angle": 293.58055555556, "residual": 0.0, "time": "2019-11-05T15:29:18", "h": 20809.648, "e": -61.334, "z": 46897.178, "f": 51827.61}], "metadata": {"time": "2019-11-05T14:25:32Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.426425, "baseline": 8.5965166, "starttime": "2019-11-05T15:40:34", "endtime": "2019-11-05T15:49:02", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20731.2488351, "baseline": -71.9544149, "starttime": "2019-11-05T15:56:52", "endtime": "2019-11-05T16:07:16", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47470.4586427, "baseline": 576.7401427, "starttime": "2019-11-05T15:56:52", "endtime": "2019-11-05T16:07:16", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.51277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.510555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.51, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.6975, "residual": 0.0, "time": "2019-11-05T15:40:34", "h": 20809.207, "e": -61.147, "z": 46896.049, "f": 51826.22}, {"measurement_type": "EastDown", "angle": 90.658888888889, "residual": 0.0, "time": "2019-11-05T15:42:28", "h": 20807.861, "e": -60.49, "z": 46895.991, "f": 51825.8}, {"measurement_type": "WestUp", "angle": 90.866944444444, "residual": 0.0, "time": "2019-11-05T15:47:25", "h": 20807.232, "e": -62.562, "z": 46895.756, "f": 51825.31}, {"measurement_type": "EastUp", "angle": 270.97416666667, "residual": 0.0, "time": "2019-11-05T15:49:02", "h": 20806.594, "e": -61.977, "z": 46895.146, "f": 51824.49}, {"measurement_type": "SouthDown", "angle": 246.39055555556, "residual": 0.0, "time": "2019-11-05T15:56:52", "h": 20803.112, "e": -64.89, "z": 46894.909, "f": 51822.97}, {"measurement_type": "NorthUp", "angle": 66.391111111111, "residual": 0.0, "time": "2019-11-05T16:01:14", "h": 20803.393, "e": -68.448, "z": 46893.655, "f": 51821.9}, {"measurement_type": "SouthUp", "angle": 113.57277777778, "residual": 0.0, "time": "2019-11-05T16:05:14", "h": 20803.274, "e": -70.968, "z": 46893.264, "f": 51821.5}, {"measurement_type": "NorthDown", "angle": 293.57611111111, "residual": 0.0, "time": "2019-11-05T16:07:16", "h": 20803.034, "e": -72.348, "z": 46893.046, "f": 51821.21}], "metadata": {"time": "2019-11-05T14:25:32Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3929528, "baseline": 8.6006377, "starttime": "2019-11-05T16:17:47", "endtime": "2019-11-05T16:25:56", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.1901886, "baseline": -73.2228114, "starttime": "2019-11-05T16:33:02", "endtime": "2019-11-05T16:43:49", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47465.9646503, "baseline": 577.2966503, "starttime": "2019-11-05T16:33:02", "endtime": "2019-11-05T16:43:49", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.51194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.508888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.51, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.66305555556, "residual": 0.0, "time": "2019-11-05T16:17:47", "h": 20802.761, "e": -74.232, "z": 46891.372, "f": 51819.62}, {"measurement_type": "EastDown", "angle": 90.629444444444, "residual": 0.0, "time": "2019-11-05T16:19:40", "h": 20803.363, "e": -74.872, "z": 46891.035, "f": 51819.48}, {"measurement_type": "WestUp", "angle": 90.831111111111, "residual": 0.0, "time": "2019-11-05T16:23:01", "h": 20802.513, "e": -76.095, "z": 46890.519, "f": 51818.63}, {"measurement_type": "EastUp", "angle": 270.9375, "residual": 0.0, "time": "2019-11-05T16:25:56", "h": 20802.356, "e": -75.342, "z": 46890.226, "f": 51818.42}, {"measurement_type": "SouthDown", "angle": 246.39333333333, "residual": 0.0, "time": "2019-11-05T16:33:02", "h": 20801.996, "e": -77.523, "z": 46889.526, "f": 51817.65}, {"measurement_type": "NorthUp", "angle": 66.394166666667, "residual": 0.0, "time": "2019-11-05T16:36:19", "h": 20801.434, "e": -76.952, "z": 46889.061, "f": 51816.94}, {"measurement_type": "SouthUp", "angle": 113.57333333333, "residual": 0.0, "time": "2019-11-05T16:40:20", "h": 20801.35, "e": -76.116, "z": 46888.167, "f": 51816.07}, {"measurement_type": "NorthDown", "angle": 293.57694444444, "residual": 0.0, "time": "2019-11-05T16:43:49", "h": 20800.872, "e": -75.743, "z": 46887.918, "f": 51815.55}], "metadata": {"time": "2019-11-05T14:25:32Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2960778, "baseline": 8.5833573, "starttime": "2019-11-15T19:39:38", "endtime": "2019-11-15T19:43:50", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20737.0429141, "baseline": -73.6035859, "starttime": "2019-11-15T19:49:07", "endtime": "2019-11-15T19:53:57", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47461.6093694, "baseline": 577.5318694, "starttime": "2019-11-15T19:49:07", "endtime": "2019-11-15T19:53:57", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.52027777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.519444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.52, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.58527777778, "residual": 0.0, "time": "2019-11-15T19:39:38", "h": 20806.456, "e": -104.704, "z": 46883.26, "f": 51813.73}, {"measurement_type": "EastDown", "angle": 90.518888888889, "residual": 0.0, "time": "2019-11-15T19:40:53", "h": 20805.187, "e": -103.83, "z": 46883.373, "f": 51813.3}, {"measurement_type": "WestUp", "angle": 90.766944444444, "residual": 0.0, "time": "2019-11-15T19:42:10", "h": 20807.352, "e": -103.663, "z": 46883.187, "f": 51813.95}, {"measurement_type": "EastUp", "angle": 270.83916666667, "residual": 0.0, "time": "2019-11-15T19:43:50", "h": 20807.983, "e": -103.703, "z": 46883.366, "f": 51814.38}, {"measurement_type": "SouthDown", "angle": 246.38472222222, "residual": 0.0, "time": "2019-11-15T19:49:07", "h": 20810.235, "e": -105.622, "z": 46883.984, "f": 51815.84}, {"measurement_type": "NorthUp", "angle": 66.384166666667, "residual": 0.0, "time": "2019-11-15T19:50:17", "h": 20811.065, "e": -107.47, "z": 46884.192, "f": 51816.35}, {"measurement_type": "SouthUp", "angle": 113.58527777778, "residual": 0.0, "time": "2019-11-15T19:52:27", "h": 20811.186, "e": -109.175, "z": 46884.11, "f": 51816.39}, {"measurement_type": "NorthDown", "angle": 293.59, "residual": 0.0, "time": "2019-11-15T19:53:57", "h": 20810.1, "e": -108.8, "z": 46884.024, "f": 51815.84}], "metadata": {"time": "2019-11-15T19:39:38Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Payton Cain", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2865639, "baseline": 8.5837509, "starttime": "2019-11-15T19:57:48", "endtime": "2019-11-15T20:02:24", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20734.9635056, "baseline": -73.2137444, "starttime": "2019-11-15T20:09:34", "endtime": "2019-11-15T20:13:12", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47462.6515351, "baseline": 577.3725351, "starttime": "2019-11-15T20:09:34", "endtime": "2019-11-15T20:13:12", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.519722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.52055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.519444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57472222222, "residual": 0.0, "time": "2019-11-15T19:57:48", "h": 20808.884, "e": -107.558, "z": 46884.186, "f": 51815.51}, {"measurement_type": "EastDown", "angle": 90.513055555556, "residual": 0.0, "time": "2019-11-15T19:59:29", "h": 20808.951, "e": -107.437, "z": 46884.266, "f": 51815.57}, {"measurement_type": "WestUp", "angle": 90.758333333333, "residual": 0.0, "time": "2019-11-15T20:01:04", "h": 20809.883, "e": -107.837, "z": 46884.434, "f": 51816.11}, {"measurement_type": "EastUp", "angle": 270.82722222222, "residual": 0.0, "time": "2019-11-15T20:02:24", "h": 20809.098, "e": -107.368, "z": 46884.541, "f": 51815.85}, {"measurement_type": "SouthDown", "angle": 246.38472222222, "residual": 0.0, "time": "2019-11-15T20:09:34", "h": 20809.298, "e": -107.028, "z": 46885.128, "f": 51816.51}, {"measurement_type": "NorthUp", "angle": 66.387222222222, "residual": 0.0, "time": "2019-11-15T20:10:37", "h": 20808.402, "e": -106.587, "z": 46885.21, "f": 51816.29}, {"measurement_type": "SouthUp", "angle": 113.58305555556, "residual": 0.0, "time": "2019-11-15T20:12:13", "h": 20808.162, "e": -106.147, "z": 46885.338, "f": 51816.27}, {"measurement_type": "NorthDown", "angle": 293.585, "residual": 0.0, "time": "2019-11-15T20:13:12", "h": 20806.847, "e": -105.639, "z": 46885.44, "f": 51815.84}], "metadata": {"time": "2019-11-15T19:39:38Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Payton Cain", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2893417, "baseline": 8.5826696, "starttime": "2019-11-15T20:16:28", "endtime": "2019-11-15T20:20:23", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20737.0723552, "baseline": -73.7093948, "starttime": "2019-11-15T20:25:16", "endtime": "2019-11-15T20:29:00", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47464.185567, "baseline": 577.534317, "starttime": "2019-11-15T20:25:16", "endtime": "2019-11-15T20:29:00", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.52055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.52, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.520555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57333333333, "residual": 0.0, "time": "2019-11-15T20:16:28", "h": 20810.078, "e": -106.284, "z": 46885.544, "f": 51817.19}, {"measurement_type": "EastDown", "angle": 90.515833333333, "residual": 0.0, "time": "2019-11-15T20:17:54", "h": 20810.236, "e": -106.2, "z": 46885.71, "f": 51817.41}, {"measurement_type": "WestUp", "angle": 90.764722222222, "residual": 0.0, "time": "2019-11-15T20:19:17", "h": 20810.498, "e": -106.231, "z": 46885.886, "f": 51817.71}, {"measurement_type": "EastUp", "angle": 270.83305555556, "residual": 0.0, "time": "2019-11-15T20:20:23", "h": 20810.203, "e": -105.942, "z": 46886.054, "f": 51817.73}, {"measurement_type": "SouthDown", "angle": 246.38944444444, "residual": 0.0, "time": "2019-11-15T20:25:16", "h": 20809.446, "e": -104.517, "z": 46886.476, "f": 51817.8}, {"measurement_type": "NorthUp", "angle": 66.385833333333, "residual": 0.0, "time": "2019-11-15T20:26:26", "h": 20810.551, "e": -104.743, "z": 46886.566, "f": 51818.31}, {"measurement_type": "SouthUp", "angle": 113.58611111111, "residual": 0.0, "time": "2019-11-15T20:27:55", "h": 20811.329, "e": -105.012, "z": 46886.737, "f": 51818.78}, {"measurement_type": "NorthDown", "angle": 293.59111111111, "residual": 0.0, "time": "2019-11-15T20:29:00", "h": 20811.801, "e": -105.063, "z": 46886.826, "f": 51819.02}], "metadata": {"time": "2019-11-15T19:39:38Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Payton Cain", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2952444, "baseline": 8.5843074, "starttime": "2019-11-15T20:31:39", "endtime": "2019-11-15T20:36:29", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20739.8756046, "baseline": -72.8118954, "starttime": "2019-11-15T20:40:09", "endtime": "2019-11-15T20:43:44", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47465.1133182, "baseline": 577.1285682, "starttime": "2019-11-15T20:40:09", "endtime": "2019-11-15T20:43:44", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.52083333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.520277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.519444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57361111111, "residual": 0.0, "time": "2019-11-15T20:31:39", "h": 20812.886, "e": -104.853, "z": 46887.057, "f": 51819.69}, {"measurement_type": "EastDown", "angle": 90.523333333333, "residual": 0.0, "time": "2019-11-15T20:33:47", "h": 20812.022, "e": -104.438, "z": 46887.379, "f": 51819.6}, {"measurement_type": "WestUp", "angle": 90.772777777778, "residual": 0.0, "time": "2019-11-15T20:35:10", "h": 20812.366, "e": -104.637, "z": 46887.419, "f": 51819.82}, {"measurement_type": "EastUp", "angle": 270.84, "residual": 0.0, "time": "2019-11-15T20:36:29", "h": 20812.438, "e": -104.611, "z": 46887.572, "f": 51819.94}, {"measurement_type": "SouthDown", "angle": 246.38361111111, "residual": 0.0, "time": "2019-11-15T20:40:09", "h": 20812.297, "e": -104.645, "z": 46887.898, "f": 51820.21}, {"measurement_type": "NorthUp", "angle": 66.384444444444, "residual": 0.0, "time": "2019-11-15T20:41:06", "h": 20812.52, "e": -104.751, "z": 46887.938, "f": 51820.32}, {"measurement_type": "SouthUp", "angle": 113.5875, "residual": 0.0, "time": "2019-11-15T20:42:44", "h": 20812.801, "e": -104.801, "z": 46887.987, "f": 51820.51}, {"measurement_type": "NorthDown", "angle": 293.59222222222, "residual": 0.0, "time": "2019-11-15T20:43:44", "h": 20813.132, "e": -105.018, "z": 46888.116, "f": 51820.76}], "metadata": {"time": "2019-11-15T19:39:38Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Payton Cain", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.35205, "baseline": 8.5857466, "starttime": "2019-11-22T17:13:22", "endtime": "2019-11-22T17:17:16", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20718.9083402, "baseline": -73.5929098, "starttime": "2019-11-22T17:21:47", "endtime": "2019-11-22T17:24:31", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47453.1780302, "baseline": 577.6827802, "starttime": "2019-11-22T17:21:47", "endtime": "2019-11-22T17:24:31", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.51972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.519166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.521388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.52138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.655, "residual": 0.0, "time": "2019-11-22T17:13:22", "h": 20796.898, "e": -84.122, "z": 46875.848, "f": 51803.24}, {"measurement_type": "EastDown", "angle": 90.571111111111, "residual": 0.0, "time": "2019-11-22T17:14:33", "h": 20796.441, "e": -84.685, "z": 46875.904, "f": 51803.06}, {"measurement_type": "WestUp", "angle": 90.8075, "residual": 0.0, "time": "2019-11-22T17:16:09", "h": 20796.1, "e": -84.484, "z": 46875.673, "f": 51802.75}, {"measurement_type": "EastUp", "angle": 270.90305555556, "residual": 0.0, "time": "2019-11-22T17:17:16", "h": 20794.962, "e": -84.74, "z": 46876.055, "f": 51802.6}, {"measurement_type": "SouthDown", "angle": 246.39777777778, "residual": 0.0, "time": "2019-11-22T17:21:47", "h": 20791.752, "e": -81.773, "z": 46875.469, "f": 51800.77}, {"measurement_type": "NorthUp", "angle": 66.395, "residual": 0.0, "time": "2019-11-22T17:22:37", "h": 20792.181, "e": -82.128, "z": 46875.293, "f": 51800.81}, {"measurement_type": "SouthUp", "angle": 113.56833333333, "residual": 0.0, "time": "2019-11-22T17:23:35", "h": 20793.064, "e": -83.104, "z": 46875.471, "f": 51801.3}, {"measurement_type": "NorthDown", "angle": 293.57222222222, "residual": 0.0, "time": "2019-11-22T17:24:31", "h": 20793.008, "e": -84.814, "z": 46875.748, "f": 51801.6}], "metadata": {"time": "2019-11-22T17:13:22Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3474667, "baseline": 8.5872032, "starttime": "2019-11-22T17:27:13", "endtime": "2019-11-22T17:30:22", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20714.5712125, "baseline": -73.3217875, "starttime": "2019-11-22T17:35:27", "endtime": "2019-11-22T17:38:33", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47453.2820217, "baseline": 577.6402717, "starttime": "2019-11-22T17:35:27", "endtime": "2019-11-22T17:38:33", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.518888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.52083333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52083333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.518888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63361111111, "residual": 0.0, "time": "2019-11-22T17:27:13", "h": 20792.001, "e": -87.958, "z": 46875.503, "f": 51801.03}, {"measurement_type": "EastDown", "angle": 90.573333333333, "residual": 0.0, "time": "2019-11-22T17:28:20", "h": 20790.904, "e": -86.412, "z": 46874.847, "f": 51799.85}, {"measurement_type": "WestUp", "angle": 90.815, "residual": 0.0, "time": "2019-11-22T17:29:19", "h": 20791.025, "e": -85.718, "z": 46875.127, "f": 51800.14}, {"measurement_type": "EastUp", "angle": 270.89416666667, "residual": 0.0, "time": "2019-11-22T17:30:22", "h": 20790.057, "e": -86.607, "z": 46875.636, "f": 51800.34}, {"measurement_type": "SouthDown", "angle": 246.40222222222, "residual": 0.0, "time": "2019-11-22T17:35:27", "h": 20787.759, "e": -87.189, "z": 46875.354, "f": 51799.16}, {"measurement_type": "NorthUp", "angle": 66.402222222222, "residual": 0.0, "time": "2019-11-22T17:36:24", "h": 20787.96, "e": -88.018, "z": 46875.743, "f": 51799.5}, {"measurement_type": "SouthUp", "angle": 113.56555555556, "residual": 0.0, "time": "2019-11-22T17:37:41", "h": 20788.189, "e": -88.735, "z": 46875.796, "f": 51799.73}, {"measurement_type": "NorthDown", "angle": 293.56888888889, "residual": 0.0, "time": "2019-11-22T17:38:33", "h": 20787.664, "e": -89.078, "z": 46875.674, "f": 51799.53}], "metadata": {"time": "2019-11-22T17:13:22Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3267028, "baseline": 8.5859662, "starttime": "2019-11-22T17:53:18", "endtime": "2019-11-22T17:56:28", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20716.6286845, "baseline": -73.0848155, "starttime": "2019-11-22T17:58:58", "endtime": "2019-11-22T18:01:44", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47455.7990968, "baseline": 577.5205968, "starttime": "2019-11-22T17:58:58", "endtime": "2019-11-22T18:01:44", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.52027777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.519166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.519166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.61333333333, "residual": 0.0, "time": "2019-11-22T17:53:18", "h": 20789.154, "e": -94.018, "z": 46876.945, "f": 51801.11}, {"measurement_type": "EastDown", "angle": 90.548611111111, "residual": 0.0, "time": "2019-11-22T17:54:11", "h": 20789.604, "e": -94.534, "z": 46877.218, "f": 51801.5}, {"measurement_type": "WestUp", "angle": 90.797777777778, "residual": 0.0, "time": "2019-11-22T17:55:33", "h": 20788.948, "e": -94.02, "z": 46877.609, "f": 51801.65}, {"measurement_type": "EastUp", "angle": 270.87361111111, "residual": 0.0, "time": "2019-11-22T17:56:28", "h": 20788.505, "e": -92.399, "z": 46877.339, "f": 51801.24}, {"measurement_type": "SouthDown", "angle": 246.40333333333, "residual": 0.0, "time": "2019-11-22T17:58:58", "h": 20788.869, "e": -93.865, "z": 46878.187, "f": 51802.19}, {"measurement_type": "NorthUp", "angle": 66.403333333333, "residual": 0.0, "time": "2019-11-22T17:59:51", "h": 20789.436, "e": -94.785, "z": 46878.315, "f": 51802.52}, {"measurement_type": "SouthUp", "angle": 113.56888888889, "residual": 0.0, "time": "2019-11-22T18:00:54", "h": 20790.583, "e": -95.484, "z": 46878.256, "f": 51802.9}, {"measurement_type": "NorthDown", "angle": 293.57166666667, "residual": 0.0, "time": "2019-11-22T18:01:44", "h": 20789.966, "e": -95.421, "z": 46878.356, "f": 51802.83}], "metadata": {"time": "2019-11-22T17:13:22Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3280222, "baseline": 8.5861663, "starttime": "2019-11-22T18:04:12", "endtime": "2019-11-22T18:07:25", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20715.3447228, "baseline": -73.1795272, "starttime": "2019-11-22T18:10:55", "endtime": "2019-11-22T18:14:24", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47457.0933619, "baseline": 577.4976119, "starttime": "2019-11-22T18:10:55", "endtime": "2019-11-22T18:14:24", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.52138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.52, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.518888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60833333333, "residual": 0.0, "time": "2019-11-22T18:04:12", "h": 20787.878, "e": -95.265, "z": 46878.763, "f": 51802.34}, {"measurement_type": "EastDown", "angle": 90.552777777778, "residual": 0.0, "time": "2019-11-22T18:05:28", "h": 20787.416, "e": -94.553, "z": 46878.916, "f": 51802.29}, {"measurement_type": "WestUp", "angle": 90.801666666667, "residual": 0.0, "time": "2019-11-22T18:06:27", "h": 20786.902, "e": -92.239, "z": 46878.262, "f": 51801.54}, {"measurement_type": "EastUp", "angle": 270.87833333333, "residual": 0.0, "time": "2019-11-22T18:07:25", "h": 20786.379, "e": -91.272, "z": 46878.754, "f": 51801.6}, {"measurement_type": "SouthDown", "angle": 246.40694444444, "residual": 0.0, "time": "2019-11-22T18:10:55", "h": 20788.021, "e": -90.434, "z": 46879.019, "f": 51802.49}, {"measurement_type": "NorthUp", "angle": 66.404444444444, "residual": 0.0, "time": "2019-11-22T18:11:48", "h": 20788.711, "e": -91.252, "z": 46879.656, "f": 51803.34}, {"measurement_type": "SouthUp", "angle": 113.56722222222, "residual": 0.0, "time": "2019-11-22T18:13:10", "h": 20788.763, "e": -91.109, "z": 46879.836, "f": 51803.73}, {"measurement_type": "NorthDown", "angle": 293.57055555556, "residual": 0.0, "time": "2019-11-22T18:14:24", "h": 20788.602, "e": -91.34, "z": 46879.872, "f": 51803.57}], "metadata": {"time": "2019-11-22T17:13:22Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3262167, "baseline": 8.5792861, "starttime": "2019-12-04T20:52:40", "endtime": "2019-12-04T20:58:32", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20752.4183859, "baseline": -71.5118641, "starttime": "2019-12-04T21:05:45", "endtime": "2019-12-04T21:10:55", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47461.0468932, "baseline": 576.8293932, "starttime": "2019-12-04T21:05:45", "endtime": "2019-12-04T21:10:55", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.52277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.520833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.521111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.52444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60583333333, "residual": 0.0, "time": "2019-12-04T20:52:40", "h": 20824.494, "e": -91.579, "z": 46884.444, "f": 51822.22}, {"measurement_type": "EastDown", "angle": 90.560555555556, "residual": 0.0, "time": "2019-12-04T20:54:51", "h": 20824.796, "e": -91.6, "z": 46884.462, "f": 51822.26}, {"measurement_type": "WestUp", "angle": 90.813888888889, "residual": 0.0, "time": "2019-12-04T20:56:37", "h": 20824.533, "e": -91.675, "z": 46884.414, "f": 51822.15}, {"measurement_type": "EastUp", "angle": 270.86055555556, "residual": 0.0, "time": "2019-12-04T20:58:32", "h": 20824.541, "e": -91.791, "z": 46884.392, "f": 51822.15}, {"measurement_type": "SouthDown", "angle": 246.37444444444, "residual": 0.0, "time": "2019-12-04T21:05:45", "h": 20824.072, "e": -91.585, "z": 46884.253, "f": 51821.83}, {"measurement_type": "NorthUp", "angle": 66.373888888889, "residual": 0.0, "time": "2019-12-04T21:07:28", "h": 20823.82, "e": -91.403, "z": 46884.223, "f": 51821.72}, {"measurement_type": "SouthUp", "angle": 113.60777777778, "residual": 0.0, "time": "2019-12-04T21:09:41", "h": 20823.928, "e": -91.347, "z": 46884.189, "f": 51821.72}, {"measurement_type": "NorthDown", "angle": 293.61027777778, "residual": 0.0, "time": "2019-12-04T21:10:55", "h": 20823.901, "e": -91.34, "z": 46884.205, "f": 51821.72}], "metadata": {"time": "2019-12-04T20:52:40Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3278833, "baseline": 8.579313, "starttime": "2019-12-04T21:14:35", "endtime": "2019-12-04T21:20:25", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20752.1702599, "baseline": -72.0722401, "starttime": "2019-12-04T21:25:32", "endtime": "2019-12-04T21:30:28", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47461.1062723, "baseline": 577.0365223, "starttime": "2019-12-04T21:25:32", "endtime": "2019-12-04T21:30:28", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.520833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.52277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.521388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60166666667, "residual": 0.0, "time": "2019-12-04T21:14:35", "h": 20823.908, "e": -91.189, "z": 46884.243, "f": 51821.73}, {"measurement_type": "EastDown", "angle": 90.563333333333, "residual": 0.0, "time": "2019-12-04T21:16:47", "h": 20824.05, "e": -91.065, "z": 46884.204, "f": 51821.75}, {"measurement_type": "WestUp", "angle": 90.819444444444, "residual": 0.0, "time": "2019-12-04T21:18:40", "h": 20824.101, "e": -91.024, "z": 46884.202, "f": 51821.79}, {"measurement_type": "EastUp", "angle": 270.86222222222, "residual": 0.0, "time": "2019-12-04T21:20:25", "h": 20824.189, "e": -90.987, "z": 46884.196, "f": 51821.78}, {"measurement_type": "SouthDown", "angle": 246.37527777778, "residual": 0.0, "time": "2019-12-04T21:25:32", "h": 20824.275, "e": -90.972, "z": 46884.144, "f": 51821.76}, {"measurement_type": "NorthUp", "angle": 66.374166666667, "residual": 0.0, "time": "2019-12-04T21:27:30", "h": 20824.207, "e": -91.029, "z": 46884.104, "f": 51821.72}, {"measurement_type": "SouthUp", "angle": 113.60777777778, "residual": 0.0, "time": "2019-12-04T21:29:18", "h": 20824.254, "e": -91.042, "z": 46884.019, "f": 51821.67}, {"measurement_type": "NorthDown", "angle": 293.61027777778, "residual": 0.0, "time": "2019-12-04T21:30:28", "h": 20824.234, "e": -91.028, "z": 46884.012, "f": 51821.66}], "metadata": {"time": "2019-12-04T20:52:40Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3297583, "baseline": 8.5806196, "starttime": "2019-12-04T21:41:30", "endtime": "2019-12-04T21:49:26", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20752.8864576, "baseline": -71.7300424, "starttime": "2019-12-04T21:54:13", "endtime": "2019-12-04T21:59:20", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47460.5502702, "baseline": 576.8780202, "starttime": "2019-12-04T21:54:13", "endtime": "2019-12-04T21:59:20", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.52416666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.520277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.522222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.59805555556, "residual": 0.0, "time": "2019-12-04T21:41:30", "h": 20824.408, "e": -90.965, "z": 46883.846, "f": 51821.54}, {"measurement_type": "EastDown", "angle": 90.571111111111, "residual": 0.0, "time": "2019-12-04T21:44:15", "h": 20824.264, "e": -90.928, "z": 46883.809, "f": 51821.47}, {"measurement_type": "WestUp", "angle": 90.831666666667, "residual": 0.0, "time": "2019-12-04T21:46:39", "h": 20824.597, "e": -90.803, "z": 46883.756, "f": 51821.54}, {"measurement_type": "EastUp", "angle": 270.85611111111, "residual": 0.0, "time": "2019-12-04T21:49:26", "h": 20824.791, "e": -90.758, "z": 46883.729, "f": 51821.63}, {"measurement_type": "SouthDown", "angle": 246.37722222222, "residual": 0.0, "time": "2019-12-04T21:54:13", "h": 20824.781, "e": -91.012, "z": 46883.663, "f": 51821.55}, {"measurement_type": "NorthUp", "angle": 66.377777777778, "residual": 0.0, "time": "2019-12-04T21:55:42", "h": 20824.478, "e": -90.861, "z": 46883.663, "f": 51821.42}, {"measurement_type": "SouthUp", "angle": 113.6125, "residual": 0.0, "time": "2019-12-04T21:57:56", "h": 20824.579, "e": -90.738, "z": 46883.678, "f": 51821.45}, {"measurement_type": "NorthDown", "angle": 293.615, "residual": 0.0, "time": "2019-12-04T21:59:20", "h": 20824.628, "e": -90.744, "z": 46883.685, "f": 51821.5}], "metadata": {"time": "2019-12-04T20:52:40Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3274667, "baseline": 8.5785839, "starttime": "2019-12-04T22:06:53", "endtime": "2019-12-04T22:14:09", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20752.9481431, "baseline": -71.6453569, "starttime": "2019-12-04T22:18:24", "endtime": "2019-12-04T22:24:52", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47459.7511148, "baseline": 576.8583648, "starttime": "2019-12-04T22:18:24", "endtime": "2019-12-04T22:24:52", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.52444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.52388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.522222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.521388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.59055555556, "residual": 0.0, "time": "2019-12-04T22:06:53", "h": 20824.253, "e": -90.993, "z": 46883.491, "f": 51821.18}, {"measurement_type": "EastDown", "angle": 90.5725, "residual": 0.0, "time": "2019-12-04T22:09:46", "h": 20824.423, "e": -91.003, "z": 46883.368, "f": 51821.14}, {"measurement_type": "WestUp", "angle": 90.830277777778, "residual": 0.0, "time": "2019-12-04T22:11:39", "h": 20824.428, "e": -90.941, "z": 46883.284, "f": 51821.04}, {"measurement_type": "EastUp", "angle": 270.85527777778, "residual": 0.0, "time": "2019-12-04T22:14:09", "h": 20824.503, "e": -90.889, "z": 46883.18, "f": 51821.0}, {"measurement_type": "SouthDown", "angle": 246.37805555556, "residual": 0.0, "time": "2019-12-04T22:18:24", "h": 20824.439, "e": -90.925, "z": 46882.983, "f": 51820.81}, {"measurement_type": "NorthUp", "angle": 66.376944444444, "residual": 0.0, "time": "2019-12-04T22:22:18", "h": 20824.656, "e": -90.8, "z": 46882.872, "f": 51820.77}, {"measurement_type": "SouthUp", "angle": 113.61333333333, "residual": 0.0, "time": "2019-12-04T22:22:52", "h": 20824.627, "e": -90.817, "z": 46882.896, "f": 51820.78}, {"measurement_type": "NorthDown", "angle": 293.61583333333, "residual": 0.0, "time": "2019-12-04T22:24:52", "h": 20824.652, "e": -90.911, "z": 46882.82, "f": 51820.73}], "metadata": {"time": "2019-12-04T20:52:40Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3324667, "baseline": 8.5819642, "starttime": "2019-12-04T23:02:30", "endtime": "2019-12-04T23:07:25", "shift": 0.0, "valid": false}, {"element": "H", "absolute": 20747.5913775, "baseline": -75.9928725, "starttime": "2019-12-04T23:12:19", "endtime": "2019-12-04T23:17:10", "shift": 0.0, "valid": false}, {"element": "Z", "absolute": 47462.0740337, "baseline": 578.7445337, "starttime": "2019-12-04T23:12:19", "endtime": "2019-12-04T23:17:10", "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.52166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.523333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.525, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.52166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.91666666667, "residual": 0.0, "time": "2019-12-04T23:02:30", "h": 20823.416, "e": -90.469, "z": 46882.939, "f": 51820.35}, {"measurement_type": "EastDown", "angle": 89.77, "residual": 0.0, "time": "2019-12-04T23:03:50", "h": 20823.41, "e": -90.347, "z": 46882.994, "f": 51820.41}, {"measurement_type": "WestUp", "angle": 90.485, "residual": 0.0, "time": "2019-12-04T23:05:59", "h": 20823.612, "e": -90.251, "z": 46883.118, "f": 51820.59}, {"measurement_type": "EastUp", "angle": 271.69666666667, "residual": 0.0, "time": "2019-12-04T23:07:25", "h": 20823.444, "e": -90.319, "z": 46883.154, "f": 51820.56}, {"measurement_type": "SouthDown", "angle": 246.15, "residual": 0.0, "time": "2019-12-04T23:12:19", "h": 20823.339, "e": -90.376, "z": 46883.295, "f": 51820.63}, {"measurement_type": "NorthUp", "angle": 66.12, "residual": 0.0, "time": "2019-12-04T23:13:36", "h": 20823.43, "e": -90.259, "z": 46883.27, "f": 51820.64}, {"measurement_type": "SouthUp", "angle": 113.35333333333, "residual": 0.0, "time": "2019-12-04T23:15:09", "h": 20823.686, "e": -90.04, "z": 46883.33, "f": 51820.78}, {"measurement_type": "NorthDown", "angle": 293.365, "residual": 0.0, "time": "2019-12-04T23:17:10", "h": 20823.882, "e": -89.794, "z": 46883.423, "f": 51820.97}], "metadata": {"time": "2019-12-04T23:02:30Z", "reviewed": true, "electronics": "0110", "theodolite": "312713", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": -70.8617, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "H", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "Z", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "WestDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}], "metadata": {"time": "2019-12-04T23:02:30Z", "reviewed": true, "electronics": "0110", "theodolite": "312713", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": -70.8617, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "H", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "Z", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "WestUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}], "metadata": {"time": "2019-12-04T23:02:30Z", "reviewed": true, "electronics": "0110", "theodolite": "312713", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": -70.8617, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "H", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "Z", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthDown", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthUp", "angle": 0.0, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}], "metadata": {"time": "2019-12-04T23:02:30Z", "reviewed": true, "electronics": "0110", "theodolite": "312713", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3087167, "baseline": 8.5799865, "starttime": "2019-12-13T20:50:02", "endtime": "2019-12-13T20:54:10", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20748.689698, "baseline": -72.477052, "starttime": "2019-12-13T21:05:09", "endtime": "2019-12-13T21:09:08", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47461.1382457, "baseline": 577.5072457, "starttime": "2019-12-13T21:05:09", "endtime": "2019-12-13T21:09:08", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.51361111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.510555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.510833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.51333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.56722222222, "residual": 0.0, "time": "2019-12-13T20:50:02", "h": 20818.563, "e": -98.36, "z": 46883.64, "f": 51819.3}, {"measurement_type": "EastDown", "angle": 90.536111111111, "residual": 0.0, "time": "2019-12-13T20:51:13", "h": 20818.889, "e": -98.352, "z": 46883.7, "f": 51819.48}, {"measurement_type": "WestUp", "angle": 90.793611111111, "residual": 0.0, "time": "2019-12-13T20:52:21", "h": 20818.73, "e": -98.159, "z": 46883.667, "f": 51819.37}, {"measurement_type": "EastUp", "angle": 270.83305555556, "residual": 0.0, "time": "2019-12-13T20:54:10", "h": 20819.215, "e": -98.072, "z": 46883.614, "f": 51819.55}, {"measurement_type": "SouthDown", "angle": 246.38166666667, "residual": 0.0, "time": "2019-12-13T21:05:09", "h": 20820.854, "e": -97.355, "z": 46883.745, "f": 51820.34}, {"measurement_type": "NorthUp", "angle": 66.380833333333, "residual": 0.0, "time": "2019-12-13T21:06:15", "h": 20820.928, "e": -97.385, "z": 46883.709, "f": 51820.31}, {"measurement_type": "SouthUp", "angle": 113.60666666667, "residual": 0.0, "time": "2019-12-13T21:08:11", "h": 20821.116, "e": -97.148, "z": 46883.525, "f": 51820.21}, {"measurement_type": "NorthDown", "angle": 293.61027777778, "residual": 0.0, "time": "2019-12-13T21:09:08", "h": 20821.769, "e": -97.324, "z": 46883.545, "f": 51820.49}], "metadata": {"time": "2019-12-13T20:50:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3187167, "baseline": 8.5839578, "starttime": "2019-12-13T21:12:15", "endtime": "2019-12-13T21:16:42", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20751.3752412, "baseline": -72.6157588, "starttime": "2019-12-13T21:21:50", "endtime": "2019-12-13T21:25:37", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47461.0118633, "baseline": 577.5306133, "starttime": "2019-12-13T21:21:50", "endtime": "2019-12-13T21:25:37", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.5075, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.50944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.50944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.506666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.56583333333, "residual": 0.0, "time": "2019-12-13T21:12:15", "h": 20821.563, "e": -96.558, "z": 46883.669, "f": 51820.51}, {"measurement_type": "EastDown", "angle": 90.544722222222, "residual": 0.0, "time": "2019-12-13T21:14:10", "h": 20821.776, "e": -96.419, "z": 46883.644, "f": 51820.58}, {"measurement_type": "WestUp", "angle": 90.806944444444, "residual": 0.0, "time": "2019-12-13T21:15:33", "h": 20821.387, "e": -95.979, "z": 46883.56, "f": 51820.35}, {"measurement_type": "EastUp", "angle": 270.83722222222, "residual": 0.0, "time": "2019-12-13T21:16:42", "h": 20821.012, "e": -95.304, "z": 46883.513, "f": 51820.11}, {"measurement_type": "SouthDown", "angle": 246.37777777778, "residual": 0.0, "time": "2019-12-13T21:21:50", "h": 20824.354, "e": -95.765, "z": 46883.499, "f": 51821.43}, {"measurement_type": "NorthUp", "angle": 66.376944444444, "residual": 0.0, "time": "2019-12-13T21:23:14", "h": 20823.629, "e": -95.548, "z": 46883.573, "f": 51821.22}, {"measurement_type": "SouthUp", "angle": 113.60861111111, "residual": 0.0, "time": "2019-12-13T21:24:34", "h": 20823.598, "e": -95.305, "z": 46883.434, "f": 51821.1}, {"measurement_type": "NorthDown", "angle": 293.61166666667, "residual": 0.0, "time": "2019-12-13T21:25:37", "h": 20824.383, "e": -95.758, "z": 46883.419, "f": 51821.44}], "metadata": {"time": "2019-12-13T20:50:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.322675, "baseline": 8.5840712, "starttime": "2019-12-13T21:28:53", "endtime": "2019-12-13T21:33:16", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20753.6405621, "baseline": -71.9284379, "starttime": "2019-12-13T21:38:36", "endtime": "2019-12-13T21:41:52", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47459.7675752, "baseline": 577.1785752, "starttime": "2019-12-13T21:38:36", "endtime": "2019-12-13T21:41:52", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.50722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.505555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.507777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57194444444, "residual": 0.0, "time": "2019-12-13T21:28:53", "h": 20825.591, "e": -94.792, "z": 46883.145, "f": 51821.65}, {"measurement_type": "EastDown", "angle": 90.545, "residual": 0.0, "time": "2019-12-13T21:29:50", "h": 20825.22, "e": -94.397, "z": 46883.262, "f": 51821.58}, {"measurement_type": "WestUp", "angle": 90.810555555556, "residual": 0.0, "time": "2019-12-13T21:31:50", "h": 20824.943, "e": -94.364, "z": 46883.302, "f": 51821.49}, {"measurement_type": "EastUp", "angle": 270.84111111111, "residual": 0.0, "time": "2019-12-13T21:33:16", "h": 20824.982, "e": -95.178, "z": 46883.277, "f": 51821.53}, {"measurement_type": "SouthDown", "angle": 246.375, "residual": 0.0, "time": "2019-12-13T21:38:36", "h": 20825.531, "e": -95.192, "z": 46882.645, "f": 51821.11}, {"measurement_type": "NorthUp", "angle": 66.374722222222, "residual": 0.0, "time": "2019-12-13T21:39:26", "h": 20825.489, "e": -94.914, "z": 46882.639, "f": 51821.09}, {"measurement_type": "SouthUp", "angle": 113.61277777778, "residual": 0.0, "time": "2019-12-13T21:40:40", "h": 20825.625, "e": -94.383, "z": 46882.535, "f": 51821.07}, {"measurement_type": "NorthDown", "angle": 293.61388888889, "residual": 0.0, "time": "2019-12-13T21:41:52", "h": 20825.631, "e": -93.995, "z": 46882.537, "f": 51820.99}], "metadata": {"time": "2019-12-13T20:50:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3246889, "baseline": 8.5829084, "starttime": "2019-12-13T21:45:34", "endtime": "2019-12-13T21:49:58", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20753.4472453, "baseline": -72.6787547, "starttime": "2019-12-13T21:55:58", "endtime": "2019-12-13T22:00:38", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47459.3254951, "baseline": 577.5279951, "starttime": "2019-12-13T21:55:58", "endtime": "2019-12-13T22:00:38", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.51, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.51055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.506111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.507222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57916666667, "residual": 0.0, "time": "2019-12-13T21:45:34", "h": 20825.514, "e": -93.732, "z": 46882.384, "f": 51820.88}, {"measurement_type": "EastDown", "angle": 90.554166666667, "residual": 0.0, "time": "2019-12-13T21:46:55", "h": 20825.482, "e": -93.627, "z": 46882.367, "f": 51820.87}, {"measurement_type": "WestUp", "angle": 90.806111111111, "residual": 0.0, "time": "2019-12-13T21:48:21", "h": 20825.351, "e": -93.428, "z": 46882.16, "f": 51820.65}, {"measurement_type": "EastUp", "angle": 270.84, "residual": 0.0, "time": "2019-12-13T21:49:58", "h": 20825.453, "e": -93.338, "z": 46882.098, "f": 51820.62}, {"measurement_type": "SouthDown", "angle": 246.37416666667, "residual": 0.0, "time": "2019-12-13T21:55:58", "h": 20826.365, "e": -92.899, "z": 46881.933, "f": 51820.81}, {"measurement_type": "NorthUp", "angle": 66.374444444444, "residual": 0.0, "time": "2019-12-13T21:57:44", "h": 20826.032, "e": -92.561, "z": 46881.845, "f": 51820.57}, {"measurement_type": "SouthUp", "angle": 113.61111111111, "residual": 0.0, "time": "2019-12-13T21:59:41", "h": 20826.119, "e": -92.379, "z": 46881.717, "f": 51820.5}, {"measurement_type": "NorthDown", "angle": 293.61444444444, "residual": 0.0, "time": "2019-12-13T22:00:38", "h": 20825.988, "e": -92.146, "z": 46881.695, "f": 51820.45}], "metadata": {"time": "2019-12-13T20:50:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3273278, "baseline": 8.5820503, "starttime": "2019-12-23T18:46:30", "endtime": "2019-12-23T18:51:38", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20726.7745651, "baseline": -71.5896849, "starttime": "2019-12-23T18:58:07", "endtime": "2019-12-23T19:03:01", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47452.3725989, "baseline": 577.8995989, "starttime": "2019-12-23T18:58:07", "endtime": "2019-12-23T19:03:01", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.58638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.585555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.585555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.66666666667, "residual": 0.0, "time": "2019-12-23T18:46:30", "h": 20797.7, "e": -91.76, "z": 46873.467, "f": 51802.35}, {"measurement_type": "EastDown", "angle": 90.628333333333, "residual": 0.0, "time": "2019-12-23T18:47:52", "h": 20797.586, "e": -92.164, "z": 46873.589, "f": 51802.42}, {"measurement_type": "WestUp", "angle": 90.878333333333, "residual": 0.0, "time": "2019-12-23T18:49:46", "h": 20797.568, "e": -92.225, "z": 46873.767, "f": 51802.58}, {"measurement_type": "EastUp", "angle": 270.9275, "residual": 0.0, "time": "2019-12-23T18:51:38", "h": 20797.405, "e": -92.435, "z": 46873.993, "f": 51802.68}, {"measurement_type": "SouthDown", "angle": 246.39722222222, "residual": 0.0, "time": "2019-12-23T18:58:07", "h": 20798.125, "e": -91.966, "z": 46874.352, "f": 51803.32}, {"measurement_type": "NorthUp", "angle": 66.396111111111, "residual": 0.0, "time": "2019-12-23T18:59:20", "h": 20798.246, "e": -91.975, "z": 46874.407, "f": 51803.43}, {"measurement_type": "SouthUp", "angle": 113.58527777778, "residual": 0.0, "time": "2019-12-23T19:01:43", "h": 20798.332, "e": -92.673, "z": 46874.557, "f": 51803.6}, {"measurement_type": "NorthDown", "angle": 293.58916666667, "residual": 0.0, "time": "2019-12-23T19:03:01", "h": 20798.754, "e": -93.292, "z": 46874.576, "f": 51803.77}], "metadata": {"time": "2019-12-23T18:46:30Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bill Worthington", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3173972, "baseline": 8.5804845, "starttime": "2019-12-23T19:07:05", "endtime": "2019-12-23T19:12:18", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20727.27976, "baseline": -71.80124, "starttime": "2019-12-23T19:18:02", "endtime": "2019-12-23T19:21:28", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47452.5884254, "baseline": 577.9984254, "starttime": "2019-12-23T19:18:02", "endtime": "2019-12-23T19:21:28", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.584722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.584444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.65027777778, "residual": 0.0, "time": "2019-12-23T19:07:05", "h": 20798.71, "e": -94.515, "z": 46874.545, "f": 51803.75}, {"measurement_type": "EastDown", "angle": 90.619166666667, "residual": 0.0, "time": "2019-12-23T19:08:38", "h": 20798.879, "e": -95.306, "z": 46874.457, "f": 51803.76}, {"measurement_type": "WestUp", "angle": 90.875, "residual": 0.0, "time": "2019-12-23T19:10:23", "h": 20798.372, "e": -95.425, "z": 46874.367, "f": 51803.46}, {"measurement_type": "EastUp", "angle": 270.91388888889, "residual": 0.0, "time": "2019-12-23T19:12:18", "h": 20798.226, "e": -95.451, "z": 46874.324, "f": 51803.38}, {"measurement_type": "SouthDown", "angle": 246.3975, "residual": 0.0, "time": "2019-12-23T19:18:02", "h": 20799.092, "e": -95.359, "z": 46874.459, "f": 51803.83}, {"measurement_type": "NorthUp", "angle": 66.396111111111, "residual": 0.0, "time": "2019-12-23T19:19:20", "h": 20798.954, "e": -95.355, "z": 46874.588, "f": 51803.89}, {"measurement_type": "SouthUp", "angle": 113.58666666667, "residual": 0.0, "time": "2019-12-23T19:20:36", "h": 20799.007, "e": -95.266, "z": 46874.642, "f": 51803.93}, {"measurement_type": "NorthDown", "angle": 293.58972222222, "residual": 0.0, "time": "2019-12-23T19:21:28", "h": 20799.271, "e": -95.265, "z": 46874.671, "f": 51804.07}], "metadata": {"time": "2019-12-23T18:46:30Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bill Worthington", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3193417, "baseline": 8.5817059, "starttime": "2019-12-23T19:25:13", "endtime": "2019-12-23T19:29:58", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20729.2561886, "baseline": -71.5305614, "starttime": "2019-12-23T19:35:17", "endtime": "2019-12-23T19:39:48", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47454.1340084, "baseline": 577.8755084, "starttime": "2019-12-23T19:35:17", "endtime": "2019-12-23T19:39:48", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.58583333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.583055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.583055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64944444444, "residual": 0.0, "time": "2019-12-23T19:25:13", "h": 20799.022, "e": -95.185, "z": 46875.013, "f": 51804.28}, {"measurement_type": "EastDown", "angle": 90.620277777778, "residual": 0.0, "time": "2019-12-23T19:26:41", "h": 20799.048, "e": -95.076, "z": 46875.091, "f": 51804.4}, {"measurement_type": "WestUp", "angle": 90.875833333333, "residual": 0.0, "time": "2019-12-23T19:28:13", "h": 20799.014, "e": -94.9, "z": 46875.292, "f": 51804.53}, {"measurement_type": "EastUp", "angle": 270.91694444444, "residual": 0.0, "time": "2019-12-23T19:29:58", "h": 20799.356, "e": -94.526, "z": 46875.423, "f": 51804.81}, {"measurement_type": "SouthDown", "angle": 246.39527777778, "residual": 0.0, "time": "2019-12-23T19:35:17", "h": 20800.368, "e": -95.1, "z": 46876.081, "f": 51805.81}, {"measurement_type": "NorthUp", "angle": 66.393888888889, "residual": 0.0, "time": "2019-12-23T19:36:58", "h": 20800.886, "e": -95.035, "z": 46876.138, "f": 51806.06}, {"measurement_type": "SouthUp", "angle": 113.58694444444, "residual": 0.0, "time": "2019-12-23T19:38:32", "h": 20800.881, "e": -95.151, "z": 46876.336, "f": 51806.24}, {"measurement_type": "NorthDown", "angle": 293.59027777778, "residual": 0.0, "time": "2019-12-23T19:39:48", "h": 20801.012, "e": -95.46, "z": 46876.479, "f": 51806.44}], "metadata": {"time": "2019-12-23T18:46:30Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bill Worthington", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3196194, "baseline": 8.5817625, "starttime": "2019-12-23T19:45:11", "endtime": "2019-12-23T19:49:38", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.0560047, "baseline": -73.4809953, "starttime": "2019-12-23T19:53:39", "endtime": "2019-12-23T19:57:56", "shift": 0.0, "valid": false}, {"element": "Z", "absolute": 47455.776776, "baseline": 578.733276, "starttime": "2019-12-23T19:53:39", "endtime": "2019-12-23T19:57:56", "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.58555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.584444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.583055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64944444444, "residual": 0.0, "time": "2019-12-23T19:45:11", "h": 20800.271, "e": -95.226, "z": 46876.827, "f": 51806.41}, {"measurement_type": "EastDown", "angle": 90.621666666667, "residual": 0.0, "time": "2019-12-23T19:46:23", "h": 20800.156, "e": -95.097, "z": 46876.859, "f": 51806.44}, {"measurement_type": "WestUp", "angle": 90.876388888889, "residual": 0.0, "time": "2019-12-23T19:48:00", "h": 20800.105, "e": -94.73, "z": 46876.856, "f": 51806.39}, {"measurement_type": "EastUp", "angle": 270.91638888889, "residual": 0.0, "time": "2019-12-23T19:49:38", "h": 20800.228, "e": -94.292, "z": 46876.92, "f": 51806.51}, {"measurement_type": "SouthDown", "angle": 246.39694444444, "residual": 0.0, "time": "2019-12-23T19:53:39", "h": 20801.628, "e": -95.681, "z": 46877.133, "f": 51807.28}, {"measurement_type": "NorthUp", "angle": 66.395555555556, "residual": 0.0, "time": "2019-12-23T19:54:49", "h": 20801.472, "e": -95.863, "z": 46877.068, "f": 51807.17}, {"measurement_type": "SouthUp", "angle": 113.58583333333, "residual": 0.0, "time": "2019-12-23T19:56:46", "h": 20801.536, "e": -95.554, "z": 46876.984, "f": 51807.09}, {"measurement_type": "NorthDown", "angle": 293.58694444444, "residual": 0.0, "time": "2019-12-23T19:57:56", "h": 20801.512, "e": -95.403, "z": 46876.989, "f": 51807.11}], "metadata": {"time": "2019-12-23T18:46:30Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Bill Worthington", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3851056, "baseline": 8.58571, "starttime": "2020-01-03T17:12:47", "endtime": "2020-01-03T17:16:21", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.0650365, "baseline": -71.7177135, "starttime": "2020-01-03T17:20:48", "endtime": "2020-01-03T17:24:40", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.1529433, "baseline": 578.2041933, "starttime": "2020-01-03T17:20:48", "endtime": "2020-01-03T17:24:40", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.58305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.583055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.581111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.72055555556, "residual": 0.0, "time": "2020-01-03T17:12:47", "h": 20800.329, "e": -72.242, "z": 46871.49, "f": 51801.81}, {"measurement_type": "EastDown", "angle": 90.682222222222, "residual": 0.0, "time": "2020-01-03T17:14:13", "h": 20800.259, "e": -72.636, "z": 46871.641, "f": 51801.92}, {"measurement_type": "WestUp", "angle": 90.937222222222, "residual": 0.0, "time": "2020-01-03T17:15:22", "h": 20800.259, "e": -72.657, "z": 46871.521, "f": 51801.82}, {"measurement_type": "EastUp", "angle": 270.9775, "residual": 0.0, "time": "2020-01-03T17:16:21", "h": 20800.086, "e": -72.758, "z": 46871.707, "f": 51801.92}, {"measurement_type": "SouthDown", "angle": 246.39555555556, "residual": 0.0, "time": "2020-01-03T17:20:48", "h": 20799.796, "e": -72.898, "z": 46871.802, "f": 51801.89}, {"measurement_type": "NorthUp", "angle": 66.393055555556, "residual": 0.0, "time": "2020-01-03T17:21:46", "h": 20799.852, "e": -72.8, "z": 46871.919, "f": 51802.01}, {"measurement_type": "SouthUp", "angle": 113.58805555556, "residual": 0.0, "time": "2020-01-03T17:22:59", "h": 20799.668, "e": -72.775, "z": 46871.997, "f": 51802.01}, {"measurement_type": "NorthDown", "angle": 293.59083333333, "residual": 0.0, "time": "2020-01-03T17:24:40", "h": 20799.815, "e": -72.813, "z": 46872.077, "f": 51802.14}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3819111, "baseline": 8.5852195, "starttime": "2020-01-03T17:28:08", "endtime": "2020-01-03T17:32:18", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20727.7191551, "baseline": -71.6995949, "starttime": "2020-01-03T17:35:44", "endtime": "2020-01-03T17:39:04", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47451.2425073, "baseline": 578.2107573, "starttime": "2020-01-03T17:35:44", "endtime": "2020-01-03T17:39:04", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.580833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.580555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.7125, "residual": 0.0, "time": "2020-01-03T17:28:08", "h": 20799.734, "e": -72.917, "z": 46872.404, "f": 51802.4}, {"measurement_type": "EastDown", "angle": 90.680277777778, "residual": 0.0, "time": "2020-01-03T17:29:28", "h": 20799.839, "e": -73.319, "z": 46872.542, "f": 51802.54}, {"measurement_type": "WestUp", "angle": 90.935277777778, "residual": 0.0, "time": "2020-01-03T17:30:49", "h": 20800.006, "e": -73.791, "z": 46872.632, "f": 51802.71}, {"measurement_type": "EastUp", "angle": 270.97111111111, "residual": 0.0, "time": "2020-01-03T17:32:18", "h": 20799.867, "e": -74.174, "z": 46872.79, "f": 51802.79}, {"measurement_type": "SouthDown", "angle": 246.39611111111, "residual": 0.0, "time": "2020-01-03T17:35:44", "h": 20799.682, "e": -74.909, "z": 46872.939, "f": 51802.88}, {"measurement_type": "NorthUp", "angle": 66.396388888889, "residual": 0.0, "time": "2020-01-03T17:36:55", "h": 20799.458, "e": -74.806, "z": 46872.973, "f": 51802.84}, {"measurement_type": "SouthUp", "angle": 113.58916666667, "residual": 0.0, "time": "2020-01-03T17:38:15", "h": 20799.393, "e": -74.635, "z": 46873.083, "f": 51802.89}, {"measurement_type": "NorthDown", "angle": 293.59027777778, "residual": 0.0, "time": "2020-01-03T17:39:04", "h": 20799.142, "e": -74.597, "z": 46873.132, "f": 51802.88}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3787167, "baseline": 8.5851619, "starttime": "2020-01-03T17:42:11", "endtime": "2020-01-03T17:45:30", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20727.6357972, "baseline": -71.8987028, "starttime": "2020-01-03T17:47:36", "endtime": "2020-01-03T17:50:24", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47452.1491847, "baseline": 578.2884347, "starttime": "2020-01-03T17:47:36", "endtime": "2020-01-03T17:50:24", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.576944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.579444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.70388888889, "residual": 0.0, "time": "2020-01-03T17:42:11", "h": 20799.321, "e": -74.172, "z": 46873.369, "f": 51803.12}, {"measurement_type": "EastDown", "angle": 90.6775, "residual": 0.0, "time": "2020-01-03T17:43:20", "h": 20799.265, "e": -74.395, "z": 46873.502, "f": 51803.25}, {"measurement_type": "WestUp", "angle": 90.929444444444, "residual": 0.0, "time": "2020-01-03T17:44:20", "h": 20799.555, "e": -74.818, "z": 46873.588, "f": 51803.4}, {"measurement_type": "EastUp", "angle": 270.96722222222, "residual": 0.0, "time": "2020-01-03T17:45:30", "h": 20799.794, "e": -75.354, "z": 46873.613, "f": 51803.61}, {"measurement_type": "SouthDown", "angle": 246.39722222222, "residual": 0.0, "time": "2020-01-03T17:47:36", "h": 20799.599, "e": -75.677, "z": 46873.788, "f": 51803.62}, {"measurement_type": "NorthUp", "angle": 66.397222222222, "residual": 0.0, "time": "2020-01-03T17:48:29", "h": 20799.463, "e": -75.814, "z": 46873.847, "f": 51803.64}, {"measurement_type": "SouthUp", "angle": 113.58888888889, "residual": 0.0, "time": "2020-01-03T17:49:35", "h": 20799.572, "e": -76.029, "z": 46873.869, "f": 51803.7}, {"measurement_type": "NorthDown", "angle": 293.59055555556, "residual": 0.0, "time": "2020-01-03T17:50:24", "h": 20799.504, "e": -76.076, "z": 46873.939, "f": 51803.72}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3734389, "baseline": 8.5867341, "starttime": "2020-01-03T17:52:25", "endtime": "2020-01-03T17:55:04", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.0154327, "baseline": -71.2608173, "starttime": "2020-01-03T17:56:47", "endtime": "2020-01-03T17:59:05", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47452.2343397, "baseline": 578.0225897, "starttime": "2020-01-03T17:56:47", "endtime": "2020-01-03T17:59:05", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.58, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58027777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.5775, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.70166666667, "residual": 0.0, "time": "2020-01-03T17:52:25", "h": 20799.573, "e": -76.779, "z": 46874.079, "f": 51803.87}, {"measurement_type": "EastDown", "angle": 90.670833333333, "residual": 0.0, "time": "2020-01-03T17:53:22", "h": 20799.478, "e": -77.109, "z": 46874.081, "f": 51803.87}, {"measurement_type": "WestUp", "angle": 90.925277777778, "residual": 0.0, "time": "2020-01-03T17:54:09", "h": 20799.423, "e": -77.207, "z": 46874.099, "f": 51803.81}, {"measurement_type": "EastUp", "angle": 270.95861111111, "residual": 0.0, "time": "2020-01-03T17:55:04", "h": 20799.361, "e": -77.562, "z": 46874.168, "f": 51803.89}, {"measurement_type": "SouthDown", "angle": 246.39777777778, "residual": 0.0, "time": "2020-01-03T17:56:47", "h": 20799.248, "e": -77.903, "z": 46874.189, "f": 51803.87}, {"measurement_type": "NorthUp", "angle": 66.397222222222, "residual": 0.0, "time": "2020-01-03T17:57:23", "h": 20799.27, "e": -77.977, "z": 46874.177, "f": 51803.87}, {"measurement_type": "SouthUp", "angle": 113.58972222222, "residual": 0.0, "time": "2020-01-03T17:58:22", "h": 20799.315, "e": -78.154, "z": 46874.254, "f": 51803.93}, {"measurement_type": "NorthDown", "angle": 293.59166666667, "residual": 0.0, "time": "2020-01-03T17:59:05", "h": 20799.272, "e": -78.287, "z": 46874.227, "f": 51803.93}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.315175, "baseline": 8.5804386, "starttime": "2020-01-10T21:02:33", "endtime": "2020-01-10T21:07:51", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20736.9818715, "baseline": -69.4726285, "starttime": "2020-01-10T21:12:58", "endtime": "2020-01-10T21:24:22", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.1827973, "baseline": 577.3772973, "starttime": "2020-01-10T21:12:58", "endtime": "2020-01-10T21:24:22", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.57833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.573888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.574166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64916666667, "residual": 0.0, "time": "2020-01-10T21:02:33", "h": 20806.986, "e": -96.226, "z": 46872.425, "f": 51805.46}, {"measurement_type": "EastDown", "angle": 90.601388888889, "residual": 0.0, "time": "2020-01-10T21:04:31", "h": 20806.491, "e": -95.51, "z": 46872.54, "f": 51805.34}, {"measurement_type": "WestUp", "angle": 90.857222222222, "residual": 0.0, "time": "2020-01-10T21:06:28", "h": 20805.724, "e": -95.767, "z": 46872.606, "f": 51805.12}, {"measurement_type": "EastUp", "angle": 270.9025, "residual": 0.0, "time": "2020-01-10T21:07:51", "h": 20805.655, "e": -96.523, "z": 46872.748, "f": 51805.23}, {"measurement_type": "SouthDown", "angle": 246.385, "residual": 0.0, "time": "2020-01-10T21:12:58", "h": 20806.285, "e": -95.897, "z": 46872.621, "f": 51805.37}, {"measurement_type": "NorthUp", "angle": 66.384722222222, "residual": 0.0, "time": "2020-01-10T21:14:18", "h": 20806.004, "e": -95.296, "z": 46872.652, "f": 51805.31}, {"measurement_type": "SouthUp", "angle": 113.59638888889, "residual": 0.0, "time": "2020-01-10T21:16:49", "h": 20806.466, "e": -95.092, "z": 46872.803, "f": 51805.63}, {"measurement_type": "NorthDown", "angle": 293.59972222222, "residual": 0.0, "time": "2020-01-10T21:24:22", "h": 20807.063, "e": -94.084, "z": 46873.146, "f": 51806.13}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3208694, "baseline": 8.5803502, "starttime": "2020-01-10T21:26:21", "endtime": "2020-01-10T21:32:43", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20737.971354, "baseline": -69.435396, "starttime": "2020-01-10T21:37:14", "endtime": "2020-01-10T21:43:30", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.5661274, "baseline": 577.3468774, "starttime": "2020-01-10T21:37:14", "endtime": "2020-01-10T21:43:30", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.573888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.574722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.6475, "residual": 0.0, "time": "2020-01-10T21:26:21", "h": 20806.756, "e": -93.799, "z": 46872.891, "f": 51805.79}, {"measurement_type": "EastDown", "angle": 90.610833333333, "residual": 0.0, "time": "2020-01-10T21:28:12", "h": 20806.435, "e": -94.385, "z": 46873.256, "f": 51806.01}, {"measurement_type": "WestUp", "angle": 90.865833333333, "residual": 0.0, "time": "2020-01-10T21:30:44", "h": 20806.354, "e": -93.866, "z": 46873.286, "f": 51805.97}, {"measurement_type": "EastUp", "angle": 270.90916666667, "residual": 0.0, "time": "2020-01-10T21:32:43", "h": 20807.497, "e": -93.622, "z": 46873.175, "f": 51806.39}, {"measurement_type": "SouthDown", "angle": 246.38527777778, "residual": 0.0, "time": "2020-01-10T21:37:14", "h": 20807.214, "e": -94.021, "z": 46873.18, "f": 51806.26}, {"measurement_type": "NorthUp", "angle": 66.384444444444, "residual": 0.0, "time": "2020-01-10T21:38:54", "h": 20807.679, "e": -94.545, "z": 46873.218, "f": 51806.44}, {"measurement_type": "SouthUp", "angle": 113.59916666667, "residual": 0.0, "time": "2020-01-10T21:41:09", "h": 20807.861, "e": -94.68, "z": 46873.163, "f": 51806.49}, {"measurement_type": "NorthDown", "angle": 293.60027777778, "residual": 0.0, "time": "2020-01-10T21:43:30", "h": 20806.873, "e": -94.668, "z": 46873.316, "f": 51806.24}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3181611, "baseline": 8.5790924, "starttime": "2020-01-10T21:50:07", "endtime": "2020-01-10T21:56:46", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20740.8272595, "baseline": -69.5659905, "starttime": "2020-01-10T22:01:36", "endtime": "2020-01-10T22:06:25", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.2045993, "baseline": 577.3720993, "starttime": "2020-01-10T22:01:36", "endtime": "2020-01-10T22:06:25", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57583333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.572777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.573611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63916666667, "residual": 0.0, "time": "2020-01-10T21:50:07", "h": 20808.327, "e": -94.707, "z": 46872.807, "f": 51806.32}, {"measurement_type": "EastDown", "angle": 90.611111111111, "residual": 0.0, "time": "2020-01-10T21:52:57", "h": 20808.123, "e": -94.396, "z": 46872.909, "f": 51806.39}, {"measurement_type": "WestUp", "angle": 90.865833333333, "residual": 0.0, "time": "2020-01-10T21:55:05", "h": 20808.337, "e": -94.265, "z": 46872.902, "f": 51806.44}, {"measurement_type": "EastUp", "angle": 270.90111111111, "residual": 0.0, "time": "2020-01-10T21:56:46", "h": 20808.838, "e": -94.456, "z": 46872.93, "f": 51806.66}, {"measurement_type": "SouthDown", "angle": 246.38277777778, "residual": 0.0, "time": "2020-01-10T22:01:36", "h": 20810.14, "e": -94.623, "z": 46872.812, "f": 51807.05}, {"measurement_type": "NorthUp", "angle": 66.382222222222, "residual": 0.0, "time": "2020-01-10T22:03:13", "h": 20810.232, "e": -94.04, "z": 46872.743, "f": 51807.02}, {"measurement_type": "SouthUp", "angle": 113.60194444444, "residual": 0.0, "time": "2020-01-10T22:05:12", "h": 20810.496, "e": -93.761, "z": 46872.854, "f": 51807.24}, {"measurement_type": "NorthDown", "angle": 293.605, "residual": 0.0, "time": "2020-01-10T22:06:25", "h": 20810.705, "e": -93.843, "z": 46872.921, "f": 51807.37}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3205917, "baseline": 8.5798399, "starttime": "2020-01-10T22:10:04", "endtime": "2020-01-10T22:16:18", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20743.6458426, "baseline": -69.6216574, "starttime": "2020-01-10T22:21:03", "endtime": "2020-01-10T22:26:42", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.2275685, "baseline": 577.3853185, "starttime": "2020-01-10T22:21:03", "endtime": "2020-01-10T22:26:42", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57583333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.5725, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.572777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64416666667, "residual": 0.0, "time": "2020-01-10T22:10:04", "h": 20810.869, "e": -93.725, "z": 46872.864, "f": 51807.38}, {"measurement_type": "EastDown", "angle": 90.608611111111, "residual": 0.0, "time": "2020-01-10T22:12:03", "h": 20811.361, "e": -93.945, "z": 46872.817, "f": 51807.58}, {"measurement_type": "WestUp", "angle": 90.868333333333, "residual": 0.0, "time": "2020-01-10T22:14:45", "h": 20811.305, "e": -93.727, "z": 46872.808, "f": 51807.49}, {"measurement_type": "EastUp", "angle": 270.90472222222, "residual": 0.0, "time": "2020-01-10T22:16:18", "h": 20811.811, "e": -94.041, "z": 46872.786, "f": 51807.75}, {"measurement_type": "SouthDown", "angle": 246.38083333333, "residual": 0.0, "time": "2020-01-10T22:21:03", "h": 20813.037, "e": -95.061, "z": 46872.817, "f": 51808.2}, {"measurement_type": "NorthUp", "angle": 66.379444444444, "residual": 0.0, "time": "2020-01-10T22:23:09", "h": 20812.858, "e": -95.226, "z": 46872.881, "f": 51808.19}, {"measurement_type": "SouthUp", "angle": 113.60611111111, "residual": 0.0, "time": "2020-01-10T22:25:23", "h": 20813.846, "e": -95.815, "z": 46872.779, "f": 51808.48}, {"measurement_type": "NorthDown", "angle": 293.6075, "residual": 0.0, "time": "2020-01-10T22:26:42", "h": 20813.329, "e": -96.159, "z": 46872.892, "f": 51808.41}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3903833, "baseline": 8.5823425, "starttime": "2020-01-16T16:15:31", "endtime": "2020-01-16T16:21:06", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20745.0357054, "baseline": -72.2232946, "starttime": "2020-01-16T16:34:00", "endtime": "2020-01-16T16:37:27", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47443.0660379, "baseline": 578.6952879, "starttime": "2020-01-16T16:34:00", "endtime": "2020-01-16T16:37:27", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.57277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.573888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.57, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57361111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.73111111111, "residual": 0.0, "time": "2020-01-16T16:15:31", "h": 20819.473, "e": -69.65, "z": 46866.642, "f": 51805.27}, {"measurement_type": "EastDown", "angle": 90.662777777778, "residual": 0.0, "time": "2020-01-16T16:17:48", "h": 20819.829, "e": -69.829, "z": 46866.308, "f": 51805.11}, {"measurement_type": "WestUp", "angle": 90.915555555556, "residual": 0.0, "time": "2020-01-16T16:19:49", "h": 20819.377, "e": -69.15, "z": 46866.027, "f": 51804.69}, {"measurement_type": "EastUp", "angle": 270.98916666667, "residual": 0.0, "time": "2020-01-16T16:21:06", "h": 20819.39, "e": -69.381, "z": 46865.983, "f": 51804.64}, {"measurement_type": "SouthDown", "angle": 246.36861111111, "residual": 0.0, "time": "2020-01-16T16:34:00", "h": 20817.523, "e": -70.136, "z": 46864.47, "f": 51802.54}, {"measurement_type": "NorthUp", "angle": 66.368611111111, "residual": 0.0, "time": "2020-01-16T16:35:13", "h": 20817.319, "e": -70.073, "z": 46864.477, "f": 51802.42}, {"measurement_type": "SouthUp", "angle": 113.60333333333, "residual": 0.0, "time": "2020-01-16T16:36:39", "h": 20817.337, "e": -70.358, "z": 46864.298, "f": 51802.27}, {"measurement_type": "NorthDown", "angle": 293.60555555556, "residual": 0.0, "time": "2020-01-16T16:37:27", "h": 20816.857, "e": -70.295, "z": 46864.238, "f": 51802.03}], "metadata": {"time": "2020-01-16T16:15:31Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3881611, "baseline": 8.5846914, "starttime": "2020-01-16T16:40:19", "endtime": "2020-01-16T16:43:54", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20741.2965392, "baseline": -71.9874608, "starttime": "2020-01-16T16:48:45", "endtime": "2020-01-16T16:52:35", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47441.876891, "baseline": 578.624641, "starttime": "2020-01-16T16:48:45", "endtime": "2020-01-16T16:52:35", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.573055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.570277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.72166666667, "residual": 0.0, "time": "2020-01-16T16:40:19", "h": 20816.207, "e": -70.696, "z": 46863.962, "f": 51801.5}, {"measurement_type": "EastDown", "angle": 90.666944444444, "residual": 0.0, "time": "2020-01-16T16:41:32", "h": 20815.84, "e": -70.975, "z": 46863.945, "f": 51801.38}, {"measurement_type": "WestUp", "angle": 90.922222222222, "residual": 0.0, "time": "2020-01-16T16:42:45", "h": 20815.583, "e": -71.15, "z": 46863.808, "f": 51801.13}, {"measurement_type": "EastUp", "angle": 270.98083333333, "residual": 0.0, "time": "2020-01-16T16:43:54", "h": 20815.332, "e": -71.758, "z": 46863.732, "f": 51800.96}, {"measurement_type": "SouthDown", "angle": 246.37138888889, "residual": 0.0, "time": "2020-01-16T16:48:45", "h": 20814.043, "e": -72.948, "z": 46863.351, "f": 51800.13}, {"measurement_type": "NorthUp", "angle": 66.371388888889, "residual": 0.0, "time": "2020-01-16T16:49:42", "h": 20813.624, "e": -72.883, "z": 46863.329, "f": 51799.93}, {"measurement_type": "SouthUp", "angle": 113.59916666667, "residual": 0.0, "time": "2020-01-16T16:51:02", "h": 20812.893, "e": -73.206, "z": 46863.276, "f": 51799.62}, {"measurement_type": "NorthDown", "angle": 293.60222222222, "residual": 0.0, "time": "2020-01-16T16:52:35", "h": 20812.576, "e": -72.687, "z": 46863.053, "f": 51799.23}], "metadata": {"time": "2020-01-16T16:15:31Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3840639, "baseline": 8.5843784, "starttime": "2020-01-16T16:55:20", "endtime": "2020-01-16T16:58:44", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20735.8258422, "baseline": -71.9296578, "starttime": "2020-01-16T17:07:00", "endtime": "2020-01-16T17:11:06", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47442.0528461, "baseline": 578.6335961, "starttime": "2020-01-16T17:07:00", "endtime": "2020-01-16T17:11:06", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.58138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.580833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.579166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.7225, "residual": 0.0, "time": "2020-01-16T16:55:20", "h": 20811.973, "e": -72.763, "z": 46862.905, "f": 51798.91}, {"measurement_type": "EastDown", "angle": 90.673333333333, "residual": 0.0, "time": "2020-01-16T16:56:23", "h": 20811.508, "e": -72.251, "z": 46862.884, "f": 51798.7}, {"measurement_type": "WestUp", "angle": 90.927222222222, "residual": 0.0, "time": "2020-01-16T16:57:32", "h": 20811.046, "e": -72.298, "z": 46863.015, "f": 51798.62}, {"measurement_type": "EastUp", "angle": 270.98194444444, "residual": 0.0, "time": "2020-01-16T16:58:44", "h": 20811.013, "e": -72.67, "z": 46863.179, "f": 51798.77}, {"measurement_type": "SouthDown", "angle": 246.37861111111, "residual": 0.0, "time": "2020-01-16T17:07:00", "h": 20808.462, "e": -72.596, "z": 46863.239, "f": 51797.78}, {"measurement_type": "NorthUp", "angle": 66.378611111111, "residual": 0.0, "time": "2020-01-16T17:08:21", "h": 20808.039, "e": -74.039, "z": 46863.634, "f": 51797.98}, {"measurement_type": "SouthUp", "angle": 113.59527777778, "residual": 0.0, "time": "2020-01-16T17:09:38", "h": 20807.647, "e": -74.425, "z": 46863.382, "f": 51797.66}, {"measurement_type": "NorthDown", "angle": 293.59805555556, "residual": 0.0, "time": "2020-01-16T17:11:06", "h": 20806.874, "e": -74.854, "z": 46863.422, "f": 51797.37}], "metadata": {"time": "2020-01-16T16:15:31Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3823278, "baseline": 8.5847947, "starttime": "2020-01-16T17:13:21", "endtime": "2020-01-16T17:17:55", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20731.5105799, "baseline": -72.7491701, "starttime": "2020-01-16T17:20:45", "endtime": "2020-01-16T17:24:06", "shift": 0.0, "valid": false}, {"element": "Z", "absolute": 47442.3645056, "baseline": 579.0087556, "starttime": "2020-01-16T17:20:45", "endtime": "2020-01-16T17:24:06", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57916666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.576944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.579166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.71555555556, "residual": 0.0, "time": "2020-01-16T17:13:21", "h": 20805.54, "e": -74.211, "z": 46863.323, "f": 51796.77}, {"measurement_type": "EastDown", "angle": 90.665833333333, "residual": 0.0, "time": "2020-01-16T17:14:28", "h": 20805.113, "e": -73.664, "z": 46863.312, "f": 51796.61}, {"measurement_type": "WestUp", "angle": 90.925555555556, "residual": 0.0, "time": "2020-01-16T17:16:24", "h": 20805.279, "e": -72.68, "z": 46863.265, "f": 51796.56}, {"measurement_type": "EastUp", "angle": 270.98388888889, "residual": 0.0, "time": "2020-01-16T17:17:55", "h": 20805.308, "e": -72.482, "z": 46863.24, "f": 51796.54}, {"measurement_type": "SouthDown", "angle": 246.38416666667, "residual": 0.0, "time": "2020-01-16T17:20:45", "h": 20804.767, "e": -72.44, "z": 46863.417, "f": 51796.53}, {"measurement_type": "NorthUp", "angle": 66.384166666667, "residual": 0.0, "time": "2020-01-16T17:21:40", "h": 20804.443, "e": -72.879, "z": 46863.295, "f": 51796.26}, {"measurement_type": "SouthUp", "angle": 113.59166666667, "residual": 0.0, "time": "2020-01-16T17:23:11", "h": 20804.143, "e": -73.01, "z": 46863.308, "f": 51796.16}, {"measurement_type": "NorthDown", "angle": 293.59472222222, "residual": 0.0, "time": "2020-01-16T17:24:06", "h": 20803.686, "e": -73.401, "z": 46863.403, "f": 51796.07}], "metadata": {"time": "2020-01-16T16:15:31Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2844806, "baseline": 8.5528701, "starttime": "2020-01-23T18:53:19", "endtime": "2020-01-23T19:02:33", "shift": 0.0, "valid": false}, {"element": "H", "absolute": 20731.193126, "baseline": -70.880624, "starttime": "2020-01-23T19:14:01", "endtime": "2020-01-23T19:20:42", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47441.3246142, "baseline": 578.3036142, "starttime": "2020-01-23T19:14:01", "endtime": "2020-01-23T19:20:42", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.57972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.74722222222, "residual": 0.0, "time": "2020-01-23T18:53:19", "h": 20801.807, "e": -95.431, "z": 46864.009, "f": 51795.92}, {"measurement_type": "EastDown", "angle": 90.396666666667, "residual": 0.0, "time": "2020-01-23T18:55:10", "h": 20801.932, "e": -96.039, "z": 46863.944, "f": 51795.94}, {"measurement_type": "WestUp", "angle": 90.945277777778, "residual": 0.0, "time": "2020-01-23T18:59:35", "h": 20802.158, "e": -97.955, "z": 46863.82, "f": 51795.92}, {"measurement_type": "EastUp", "angle": 270.81166666667, "residual": 0.0, "time": "2020-01-23T19:02:33", "h": 20802.238, "e": -99.018, "z": 46863.568, "f": 51795.78}, {"measurement_type": "SouthDown", "angle": 246.38611111111, "residual": 0.0, "time": "2020-01-23T19:14:01", "h": 20802.353, "e": -102.173, "z": 46863.064, "f": 51795.32}, {"measurement_type": "NorthUp", "angle": 66.386111111111, "residual": 0.0, "time": "2020-01-23T19:16:07", "h": 20802.012, "e": -102.616, "z": 46862.961, "f": 51795.15}, {"measurement_type": "SouthUp", "angle": 113.59472222222, "residual": 0.0, "time": "2020-01-23T19:18:40", "h": 20802.067, "e": -103.363, "z": 46863.082, "f": 51795.21}, {"measurement_type": "NorthDown", "angle": 293.59611111111, "residual": 0.0, "time": "2020-01-23T19:20:42", "h": 20801.863, "e": -103.78, "z": 46862.977, "f": 51795.02}], "metadata": {"time": "2020-01-23T18:53:19Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2799667, "baseline": 8.5735568, "starttime": "2020-01-23T19:28:34", "endtime": "2020-01-23T19:34:25", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20730.8038684, "baseline": -71.5791316, "starttime": "2020-01-23T19:41:43", "endtime": "2020-01-23T19:50:56", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47442.1576799, "baseline": 578.6511799, "starttime": "2020-01-23T19:41:43", "endtime": "2020-01-23T19:50:56", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.61527777778, "residual": 0.0, "time": "2020-01-23T19:28:34", "h": 20802.451, "e": -105.582, "z": 46862.998, "f": 51795.32}, {"measurement_type": "EastDown", "angle": 90.568055555556, "residual": 0.0, "time": "2020-01-23T19:30:28", "h": 20802.437, "e": -106.07, "z": 46863.016, "f": 51795.33}, {"measurement_type": "WestUp", "angle": 90.8425, "residual": 0.0, "time": "2020-01-23T19:32:57", "h": 20802.044, "e": -106.498, "z": 46863.1, "f": 51795.23}, {"measurement_type": "EastUp", "angle": 270.85722222222, "residual": 0.0, "time": "2020-01-23T19:34:25", "h": 20802.201, "e": -106.758, "z": 46863.095, "f": 51795.31}, {"measurement_type": "SouthDown", "angle": 246.38805555556, "residual": 0.0, "time": "2020-01-23T19:41:43", "h": 20802.576, "e": -108.159, "z": 46863.336, "f": 51795.71}, {"measurement_type": "NorthUp", "angle": 66.390277777778, "residual": 0.0, "time": "2020-01-23T19:44:28", "h": 20802.207, "e": -108.364, "z": 46863.413, "f": 51795.62}, {"measurement_type": "SouthUp", "angle": 113.59527777778, "residual": 0.0, "time": "2020-01-23T19:47:46", "h": 20802.251, "e": -108.724, "z": 46863.546, "f": 51795.76}, {"measurement_type": "NorthDown", "angle": 293.59861111111, "residual": 0.0, "time": "2020-01-23T19:50:56", "h": 20802.498, "e": -108.905, "z": 46863.731, "f": 51796.04}], "metadata": {"time": "2020-01-23T18:53:19Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2765639, "baseline": 8.5783181, "starttime": "2020-01-23T19:57:53", "endtime": "2020-01-23T20:04:54", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.3484852, "baseline": -70.8540148, "starttime": "2020-01-23T20:10:49", "endtime": "2020-01-23T20:18:57", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47443.9043971, "baseline": 578.3721471, "starttime": "2020-01-23T20:10:49", "endtime": "2020-01-23T20:18:57", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.58, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60472222222, "residual": 0.0, "time": "2020-01-23T19:57:53", "h": 20801.579, "e": -108.69, "z": 46864.157, "f": 51796.09}, {"measurement_type": "EastDown", "angle": 90.567222222222, "residual": 0.0, "time": "2020-01-23T19:59:47", "h": 20801.119, "e": -108.665, "z": 46864.385, "f": 51796.09}, {"measurement_type": "WestUp", "angle": 90.831666666667, "residual": 0.0, "time": "2020-01-23T20:02:29", "h": 20801.323, "e": -109.505, "z": 46864.606, "f": 51796.4}, {"measurement_type": "EastUp", "angle": 270.86583333333, "residual": 0.0, "time": "2020-01-23T20:04:54", "h": 20800.96, "e": -109.812, "z": 46864.796, "f": 51796.44}, {"measurement_type": "SouthDown", "angle": 246.39222222222, "residual": 0.0, "time": "2020-01-23T20:10:49", "h": 20799.043, "e": -110.084, "z": 46865.311, "f": 51796.11}, {"measurement_type": "NorthUp", "angle": 66.391666666667, "residual": 0.0, "time": "2020-01-23T20:12:40", "h": 20799.192, "e": -110.305, "z": 46865.426, "f": 51796.28}, {"measurement_type": "SouthUp", "angle": 113.59222222222, "residual": 0.0, "time": "2020-01-23T20:16:21", "h": 20799.31, "e": -110.786, "z": 46865.649, "f": 51796.58}, {"measurement_type": "NorthDown", "angle": 293.59416666667, "residual": 0.0, "time": "2020-01-23T20:18:57", "h": 20799.265, "e": -110.88, "z": 46865.743, "f": 51796.63}], "metadata": {"time": "2020-01-23T18:53:19Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2653139, "baseline": 8.574089, "starttime": "2020-01-23T20:23:36", "endtime": "2020-01-23T20:28:44", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.8583957, "baseline": -70.4406043, "starttime": "2020-01-23T20:33:27", "endtime": "2020-01-23T20:39:37", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47444.914758, "baseline": 578.202008, "starttime": "2020-01-23T20:33:27", "endtime": "2020-01-23T20:39:37", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.578055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.59583333333, "residual": 0.0, "time": "2020-01-23T20:23:36", "h": 20798.367, "e": -111.656, "z": 46866.091, "f": 51796.6}, {"measurement_type": "EastDown", "angle": 90.557222222222, "residual": 0.0, "time": "2020-01-23T20:25:06", "h": 20798.604, "e": -111.728, "z": 46866.053, "f": 51796.68}, {"measurement_type": "WestUp", "angle": 90.828333333333, "residual": 0.0, "time": "2020-01-23T20:27:34", "h": 20798.312, "e": -111.567, "z": 46866.317, "f": 51796.83}, {"measurement_type": "EastUp", "angle": 270.8425, "residual": 0.0, "time": "2020-01-23T20:28:44", "h": 20798.398, "e": -111.892, "z": 46866.384, "f": 51796.86}, {"measurement_type": "SouthDown", "angle": 246.3925, "residual": 0.0, "time": "2020-01-23T20:33:27", "h": 20799.024, "e": -112.663, "z": 46866.58, "f": 51797.26}, {"measurement_type": "NorthUp", "angle": 66.393055555556, "residual": 0.0, "time": "2020-01-23T20:35:19", "h": 20799.16, "e": -112.97, "z": 46866.666, "f": 51797.45}, {"measurement_type": "SouthUp", "angle": 113.59305555556, "residual": 0.0, "time": "2020-01-23T20:36:55", "h": 20799.395, "e": -113.135, "z": 46866.779, "f": 51797.64}, {"measurement_type": "NorthDown", "angle": 293.59527777778, "residual": 0.0, "time": "2020-01-23T20:39:37", "h": 20799.617, "e": -113.353, "z": 46866.826, "f": 51797.77}], "metadata": {"time": "2020-01-23T18:53:19Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3228833, "baseline": 8.5847253, "starttime": "2020-01-29T19:15:08", "endtime": "2020-01-29T19:19:08", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20726.2385931, "baseline": -70.6696569, "starttime": "2020-01-29T19:23:40", "endtime": "2020-01-29T19:27:19", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47439.0751885, "baseline": 577.9456885, "starttime": "2020-01-29T19:23:40", "endtime": "2020-01-29T19:27:19", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.58, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.5775, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.579444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57916666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64833333333, "residual": 0.0, "time": "2020-01-29T19:15:08", "h": 20796.972, "e": -94.319, "z": 46861.2, "f": 51791.26}, {"measurement_type": "EastDown", "angle": 90.616944444444, "residual": 0.0, "time": "2020-01-29T19:16:21", "h": 20797.519, "e": -94.746, "z": 46861.052, "f": 51791.31}, {"measurement_type": "WestUp", "angle": 90.873888888889, "residual": 0.0, "time": "2020-01-29T19:17:31", "h": 20798.281, "e": -94.969, "z": 46860.945, "f": 51791.53}, {"measurement_type": "EastUp", "angle": 270.91527777778, "residual": 0.0, "time": "2020-01-29T19:19:08", "h": 20799.308, "e": -94.842, "z": 46860.73, "f": 51791.72}, {"measurement_type": "SouthDown", "angle": 246.39305555556, "residual": 0.0, "time": "2020-01-29T19:23:40", "h": 20796.363, "e": -91.884, "z": 46861.152, "f": 51790.96}, {"measurement_type": "NorthUp", "angle": 66.391666666667, "residual": 0.0, "time": "2020-01-29T19:24:46", "h": 20796.382, "e": -91.852, "z": 46861.108, "f": 51790.9}, {"measurement_type": "SouthUp", "angle": 113.59194444444, "residual": 0.0, "time": "2020-01-29T19:25:59", "h": 20797.175, "e": -91.897, "z": 46861.156, "f": 51791.24}, {"measurement_type": "NorthDown", "angle": 293.59527777778, "residual": 0.0, "time": "2020-01-29T19:27:19", "h": 20797.713, "e": -92.225, "z": 46861.102, "f": 51791.42}], "metadata": {"time": "2020-01-29T19:15:08Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3355222, "baseline": 8.5940581, "starttime": "2020-01-29T19:29:40", "endtime": "2020-01-29T19:33:06", "shift": 0.0, "valid": false}, {"element": "H", "absolute": 20727.9474051, "baseline": -70.4580949, "starttime": "2020-01-29T19:35:58", "endtime": "2020-01-29T19:39:32", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47439.3816642, "baseline": 577.8446642, "starttime": "2020-01-29T19:35:58", "endtime": "2020-01-29T19:39:32", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.579166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57916666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57972222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.68333333333, "residual": 0.0, "time": "2020-01-29T19:29:40", "h": 20797.396, "e": -92.846, "z": 46861.421, "f": 51791.61}, {"measurement_type": "EastDown", "angle": 90.625277777778, "residual": 0.0, "time": "2020-01-29T19:30:56", "h": 20797.923, "e": -93.535, "z": 46861.389, "f": 51791.77}, {"measurement_type": "WestUp", "angle": 90.883333333333, "residual": 0.0, "time": "2020-01-29T19:31:58", "h": 20797.783, "e": -93.749, "z": 46861.372, "f": 51791.69}, {"measurement_type": "EastUp", "angle": 270.91361111111, "residual": 0.0, "time": "2020-01-29T19:33:06", "h": 20797.785, "e": -93.993, "z": 46861.396, "f": 51791.72}, {"measurement_type": "SouthDown", "angle": 246.39222222222, "residual": 0.0, "time": "2020-01-29T19:35:58", "h": 20798.195, "e": -94.843, "z": 46861.423, "f": 51791.9}, {"measurement_type": "NorthUp", "angle": 66.390277777778, "residual": 0.0, "time": "2020-01-29T19:37:12", "h": 20798.45, "e": -94.985, "z": 46861.498, "f": 51792.05}, {"measurement_type": "SouthUp", "angle": 113.59416666667, "residual": 0.0, "time": "2020-01-29T19:38:37", "h": 20798.264, "e": -95.694, "z": 46861.609, "f": 51792.11}, {"measurement_type": "NorthDown", "angle": 293.59722222222, "residual": 0.0, "time": "2020-01-29T19:39:32", "h": 20798.713, "e": -96.297, "z": 46861.618, "f": 51792.32}], "metadata": {"time": "2020-01-29T19:15:08Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3144111, "baseline": 8.5851027, "starttime": "2020-01-29T19:41:57", "endtime": "2020-01-29T19:45:53", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.4060623, "baseline": -70.5186877, "starttime": "2020-01-29T19:48:49", "endtime": "2020-01-29T19:52:07", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47439.6477858, "baseline": 577.9110358, "starttime": "2020-01-29T19:48:49", "endtime": "2020-01-29T19:52:07", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.5775, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57916666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.576944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63666666667, "residual": 0.0, "time": "2020-01-29T19:41:57", "h": 20798.578, "e": -97.145, "z": 46861.631, "f": 51792.27}, {"measurement_type": "EastDown", "angle": 90.612777777778, "residual": 0.0, "time": "2020-01-29T19:43:25", "h": 20799.012, "e": -97.768, "z": 46861.586, "f": 51792.4}, {"measurement_type": "WestUp", "angle": 90.869166666667, "residual": 0.0, "time": "2020-01-29T19:44:54", "h": 20798.761, "e": -98.213, "z": 46861.631, "f": 51792.35}, {"measurement_type": "EastUp", "angle": 270.89777777778, "residual": 0.0, "time": "2020-01-29T19:45:53", "h": 20798.962, "e": -98.596, "z": 46861.612, "f": 51792.42}, {"measurement_type": "SouthDown", "angle": 246.39166666667, "residual": 0.0, "time": "2020-01-29T19:48:49", "h": 20799.208, "e": -99.287, "z": 46861.615, "f": 51792.52}, {"measurement_type": "NorthUp", "angle": 66.390833333333, "residual": 0.0, "time": "2020-01-29T19:49:52", "h": 20799.085, "e": -99.426, "z": 46861.676, "f": 51792.55}, {"measurement_type": "SouthUp", "angle": 113.59583333333, "residual": 0.0, "time": "2020-01-29T19:51:20", "h": 20798.862, "e": -99.806, "z": 46861.803, "f": 51792.53}, {"measurement_type": "NorthDown", "angle": 293.59694444444, "residual": 0.0, "time": "2020-01-29T19:52:07", "h": 20798.544, "e": -99.923, "z": 46861.853, "f": 51792.49}], "metadata": {"time": "2020-01-29T19:15:08Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3113556, "baseline": 8.5869182, "starttime": "2020-01-29T19:54:32", "endtime": "2020-01-29T19:58:06", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20725.703051, "baseline": -70.144949, "starttime": "2020-01-29T20:01:15", "endtime": "2020-01-29T20:04:40", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47440.6705215, "baseline": 577.7835215, "starttime": "2020-01-29T20:01:15", "endtime": "2020-01-29T20:04:40", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.578611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63138888889, "residual": 0.0, "time": "2020-01-29T19:54:32", "h": 20798.511, "e": -99.676, "z": 46861.843, "f": 51792.45}, {"measurement_type": "EastDown", "angle": 90.61, "residual": 0.0, "time": "2020-01-29T19:55:55", "h": 20798.108, "e": -99.928, "z": 46862.203, "f": 51792.62}, {"measurement_type": "WestUp", "angle": 90.869444444444, "residual": 0.0, "time": "2020-01-29T19:56:53", "h": 20797.878, "e": -99.574, "z": 46862.142, "f": 51792.46}, {"measurement_type": "EastUp", "angle": 270.89611111111, "residual": 0.0, "time": "2020-01-29T19:58:06", "h": 20797.16, "e": -99.541, "z": 46862.438, "f": 51792.48}, {"measurement_type": "SouthDown", "angle": 246.39444444444, "residual": 0.0, "time": "2020-01-29T20:01:15", "h": 20796.834, "e": -99.217, "z": 46862.652, "f": 51792.53}, {"measurement_type": "NorthUp", "angle": 66.394444444444, "residual": 0.0, "time": "2020-01-29T20:02:18", "h": 20796.202, "e": -98.829, "z": 46862.758, "f": 51792.4}, {"measurement_type": "SouthUp", "angle": 113.5925, "residual": 0.0, "time": "2020-01-29T20:03:33", "h": 20795.584, "e": -98.472, "z": 46862.979, "f": 51792.36}, {"measurement_type": "NorthDown", "angle": 293.59388888889, "residual": 0.0, "time": "2020-01-29T20:04:40", "h": 20794.772, "e": -97.998, "z": 46863.159, "f": 51792.22}], "metadata": {"time": "2020-01-29T19:15:08Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2748972, "baseline": 8.5857315, "starttime": "2020-02-14T21:11:48", "endtime": "2020-02-14T21:17:16", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20739.9191066, "baseline": -70.6718934, "starttime": "2020-02-14T21:30:04", "endtime": "2020-02-14T21:34:21", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47436.2199471, "baseline": 577.6059471, "starttime": "2020-02-14T21:30:04", "endtime": "2020-02-14T21:34:21", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.55222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.551111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.550277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.55333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57777777778, "residual": 0.0, "time": "2020-02-14T21:11:48", "h": 20809.39, "e": -112.535, "z": 46860.495, "f": 51795.25}, {"measurement_type": "EastDown", "angle": 90.533611111111, "residual": 0.0, "time": "2020-02-14T21:14:49", "h": 20808.855, "e": -112.156, "z": 46860.221, "f": 51794.78}, {"measurement_type": "WestUp", "angle": 90.796944444444, "residual": 0.0, "time": "2020-02-14T21:16:12", "h": 20809.936, "e": -112.591, "z": 46860.172, "f": 51795.21}, {"measurement_type": "EastUp", "angle": 270.845, "residual": 0.0, "time": "2020-02-14T21:17:16", "h": 20809.842, "e": -112.781, "z": 46860.293, "f": 51795.28}, {"measurement_type": "SouthDown", "angle": 246.37888888889, "residual": 0.0, "time": "2020-02-14T21:30:04", "h": 20809.564, "e": -110.342, "z": 46858.858, "f": 51793.82}, {"measurement_type": "NorthUp", "angle": 66.374722222222, "residual": 0.0, "time": "2020-02-14T21:31:27", "h": 20810.386, "e": -110.507, "z": 46858.564, "f": 51793.85}, {"measurement_type": "SouthUp", "angle": 113.60638888889, "residual": 0.0, "time": "2020-02-14T21:32:50", "h": 20810.43, "e": -110.981, "z": 46858.567, "f": 51793.91}, {"measurement_type": "NorthDown", "angle": 293.61027777778, "residual": 0.0, "time": "2020-02-14T21:34:21", "h": 20811.984, "e": -111.727, "z": 46858.467, "f": 51794.39}], "metadata": {"time": "2020-02-14T21:11:48Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2775361, "baseline": 8.5865563, "starttime": "2020-02-14T21:39:38", "endtime": "2020-02-14T21:43:33", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20743.5159564, "baseline": -70.5452936, "starttime": "2020-02-14T21:48:24", "endtime": "2020-02-14T21:52:35", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47435.0482843, "baseline": 577.5237843, "starttime": "2020-02-14T21:48:24", "endtime": "2020-02-14T21:52:35", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.548055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.54916666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.5525, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.548055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.56138888889, "residual": 0.0, "time": "2020-02-14T21:39:38", "h": 20812.772, "e": -112.296, "z": 46858.182, "f": 51794.54}, {"measurement_type": "EastDown", "angle": 90.545, "residual": 0.0, "time": "2020-02-14T21:41:02", "h": 20812.93, "e": -111.681, "z": 46857.968, "f": 51794.33}, {"measurement_type": "WestUp", "angle": 90.809444444444, "residual": 0.0, "time": "2020-02-14T21:42:04", "h": 20813.106, "e": -111.864, "z": 46858.07, "f": 51794.55}, {"measurement_type": "EastUp", "angle": 270.83888888889, "residual": 0.0, "time": "2020-02-14T21:43:33", "h": 20813.674, "e": -111.673, "z": 46858.056, "f": 51794.74}, {"measurement_type": "SouthDown", "angle": 246.375, "residual": 0.0, "time": "2020-02-14T21:48:24", "h": 20813.504, "e": -110.707, "z": 46857.594, "f": 51794.22}, {"measurement_type": "NorthUp", "angle": 66.374166666667, "residual": 0.0, "time": "2020-02-14T21:49:19", "h": 20813.378, "e": -110.715, "z": 46857.495, "f": 51794.04}, {"measurement_type": "SouthUp", "angle": 113.61277777778, "residual": 0.0, "time": "2020-02-14T21:50:59", "h": 20814.565, "e": -111.16, "z": 46857.512, "f": 51794.5}, {"measurement_type": "NorthDown", "angle": 293.61611111111, "residual": 0.0, "time": "2020-02-14T21:52:35", "h": 20814.798, "e": -111.231, "z": 46857.497, "f": 51794.68}], "metadata": {"time": "2020-02-14T21:11:48Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2799667, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "H", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}, {"element": "Z", "absolute": null, "baseline": null, "starttime": null, "endtime": null, "shift": 0.0, "valid": false}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "WestUp", "angle": 90.8, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthDown", "angle": 246.36666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthUp", "angle": 66.366666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.53333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SouthUp", "angle": 113.6, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.55, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.533333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastDown", "angle": 90.533333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.55, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.533333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "NorthDown", "angle": 293.6, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "EastUp", "angle": 270.83333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}], "metadata": {"time": "2020-02-14T21:11:48Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2798972, "baseline": 8.5865473, "starttime": "2020-02-14T21:55:20", "endtime": "2020-02-14T21:59:58", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20747.1286145, "baseline": -70.0841355, "starttime": "2020-02-14T22:07:08", "endtime": "2020-02-14T22:11:14", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47434.3823995, "baseline": 577.3121495, "starttime": "2020-02-14T22:07:08", "endtime": "2020-02-14T22:11:14", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.55111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.55083333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.550833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.547222222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.56555555556, "residual": 0.0, "time": "2020-02-14T21:55:20", "h": 20814.736, "e": -110.949, "z": 46857.271, "f": 51794.47}, {"measurement_type": "EastDown", "angle": 90.549722222222, "residual": 0.0, "time": "2020-02-14T21:56:28", "h": 20814.289, "e": -111.055, "z": 46857.292, "f": 51794.29}, {"measurement_type": "WestUp", "angle": 90.811666666667, "residual": 0.0, "time": "2020-02-14T21:57:34", "h": 20814.946, "e": -110.981, "z": 46857.214, "f": 51794.45}, {"measurement_type": "EastUp", "angle": 270.83944444444, "residual": 0.0, "time": "2020-02-14T21:59:58", "h": 20815.566, "e": -111.174, "z": 46856.994, "f": 51794.52}, {"measurement_type": "SouthDown", "angle": 246.3725, "residual": 0.0, "time": "2020-02-14T22:07:08", "h": 20816.895, "e": -110.895, "z": 46857.023, "f": 51795.06}, {"measurement_type": "NorthUp", "angle": 66.371944444444, "residual": 0.0, "time": "2020-02-14T22:08:19", "h": 20816.962, "e": -111.162, "z": 46857.145, "f": 51795.16}, {"measurement_type": "SouthUp", "angle": 113.61888888889, "residual": 0.0, "time": "2020-02-14T22:10:22", "h": 20817.356, "e": -110.876, "z": 46857.09, "f": 51795.25}, {"measurement_type": "NorthDown", "angle": 293.62111111111, "residual": 0.0, "time": "2020-02-14T22:11:14", "h": 20817.638, "e": -110.655, "z": 46857.023, "f": 51795.32}], "metadata": {"time": "2020-02-14T21:11:48Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3016333, "baseline": 8.5824828, "starttime": "2020-02-21T18:21:02", "endtime": "2020-02-21T18:25:07", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20734.0315384, "baseline": -70.3832116, "starttime": "2020-02-21T18:31:12", "endtime": "2020-02-21T18:35:33", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47428.5484972, "baseline": 577.7262472, "starttime": "2020-02-21T18:31:12", "endtime": "2020-02-21T18:35:33", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.55388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.549166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.549166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.55194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60916666667, "residual": 0.0, "time": "2020-02-21T18:21:02", "h": 20803.861, "e": -101.613, "z": 46851.097, "f": 51784.72}, {"measurement_type": "EastDown", "angle": 90.570277777778, "residual": 0.0, "time": "2020-02-21T18:22:16", "h": 20804.034, "e": -101.22, "z": 46851.052, "f": 51784.7}, {"measurement_type": "WestUp", "angle": 90.810555555556, "residual": 0.0, "time": "2020-02-21T18:24:00", "h": 20804.062, "e": -101.961, "z": 46851.209, "f": 51784.85}, {"measurement_type": "EastUp", "angle": 270.8675, "residual": 0.0, "time": "2020-02-21T18:25:07", "h": 20804.08, "e": -101.738, "z": 46851.012, "f": 51784.73}, {"measurement_type": "SouthDown", "angle": 246.37916666667, "residual": 0.0, "time": "2020-02-21T18:31:12", "h": 20804.975, "e": -100.808, "z": 46850.817, "f": 51784.83}, {"measurement_type": "NorthUp", "angle": 66.376666666667, "residual": 0.0, "time": "2020-02-21T18:32:19", "h": 20804.354, "e": -100.38, "z": 46850.907, "f": 51784.62}, {"measurement_type": "SouthUp", "angle": 113.60111111111, "residual": 0.0, "time": "2020-02-21T18:34:30", "h": 20804.097, "e": -99.232, "z": 46850.714, "f": 51784.4}, {"measurement_type": "NorthDown", "angle": 293.6075, "residual": 0.0, "time": "2020-02-21T18:35:33", "h": 20804.233, "e": -99.397, "z": 46850.851, "f": 51784.57}], "metadata": {"time": "2020-02-21T18:21:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3083, "baseline": 8.5818462, "starttime": "2020-02-21T18:39:00", "endtime": "2020-02-21T18:43:18", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20732.5449719, "baseline": -71.1135281, "starttime": "2020-02-21T18:49:59", "endtime": "2020-02-21T18:53:49", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47428.4371135, "baseline": 578.0933635, "starttime": "2020-02-21T18:49:59", "endtime": "2020-02-21T18:53:49", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.565277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.5675, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.56527777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.565833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.62416666667, "residual": 0.0, "time": "2020-02-21T18:39:00", "h": 20804.102, "e": -99.311, "z": 46850.779, "f": 51784.47}, {"measurement_type": "EastDown", "angle": 90.594444444444, "residual": 0.0, "time": "2020-02-21T18:40:22", "h": 20804.211, "e": -99.049, "z": 46850.678, "f": 51784.42}, {"measurement_type": "WestUp", "angle": 90.841666666667, "residual": 0.0, "time": "2020-02-21T18:42:00", "h": 20803.836, "e": -98.628, "z": 46850.666, "f": 51784.3}, {"measurement_type": "EastUp", "angle": 270.88361111111, "residual": 0.0, "time": "2020-02-21T18:43:18", "h": 20803.763, "e": -98.944, "z": 46850.737, "f": 51784.3}, {"measurement_type": "SouthDown", "angle": 246.3825, "residual": 0.0, "time": "2020-02-21T18:49:59", "h": 20803.836, "e": -99.882, "z": 46850.501, "f": 51784.11}, {"measurement_type": "NorthUp", "angle": 66.381388888889, "residual": 0.0, "time": "2020-02-21T18:51:09", "h": 20803.598, "e": -99.598, "z": 46850.339, "f": 51783.89}, {"measurement_type": "SouthUp", "angle": 113.60194444444, "residual": 0.0, "time": "2020-02-21T18:52:50", "h": 20803.393, "e": -99.991, "z": 46850.343, "f": 51783.82}, {"measurement_type": "NorthDown", "angle": 293.60888888889, "residual": 0.0, "time": "2020-02-21T18:53:49", "h": 20803.807, "e": -100.075, "z": 46850.192, "f": 51783.81}], "metadata": {"time": "2020-02-21T18:21:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3034389, "baseline": 8.5834661, "starttime": "2020-02-21T18:57:12", "endtime": "2020-02-21T19:00:47", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20731.2277393, "baseline": -70.7680107, "starttime": "2020-02-21T19:06:11", "endtime": "2020-02-21T19:09:50", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47427.1466742, "baseline": 577.9631742, "starttime": "2020-02-21T19:06:11", "endtime": "2020-02-21T19:09:50", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.56861111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.56166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.566666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.561944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.61916666667, "residual": 0.0, "time": "2020-02-21T18:57:12", "h": 20803.782, "e": -100.361, "z": 46849.944, "f": 51783.56}, {"measurement_type": "EastDown", "angle": 90.590277777778, "residual": 0.0, "time": "2020-02-21T18:58:36", "h": 20804.464, "e": -101.161, "z": 46849.737, "f": 51783.65}, {"measurement_type": "WestUp", "angle": 90.836111111111, "residual": 0.0, "time": "2020-02-21T18:59:44", "h": 20803.764, "e": -101.798, "z": 46850.058, "f": 51783.64}, {"measurement_type": "EastUp", "angle": 270.87388888889, "residual": 0.0, "time": "2020-02-21T19:00:47", "h": 20803.798, "e": -101.967, "z": 46849.812, "f": 51783.43}, {"measurement_type": "SouthDown", "angle": 246.38416666667, "residual": 0.0, "time": "2020-02-21T19:06:11", "h": 20802.19, "e": -102.864, "z": 46849.295, "f": 51782.3}, {"measurement_type": "NorthUp", "angle": 66.383055555556, "residual": 0.0, "time": "2020-02-21T19:07:06", "h": 20801.777, "e": -103.142, "z": 46849.217, "f": 51782.17}, {"measurement_type": "SouthUp", "angle": 113.6025, "residual": 0.0, "time": "2020-02-21T19:08:29", "h": 20801.758, "e": -103.905, "z": 46849.177, "f": 51782.14}, {"measurement_type": "NorthDown", "angle": 293.60861111111, "residual": 0.0, "time": "2020-02-21T19:09:50", "h": 20802.258, "e": -104.14, "z": 46849.045, "f": 51782.18}], "metadata": {"time": "2020-02-21T18:21:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2955917, "baseline": 8.5832537, "starttime": "2020-02-21T19:12:29", "endtime": "2020-02-21T19:16:46", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20731.5333996, "baseline": -70.8456004, "starttime": "2020-02-21T19:21:49", "endtime": "2020-02-21T19:25:39", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47426.5928877, "baseline": 578.0258877, "starttime": "2020-02-21T19:21:49", "endtime": "2020-02-21T19:25:39", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.56694444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.56083333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.564722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.560833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60527777778, "residual": 0.0, "time": "2020-02-21T19:12:29", "h": 20803.104, "e": -103.941, "z": 46848.993, "f": 51782.38}, {"measurement_type": "EastDown", "angle": 90.583055555556, "residual": 0.0, "time": "2020-02-21T19:13:47", "h": 20803.097, "e": -104.161, "z": 46849.071, "f": 51782.47}, {"measurement_type": "WestUp", "angle": 90.833611111111, "residual": 0.0, "time": "2020-02-21T19:15:00", "h": 20802.67, "e": -103.961, "z": 46848.884, "f": 51782.15}, {"measurement_type": "EastUp", "angle": 270.86055555556, "residual": 0.0, "time": "2020-02-21T19:16:46", "h": 20802.803, "e": -104.28, "z": 46848.759, "f": 51782.13}, {"measurement_type": "SouthDown", "angle": 246.38472222222, "residual": 0.0, "time": "2020-02-21T19:21:49", "h": 20801.958, "e": -106.572, "z": 46848.905, "f": 51781.93}, {"measurement_type": "NorthUp", "angle": 66.381388888889, "residual": 0.0, "time": "2020-02-21T19:22:53", "h": 20802.86, "e": -107.886, "z": 46848.571, "f": 51782.04}, {"measurement_type": "SouthUp", "angle": 113.60361111111, "residual": 0.0, "time": "2020-02-21T19:24:27", "h": 20802.333, "e": -107.433, "z": 46848.136, "f": 51781.37}, {"measurement_type": "NorthDown", "angle": 293.60861111111, "residual": 0.0, "time": "2020-02-21T19:25:39", "h": 20802.365, "e": -106.905, "z": 46848.656, "f": 51781.91}], "metadata": {"time": "2020-02-21T18:21:02Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Mark Nelson", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2869806, "baseline": 8.5768364, "starttime": "2020-02-27T19:10:27", "endtime": "2020-02-27T19:17:20", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20733.1496651, "baseline": -69.8563349, "starttime": "2020-02-27T19:26:17", "endtime": "2020-02-27T19:33:22", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47419.6408326, "baseline": 577.4295826, "starttime": "2020-02-27T19:26:17", "endtime": "2020-02-27T19:33:22", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.57333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.571388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.570555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57388888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.62277777778, "residual": 0.0, "time": "2020-02-27T19:10:27", "h": 20804.591, "e": -104.213, "z": 46840.624, "f": 51775.22}, {"measurement_type": "EastDown", "angle": 90.571388888889, "residual": 0.0, "time": "2020-02-27T19:12:16", "h": 20804.293, "e": -104.614, "z": 46840.803, "f": 51775.29}, {"measurement_type": "WestUp", "angle": 90.8325, "residual": 0.0, "time": "2020-02-27T19:15:24", "h": 20803.718, "e": -105.233, "z": 46841.064, "f": 51775.34}, {"measurement_type": "EastUp", "angle": 270.85722222222, "residual": 0.0, "time": "2020-02-27T19:17:20", "h": 20803.383, "e": -105.491, "z": 46841.22, "f": 51775.35}, {"measurement_type": "SouthDown", "angle": 246.3775, "residual": 0.0, "time": "2020-02-27T19:26:17", "h": 20802.578, "e": -106.619, "z": 46841.897, "f": 51775.64}, {"measurement_type": "NorthUp", "angle": 66.375555555556, "residual": 0.0, "time": "2020-02-27T19:28:03", "h": 20802.872, "e": -106.943, "z": 46842.014, "f": 51775.88}, {"measurement_type": "SouthUp", "angle": 113.60777777778, "residual": 0.0, "time": "2020-02-27T19:31:22", "h": 20803.356, "e": -107.72, "z": 46842.384, "f": 51776.37}, {"measurement_type": "NorthDown", "angle": 293.61027777778, "residual": 0.0, "time": "2020-02-27T19:33:22", "h": 20803.218, "e": -107.86, "z": 46842.55, "f": 51776.47}], "metadata": {"time": "2020-02-27T19:10:27Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2767722, "baseline": 8.5779143, "starttime": "2020-02-27T19:37:54", "endtime": "2020-02-27T19:43:26", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20732.4769084, "baseline": -70.6175916, "starttime": "2020-02-27T19:49:15", "endtime": "2020-02-27T19:57:45", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47422.0168114, "baseline": 577.8023114, "starttime": "2020-02-27T19:49:15", "endtime": "2020-02-27T19:57:45", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.568611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.568333333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.60305555556, "residual": 0.0, "time": "2020-02-27T19:37:54", "h": 20802.994, "e": -108.82, "z": 46842.859, "f": 51776.69}, {"measurement_type": "EastDown", "angle": 90.562777777778, "residual": 0.0, "time": "2020-02-27T19:39:36", "h": 20803.192, "e": -108.966, "z": 46842.958, "f": 51776.87}, {"measurement_type": "WestUp", "angle": 90.82, "residual": 0.0, "time": "2020-02-27T19:42:04", "h": 20802.867, "e": -108.948, "z": 46843.195, "f": 51776.98}, {"measurement_type": "EastUp", "angle": 270.8475, "residual": 0.0, "time": "2020-02-27T19:43:26", "h": 20802.901, "e": -109.139, "z": 46843.36, "f": 51777.13}, {"measurement_type": "SouthDown", "angle": 246.37888888889, "residual": 0.0, "time": "2020-02-27T19:49:15", "h": 20803.213, "e": -110.488, "z": 46843.9, "f": 51777.75}, {"measurement_type": "NorthUp", "angle": 66.376666666667, "residual": 0.0, "time": "2020-02-27T19:51:39", "h": 20803.402, "e": -110.831, "z": 46844.062, "f": 51777.97}, {"measurement_type": "SouthUp", "angle": 113.605, "residual": 0.0, "time": "2020-02-27T19:54:25", "h": 20802.975, "e": -110.933, "z": 46844.305, "f": 51778.02}, {"measurement_type": "NorthDown", "angle": 293.60861111111, "residual": 0.0, "time": "2020-02-27T19:57:45", "h": 20802.788, "e": -111.298, "z": 46844.591, "f": 51778.25}], "metadata": {"time": "2020-02-27T19:10:27Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2683694, "baseline": 8.5780491, "starttime": "2020-02-27T20:05:42", "endtime": "2020-02-27T20:11:23", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20734.2678711, "baseline": -70.2031289, "starttime": "2020-02-27T20:18:56", "endtime": "2020-02-27T20:26:39", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47424.3906643, "baseline": 577.6509143, "starttime": "2020-02-27T20:18:56", "endtime": "2020-02-27T20:26:39", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57083333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.567777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.5675, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.58888888889, "residual": 0.0, "time": "2020-02-27T20:05:42", "h": 20803.28, "e": -111.996, "z": 46845.299, "f": 51779.08}, {"measurement_type": "EastDown", "angle": 90.553611111111, "residual": 0.0, "time": "2020-02-27T20:07:08", "h": 20802.905, "e": -111.983, "z": 46845.534, "f": 51779.13}, {"measurement_type": "WestUp", "angle": 90.814166666667, "residual": 0.0, "time": "2020-02-27T20:09:51", "h": 20802.924, "e": -112.159, "z": 46845.719, "f": 51779.3}, {"measurement_type": "EastUp", "angle": 270.84027777778, "residual": 0.0, "time": "2020-02-27T20:11:23", "h": 20803.502, "e": -112.131, "z": 46845.797, "f": 51779.61}, {"measurement_type": "SouthDown", "angle": 246.37972222222, "residual": 0.0, "time": "2020-02-27T20:18:56", "h": 20804.214, "e": -113.769, "z": 46846.545, "f": 51780.61}, {"measurement_type": "NorthUp", "angle": 66.377777777778, "residual": 0.0, "time": "2020-02-27T20:20:42", "h": 20803.926, "e": -113.838, "z": 46846.609, "f": 51780.56}, {"measurement_type": "SouthUp", "angle": 113.60722222222, "residual": 0.0, "time": "2020-02-27T20:23:52", "h": 20804.723, "e": -113.972, "z": 46846.8, "f": 51781.06}, {"measurement_type": "NorthDown", "angle": 293.61138888889, "residual": 0.0, "time": "2020-02-27T20:26:39", "h": 20805.021, "e": -114.12, "z": 46847.005, "f": 51781.33}], "metadata": {"time": "2020-02-27T19:10:27Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.268925, "baseline": 8.581803, "starttime": "2020-02-27T20:34:31", "endtime": "2020-02-27T20:39:55", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20737.9005597, "baseline": -70.3304403, "starttime": "2020-02-27T20:48:02", "endtime": "2020-02-27T20:57:56", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47426.2784612, "baseline": 577.6542112, "starttime": "2020-02-27T20:48:02", "endtime": "2020-02-27T20:57:56", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.5675, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.56805555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.564722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.564166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.58388888889, "residual": 0.0, "time": "2020-02-27T20:34:31", "h": 20805.433, "e": -113.346, "z": 46847.411, "f": 51781.87}, {"measurement_type": "EastDown", "angle": 90.550555555556, "residual": 0.0, "time": "2020-02-27T20:35:58", "h": 20805.637, "e": -113.157, "z": 46847.501, "f": 51782.03}, {"measurement_type": "WestUp", "angle": 90.812777777778, "residual": 0.0, "time": "2020-02-27T20:38:26", "h": 20806.232, "e": -113.229, "z": 46847.674, "f": 51782.46}, {"measurement_type": "EastUp", "angle": 270.83972222222, "residual": 0.0, "time": "2020-02-27T20:39:55", "h": 20806.737, "e": -113.246, "z": 46847.739, "f": 51782.71}, {"measurement_type": "SouthDown", "angle": 246.37666666667, "residual": 0.0, "time": "2020-02-27T20:48:02", "h": 20807.983, "e": -113.245, "z": 46848.247, "f": 51783.63}, {"measurement_type": "NorthUp", "angle": 66.374722222222, "residual": 0.0, "time": "2020-02-27T20:50:53", "h": 20808.253, "e": -113.52, "z": 46848.52, "f": 51783.99}, {"measurement_type": "SouthUp", "angle": 113.61055555556, "residual": 0.0, "time": "2020-02-27T20:55:23", "h": 20807.99, "e": -113.509, "z": 46848.772, "f": 51784.13}, {"measurement_type": "NorthDown", "angle": 293.61333333333, "residual": 0.0, "time": "2020-02-27T20:57:56", "h": 20808.698, "e": -113.78, "z": 46848.958, "f": 51784.55}], "metadata": {"time": "2020-02-27T19:10:27Z", "reviewed": true, "electronics": "0110", "theodolite": "109648", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Payton Cain", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}]
\ No newline at end of file
diff --git a/etc/residual/BOU20200101.json b/etc/residual/BOU20200101.json
new file mode 100644
index 0000000000000000000000000000000000000000..89697e4f9b53fd1a60c0fc499fdfb1500c42d580
--- /dev/null
+++ b/etc/residual/BOU20200101.json
@@ -0,0 +1 @@
+[{"absolutes": [{"element": "D", "absolute": 8.3851056, "baseline": 8.58571, "starttime": "2020-01-03T17:12:47", "endtime": "2020-01-03T17:16:21", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.0650365, "baseline": -71.7177135, "starttime": "2020-01-03T17:20:48", "endtime": "2020-01-03T17:24:40", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.1529433, "baseline": 578.2041933, "starttime": "2020-01-03T17:20:48", "endtime": "2020-01-03T17:24:40", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.58305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.583055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.581111111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58305555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.72055555556, "residual": 0.0, "time": "2020-01-03T17:12:47", "h": 20800.329, "e": -72.242, "z": 46871.49, "f": 51801.81}, {"measurement_type": "EastDown", "angle": 90.682222222222, "residual": 0.0, "time": "2020-01-03T17:14:13", "h": 20800.259, "e": -72.636, "z": 46871.641, "f": 51801.92}, {"measurement_type": "WestUp", "angle": 90.937222222222, "residual": 0.0, "time": "2020-01-03T17:15:22", "h": 20800.259, "e": -72.657, "z": 46871.521, "f": 51801.82}, {"measurement_type": "EastUp", "angle": 270.9775, "residual": 0.0, "time": "2020-01-03T17:16:21", "h": 20800.086, "e": -72.758, "z": 46871.707, "f": 51801.92}, {"measurement_type": "SouthDown", "angle": 246.39555555556, "residual": 0.0, "time": "2020-01-03T17:20:48", "h": 20799.796, "e": -72.898, "z": 46871.802, "f": 51801.89}, {"measurement_type": "NorthUp", "angle": 66.393055555556, "residual": 0.0, "time": "2020-01-03T17:21:46", "h": 20799.852, "e": -72.8, "z": 46871.919, "f": 51802.01}, {"measurement_type": "SouthUp", "angle": 113.58805555556, "residual": 0.0, "time": "2020-01-03T17:22:59", "h": 20799.668, "e": -72.775, "z": 46871.997, "f": 51802.01}, {"measurement_type": "NorthDown", "angle": 293.59083333333, "residual": 0.0, "time": "2020-01-03T17:24:40", "h": 20799.815, "e": -72.813, "z": 46872.077, "f": 51802.14}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3819111, "baseline": 8.5852195, "starttime": "2020-01-03T17:28:08", "endtime": "2020-01-03T17:32:18", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20727.7191551, "baseline": -71.6995949, "starttime": "2020-01-03T17:35:44", "endtime": "2020-01-03T17:39:04", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47451.2425073, "baseline": 578.2107573, "starttime": "2020-01-03T17:35:44", "endtime": "2020-01-03T17:39:04", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.580833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.58138888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58194444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.580555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.7125, "residual": 0.0, "time": "2020-01-03T17:28:08", "h": 20799.734, "e": -72.917, "z": 46872.404, "f": 51802.4}, {"measurement_type": "EastDown", "angle": 90.680277777778, "residual": 0.0, "time": "2020-01-03T17:29:28", "h": 20799.839, "e": -73.319, "z": 46872.542, "f": 51802.54}, {"measurement_type": "WestUp", "angle": 90.935277777778, "residual": 0.0, "time": "2020-01-03T17:30:49", "h": 20800.006, "e": -73.791, "z": 46872.632, "f": 51802.71}, {"measurement_type": "EastUp", "angle": 270.97111111111, "residual": 0.0, "time": "2020-01-03T17:32:18", "h": 20799.867, "e": -74.174, "z": 46872.79, "f": 51802.79}, {"measurement_type": "SouthDown", "angle": 246.39611111111, "residual": 0.0, "time": "2020-01-03T17:35:44", "h": 20799.682, "e": -74.909, "z": 46872.939, "f": 51802.88}, {"measurement_type": "NorthUp", "angle": 66.396388888889, "residual": 0.0, "time": "2020-01-03T17:36:55", "h": 20799.458, "e": -74.806, "z": 46872.973, "f": 51802.84}, {"measurement_type": "SouthUp", "angle": 113.58916666667, "residual": 0.0, "time": "2020-01-03T17:38:15", "h": 20799.393, "e": -74.635, "z": 46873.083, "f": 51802.89}, {"measurement_type": "NorthDown", "angle": 293.59027777778, "residual": 0.0, "time": "2020-01-03T17:39:04", "h": 20799.142, "e": -74.597, "z": 46873.132, "f": 51802.88}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3787167, "baseline": 8.5851619, "starttime": "2020-01-03T17:42:11", "endtime": "2020-01-03T17:45:30", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20727.6357972, "baseline": -71.8987028, "starttime": "2020-01-03T17:47:36", "endtime": "2020-01-03T17:50:24", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47452.1491847, "baseline": 578.2884347, "starttime": "2020-01-03T17:47:36", "endtime": "2020-01-03T17:50:24", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.576944444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.579444444444, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.70388888889, "residual": 0.0, "time": "2020-01-03T17:42:11", "h": 20799.321, "e": -74.172, "z": 46873.369, "f": 51803.12}, {"measurement_type": "EastDown", "angle": 90.6775, "residual": 0.0, "time": "2020-01-03T17:43:20", "h": 20799.265, "e": -74.395, "z": 46873.502, "f": 51803.25}, {"measurement_type": "WestUp", "angle": 90.929444444444, "residual": 0.0, "time": "2020-01-03T17:44:20", "h": 20799.555, "e": -74.818, "z": 46873.588, "f": 51803.4}, {"measurement_type": "EastUp", "angle": 270.96722222222, "residual": 0.0, "time": "2020-01-03T17:45:30", "h": 20799.794, "e": -75.354, "z": 46873.613, "f": 51803.61}, {"measurement_type": "SouthDown", "angle": 246.39722222222, "residual": 0.0, "time": "2020-01-03T17:47:36", "h": 20799.599, "e": -75.677, "z": 46873.788, "f": 51803.62}, {"measurement_type": "NorthUp", "angle": 66.397222222222, "residual": 0.0, "time": "2020-01-03T17:48:29", "h": 20799.463, "e": -75.814, "z": 46873.847, "f": 51803.64}, {"measurement_type": "SouthUp", "angle": 113.58888888889, "residual": 0.0, "time": "2020-01-03T17:49:35", "h": 20799.572, "e": -76.029, "z": 46873.869, "f": 51803.7}, {"measurement_type": "NorthDown", "angle": 293.59055555556, "residual": 0.0, "time": "2020-01-03T17:50:24", "h": 20799.504, "e": -76.076, "z": 46873.939, "f": 51803.72}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3734389, "baseline": 8.5867341, "starttime": "2020-01-03T17:52:25", "endtime": "2020-01-03T17:55:04", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20728.0154327, "baseline": -71.2608173, "starttime": "2020-01-03T17:56:47", "endtime": "2020-01-03T17:59:05", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47452.2343397, "baseline": 578.0225897, "starttime": "2020-01-03T17:56:47", "endtime": "2020-01-03T17:59:05", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.58, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.58027777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.578055555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.5775, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.70166666667, "residual": 0.0, "time": "2020-01-03T17:52:25", "h": 20799.573, "e": -76.779, "z": 46874.079, "f": 51803.87}, {"measurement_type": "EastDown", "angle": 90.670833333333, "residual": 0.0, "time": "2020-01-03T17:53:22", "h": 20799.478, "e": -77.109, "z": 46874.081, "f": 51803.87}, {"measurement_type": "WestUp", "angle": 90.925277777778, "residual": 0.0, "time": "2020-01-03T17:54:09", "h": 20799.423, "e": -77.207, "z": 46874.099, "f": 51803.81}, {"measurement_type": "EastUp", "angle": 270.95861111111, "residual": 0.0, "time": "2020-01-03T17:55:04", "h": 20799.361, "e": -77.562, "z": 46874.168, "f": 51803.89}, {"measurement_type": "SouthDown", "angle": 246.39777777778, "residual": 0.0, "time": "2020-01-03T17:56:47", "h": 20799.248, "e": -77.903, "z": 46874.189, "f": 51803.87}, {"measurement_type": "NorthUp", "angle": 66.397222222222, "residual": 0.0, "time": "2020-01-03T17:57:23", "h": 20799.27, "e": -77.977, "z": 46874.177, "f": 51803.87}, {"measurement_type": "SouthUp", "angle": 113.58972222222, "residual": 0.0, "time": "2020-01-03T17:58:22", "h": 20799.315, "e": -78.154, "z": 46874.254, "f": 51803.93}, {"measurement_type": "NorthDown", "angle": 293.59166666667, "residual": 0.0, "time": "2020-01-03T17:59:05", "h": 20799.272, "e": -78.287, "z": 46874.227, "f": 51803.93}], "metadata": {"time": "2020-01-03T17:12:47Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Jake Morris", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.315175, "baseline": 8.5804386, "starttime": "2020-01-10T21:02:33", "endtime": "2020-01-10T21:07:51", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20736.9818715, "baseline": -69.4726285, "starttime": "2020-01-10T21:12:58", "endtime": "2020-01-10T21:24:22", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.1827973, "baseline": 577.3772973, "starttime": "2020-01-10T21:12:58", "endtime": "2020-01-10T21:24:22", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.57833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.573888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.574166666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57638888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64916666667, "residual": 0.0, "time": "2020-01-10T21:02:33", "h": 20806.986, "e": -96.226, "z": 46872.425, "f": 51805.46}, {"measurement_type": "EastDown", "angle": 90.601388888889, "residual": 0.0, "time": "2020-01-10T21:04:31", "h": 20806.491, "e": -95.51, "z": 46872.54, "f": 51805.34}, {"measurement_type": "WestUp", "angle": 90.857222222222, "residual": 0.0, "time": "2020-01-10T21:06:28", "h": 20805.724, "e": -95.767, "z": 46872.606, "f": 51805.12}, {"measurement_type": "EastUp", "angle": 270.9025, "residual": 0.0, "time": "2020-01-10T21:07:51", "h": 20805.655, "e": -96.523, "z": 46872.748, "f": 51805.23}, {"measurement_type": "SouthDown", "angle": 246.385, "residual": 0.0, "time": "2020-01-10T21:12:58", "h": 20806.285, "e": -95.897, "z": 46872.621, "f": 51805.37}, {"measurement_type": "NorthUp", "angle": 66.384722222222, "residual": 0.0, "time": "2020-01-10T21:14:18", "h": 20806.004, "e": -95.296, "z": 46872.652, "f": 51805.31}, {"measurement_type": "SouthUp", "angle": 113.59638888889, "residual": 0.0, "time": "2020-01-10T21:16:49", "h": 20806.466, "e": -95.092, "z": 46872.803, "f": 51805.63}, {"measurement_type": "NorthDown", "angle": 293.59972222222, "residual": 0.0, "time": "2020-01-10T21:24:22", "h": 20807.063, "e": -94.084, "z": 46873.146, "f": 51806.13}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3208694, "baseline": 8.5803502, "starttime": "2020-01-10T21:26:21", "endtime": "2020-01-10T21:32:43", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20737.971354, "baseline": -69.435396, "starttime": "2020-01-10T21:37:14", "endtime": "2020-01-10T21:43:30", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.5661274, "baseline": 577.3468774, "starttime": "2020-01-10T21:37:14", "endtime": "2020-01-10T21:43:30", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.573888888889, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.57777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57666666667, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.574722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.6475, "residual": 0.0, "time": "2020-01-10T21:26:21", "h": 20806.756, "e": -93.799, "z": 46872.891, "f": 51805.79}, {"measurement_type": "EastDown", "angle": 90.610833333333, "residual": 0.0, "time": "2020-01-10T21:28:12", "h": 20806.435, "e": -94.385, "z": 46873.256, "f": 51806.01}, {"measurement_type": "WestUp", "angle": 90.865833333333, "residual": 0.0, "time": "2020-01-10T21:30:44", "h": 20806.354, "e": -93.866, "z": 46873.286, "f": 51805.97}, {"measurement_type": "EastUp", "angle": 270.90916666667, "residual": 0.0, "time": "2020-01-10T21:32:43", "h": 20807.497, "e": -93.622, "z": 46873.175, "f": 51806.39}, {"measurement_type": "SouthDown", "angle": 246.38527777778, "residual": 0.0, "time": "2020-01-10T21:37:14", "h": 20807.214, "e": -94.021, "z": 46873.18, "f": 51806.26}, {"measurement_type": "NorthUp", "angle": 66.384444444444, "residual": 0.0, "time": "2020-01-10T21:38:54", "h": 20807.679, "e": -94.545, "z": 46873.218, "f": 51806.44}, {"measurement_type": "SouthUp", "angle": 113.59916666667, "residual": 0.0, "time": "2020-01-10T21:41:09", "h": 20807.861, "e": -94.68, "z": 46873.163, "f": 51806.49}, {"measurement_type": "NorthDown", "angle": 293.60027777778, "residual": 0.0, "time": "2020-01-10T21:43:30", "h": 20806.873, "e": -94.668, "z": 46873.316, "f": 51806.24}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3181611, "baseline": 8.5790924, "starttime": "2020-01-10T21:50:07", "endtime": "2020-01-10T21:56:46", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20740.8272595, "baseline": -69.5659905, "starttime": "2020-01-10T22:01:36", "endtime": "2020-01-10T22:06:25", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.2045993, "baseline": 577.3720993, "starttime": "2020-01-10T22:01:36", "endtime": "2020-01-10T22:06:25", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57583333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.572777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.573611111111, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.63916666667, "residual": 0.0, "time": "2020-01-10T21:50:07", "h": 20808.327, "e": -94.707, "z": 46872.807, "f": 51806.32}, {"measurement_type": "EastDown", "angle": 90.611111111111, "residual": 0.0, "time": "2020-01-10T21:52:57", "h": 20808.123, "e": -94.396, "z": 46872.909, "f": 51806.39}, {"measurement_type": "WestUp", "angle": 90.865833333333, "residual": 0.0, "time": "2020-01-10T21:55:05", "h": 20808.337, "e": -94.265, "z": 46872.902, "f": 51806.44}, {"measurement_type": "EastUp", "angle": 270.90111111111, "residual": 0.0, "time": "2020-01-10T21:56:46", "h": 20808.838, "e": -94.456, "z": 46872.93, "f": 51806.66}, {"measurement_type": "SouthDown", "angle": 246.38277777778, "residual": 0.0, "time": "2020-01-10T22:01:36", "h": 20810.14, "e": -94.623, "z": 46872.812, "f": 51807.05}, {"measurement_type": "NorthUp", "angle": 66.382222222222, "residual": 0.0, "time": "2020-01-10T22:03:13", "h": 20810.232, "e": -94.04, "z": 46872.743, "f": 51807.02}, {"measurement_type": "SouthUp", "angle": 113.60194444444, "residual": 0.0, "time": "2020-01-10T22:05:12", "h": 20810.496, "e": -93.761, "z": 46872.854, "f": 51807.24}, {"measurement_type": "NorthDown", "angle": 293.605, "residual": 0.0, "time": "2020-01-10T22:06:25", "h": 20810.705, "e": -93.843, "z": 46872.921, "f": 51807.37}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.3205917, "baseline": 8.5798399, "starttime": "2020-01-10T22:10:04", "endtime": "2020-01-10T22:16:18", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20743.6458426, "baseline": -69.6216574, "starttime": "2020-01-10T22:21:03", "endtime": "2020-01-10T22:26:42", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47450.2275685, "baseline": 577.3853185, "starttime": "2020-01-10T22:21:03", "endtime": "2020-01-10T22:26:42", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.57555555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.57583333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.5725, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.572777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.64416666667, "residual": 0.0, "time": "2020-01-10T22:10:04", "h": 20810.869, "e": -93.725, "z": 46872.864, "f": 51807.38}, {"measurement_type": "EastDown", "angle": 90.608611111111, "residual": 0.0, "time": "2020-01-10T22:12:03", "h": 20811.361, "e": -93.945, "z": 46872.817, "f": 51807.58}, {"measurement_type": "WestUp", "angle": 90.868333333333, "residual": 0.0, "time": "2020-01-10T22:14:45", "h": 20811.305, "e": -93.727, "z": 46872.808, "f": 51807.49}, {"measurement_type": "EastUp", "angle": 270.90472222222, "residual": 0.0, "time": "2020-01-10T22:16:18", "h": 20811.811, "e": -94.041, "z": 46872.786, "f": 51807.75}, {"measurement_type": "SouthDown", "angle": 246.38083333333, "residual": 0.0, "time": "2020-01-10T22:21:03", "h": 20813.037, "e": -95.061, "z": 46872.817, "f": 51808.2}, {"measurement_type": "NorthUp", "angle": 66.379444444444, "residual": 0.0, "time": "2020-01-10T22:23:09", "h": 20812.858, "e": -95.226, "z": 46872.881, "f": 51808.19}, {"measurement_type": "SouthUp", "angle": 113.60611111111, "residual": 0.0, "time": "2020-01-10T22:25:23", "h": 20813.846, "e": -95.815, "z": 46872.779, "f": 51808.48}, {"measurement_type": "NorthDown", "angle": 293.6075, "residual": 0.0, "time": "2020-01-10T22:26:42", "h": 20813.329, "e": -96.159, "z": 46872.892, "f": 51808.41}], "metadata": {"time": "2020-01-10T21:02:33Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "Abe Claycomb", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}]
\ No newline at end of file
diff --git a/etc/residual/BOU20200422.json b/etc/residual/BOU20200422.json
new file mode 100644
index 0000000000000000000000000000000000000000..17c02fb56a26989edd5c6056d94ffced22b99d68
--- /dev/null
+++ b/etc/residual/BOU20200422.json
@@ -0,0 +1 @@
+[{"absolutes": [{"element": "D", "absolute": 8.2878833, "baseline": 8.5874457, "starttime": "2020-04-22T16:58:21", "endtime": "2020-04-22T17:02:24", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20717.9633432, "baseline": -70.8844068, "starttime": "2020-04-22T17:06:24", "endtime": "2020-04-22T17:10:19", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47410.5797096, "baseline": 577.1532096, "starttime": "2020-04-22T17:06:24", "endtime": "2020-04-22T17:10:19", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkDown", "angle": 191.56722222222, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.565277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.565833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.56805555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.59472222222, "residual": 0.0, "time": "2020-04-22T16:58:21", "h": 20787.821, "e": -107.791, "z": 46833.4, "f": 51761.21}, {"measurement_type": "EastDown", "angle": 90.578055555556, "residual": 0.0, "time": "2020-04-22T16:59:42", "h": 20787.828, "e": -108.208, "z": 46833.349, "f": 51761.22}, {"measurement_type": "WestUp", "angle": 90.837222222222, "residual": 0.0, "time": "2020-04-22T17:01:05", "h": 20787.92, "e": -108.66, "z": 46833.414, "f": 51761.27}, {"measurement_type": "EastUp", "angle": 270.85472222222, "residual": 0.0, "time": "2020-04-22T17:02:24", "h": 20787.914, "e": -108.624, "z": 46833.246, "f": 51761.17}, {"measurement_type": "SouthDown", "angle": 246.39194444444, "residual": 0.0, "time": "2020-04-22T17:06:24", "h": 20788.918, "e": -109.507, "z": 46833.406, "f": 51761.77}, {"measurement_type": "NorthUp", "angle": 66.391666666667, "residual": 0.0, "time": "2020-04-22T17:07:20", "h": 20788.93, "e": -109.323, "z": 46833.435, "f": 51761.69}, {"measurement_type": "SouthUp", "angle": 113.6, "residual": 0.0, "time": "2020-04-22T17:09:36", "h": 20788.716, "e": -109.682, "z": 46833.468, "f": 51761.67}, {"measurement_type": "NorthDown", "angle": 293.60305555556, "residual": 0.0, "time": "2020-04-22T17:10:19", "h": 20788.827, "e": -109.924, "z": 46833.397, "f": 51761.69}], "metadata": {"time": "2020-04-22T16:58:21Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2796889, "baseline": 8.5865885, "starttime": "2020-04-22T17:13:01", "endtime": "2020-04-22T17:16:27", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20720.412631, "baseline": -70.600369, "starttime": "2020-04-22T17:20:46", "endtime": "2020-04-22T17:24:16", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47410.0768134, "baseline": 577.0655634, "starttime": "2020-04-22T17:20:46", "endtime": "2020-04-22T17:24:16", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "SecondMarkUp", "angle": 11.565833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkDown", "angle": 191.56777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.56777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.565277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.58388888889, "residual": 0.0, "time": "2020-04-22T17:13:01", "h": 20789.331, "e": -110.782, "z": 46833.405, "f": 51761.86}, {"measurement_type": "EastDown", "angle": 90.568611111111, "residual": 0.0, "time": "2020-04-22T17:14:16", "h": 20789.409, "e": -110.917, "z": 46833.333, "f": 51761.83}, {"measurement_type": "WestUp", "angle": 90.828055555556, "residual": 0.0, "time": "2020-04-22T17:15:21", "h": 20789.489, "e": -111.064, "z": 46833.343, "f": 51761.9}, {"measurement_type": "EastUp", "angle": 270.85166666667, "residual": 0.0, "time": "2020-04-22T17:16:27", "h": 20789.68, "e": -111.185, "z": 46833.233, "f": 51761.86}, {"measurement_type": "SouthDown", "angle": 246.39027777778, "residual": 0.0, "time": "2020-04-22T17:20:46", "h": 20790.54, "e": -112.483, "z": 46833.095, "f": 51762.13}, {"measurement_type": "NorthUp", "angle": 66.389722222222, "residual": 0.0, "time": "2020-04-22T17:22:13", "h": 20791.241, "e": -112.957, "z": 46833.016, "f": 51762.31}, {"measurement_type": "SouthUp", "angle": 113.60361111111, "residual": 0.0, "time": "2020-04-22T17:23:16", "h": 20790.985, "e": -113.068, "z": 46832.981, "f": 51762.19}, {"measurement_type": "NorthDown", "angle": 293.60666666667, "residual": 0.0, "time": "2020-04-22T17:24:16", "h": 20791.286, "e": -113.117, "z": 46832.953, "f": 51762.27}], "metadata": {"time": "2020-04-22T16:58:21Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2700361, "baseline": 8.5860246, "starttime": "2020-04-22T17:26:53", "endtime": "2020-04-22T17:30:19", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20722.4714763, "baseline": -70.2677737, "starttime": "2020-04-22T17:34:20", "endtime": "2020-04-22T17:37:43", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47409.4634293, "baseline": 576.9001793, "starttime": "2020-04-22T17:34:20", "endtime": "2020-04-22T17:37:43", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.56805555556, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.56833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.565277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.565833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.57666666667, "residual": 0.0, "time": "2020-04-22T17:26:53", "h": 20791.409, "e": -114.21, "z": 46832.93, "f": 51762.31}, {"measurement_type": "EastDown", "angle": 90.561666666667, "residual": 0.0, "time": "2020-04-22T17:27:57", "h": 20791.255, "e": -114.262, "z": 46832.86, "f": 51762.15}, {"measurement_type": "WestUp", "angle": 90.820833333333, "residual": 0.0, "time": "2020-04-22T17:29:03", "h": 20790.607, "e": -114.163, "z": 46832.832, "f": 51761.89}, {"measurement_type": "EastUp", "angle": 270.83527777778, "residual": 0.0, "time": "2020-04-22T17:30:19", "h": 20790.798, "e": -114.506, "z": 46832.57, "f": 51761.75}, {"measurement_type": "SouthDown", "angle": 246.38611111111, "residual": 0.0, "time": "2020-04-22T17:34:20", "h": 20793.23, "e": -115.927, "z": 46832.451, "f": 51762.5}, {"measurement_type": "NorthUp", "angle": 66.386944444444, "residual": 0.0, "time": "2020-04-22T17:34:59", "h": 20793.178, "e": -115.832, "z": 46832.436, "f": 51762.57}, {"measurement_type": "SouthUp", "angle": 113.60555555556, "residual": 0.0, "time": "2020-04-22T17:36:18", "h": 20792.705, "e": -115.434, "z": 46832.579, "f": 51762.53}, {"measurement_type": "NorthDown", "angle": 293.60722222222, "residual": 0.0, "time": "2020-04-22T17:37:43", "h": 20791.844, "e": -115.239, "z": 46832.787, "f": 51762.35}], "metadata": {"time": "2020-04-22T16:58:21Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}, {"absolutes": [{"element": "D", "absolute": 8.2633694, "baseline": 8.5865679, "starttime": "2020-04-22T17:39:50", "endtime": "2020-04-22T17:43:07", "shift": 0.0, "valid": true}, {"element": "H", "absolute": 20722.5313831, "baseline": -70.6621169, "starttime": "2020-04-22T17:46:19", "endtime": "2020-04-22T17:49:39", "shift": 0.0, "valid": true}, {"element": "Z", "absolute": 47410.070229, "baseline": 577.129229, "starttime": "2020-04-22T17:46:19", "endtime": "2020-04-22T17:49:39", "shift": 0.0, "valid": true}], "azimuth": 199.1383, "hemisphere": 1, "measurements": [{"measurement_type": "FirstMarkDown", "angle": 191.56777777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkDown", "angle": 191.5675, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "FirstMarkUp", "angle": 11.565833333333, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "SecondMarkUp", "angle": 11.565277777778, "residual": 0.0, "time": null, "h": null, "e": null, "z": null, "f": null}, {"measurement_type": "WestDown", "angle": 270.56805555556, "residual": 0.0, "time": "2020-04-22T17:39:50", "h": 20791.975, "e": -116.134, "z": 46832.855, "f": 51762.39}, {"measurement_type": "EastDown", "angle": 90.555555555556, "residual": 0.0, "time": "2020-04-22T17:40:44", "h": 20791.849, "e": -116.444, "z": 46832.734, "f": 51762.37}, {"measurement_type": "WestUp", "angle": 90.809444444444, "residual": 0.0, "time": "2020-04-22T17:42:04", "h": 20792.026, "e": -117.444, "z": 46832.8, "f": 51762.47}, {"measurement_type": "EastUp", "angle": 270.83361111111, "residual": 0.0, "time": "2020-04-22T17:43:07", "h": 20792.017, "e": -117.551, "z": 46832.739, "f": 51762.4}, {"measurement_type": "SouthDown", "angle": 246.38888888889, "residual": 0.0, "time": "2020-04-22T17:46:19", "h": 20792.558, "e": -117.926, "z": 46832.81, "f": 51762.72}, {"measurement_type": "NorthUp", "angle": 66.388055555556, "residual": 0.0, "time": "2020-04-22T17:47:10", "h": 20793.064, "e": -118.251, "z": 46832.932, "f": 51762.94}, {"measurement_type": "SouthUp", "angle": 113.60694444444, "residual": 0.0, "time": "2020-04-22T17:48:34", "h": 20793.514, "e": -118.953, "z": 46832.973, "f": 51763.25}, {"measurement_type": "NorthDown", "angle": 293.60888888889, "residual": 0.0, "time": "2020-04-22T17:49:39", "h": 20793.638, "e": -119.445, "z": 46833.049, "f": 51763.36}], "metadata": {"time": "2020-04-22T16:58:21Z", "reviewed": true, "electronics": "0110", "theodolite": "108449", "mark_name": "AZ", "mark_azimuth": 199.1383, "pier_name": "MainPCDCP", "pier_correction": -22, "observer": "John Spritzer", "reviewer": "Bill Worthington", "station": "BOU"}, "pier_correction": -22.0, "scale_value": null}]
\ No newline at end of file
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150242140.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150242140.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..e9221ae181e6dccb1c040610c79e2000a729fe24
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150242140.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150312045.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150312045.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7e9743e99d9d87831c35c4963dfd48f7f5d47a89
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150312045.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150382118.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150382118.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..2b424cbffe3f699d2cd550af7fe015184a813ddc
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150382118.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150452047.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150452047.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..6e04c369c4342e9aa4d38a7fcaa978bf255644b8
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150452047.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150522238.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150522238.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..11e1ee2d6c58ba00c91f41176af07171ad3b9d02
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150522238.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150592055.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150592055.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..2b309ed9bb2fc50b5f9e7a8f17ba2765dc730b44
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150592055.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150802144.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150802144.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..1ac0109771cee477605e36ce0ba589f174a2adfa
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150802144.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150871947.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150871947.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..9e2d23551f99ac30eb0aff54142d825ffdd139e8
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150871947.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20150942001.xlsm b/etc/residual/Caldata/CMO/2015/CMO20150942001.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..dcd5ddb137697c94303b84927590cb7f0f4c9d34
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20150942001.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151022138.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151022138.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..f841e626ee818de49f97d5d2beacc60b04932dad
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151022138.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151081856.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151081856.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..ac8edf5e1798b2a39e97c7f47d1ce5663c7b4939
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151081856.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151151919.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151151919.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..d0f2f1af89e1c51e1880d9e7311235b6aca9182e
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151151919.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151371803.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151371803.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..3ad463298420adb86047fcaa93c4d04fc82a310f
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151371803.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151572030.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151572030.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..352b7ae77612d310c67238bc428ffdcd618d9f09
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151572030.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151642030.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151642030.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..5442be0f2072dd950ed62625075eee7e635969b0
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151642030.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151720045.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151720045.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..b6dac6d9e4b0b7cb9b3327681cbbde6ca6b6ebda
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151720045.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151782044.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151782044.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..dca6870c64d52b0b58433e91a617dfde891862b3
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151782044.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151852045.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151852045.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..bbe550bf8cd9d18d27ef528f5955f46d9fc3535e
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151852045.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20151921943.xlsm b/etc/residual/Caldata/CMO/2015/CMO20151921943.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..3b4d3da3d825e4027376c945eb70f34ab6bc388e
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20151921943.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152092206.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152092206.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..80c5d0b8fa383a236506bbed79ba16b9b2acb328
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152092206.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152142145.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152142145.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..6d186975721fe5a107551571e6f1d29ca39a06dc
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152142145.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152210109.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152210109.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7bf2410db112bd9a7719e39e989a7055c989a686
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152210109.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152271939.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152271939.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7cbc062630410c97683b0bb3f38c383c1d82e586
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152271939.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152350029.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152350029.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..0c1edbfb7d937163217bfb07ba181726f4a51de8
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152350029.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152412009.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152412009.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..b917b73dd0d522ff0877eced39816822c6421287
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152412009.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152481957.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152481957.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..4e317c8785f0d9e38e2e71753fe0fa343d5f7cdc
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152481957.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152551948.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152551948.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..3098c657e5fc09e31f7d785b4153f1ef78c8a6c7
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152551948.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152640443.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152640443.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7602b9745e59a33bde2fc32c831aaee7f43d1f66
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152640443.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152691948.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152691948.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7199388a3ee0bd4f8d13d84b7efa2fc241aacf32
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152691948.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152761954.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152761954.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..832f4c7ee8aaf50b2a180ad92495ee1e0c8b855d
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152761954.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152840043.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152840043.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..83a50d0b760482b91c561043519acb06573cbd97
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152840043.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152910229.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152910229.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7460546f42f234fa86e1559dfd1981671eb4852c
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152910229.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20152971940.xlsm b/etc/residual/Caldata/CMO/2015/CMO20152971940.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..5784ac3e3f2ecb353fae79b449de03052e58c54b
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20152971940.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153042027.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153042027.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7eb824c58a7da46fa47d3398d9298da7204084ab
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153042027.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153112110.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153112110.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..1d7190e13c952ecdde7117b808e0086f67768c5b
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153112110.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153182110.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153182110.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..ab80b2945818aac2e163685c39498ed62d3743df
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153182110.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153270200.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153270200.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..115cfcfd237f783c01ba45fe54379d62975d0888
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153270200.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153312150.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153312150.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..22c12be201a7112ada79084967a6526ff9f490fd
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153312150.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153392115.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153392115.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..fe5c971293d77dc33a0a43e20257b27c21bdf920
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153392115.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153462126.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153462126.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..76add8f1fc5a2eab2879d5861c87790814bd6774
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153462126.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153552019.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153552019.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..7878fd89e5b29714d386b3a024822db04b5ecc3d
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153552019.xlsm differ
diff --git a/etc/residual/Caldata/CMO/2015/CMO20153592215.xlsm b/etc/residual/Caldata/CMO/2015/CMO20153592215.xlsm
new file mode 100755
index 0000000000000000000000000000000000000000..81fc2ed6e1c386388abc9cc8f3cac09eb2643026
Binary files /dev/null and b/etc/residual/Caldata/CMO/2015/CMO20153592215.xlsm differ
diff --git a/geomagio/adjusted/AdjustedMatrix.py b/geomagio/adjusted/AdjustedMatrix.py
new file mode 100644
index 0000000000000000000000000000000000000000..b5513877fdd621d4cd33755d78c59d7da5b7d599
--- /dev/null
+++ b/geomagio/adjusted/AdjustedMatrix.py
@@ -0,0 +1,81 @@
+import numpy as np
+from obspy import Stream, UTCDateTime
+from pydantic import BaseModel
+from typing import Any, List, Optional
+
+from ..residual.Reading import Reading, get_absolutes_xyz, get_ordinates
+from .. import ChannelConverter
+from .. import pydantic_utcdatetime
+from .Metric import Metric, get_metric
+
+
+class AdjustedMatrix(BaseModel):
+    """Attributes pertaining to adjusted(affine) matrices, applied by the AdjustedAlgorithm
+
+    Attributes
+    ----------
+    matrix: affine matrix generated by Affine's calculate method
+    pier_correction: pier correction generated by Affine's calculate method
+    starttime: beginning of interval that matrix is valid for
+    endtime: end of interval that matrix is valid for
+    NOTE: valid intervals are only generated when bad data is encountered.
+    Matrix is non-constrained otherwise
+    """
+
+    matrix: Optional[Any] = None
+    pier_correction: Optional[float] = None
+    metrics: Optional[List[Metric]] = None
+    starttime: Optional[UTCDateTime] = None
+    endtime: Optional[UTCDateTime] = None
+    time: Optional[UTCDateTime] = None
+
+    def process(
+        self,
+        stream: Stream,
+        inchannels=["H", "E", "Z", "F"],
+        outchannels=["X", "Y", "Z", "F"],
+    ):
+        """ Apply matrix to raw data. Apply pier correction to F when necessary """
+        raws = np.vstack(
+            [
+                stream.select(channel=channel)[0].data
+                for channel in inchannels
+                if channel != "F"
+            ]
+            + [np.ones_like(stream[0].data)]
+        )
+        adjusted = self.matrix @ raws
+        if "F" in inchannels and "F" in outchannels:
+            f = stream.select(channel="F")[0].data + self.pier_correction
+            adjusted[-1] = f
+        return adjusted
+
+    def get_metrics(self, readings: List[Reading]) -> List[Metric]:
+        """Computes mean absolute error and standard deviation between expected and predicted values
+        Metrics are computed for X, Y, Z, and dF values
+
+        Attributes
+        ----------
+        readings: list of valid readings
+        matrix: composed matrix
+
+        Outputs
+        -------
+        metrics: list of Metric objects
+        """
+        absolutes = get_absolutes_xyz(readings=readings)
+        ordinates = get_ordinates(readings=readings)
+        stacked_ordinates = np.vstack((ordinates, np.ones_like(ordinates[0])))
+        predicted = self.matrix @ stacked_ordinates
+        metrics = []
+        elements = ["X", "Y", "Z", "dF"]
+        expected = list(absolutes) + [
+            ChannelConverter.get_computed_f_using_squares(*absolutes)
+        ]
+        predicted = list(predicted[0:3]) + [
+            ChannelConverter.get_computed_f_using_squares(*predicted[0:3])
+        ]
+        return [
+            get_metric(element=elements[i], expected=expected[i], actual=predicted[i])
+            for i in range(len(elements))
+        ]
diff --git a/geomagio/adjusted/Affine.py b/geomagio/adjusted/Affine.py
new file mode 100644
index 0000000000000000000000000000000000000000..0a7a979c3a8b9629113d7df6b88e2e3261be90d2
--- /dev/null
+++ b/geomagio/adjusted/Affine.py
@@ -0,0 +1,156 @@
+from functools import reduce
+import numpy as np
+from obspy import UTCDateTime
+from pydantic import BaseModel, Field
+from typing import List, Optional, Tuple
+
+from ..residual.Reading import (
+    Reading,
+    get_absolutes_xyz,
+    get_ordinates,
+)
+from .. import pydantic_utcdatetime
+from .AdjustedMatrix import AdjustedMatrix
+from .transform import RotationTranslationXY, TranslateOrigins, Transform
+
+
+class Affine(BaseModel):
+    """Creates AdjustedMatrix objects from readings
+
+    Attributes
+    ----------
+    observatory: 3-letter observatory code
+    starttime: beginning time for matrix creation
+    endtime: end time for matrix creation
+    update_interval: window of time(in seconds) a matrix is representative of
+    transforms: methods for matrix calculations
+    """
+
+    observatory: str = None
+    starttime: UTCDateTime = Field(default_factory=lambda: UTCDateTime() - (86400 * 7))
+    endtime: UTCDateTime = Field(default_factory=lambda: UTCDateTime())
+    update_interval: Optional[int] = 86400 * 7
+    transforms: List[Transform] = [
+        RotationTranslationXY(memory=(86400 * 100), acausal=True),
+        TranslateOrigins(memory=(86400 * 10), acausal=True),
+    ]
+
+    def calculate(
+        self, readings: List[Reading], epochs: Optional[List[UTCDateTime]] = None
+    ) -> List[AdjustedMatrix]:
+        """Calculates affine matrices for a range of times
+
+        Attributes
+        ----------
+        readings: readings containing absolutes
+        epochs: optional time markers for unreliable observations
+
+        Outputs
+        -------
+        Ms: AdjustedMatrix objects created from calculations
+        """
+        # default set to create one matrix between starttime and endtime
+        update_interval = self.update_interval or (self.endtime - self.starttime)
+        all_readings = [r for r in readings if r.valid]
+        Ms = []
+        time = self.starttime
+        # search for "bad" H values
+        epochs = epochs or [
+            r.time for r in all_readings if r.get_absolute("H").absolute == 0
+        ]
+        while time < self.endtime:
+            # update epochs for current time
+            epoch_start, epoch_end = get_epochs(epochs=epochs, time=time)
+            # utilize readings that occur after or before a bad reading
+            readings = [
+                r
+                for r in all_readings
+                if (epoch_start is None or r.time > epoch_start)
+                or (epoch_end is None or r.time < epoch_end)
+            ]
+            M = self.calculate_matrix(time, readings)
+            M.starttime = epoch_start
+            M.endtime = epoch_end
+            time += update_interval
+
+            Ms.append(M)
+
+        return Ms
+
+    def calculate_matrix(
+        self, time: UTCDateTime, readings: List[Reading]
+    ) -> AdjustedMatrix:
+        """Calculates affine matrix for a given time
+
+        Attributes
+        ----------
+        time: time within calculation interval
+        readings: list of valid readings
+
+        Outputs
+        -------
+        AdjustedMatrix object containing result
+        """
+        absolutes = get_absolutes_xyz(readings)
+        ordinates = get_ordinates(readings)
+        Ms = []
+        weights = []
+        inputs = ordinates
+
+        for transform in self.transforms:
+            weights = transform.get_weights(
+                readings=readings,
+                time=time.timestamp,
+            )
+            # raise ValueError if no valid observations
+            if np.sum(weights) == 0:
+                raise ValueError(f"No valid observations for: {time}")
+
+            M = transform.calculate(
+                ordinates=inputs, absolutes=absolutes, weights=weights
+            )
+
+            # apply latest M matrix to inputs to get intermediate inputs
+            inputs = np.vstack([*inputs, np.ones_like(inputs[0])])
+            inputs = np.dot(M, inputs)[0:3]
+            Ms.append(M)
+
+        # compose affine transform matrices using reverse ordered matrices
+        M_composed = reduce(np.dot, reversed(Ms))
+        pier_correction = np.average(
+            [reading.pier_correction for reading in readings], weights=weights
+        )
+        matrix = AdjustedMatrix(
+            matrix=M_composed,
+            pier_correction=pier_correction,
+        )
+        matrix.metrics = matrix.get_metrics(readings=readings)
+        return matrix
+
+
+def get_epochs(
+    epochs: List[float],
+    time: UTCDateTime,
+) -> Tuple[float, float]:
+    """Updates valid start/end time for a given interval
+
+    Attributes
+    ----------
+    epochs: bad data times
+    time: current time epoch is being evaluated at
+
+    Outputs
+    -------
+    epoch_start: start of current valid interval
+    epoch_end: end of current valid interval
+    """
+    epoch_start = None
+    epoch_end = None
+    for e in epochs:
+        if e > time:
+            if epoch_end is None or e < epoch_end:
+                epoch_end = e
+        if e < time:
+            if epoch_start is None or e > epoch_start:
+                epoch_start = e
+    return epoch_start, epoch_end
diff --git a/geomagio/adjusted/Metric.py b/geomagio/adjusted/Metric.py
new file mode 100644
index 0000000000000000000000000000000000000000..bb60398f2c5ce4f84083d89881df7b6dafd000dd
--- /dev/null
+++ b/geomagio/adjusted/Metric.py
@@ -0,0 +1,24 @@
+from typing import List
+
+import numpy as np
+from pydantic import BaseModel
+
+
+class Metric(BaseModel):
+    """Mean absolute error and standard deviation for a given element
+
+    Attributes
+    ----------
+    element: Channel that metrics are representative of
+    absmean: mean absolute error
+    stddev: standard deviation
+    """
+
+    element: str
+    absmean: float = None
+    stddev: float = None
+
+
+def get_metric(element: str, expected: List[float], actual: List[float]) -> Metric:
+    diff = np.array(expected) - np.array(actual)
+    return Metric(element=element, absmean=np.average(abs(diff)), stddev=np.std(diff))
diff --git a/geomagio/adjusted/__init__.py b/geomagio/adjusted/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..b86d5d92707e5d9bb6fd5b3395d88fa59261c661
--- /dev/null
+++ b/geomagio/adjusted/__init__.py
@@ -0,0 +1,9 @@
+from .AdjustedMatrix import AdjustedMatrix
+from .Affine import Affine
+from .Metric import Metric
+
+__all__ = [
+    "AdjustedMatrix",
+    "Affine",
+    "Metric",
+]
diff --git a/geomagio/adjusted/transform/LeastSq.py b/geomagio/adjusted/transform/LeastSq.py
new file mode 100644
index 0000000000000000000000000000000000000000..0caa4b1a03f47311354aff3a56434cdf11c762cb
--- /dev/null
+++ b/geomagio/adjusted/transform/LeastSq.py
@@ -0,0 +1,136 @@
+import numpy as np
+import scipy.linalg as spl
+from typing import List, Optional, Tuple, Union
+
+from .Transform import Transform
+
+
+class LeastSq(Transform):
+    """Intance of Transform. Applies least squares to generate matrices"""
+
+    def calculate(
+        self,
+        ordinates: Tuple[List[float], List[float], List[float]],
+        absolutes: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        """Calculates matrix with least squares and accompanying methods
+        Defaults to least squares calculation with no constraints
+        """
+        abs_stacked, ord_stacked = self.get_stacked_values(
+            absolutes, ordinates, weights
+        )
+        ord_stacked = self.get_weighted_values(ord_stacked, weights)
+        abs_stacked = self.get_weighted_values(abs_stacked, weights)
+        # regression matrix M that minimizes L2 norm
+        matrix, res, rank, sigma = spl.lstsq(ord_stacked.T, abs_stacked.T)
+        if self.valid(rank):
+            return self.get_matrix(matrix, absolutes, ordinates, weights)
+        print("Poorly conditioned or singular matrix, returning NaNs")
+        return np.nan * np.ones((4, 4))
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        """Returns matrix formatted for no constraints
+        NOTE: absolutes, ordinates, and weights are only used by QRFactorization's child function
+        """
+        return np.array(
+            [
+                [matrix[0], matrix[1], matrix[2], matrix[3]],
+                [matrix[4], matrix[5], matrix[6], matrix[7]],
+                [matrix[8], matrix[9], matrix[10], matrix[11]],
+                [0.0, 0.0, 0.0, 1.0],
+            ]
+        )
+
+    def get_stacked_absolutes(
+        self, absolutes: Tuple[List[float], List[float], List[float]]
+    ) -> List[float]:
+        """Formats absolutes for least squares method
+
+        Attributes
+        ----------
+        absolutes: Rotated X, Y, and Z absolutes
+
+        Output
+        ------
+        X, Y and Z absolutes placed end to end and transposed
+        """
+        return np.vstack([absolutes[0], absolutes[1], absolutes[2]]).T.ravel()
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        """ Formats ordinates for least squares method """
+        # (reduces degrees of freedom by 4:
+        #  - 4 for the last row of zeros and a one)
+        ord_stacked = np.zeros((12, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = ordinates[0]
+        ord_stacked[1, 0::3] = ordinates[1]
+        ord_stacked[2, 0::3] = ordinates[2]
+        ord_stacked[3, 0::3] = 1.0
+        ord_stacked[4, 1::3] = ordinates[0]
+        ord_stacked[5, 1::3] = ordinates[1]
+        ord_stacked[6, 1::3] = ordinates[2]
+        ord_stacked[7, 1::3] = 1.0
+        ord_stacked[8, 2::3] = ordinates[0]
+        ord_stacked[9, 2::3] = ordinates[1]
+        ord_stacked[10, 2::3] = ordinates[2]
+        ord_stacked[11, 2::3] = 1.0
+
+        return ord_stacked
+
+    def get_stacked_values(
+        self,
+        absolutes: Tuple[List[float], List[float], List[float]],
+        ordinates: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> Tuple[List[float], List[List[float]]]:
+        """Gathers stacked stacked absolutes/ordinates
+        NOTE: weights are only used in QRFactorization's child function
+        """
+        # LHS, or dependent variables
+        # [A[0,0], A[1,0], A[2,0], A[0,1], A[1,1], A[2,1], ...]
+        abs_stacked = self.get_stacked_absolutes(absolutes)
+        # RHS, or independent variables
+        # [
+        # [o[0,0], 0, 0, o[0,1], 0, 0, ...],
+        # [0, o[1,0], 0, 0, o[1,1], 0, ...],
+        # [0, 0, o[2,0], 0, 0, o[2,1], ...],
+        # ...
+        # ]
+        ord_stacked = self.get_stacked_ordinates(ordinates)
+        return abs_stacked, ord_stacked
+
+    def get_weighted_values(
+        self,
+        values: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> Union[List[float], List[List[float]]]:
+        """Application of weights for least squares methods, which calls for square roots
+
+        Attributes
+        ----------
+        values: absolutes or ordinates
+
+        Outputs
+        -------
+        tuple of weights applied to each element of values
+
+        """
+        if weights is None:
+            return values
+        weights = np.sqrt(weights)
+        weights = np.vstack((weights, weights, weights)).T.ravel()
+        return values * weights
+
+    def valid(self, rank: float) -> bool:
+        """ validates whether or not a matrix can reliably transform the method's number of dimensions """
+        if rank < self.ndims:
+            return False
+        return True
diff --git a/geomagio/adjusted/transform/QRFactorization.py b/geomagio/adjusted/transform/QRFactorization.py
new file mode 100644
index 0000000000000000000000000000000000000000..8159b070d7c381ca2d2a3f29983671570adbed37
--- /dev/null
+++ b/geomagio/adjusted/transform/QRFactorization.py
@@ -0,0 +1,92 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+from .SVD import SVD
+
+
+class QRFactorization(LeastSq):
+    """Calculates affine using least squares with QR factorization"""
+
+    ndims: int = 2
+    svd: SVD = SVD(ndims=ndims)
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Tuple[List[float], List[float], List[float]],
+        ordinates: Tuple[List[float], List[float], List[float]],
+        weights: List[float],
+    ) -> np.array:
+        """ performs QR factorization steps and formats result within the returned matrix """
+        # QR fatorization
+        # NOTE: forcing the diagonal elements of Q to be positive
+        #       ensures that the determinant is 1, not -1, and is
+        #       therefore a rotation, not a reflection
+        Q, R = np.linalg.qr(matrix.T)
+        neg = np.diag(Q) < 0
+        Q[:, neg] = -1 * Q[:, neg]
+        R[neg, :] = -1 * R[neg, :]
+
+        # isolate scales from shear
+        S = np.diag(np.diag(R))
+        H = np.dot(np.linalg.inv(S), R)
+
+        # combine shear and rotation
+        QH = np.dot(Q, H)
+
+        weighted_absolutes = self.svd.get_weighted_values(absolutes, weights)
+        weighted_ordinates = self.svd.get_weighted_values(ordinates, weights)
+
+        # now get translation using weighted centroids and R
+        T = self.svd.get_translation_matrix(QH, weighted_absolutes, weighted_ordinates)
+
+        return [
+            [QH[0, 0], QH[0, 1], 0.0, T[0]],
+            [QH[1, 0], QH[1, 1], 0.0, T[1]],
+            [
+                0.0,
+                0.0,
+                1.0,
+                np.array(weighted_absolutes[self.ndims])
+                - np.array(weighted_ordinates[self.ndims]),
+            ],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_values(
+        self,
+        absolutes: Tuple[List[float], List[float], List[float]],
+        ordinates: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> Tuple[List[List[float]], List[List[float]]]:
+        """ stacks and weights absolutes/ordinates """
+        weighted_absolutes = self.svd.get_weighted_values(
+            values=absolutes, weights=weights
+        )
+        weighted_ordinates = self.svd.get_weighted_values(
+            values=ordinates, weights=weights
+        )
+        # LHS, or dependent variables
+        abs_stacked = self.svd.get_stacked_values(
+            values=absolutes,
+            weighted_values=weighted_absolutes,
+        )
+
+        # RHS, or independent variables
+        ord_stacked = self.svd.get_stacked_values(
+            values=ordinates,
+            weighted_values=weighted_ordinates,
+        )
+        return abs_stacked, ord_stacked
+
+    def get_weighted_values(
+        self,
+        values: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> List[List[float]]:
+        """ Applies least squares weights in two dimensions(X and Y)"""
+        if weights is None:
+            return values
+        weights = np.sqrt(weights)
+        return np.array([values[i] * weights for i in range(self.ndims)])
diff --git a/geomagio/adjusted/transform/Rescale3D.py b/geomagio/adjusted/transform/Rescale3D.py
new file mode 100644
index 0000000000000000000000000000000000000000..aa1c58b2f9bfeae68e716c6eb5e5c0f4dfa9a819
--- /dev/null
+++ b/geomagio/adjusted/transform/Rescale3D.py
@@ -0,0 +1,38 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+
+
+class Rescale3D(LeastSq):
+    """Calculates affine using using least squares, constrained to re-scale each axis"""
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        return [
+            [matrix[0], 0.0, 0.0, 0.0],
+            [0.0, matrix[1], 0.0, 0.0],
+            [0.0, 0.0, matrix[2], 0.0],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        # (reduces degrees of freedom by 13:
+        #  - 2 for making x independent of y,z;
+        #  - 2 for making y,z independent of x;
+        #  - 1 for making y independent of z;
+        #  - 1 for making z independent of y;
+        #  - 3 for not translating xyz
+        #  - 4 for the last row of zeros and a one)
+        ord_stacked = np.zeros((3, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = ordinates[0]
+        ord_stacked[1, 1::3] = ordinates[1]
+        ord_stacked[2, 2::3] = ordinates[2]
+        return ord_stacked
diff --git a/geomagio/adjusted/transform/RotationTranslationXY.py b/geomagio/adjusted/transform/RotationTranslationXY.py
new file mode 100644
index 0000000000000000000000000000000000000000..e6a352a15e03147083063b2eae623c18a9f7e420
--- /dev/null
+++ b/geomagio/adjusted/transform/RotationTranslationXY.py
@@ -0,0 +1,37 @@
+import numpy as np
+from typing import List, Tuple
+
+from .SVD import SVD
+
+
+class RotationTranslationXY(SVD):
+    """Calculates affine using singular value decomposition,
+    constrained to rotation and translation in XY(no scale or shear),
+    and only translation in Z"""
+
+    ndims: int = 2
+
+    def get_matrix(
+        self,
+        R: List[List[float]],
+        T: List[List[float]],
+        weighted_absolutes: Tuple[List[float], List[float], List[float]],
+        weighted_ordinates: Tuple[List[float], List[float], List[float]],
+    ) -> np.array:
+        return [
+            [R[0, 0], R[0, 1], 0.0, T[0]],
+            [R[1, 0], R[1, 1], 0.0, T[1]],
+            [
+                0.0,
+                0.0,
+                1.0,
+                np.array(weighted_absolutes[self.ndims])
+                - np.array(weighted_ordinates[self.ndims]),
+            ],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_rotation_matrix(
+        self, U: List[List[float]], Vh: List[List[float]]
+    ) -> List[List[float]]:
+        return np.dot(Vh.T, np.dot(np.diag([1, np.linalg.det(np.dot(Vh.T, U.T))]), U.T))
diff --git a/geomagio/adjusted/transform/SVD.py b/geomagio/adjusted/transform/SVD.py
new file mode 100644
index 0000000000000000000000000000000000000000..9972009cb357c475ec0906e809de4ed7f74d991d
--- /dev/null
+++ b/geomagio/adjusted/transform/SVD.py
@@ -0,0 +1,136 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .Transform import Transform
+
+
+class SVD(Transform):
+    """Instance of Transform. Applies singular value decomposition to generate matrices"""
+
+    def calculate(
+        self,
+        ordinates: Tuple[List[float], List[float], List[float]],
+        absolutes: Tuple[List[float], List[float], List[float]],
+        weights: List[float],
+    ) -> np.array:
+        """Calculates matrix with singular value decomposition and accompanying methods
+        Defaults to singular value decomposition constrained for 3D rotation/translation
+        """
+        weighted_ordinates = self.get_weighted_values(values=ordinates, weights=weights)
+        weighted_absolutes = self.get_weighted_values(values=absolutes, weights=weights)
+        # generate weighted "covariance" matrix
+        H = self.get_covariance_matrix(absolutes, ordinates, weights)
+        # Singular value decomposition, then rotation matrix from L&R eigenvectors
+        # (the determinant guarantees a rotation, and not a reflection)
+        U, S, Vh = np.linalg.svd(H)
+        if self.valid(S):
+            R = self.get_rotation_matrix(U, Vh)
+            # now get translation using weighted centroids and R
+            T = self.get_translation_matrix(R, weighted_absolutes, weighted_ordinates)
+            return self.get_matrix(R, T, weighted_absolutes, weighted_ordinates)
+        print("Poorly conditioned or singular matrix, returning NaNs")
+        return np.nan * np.ones((4, 4))
+
+    def get_covariance_matrix(
+        self,
+        absolutes: Tuple[List[float], List[float], List[float]],
+        ordinates: Tuple[List[float], List[float], List[float]],
+        weights: List[float],
+    ) -> List[List[float]]:
+        """ calculate covariance matrix with weighted absolutes/ordinates """
+        weighted_ordinates = self.get_weighted_values(values=ordinates, weights=weights)
+        weighted_absolutes = self.get_weighted_values(values=absolutes, weights=weights)
+        # generate weighted "covariance" matrix
+        H = np.dot(
+            self.get_stacked_values(
+                values=ordinates,
+                weighted_values=weighted_ordinates,
+            ),
+            np.dot(
+                np.diag(weights),
+                self.get_stacked_values(
+                    values=absolutes,
+                    weighted_values=weighted_absolutes,
+                ).T,
+            ),
+        )
+        return H
+
+    def get_matrix(
+        self,
+        R: List[List[float]],
+        T: List[List[float]],
+        weighted_absolutes: Optional[
+            Tuple[List[float], List[float], List[float]]
+        ] = None,
+        weighted_ordinates: Optional[
+            Tuple[List[float], List[float], List[float]]
+        ] = None,
+    ) -> np.array:
+        """Returns matrix formatted for 3D rotation/translation
+        NOTE: weighted absolutes/ordinates are only used by RotationTranslationXY's child function
+        """
+        return [
+            [R[0, 0], R[0, 1], R[0, 2], T[0]],
+            [R[1, 0], R[1, 1], R[1, 2], T[1]],
+            [R[2, 0], R[2, 1], R[2, 2], T[2]],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_rotation_matrix(
+        self, U: List[List[float]], Vh: List[List[float]]
+    ) -> List[List[float]]:
+        """ computes rotation matrix from products of singular value decomposition """
+        return np.dot(
+            Vh.T, np.dot(np.diag([1, 1, np.linalg.det(np.dot(Vh.T, U.T))]), U.T)
+        )
+
+    def get_stacked_values(
+        self,
+        values: Tuple[List[float], List[float], List[float]],
+        weighted_values: Tuple[List[float], List[float], List[float]],
+    ) -> np.array:
+        """Supports intermediate mathematical steps by differencing and shaping values for SVD
+
+        Attributes
+        ----------
+        values: absolutes or ordinates
+        weighted_values: absolutes or ordinates with weights applied
+        ndims: number of rows desired in return array(case specific). Default set to 3 dimensions(XYZ/HEZ)
+
+        Outputs
+        -------
+        Stacked and differenced values from their weighted counterparts
+        """
+        return np.vstack([[values[i] - weighted_values[i]] for i in range(self.ndims)])
+
+    def get_translation_matrix(
+        self,
+        R: List[List[float]],
+        weighted_absolutes: Tuple[List[float], List[float], List[float]],
+        weighted_ordinates: Tuple[List[float], List[float], List[float]],
+    ) -> List[List[float]]:
+        """ computes translation matrix from rotation matrix and weighted absolutes/ordinates """
+        return np.array([weighted_absolutes[i] for i in range(self.ndims)]) - np.dot(
+            R, [weighted_ordinates[i] for i in range(self.ndims)]
+        )
+
+    def get_weighted_values(
+        self,
+        values: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]],
+    ) -> Tuple[float, float, float]:
+        """Application of weights for SVD methods, which call for weighted averages"""
+        if weights is None:
+            weights = np.ones_like(values[0])
+        return (
+            np.average(values[0], weights=weights),
+            np.average(values[1], weights=weights),
+            np.average(values[2], weights=weights),
+        )
+
+    def valid(self, singular_values: List[float]) -> bool:
+        """ validates whether or not a matrix can reliably transform the method's number of dimensions """
+        if np.sum(singular_values) < self.ndims:
+            return False
+        return True
diff --git a/geomagio/adjusted/transform/ShearYZ.py b/geomagio/adjusted/transform/ShearYZ.py
new file mode 100644
index 0000000000000000000000000000000000000000..7dcc771c59549a77040c898032ea0d6fc52ca27a
--- /dev/null
+++ b/geomagio/adjusted/transform/ShearYZ.py
@@ -0,0 +1,39 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+
+
+class ShearYZ(LeastSq):
+    """Calculates affine using least squares, constrained to shear y and z, but not x."""
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        return [
+            [1.0, 0.0, 0.0, 0.0],
+            [matrix[0], 1.0, 0.0, 0.0],
+            [matrix[1], matrix[2], 1.0, 0.0],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        # (reduces degrees of freedom by 13:
+        #  - 2 for making x independent of y,z;
+        #  - 1 for making y independent of z;
+        #  - 3 for not scaling each axis
+        #  - 4 for the last row of zeros and a one)
+        ord_stacked = np.zeros((3, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = 1.0
+        ord_stacked[1, 0::3] = ordinates[0]
+        ord_stacked[1, 1::3] = 1.0
+        ord_stacked[2, 0::3] = ordinates[0]
+        ord_stacked[2, 1::3] = ordinates[1]
+        ord_stacked[2, 2::3] = 1.0
+        return ord_stacked
diff --git a/geomagio/adjusted/transform/Transform.py b/geomagio/adjusted/transform/Transform.py
new file mode 100644
index 0000000000000000000000000000000000000000..0df271c9766491744fd55a429ee4c5c8ad7ae208
--- /dev/null
+++ b/geomagio/adjusted/transform/Transform.py
@@ -0,0 +1,174 @@
+import numpy as np
+from pydantic import BaseModel
+from typing import List, Optional, Tuple
+
+from ...residual.Reading import Reading, get_baselines, get_times
+
+
+class Transform(BaseModel):
+    """Method for generating an affine matrix.
+
+    Attributes
+    ----------
+    acausal: if true, future readings are used in calculations
+    memory: Controls impact of measurements from the past
+    Defaults to infinite(equal weighting)
+    """
+
+    acausal: bool = False
+    memory: Optional[float] = None
+    ndims: int = 3
+
+    def calculate(
+        self,
+        ordinates: Tuple[List[float], List[float], List[float]],
+        absolutes: Tuple[List[float], List[float], List[float]],
+        weights: List[float],
+    ) -> np.array:
+        """Type skeleton inherited by any instance of Transform
+
+        Attributes
+        ----------
+        ordinates: H, E and Z ordinates
+        absolutes: X, Y and Z absolutes(NOTE: absolutes must be rotated from original H, E and Z values)
+        weights: time weights to apply during calculations of matrices
+        """
+        # return identity matrix
+        return np.eye(4)
+
+    def get_weights(self, readings: List[Reading], time: int = None) -> List[float]:
+        """
+        Calculate time-dependent weights according to exponential decay.
+
+        Inputs:
+        -------
+        readings: list of valid readings
+        time: time weights are calculated for
+
+        Output:
+        -------
+        weights: array of vector distances/metrics
+        """
+
+        times = get_times(readings)
+        # convert to array of floats
+        times = np.asarray(times).astype(float)
+
+        if time is None:
+            time = float(max(times))
+
+        baselines = get_baselines(readings)
+
+        # if memory is actually infinite, return equal weights
+        if np.isinf(self.memory):
+            weights = np.ones(times.shape)
+
+        # initialize weights
+        weights = np.zeros(times.shape)
+
+        # calculate exponential decay time-dependent weights
+        weights[times <= time] = np.exp((times[times <= time] - time) / self.memory)
+        weights[times >= time] = np.exp((time - times[times >= time]) / self.memory)
+
+        if not self.acausal:
+            weights[times > time] = 0.0
+
+        weights = filter_iqrs(multiseries=baselines, weights=weights)
+
+        return weights
+
+
+def filter_iqr(
+    series: List[float], threshold: int = 3.0, weights: List[int] = None
+) -> List[int]:
+    """
+    Identify "good" elements in series by calculating potentially weighted
+    25%, 50% (median), and 75% quantiles of series, the number of 25%-50%
+    quantile ranges below, or 50%-75% quantile ranges above each value of
+    series falls from the median, and finally, setting elements of good to
+    True that fall within these multiples of quantile ranges.
+
+    NOTE: NumPy has a percentile function, but it does not yet handle
+          weights. This algorithm was adapted from the PyPI
+          package wquantiles (https://pypi.org/project/wquantiles/)
+
+    Inputs:
+    series: array of observations to filter
+
+    Options:
+    threshold: threshold in fractional number of 25%-50% (50%-75%)
+                quantile ranges below (above) the median each element of
+                series may fall and still be considered "good"
+                Default set to 6.
+    weights: weights to assign to each element of series. Default set to 1.
+
+    Output:
+    good: Boolean array where True values correspond to "good" data
+
+    """
+
+    if weights is None:
+        weights = np.ones_like(series)
+
+    # initialize good as all True for weights greater than 0
+    good = (weights > 0).astype(bool)
+    if np.size(good) <= 1:
+        # if a singleton is passed, assume it is "good"
+        return good
+
+    good_old = ~good
+    while not (good_old == good).all():
+        good_old = good
+
+        wq25 = weighted_quartile(series[good], weights[good], 0.25)
+        wq50 = weighted_quartile(series[good], weights[good], 0.50)
+        wq75 = weighted_quartile(series[good], weights[good], 0.75)
+
+        # NOTE: it is necessary to include good on the RHS here
+        #       to prevent oscillation between two equally likely
+        #       "optimal" solutions; this is a common problem with
+        #       expectation maximization algorithms
+        good = (
+            good
+            & (series >= (wq50 - threshold * (wq50 - wq25)))
+            & (series <= (wq50 + threshold * (wq75 - wq50)))
+        )
+
+    return good
+
+
+def filter_iqrs(
+    multiseries: List[List[float]],
+    weights: List[float],
+    threshold: float = 3.0,
+) -> List[float]:
+    """Filters "bad" weights generated by unreliable readings"""
+    good = None
+    for series in multiseries:
+        filtered = filter_iqr(series, threshold=threshold, weights=weights)
+        if good is None:
+            good = filtered
+        else:
+            good = good & filtered
+
+    return weights * good
+
+
+def weighted_quartile(data: List[float], weights: List[float], quant: float) -> float:
+    """Get weighted quartile to determine statistically good/bad data
+
+    Attributes
+    ----------
+    data: filtered array of observations
+    weights: array of vector distances/metrics
+    quant: statistical percentile of input data
+    """
+    # sort data and weights
+    ind_sorted = np.argsort(data)
+    sorted_data = data[ind_sorted]
+    sorted_weights = weights[ind_sorted]
+    # compute auxiliary arrays
+    Sn = np.cumsum(sorted_weights)
+    Pn = (Sn - 0.5 * sorted_weights) / Sn[-1]
+    # interpolate to weighted quantile
+    return np.interp(quant, Pn, sorted_data)
diff --git a/geomagio/adjusted/transform/TranslateOrigins.py b/geomagio/adjusted/transform/TranslateOrigins.py
new file mode 100644
index 0000000000000000000000000000000000000000..9ba7ae0c4337b4e766265329f1d48fccb46f36e8
--- /dev/null
+++ b/geomagio/adjusted/transform/TranslateOrigins.py
@@ -0,0 +1,61 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+
+
+class TranslateOrigins(LeastSq):
+    """Calculates affine using using least squares, constrained to tanslate origins"""
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        return [
+            [1.0, 0.0, 0.0, matrix[0]],
+            [0.0, 1.0, 0.0, matrix[1]],
+            [0.0, 0.0, 1.0, matrix[2]],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        ord_stacked = np.zeros((3, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = 1.0
+        ord_stacked[1, 1::3] = 1.0
+        ord_stacked[2, 2::3] = 1.0
+        return ord_stacked
+
+    def get_stacked_values(
+        self,
+        absolutes: Tuple[List[float], List[float], List[float]],
+        ordinates: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> Tuple[List[float], List[List[float]]]:
+        # LHS, or dependent variables
+        abs_stacked = self.get_stacked_absolutes(absolutes)
+        # subtract ords from abs to force simple translation
+        abs_stacked[0::3] = absolutes[0] - ordinates[0]
+        abs_stacked[1::3] = absolutes[1] - ordinates[1]
+        abs_stacked[2::3] = absolutes[2] - ordinates[2]
+        # RHS, or independent variables
+        ord_stacked = self.get_stacked_ordinates(ordinates)
+        return abs_stacked, ord_stacked
+
+    def get_weighted_values(
+        self,
+        values: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]],
+    ) -> List[float]:
+        """Weights are applied after matrix creation steps,
+        requiring weights to be stacked similar to ordinates and absolutes"""
+        if weights is not None:
+            weights = np.sqrt(weights)
+            weights = np.vstack((weights, weights, weights)).T.ravel()
+        else:
+            weights = 1
+        return values * weights
diff --git a/geomagio/adjusted/transform/ZRotationHScale.py b/geomagio/adjusted/transform/ZRotationHScale.py
new file mode 100644
index 0000000000000000000000000000000000000000..aa3901ef9eb89b6eda6e27b4dabed30167c200bb
--- /dev/null
+++ b/geomagio/adjusted/transform/ZRotationHScale.py
@@ -0,0 +1,42 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+
+
+class ZRotationHscale(LeastSq):
+    """Calculates affine using least squares, constrained to rotate about the Z axis
+    and apply uniform horizontal scaling."""
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        return [
+            [matrix[0], matrix[1], 0.0, matrix[2]],
+            [-matrix[1], matrix[0], 0.0, matrix[3]],
+            [0.0, 0.0, matrix[4], matrix[5]],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        # (reduces degrees of freedom by 10:
+        #  - 2 for making x,y independent of z;
+        #  - 2 for making z independent of x,y
+        #  - 2 for not allowing shear in x,y; and
+        #  - 4 for the last row of zeros and a one)
+        ord_stacked = np.zeros((6, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = ordinates[0]
+        ord_stacked[0, 1::3] = ordinates[1]
+        ord_stacked[1, 0::3] = ordinates[1]
+        ord_stacked[1, 1::3] = -ordinates[0]
+        ord_stacked[2, 0::3] = 1.0
+        ord_stacked[3, 1::3] = 1.0
+        ord_stacked[4, 2::3] = ordinates[2]
+        ord_stacked[5, 2::3] = 1.0
+        return ord_stacked
diff --git a/geomagio/adjusted/transform/ZRotationHScaleZBaseline.py b/geomagio/adjusted/transform/ZRotationHScaleZBaseline.py
new file mode 100644
index 0000000000000000000000000000000000000000..f9998589f1ac50c2f69caab66b9d65ad17ae65ea
--- /dev/null
+++ b/geomagio/adjusted/transform/ZRotationHScaleZBaseline.py
@@ -0,0 +1,55 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+
+
+class ZRotationHscaleZbaseline(LeastSq):
+    """Calculates affine using least squares, constrained to rotate about the Z axis,
+    apply a uniform horizontal scaling, and apply a baseline shift for the Z axis."""
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        return [
+            [matrix[0], matrix[1], 0.0, 0.0],
+            [-matrix[1], matrix[0], 0.0, 0.0],
+            [0.0, 0.0, 1.0, matrix[2]],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        # (reduces degrees of freedom by 13:
+        #  - 2 for making x,y independent of z;
+        #  - 2 for making z independent of x,y;
+        #  - 2 for not allowing shear in x,y;
+        #  - 2 for not allowing translation in x,y;
+        #  - 1 for not allowing scaling in z; and
+        #  - 4 for the last row of zeros and a one)
+        ord_stacked = np.zeros((3, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = ordinates[0]
+        ord_stacked[0, 1::3] = ordinates[1]
+        ord_stacked[1, 0::3] = ordinates[1]
+        ord_stacked[1, 1::3] = -ordinates[0]
+        ord_stacked[2, 2::3] = 1.0
+        return ord_stacked
+
+    def get_stacked_values(
+        self,
+        absolutes: Tuple[List[float], List[float], List[float]],
+        ordinates: Tuple[List[float], List[float], List[float]],
+        weights: Optional[List[float]] = None,
+    ) -> Tuple[List[float], List[float]]:
+        # LHS, or dependent variables
+        abs_stacked = self.get_stacked_absolutes(absolutes)
+        # subtract z_o from z_a to force simple z translation
+        abs_stacked[2::3] = absolutes[2] - ordinates[2]
+        # RHS, or independent variables
+        ord_stacked = self.get_stacked_ordinates(ordinates)
+        return abs_stacked, ord_stacked
diff --git a/geomagio/adjusted/transform/ZRotationShear.py b/geomagio/adjusted/transform/ZRotationShear.py
new file mode 100644
index 0000000000000000000000000000000000000000..b0f55783cf6bd28a4aed2e5dd73ba30e56d7dbce
--- /dev/null
+++ b/geomagio/adjusted/transform/ZRotationShear.py
@@ -0,0 +1,40 @@
+import numpy as np
+from typing import List, Optional, Tuple
+
+from .LeastSq import LeastSq
+
+
+class ZRotationShear(LeastSq):
+    """Calculates affine using least squares, constrained to rotate about the Z axis """
+
+    def get_matrix(
+        self,
+        matrix: List[List[float]],
+        absolutes: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        ordinates: Optional[Tuple[List[float], List[float], List[float]]] = None,
+        weights: Optional[List[float]] = None,
+    ) -> np.array:
+        return [
+            [matrix[0], matrix[1], 0.0, matrix[2]],
+            [matrix[3], matrix[4], 0.0, matrix[5]],
+            [0.0, 0.0, matrix[6], matrix[7]],
+            [0.0, 0.0, 0.0, 1.0],
+        ]
+
+    def get_stacked_ordinates(
+        self, ordinates: Tuple[List[float], List[float], List[float]]
+    ) -> List[List[float]]:
+        # (reduces degrees of freedom by 8:
+        #  - 2 for making x,y independent of z;
+        #  - 2 for making z independent of x,y
+        #  - 4 for the last row of zeros and a one)
+        ord_stacked = np.zeros((8, len(ordinates[0]) * 3))
+        ord_stacked[0, 0::3] = ordinates[0]
+        ord_stacked[1, 0::3] = ordinates[1]
+        ord_stacked[2, 0::3] = 1.0
+        ord_stacked[3, 1::3] = ordinates[0]
+        ord_stacked[4, 1::3] = ordinates[1]
+        ord_stacked[5, 1::3] = 1.0
+        ord_stacked[6, 2::3] = ordinates[2]
+        ord_stacked[7, 2::3] = 1.0
+        return ord_stacked
diff --git a/geomagio/adjusted/transform/__init__.py b/geomagio/adjusted/transform/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..0fa99ab9aca8f355ff40cd866cc7f3b515e2a7f6
--- /dev/null
+++ b/geomagio/adjusted/transform/__init__.py
@@ -0,0 +1,26 @@
+from .LeastSq import LeastSq
+from .QRFactorization import QRFactorization
+from .Rescale3D import Rescale3D
+from .RotationTranslationXY import RotationTranslationXY
+from .ShearYZ import ShearYZ
+from .Transform import Transform
+from .TranslateOrigins import TranslateOrigins
+from .SVD import SVD
+from .ZRotationHScale import ZRotationHscale
+from .ZRotationHScaleZBaseline import ZRotationHscaleZbaseline
+from .ZRotationShear import ZRotationShear
+
+__all__ = [
+    "LeastSq",
+    "QRFactorization",
+    "Rescale3D",
+    "RotationTranslation3D",
+    "RotationTranslationXY",
+    "ShearYZ",
+    "Transform",
+    "TranslateOrigins",
+    "SVD",
+    "ZRotationHscale",
+    "ZRotationHscaleZbaseline",
+    "ZRotationShear",
+]
diff --git a/geomagio/algorithm/AdjustedAlgorithm.py b/geomagio/algorithm/AdjustedAlgorithm.py
index 601bad2444246efeee5b0f81f4551f245e3a9406..9782e9713097912371865078503536ac00811204 100644
--- a/geomagio/algorithm/AdjustedAlgorithm.py
+++ b/geomagio/algorithm/AdjustedAlgorithm.py
@@ -1,23 +1,22 @@
-"""Algorithm that converts from one geomagnetic coordinate system to a
-    related geographic coordinate system, by using transformations generated
-    from absolute, baseline measurements.
-"""
-from __future__ import absolute_import
+import sys
 
-from .Algorithm import Algorithm
 import json
 import numpy as np
 from obspy.core import Stream, Stats
-import sys
+
+from ..adjusted import AdjustedMatrix
+from .Algorithm import Algorithm
 
 
 class AdjustedAlgorithm(Algorithm):
-    """Adjusted Data Algorithm"""
+    """Algorithm that converts from one geomagnetic coordinate system to a
+    related geographic coordinate system, by using transformations generated
+    from absolute, baseline measurements.
+    """
 
     def __init__(
         self,
-        matrix=None,
-        pier_correction=None,
+        matrix: AdjustedMatrix = None,
         statefile=None,
         data_type=None,
         location=None,
@@ -33,7 +32,6 @@ class AdjustedAlgorithm(Algorithm):
         )
         # state variables
         self.matrix = matrix
-        self.pier_correction = pier_correction
         self.statefile = statefile
         self.data_type = data_type
         self.location = location
@@ -45,25 +43,28 @@ class AdjustedAlgorithm(Algorithm):
         """Load algorithm state from a file.
         File name is self.statefile.
         """
-        # Adjusted matrix defaults to identity matrix
-        matrix_size = len([c for c in self.get_input_channels() if c != "F"]) + 1
-        self.matrix = np.eye(matrix_size)
-        self.pier_correction = 0
         if self.statefile is None:
             return
-        data = None
         try:
             with open(self.statefile, "r") as f:
                 data = f.read()
                 data = json.loads(data)
         except IOError as err:
-            sys.stderr.write("I/O error {0}".format(err))
-        if data is None or data == "":
-            return
-        for row in range(matrix_size):
-            for col in range(matrix_size):
-                self.matrix[row, col] = np.float64(data[f"M{row+1}{col+1}"])
-        self.pier_correction = np.float64(data["PC"])
+            raise FileNotFoundError("statefile not found")
+        # Adjusted matrix defaults to identity matrix
+        matrix_size = len([c for c in self.get_input_channels() if c != "F"]) + 1
+        if "pier_correction" in data:
+            self.matrix = AdjustedMatrix(**data)
+        elif "PC" in data:
+            matrix = np.eye(matrix_size)
+            # read data from legacy format
+            for row in range(matrix_size):
+                for col in range(matrix_size):
+                    matrix[row, col] = np.float64(data[f"M{row+1}{col+1}"])
+            pier_correction = np.float64(data["PC"])
+            self.matrix = AdjustedMatrix(matrix=matrix, pier_correction=pier_correction)
+        else:
+            raise ValueError("pier correction not found in statefile")
 
     def save_state(self):
         """Save algorithm state to a file.
@@ -71,14 +72,10 @@ class AdjustedAlgorithm(Algorithm):
         """
         if self.statefile is None:
             return
-        data = {"PC": self.pier_correction}
-        length = len(self.matrix[0, :])
-        for i in range(0, length):
-            for j in range(0, length):
-                key = "M" + str(i + 1) + str(j + 1)
-                data[key] = self.matrix[i, j]
+        json_string = self.matrix.json()
+        json_dict = json.loads(json_string)
         with open(self.statefile, "w") as f:
-            f.write(json.dumps(data))
+            f.write(json.dumps(json_dict))
 
     def create_trace(self, channel, stats, data):
         """Utility to create a new trace object.
@@ -126,15 +123,11 @@ class AdjustedAlgorithm(Algorithm):
         out = None
         inchannels = self.get_input_channels()
         outchannels = self.get_output_channels()
-        raws = np.vstack(
-            [
-                stream.select(channel=channel)[0].data
-                for channel in inchannels
-                if channel != "F"
-            ]
-            + [np.ones_like(stream[0].data)]
+        adjusted = self.matrix.process(
+            stream,
+            inchannels=inchannels,
+            outchannels=outchannels,
         )
-        adjusted = np.matmul(self.matrix, raws)
         out = Stream(
             [
                 self.create_trace(
@@ -142,12 +135,9 @@ class AdjustedAlgorithm(Algorithm):
                     stream.select(channel=inchannels[i])[0].stats,
                     adjusted[i],
                 )
-                for i in range(len(adjusted) - 1)
+                for i in range(len(outchannels))
             ]
         )
-        if "F" in inchannels and "F" in outchannels:
-            f = stream.select(channel="F")[0]
-            out += self.create_trace("F", f.stats, f.data + self.pier_correction)
         return out
 
     def can_produce_data(self, starttime, endtime, stream):
diff --git a/geomagio/processing/adjusted.py b/geomagio/processing/adjusted.py
new file mode 100644
index 0000000000000000000000000000000000000000..97aa9629e9c4f3ce610c1d282777609ff0c24550
--- /dev/null
+++ b/geomagio/processing/adjusted.py
@@ -0,0 +1,52 @@
+import json
+from obspy import UTCDateTime
+from typing import Optional
+import typer
+
+from ..adjusted.Affine import Affine
+from ..residual import SpreadsheetSummaryFactory, WebAbsolutesFactory
+
+
+def main():
+    typer.run(generate_matrix)
+
+
+def generate_matrix(
+    observatory: str,
+    starttime: str,
+    endtime: str,
+    readings_starttime: str,
+    readings_endtime: str,
+    output_file: str,
+    input_factory: str = "webabsolutes",
+    spreadsheet_directory: Optional[str] = None,
+    webabsolutes_url: Optional[
+        str
+    ] = "https://geomag.usgs.gov/baselines/observation.json.php",
+):
+    if input_factory == "spreadsheet":
+        readings = SpreadsheetSummaryFactory(
+            base_directory=spreadsheet_directory
+        ).get_readings(
+            observatory=observatory,
+            starttime=UTCDateTime(readings_starttime),
+            endtime=UTCDateTime(readings_endtime),
+        )
+    elif input_factory == "webabsolutes":
+        readings = WebAbsolutesFactory(url=webabsolutes_url).get_readings(
+            observatory=observatory,
+            starttime=UTCDateTime(readings_starttime),
+            endtime=UTCDateTime(readings_endtime),
+        )
+    else:
+        readings = []
+
+    result = Affine(
+        observatory=observatory,
+        starttime=UTCDateTime(starttime),
+        endtime=UTCDateTime(endtime),
+    ).calculate(readings=readings)[0]
+    result.matrix = result.matrix.tolist()
+
+    with open(output_file, "w") as file:
+        json.dump(result.dict(), file)
diff --git a/geomagio/residual/Calculation.py b/geomagio/residual/Calculation.py
index 4001c5f1115f55e81396290440a44a203babe7b3..0d1cec2156a4c0cc5d6bcd60b5f353ef71227ff5 100644
--- a/geomagio/residual/Calculation.py
+++ b/geomagio/residual/Calculation.py
@@ -2,10 +2,8 @@ from typing import List, Tuple
 from typing_extensions import Literal
 
 import numpy as np
-from pydantic import BaseModel
 
 from .Absolute import Absolute
-from .Angle import from_dms, to_dms
 from .MeasurementType import (
     MeasurementType as mt,
     DECLINATION_TYPES,
diff --git a/geomagio/residual/Reading.py b/geomagio/residual/Reading.py
index 902780422cf0d60e2c4e16a60096ab839d80e5be..c91fcd6cc91e3c365bacdb1f65ae52cbe37a8c79 100644
--- a/geomagio/residual/Reading.py
+++ b/geomagio/residual/Reading.py
@@ -1,14 +1,14 @@
-import collections
-from typing import Dict, List, Optional
+from typing import Dict, List, Optional, Tuple
 from typing_extensions import Literal
 
+import numpy as np
 from obspy import Stream, UTCDateTime
 from pydantic import BaseModel
 
 from .. import TimeseriesUtility
 from ..TimeseriesFactory import TimeseriesFactory
 from .Absolute import Absolute
-from .Measurement import AverageMeasurement, Measurement, average_measurement
+from .Measurement import Measurement, average_measurement
 from .MeasurementType import MeasurementType
 
 
@@ -41,6 +41,15 @@ class Reading(BaseModel):
         """
         return [m for m in self.measurements if m.measurement_type == measurement_type]
 
+    def get_absolute(
+        self,
+        element: str,
+    ) -> Optional[Absolute]:
+        for absolute in self.absolutes:
+            if absolute.element == element:
+                return absolute
+        return None
+
     def load_ordinates(
         self,
         observatory: str,
@@ -120,11 +129,54 @@ class Reading(BaseModel):
         ):
             return True
 
-    def get_absolute(
-        self,
-        element: str,
-    ) -> Optional[Absolute]:
-        for absolute in self.absolutes:
-            if absolute.element == element:
-                return absolute
-        return None
+
+def get_absolutes(
+    readings: List[Reading],
+) -> Tuple[List[float], List[float], List[float]]:
+    """Get H, D and Z absolutes"""
+    h_abs = np.array([reading.get_absolute("H").absolute for reading in readings])
+    d_abs = np.array([reading.get_absolute("D").absolute for reading in readings])
+    z_abs = np.array([reading.get_absolute("Z").absolute for reading in readings])
+
+    return (h_abs, d_abs, z_abs)
+
+
+def get_absolutes_xyz(
+    readings: List[Reading],
+) -> Tuple[List[float], List[float], List[float]]:
+    """Get X, Y and Z absolutes from H, D and Z baselines"""
+    h_abs, d_abs, z_abs = get_absolutes(readings)
+    # convert from cylindrical to Cartesian coordinates
+    x_a = h_abs * np.cos(np.radians(d_abs))
+    y_a = h_abs * np.sin(np.radians(d_abs))
+    z_a = z_abs
+    return (x_a, y_a, z_a)
+
+
+def get_baselines(
+    readings: List[Reading],
+) -> Tuple[List[float], List[float], List[float]]:
+    """Get H, D and Z baselines"""
+    h_bas = np.array([reading.get_absolute("H").baseline for reading in readings])
+    d_bas = np.array([reading.get_absolute("D").baseline for reading in readings])
+    z_bas = np.array([reading.get_absolute("Z").baseline for reading in readings])
+    return (h_bas, d_bas, z_bas)
+
+
+def get_ordinates(
+    readings: List[Reading],
+) -> Tuple[List[float], List[float], List[float]]:
+    """Calculates ordinates from absolutes and baselines"""
+    h_abs, d_abs, z_abs = get_absolutes(readings)
+    h_bas, d_bas, z_bas = get_baselines(readings)
+    # recreate ordinate variometer measurements from absolutes and baselines
+    h_ord = h_abs - h_bas
+    d_ord = d_abs - d_bas
+    z_ord = z_abs - z_bas
+    e_ord = h_abs * np.radians(d_ord)
+    h_ord = np.sqrt(h_ord ** 2 - e_ord ** 2)
+    return (h_ord, e_ord, z_ord)
+
+
+def get_times(readings: List[UTCDateTime]):
+    return np.array([reading.get_absolute("H").endtime for reading in readings])
diff --git a/geomagio/residual/SpreadsheetSummaryFactory.py b/geomagio/residual/SpreadsheetSummaryFactory.py
new file mode 100644
index 0000000000000000000000000000000000000000..7a1f5082c11e88c3fd26f5637eb3251e25f049e9
--- /dev/null
+++ b/geomagio/residual/SpreadsheetSummaryFactory.py
@@ -0,0 +1,141 @@
+import os
+
+from obspy import UTCDateTime
+import openpyxl
+from typing import List
+
+from .Absolute import Absolute
+from . import Angle
+from .Reading import Reading
+from .SpreadsheetAbsolutesFactory import parse_relative_time
+
+
+class SpreadsheetSummaryFactory(object):
+    """Read absolutes from summary spreadsheets"""
+
+    def __init__(self, base_directory: str):
+        self.base_directory = base_directory
+
+    def get_readings(
+        self, observatory: str, starttime: UTCDateTime, endtime: UTCDateTime
+    ) -> List[Reading]:
+        """Gathers readings from factory's base directory
+
+        Attributes
+        ----------
+        observatory: 3-letter observatory code
+        starttime: beginning date of readings
+        endtime: end date of readings
+        """
+        readings = []
+        start_filename = f"{observatory}{starttime.datetime:%Y%j%H%M}.xlsm"
+        end_filename = f"{observatory}{endtime.datetime:%Y%j%H%M}.xlsm"
+        for year in range(starttime.year, endtime.year + 1):
+            observatory_directory = os.path.join(
+                self.base_directory, observatory, f"{year}"
+            )
+            for (dirpath, _, filenames) in os.walk(observatory_directory):
+                filenames.sort()
+                for filename in filenames:
+                    if start_filename <= filename < end_filename:
+                        rs = self.parse_spreadsheet(
+                            os.path.join(dirpath, filename),
+                        )
+                        for r in rs:
+                            readings.append(r)
+        return readings
+
+    def parse_spreadsheet(self, path: str) -> List[Reading]:
+        sheet = openpyxl.load_workbook(path, data_only=True)["Sheet1"]
+        readings = self._parse_readings(sheet, path)
+        return readings
+
+    def _parse_metadata(self, sheet: openpyxl.worksheet) -> dict:
+        """gather metadata from spreadsheet
+
+        Attributes
+        ----------
+        sheet: excel sheet containing residual summary values
+        observatory: 3-letter observatory code
+        """
+        date = sheet["I1"].value
+        date = f"{date.year}{date.month:02}{date.day:02}"
+        return {
+            "station": sheet["D49"].value[0:3],
+            "pier_correction": sheet["C5"].value,
+            "instrument": sheet["B3"].value,
+            "date": date,
+            "observer": sheet["I10"].value,
+        }
+
+    def _parse_readings(self, sheet: openpyxl.worksheet, path: str) -> List[Reading]:
+        """get list of readings from spreadsheet
+
+        Attributes
+        ----------
+        sheet: excel sheet containing residual summary values
+        path: spreadsheet's filepath
+
+        Outputs
+        -------
+        List of valid readings from spreadsheet.
+        If all readings are valid, 4 readings are returned
+        """
+        metadata = self._parse_metadata(sheet)
+        date = sheet["I1"].value
+        base_date = f"{date.year}{date.month:02}{date.day:02}"
+        readings = []
+        for d_n in range(10, 14):
+            h_n = d_n + 14
+            v_n = d_n + 28
+            absolutes = [
+                Absolute(
+                    element="D",
+                    absolute=Angle.from_dms(
+                        degrees=sheet[f"C{d_n}"].value, minutes=sheet[f"D{d_n}"].value
+                    ),
+                    baseline=sheet[f"H{d_n}"].value / 60,
+                    starttime=parse_relative_time(
+                        base_date, "{0:04d}".format(sheet[f"B{v_n}"].value)
+                    ),
+                    endtime=parse_relative_time(
+                        base_date, "{0:04d}".format(sheet[f"B{d_n}"].value)
+                    ),
+                ),
+                Absolute(
+                    element="H",
+                    absolute=sheet[f"D{h_n}"].value,
+                    baseline=sheet[f"H{h_n}"].value,
+                    starttime=parse_relative_time(
+                        base_date, "{0:04d}".format(sheet[f"B{v_n}"].value)
+                    ),
+                    endtime=parse_relative_time(
+                        base_date, "{0:04d}".format(sheet[f"B{h_n}"].value)
+                    ),
+                ),
+                Absolute(
+                    element="Z",
+                    absolute=sheet[f"D{v_n}"].value,
+                    baseline=sheet[f"H{v_n}"].value,
+                    starttime=parse_relative_time(
+                        base_date, "{0:04d}".format(sheet[f"B{v_n}"].value)
+                    ),
+                    endtime=parse_relative_time(
+                        base_date, "{0:04d}".format(sheet[f"B{v_n}"].value)
+                    ),
+                ),
+            ]
+            valid = [
+                sheet[f"J{d_n}"].value,
+                sheet[f"J{h_n}"].value,
+                sheet[f"J{d_n}"].value,
+            ]
+            if valid == [None, None, None]:
+                readings.append(
+                    Reading(
+                        metadata=metadata,
+                        absolutes=absolutes,
+                        pier_correction=metadata["pier_correction"],
+                    ),
+                )
+        return readings
diff --git a/geomagio/residual/__init__.py b/geomagio/residual/__init__.py
index 59e03297abe1d279223f1a63e34a096e1322ebf6..ec2de5e8adb9e2855ba2675a368f5a358f525154 100644
--- a/geomagio/residual/__init__.py
+++ b/geomagio/residual/__init__.py
@@ -20,13 +20,15 @@ from .MeasurementType import (
 )
 from .Reading import Reading
 from .SpreadsheetAbsolutesFactory import SpreadsheetAbsolutesFactory
+from .SpreadsheetSummaryFactory import SpreadsheetSummaryFactory
 from .WebAbsolutesFactory import WebAbsolutesFactory
 
 __all__ = [
     "Absolute",
     "Angle",
     "AverageMeasurement",
-    "average_measurement" "CalFileFactory",
+    "average_measurement",
+    "CalFileFactory",
     "calculate",
     "calculate_D_absolute",
     "calculate_HZ_absolutes",
@@ -39,5 +41,6 @@ __all__ = [
     "MeasurementType",
     "Reading",
     "SpreadsheetAbsolutesFactory",
+    "SpreadsheetSummaryFactory",
     "WebAbsolutesFactory",
 ]
diff --git a/setup.py b/setup.py
index a92451cdf5762c924da69c7c343f1b73a92efab8..8f1ff47f4d8290489c96edf7283b8e9c5dc3f873 100644
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,7 @@ setuptools.setup(
         "console_scripts": [
             "magproc-prepfiles=geomagio.processing.magproc:main",
             "filter-realtime=geomagio.processing.obsrio:main",
+            "generate-matrix=geomagio.processing.adjusted:main",
         ],
     },
 )
diff --git a/test/adjusted_test/adjusted_test.py b/test/adjusted_test/adjusted_test.py
new file mode 100644
index 0000000000000000000000000000000000000000..2ac3747660af93332bdfc4cd17c6fe29e106d666
--- /dev/null
+++ b/test/adjusted_test/adjusted_test.py
@@ -0,0 +1,511 @@
+import json
+
+import numpy as np
+from numpy.testing import assert_equal, assert_array_almost_equal
+from obspy.core import UTCDateTime
+import pytest
+
+from geomagio.adjusted import AdjustedMatrix
+from geomagio.adjusted.Affine import Affine, get_epochs
+from geomagio.adjusted.transform import (
+    LeastSq,
+    QRFactorization,
+    Rescale3D,
+    RotationTranslationXY,
+    SVD,
+    ShearYZ,
+    TranslateOrigins,
+    ZRotationHscale,
+    TranslateOrigins,
+    ZRotationHscaleZbaseline,
+    ZRotationShear,
+)
+from test.residual_test.residual_test import (
+    get_json_readings,
+    get_spreadsheet_directory_readings,
+)
+
+
+def format_result(result) -> dict:
+    Ms = []
+    for M in result:
+        m = []
+        for row in M:
+            m.append(list(row))
+        Ms.append(m)
+    return Ms
+
+
+def get_excpected_matrices(observatory, key):
+    with open(f"etc/adjusted/{observatory}_expected.json", "r") as file:
+        expected = json.load(file)
+    return expected[key]
+
+
+def get_expected_synthetic_result(key):
+    with open("etc/adjusted/synthetic.json") as file:
+        expected = json.load(file)
+    return expected["results"][key]
+
+
+def get_sythetic_variables():
+    with open("etc/adjusted/synthetic.json") as file:
+        data = json.load(file)
+    variables = data["variables"]
+    ordinates = np.array([variables["h_ord"], variables["e_ord"], variables["z_ord"]])
+    absolutes = np.array([variables["x_abs"], variables["y_abs"], variables["z_abs"]])
+    weights = np.arange(0, len(ordinates[0]))
+    return ordinates, absolutes, weights
+
+
+def test_BOU201911202001_infinite_one_interval():
+    readings = get_json_readings("etc/residual/BOU20191001.json")
+    result = Affine(
+        observatory="BOU",
+        starttime=UTCDateTime("2019-11-01T00:00:00Z"),
+        endtime=UTCDateTime("2020-01-31T23:59:00Z"),
+        transforms=[
+            RotationTranslationXY(memory=np.inf, acausal=True),
+            TranslateOrigins(memory=np.inf, acausal=True),
+        ],
+        update_interval=None,
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("BOU", "inf_one_interval")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), 1)
+
+
+def test_BOU201911202001_infinite_weekly():
+    readings = get_json_readings("etc/residual/BOU20191001.json")
+
+    starttime = UTCDateTime("2019-11-01T00:00:00Z")
+    endtime = UTCDateTime("2020-01-31T23:59:00Z")
+
+    update_interval = 86400 * 7
+
+    result = Affine(
+        observatory="BOU",
+        starttime=starttime,
+        endtime=endtime,
+        update_interval=update_interval,
+        transforms=[
+            RotationTranslationXY(memory=np.inf, acausal=True),
+            TranslateOrigins(memory=np.inf, acausal=True),
+        ],
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("BOU", "inf_weekly")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), ((endtime - starttime) // update_interval) + 1)
+
+
+def test_BOU201911202001_invalid_readings():
+    starttime = UTCDateTime("2019-11-01T00:00:00Z")
+    with pytest.raises(
+        ValueError, match=f"No valid observations for: {starttime}"
+    ) as error:
+        readings = []
+        result = Affine(
+            observatory="BOU",
+            starttime=starttime,
+            endtime=UTCDateTime("2020-01-31T23:59:00Z"),
+            transforms=[
+                RotationTranslationXY(memory=np.inf, acausal=True),
+                TranslateOrigins(memory=np.inf, acausal=True),
+            ],
+            update_interval=None,
+        ).calculate(
+            readings=readings,
+        )
+
+
+def test_BOU201911202001_short_acausal():
+    readings = get_json_readings("etc/residual/BOU20191001.json")
+
+    starttime = UTCDateTime("2019-11-01T00:00:00Z")
+    endtime = UTCDateTime("2020-01-31T23:59:00Z")
+
+    update_interval = 86400 * 7
+
+    result = Affine(
+        observatory="BOU",
+        starttime=starttime,
+        endtime=endtime,
+        update_interval=update_interval,
+        transforms=[
+            RotationTranslationXY(memory=(86400 * 100), acausal=True),
+            TranslateOrigins(memory=(86400 * 10), acausal=True),
+        ],
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("BOU", "short_acausal")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), ((endtime - starttime) // update_interval) + 1)
+
+
+def test_BOU201911202001_short_causal():
+    readings = get_json_readings("etc/residual/BOU20191001.json")
+
+    starttime = UTCDateTime("2019-11-01T00:00:00Z")
+    endtime = UTCDateTime("2020-01-31T23:59:00Z")
+
+    update_interval = 86400 * 7
+
+    result = Affine(
+        observatory="BOU",
+        starttime=starttime,
+        endtime=endtime,
+        update_interval=update_interval,
+        transforms=[
+            RotationTranslationXY(memory=(86400 * 100), acausal=False),
+            TranslateOrigins(memory=(86400 * 10), acausal=False),
+        ],
+    ).calculate(readings=readings)
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("BOU", "short_causal")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), ((endtime - starttime) // update_interval) + 1)
+
+
+def test_CMO2015_infinite_one_interval():
+    readings = get_spreadsheet_directory_readings(
+        observatory="CMO",
+        starttime=UTCDateTime("2015-01-01T00:00:00Z"),
+        endtime=UTCDateTime("2015-12-31T23:59:00Z"),
+        path="etc/residual/Caldata/",
+    )
+
+    assert len(readings) == 146
+
+    result = Affine(
+        observatory="CMO",
+        starttime=UTCDateTime("2015-02-01T00:00:00Z"),
+        endtime=UTCDateTime("2015-11-27T23:59:00Z"),
+        transforms=[
+            RotationTranslationXY(memory=np.inf, acausal=True),
+            TranslateOrigins(memory=np.inf, acausal=True),
+        ],
+        acausal=True,
+        update_interval=None,
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("CMO", "inf_one_interval")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+
+    assert_equal(len(matrices), 1)
+
+
+def test_CMO2015_infinite_weekly():
+    readings = get_spreadsheet_directory_readings(
+        observatory="CMO",
+        starttime=UTCDateTime("2015-01-01T00:00:00Z"),
+        endtime=UTCDateTime("2015-12-31T23:59:00Z"),
+        path="etc/residual/Caldata/",
+    )
+    assert len(readings) == 146
+
+    starttime = UTCDateTime("2015-02-01T00:00:00Z")
+    endtime = UTCDateTime("2015-11-27T23:59:00Z")
+
+    update_interval = 86400 * 7
+
+    result = Affine(
+        observatory="CMO",
+        starttime=starttime,
+        endtime=endtime,
+        transforms=[
+            RotationTranslationXY(memory=np.inf, acausal=True),
+            TranslateOrigins(memory=np.inf, acausal=True),
+        ],
+        update_interval=update_interval,
+        acausal=True,
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("CMO", "inf_weekly")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), ((endtime - starttime) // update_interval) + 1)
+
+
+def test_CMO2015_short_acausal():
+    readings = get_spreadsheet_directory_readings(
+        observatory="CMO",
+        starttime=UTCDateTime("2015-01-01T00:00:00Z"),
+        endtime=UTCDateTime("2015-12-31T23:59:00Z"),
+        path="etc/residual/Caldata/",
+    )
+    assert len(readings) == 146
+
+    starttime = UTCDateTime("2015-02-01T00:00:00Z")
+    endtime = UTCDateTime("2015-11-27T23:59:00Z")
+
+    update_interval = 86400 * 7
+
+    result = Affine(
+        observatory="CMO",
+        starttime=starttime,
+        endtime=endtime,
+        update_interval=update_interval,
+        transforms=[
+            RotationTranslationXY(memory=(86400 * 100), acausal=True),
+            TranslateOrigins(memory=(86400 * 10), acausal=True),
+        ],
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("CMO", "short_acausal")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), ((endtime - starttime) // update_interval) + 1)
+
+
+def test_CMO2015_short_causal():
+    readings = get_spreadsheet_directory_readings(
+        observatory="CMO",
+        starttime=UTCDateTime("2015-01-01T00:00:00Z"),
+        endtime=UTCDateTime("2015-12-31T23:59:00Z"),
+        path="etc/residual/Caldata/",
+    )
+    assert len(readings) == 146
+
+    starttime = UTCDateTime("2015-02-01T00:00:00Z")
+    endtime = UTCDateTime("2015-11-27T23:59:00Z")
+
+    update_interval = 86400 * 7
+
+    result = Affine(
+        observatory="CMO",
+        starttime=starttime,
+        endtime=endtime,
+        update_interval=update_interval,
+        transforms=[
+            RotationTranslationXY(memory=(86400 * 100), acausal=False),
+            TranslateOrigins(memory=(86400 * 10), acausal=False),
+        ],
+    ).calculate(
+        readings=readings,
+    )
+
+    matrices = format_result([adjusted_matrix.matrix for adjusted_matrix in result])
+    expected_matrices = get_excpected_matrices("CMO", "short_causal")
+    for i in range(len(matrices)):
+        assert_array_almost_equal(
+            matrices[i],
+            expected_matrices[i],
+            decimal=3,
+            err_msg=f"Matrix {i} not equal",
+        )
+    assert_equal(len(matrices), ((endtime - starttime) // update_interval) + 1)
+
+
+def test_get_epochs():
+    readings = get_json_readings("etc/residual/BOU20200101.json")
+    # force a bad measurement for second reading
+    readings[2].absolutes[1].absolute = 0
+    epochs = [r.time for r in readings if r.get_absolute("H").absolute == 0]
+    assert len(epochs) == 1
+    epoch_start, epoch_end = get_epochs(
+        epochs=epochs,
+        time=UTCDateTime("2019-11-01T00:00:00Z"),
+    )
+    assert epoch_start is None
+    assert epoch_end == readings[2].time
+    epoch_start, epoch_end = get_epochs(
+        epochs=epochs,
+        time=UTCDateTime("2020-01-07T00:00:00Z"),
+    )
+    assert epoch_start == readings[2].time
+    assert epoch_end is None
+    epoch_start, epoch_end = get_epochs(
+        epochs=epochs,
+        time=UTCDateTime("2020-01-07T00:00:00Z"),
+    )
+
+
+def test_LeastSq_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        LeastSq().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("LeastSq"),
+        decimal=3,
+    )
+
+
+def test_QRFactorization_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        QRFactorization().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("QRFactorization"),
+        decimal=3,
+    )
+
+
+def test_Rescale3D_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        Rescale3D().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("Rescale3D"),
+        decimal=3,
+    )
+
+
+def test_RotationTranslationXY_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        RotationTranslationXY().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("RotationTranslationXY"),
+        decimal=3,
+    )
+
+
+def test_ShearYZ_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        ShearYZ().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("ShearYZ"),
+        decimal=3,
+    )
+
+
+def test_SVD_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        SVD().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("SVD"),
+        decimal=3,
+    )
+
+
+def test_TranslateOrigins_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        TranslateOrigins().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("TranslateOrigins"),
+        decimal=3,
+    )
+
+
+def test_ZRotationHscale_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        ZRotationHscale().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("ZRotationHscale"),
+        decimal=3,
+    )
+
+
+def test_ZRotationHscaleZbaseline_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        ZRotationHscaleZbaseline().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("ZRotationHscaleZbaseline"),
+        decimal=3,
+    )
+
+
+def test_ZRotationShear_synthetic():
+    ordinates, absolutes, weights = get_sythetic_variables()
+    assert_array_almost_equal(
+        ZRotationShear().calculate(
+            ordinates=ordinates,
+            absolutes=absolutes,
+            weights=weights,
+        ),
+        get_expected_synthetic_result("ZRotationShear"),
+        decimal=3,
+    )
diff --git a/test/algorithm_test/AdjustedAlgorithm_test.py b/test/algorithm_test/AdjustedAlgorithm_test.py
index f37f93f78893e6f13b22e50923724bca0b4ee260..98eba78b433567c27b5c879f4e0883dfe11b74c0 100644
--- a/test/algorithm_test/AdjustedAlgorithm_test.py
+++ b/test/algorithm_test/AdjustedAlgorithm_test.py
@@ -1,4 +1,5 @@
-from geomagio.algorithm import AdjustedAlgorithm as adj
+from geomagio.adjusted import AdjustedMatrix
+from geomagio.algorithm import AdjustedAlgorithm
 import geomagio.iaga2002 as i2
 from numpy.testing import assert_almost_equal, assert_equal
 
@@ -6,21 +7,55 @@ from numpy.testing import assert_almost_equal, assert_equal
 def test_construct():
     """algorithm_test.AdjustedAlgorithm_test.test_construct()"""
     # load adjusted data transform matrix and pier correction
-    a = adj(statefile="etc/adjusted/adjbou_state_.json")
+    a = AdjustedAlgorithm(statefile="etc/adjusted/adjbou_state_.json")
 
-    assert_almost_equal(actual=a.matrix[0, 0], desired=9.83427577e-01, decimal=6)
+    assert_almost_equal(actual=a.matrix.matrix[0][0], desired=9.83427577e-01, decimal=6)
 
-    assert_equal(actual=a.pier_correction, desired=-22)
+    assert_equal(actual=a.matrix.pier_correction, desired=-22)
 
 
-def test_process_XYZF():
+def assert_streams_almost_equal(adjusted, expected, channels):
+    for channel in channels:
+        assert_almost_equal(
+            actual=adjusted.select(channel=channel)[0].data,
+            desired=expected.select(channel=channel)[0].data,
+            decimal=2,
+        )
+
+
+def test_process_XYZF_AdjustedMatrix():
     """algorithm_test.AdjustedAlgorithm_test.test_process()
 
     Check adjusted data processing versus files generated from
     original script
     """
-    # load adjusted data transform matrix and pier correction
-    a = adj(statefile="etc/adjusted/adjbou_state_.json")
+    # Initiate algorithm with AdjustedMatrix object
+    a = AdjustedAlgorithm(
+        matrix=AdjustedMatrix(
+            matrix=[
+                [
+                    0.9834275767090617,
+                    -0.15473074200902157,
+                    0.027384986324932026,
+                    -1276.164681191976,
+                ],
+                [
+                    0.16680172992706568,
+                    0.987916201012128,
+                    -0.0049868332295851525,
+                    -0.8458192581350419,
+                ],
+                [
+                    -0.006725053082782385,
+                    -0.011809351484171948,
+                    0.9961869012493976,
+                    905.3800885796844,
+                ],
+                [0, 0, 0, 1],
+            ],
+            pier_correction=-22,
+        )
+    )
 
     # load boulder Jan 16 files from /etc/ directory
     with open("etc/adjusted/BOU201601vmin.min") as f:
@@ -31,37 +66,80 @@ def test_process_XYZF():
     # process hezf (raw) channels with loaded transform
     adjusted = a.process(raw)
 
-    # compare channels from adjusted and expected streams
-    assert_almost_equal(
-        actual=adjusted.select(channel="X")[0].data,
-        desired=expected.select(channel="X")[0].data,
-        decimal=2,
+    assert_streams_almost_equal(
+        adjusted=adjusted, expected=expected, channels=["X", "Y", "Z", "F"]
     )
-    assert_almost_equal(
-        actual=adjusted.select(channel="Y")[0].data,
-        desired=expected.select(channel="Y")[0].data,
-        decimal=2,
+
+
+def test_process_reverse_polarity_AdjustedMatrix():
+    """algorithm_test.AdjustedAlgorithm_test.test_process()
+
+    Check adjusted data processing versus files generated from
+    original script. Tests reverse polarity martix.
+    """
+    # Initiate algorithm with AdjustedMatrix object
+    a = AdjustedAlgorithm(
+        matrix=AdjustedMatrix(
+            matrix=[
+                [-1, 0, 0],
+                [0, -1, 0],
+                [0, 0, 1],
+            ],
+            pier_correction=-22,
+        ),
+        inchannels=["H", "E"],
+        outchannels=["H", "E"],
     )
-    assert_almost_equal(
-        actual=adjusted.select(channel="Z")[0].data,
-        desired=expected.select(channel="Z")[0].data,
-        decimal=2,
+
+    # load boulder May 20 files from /etc/ directory
+    with open("etc/adjusted/BOU202005vmin.min") as f:
+        raw = i2.IAGA2002Factory().parse_string(f.read())
+    with open("etc/adjusted/BOU202005adj.min") as f:
+        expected = i2.IAGA2002Factory().parse_string(f.read())
+
+    # process he(raw) channels with loaded transform
+    adjusted = a.process(raw)
+
+    assert_streams_almost_equal(
+        adjusted=adjusted, expected=expected, channels=["H", "E"]
     )
-    assert_almost_equal(
-        actual=adjusted.select(channel="F")[0].data,
-        desired=expected.select(channel="F")[0].data,
-        decimal=2,
+
+
+def test_process_XYZF_statefile():
+    """algorithm_test.AdjustedAlgorithm_test.test_process()
+
+    Check adjusted data processing versus files generated from
+    original script
+
+    Uses statefile to generate AdjustedMatrix
+    """
+    # load adjusted data transform matrix and pier correction
+    a = AdjustedAlgorithm(statefile="etc/adjusted/adjbou_state_.json")
+
+    # load boulder Jan 16 files from /etc/ directory
+    with open("etc/adjusted/BOU201601vmin.min") as f:
+        raw = i2.IAGA2002Factory().parse_string(f.read())
+    with open("etc/adjusted/BOU201601adj.min") as f:
+        expected = i2.IAGA2002Factory().parse_string(f.read())
+
+    # process hezf (raw) channels with loaded transform
+    adjusted = a.process(raw)
+
+    assert_streams_almost_equal(
+        adjusted=adjusted, expected=expected, channels=["X", "Y", "Z", "F"]
     )
 
 
-def test_process_reverse_polarity():
+def test_process_reverse_polarity_statefile():
     """algorithm_test.AdjustedAlgorithm_test.test_process()
 
     Check adjusted data processing versus files generated from
     original script. Tests reverse polarity martix.
+
+    Uses statefile to generate AdjustedMatrix
     """
     # load adjusted data transform matrix and pier correction
-    a = adj(
+    a = AdjustedAlgorithm(
         statefile="etc/adjusted/adjbou_state_HE_.json",
         inchannels=["H", "E"],
         outchannels=["H", "E"],
@@ -76,14 +154,6 @@ def test_process_reverse_polarity():
     # process he(raw) channels with loaded transform
     adjusted = a.process(raw)
 
-    # compare channels from adjusted and expected streams
-    assert_almost_equal(
-        actual=adjusted.select(channel="H")[0].data,
-        desired=expected.select(channel="H")[0].data,
-        decimal=2,
-    )
-    assert_almost_equal(
-        actual=adjusted.select(channel="E")[0].data,
-        desired=expected.select(channel="E")[0].data,
-        decimal=2,
+    assert_streams_almost_equal(
+        adjusted=adjusted, expected=expected, channels=["H", "E"]
     )
diff --git a/test/residual_test/residual_test.py b/test/residual_test/residual_test.py
index 5679f2ba990f2b79e262a576e2cc85449be8c43c..e1fe36f2b6708130d5bd2c3ef6a139bc2061b795 100644
--- a/test/residual_test/residual_test.py
+++ b/test/residual_test/residual_test.py
@@ -1,11 +1,16 @@
-from numpy.testing import assert_almost_equal
+import json
+
+from numpy.testing import assert_almost_equal, assert_equal
+from pydantic import parse_obj_as
 import pytest
+from typing import List
 
 from obspy.core import UTCDateTime
 from geomagio.residual import (
     calculate,
     Reading,
     SpreadsheetAbsolutesFactory,
+    SpreadsheetSummaryFactory,
     WebAbsolutesFactory,
 )
 
@@ -43,14 +48,10 @@ def assert_readings_equal(expected: Reading, actual: Reading, decimal: int):
         )
 
 
-def get_null_absolutes(observatory, starttime, endtime):
-    """
-    Tests functionality of WebAbsolutesFactory and recalculation of absolutes
-    """
-    # establish SpreadsheetAbsolutesFactory for reading test data from Excel
-    waf = WebAbsolutesFactory()
-    # Read spreadsheet containing test data
-    readings = waf.get_readings(observatory, starttime, endtime)
+def get_json_readings(filename: str):
+    with open(filename, "r") as file:
+        readings = json.load(file)
+    readings = parse_obj_as(List[Reading], readings)
     return readings
 
 
@@ -65,6 +66,33 @@ def get_spreadsheet_absolutes(path):
     return reading
 
 
+def get_spreadsheet_directory_readings(path, observatory, starttime, endtime):
+    ssf = SpreadsheetSummaryFactory(base_directory=path)
+    readings = ssf.get_readings(
+        observatory=observatory, starttime=starttime, endtime=endtime
+    )
+    return readings
+
+
+def test_CMO_summaries():
+    starttime = UTCDateTime("2015-04-01")
+    endtime = UTCDateTime("2015-06-15")
+    readings = get_spreadsheet_directory_readings(
+        path="etc/residual/Caldata",
+        observatory="CMO",
+        starttime=starttime,
+        endtime=endtime,
+    )
+    for reading in readings:
+        assert_equal(reading.metadata["station"], "CMO")
+        assert_equal(reading.metadata["instrument"], 200803)
+        assert_equal(reading.pier_correction, 10.5)
+    assert_equal(len(readings), 26)
+
+    assert readings[0].time > starttime
+    assert readings[-1].time < endtime
+
+
 def test_DED_20140952332():
     """
     Compare calulations to original absolutes obejct from Spreadsheet.
@@ -101,11 +129,7 @@ def test_BOU_20190702():
     Tests gathering of BOU's metadata for use by calculations.
     Tests calculations for null method measurements in units of DM.
     """
-    readings = get_null_absolutes(
-        observatory="BOU",
-        starttime=UTCDateTime("2019-07-02T00:00:00Z"),
-        endtime=UTCDateTime("2019-07-03T00:00:00Z"),
-    )
+    readings = get_json_readings("etc/residual/BOU20190702.json")
     for reading in readings:
         assert_readings_equal(
             expected=reading,
@@ -120,11 +144,7 @@ def test_BOU_20200422():
     Tests gathering of BOU's metadata for use by calculations.
     Tests calculations for null method measurements in units of DMS.
     """
-    readings = get_null_absolutes(
-        observatory="BOU",
-        starttime=UTCDateTime("2020-04-22T00:00:00Z"),
-        endtime=UTCDateTime("2020-04-23T00:00:00Z"),
-    )
+    readings = get_json_readings("etc/residual/BOU20200422.json")
     for reading in readings:
         assert_readings_equal(
             expected=reading,