From 395f8d7e6b370b0dc9cce0b2938a324bc5e3ab8c Mon Sep 17 00:00:00 2001 From: AustinSanders <arsanders@usgs.gov> Date: Wed, 12 Feb 2020 17:32:13 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9e2243..3a452ea 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ For full testing reports and example usage, please see the linked example Jupyte |:---------------------:|:-------------------------------------------------:|:-----------------:|:---------------------------------------:|:---------------------------------------:| | MRO HiRISE | [link](examples/mro_hirise_isis_cmp.ipynb) | sub-pixel; in testing for production | sample mean=-2.0e-05; line mean=2.5e-08 | sample mean=-3.0e-08; line mean=1.2e-04 | | MRO CTX | [link](examples/mro_ctx_isis_cmp.ipynb) | nearly sub-pixel; still in research | gross error in line | sample mean=0.0002; line mean=-0.07 | -| MEX HRSC | [link](examples/mex_hrsc_isis_cmp.ipynb) | sub-pixel; in testing for production | sample mean=-0.0004; line mean=-0.05 | sample mean=0.0004 ; line mean=0.05 | +| MEX HRSC | [link](examples/mex_hrsc_isis_cmp.ipynb) | sub-pixel; in testing for production | sample mean=0.000038; line mean=-0.000072 | sample mean=-0.000038 ; line mean=-7.512e-05 | | LROC NAC | [link](examples/lrocnac_isis_cmp.ipynb) | sub-pixel; in testing for production | sample mean=-0.003; line mean=-0.0006 | sample mean=0.0005 line mean=0.003 | -| Kaguya Terrain Camera | [link](examples/kaguya_tc_isis_cmp.ipynb) | barely sub-pixel; in testing | sample mean=0.5; line mean=0.9 | sample mean=0.5; line mean=-0.94 | +| Kaguya Terrain Camera | [link](examples/kaguya_tc_isis_cmp.ipynb) | barely sub-pixel; in testing | sample mean=0.0001; line mean=0.00003 | sample mean=0.009; line mean=-1.242 | | Messenger MDIS NAC | [link](examples/messenger_mdisnac_isis_cmp.ipynb) | sub-pixel; in testing for production | sample mean=-0.01; line mean=-0.003 | sample mean=0.01; line mean=0.003 | | Cassini ISS NAC | [link](examples/cassini_isis_nac_cmp.ipynb) | sub-pixel; in testing for production | sample mean=-0.001; line mean=0.01 | sample mean=0.001; line mean=-0.01 | | Cassini ISS WAC | [link](examples/cassini_isis_wac_cmp.ipynb) | sub-pixel; in testing for production | sample mean=0.001; line mean=0.004 | sample mean=-0.001; line mean=-0.004 | -- GitLab