Oh, one thing that did sneak into 11.6 last night was adaptive color
reduction for GIF images. They won't be great images when there are 40,000
colors (as in color-mapped isosurfaces), but for everything else I
(personally) think they look terrific.

This now sets us up to do animated GIF images, I think. That should be no
real problem -- I've added some movie creation classes in 11.7.

Other new items in 11.7 (these are things I've been working on lately but
not been able to check in) include:

draw LINE  # line segments
write FRAMES  # sequence of frames as still images
load FILES  ... COORD  # Molecular Dynamics trajectory viewing
expanded quaternion methods
VERY preliminary support for cryoEMD

# new feature: draw LINE {...} {...} {...} {...}  draws line segments

# new feature: making Jmol movies using write frames {atomExpression}
[width] [height] "movie.jpg"
# creates a set of files movie0001.jpg, movie0002.jpg, etc. for frames in
atomExpression
# these files can then be combined using an external program of user's
choice to create
# a movie from a sequence of JPEG images
#
# write frames {*} "all.jpg"
# write frames {1.0} "firstFile.jpg"
# write frames {1.0} 200 200 "smallFile.jpg"
#
# new feature: load of molecular dynamics topology file and coordinates
#
#   load files "u.mdtop" FILTER "![WAT],![URE]" COORD {0 -1 1}
"mdcrd::u.mdcrd" ;
#
#  -- mdtop file must have %FLAG and %FORMAT comments
#  -- FILTER is optional
#  -- COORD {first,last,step} is optional for each coordinate file loaded
#      first,last,step same as in VMD -- 0 for very first trajectory, last
-1 meaning "all"
#      default {0 0 1} so that just one trajectory is loaded from each file
#  -- explicit format "mdcrd::" is required, because these files have no
identifying characteristics
#  -- as many COORD keywords/coordinate files as desired can be included:
#
#   load files "u.mdtop" FILTER "![WAT],![URE]" COORD {0 -1 1}
"mdcrd::u1.mdcrd"  "mdcrd::u2.mdcrd" COORD {0 300 10} "mdcrd::u3.mdcrd" ;
#
# new feature: x = quaternion({center_or_point}, {atomX_or_point},
{atomXY_or_point})
#
#  -- quaternion is created based on three atoms or coordinates
#  -- such that X = atomX - center, Z = cross(atomXY - center, atomX), Y =
cross(Z, X)
#
# new feature: x = quaternion(q, "id", {center})
#
#  -- creates DRAW sequence to draw quaternion q as three arrows red(x),
green(y), blue(z)


On Tue, Oct 7, 2008 at 12:25 PM, Robert Hanson <[EMAIL PROTECTED]> wrote:

> Nico, I've made the 11.6 branch and checked in all my revisions for 11.7.1
> as well. So please release both of those.
>
> Fellow developers -- bug fixes now need to be made to BOTH the 11.6 branch
> and the 11.7 trunk. New features only for 11.7 trunk.
>
> Thanks.
>
> Bob
>
>
> --
> Robert M. Hanson
> Professor of Chemistry
> St. Olaf College
> 1520 St. Olaf Ave.
> Northfield, MN 55057
> http://www.stolaf.edu/people/hansonr
> phone: 507-786-3107
>
>
> If nature does not answer first what we want,
> it is better to take what answer we get.
>
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>



-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to