Patches item #1417846, was opened at 2006-01-29 03:02
Message generated for change (Settings changed) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379135&aid=1417846&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User Interface
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Scott Menor (smenor)
Assigned to: Nobody/Anonymous (nobody)
Summary: allow selection with non-integer limits

Initial Comment:
Although temperature is stored as a decimal field in .pdb files, Jmol was 
limited to selections with integer limits. 

This patch allows selections such as 
select temperature < .3

which would formerly return 'error - integer expected'.



----------------------------------------------------------------------

Comment By: Miguel (migueljmol)
Date: 2006-01-29 15:45

Message:
Logged In: YES 
user_id=1050060

It turns out that RasMol defined a different behavior for
temperature. 

The bfactor/temperature value is multiplied by 100 before it
is stored. So, a temperature of 1.00 becomes 100. 

Therefore, a temperature of .3 becomes 30 ... and the query
becomes:

 select temperature<30


This may not be what you like ... but it is the behavior
defined by RasMol ... maintained by Jmol for compatibility. 

Not sure what your patch is doing. 

Contact me if you have questions. 


Miguel
[EMAIL PROTECTED]


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379135&aid=1417846&group_id=23629

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