This is a read-only mirror of pymolwiki.org

Difference between revisions of "Map Double"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (8 revisions)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
===DESCRIPTION===
+
'''map_double''' resamples a map at twice the current resolution.  The amount of memory required to store the map will increase eight-fold.
+
 
  "map_double" resamples a map at twice the current resolution.  The
+
<gallery widths=250px perrow=4>
  amount of memory required to store the map will increase
+
Image:Map_normal.png|Std. map mesh spacing
  eight-fold.
+
Image:Map_double.png|Map doubled
+
Image:Map_double2.png|Map double, doubled
===USAGE===
+
Image:Map_double3.png|Map double, double, doubled
+
</gallery>
  map_double map_name, state  
+
 
+
=Usage=
[[Category:Commands|map_double]]
+
<source lang="python">
 +
map_double map_name, state
 +
</source>
 +
 
 +
== See Also ==
 +
[[Map_Halve]]
 +
 
 +
 
 +
[[Category:Commands|Map Double]]
 +
[[Category:States|Map Double]]
 +
[[Category:Electron_Density]]
 +
[[Category:Maps]]

Latest revision as of 01:53, 28 March 2014

map_double resamples a map at twice the current resolution. The amount of memory required to store the map will increase eight-fold.

Usage

map_double map_name, state

See Also

Map_Halve