-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* created pages for all functions and changed site structure. Updated cone page. Rest yet to be updated. * Updated remaining pages. Still require checking and a basic description of the each function needs to be added. * small change to cone doc
- Loading branch information
1 parent
dd2f4e8
commit a828057
Showing
12 changed files
with
171 additions
and
71 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Cone | ||
|
||
To view the available options for the cone command, make use of the '--help' provision. Note : Hollow cones are not supported currently due to artefacts at the tip of the cone. | ||
|
||
```shell | ||
|
||
ttmask cone --help | ||
|
||
``` | ||
|
||
## Commands and Options | ||
|
||
Option | Usage | | ||
------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
--sidelength | This specifies the box size. e.g. "--sidelength 100" for a 100 x 100 x 100 pixel array. | | ||
--cone-height | The height of your cone in angstroms. | | ||
--cone-base-diameter | The diameter of the base (i.e. widest diameter) of the cone. | ||
--soft-edge-width | The number of pixels over which a soft edge will be added. | | ||
--pixel-size | The desired pixel size of your output in angstroms. | | ||
--output | Name of your output file | | ||
--centering | The default is "--centering standard", in which the shape is placed at the center of the box (i.e. [sidelength/2, sidelength/2, sidelength/2]). However, if you would like the shape to 'appear' centered within an even box size then use "--centering visual", which shifts the center half a pixel. Alternatively, one may use "--centering custom" together with the "--center" flag (see next table entry). | ||
--center | If using "--centering custom" then specify the custom center here. E.g. for a box size of 100, if you want to shift the mask 10 pixels in Z, then specify the new center using "--center 40 50 50". The convention here is "--center z y x" (depth, height, width). | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Cube | ||
|
||
To view the available options for the cube command, make use of the '--help' provision. | ||
|
||
```shell | ||
|
||
ttmask cube --help | ||
|
||
``` | ||
|
||
## Commands and Options | ||
|
||
Option | Usage | | ||
------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
--sidelength | This specifies the box size. e.g. "--sidelength 100" for a 100 x 100 x 100 pixel array. | | ||
--cube-sidelength | The edge length of your cube in angstrom. | | ||
--soft-edge-width | The number of pixels over which a soft edge will be added. | | ||
--pixel-size | The desired pixel size of your output in angstroms. | | ||
--output | Name of your output file | | ||
--wall-thickness | If specified (in angstrom), the cube will be hollow. The walls of the cube will be given this thickness, but will be added inwards of the boundary, such that cube-sidelength dimensions are not exceeded. | | ||
--centering | The default is "--centering standard", in which the shape is placed at the center of the box (i.e. [sidelength/2, sidelength/2, sidelength/2]). However, if you would like the shape to 'appear' centered within an even box size then use "--centering visual", which shifts the center half a pixel. Alternatively, one may use "--centering custom" together with the "--center" flag (see next table entry). | ||
--center | If using "--centering custom" then specify the custom center here. E.g. for a box size of 100, if you want to shift the mask 10 pixels in Z, then specify the new center using "--center 40 50 50". The convention here is "--center z y x" (depth, height, width). | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Curved Surface | ||
|
||
To view the available options for the curved_surface command, make use of the '--help' provision. | ||
|
||
```shell | ||
|
||
ttmask curved_surface --help | ||
|
||
``` | ||
|
||
## Commands and Options | ||
|
||
Option | Usage | | ||
------------ |-----------------------------------------------------------------------------------| | ||
--sidelength | This specifies the box size. e.g. "--sidelength 100" for a 100 x 100 x 100 pixel array. | | ||
--fit-sphere-diameter | This is the diameter of the sphere that would fit the curvature of the desired membrane surface. i.e. a larger value results in reduced curvature of the surface, with a lower value increasing surface curvature. | ||
--surface-thickness | The thickness of the curved surface in angstrom. | ||
--soft-edge-width | The number of pixels over which a soft edge will be added. | | ||
--pixel-size | The desired pixel size of your output in angstroms. | | ||
--output | Name of your output file | | ||
--centering | The default is "--centering standard", in which the shape is placed at the center of the box (i.e. [sidelength/2, sidelength/2, sidelength/2]). However, if you would like the shape to 'appear' centered within an even box size then use "--centering visual", which shifts the center half a pixel. Alternatively, one may use "--centering custom" together with the "--center" flag (see next table entry). | ||
--center | If using "--centering custom" then specify the custom center here. E.g. for a box size of 100, if you want to shift the mask 10 pixels in Z, then specify the new center using "--center 40 50 50". The convention here is "--center z y x" (depth, height, width). | ||
|
||
Note : Currently hollow cones are not available due to some quirks as to how this needs to be specified. | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.