Differences between revisions 27 and 28
Revision 27 as of 2016-03-15 08:36:24
Size: 4142
Comment:
Revision 28 as of 2016-03-15 08:39:13
Size: 4142
Comment:
Deletions are marked like this. Additions are marked like this.
Line 45: Line 45:
[[Test F3E - Test Directory Set-up]] [[Test F3E - Orig Directory Set-up]]

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 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

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 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. When giving the name of the test just change F3G-Nav to F3E-Limbs.

Test F3G Procedures Block-1A - TEST DIRECTORY SET-UP - ORIG
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 given in the procedural block below. Block 2 was written for test F3G, but the steps can still be applied for F3E. Once again replace F3G with 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)