Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2015-07-17 12:11:53
Size: 2201
Editor: EricPalmer
Comment:
Revision 5 as of 2015-07-17 12:32:14
Size: 3336
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:


== When to Backup ==
 * Calibration -- When you are done with a tiling procedures and the needed iterations, you will ensure your logs are up to date and statistics computed, then run rsync to backup the directory.
{{{
cd ..
rsync -hapvP --exclude=IMAGEFILES Bennu /Volumes/Share/Shared/SPC-test/<yourid>/2015-07-01-75cm
}}}

 * For each step (tiling and iteration), you will want to run statistics and copy the needed output into a directory (step75-a).
 * Make a temporary backup of only the landmarks files (LMKFILES/)
  * This will over write the previous ones, but that's okay because this is only for your use if you mess up some of them on the next step.
  * rsync -hapvP LMKFILES/ ../back-landmarks
  * Make an alias for this
{{{
alias murphy='rsync -hapvP LMKFILES/ ../back-landmarks'
}}}
Line 7: Line 24:
* /SPC_Test
* /SPC_Test/F1a -- Dr. Gaskell's test
* /SPC_Test/F1b -- Dr. Palmer's test
* /SPC_Test/shape3 -- this has the official images needed for the test (only those from Freespace).
 * PICTLIST.TXT-App.PS.DS.OB -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it

 
* /SPC_Test
 * /SPC_Test/F1a -- Dr. Gaskell's test
 * /SPC_Test/F1b -- Dr. Palmer's test
 * /SPC_Test/shape3 -- this has the official images needed for the test (only those from Freespace).
  * PICTLIST.TXT-App -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
  * PICTLIST.TXT-App.PS -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
  * PICTLIST.TXT-App.PS.DS -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
 
* PICTLIST.TXT-App.PS.DS.OB -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
Line 14: Line 35:
* /Volumes/Share/Shared/SPC-share/SubComp -- Results from the previous System SubComponent Test
* /Volumes/Share/Shared/SPC-share/Component -- Results from the previous System Component Test
* /Volumes/Share/Shared/SPC-share/F1b -- Saved checkpoints from the F1b test
* /Volumes/Share/Shared/SPC-share/shape3-original -- The Freespace source tar.gz files
* /Volumes/Share/Shared/SPC-share/truth-bigmaps -- Working directory that has the 5cm (Q=550) BIGMAPS that is Shape3.7
* /Volumes/Share/Shared/SPC-share/bennu-image-generate -- Working directory that has the 7000 5cm (tiny) MAPLETS, Shape3.4
* /Volumes/Share/Shared/SPC-share/kdrozd -- Backup directories for their tests
* /Volumes/Share/Shared/SPC-share/tcampb -- Backup directories for their tests
* /Volumes/Share/Shared/SPC-share/jweirch -- Backup directories for their tests

 
* /Volumes/Share/Shared/SPC-share/SubComp -- Results from the previous System SubComponent Test
 * /Volumes/Share/Shared/SPC-share/Component -- Results from the previous System Component Test
 * /Volumes/Share/Shared/SPC-share/F1b -- Saved checkpoints from the F1b test
 * /Volumes/Share/Shared/SPC-share/shape3-original -- The Freespace source tar.gz files
 * /Volumes/Share/Shared/SPC-share/truth-bigmaps -- Working directory that has the 5cm (Q=550) BIGMAPS that is Shape3.7
 * /Volumes/Share/Shared/SPC-share/bennu-image-generate -- Working directory that has the 7000 5cm (tiny) MAPLETS, Shape3.4
 * /Volumes/Share/Shared/SPC-share/kdrozd -- Backup directories for their tests
 * /Volumes/Share/Shared/SPC-share/tcampb -- Backup directories for their tests
 * /Volumes/Share/Shared/SPC-share/jweirch -- Backup directories for their tests

Describe SPC_V_and_V_testing here.

When to Backup

  • Calibration -- When you are done with a tiling procedures and the needed iterations, you will ensure your logs are up to date and statistics computed, then run rsync to backup the directory.

cd ..
rsync -hapvP --exclude=IMAGEFILES Bennu /Volumes/Share/Shared/SPC-test/<yourid>/2015-07-01-75cm
  • For each step (tiling and iteration), you will want to run statistics and copy the needed output into a directory (step75-a).
  • Make a temporary backup of only the landmarks files (LMKFILES/)
    • This will over write the previous ones, but that's okay because this is only for your use if you mess up some of them on the next step.
    • rsync -hapvP LMKFILES/ ../back-landmarks
    • Make an alias for this

alias murphy='rsync -hapvP LMKFILES/ ../back-landmarks'

File Structure

Many things are kept on ormacsrv1.lpl.arizona.edu

Official testing workspace

  • /SPC_Test
  • /SPC_Test/F1a -- Dr. Gaskell's test
  • /SPC_Test/F1b -- Dr. Palmer's test
  • /SPC_Test/shape3 -- this has the official images needed for the test (only those from Freespace).
    • PICTLIST.TXT-App -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
    • PICTLIST.TXT-App.PS -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
    • PICTLIST.TXT-App.PS.DS -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it
    • PICTLIST.TXT-App.PS.DS.OB -- this has PICTLIST.TXT for each mission phase. Do a symbolic link to it

Support and backup data

  • /Volumes/Share/Shared/SPC-share/SubComp -- Results from the previous System SubComponent Test

  • /Volumes/Share/Shared/SPC-share/Component -- Results from the previous System Component Test
  • /Volumes/Share/Shared/SPC-share/F1b -- Saved checkpoints from the F1b test
  • /Volumes/Share/Shared/SPC-share/shape3-original -- The Freespace source tar.gz files
  • /Volumes/Share/Shared/SPC-share/truth-bigmaps -- Working directory that has the 5cm (Q=550) BIGMAPS that is Shape3.7
  • /Volumes/Share/Shared/SPC-share/bennu-image-generate -- Working directory that has the 7000 5cm (tiny) MAPLETS, Shape3.4
  • /Volumes/Share/Shared/SPC-share/kdrozd -- Backup directories for their tests
  • /Volumes/Share/Shared/SPC-share/tcampb -- Backup directories for their tests
  • /Volumes/Share/Shared/SPC-share/jweirch -- Backup directories for their tests

README for major directories

For each top directory in SPC-share and /SPC_Test we need a README that describes the following

README

  • Purpose of the directory
  • Major subdirectories and their function
  • Who created it
  • Log
    • Date
      • What changes were made
    • Date
      • More changes
    • etc.

Test Log Files

For each major step (such as a sequence of tiling and iterations), please create a log file in the working directory. When you start a tiling sequence, update it to the current info testLog.txt

  • Date
  • Who is running the test
  • Test Number/Subtest
  • Test Name
  • What is the goal of the test
  • Log
    • Date
      • Major procedures or techniques
      • Names of BIGMAPs created
      • Parameters used for tiling or other actions
      • Seed file used for make_script*.seed and changes to that file
      • Problems noted and solutions used

SPC_V_and_V_testing (last edited 2016-06-10 15:29:19 by tcampb)