Difference between revisions of "Map double"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
'''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 amount of memory required to store the map will increase eight-fold.
  
===USAGE===
+
=Usage=
map_double map_name, state  
+
<source lang="python">
 +
map_double map_name, state
 +
</source>
 +
 
 +
== See Also ==
 +
[[Map_Halve]]
 +
 
  
 
[[Category:Commands|Map Double]]
 
[[Category:Commands|Map Double]]

Revision as of 17:45, 24 March 2010

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