Size: 1416
Comment:
|
Size: 1409
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 = |
Line 8: | Line 6: |
This block batch autoregisters images contained in lsupport/PICTLIST.TXT. | This block batch autoregisters images |
Line 20: | Line 18: |
=== 2. Set-up === | === 1. Set-up === |
Line 23: | Line 21: |
=== 3. Set-up batch autoregister files === | === 2. Set-up batch autoregister files === |
Line 30: | Line 28: |
Line 33: | Line 30: |
=== 4. Batch autoregister images === | === 3. Batch autoregister images === {{{ # Build the scripts make_scriptA |
Line 35: | Line 35: |
{{{ # Batch autoregister images |
# Run the scripts |
Line 40: | Line 39: |
=== 5. Monitor progress === | === 4. Monitor progress === |
Line 46: | Line 45: |
=== 6. Check results === |
=== 5. Check results === |
Line 49: | Line 47: |
find_nofit | tee output mkdir ../jrwlog/step2-4 mv *INN *OOT output redo.txt REMOVED.TXT ../jrwlog/step2-4 |
|
Line 52: | Line 52: |
=== 7. Fix uncorrelated images === | === 6. Fix uncorrelated images === |
Line 58: | Line 58: |
=== 8. Clean directory === | === 7. Clean directory === |
Line 66: | Line 66: |
=== 9. Complete procedure === {{{ }}} |
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)