diff --git a/bz b/bz index a8ca9ae..047f691 100755 --- a/bz +++ b/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; ) diff --git a/data/csv/ben-dispbase-back-500um.txt.bz2 b/data/csv/ben-dispbase-back-500um.txt.bz2 new file mode 100644 index 0000000..b900a22 Binary files /dev/null and b/data/csv/ben-dispbase-back-500um.txt.bz2 differ diff --git a/data/dxf/ben-dispbase-back-500um.dxf.bz2 b/data/dxf/ben-dispbase-back-500um.dxf.bz2 new file mode 100644 index 0000000..b7383f9 Binary files /dev/null and b/data/dxf/ben-dispbase-back-500um.dxf.bz2 differ diff --git a/data/jpg/ben-dispbase-back-500um.jpg b/data/jpg/ben-dispbase-back-500um.jpg new file mode 100644 index 0000000..1603436 Binary files /dev/null and b/data/jpg/ben-dispbase-back-500um.jpg differ diff --git a/data/pij/ben-dispbase-back-500um.pij.bz2 b/data/pij/ben-dispbase-back-500um.pij.bz2 new file mode 100644 index 0000000..a869f7b Binary files /dev/null and b/data/pij/ben-dispbase-back-500um.pij.bz2 differ diff --git a/data/stl/ben-dispbase-back-500um.stl.bz2 b/data/stl/ben-dispbase-back-500um.stl.bz2 new file mode 100644 index 0000000..ee23fae Binary files /dev/null and b/data/stl/ben-dispbase-back-500um.stl.bz2 differ diff --git a/index.htm b/index.html similarity index 97% rename from index.htm rename to index.html index d27404d..ba93b62 100644 --- a/index.htm +++ b/index.html @@ -25,7 +25,7 @@ be read by many programs, including HeeksCAD and MeshLab.

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.


@@ -487,7 +487,7 @@ Approximate scan time: 58 h
@@ -503,7 +503,11 @@ Approximate scan time: 1 h
-

In progress

+

Planned

X/Y step size: 500 μm.
Z resolution: 25 μm.
-Approximate scan time: 4 h
+Approximate scan time: 3.75 h
+PIJ +DXF +STL +TXT(CSV)
X/Y step size: 100 μm.
@@ -794,6 +798,6 @@ Approximate scan time: 11 h


-2010-08-03 13:57:32 UTC +2010-08-03 16:53:34 UTC diff --git a/web/index.sh b/web/index.sh index 98baa8b..58594ce 100755 --- a/web/index.sh +++ b/web/index.sh @@ -31,7 +31,7 @@ be read by many programs, including HeeksCAD and MeshLab.

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" # -----------------------------------------------------------------------------