Differences between revisions 2 and 3
Revision 2 as of 2018-01-23 11:31:26
Size: 1424
Editor: JohnWeirich
Comment:
Revision 3 as of 2018-01-23 13:10:55
Size: 1449
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
= STILL BEING EDITED! =

Block 3 - Register V2

STILL BEING EDITED!

Description

This block batch registers images.

Assumptions

  • You have invoked a Bourne-Again Shell (bash)
  • You have completed the processing steps in Block 1 - Setup Directory
  • You have populated the working directory with new images following the steps in:

Procedure

2. Set-up

Ensure make_scriptR.seed is linked to the script you want to run.

3. Set-up batch register files

# set-up batch register files
ln -s lsupport/$imgListName make_script.in
ln -s scripts/make_scriptR.SEED make_scriptR.seed
make_scriptR
ls -l

4. Batch register images

# Batch register images
register -v
nohup sh run_script.b &

5. Monitor progress

# Monitor progress
ls -l *.INN *.OOT

6. Check results

# Check results
ls *OOT > tmpList
sh support/after.sh 0.5 tmpList
cat goodList 
cat badList
sh support/evalReg.sh badList

7. Fix unregistered images

# Fix unregistered images
.......

8. Clean directory

# Clean directory
sh rem_script.b
rm TESTFILES/*
rm nohup.out

9. Complete procedure

# Block Complete
exit
# Save block log
mv typescript step-reg


(Compiled by DL)

CategoryHowTos

Block 3 - Register v2 (last edited 2019-11-08 16:47:21 by EricPalmer)