On Wed 18-Feb-2009 at 21:39 -0800, rlhelinski wrote:
>
>Now, since I can only feed 'align_image_stack' image file names, I
>have moved that to the front of the procedure. So the first step is to
>create a blank file, then run align_image_stack and merge as I go,
>etc.
>
>However, this isn't bringing in the EV value, rather it is setting it
>to zero. Am I using 'align_image_stack' wrong? Is there another way to
>set the EV value

EV0 is ok, it just tells hugin to do no exposure correction.  You 
can reset it with ptsed if you know what it should be, or use 
vig_optimize to calculate it for you.  Note that if you are going to 
be exposure blending with enfuse at the end, this value gets 
discarded anyway.

> Is 'ptoset' of any use?

Maybe not, it doesn't yet access everything in the .pto project.

>Also, is there a script for changing this line:
>#-hugin  cropFactor=1
>to 1.483? Should I just open up and manipulate the PTO file? Where are
>the focal length, HFOV, etc. stored?

The cropFactor is just a hint for the GUI, the only value that is 
used in the panorama 'model' is the horizontal angle of view which 
is 'v' (in degrees) in the 'i' (Image) lines.

>Finally, what is the proper way to stitch? I've noticed the 'pto2mk'
>and 'pto2tiff' programs. What I want is to generate the separate
>exposures and then the enfused version, as Hugin does.

pto2tiff is obsolete, the way to stitch is to use pto2mk to generate 
a Makefile and stitch that:

    pto2mk -o myproject.pto.mk -p myproject myproject.pto
    make -f myproject.pto.mk

-- 
Bruno

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to