For a description of the program parameters, please refer to the program listing header. If I have time I might generate a Doxygen documentation for the IDL program but I still have to modify each of the headers to comply with Doxygen syntax.
buildcloudBuild a density cube file from a model in different formats.
getdensityGet the density of a model at a given point of space.
getmoddefparamGet the model default parameter structure. Need to process that structure with parsemoddefparam to obtain the modparam array. The modparam array serves as an input for raytracewl for example.
loaddenscubeLoad and format a fits file density cube. The output is a modparam formated density cube.
oplotimpactgridOverplot impact parameter or r parameter on an image from raytracing.
parsemoddefparamParse the model param structure returned by getmoddefparam.
raytracewlMain raytracing program to generate an image.
rotmatCompute a rotation matrix.
rtdenscubeRaytracing program to generate an image from a density cube using splatting method.
rtdispTo display an image from raytrace.
rtfrontendRuns the graphic user interface front-end.
rtgetprojectionCompute the projection of a point in space on the image.
rtreadbincubeRead a binary density cube generated by buildcloud.
rtrotmat2lonlatrollConvert a rotation matrix to heliographic projected longitude and latitude and instrument roll angle.
rttestRuns simple test to check if SCoRT is properly installed.
rtwlcircRaytracing following a circular profile.
rtwllineRaytracing following a radial profile.
rtwlsegRaytracing following a user defined straight line segment.