|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
#include <RotatedProjWriter.h>
Public Member Functions | |
| Rotation (ParameterMap &pmap) | |
Public Attributes | |
| int | nx |
| int | nz |
| int | nx_min |
| int | nx_max |
| int | nz_min |
| int | nz_max |
| Real | delta |
| Real | theta |
| Real | phi |
| Real | Lx |
| Real | Lz |
| int | i_delta |
| Real | n_delta |
| Real | ddelta_dt |
| int | flag_delta |
Tracks rotation information for creating Rotated Projections
| io::Rotation::Rotation | ( | ParameterMap & | pmap | ) |
Construct a new instance
| Real io::Rotation::ddelta_dt |
rate of delta rotation
| Real io::Rotation::delta |
Rotation angle about z axis in simulation frame
| int io::Rotation::flag_delta |
output mode for box rotation
| int io::Rotation::i_delta |
number of output projection for delta rotation
| Real io::Rotation::Lx |
Physical x-dir size of projected image
| Real io::Rotation::Lz |
Physical z-dir size of projected image
| Real io::Rotation::n_delta |
total number of output projection for delta rotation
| int io::Rotation::nx |
Number of pixels in x-dir of rotated, projected image
| int io::Rotation::nx_max |
Right most point in the projected image for this subvolume
| int io::Rotation::nx_min |
Left most point in the projected image for this subvolume
| int io::Rotation::nz |
Number of pixels in z-dir of rotated, projected image
| int io::Rotation::nz_max |
Top most point in the projected image for this subvolume
| int io::Rotation::nz_min |
Bottom most point in the projected image for this subvolume
| Real io::Rotation::phi |
Rotation angle about y axis in simulation frame
| Real io::Rotation::theta |
Rotation angle about x axis in simulation frame