1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-24 23:38:09 +02:00

One more scan, plus some cleanup.

- added ben-dispbase-back-500um
- bz: added "git add" of all the new files (untested)
- index.html: renamed back from index.htm. The sneaky work-around only worked
  halfway.
This commit is contained in:
Werner Almesberger 2010-08-03 13:55:55 -03:00
parent c7ef1cd6ac
commit ae2f7aca9b
8 changed files with 17 additions and 9 deletions

7
bz
View File

@ -2,10 +2,15 @@
#
# helper script to put things into place
#
DATA="pij/$1.pij.bz2 dxf/$1.dxf.bz2 stl/$1.stl.bz2 csv/$1.txt.bz2"
cp $1.pij data/pij/
cp $1.stl data/stl/
mv $1.stl stl/
mv $1.dxf data/dxf/
mv $1.txt data/csv/
mv $1.jpg data/jpg/
bzip2 -v -9 data/{pij,dxf,stl,csv}/$1.*
( cd data && bzip2 -v -9 $DATA; )
git add data/jpg/$1.jpg
( cd data && gip add $DATA; )

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Binary file not shown.

View File

@ -25,7 +25,7 @@ be read by many programs, including
<A href="http://code.google.com/p/heekscad/">HeeksCAD</A> and
<A href="http://meshlab.sourceforge.net/">MeshLab</A>.<P>
High resolution scans can produce a large amount of data.
If a file is 1 MB of bigger, its size is indicated.
If a file is 1 MB or bigger, its size is indicated.
<P>
<HR>
@ -487,7 +487,7 @@ Approximate scan time: 58 h<BR>
<TR><TD><TABLE bgcolor=#e4e4e4 border=0 cellspacing=3 cellpadding=2><TR>
<TD><IMG src="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/jpg/ben-dispbase-back-1mm.jpg">
<TD><H1>In progress</H1>
<TD><IMG src="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/jpg/ben-dispbase-back-500um.jpg">
<TD><H1>Planned</H1>
<TR>
@ -503,7 +503,11 @@ Approximate scan time: 1 h<BR>
<TD>
X/Y step size: 500 &mu;m.<BR>
Z resolution: 25 &mu;m.<BR>
Approximate scan time: 4 h<BR>
Approximate scan time: 3.75 h<BR>
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/pij/ben-dispbase-back-500um.pij.bz2">PIJ</A>
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/dxf/ben-dispbase-back-500um.dxf.bz2">DXF</A>
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/stl/ben-dispbase-back-500um.stl.bz2">STL</A>
<A href="http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/data/csv/ben-dispbase-back-500um.txt.bz2">TXT(CSV)</A>
<TD>
X/Y step size: 100 &mu;m.<BR>
@ -794,6 +798,6 @@ Approximate scan time: 11 h<BR>
<P>
<HR>
<P>
2010-08-03 13:57:32 UTC
2010-08-03 16:53:34 UTC
</BODY>
</HTML>

View File

@ -31,7 +31,7 @@ be read by many programs, including
<A href="http://code.google.com/p/heekscad/">HeeksCAD</A> and
<A href="http://meshlab.sourceforge.net/">MeshLab</A>.<P>
High resolution scans can produce a large amount of data.
If a file is 1 MB of bigger, its size is indicated.
If a file is 1 MB or bigger, its size is indicated.
EOF
# -----------------------------------------------------------------------------
@ -90,10 +90,9 @@ images3
texts3 "4 h" "12 h" "58 h"
scan_set ben-dispbase-back "Display shell, base structure. Back side."
images1
in_progress
images2
planned
texts3 "1 h" "4 h" "50 h"
texts3 "1 h" "3.75 h" "50 h"
# -----------------------------------------------------------------------------