Differences between revisions 7 and 8
Revision 7 as of 2015-07-17 12:34:54
Size: 3420
Editor: EricPalmer
Comment:
Revision 8 as of 2015-07-17 12:38:14
Size: 3553
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Make the following aliases
{{{
alias doneStep='rm -r step*'
alias murphy='rsync -hapvP LMKFILES/ ../back-landmarks'

}}}
Line 10: Line 16:
rm -r step* doneStep
Line 17: Line 23:
Line 19: Line 26:
alias murphy='rsync -hapvP LMKFILES/ ../back-landmarks' mkdir step75-a
move bunch of stuff into step75-a
murphy
Line 21: Line 30:

Describe SPC_V_and_V_testing here.

When to Backup

  • Make the following aliases

alias doneStep='rm -r step*'
alias murphy='rsync -hapvP LMKFILES/ ../back-landmarks'
  • 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. Also, remove the old statistics directories (step75-a)

cd ..
rsync -hapvP --exclude=IMAGEFILES Bennu /Volumes/Share/Shared/SPC-test/<yourid>/2015-07-01-Apch-75cm
cd Bennu
doneStep
  • 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

mkdir step75-a
move bunch of stuff into step75-a
murphy

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)