Differences between revisions 1 and 2
Revision 1 as of 2018-01-29 17:17:26
Size: 1416
Editor: JohnWeirich
Comment:
Revision 2 as of 2018-01-29 17:17:50
Size: 1361
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= Block 4 - Autoregister V0 =

 (./) copied from working--needs to be made generic
= Block 4 - Autoregister V2 =

Block 4 - Autoregister V2

Description

This block batch autoregisters images contained in lsupport/PICTLIST.TXT.

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

2. Set-up

Make sure make_scriptA.seed is correct.

3. 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

4. Batch autoregister images

# Batch autoregister images
nohup sh run_script.b

5. Monitor progress

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

6. Check results

7. Fix uncorrelated images

# Fix uncorrelated images
.......

8. Clean directory

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

9. Complete procedure


(Compiled by JRW)

CategoryHowTos

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