Differences between revisions 34 and 36 (spanning 2 versions)
Revision 34 as of 2016-03-15 09:36:06
Size: 3914
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 15: Line 15:
Then continue one 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
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.
Line 25: 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 38: 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

Note that this procedural block is taken from Diane Lambert's F3G-Navigation Error procedures, but has been edited to suit the F3E-Limbs 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.
Line 50: Line 46:
The general procedure for doing this given in the procedural block below. Block 2 was written for test F3G, but has been edited to suit F3E. The general procedure for doing this is given in the procedural block below.

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.

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.

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 Setup (last edited 2016-03-16 14:45:37 by KristoferDrozd)