Directory: general/cotrans/special/sse/
Contents
.pro files
- sel_matrix_make.pro
PROCEDURE: sel_matrix_makePurpose: Creates a set of matrices that will rotate data from SSE coordinate to SEL coordinateArguments:Inputs: name_lun_att_x: Name of the tplot variable(s) storing the SEL-X basis vectors in GEI coords.
- sse_matrix_make.pro
PROCEDURE: sse_matrix_makePurpose: Creates a set of matrices that will rotate data from GSE coordinate to SSE coordinateArguments:Inputs: name_sun_pos_gse: Name of the tplot variable(s) storing the sun position or as vector data (should be of the form [t,x,y,z] name_lun_pos_gse: Name of the tplot variable(s) storing the lunar position or as vector data (should be of the form [t,x,y,z] Input names can have globbing or can be arrays of names, but number of elements for sun_pos and and lun_pos after globbing must match.