Differences between revisions 20 and 43 (spanning 23 versions)
Revision 20 as of 2014-02-26 09:47:39
Size: 3075
Editor: EricPalmer
Comment:
Revision 43 as of 2014-03-25 16:26:22
Size: 3851
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
== Key Modules == = Key Modules =
Line 22: Line 22:
=== Bennu specific Setup === == Bennu specific Setup ==
Line 25: Line 25:
- ["process_img"] - ["do process_img"]
Line 28: Line 28:
- ["make_sumfiles"] - ["do make_sumfiles"]
Line 31: Line 31:
- ["make_pictlistX"] - Script - ["do make_pictlistX"] - Script
Line 34: Line 34:
- ["register"] - ["do register"]
  Can be done with either, but best to be done with Bennu

- ["do dynamics"]
  Can be done with either, but best to be done with Bennu

- ["do make_list"]
Line 39: Line 45:
=== Process === = Dawn =
Line 44: Line 50:
Dawn-image == Dawn-image ==
Line 50: Line 56:
Dawn-land - ["do bigmap"] - Script, Data
 
- ["do showmap"] - Script, Data

- ["do spheremapB"] - Script, Data

- ["do display"]

- ["do make_tilefile"] - Script, Data

- ["do make_scriptT"] - Script, Data

- ["run make_scriptT"] - Script, Data

- ["do find_nofitT"] - Script

- ["lithos tuck"]




== Dawn-land ==
Line 63: Line 90:
Line 81: Line 107:
Line 92: Line 117:
- ["do map_coverage"] - Script, Data
Line 93: Line 119:
- ["lithos overlaps"] - Script, Data
Line 94: Line 121:
Dawn-land360 - ["lithos build terrain"] - Script, Data
Line 96: Line 123:
- ["lithos overlaps"] == Dawn-land360 ==
Line 98: Line 125:
- ["lithos build terrain"] This contains 361 maplets that tiles REFMAP. It only has the processing done for doing the batch tiling procedures. The goal for this stage is developing mature topography.
Line 100: Line 127:
- ["lithos ....."] - ["do lithosP"] - Script, Data
Line 102: Line 129:
- ["autoregister"] - ["do import"]
Line 104: Line 131:
- ["lithos tuck"] - ["do export"]
Line 106: Line 133:
- ["do make_script"] - Script, Data
Line 107: Line 135:
=== Create === - ["do make_scriptP"] - Script, Data
Line 109: Line 137:
- ["bigmap"] - ["do make_scriptA"]
Line 111: Line 139:
- ["densify"] - ["do make_scriptAP"]
Line 113: Line 141:
- ["dumber"] - ["do make_scriptR"]
Line 115: Line 143:
- ["pole"] - ["do make_scriptF"]
Line 117: Line 145:
- ["geometry"] - ["do find_nofitP"] - Script, Data
Line 119: Line 147:
- ["residuals"] - ["do duplicates"] - Script, Data
Line 121: Line 149:
- ["regress"] - ["do make_lmrklistx"] - Script, Data
Line 123: Line 151:
== Dawn-Topo ==
Line 124: Line 153:
=== Display === This contains a full suite of tiles for REFMAP (360 maplets). It has been well processed and has fully developed topography.
Line 126: Line 155:
- ["showmap"] - ["do densify"]
Line 128: Line 157:
- ["spheremapB"] - ["do dumber"]
Line 130: Line 159:
- ["do pole"]
Line 131: Line 161:
=== Batch === - ["do geometry"]
Line 133: Line 163:
- ["lithosP"] - ["do residuals"] - Script
Line 135: Line 165:
- ["import"] - ["do regress"]
Line 137: Line 167:
- ["export"] - ["do autoregister"] - I may use a HAMO2 image to make things easy on myself
Line 139: Line 169:
- ["make_script"] - ["do make_script other"] - A/F/R
Line 141: Line 171:
- ["make_scriptP"] - ["do desnitya"]
Line 143: Line 173:
- ["make_scriptL"]

- ["make_scriptT"]

- ["map_coverage"]

- ["find_nofit"]

- ["find_nofitP"]

- ["duplicates"]

- ["make_lmrklistx"]

=== Not essential ===

- ["make_list"]

- ["make_tilefile"]

- ["dynamics"]

- ["make_script other"] - A/F/R

- ["desnitya"]

- ["shape_info"]


== Not Required Modules ==

- ["mosaic"]

- other display map/images
- ["do shape_info"]

Jan 2014. I am beginning a suite of testing for the OSIRIS-REx project. The first part is to conduct unit level testing (or for OSIRIS-REx's requirements, subcomponent).

We start with

  • 99,193 landmarks
  • 4,899 image files

Status

  • Script
  • Data
  • Output

Answer to check against

- ["Files"]


Key Modules

== Bennu specific Setup ==

- ["do process_img"]

- ["do make_sumfiles"]

  • Can be done with either, but best to be done with Bennu

- ["do make_pictlistX"] - Script

  • Can be done with either, but best to be done with Bennu

- ["do register"]

  • Can be done with either, but best to be done with Bennu

- ["do dynamics"]

  • Can be done with either, but best to be done with Bennu

- ["do make_list"]

  • Can be done with either, but best to be done with Bennu


= Dawn =

Dawn-image

This state has several LAMO images ingested into the system. There are no new landmarks. The shape model is well defined and stable. There are no specific bigmaps for the test region.

- ["lithos create"] - Script, Data

- ["do bigmap"] - Script, Data

- ["do showmap"] - Script, Data

- ["do spheremapB"] - Script, Data

- ["do display"]

- ["do make_tilefile"] - Script, Data

- ["do make_scriptT"] - Script, Data

- ["run make_scriptT"] - Script, Data

- ["do find_nofitT"] - Script

- ["lithos tuck"]

Dawn-land

This state has a single landmark defined, TEST01. It is in the center of our testing region, based to show details of the pits within Marcia crater. It has HAMO and LAMO images already connected to the landmark and aligned. No overlaps or updated topography. Heights are from an existing bigmap.

Notes: lithos update is done for most lithos commands. It will not be explicitly tested because saving the data is required for most of the tests.

- ["lithos delete"] - Script, Data

- ["lithos find images"] - Script, Data

- ["lithos change resolution"] - Script, Data

- ["lithos build template"] - Script, Data

- Shift - These are paired in sequence

  • ["lithos manually shift"] - Script, Data
  • ["lithos auto correlate"] - Script, Data

- ["lithos exclude by correlation"] - Script, Data

- ["lithos exclude automatically"] - Script, not data

- ["lithos manual exclude"] - Script, Data

- ["lithos no exclude"] - Script, Data

- ["lithos heights from map"] - Script, Data

- ["lithos heights from shape"] - Script, Data

- ["lithos normal from height"] - Script, Data

- ["lithos normal from shape"] - Script, Data

- ["lithos topo template"] ? what was this?

- ["do map_coverage"] - Script, Data

- ["lithos overlaps"] - Script, Data

- ["lithos build terrain"] - Script, Data

Dawn-land360

This contains 361 maplets that tiles REFMAP. It only has the processing done for doing the batch tiling procedures. The goal for this stage is developing mature topography.

- ["do lithosP"] - Script, Data

- ["do import"]

- ["do export"]

- ["do make_script"] - Script, Data

- ["do make_scriptP"] - Script, Data

- ["do make_scriptA"]

- ["do make_scriptAP"]

- ["do make_scriptR"]

- ["do make_scriptF"]

- ["do find_nofitP"] - Script, Data

- ["do duplicates"] - Script, Data

- ["do make_lmrklistx"] - Script, Data

Dawn-Topo

This contains a full suite of tiles for REFMAP (360 maplets). It has been well processed and has fully developed topography.

- ["do densify"]

- ["do dumber"]

- ["do pole"]

- ["do geometry"]

- ["do residuals"] - Script

- ["do regress"]

- ["do autoregister"] - I may use a HAMO2 image to make things easy on myself

- ["do make_script other"] - A/F/R

- ["do desnitya"]

- ["do shape_info"]

Test_Files (last edited 2016-01-22 12:02:20 by EricPalmer)