Differences between revisions 5 and 6
Revision 5 as of 2018-01-29 17:20:03
Size: 1403
Editor: JohnWeirich
Comment:
Revision 6 as of 2018-02-03 11:11:04
Size: 1409
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 48: Line 48:
mkdir ../log/step2-4
mv *INN *OOT output redo.txt REMOVED.TXT ../log/step2-4
mkdir ../jrwlog/step2-4
mv *INN *OOT output redo.txt REMOVED.TXT ../jrwlog/step2-4

Block 4 - Autoregister V2

Description

This block batch autoregisters 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 IMAGEFILES directory
    • Block 2 - Ingest
  • You have registered images

Procedure

1. Set-up

Make sure make_scriptA.seed is correct.

2. Set-up batch autoregister files

Create make_script.in, or run the following commands if you used the script for Ingestion.

# set-up batch autoregister files
grep -v -e SUMFILES -e NOMINALS  ../log/step1-2/output.txt | cut -c 1-12 > tmp
cat tmp | sed 's/^/ /' > make_script.in
echo END >> make_script.in

3. Batch autoregister images

# Build the scripts
make_scriptA

# Run the scripts
nohup sh run_script.b

4. Monitor progress

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

5. Check results

find_nofit | tee output
mkdir ../jrwlog/step2-4
mv *INN *OOT output redo.txt REMOVED.TXT ../jrwlog/step2-4

6. Fix uncorrelated images

# Fix uncorrelated images
.......

7. Clean directory

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


(Compiled by JRW)

CategoryHowTos

Block 4 - Autoregister v2 (last edited 2019-04-21 21:46:05 by EricPalmer)