<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle18
        {mso-style-type:personal-compose;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 77.95pt 72.0pt 77.95pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt;font-style:italic'>      Ben<o:p></o:p></span></font></i></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>>It seems I am still missing something.  The
trivial example PracticeCave <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>compiles correctly and produces two unique elevation
PDF files.  However, it is not working on my real cave.<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>>I changed all the elevation scraps to
"projection elevation".  I put each in <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>its own map statement, then used a select statement
before each export.  This <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>produces two identical PDF files which contain BOTH of
the elevation maps.<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><i><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black;font-style:italic'>     
That is because each export statement exports all maps of the specified (or implied)
projection.<o:p></o:p></span></font></i></p>

<p class=MsoPlainText><i><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black;font-style:italic'>     
You made them all the same (elevation, which as I mentioned is a default or
proxy for [elevation 0 deg] or ‘looking north’)<o:p></o:p></span></font></i></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>>So then I added a view angle to all of the
elevation scraps (two different <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>angles) and modified the export command to use the
same view angle.  Now I get <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>an error:<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>>therion: error -- MillCreekCave.th [41] --
incompatible scrap projection -- Elevation1<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black'>      <i><span
style='font-style:italic'>Each export has an explicit or implied projection,
and it can ONLY include maps that have the same projection.  Likewise,
each map can ONLY contain scraps with matching projections.<o:p></o:p></span></i></span></font></p>

<p class=MsoPlainText><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>>Could there be something in the join statements
that is not right?  Each of <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>the two profiles in this cave has multiple
scraps.  I have to separate sets of <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>join statements to bring them together.  It is
almost like Therion is trying <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt'>to join ALL of the elevation scraps rather than just
the ones I specify.<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 color=black face="Courier New"><span
lang=EN-NZ style='font-size:10.0pt;color:black'>      <i><span
style='font-style:italic'>No. Nothing wrong with join, although join does add
an extra layer of complexity when you are trying to debug problems, because the
morphing disguises other things that may be going on.  It is more likely a
poor choice of projection view angle.  From your earlier post (below) it
sounds like you have extended profiles, so if your projected elevation angle
looks ‘end on’ to the passage you will get a real mess.<o:p></o:p></span></i></span></font></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt;font-style:italic'><o:p> </o:p></span></font></i></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt;font-style:italic'><o:p> </o:p></span></font></i></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>>There is a new question
...  What is the effect of specifying the degree angle of the view for
"-proj elevation"?  <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>     
<i><span style='font-style:italic'>Search for ‘projection’ in the
Therion wiki FAQ for explanation<o:p></o:p></span></i></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>>The profiles for the
real cave I am working on were sketched along the survey line.  That means
they bend and twist as the survey line bends.  In this case the survey
line is very close to running down the center of the cave, but that is not always
the case. One leg from the T-Junction has a "dog leg" bend in
it.  At one station it goes from north to almost east for about 70 feet,
then it turns back to almost straight north.  The profile sketches follow
the centerline and so make the same twist.<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><i><font size=2
face="Courier New"><span style='font-size:10.0pt;font-family:"Courier New";
font-style:italic'>      This means your sketches are
‘extended’, so if you want to use them faithfully, without
redrawing, you will need to use –projection extended.<o:p></o:p></span></font></i></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span style='font-size:
10.0pt'>>Since every profile sketch has two survey stations (or more),
Therion can morph the sketch to the data.  If a view angle is specified,
does it mean that some sections of the profile will be morphed more than
others?<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face="Courier New"><span style='font-size:
10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-style:italic'>      Yes,
exactly, however if the passage is traveling towards or away from (or close to)
the projection angle, the morphing will be very messy – hence the
desirability of sketches that more or less match the projection chosen.<o:p></o:p></span></font></i></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-style:italic'><o:p> </o:p></span></font></i></p>

<p class=MsoPlainText style='text-indent:36.0pt'><i><font size=2
face="Courier New"><span style='font-size:10.0pt;font-style:italic'>So if all
your elevations are –projection extended, then all selected extended maps
will be exported each time.  I should test it now, but am too lazy,
however my experience from several versions back is that Martins suggestion of
sequential selections and exports does not result in the segregation of map
outputs you are looking for.  Either Martin is right, or will need to
modify th-config between runs (or use indexes – not a good idea in this
circumstance – constrains your options later on for rearranging maps). <o:p></o:p></span></font></i></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-style:italic'><o:p> </o:p></span></font></i></p>

<p class=MsoPlainText style='text-indent:36.0pt'><i><font size=2
face="Courier New"><span style='font-size:10.0pt;font-style:italic'>Have you
though of using offset in your extended elevations as an alternative to
segregated output files? You know you can choose the starting station and direction
of branching in extended elevations?<o:p></o:p></span></font></i></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-style:italic'>You can use offset to separate passages
that would otherwise overlie each other.  This would give you segregated
maps in a single file/run and the relationship of the offset maps can be
displayed by Therion in the form of map-connection lines and preview
above/below outlines. </span></font></i><i><span lang=EN-NZ style='font-style:
italic'><o:p></o:p></span></i></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt;font-style:italic'><o:p> </o:p></span></font></i></p>

<p class=MsoPlainText><i><font size=2 face="Courier New"><span lang=EN-NZ
style='font-size:10.0pt;font-style:italic'>      Bruce<o:p></o:p></span></font></i></p>

</div>

</body>

</html>