mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-24 23:51:53 +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:
parent
c7ef1cd6ac
commit
ae2f7aca9b
7
bz
7
bz
@ -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; )
|
||||
|
BIN
data/csv/ben-dispbase-back-500um.txt.bz2
Normal file
BIN
data/csv/ben-dispbase-back-500um.txt.bz2
Normal file
Binary file not shown.
BIN
data/dxf/ben-dispbase-back-500um.dxf.bz2
Normal file
BIN
data/dxf/ben-dispbase-back-500um.dxf.bz2
Normal file
Binary file not shown.
BIN
data/jpg/ben-dispbase-back-500um.jpg
Normal file
BIN
data/jpg/ben-dispbase-back-500um.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
data/pij/ben-dispbase-back-500um.pij.bz2
Normal file
BIN
data/pij/ben-dispbase-back-500um.pij.bz2
Normal file
Binary file not shown.
BIN
data/stl/ben-dispbase-back-500um.stl.bz2
Normal file
BIN
data/stl/ben-dispbase-back-500um.stl.bz2
Normal file
Binary file not shown.
@ -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 μm.<BR>
|
||||
Z resolution: 25 μ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 μ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>
|
@ -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"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user