Differences between revisions 4 and 5
Revision 4 as of 2016-02-29 11:15:57
Size: 1089
Comment:
Revision 5 as of 2016-02-29 11:20:38
Size: 1317
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

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

Line 29: Line 14:
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

1. Setting Up orig Directory
[[Test F3G Procedures Block-1A - TEST DIRECTORY SET-UP - ORIG]]<<BR>>
Line 31: Line 34:
=== 1. Setting up the Test Images === === 2. Setting up the Test Images ===

Test Procedures

Directory Setup

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.

0. Start Typescript

script 
date
pwd ls -l

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

1. Setting Up orig Directory Test F3G Procedures Block-1A - TEST DIRECTORY SET-UP - 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 base F3-Limbs/IMAGEFILES directory. Furthermore, the perturbed SUMFILES and NOMINALS must also be added to their respected directories in F3E-Limbs/orig/.

2. Setting up the Test Images

F3E-Limbs Directory Setup (last edited 2016-03-16 14:45:37 by KristoferDrozd)