Home
>
Angelas_Raster_Code
> rad2deg.m
rad2deg
PURPOSE
SYNOPSIS
function y=rad2deg(x)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
Fake_Raster
Input matrix should be of the form
FitsRADECMap
script to plot data taken over a time series on the Northern RX
TauARaster_quick2
A close look at the VirgoA raster data
fit_IQUV2
fit_IQUV2_radec
plot_gfit_data2
% Fit 2D gaussians to all the dgood data and then plot info about them
plot_roach_coefficents
jl_gridder
plotOvroSurf
%%%%%%%%%%%%%%%5
jl_gridderSouth
SOURCE CODE
0001
function y=rad2deg(x)
0002 0003 y = 180.0*x/pi;
Generated on Sun 14-Jun-2015 17:12:45 by
m2html
© 2005