I found the problem with the PDB reader -- that should be fixed in terms of
the numbers coming in sometimes a bit low.

On Fri, Jul 22, 2011 at 11:45 AM, Rolf Huehne <[email protected]>wrote:

> On 07/22/2011 06:27 PM, Daniel Carbajo wrote:
> > Not the 'O' but the 0 (zero); the point is that I replace temperature
> > factors with other numbers that go from 0 to 10 and I want to do the
> > following:
> > -if all the values in the residue are 0 (i.e. min and max are equal to
> 0), I
> > take the 0
> > -if all the values in the residue are NOT 0 I take the minimum
> > -if there are values in the residue equal to 0 and others NOT equal to 0,
> I
> > take the minimum that is NOT 0 (i.e. the second minimum)
> >
> > I don't know if I am clear enough... the only problem is how to get the
> > second minimum when the minimum is 0.
> Sorry for the misunderstanding.
>
> You can get the second minimum for example by this command:
>
>   var x = {selected and temperature>0}.temperature.min
>
> The "atom properties" table in the Jmol scripting documentation provides
> a good overview about how you can use information like "temperature" in
> selection expressions, labels etc.:
>
>
> http://jena3d.fli-leibniz.de/ImgLibPDB/Jena3D/doc/jmol_scripting/index.htm#atomproperties
>
> Regards,
> Rolf
>
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Web Security
> Learn 10 ways to better secure your business today. Topics covered include:
> Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
> security Microsoft Exchange, secure Instant Messaging, and much more.
> http://www.accelacomm.com/jaw/sfnl/114/51426210/
> _______________________________________________
> Jmol-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>



-- 
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
------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to