Differences between revisions 1 and 2
Revision 1 as of 2016-04-13 15:39:45
Size: 718
Editor: tcampb
Comment:
Revision 2 as of 2016-04-14 09:22:21
Size: 719
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
awk '/V/{print $1, $8}' PICINFO.TXT > lmnumber.txt awk '/PV/{print $1, $8}' PICINFO.TXT > lmnumber.txt

F3BBLOCK-6 (Fix number of images)

cd /SPC_Test/F3B-Number/
script
date
pwd
ls -l

cd test/
ls -l


ls -l /usr/local/bin/residuals
residuals
5 0.005 0.0002

awk '/0.1000 m/{print $1, $7}' MAPINFO.TXT > imnumber.txt
cat imnumber.txt

#Manually check this list and ensure all landmarks have at least 3 images
#When there are less than three, manually add images to landmark

awk '/PV/{print $1, $8}' PICINFO.TXT > lmnumber.txt
cat lmnumber.txt

#Manually check this list and ensure all images have at least 3 landmarks
#When there are less than three, manually add new landmarks

mv imnumber.txt lmnumber.txt log/10cm/

date
exit

mv typescript typeLog/typescriptImg10

F3BBLOCK-6 (last edited 2016-04-14 09:22:21 by tcampb)