Size: 2692
Comment:
|
← Revision 36 as of 2016-03-16 14:45:37 ⇥
Size: 3869
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from More Detailed Test Procedures | |
Line 3: | Line 4: |
== Directory Setup == | === Important Note === |
Line 5: | Line 6: |
=== 0. Start Typescript === The entirety of this test will take place within the F3E-Limbs directory. When ever an action is performed during the test, commands will be logged for future reference. |
The entirety of this test will take place within the /SPC_Test/F3E-Limbs directory on ormacsrv1. When ever an action is performed during the test, commands will be logged for future reference. To do this type the following commands |
Line 13: | Line 11: |
pwd ls -l | pwd ls -l }}} Then continue with procedural step. When done with a procedural step cancel the script and place it into the /SPC_Test/F3E-Limbs/log directory. With script still enabled do the following to end it while in the test directory. {{{ exit mv typescript ../log/<name/path> |
Line 18: | Line 23: |
Before the F3E-Limbs test is set in motion a starting skeleton directory is handed over to the user. This directory contains the following: | Before the F3E-Limbs test is set in motion a starting skeleton directory is handed over to the user. This directory contains the following. |
Line 31: | Line 36: |
Thus, the original sub directory is marked as the sub directory that every test starts from. It is set up with the following procedural block | Thus, the original sub directory is marked as the sub directory that every test starts from. It is set up with the following procedural block. Note that this procedural block, along with most, have been taken from Diane Lambert's F3G-Navigation Error procedures, but have been edited to suit the F3E-Limbs test. |
Line 33: | Line 38: |
Note that this procedural block is taken from Diane Lambert's F3G-Navigation Error procedures, but is identical to what needs to be performed when setting up the orig sub directory for F3E-Limbs. | |
Line 35: | Line 39: |
[[Test F3G Procedures Block-1A - TEST DIRECTORY SET-UP - ORIG]]<<BR>> | [[Test F3E - Orig Directory Set-up]] |
Line 39: | Line 44: |
Before the test is kicked off, all text files that tell SPC which images to use in LITHOS and REGISTER need to be created. The .DAT files for the test images also have to be added to the base F3-Limbs/IMAGEFILES directory. Furthermore, the perturbed SUMFILES and NOMINALS must also be added to their respected directories in F3E-Limbs/orig/. | Before the test is kicked off, all text files that tell SPC which images to use in LITHOS and REGISTER need to be created. The .DAT files for the test images also have to be added to the /SPC_TEST/F3E-Limbs/base/IMAGEFILES directory. Furthermore, the perturbed SUMFILES and NOMINALS must also be added to their respected directories in /SPC_TEST/F3E-Limbs/orig/. |
Line 41: | Line 46: |
Below are summaries of all the text files for LITHOS to use throughout the different stages of the test: * PICTLISTF3Ehigh.txt: Approach Images, PS images, and four high stereo DS images * PICTLISTF3Ehigh_1.txt: Approach Images, PS images, four high stereo DS images, and four 74 km limb images * PICTLISTF3Ehigh_2.txt: Approach Images, PS images, four high stereo DS images, and four 37 km limb images * PICTLISTF3Ehigh_3.txt: Approach Images, PS images, four high stereo DS images, and four 11 km limb images * PICTLISTF3Ehigh_4.txt: Approach Images, PS images, four high stereo DS images, and four 4 km limb images |
The general procedure for doing this is given in the procedural block below. |
Line 48: | Line 48: |
* PICTLISTF3Elow.txt: Approach Images, PS images, and four low stereo DS images * PICTLISTF3Elow_1.txt: Approach Images, PS images, four low stereo DS images, and four 74 km limb images * PICTLISTF3Elow_2.txt: Approach Images, PS images, four low stereo DS images, and four 37 km limb images * PICTLISTF3Elow_3.txt: Approach Images, PS images, four low stereo DS images, and four 11 km limb images * PICTLISTF3Elow_4.txt: Approach Images, PS images, four low stereo DS images, and four 4 km limb images |
[[Test F3E Block 2 - Ingest]] Below are summaries of all the text files for LITHOS to use throughout the different stages of the test. Note that these text files are placed /SPC_TEST/F3E-Limbs/lsupport directory. * PICTLISTF3Ehigh.txt: approach images, PS images, and four high stereo DS images * PICTLISTF3Ehigh_1.txt: approach images, PS images, four high stereo DS images, and four 74 km limb images * PICTLISTF3Ehigh_2.txt: approach images, PS images, four high stereo DS images, and four 37 km limb images * PICTLISTF3Ehigh_3.txt: approach images, PS images, four high stereo DS images, and four 11 km limb images * PICTLISTF3Ehigh_4.txt: approach images, PS images, four high stereo DS images, and four 4 km limb images * PICTLISTF3Elow.txt: approach images, PS images, and four low stereo DS images * PICTLISTF3Elow_1.txt: approach images, PS images, four low stereo DS images, and four 74 km limb images * PICTLISTF3Elow_2.txt: approach images, PS images, four low stereo DS images, and four 37 km limb images * PICTLISTF3Elow_3.txt: approach images, PS images, four low stereo DS images, and four 11 km limb images * PICTLISTF3Elow_4.txt: approach images, PS images, four low stereo DS images, and four 4 km limb images The text files for REGISTER to use when bringing in images to the system are shown below. * highRegistering.txt: four high stereo DS images * lowRegistering.txt: four low stereo DS images * F3E1Registering.txt: four 74 km limb images * F3E2Registering.txt: four 37 km limb images * F3E3Registering.txt: four 14 km limb images * F3E4Registering.txt: four 4 km limb images With these text files created the PICTLIST.TXT used for each each sub-test can simply be symbolically linked to the sub-test's respected PICTLIST in /SPC_TEST/F3E-Limbs/lsupport. The same is true for when each subtests are being registered with make_script.in. |
F3E-Limbs Directory Set up
Important Note
The entirety of this test will take place within the /SPC_Test/F3E-Limbs directory on ormacsrv1. When ever an action is performed during the test, commands will be logged for future reference. To do this type the following commands
script date pwd ls -l
Then continue with procedural step. When done with a procedural step cancel the script and place it into the /SPC_Test/F3E-Limbs/log directory. With script still enabled do the following to end it while in the test directory.
exit mv typescript ../log/<name/path>
1. Setting Up orig Directory
Before the F3E-Limbs test is set in motion a starting skeleton directory is handed over to the user. This directory contains the following.
base/ IMAGEFILES/ SHAPEFILES/ lsupport/ PICTLIST.TXT orig/ results/ test/
Thus, the original sub directory is marked as the sub directory that every test starts from. It is set up with the following procedural block. Note that this procedural block, along with most, have been taken from Diane Lambert's F3G-Navigation Error procedures, but have been edited to suit the F3E-Limbs test.
Test F3E - Orig Directory Set-up
2. Setting up the Test Image Files
Before the test is kicked off, all text files that tell SPC which images to use in LITHOS and REGISTER need to be created. The .DAT files for the test images also have to be added to the /SPC_TEST/F3E-Limbs/base/IMAGEFILES directory. Furthermore, the perturbed SUMFILES and NOMINALS must also be added to their respected directories in /SPC_TEST/F3E-Limbs/orig/.
The general procedure for doing this is given in the procedural block below.
Below are summaries of all the text files for LITHOS to use throughout the different stages of the test. Note that these text files are placed /SPC_TEST/F3E-Limbs/lsupport directory.
- PICTLISTF3Ehigh.txt: approach images, PS images, and four high stereo DS images
- PICTLISTF3Ehigh_1.txt: approach images, PS images, four high stereo DS images, and four 74 km limb images
- PICTLISTF3Ehigh_2.txt: approach images, PS images, four high stereo DS images, and four 37 km limb images
- PICTLISTF3Ehigh_3.txt: approach images, PS images, four high stereo DS images, and four 11 km limb images
- PICTLISTF3Ehigh_4.txt: approach images, PS images, four high stereo DS images, and four 4 km limb images
- PICTLISTF3Elow.txt: approach images, PS images, and four low stereo DS images
- PICTLISTF3Elow_1.txt: approach images, PS images, four low stereo DS images, and four 74 km limb images
- PICTLISTF3Elow_2.txt: approach images, PS images, four low stereo DS images, and four 37 km limb images
- PICTLISTF3Elow_3.txt: approach images, PS images, four low stereo DS images, and four 11 km limb images
- PICTLISTF3Elow_4.txt: approach images, PS images, four low stereo DS images, and four 4 km limb images
The text files for REGISTER to use when bringing in images to the system are shown below.
- highRegistering.txt: four high stereo DS images
- lowRegistering.txt: four low stereo DS images
F3E1Registering.txt: four 74 km limb images
F3E2Registering.txt: four 37 km limb images
F3E3Registering.txt: four 14 km limb images
F3E4Registering.txt: four 4 km limb images
With these text files created the PICTLIST.TXT used for each each sub-test can simply be symbolically linked to the sub-test's respected PICTLIST in /SPC_TEST/F3E-Limbs/lsupport. The same is true for when each subtests are being registered with make_script.in.