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 (Speleo3 moved page Map Double to Map double: lowercase)
 
m (10 revisions)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
=Usage=
 
=Usage=
 
<source lang="python">
 
<source lang="python">
map_double map_name, state
+
map_double map_name [, state ]
 
</source>
 
</source>
 +
 +
= Example =
 +
 +
fetch 1rx1
 +
fetch 1rx1, type=2fofc
 +
map_double 1rx1_2fofc
 +
isomesh mesh, 1rx1_2fofc
  
 
== See Also ==
 
== See Also ==

Latest revision as of 04:05, 7 December 2020

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 ]

Example

fetch 1rx1
fetch 1rx1, type=2fofc
map_double 1rx1_2fofc
isomesh mesh, 1rx1_2fofc

See Also

Map_Halve