Map double: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(example) |
||
(6 intermediate revisions by 3 users not shown) | |||
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. | ||
== | <gallery widths=250px perrow=4> | ||
Image:Map_normal.png|Std. map mesh spacing | |||
Image:Map_double.png|Map doubled | |||
Image:Map_double2.png|Map double, doubled | |||
Image:Map_double3.png|Map double, double, doubled | |||
</gallery> | |||
[[Category:Commands| | =Usage= | ||
[[Category:States]] | <source lang="python"> | ||
map_double map_name [, state ] | |||
</source> | |||
= Example = | |||
fetch 1rx1 | |||
fetch 1rx1, type=2fofc | |||
map_double 1rx1_2fofc | |||
isomesh mesh, 1rx1_2fofc | |||
== See Also == | |||
[[Map_Halve]] | |||
[[Category:Commands|Map Double]] | |||
[[Category:States|Map Double]] | |||
[[Category:Electron_Density]] | |||
[[Category:Maps]] |
Latest revision as of 04:56, 18 September 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