From 28461dcdb98de084688d5de84b1b2d0e904c3980 Mon Sep 17 00:00:00 2001 From: Trent Hare <thare@usgs.gov> Date: Tue, 6 Aug 2019 16:47:04 -0700 Subject: [PATCH] additional updates to the README for current instrument status and reported errors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27e4ea9..ec45c0a 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ For full testing reports and example usage, please see the linked example Jupyte | Cassini ISS | [link](examples/cassini_isis_cmp.ipynb) | No | sample mean=-12.3; line mean=-0.1 | sample mean=-0.2; line mean=0.9 | | Dawn Framing Camera | [link](examples/dawn_fc_isis_cmp.ipynb) | sub-pixel; in testing for production | sample mean=-1.9e-03; line mean=1.8e-03 | sample mean=1.9e-03; line mean=-1.8e-03 | -The Difference column (CSM -> ISIS) represents the mean difference in pixels from running usgscsm's *image2ground* from the CSM and then ISIS3's *campt* (ground2image). The Difference column (ISIS -> CSM) is simply the reverse starting with ISIS3 first with *campt* (image2ground) and then usgscsm's *ground2image*. \ No newline at end of file +The Difference column (CSM -> ISIS) represents the mean difference in pixels from running usgscsm's *image2ground* and then back to the camera using ISIS3's *campt* (ground2image). The Difference column (ISIS -> CSM) is simply the reverse starting with ISIS3 first with *campt* (image2ground) and then usgscsm's *ground2image*. \ No newline at end of file -- GitLab