combinator.m
|
+Util/+external
|
0
|
2017-07-09
|
COMBINATOR Perform basic permutation and combination samplings.
|
conv_fft2.m
|
+Util/+external
|
0
|
2017-07-24
|
CONV_FFT2 Two dimensional convolution via the FFT.
|
exindex.m
|
+Util/+external
|
0
|
2017-06-08
|
EXINDEX extended array indexing
|
inpaint_nans.m
|
+Util/+external
|
0
|
2017-07-09
|
INPAINT_NANS: in-paints over nans in an array
|
listzipcontents.m
|
+Util/+external
|
0
|
2017-06-08
|
LISTZIPCONTENTS Lists the contents of zip file.
|
md_edit.m
|
+Util/+external
|
0
|
2017-06-08
|
MD_EDIT creates an edit window for interactive editing of variables
|
sortcell.m
|
+Util/+external
|
0
|
2017-07-09
|
SORTCELL Sort a cell array in ascending order.
|
unzipfiles.m
|
+Util/+external
|
0
|
2017-06-08
|
UNZIPFILES Extract the contents of a zip file.
|
urlreadpost.m
|
+Util/+external
|
0
|
2017-07-09
|
unction [output,status] = urlreadpost(urlChar,params)
|
urlreadwrite.m
|
+Util/+external
|
0
|
2017-07-09
|
URLREADWRITE A helper function for URLREAD and URLWRITE.
|
zernfun.m
|
+Util/+external
|
0
|
2017-07-09
|
ZERNFUN Zernike functions of order N and frequency M on the unit circle.
|
catfile.m
|
+Util/+files
|
0
|
2017-05-14
|
Concatenate files into a single file.
|
copy_files_from_dirtree.m
|
+Util/+files
|
0
|
2017-05-27
|
Copy or movde all files recursively in a directory tree.
|
create_list.m
|
+Util/+files
|
0
|
2017-05-17
|
Create a file and a ell array containing a list of files.
|
delete_cell.m
|
+Util/+files
|
0
|
2017-05-11
|
Delete a list of files listed in a cell array.
|
dir_cell.m
|
+Util/+files
|
0
|
2018-05-01
|
dir like command for a cell of file names.
|
file2str.m
|
+Util/+files
|
0
|
2018-08-23
|
Read the content of a file into a string or cell vector.
|
files_arrived.m
|
+Util/+files
|
0
|
2017-05-08
|
Check if all files in a list arrived to disk (i.e., size not increasing).
|
files_by_date.m
|
+Util/+files
|
0
|
2017-02-17
|
Select files by date
|
for_each_file.m
|
+Util/+files
|
0
|
2017-05-17
|
Execute a function on a list of files.
|
gunzip.m
|
+Util/+files
|
0
|
2017-01-18
|
Execute gunzip on files, or a cell array of files
|
gzip.m
|
+Util/+files
|
0
|
2017-01-18
|
Execute gzip on files, or a cell array of files
|
list_fun_in_package.m
|
+Util/+files
|
0
|
2017-05-15
|
Find all functions in a matlab package.
|
mgrep.m
|
+Util/+files
|
0
|
2017-05-11
|
grep-like utility for MATLAB. Search for substrings in a text file.
|
read_user_pass_file.m
|
+Util/+files
|
0
|
2017-11-10
|
Read user/password from file
|
superdir.m
|
+Util/+files
|
0
|
2017-08-10
|
A 'dir'-like function that can deal with more types of wild cards
|
wc.m
|
+Util/+files
|
0
|
2017-05-14
|
Apply the Unix wc (word count) command for a file name.
|
wcl.m
|
+Util/+files
|
0
|
2017-05-14
|
Count the number of lines in a file.
|
which_dir.m
|
+Util/+files
|
0
|
2017-05-11
|
Return the directory in which a matlab program resides.
|
ccf_fft2.m
|
+Util/+filter
|
0
|
2017-04-30
|
Cross correlation of 2D arrays usinf fft.
|
conv1_vargauss.m
|
+Util/+filter
|
0
|
2017-05-16
|
Convolve an array, along the first dimension, with a variable gaussian.
|
filter2_fft.m
|
+Util/+filter
|
0
|
2018-03-19
|
Filter an image using fft.
|
filter_fft1.m
|
+Util/+filter
|
0
|
2017-04-30
|
Filter a 1D equally spaced series using FFT.
|
nanmedfilt1.m
|
+Util/+filter
|
0
|
2017-04-30
|
One dimensional median filter that ignores NaNs.
|
bin_sear.m
|
+Util/+find
|
0
|
2017-12-22
|
Binary search for a value in a sorted vector.
|
bin_sear2.m
|
+Util/+find
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
bin_sear3.m
|
+Util/+find
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
find_local_extramum.m
|
+Util/+find
|
0
|
2018-03-31
|
Use stirling interpolation to find local extramum in vector.
|
find_local_zeros.m
|
+Util/+find
|
0
|
2017-06-30
|
-----------------------------------------------------------------------------
|
find_peak.m
|
+Util/+find
|
0
|
2017-01-03
|
------------------------------------------------------------------------------
|
find_peak_center.m
|
+Util/+find
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
fun_binsearch.m
|
+Util/+find
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
mfind_bin.m
|
+Util/+find
|
0
|
2017-05-17
|
Binary search on a vector running simolutnously on multiple values.
|
calc_hessian.m
|
+Util/+fit
|
0
|
2017-05-06
|
Calculate the Hessian matrix of a multivariable function.
|
chi2_bivar_gauss.m
|
+Util/+fit
|
0
|
2017-05-06
|
------------------------------------------------------------------------------
|
chi2_nonsym.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
chi2fit_nonlin.m
|
+Util/+fit
|
0
|
2017-01-19
|
-----------------------------------------------------------------------------
|
chi2fit_nonlin_stab.m
|
+Util/+fit
|
0
|
2017-01-05
|
-----------------------------------------------------------------------------
|
clip_resid.m
|
+Util/+fit
|
0
|
2017-05-12
|
Clip residuals using various methods.
|
conrange.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
design_matrix_calib.m
|
+Util/+fit
|
0
|
2017-03-14
|
--------------------------------------------------------------------------
|
fit2d.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fit_2d_polysurface.m
|
+Util/+fit
|
0
|
2017-01-20
|
-----------------------------------------------------------------------------
|
fit_broken_powlaw.m
|
+Util/+fit
|
0
|
2017-10-31
|
SHORT DESCRIPTION HERE
|
fit_circle.m
|
+Util/+fit
|
0
|
2017-01-27
|
------------------------------------------------------------------------------
|
fit_ellipse.m
|
+Util/+fit
|
0
|
2018-06-18
|
2D ellipse fitting
|
fit_gauss1d.m
|
+Util/+fit
|
0
|
2017-08-11
|
Fit a 1-D Gaussian without background using fminsearch.
|
fit_gauss1da.m
|
+Util/+fit
|
0
|
2017-08-11
|
Fit a 1-D Gaussian without background using LSQ.
|
fit_gauss1dp.m
|
+Util/+fit
|
0
|
2017-08-13
|
SHORT DESCRIPTION HERE
|
fit_gauss2d.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
fit_gauss2dl.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fit_lin.m
|
+Util/+fit
|
0
|
2017-05-07
|
Fit a general function which linear in its free parameters.
|
fit_noise_model.m
|
+Util/+fit
|
0
|
2018-02-19
|
SHORT DESCRIPTION HERE
|
fit_pm.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fit_pm_parallax.m
|
+Util/+fit
|
0
|
2019-01-08
|
------------------------------------------------------------------------------
|
fit_pow.m
|
+Util/+fit
|
0
|
2017-01-19
|
--------------------------------------------------------------------------
|
fit_roblin.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
fit_sn_rise.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
fitexp.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fitgauss.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fitgenpoly.m
|
+Util/+fit
|
0
|
2017-04-06
|
------------------------------------------------------------------------------
|
fitharmo.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fitlegen.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fitlin_ransac.m
|
+Util/+fit
|
0
|
2017-02-20
|
--------------------------------------------------------------------------
|
fitpl.m
|
+Util/+fit
|
0
|
2017-01-19
|
--------------------------------------------------------------------------
|
fitplcp.m
|
+Util/+fit
|
0
|
2017-01-19
|
--------------------------------------------------------------------------
|
fitpoly.m
|
+Util/+fit
|
0
|
2017-05-12
|
Linear least squares polynomial fitting.
|
fitpow.m
|
+Util/+fit
|
0
|
2017-10-29
|
Fit a power-law function of the form: Y = A * X ^(Gamma)
|
fitslope.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fminsearch_chi2.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
fminsearch_my.m
|
+Util/+fit
|
0
|
2017-10-25
|
------------------------------------------------------------------------------
|
get_fwhm.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
ilsqh1.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
lin_fun.m
|
+Util/+fit
|
0
|
2017-05-07
|
Evaluate a cell array of functions, linear in the free parameters.
|
loop_ndgrid.m
|
+Util/+fit
|
0
|
2019-01-29
|
SHORT DESCRIPTION HERE
|
ls_conjgrad.m
|
+Util/+fit
|
0
|
2017-05-12
|
Solve a linear least squares problem using the conjugate gradient method.
|
median_sigclip.m
|
+Util/+fit
|
0
|
2017-04-23
|
--------------------------------------------------------------------------
|
nlinfit_my.m
|
+Util/+fit
|
0
|
2017-01-03
|
------------------------------------------------------------------------------
|
polyconf_cov.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
polyfit_sc.m
|
+Util/+fit
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
polysubstitution.m
|
+Util/+fit
|
0
|
2017-01-05
|
--------------------------------------------------------------------------
|
polysurface_fit.m
|
+Util/+fit
|
0
|
2017-05-06
|
Fit a surface using a 2-D polynomials.
|
bivar_gauss.m
|
+Util/+fun
|
0
|
2017-01-03
|
------------------------------------------------------------------------------
|
broken_powlaw.m
|
+Util/+fun
|
0
|
2017-10-31
|
Generate a broken power-law time series.
|
chebyshev1_polyrep.m
|
+Util/+fun
|
0
|
2018-04-10
|
SHORT DESCRIPTION HERE
|
chebyshev2d_2poly.m
|
+Util/+fun
|
0
|
2018-01-30
|
SHORT DESCRIPTION HERE
|
chebyshev_poly.m
|
+Util/+fun
|
0
|
2018-01-30
|
------------------------------------------------------------------------------
|
chebyshev_polyrep.m
|
+Util/+fun
|
0
|
2018-04-10
|
SHORT DESCRIPTION HERE
|
circ_2d.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
fermi_fun.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
fun_gauss2d.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
gauss_2d.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
lanczos.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
lanczos_2d.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
legendre_poly.m
|
+Util/+fun
|
0
|
2014-03-09
|
-----------------------------------------------------------------------------
|
minus_log10.m
|
+Util/+fun
|
0
|
2017-09-28
|
Return the sign(value) * log10(abs(value))
|
numerical_diff.m
|
+Util/+fun
|
0
|
2018-05-23
|
Numerical differentiation of an equally spaced a vector.
|
polysval.m
|
+Util/+fun
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
sersic.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
triangle_2d.m
|
+Util/+fun
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
git_all.m
|
+Util/+git
|
0
|
2018-09-22
|
add and commit the entire directory structure to github
|
git_cmd.m
|
+Util/+git
|
0
|
2018-09-04
|
Call the git command with parameters
|
git_push_all.m
|
+Util/+git
|
0
|
2018-09-25
|
add and commit the entire directory structure to github
|
git_status.m
|
+Util/+git
|
0
|
2018-09-25
|
Execute git status and return list of untrcaked files
|
git_update.m
|
+Util/+git
|
0
|
2018-11-15
|
git add and commit untracked and updated files
|
gitac.m
|
+Util/+git
|
0
|
2017-03-05
|
Add a list of files to a git repository and commit.
|
QuarticSolver.m
|
+Util/+integral
|
0
|
2017-10-06
|
Quartic integral solver: [x1,x2,x3,x4]=QuarticSolver(a,b,c,d,e)
|
QuarticSolverVec.m
|
+Util/+integral
|
0
|
2017-10-06
|
Quartic integral solver (vectorized): [x1, x2, x3, x4]=QuarticSolverVec(a,b,c,d,e)
|
quad_mult2bound.m
|
+Util/+integral
|
0
|
2017-04-23
|
Numerical integration using quad, where the upper bound is a vector
|
quad_my.m
|
+Util/+integral
|
0
|
2017-04-23
|
Pass arguments to function in quad
|
sp_powerlaw_int.m
|
+Util/+integral
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
summatlevel.m
|
+Util/+integral
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
test_QuarticSolver.m
|
+Util/+integral
|
0
|
2017-10-06
|
v=3*(rand(1e6,5)-0.5);
|
bessel_icoef.m
|
+Util/+interp
|
0
|
2017-04-23
|
Calculate the Bessel interpolation coefficiant.
|
interp1_nan.m
|
+Util/+interp
|
0
|
2017-04-23
|
Interpolate over NaNs in 1-D vector.
|
interp1_sinc.m
|
+Util/+interp
|
0
|
2017-04-23
|
1-D sinc interpolation
|
interp1lanczos.m
|
+Util/+interp
|
0
|
2017-05-12
|
1-D Lanczos interpolation
|
interp2fast.m
|
+Util/+interp
|
0
|
2017-04-23
|
Faster version of interp2
|
interp3p.m
|
+Util/+interp
|
0
|
2017-04-23
|
Stirling interpolation
|
interp_diff.m
|
+Util/+interp
|
0
|
2017-04-23
|
Interpolation based on 4th order Stirling formula
|
interp_diff_ang.m
|
+Util/+interp
|
0
|
2017-04-23
|
Stirling 4th order interpolation for angular values
|
cross1_fast.m
|
+Util/+math
|
0
|
2017-04-23
|
Fast version of cross product of two 3-elements vectors
|
cross_fast.m
|
+Util/+math
|
0
|
2017-04-23
|
Fast cross product of two 3-elements matrices
|
derivative.m
|
+Util/+math
|
0
|
2017-04-23
|
Numerical derivative of a row vector.
|
int2d.m
|
+Util/+math
|
0
|
2017-04-23
|
Numerical integration of a 2-D matrix
|
integral_percentile.m
|
+Util/+math
|
0
|
2017-04-23
|
Given a tabulate function find limits that contains percentile
|
minus_err.m
|
+Util/+math
|
0
|
2017-04-23
|
Minus operator including error propogation.
|
plus_err.m
|
+Util/+math
|
0
|
2017-04-23
|
The plus operator including error propogation.
|
prctile1.m
|
+Util/+math
|
0
|
2017-04-23
|
Faster version of prctile limited to vector input.
|
rdivide_err.m
|
+Util/+math
|
0
|
2017-04-23
|
The rdivide operator including error propogation.
|
times_err.m
|
+Util/+math
|
0
|
2017-04-23
|
The times operator including error propogation.
|
trapzmat.m
|
+Util/+math
|
0
|
2017-04-23
|
Trapezoidal numerical integration on columns or rows of matrices.
|
image2avi.m
|
+Util/+movie
|
0
|
2017-01-03
|
------------------------------------------------------------------------------
|
construct_query.m
|
+Util/+sql
|
0
|
2017-12-27
|
Construct an SQL query from SELECT, FROM, WHERE clauses.
|
Contents.m
|
+Util/+stat
|
0
|
2015-12-29
|
Contents file for package: AstroStat
|
bc_a.m
|
+Util/+stat
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
bootstrap_std.m
|
+Util/+stat
|
0
|
2014-09-15
|
--------------------------------------------------------------------------
|
cel_coo_rnd.m
|
+Util/+stat
|
0
|
2017-02-22
|
------------------------------------------------------------------------------
|
cell_stat.m
|
+Util/+stat
|
0
|
2018-07-25
|
----------------------------------------------------------------------------
|
centermass2d.m
|
+Util/+stat
|
0
|
2017-01-05
|
------------------------------------------------------------------------------
|
confint_probdist.m
|
+Util/+stat
|
0
|
2013-01-17
|
------------------------------------------------------------------------------
|
corrsim.m
|
+Util/+stat
|
0
|
2017-05-11
|
Correlation between two vectors and confidence region using bootstrap
|
corrsim_cov.m
|
+Util/+stat
|
0
|
2017-05-11
|
Correlation matrix between N columns and bootstrap estimation of errors.
|
err_cl.m
|
+Util/+stat
|
0
|
2017-05-11
|
Numerical estimate of percentiles.
|
error2ensemble.m
|
+Util/+stat
|
0
|
2014-07-12
|
--------------------------------------------------------------------------
|
fab_counts.m
|
+Util/+stat
|
0
|
2012-10-03
|
-------------------------------------------------------------------------
|
hist2d.m
|
+Util/+stat
|
0
|
2018-02-27
|
calculate the 2-D histogram of 2-D data set.
|
jackknife.m
|
+Util/+stat
|
0
|
2017-05-17
|
Given an estimator, calculate the Jacknife StD.
|
lognlogs.m
|
+Util/+stat
|
0
|
2012-08-27
|
---------------------------------------------------------------------------
|
max_likelihood.m
|
+Util/+stat
|
0
|
2017-05-17
|
Likelihood from observations and numerical probability distribution.
|
maxnd.m
|
+Util/+stat
|
0
|
2018-01-11
|
------------------------------------------------------------------------------
|
mean_error.m
|
+Util/+stat
|
0
|
2017-05-14
|
Calculate the error on the mean using std/sqrt(N).
|
meannd.m
|
+Util/+stat
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
mediannd.m
|
+Util/+stat
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
minnd.m
|
+Util/+stat
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
mode_bin.m
|
+Util/+stat
|
0
|
2016-06-16
|
--------------------------------------------------------------------------
|
mode_fit.m
|
+Util/+stat
|
0
|
2017-09-25
|
Estimate the mode of an array by fitting a Gaussian to its histogram.
|
mode_vec.m
|
+Util/+stat
|
0
|
2016-07-04
|
--------------------------------------------------------------------------
|
moment_2d.m
|
+Util/+stat
|
0
|
2013-01-14
|
------------------------------------------------------------------------------
|
nanrstd.m
|
+Util/+stat
|
0
|
2017-05-17
|
Robust nanstd.
|
noiser.m
|
+Util/+stat
|
0
|
2014-01-24
|
--------------------------------------------------------------------------
|
poissconf.m
|
+Util/+stat
|
0
|
2017-05-16
|
Upper/lower confidence intervals on N events assuming Poisson statistics
|
prob2find_inr.m
|
+Util/+stat
|
0
|
2013-01-19
|
------------------------------------------------------------------------------
|
psigma.m
|
+Util/+stat
|
0
|
2014-07-12
|
--------------------------------------------------------------------------
|
rand_circle.m
|
+Util/+stat
|
0
|
2015-01-13
|
------------------------------------------------------------------------------
|
rand_ps.m
|
+Util/+stat
|
0
|
2017-07-05
|
Generate a random time series with a given power spectrum.
|
rand_range.m
|
+Util/+stat
|
0
|
2013-01-17
|
--------------------------------------------------------------------------
|
randgen.m
|
+Util/+stat
|
0
|
2017-05-16
|
Random numbers generator for arbitrary distribution.
|
randinpolygon.m
|
+Util/+stat
|
0
|
2017-05-16
|
Generate random positions inside a polygon
|
rangend.m
|
+Util/+stat
|
0
|
2012-08-26
|
------------------------------------------------------------------------------
|
realhist.m
|
+Util/+stat
|
0
|
2017-05-16
|
Calculate histogram for a dataset in a given range.
|
rmean.m
|
+Util/+stat
|
0
|
2017-05-16
|
Calculate the rubust mean over one of the dimensions.
|
rstd.m
|
+Util/+stat
|
0
|
2017-05-16
|
Robust std calculated from the 50% inner percentile of the data.
|
sphere_conv.m
|
+Util/+stat
|
0
|
2014-11-15
|
--------------------------------------------------------------------------
|
stat_in_htm.m
|
+Util/+stat
|
0
|
2018-06-06
|
SHORT DESCRIPTION HERE
|
std_w.m
|
+Util/+stat
|
0
|
2016-01-20
|
--------------------------------------------------------------------------
|
stdnd.m
|
+Util/+stat
|
0
|
2017-05-17
|
Return the global StD of a N-D matrix.
|
sumnd.m
|
+Util/+stat
|
0
|
2012-08-26
|
------------------------------------------------------------------------------
|
wmean.m
|
+Util/+stat
|
0
|
2017-03-14
|
--------------------------------------------------------------------------
|
wmedian.m
|
+Util/+stat
|
0
|
2017-07-23
|
Weighted median for a vector.
|
wmedian_im.m
|
+Util/+stat
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
construct_fullpath.m
|
+Util/+string
|
0
|
2017-03-20
|
--------------------------------------------------------------------------
|
construct_keyval_string.m
|
+Util/+string
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
find_strcmpi.m
|
+Util/+string
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
read_date.m
|
+Util/+string
|
0
|
2018-05-01
|
------------------------------------------------------------------------------
|
read_str_formatted.m
|
+Util/+string
|
0
|
2017-12-14
|
Read a string which is formatted by specidc column positions
|
spacedel.m
|
+Util/+string
|
0
|
2018-12-15
|
recursively delete all spaces from a string.
|
spacetrim.m
|
+Util/+string
|
0
|
2017-05-17
|
Recursively replace any occurance of two spaces with a single space.
|
str2double_check.m
|
+Util/+string
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
str2num_nan.m
|
+Util/+string
|
0
|
2017-11-27
|
--------------------------------------------------------------------------
|
str_duplicate.m
|
+Util/+string
|
0
|
2017-05-16
|
Duplicate a string multiple times.
|
strcmp_cell.m
|
+Util/+string
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
strdouble2double.m
|
+Util/+string
|
0
|
2017-01-03
|
-----------------------------------------------------------------------------
|
strlines2cell.m
|
+Util/+string
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
isfield_check.m
|
+Util/+struct
|
0
|
2017-04-23
|
If field exist run a function of fiel.
|
isfield_notempty.m
|
+Util/+struct
|
0
|
2017-04-23
|
Check if field exist and not empty
|
sort_struct.m
|
+Util/+struct
|
0
|
2017-04-23
|
Sort all the elements in a structure by one fields in the structure.
|
struct2keyvalcell.m
|
+Util/+struct
|
0
|
2017-04-23
|
Structure field name and content to cell array of key,val pairs
|
struct2varargin.m
|
+Util/+struct
|
0
|
2017-04-23
|
Structure field name and content to cell array of key,val pairs
|
struct_def.m
|
+Util/+struct
|
0
|
2017-04-23
|
Define a structure array of a specific size with fields.
|
structcon.m
|
+Util/+struct
|
0
|
2017-04-23
|
Concatenate two structures into one.
|
structcut.m
|
+Util/+struct
|
0
|
2017-04-23
|
Select elements in structure fields by indices.
|
symbolic_poly.m
|
+Util/+symbolic
|
0
|
2017-01-09
|
Build a symbolic polynomial
|
symerror.m
|
+Util/+symbolic
|
0
|
2017-04-23
|
Calculate symbolic errors
|
symerror_calc.m
|
+Util/+symbolic
|
0
|
2017-04-23
|
Calculate and evaluate symbolic errors
|
sympoly2d_2orders.m
|
+Util/+symbolic
|
0
|
2018-03-19
|
Convert a 2D symbolic polynomials into vectors of orders and coef.
|
xcorr2p.m
|
+Util/+xcorr
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
xcorr_fft.m
|
+Util/+xcorr
|
0
|
2017-01-03
|
---------------------------------------------------------------------------
|
xcorr_fft_multi.m
|
+Util/+xcorr
|
0
|
2017-01-03
|
---------------------------------------------------------------------------
|
xcorr_scale_shift.m
|
+Util/+xcorr
|
0
|
2017-05-14
|
--------------------------------------------------------------------------
|
xcorr_stretch.m
|
+Util/+xcorr
|
0
|
2017-05-14
|
Find the stretch and shift between two seriese using fft.
|
acis_psf.m
|
+VO/+Chandra
|
0
|
2017-02-15
|
Read and interpolate the Chandra ACIS-S/ACIS-I PSF.
|
build_obsid_cat.m
|
+VO/+Chandra
|
0
|
2017-05-03
|
Construct a catalog of all Chandra observations
|
ciao_extractspec.m
|
+VO/+Chandra
|
0
|
2017-02-15
|
Prepare the ARF and MRF Chandra files required for X-ray spectroscopy.
|
wget_obsid.m
|
+VO/+Chandra
|
0
|
2017-07-02
|
Get all the files associated with a Chandra ObsID
|
read_corot_file.m
|
+VO/+CoRoT
|
0
|
2017-02-15
|
Read CoRoT file
|
read_corot_master.m
|
+VO/+CoRoT
|
0
|
2017-02-15
|
Read CoRoT master file
|
decals_viewer_link.m
|
+VO/+DECaLS
|
0
|
2018-01-19
|
Get link to DECaLS image viewer
|
prep_decals_htmcat.m
|
+VO/+DECaLS
|
0
|
2018-01-12
|
SHORT DESCRIPTION HERE
|
read_sweep_brick_table.m
|
+VO/+DECaLS
|
0
|
2018-01-12
|
SHORT DESCRIPTION HERE
|
wget_lat_weekly_data.m
|
+VO/+Fermi
|
0
|
2017-06-01
|
Retrieve the Fermi/LAT weekly photon data in FITS format
|
coo2id.m
|
+VO/+GALEX
|
0
|
2017-07-03
|
Convert RA/Dec to GALEX image identifiers
|
fov.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Get the GALEX field of view radius
|
image_server.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Get the GALEX image server URL
|
images_db_filename.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Get the database of all the GALEX images file names
|
ind2path.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Convert index of the GALEX images DB file to GALEX image path
|
pixscale.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Get the GALEX science image pixel scale.
|
run_galex_sql.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Run a GALEX command line SQL quary (OBSOLETE - see VO.MAST)
|
src_number_count.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
The cumulative number of sources in the GALEX-NUV band at high Gal. lat.
|
wget_corrim.m
|
+VO/+GALEX
|
0
|
2017-07-02
|
Get GALEX corrected images from image server
|
zp.m
|
+VO/+GALEX
|
0
|
2017-02-15
|
Get the GALEX photometric zeropoint.
|
hst_acs_zp_apcorr.m
|
+VO/+HST
|
0
|
2017-05-03
|
Aperture correction for HST/ACS filter and aperture radius.
|
irsa_db_url.m
|
+VO/+IRSA
|
0
|
2017-02-15
|
Return the URL for IRSA database query.
|
query_cat.m
|
+VO/+IRSA
|
0
|
2017-02-15
|
Query IPAC/IRSA catalog.
|
read_ipac_table.m
|
+VO/+IRSA
|
0
|
2017-02-15
|
Read IPAC/IRSA table format
|
wget_all_catnames.m
|
+VO/+IRSA
|
0
|
2017-02-15
|
Retrieve a list of all IPAC/IRSA public catalogs
|
wget_cat_columns.m
|
+VO/+IRSA
|
0
|
2017-02-15
|
Retrieve a list of all columns for an IPAC/IRSA public catalog
|
wget_irsa_coockie.m
|
+VO/+IRSA
|
0
|
2017-02-15
|
Get IRSA cookie for a user and password
|
read_lc_file.m
|
+VO/+Kepler
|
0
|
2017-02-15
|
Read Kepler light curve FITS file.
|
mashup_query.m
|
+VO/+MAST
|
0
|
2017-06-11
|
SHORT DESCRIPTION HERE
|
query_casjobs.m
|
+VO/+MAST
|
0
|
2018-04-07
|
Query MAST CasJobs service (requires casjobs.jar)
|
query_casjobs_mydb.m
|
+VO/+MAST
|
0
|
2017-02-15
|
Query MAST CasJobs service into MAST mydb (requires casjobs.jar)
|
query_casjobs_recur.m
|
+VO/+MAST
|
0
|
2017-12-27
|
Query MAST CasJobs service recursively for a box (requires casjobs.jar)
|
wget_all_ps1_dr1.m
|
+VO/+MAST
|
0
|
2017-12-28
|
Prepare a local copy of the PS1-DR1 catalog
|
wget_hsc_sources.m
|
+VO/+MAST
|
0
|
2018-02-20
|
Query sources in the HST source catalog tables
|
ned_link.m
|
+VO/+NED
|
0
|
2017-03-22
|
Get link to NED search by coordinates
|
get_scattering_cross_section.m
|
+VO/+NIST
|
0
|
2017-09-18
|
Get the attenuation and scattering cross-sections from the NIST website.
|
get_dss.m
|
+VO/+POSS
|
0
|
2017-02-15
|
Get link to and the FITS image of the DSS
|
add_meta_data2ps1.m
|
+VO/+PS1
|
0
|
2017-12-27
|
SHORT DESCRIPTION HERE
|
get_stack.m
|
+VO/+PS1
|
0
|
2018-05-03
|
Get links to PS1 corrected stack FITS images.
|
navigator_link.m
|
+VO/+PS1
|
0
|
2018-07-08
|
Given J2000 equatorial coordinates get link to PS1 navigator image.
|
coo2field.m
|
+VO/+PTF
|
0
|
2017-02-15
|
Convert equatorial J2000 coordinates to PTF fields/CCDIDs
|
field2coo.m
|
+VO/+PTF
|
0
|
2017-02-15
|
Find the center equatorial J2000 coordinates for PTF fields/CCDIDs
|
filename_info.m
|
+VO/+PTF
|
0
|
2017-02-15
|
Get information from PTF file name
|
pixscale.m
|
+VO/+PTF
|
0
|
2017-02-15
|
Get PTF pixel scale
|
ptf_image2sim.m
|
+VO/+PTF
|
0
|
2017-03-01
|
Load PTF fits images and catalogs into a SIM object
|
read_mark_lc.m
|
+VO/+PTF
|
0
|
2018-05-27
|
Read PTF subtraction light curves generated by Mark S. program.
|
wget_corrim.m
|
+VO/+PTF
|
0
|
2018-12-03
|
Get PTF corrected images from the IPAC archive
|
coo2run.m
|
+VO/+SDSS
|
0
|
2017-04-04
|
Convert J2000 equatorial coordinates to SDSS run/rerun/col/field ID.
|
image_server.m
|
+VO/+SDSS
|
0
|
2017-02-15
|
Get SDSS image server URL
|
navigator_link.m
|
+VO/+SDSS
|
0
|
2017-02-15
|
Given J2000 equatorial coordinates get link to SDSS navigator image.
|
pixscale.m
|
+VO/+SDSS
|
0
|
2017-02-15
|
Get SDSS pixel scale
|
run_sdss_sql.m
|
+VO/+SDSS
|
0
|
2018-04-09
|
--------------------------------------------------------------------------
|
sdss_coo_radec.m
|
+VO/+SDSS
|
0
|
2017-05-17
|
Convert the SDSS great circles coordinate system to J2000 RA and Dec.
|
wget_corrim.m
|
+VO/+SDSS
|
0
|
2018-03-21
|
Get corrected SDSS image
|
wget_sdss.m
|
+VO/+SDSS
|
0
|
2017-09-11
|
Query SDSS PhotoPrimary table around specific coordinate.
|
skymapper_cat_search.m
|
+VO/+SkyMapper
|
0
|
2018-04-22
|
Cone search the SkyMapper online catalog.
|
skymapper_cutout_link.m
|
+VO/+SkyMapper
|
0
|
2017-12-16
|
Generate a URL link to SkyMapper image cutouts.
|
cat_band_dictionary.m
|
+VO/+Util
|
0
|
2018-06-24
|
Return the band (filter) name in a given catalog.
|
read_casjobs_table.m
|
+VO/+Util
|
0
|
2018-01-05
|
Read SDSS CasJobs table into a matrix or table.
|
read_sad.m
|
+VO/+VLA
|
0
|
2017-02-15
|
Read AIPS SAD files.
|
vla_pbcorr.m
|
+VO/+VLA
|
0
|
2017-02-15
|
Calculate primary beam corrections for the VLA antena
|
catalog_mapping.m
|
+VO/+VizieR
|
0
|
2017-12-14
|
Mapping of VizieR catalogs columns
|
cds_astcat_search.m
|
+VO/+VizieR
|
0
|
2018-02-21
|
Query a VizieR catalog using the cdsclient tools
|
cdsclient_path.m
|
+VO/+VizieR
|
0
|
2017-02-15
|
Return the path of the local cdsclient directory
|
cdsclient_prog_names.m
|
+VO/+VizieR
|
0
|
2017-02-15
|
Return the list of programs in the cdsclient directory
|
construct_vizquery.m
|
+VO/+VizieR
|
0
|
2017-12-14
|
Constrct a query string for the Vizier cdsclient command line
|
coo2coaddid.m
|
+VO/+WISE
|
0
|
2017-03-20
|
Find all WISE coadd_id for a given coordinate.
|
wget_corrim.m
|
+VO/+WISE
|
0
|
2017-02-15
|
Get WISE coadded Atlas image from coadd_id
|
prep_link_ztf_images.m
|
+VO/+ZTF/+obsolete
|
0
|
2018-01-02
|
Prepare links and map data type for all ZTF image files in www archive.
|
prep_ztf_images_db.m
|
+VO/+ZTF/+obsolete
|
0
|
2018-01-02
|
SHORT DESCRIPTION HERE
|
prop2link.m
|
+VO/+ZTF/+obsolete
|
0
|
2017-11-13
|
Construct a URL link for a ZTF file given its structure of properties.
|
search_ztf_images.m
|
+VO/+ZTF/+obsolete
|
0
|
2018-01-05
|
SHORT DESCRIPTION HERE
|
ztf_imagename_prop.m
|
+VO/+ZTF/+obsolete
|
0
|
2017-11-21
|
Given a ZTF image name identify the image type, time, field, filter, etc.
|
irsa_image_link.m
|
+VO/+ZTF
|
0
|
2018-02-11
|
Construct links to ZTF images from properties structure
|
irsa_query_ztf_images.m
|
+VO/+ZTF
|
0
|
2018-02-11
|
Query ZTF images from the IRSA/IPAC database
|
irsa_set_cookies.m
|
+VO/+ZTF
|
0
|
2018-01-06
|
Set user/pass cookies for IRSA query
|
irsa_table2prop.m
|
+VO/+ZTF
|
0
|
2018-01-07
|
Table of queried ZTF image to properties structure
|
wget_ztf_images_irsa.m
|
+VO/+ZTF
|
0
|
2018-10-09
|
Query and retrieve ZTF images from the IRSA archive
|
server_ned.m
|
+VO/+name
|
0
|
2017-02-15
|
Resolve an astronomical object name into coordinates using NED.
|
server_simbad.m
|
+VO/+name
|
0
|
2018-07-19
|
Resolve an astronomical object name into coordinates using SIMBAD
|
get_apass.m
|
+VO/+obsolete
|
0
|
2017-07-23
|
Search the APASS (AAVOS photometric all sky survey) catalog.
|
get_gaia.m
|
+VO/+obsolete
|
0
|
2017-03-05
|
Search GAIA local HTM catalog
|
get_sdss.m
|
+VO/+obsolete
|
0
|
2017-07-17
|
Search SDSS-DR10 local HTM catalog
|
get_ucac4.m
|
+VO/+obsolete
|
0
|
2017-07-19
|
--------------------------------------------------------------------------
|
gaia_dr1_build_cat.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-15
|
Build the GAIA-DR1 fast access catalog
|
gaia_dr1_cat_columns.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-15
|
Get the GAIA-DR1 secondary catalog column names
|
gaia_dr1_read_file.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-15
|
Read GAIA-DR1 file for reformatting purposses
|
gaia_dr1_readall2hdf5.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-15
|
Create an HDF5 version of the GAIA-DR1 files with a subset of columns.
|
gaia_dr1_readall_select.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-22
|
Select GAIA sources in Dec zone for constructing GAIA catalog
|
get_files_gaia_dr1.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-15
|
Get GAIA DR1 files from GAIA archive
|
get_tgas_dr1.m
|
+VO/+prep/+GAIA
|
0
|
2017-02-15
|
Retrieve and format the GAIA-DR1 TGAS catalog
|
build_PS1_htm_cat.m
|
+VO/+prep
|
0
|
2018-01-15
|
build PS1 HDF5/HTM catalog
|
build_htm_catalog.m
|
+VO/+prep
|
0
|
2018-05-23
|
Build an HTM catalog in HDF5 format for fast queries
|
download_galex.m
|
+VO/+prep
|
0
|
2018-01-07
|
|
get_transmission_curve.m
|
+VO/+prep
|
0
|
2017-11-02
|
Read astronomical filters from WWW into an AstFilter object
|
install_cats.m
|
+VO/+prep
|
0
|
2018-12-13
|
Install the data/+cats catalog directory
|
prep_2mass_htm.m
|
+VO/+prep
|
0
|
2018-01-11
|
prepare 2MASS catalog in HDF5/HTM format
|
prep_DECaLS_htm.m
|
+VO/+prep
|
0
|
2018-01-18
|
SHORT DESCRIPTION HERE
|
prep_atlas_htm.m
|
+VO/+prep
|
0
|
2018-02-10
|
SHORT DESCRIPTION HERE
|
prep_binary_asteroid.m
|
+VO/+prep
|
0
|
2018-06-18
|
Create a table of bknown binary asteroids
|
prep_data_dir.m
|
+VO/+prep
|
0
|
2018-12-15
|
Prepare interface functions for the catalogs in the data directory
|
prep_gaia_htm.m
|
+VO/+prep
|
0
|
2018-04-28
|
SHORT DESCRIPTION HERE
|
prep_generic_htm.m
|
+VO/+prep
|
0
|
2018-05-05
|
Prepare generic catsHTM catalog from declination zone catalogs
|
prep_hst_images_catalog.m
|
+VO/+prep
|
0
|
2018-04-08
|
SHORT DESCRIPTION HERE
|
prep_sdss_offset_htm.m
|
+VO/+prep
|
0
|
2018-02-27
|
|
prep_ukidss_htm.m
|
+VO/+prep
|
0
|
2018-01-30
|
|
prep_wise_htm_cat.m
|
+VO/+prep
|
0
|
2018-01-18
|
reformat the IRSA/WISE catalog files into an HDF5/HTM catalog
|
wget_all_hsc.m
|
+VO/+prep
|
0
|
2018-04-27
|
SHORT DESCRIPTION HERE
|
wget_all_skymapper.m
|
+VO/+prep
|
0
|
2018-05-21
|
SHORT DESCRIPTION HERE
|
wget_all_usnob1.m
|
+VO/+prep
|
0
|
2018-04-10
|
Retrieve USNO-B1 catalog from VizieR and format into HDF5/HTM (catsHTM)
|
wget_pulsar_cat.m
|
+VO/+prep
|
0
|
2018-06-18
|
Read ATNF pulsar catalog from the web into an AstCat object.
|
astcat_search.m
|
+VO/+search
|
0
|
2017-02-18
|
Search an astronomical catalog formatted in HDF5/HTM/zones format
|
cat_cone.m
|
+VO/+search
|
0
|
2018-11-22
|
Cone search a local or online catalog.
|
catalog_interface.m
|
+VO/+search
|
0
|
2017-07-03
|
An interface auxilary to the catalogs in the data directory
|
get_cat.m
|
+VO/+search
|
0
|
2017-07-23
|
Search selected astronomical catalogs
|
htmcat_names.m
|
+VO/+search
|
0
|
2018-01-04
|
Get names of all HDF5/HTM catalogs in the /data/catsHTM/ directory.
|
htmcat_search.m
|
+VO/+search
|
0
|
2018-02-22
|
Cone earch on local HDF5/HTM catalog (OBSOLETE).
|
match_cats.m
|
+VO/+search
|
0
|
2018-01-23
|
Match two spherical coordinates catalogs sorted by declination
|
match_cats_pl.m
|
+VO/+search
|
0
|
2018-01-14
|
Match two planer coordinates catalogs sorted by Y
|
prep_data_dir.m
|
+VO/+search
|
0
|
2017-05-03
|
Prepare interface functions for the catalogs in the data directory
|
proper_motion_sdss_ps1.m
|
+VO/+search
|
0
|
2018-06-04
|
SHORT DESCRIPTION HERE
|
search_cat.m
|
+VO/+search
|
0
|
2018-12-17
|
--------------------------------------------------------------------------
|
search_htmcat.m
|
+VO/+search
|
0
|
2017-02-03
|
Search a local HTM/HDF5 catalog
|
search_mhtm_cat.m
|
+VO/+search
|
0
|
2017-03-05
|
Search master HTM catalog
|
search_sortedlat.m
|
+VO/+search
|
0
|
2017-09-08
|
Search a single long/lat in a catalog sorted by latitude
|
search_sortedlong.m
|
+VO/+search
|
0
|
2017-09-08
|
Search a single long/lat in a catalog sorted by longitude
|
earth_gravity_field.m
|
+celestial/+Earth
|
0
|
2017-01-24
|
Calculate the Earth gravity field for a set of locations.
|
geoc2geod.m
|
+celestial/+Earth
|
0
|
2017-01-03
|
Convert Geocentric coordinates to Geodetic coordinates
|
geod2geoc.m
|
+celestial/+Earth
|
0
|
2017-01-03
|
Convert Geodetic coordinates to Geocentric coordinates
|
refellipsoid.m
|
+celestial/+Earth
|
0
|
2016-09-20
|
Return data for a given reference ellipsoid of Earth.
|
apsides_precession.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
First order estimation of the GR precession of the line of apsides
|
dnu_dt.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Calculate dnu/dt and dr/dt for elliptical orbit
|
eccentric2true_anomaly.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Convert Eccentric anomaly to true anomaly
|
elements2position.m
|
+celestial/+Kepler
|
0
|
2018-12-02
|
Convert orbital elements and date to position and velocity vectors.
|
elements_1950to2000.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
B1950.0 FK4 orbital elements to J2000.0 FK5
|
gauss_grav_const.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Gaussian gravitational constant for a system
|
kepler3law.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Kepler 3rd law
|
kepler_elliptic.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Solve Kepler equation for elliptic orbit
|
kepler_elliptic_fast.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Solve Kepler equatin (fast version)
|
kepler_hyperbolic.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
SOlve Kepler equation for hyperpolic orbit
|
kepler_lowecc.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
A low eccentricity serise solution for the Kepler equation
|
kepler_parabolic.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Solve the Kepler equation for Parabolic orbit
|
position2elements.m
|
+celestial/+Kepler
|
0
|
2017-05-14
|
Convert position/velocity vectors to orbital elements.
|
thiele_innes.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Calculate the Thiele-Innes orbital elements
|
thiele_innes2el.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
Thiele-Innes to orbital elements
|
true2eccentric_anomaly.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
True anomaly to eccentric anomaly
|
trueanom2pos.m
|
+celestial/+Kepler
|
0
|
2018-06-19
|
True anomaly, radius vector and orbital elements to cartezian position
|
trueanom2vel.m
|
+celestial/+Kepler
|
0
|
2017-01-01
|
True anomaly, radius vector and orbital elements to position and velocity
|
asteroid_magnitude.m
|
+celestial/+SolarSys
|
0
|
2017-01-01
|
Calculate the magnitude of minor planets in the HG system
|
calc_all_planets_lun_occ.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Lunar occultations of planets
|
calc_vsop87.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Planetary coordinates based on the VSOP87 theory
|
earth_vel_ron_vondrak.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Earth barycentric velocity
|
equinox_solstice.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Approximate time of Equinox and Solstice
|
get_horizons.m
|
+celestial/+SolarSys
|
0
|
2018-06-14
|
Get an ephemerides for a solar system body from JPL horizons
|
get_moon.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Get Moon position (low accuracy)
|
get_orbit_files.m
|
+celestial/+SolarSys
|
0
|
2017-07-22
|
Get asteroids/comets orbital elements from JPL, save locally and read.
|
get_sun.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Get Sun position (low accuracy)
|
jpl_horizons.m
|
+celestial/+SolarSys
|
0
|
2018-06-14
|
Get JPL horizons ephemeris for a solar system body.
|
jup_meridian.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Low accuracy formula for Jupiter central meridian
|
jup_satcurve.m
|
+celestial/+SolarSys
|
0
|
2017-01-26
|
Plot monthly curves of the position of the Galilean satellites
|
jupiter_map.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Plot Jupiter image as observed from Earth at a given time
|
kuiper_check.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Parallax due to Earth and object motion of a solar system object
|
moon_elp82.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
ELP2000-82 ecliptic coordinates of the Moon
|
moon_ephem.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
ELP2000-82 Moon ephemeris
|
moon_illum.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Low accuracy Moon illuminated fraction
|
moon_librations.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Moon's librations
|
moon_phases.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Return a list of moon phases in range of dates
|
moon_sky_brightness.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Krisciunas & Schaefer (1991) sky brightness model due to the Moon
|
mooncool.m
|
+celestial/+SolarSys
|
0
|
2017-01-19
|
Low-accuracy topocentric equatorial coordinates of the Moon
|
moonecool.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Low-accuracy geocentric ecliptical coordinate of the Moon
|
moonlight.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Calculate the Moon illumination in Lux on horizontal surface
|
pl_rotation.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Calculate planetary rotation parameters
|
planar_sundial.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Calculate and plot a planar sundial
|
planet_ephem.m
|
+celestial/+SolarSys
|
0
|
2016-09-19
|
----------------------------------------------------------------------------
|
planet_lowephem.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low-accuracy ephemeris of the planets (~1 arcmin)
|
planet_obj_conj.m
|
+celestial/+SolarSys
|
0
|
2017-01-13
|
------------------------------------------------------------------------------------------
|
planet_radius.m
|
+celestial/+SolarSys
|
0
|
2017-05-16
|
Planet radius and flattening factor and angular diameter.
|
planets_lunar_occultations.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Search and calculates for lunar occultations of the planets
|
planets_magnitude.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Calculate the planets apparent magnitude
|
planets_rotation.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Planet north pole, rotation rate and the primery meridian
|
plants_object_conjunctions.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Local circumstences for conjunctions of planets with a given object
|
ple_earth.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low-accuracy planetray ephemeris for Earth
|
ple_jupiter.m
|
+celestial/+SolarSys
|
0
|
2017-05-16
|
Low accuracy planetray ephemeris for Jupiter.
|
ple_mars.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low-accuracy planetray ephemeris for Mars
|
ple_mercury.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low accuracy ephemerides for Mercury
|
ple_neptune.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low accuracy planetray ephemeris for Neptune
|
ple_planet.m
|
+celestial/+SolarSys
|
0
|
2018-03-20
|
Low accuracy ephemeris for the main planets
|
ple_saturn.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low accuracy planetray ephemeris for Saturn
|
ple_uranus.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low accuracy ephemeris for Uranus
|
ple_venus.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Low accuracy ephemeris for Venus
|
read_mpc_packed_epoch.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Convert the MPC packed date format to JD
|
rise_set.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Calculate rise/set times
|
saturn_rings.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Calculate the orientation angles for Saturn's rings
|
search_conj.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Celestial conjunctions between moving objects
|
search_conj_sm.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Celestial conjunctions on the between moving and stationary objects
|
skylight.m
|
+celestial/+SolarSys
|
0
|
2017-01-03
|
Calculate the total sky illumination in Lux on horizontal surface
|
solarlong2jd.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Time in which the Sun is in a given solar longitude
|
sun_ephem.m
|
+celestial/+SolarSys
|
0
|
2017-05-09
|
Sun ephemeris
|
sun_rise_set.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Calculate Sun rise/set
|
suncoo.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Low-accuracy position of the Sun (0.01 deg in long).
|
suncoo1.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Low-accuracy coordinates of the Sun (1950-2050 range)
|
sunlight.m
|
+celestial/+SolarSys
|
0
|
2017-01-02
|
Calculate the Sun illumination in Lux on horizontal surface
|
abberation.m
|
+celestial/+coo
|
0
|
2016-09-19
|
------------------------------------------------------------------------------
|
aberration.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Apply aberration of light to source position
|
add_offset.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Offset a position by angular distance and position angle
|
airmass.m
|
+celestial/+coo
|
0
|
2017-07-20
|
Airmass from time and object and observer position
|
alt2ha.m
|
+celestial/+coo
|
0
|
2016-11-21
|
Convert altitude and declnation to hour angle
|
altha2dec.m
|
+celestial/+coo
|
0
|
2016-11-21
|
Convert altitude and hour angle to declination
|
angle_in2pi.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Convert an angle to the 0 to 2*pi range
|
area_sphere_polygon.m
|
+celestial/+coo
|
0
|
2017-02-22
|
Area of a polygon on a sphere
|
calc_pm.m
|
+celestial/+coo
|
0
|
2018-05-08
|
--------------------------------------------------------------------------
|
cel_annulus_area.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Area within a celestial annulus
|
celestial_circ.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Grid of coordinates on a small spherical circle
|
center2corners.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Return field corners given its center and size
|
coco.m
|
+celestial/+coo
|
0
|
2017-01-24
|
Convert between different coordinates
|
convertdms.m
|
+celestial/+coo
|
0
|
2018-05-11
|
Convert between various representations of coordinates and time
|
convertdms1.m
|
+celestial/+coo
|
0
|
2017-01-18
|
--------------------------------------------------------------------------
|
coo2box.m
|
+celestial/+coo
|
0
|
2017-12-22
|
Calculate box vertices around coordinates.
|
coo2cosined.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Coordinates to cosine directions
|
cosined.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Convert between coordinates and cosine directions
|
cosined2coo.m
|
+celestial/+coo
|
0
|
2016-12-30
|
Cosine direction to coordinates
|
dome_az.m
|
+celestial/+coo
|
0
|
2016-12-31
|
--------------------------------------------------------------------------
|
ecliptic2helioecliptic.m
|
+celestial/+coo
|
0
|
2016-12-31
|
Ecliptic longitude to Helio-ecliptic longitude
|
geocentric2lsr.m
|
+celestial/+coo
|
0
|
2018-01-16
|
Geocentric or heliocentric velocity to velocity relative to the LSR
|
get_skytile_coo.m
|
+celestial/+coo
|
0
|
2017-01-17
|
-----------------------------------------------------------------------
|
ha2alt.m
|
+celestial/+coo
|
0
|
2016-12-31
|
Hour angle to altitude and airmass
|
ha2az.m
|
+celestial/+coo
|
0
|
2016-11-21
|
Convert hour angle and declination to azimuth, altitude and airmass
|
hardie.m
|
+celestial/+coo
|
0
|
2016-11-21
|
The Hardie airmass formula
|
hardie_inv.m
|
+celestial/+coo
|
0
|
2016-12-31
|
Convert hardie airmass to altitude
|
horiz_coo.m
|
+celestial/+coo
|
0
|
2017-07-20
|
Celestial equatorial coordinates to horizontal coordinates
|
inside_celestial_box.m
|
+celestial/+coo
|
0
|
2016-12-31
|
Check if coorduinates are within box
|
interp_coo.m
|
+celestial/+coo
|
0
|
2016-12-31
|
Interpolate celestial coordinates as a function of time
|
light_abberation.m
|
+celestial/+coo
|
0
|
2016-09-19
|
--------------------------------------------------------------------------
|
light_deflection.m
|
+celestial/+coo
|
0
|
2016-09-19
|
------------------------------------------------------------------------------
|
nearest_coo.m
|
+celestial/+coo
|
0
|
2016-09-19
|
------------------------------------------------------------------------------
|
nutation.m
|
+celestial/+coo
|
0
|
2017-01-23
|
Intermidiate accuracy IAU 1984 nutation
|
nutation1980.m
|
+celestial/+coo
|
0
|
2016-09-19
|
--------------------------------------------------------------------------
|
nutation2rotmat.m
|
+celestial/+coo
|
0
|
2016-09-19
|
--------------------------------------------------------------------------
|
nutation_lowacc.m
|
+celestial/+coo
|
0
|
2016-09-19
|
--------------------------------------------------------------------------
|
obliquity.m
|
+celestial/+coo
|
0
|
2017-01-23
|
Calculate the obliquity of the Earth ecliptic.
|
parallactic2ha.m
|
+celestial/+coo
|
0
|
2016-11-21
|
Convert parallactic angle and declinatio to hour angle
|
parallactic_angle.m
|
+celestial/+coo
|
0
|
2016-09-19
|
------------------------------------------------------------------------------
|
pm2space_motion.m
|
+celestial/+coo
|
0
|
2018-05-06
|
--------------------------------------------------------------------------
|
pm_eq2gal.m
|
+celestial/+coo
|
0
|
2018-06-08
|
SHORT DESCRIPTION HERE
|
pm_vector.m
|
+celestial/+coo
|
0
|
2018-05-08
|
--------------------------------------------------------------------------
|
polar_alignment_tracking_error.m
|
+celestial/+coo
|
0
|
2018-08-25
|
|
pole_from2points.m
|
+celestial/+coo
|
0
|
2017-07-23
|
Find pole of a great circle defined by two points on the sphere.
|
precession.m
|
+celestial/+coo
|
0
|
2016-11-21
|
Calculate the Earth precession parameters
|
proper_motion.m
|
+celestial/+coo
|
0
|
2018-06-04
|
Applay proper motion to a catalog
|
proper_motion_parallax.m
|
+celestial/+coo
|
0
|
2019-01-08
|
Applay proper motion and parallaxto a catalog
|
refraction.m
|
+celestial/+coo
|
0
|
2017-05-17
|
Estimate atmospheric refraction, in visible light.
|
refraction_coocor.m
|
+celestial/+coo
|
0
|
2017-05-17
|
Atmospheric refraction correction for equatorial coordinates.
|
refraction_wave.m
|
+celestial/+coo
|
0
|
2017-01-23
|
--------------------------------------------------------------------------
|
rotm_coo.m
|
+celestial/+coo
|
0
|
2017-01-23
|
Rotation matrix for coordinate conversion
|
sky_area_above_am.m
|
+celestial/+coo
|
0
|
2017-05-17
|
Calculate sky area observable during the night above a specific airmass.
|
sphere_dist.m
|
+celestial/+coo
|
0
|
2017-02-26
|
angular distance and position angle between two points on the sphere
|
sphere_dist_cosd.m
|
+celestial/+coo
|
0
|
2017-05-17
|
Angular distance between a set of two cosine vector directions.
|
sphere_dist_fast.m
|
+celestial/+coo
|
0
|
2018-06-04
|
--------------------------------------------------------------------------
|
sphere_dist_fast_thresh.m
|
+celestial/+coo
|
0
|
2016-09-19
|
--------------------------------------------------------------------------
|
sphere_dist_thresh.m
|
+celestial/+coo
|
0
|
2017-04-24
|
--------------------------------------------------------------------------
|
sphere_offset.m
|
+celestial/+coo
|
0
|
2018-04-23
|
--------------------------------------------------------------------------
|
spherical_tri_area.m
|
+celestial/+coo
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
spherical_triangle_circum_circle.m
|
+celestial/+coo
|
0
|
2017-01-31
|
Calculate the radius of the circum circle of a spherical triangle
|
spherical_triangle_inscribed_circle.m
|
+celestial/+coo
|
0
|
2017-01-30
|
Calculate the radius of the inscribed circle of a spherical triangle
|
star_conjunctions.m
|
+celestial/+coo
|
0
|
2018-06-07
|
Calculate conjuctions between stars given their proper motion.
|
star_conjunctions_montecarlo.m
|
+celestial/+coo
|
0
|
2018-06-03
|
SHORT DESCRIPTION HERE
|
tile_the_sky.m
|
+celestial/+coo
|
0
|
2017-12-26
|
Tile the celestial sphere
|
topocentric_vec.m
|
+celestial/+coo
|
0
|
2016-09-19
|
--------------------------------------------------------------------------
|
Contents.m
|
+celestial/+htm
|
0
|
2016-09-24
|
Contents file for package: htm
|
cone_in_polysphere.m
|
+celestial/+htm
|
0
|
2017-12-29
|
Check if a cone (small circle) is within a convex spherical polygon
|
gc_mid_section.m
|
+celestial/+htm
|
0
|
2017-02-02
|
Mid point on great circle between two points
|
htm_build.m
|
+celestial/+htm
|
0
|
2018-04-30
|
Build Hierarchical Triangular Mesh (HTM) structure
|
htm_build_son.m
|
+celestial/+htm
|
0
|
2017-03-19
|
An auxilary function for htm_build
|
htm_search_cone.m
|
+celestial/+htm
|
0
|
2017-12-23
|
Search for all HTM leafs interscting a small circle (cone search)
|
htm_search_point.m
|
+celestial/+htm
|
0
|
2018-06-06
|
Search for a single point-like coordinate in an HTM tree
|
in_halfspace.m
|
+celestial/+htm
|
0
|
2017-02-02
|
Is point in half space
|
in_polysphere.m
|
+celestial/+htm
|
0
|
2017-02-16
|
Is point inside a convex spherical polygon
|
nhtm2level.m
|
+celestial/+htm
|
0
|
2018-01-20
|
Given number of HTM elements calculate number of levels.
|
polysphere_poles.m
|
+celestial/+htm
|
0
|
2017-02-16
|
Given a spherical polygon vertces, find the poles of each of sides
|
polysphere_sort.m
|
+celestial/+htm
|
0
|
2017-02-15
|
Sort a convex spherical polygon
|
search_htm_coocat.m
|
+celestial/+htm
|
0
|
2017-02-03
|
--------------------------------------------------------------------------
|
tree_collect_leafs.m
|
+celestial/+htm
|
0
|
2017-01-01
|
Collect leafs in a tree
|
amapproj.m
|
+celestial/+map
|
0
|
2017-01-02
|
Old map projection function (not supported)
|
plot_monthly_smap.m
|
+celestial/+map
|
0
|
2017-03-05
|
Plot a monthly sky map
|
plot_smap.m
|
+celestial/+map
|
0
|
2017-01-19
|
Given a star catalog plot star map
|
prep_dss_fc.m
|
+celestial/+map
|
0
|
2017-01-17
|
-----------------------------------------------------------------------------
|
usnob1_map.m
|
+celestial/+map
|
0
|
2017-01-02
|
Plot a finding chart using a local copy of the USNO-B2.0
|
meteor_multistation.m
|
+celestial/+meteors
|
0
|
2017-01-03
|
Direction for detection of a meteor observed from another station
|
meteors_db.m
|
+celestial/+meteors
|
0
|
2016-09-29
|
Return a meteor shower database (incomplete)
|
pr_aitoff.m
|
+celestial/+proj
|
0
|
2017-01-03
|
Project coordinates using equal area Aitoff projection
|
pr_albers.m
|
+celestial/+proj
|
0
|
2017-05-11
|
Albers Equal-Area projection.
|
pr_azimuthal_equidist.m
|
+celestial/+proj
|
0
|
2017-05-11
|
Azimuthal equidistant projection.
|
pr_bonne.m
|
+celestial/+proj
|
0
|
2017-05-11
|
Bonne projection.
|
pr_cassini.m
|
+celestial/+proj
|
0
|
2017-05-11
|
Cassini projection.
|
pr_conic.m
|
+celestial/+proj
|
0
|
2017-05-11
|
Conic projection.
|
pr_cylindrical.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_gnomonic.m
|
+celestial/+proj
|
0
|
2018-06-20
|
--------------------------------------------------------------------------
|
pr_hammer.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_hammer_aitoff.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_ignomonic.m
|
+celestial/+proj
|
0
|
2018-03-25
|
roject coordinates using the inverse Gnomonic non conformal projection
|
pr_ihammer_aitoff.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_mercator.m
|
+celestial/+proj
|
0
|
2016-09-24
|
-----------------------------------------------------------------------------
|
pr_mollweide.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_parabolic.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_planis.m
|
+celestial/+proj
|
0
|
2017-05-11
|
planisphere projection.
|
pr_polar.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_sin.m
|
+celestial/+proj
|
0
|
2017-03-20
|
Slant ortographic (SIN) projection
|
pr_sinusoidal.m
|
+celestial/+proj
|
0
|
2017-03-20
|
------------------------------------------------------------------------------
|
pr_stereographic.m
|
+celestial/+proj
|
0
|
2016-09-24
|
------------------------------------------------------------------------------
|
pr_stereographic_polar.m
|
+celestial/+proj
|
0
|
2017-01-19
|
Project coordinates using the Stereographic polar projection
|
pr_xy.m
|
+celestial/+proj
|
0
|
2017-05-11
|
X-Y projection (no transformation).
|
projectcoo.m
|
+celestial/+proj
|
0
|
2017-03-30
|
--------------------------------------------------------------------------
|
find_coo.m
|
+celestial/+search
|
0
|
2017-07-19
|
Cone search in a table with spherical coordinates.
|
match_coo.m
|
+celestial/+search
|
0
|
2017-07-19
|
Match two lists by spherical coordinates.
|
match_coo_nearest.m
|
+celestial/+search
|
0
|
2017-07-19
|
Match two lists by spherical coordinates for nearest source only.
|
constellation.m
|
+celestial/+stars
|
0
|
2017-01-01
|
Find the constellations in which celestial coordinates are located.
|
star_apparent_place.m
|
+celestial/+stars
|
0
|
2016-09-19
|
------------------------------------------------------------------------------
|
date_str2vec.m
|
+celestial/+time
|
0
|
2017-02-07
|
--------------------------------------------------------------------------
|
days_in_month.m
|
+celestial/+time
|
0
|
2016-09-29
|
Return the number of days in month
|
delta_t.m
|
+celestial/+time
|
0
|
2017-01-26
|
Return \Delta{T}
|
easter_date.m
|
+celestial/+time
|
0
|
2016-09-29
|
Calculate the date of Easter
|
get_atime.m
|
+celestial/+time
|
0
|
2018-05-17
|
Get current time, date, JD and LST.
|
jd2date.m
|
+celestial/+time
|
0
|
2017-01-23
|
Convert JD to date
|
jd2mjd.m
|
+celestial/+time
|
0
|
2016-09-29
|
Convert JD to MJD
|
jd2year.m
|
+celestial/+time
|
0
|
2017-01-03
|
Convert JD to year
|
julday.m
|
+celestial/+time
|
0
|
2017-01-19
|
Convert Julian/Gregorain date to JD
|
julday1.m
|
+celestial/+time
|
0
|
2016-09-29
|
Convert Gregorian date in the range 1901 to 2099 to JD
|
lst.m
|
+celestial/+time
|
0
|
2016-11-21
|
Local Sidereal Time
|
mjd2jd.m
|
+celestial/+time
|
0
|
2016-09-29
|
Convert MJD to JD
|
month_name.m
|
+celestial/+time
|
0
|
2016-09-29
|
Convert month number to name
|
tai_utc.m
|
+celestial/+time
|
0
|
2017-01-24
|
Get TAI-UTC (leap second)
|
tdb_tdt.m
|
+celestial/+time
|
0
|
2017-01-24
|
Approximate TDB-TT
|
ut1_utc.m
|
+celestial/+time
|
0
|
2016-09-29
|
Return UT1-UTC (DUT1)
|
wget_eop.m
|
+celestial/+time
|
0
|
2018-11-29
|
Read or get the Earth orientation parameters file from IERS
|
wget_tai_utc.m
|
+celestial/+time
|
0
|
2017-01-26
|
Get TAI-UTC from file or IERS website
|
year2jd.m
|
+celestial/+time
|
0
|
2017-01-03
|
Convert year to JD
|
compile.m
|
+dslr
|
0
|
2018-08-23
|
|
getImage.m
|
+dslr
|
0
|
2018-08-23
|
|
getImageRGB.m
|
+dslr
|
0
|
2018-08-23
|
|
getImageRGBG.m
|
+dslr
|
0
|
2018-08-23
|
|
WindETH
|
+obs/+dome
|
0
|
2018-11-22
|
WindETH class constractor
|
TempHumidityDog
|
+obs/+sens
|
0
|
2019-01-02
|
TempHumidityDog class constractor
|
open
|
+obs/+sens
|
0
|
2019-01-02
|
Open tcp/ip connection to WindETH
|
fopen
|
+obs/+sens
|
0
|
2019-01-02
|
Open tcp/ip connection to WindETH
|
close
|
+obs/+sens
|
0
|
2019-01-02
|
Close tcp/ip connection to WindETH
|
fclose
|
+obs/+sens
|
0
|
2019-01-02
|
Close tcp/ip connection to WindETH
|
update
|
+obs/+sens
|
0
|
2019-01-02
|
Read temperature and humidity
|
WeatherBoltwood
|
+obs/+sens
|
0
|
2018-12-30
|
WeatherBolton class constractor
|
open
|
+obs/+sens
|
0
|
2018-12-30
|
Open Boltwood weather application. Also open connection to
|
update
|
+obs/+sens
|
0
|
2018-12-30
|
Read weather parameters
|
WindETH
|
+obs/+sens
|
0
|
2018-12-30
|
WindETH class constractor
|
dir2az
|
+obs/+sens
|
1
|
2018-12-30
|
Convert direction (e.g., NEE) to Azimuth
|
open
|
+obs/+sens
|
0
|
2018-12-30
|
Open tcp/ip connection to WindETH
|
fopen
|
+obs/+sens
|
0
|
2018-12-30
|
Open tcp/ip connection to WindETH
|
close
|
+obs/+sens
|
0
|
2018-12-30
|
Close tcp/ip connection to WindETH
|
fclose
|
+obs/+sens
|
0
|
2018-12-30
|
Close tcp/ip connection to WindETH
|
update
|
+obs/+sens
|
0
|
2018-12-30
|
Read wind speed and direction
|
obs
|
+obs/@obs
|
0
|
2018-10-26
|
obs class constractor
|
getObsParAll
|
+obs/@obs
|
1
|
2018-10-26
|
get a database of all observatory parameters
|
getObsPar
|
+obs/@obs
|
1
|
2018-10-26
|
get observatory parameters
|
julday
|
+obs/@obs
|
1
|
2018-10-26
|
get JD, MJD and UTC string at current time
|
getDomeStatus
|
+obs/@obs
|
0
|
2018-10-26
|
Get dome status
|
UpdateProp
|
+obs/@obs
|
0
|
2018-10-26
|
update properties of obs object
|
obs
|
+obs/@obsStatus
|
0
|
2018-11-15
|
obs class constractor
|
set.Period
|
+obs/@obsStatus
|
0
|
2018-11-15
|
set timer periodicity
|
set.Running
|
+obs/@obsStatus
|
0
|
2018-11-15
|
set Running mode of obsStatus object
|
getObsParAll
|
+obs/@obsStatus
|
1
|
2018-11-15
|
get a database of all observatory parameters
|
getObsPar
|
+obs/@obsStatus
|
1
|
2018-11-15
|
get observatory parameters
|
julday
|
+obs/@obsStatus
|
1
|
2018-11-15
|
get JD, MJD and UTC string at current time
|
getDomeStatus
|
+obs/@obsStatus
|
0
|
2018-11-15
|
Get dome status
|
UpdateProp
|
+obs/@obsStatus
|
0
|
2018-11-15
|
update properties of obs object
|
Contents.m
|
+obsolete/+ImBasicOld
|
0
|
2015-12-29
|
Contents file for package: ImBasicOld
|
astrometry.m
|
+obsolete/+ImBasicOld
|
0
|
2018-02-23
|
Find astrometric solution to a SIM image
|
bias_construct.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-08
|
--------------------------------------------------------------------------
|
bias_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-13
|
-----------------------------------------------------------------------------
|
find_size_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-01-19
|
------------------------------------------------------------------------
|
flat_construct.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-08
|
--------------------------------------------------------------------------
|
flat_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-13
|
-----------------------------------------------------------------------------
|
flatcreate_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-13
|
-----------------------------------------------------------------------------
|
flatset_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-13
|
-----------------------------------------------------------------------------
|
get_ccdsec_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2014-02-04
|
--------------------------------------------------------------------------
|
identify_bias_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-04-06
|
-----------------------------------------------------------------------------
|
identify_flat_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-28
|
-----------------------------------------------------------------------------
|
imaligns_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
--------------------------------------------------------------------------
|
imarith_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-09-20
|
--------------------------------------------------------------------------
|
imarith_fits1.m
|
+obsolete/+ImBasicOld
|
0
|
2014-11-19
|
-----------------------------------------------------------------------------
|
imcombine_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-13
|
-----------------------------------------------------------------------------
|
imconv_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-28
|
-----------------------------------------------------------------------------
|
imcr_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
--------------------------------------------------------------------------
|
imfft_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-04
|
-----------------------------------------------------------------------------
|
imflip_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-04
|
-----------------------------------------------------------------------------
|
imfun_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-11-30
|
-----------------------------------------------------------------------------
|
imget_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-01-19
|
------------------------------------------------------------------------------
|
imifft_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-04
|
-----------------------------------------------------------------------------
|
imregs_1fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
--------------------------------------------------------------------------
|
imregs_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
--------------------------------------------------------------------------
|
imreplace_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-04-07
|
-----------------------------------------------------------------------------
|
imresize_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-04
|
-----------------------------------------------------------------------------
|
imrotate_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-04
|
--------------------------------------------------------------------------
|
imshift_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2017-02-22
|
--------------------------------------------------------------------------
|
imstat_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-08-25
|
----------------------------------------------------------------------------
|
imsubback_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-09-08
|
------------------------------------------------------------------------------
|
imtrans_1fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-10-25
|
--------------------------------------------------------------------------
|
imtrans_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
--------------------------------------------------------------------------
|
imxcorr_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-09-07
|
------------------------------------------------------------------------------
|
is_arc_image.m
|
+obsolete/+ImBasicOld
|
0
|
2016-04-11
|
--------------------------------------------------------------------------
|
is_bias_image.m
|
+obsolete/+ImBasicOld
|
0
|
2016-04-10
|
--------------------------------------------------------------------------
|
is_flat_image.m
|
+obsolete/+ImBasicOld
|
0
|
2016-04-11
|
--------------------------------------------------------------------------
|
is_head_keyval.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-24
|
--------------------------------------------------------------------------
|
is_saturated_image.m
|
+obsolete/+ImBasicOld
|
0
|
2014-02-24
|
--------------------------------------------------------------------------
|
kernel2cellmat.m
|
+obsolete/+ImBasicOld
|
0
|
2016-08-25
|
--------------------------------------------------------------------------
|
kernel_annulus.m
|
+obsolete/+ImBasicOld
|
0
|
2016-08-25
|
--------------------------------------------------------------------------
|
kernel_aper.m
|
+obsolete/+ImBasicOld
|
0
|
2016-08-25
|
--------------------------------------------------------------------------
|
kernel_exp.m
|
+obsolete/+ImBasicOld
|
0
|
2016-08-25
|
--------------------------------------------------------------------------
|
kernel_gauss.m
|
+obsolete/+ImBasicOld
|
0
|
2016-08-25
|
--------------------------------------------------------------------------
|
keyword_grouping1_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-27
|
----------------------------------------------------------------------------
|
keyword_grouping_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-27
|
----------------------------------------------------------------------------
|
maskstars_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-09-07
|
-----------------------------------------------------------------------------
|
optimal_flatnorm_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
-----------------------------------------------------------------------------
|
pixinterp_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-08-25
|
--------------------------------------------------------------------------
|
print_header_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-13
|
--------------------------------------------------------------------------
|
sim_airmass.m
|
+obsolete/+ImBasicOld
|
0
|
2014-12-29
|
--------------------------------------------------------------------------
|
sim_back_std.m
|
+obsolete/+ImBasicOld
|
0
|
2016-01-18
|
--------------------------------------------------------------------------
|
sim_background.m
|
+obsolete/+ImBasicOld
|
0
|
2015-04-27
|
--------------------------------------------------------------------------
|
sim_bias.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-01
|
--------------------------------------------------------------------------
|
sim_catsize.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-08
|
--------------------------------------------------------------------------
|
sim_ccdsec.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-28
|
--------------------------------------------------------------------------
|
sim_class.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-11
|
--------------------------------------------------------------------------
|
sim_coadd.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-10
|
--------------------------------------------------------------------------
|
sim_coadd_proper.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-10
|
--------------------------------------------------------------------------
|
sim_coadd_sub.m
|
+obsolete/+ImBasicOld
|
0
|
2015-05-03
|
--------------------------------------------------------------------------
|
sim_combine.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-08
|
--------------------------------------------------------------------------
|
sim_conv.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-11
|
--------------------------------------------------------------------------
|
sim_crdetect.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-21
|
--------------------------------------------------------------------------
|
sim_edgedetect.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-09
|
--------------------------------------------------------------------------
|
sim_fft.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-29
|
--------------------------------------------------------------------------
|
sim_filter.m
|
+obsolete/+ImBasicOld
|
0
|
2015-10-12
|
--------------------------------------------------------------------------
|
sim_flat.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-01
|
--------------------------------------------------------------------------
|
sim_flip.m
|
+obsolete/+ImBasicOld
|
0
|
2015-03-22
|
--------------------------------------------------------------------------
|
sim_fun.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-11
|
--------------------------------------------------------------------------
|
sim_fun_on_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-21
|
--------------------------------------------------------------------------
|
sim_gain.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-07
|
--------------------------------------------------------------------------
|
sim_geodpos.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-27
|
--------------------------------------------------------------------------
|
sim_get_stamp.m
|
+obsolete/+ImBasicOld
|
0
|
2016-01-31
|
--------------------------------------------------------------------------
|
sim_getcoo.m
|
+obsolete/+ImBasicOld
|
0
|
2015-06-03
|
--------------------------------------------------------------------------
|
sim_getkeyval.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-27
|
--------------------------------------------------------------------------
|
sim_getkeyvals.m
|
+obsolete/+ImBasicOld
|
0
|
2016-09-25
|
--------------------------------------------------------------------------
|
sim_group_keyval.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-09
|
--------------------------------------------------------------------------
|
sim_head_search.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-27
|
--------------------------------------------------------------------------
|
sim_imagesize.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-27
|
--------------------------------------------------------------------------
|
sim_imarith.m
|
+obsolete/+ImBasicOld
|
0
|
2015-05-15
|
--------------------------------------------------------------------------
|
sim_issortedcat.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-08
|
--------------------------------------------------------------------------
|
sim_julday.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-27
|
--------------------------------------------------------------------------
|
sim_mask_saturated.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-08
|
--------------------------------------------------------------------------
|
sim_maskstars.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-21
|
--------------------------------------------------------------------------
|
sim_mosaic.m
|
+obsolete/+ImBasicOld
|
0
|
2015-04-30
|
--------------------------------------------------------------------------
|
sim_photcalib.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-29
|
--------------------------------------------------------------------------
|
sim_reduce_set.m
|
+obsolete/+ImBasicOld
|
0
|
2015-01-21
|
--------------------------------------------------------------------------
|
sim_replace.m
|
+obsolete/+ImBasicOld
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
sim_resize.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-27
|
--------------------------------------------------------------------------
|
sim_rotate.m
|
+obsolete/+ImBasicOld
|
0
|
2014-12-30
|
--------------------------------------------------------------------------
|
sim_scaleflux.m
|
+obsolete/+ImBasicOld
|
0
|
2015-05-06
|
--------------------------------------------------------------------------
|
sim_seg_moments.m
|
+obsolete/+ImBasicOld
|
0
|
2015-04-16
|
--------------------------------------------------------------------------
|
sim_segmentation.m
|
+obsolete/+ImBasicOld
|
0
|
2015-04-16
|
--------------------------------------------------------------------------
|
sim_shift.m
|
+obsolete/+ImBasicOld
|
0
|
2014-12-30
|
--------------------------------------------------------------------------
|
sim_sortcat.m
|
+obsolete/+ImBasicOld
|
0
|
2016-02-05
|
--------------------------------------------------------------------------
|
sim_stat.m
|
+obsolete/+ImBasicOld
|
0
|
2016-01-31
|
--------------------------------------------------------------------------
|
sim_std.m
|
+obsolete/+ImBasicOld
|
0
|
2016-01-18
|
--------------------------------------------------------------------------
|
sim_suboverscan.m
|
+obsolete/+ImBasicOld
|
0
|
2016-01-31
|
--------------------------------------------------------------------------
|
sim_transform.m
|
+obsolete/+ImBasicOld
|
0
|
2016-11-17
|
--------------------------------------------------------------------------
|
sim_trim.m
|
+obsolete/+ImBasicOld
|
0
|
2015-02-19
|
--------------------------------------------------------------------------
|
sim_ufun.m
|
+obsolete/+ImBasicOld
|
0
|
2015-02-12
|
--------------------------------------------------------------------------
|
sim_ufunv.m
|
+obsolete/+ImBasicOld
|
0
|
2014-10-11
|
--------------------------------------------------------------------------
|
sim_update_head.m
|
+obsolete/+ImBasicOld
|
0
|
2014-03-27
|
--------------------------------------------------------------------------
|
sim_xcat.m
|
+obsolete/+ImBasicOld
|
0
|
2016-06-27
|
--------------------------------------------------------------------------
|
sim_xcorr.m
|
+obsolete/+ImBasicOld
|
0
|
2014-12-30
|
--------------------------------------------------------------------------
|
sim_zeropad.m
|
+obsolete/+ImBasicOld
|
0
|
2015-05-04
|
--------------------------------------------------------------------------
|
simcat_colarith.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-06
|
--------------------------------------------------------------------------
|
simcat_colrange.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-06
|
--------------------------------------------------------------------------
|
simcat_matchcoo.m
|
+obsolete/+ImBasicOld
|
0
|
2016-03-24
|
--------------------------------------------------------------------------
|
split_multiext_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2013-01-18
|
-----------------------------------------------------------------------------
|
trim_fits.m
|
+obsolete/+ImBasicOld
|
0
|
2012-11-30
|
-----------------------------------------------------------------------------
|
get_constant.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
get_constant1.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
------------------------------------------------------------------------------
|
lpar.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
match_lists_index.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
match_lists_time.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
q_fifo.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
set_varargin_keyval.m
|
+obsolete/+Util
|
0
|
2017-01-03
|
--------------------------------------------------------------------------
|
Contents.m
|
+pipe/+SEDM
|
0
|
2015-12-29
|
Contents file for package: SEDM
|
sedm_abswavecalib.m
|
+pipe/+SEDM
|
0
|
2017-01-27
|
--------------------------------------------------------------------------
|
sedm_abswavecalib1.m
|
+pipe/+SEDM
|
0
|
2017-01-27
|
--------------------------------------------------------------------------
|
sedm_abswavecalib_indiv.m
|
+pipe/+SEDM
|
0
|
2014-08-22
|
--------------------------------------------------------------------------
|
sedm_apply_flat.m
|
+pipe/+SEDM
|
0
|
2014-08-23
|
--------------------------------------------------------------------------
|
sedm_bias_subtraction.m
|
+pipe/+SEDM
|
0
|
2017-01-17
|
--------------------------------------------------------------------------
|
sedm_combine_spexs.m
|
+pipe/+SEDM
|
0
|
2014-08-20
|
--------------------------------------------------------------------------
|
sedm_copy_wavecalib.m
|
+pipe/+SEDM
|
0
|
2014-08-22
|
--------------------------------------------------------------------------
|
sedm_corr_waveflexure.m
|
+pipe/+SEDM
|
0
|
2014-02-19
|
--------------------------------------------------------------------------
|
sedm_extract_spec_cube.m
|
+pipe/+SEDM
|
0
|
2017-01-27
|
--------------------------------------------------------------------------
|
sedm_extract_spec_si.m
|
+pipe/+SEDM
|
0
|
2017-01-27
|
--------------------------------------------------------------------------
|
sedm_extract_spexcell.m
|
+pipe/+SEDM
|
0
|
2017-01-20
|
--------------------------------------------------------------------------
|
sedm_generate_spexcell_segmentation.m
|
+pipe/+SEDM
|
0
|
2017-01-20
|
--------------------------------------------------------------------------
|
sedm_plot_seg_int.m
|
+pipe/+SEDM
|
0
|
2014-08-23
|
--------------------------------------------------------------------------
|
sedm_plottrace.m
|
+pipe/+SEDM
|
0
|
2013-09-12
|
--------------------------------------------------------------------------
|
sedm_prep_flat.m
|
+pipe/+SEDM
|
0
|
2014-08-23
|
--------------------------------------------------------------------------
|
sedm_prep_nightlog.m
|
+pipe/+SEDM
|
0
|
2014-08-13
|
--------------------------------------------------------------------------
|
sedm_reduce_image.m
|
+pipe/+SEDM
|
0
|
2013-09-15
|
--------------------------------------------------------------------------
|
sedm_refine_slopepos.m
|
+pipe/+SEDM
|
0
|
2017-01-20
|
--------------------------------------------------------------------------
|
sedm_segments2cube.m
|
+pipe/+SEDM
|
0
|
2014-08-26
|
--------------------------------------------------------------------------
|
sedm_wavecalib.m
|
+pipe/+SEDM
|
0
|
2017-01-27
|
--------------------------------------------------------------------------
|
sedm_wavelength_xcorr.m
|
+pipe/+SEDM
|
0
|
2014-08-18
|
--------------------------------------------------------------------------
|
axis01.m
|
+plot
|
0
|
2017-05-17
|
Plot an axis with grid on X=0 and Y=0 only.
|
cell_contourc.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
contour_percentile.m
|
+plot
|
0
|
2017-05-17
|
Contour plot in which the contours are percentiles of the matrix sum.
|
date_axis.m
|
+plot
|
0
|
2017-05-17
|
Add date upper axis.
|
draw_iline.m
|
+plot
|
0
|
2017-05-17
|
Draw line interactively.
|
errorxy.m
|
+plot
|
0
|
2017-05-17
|
Plot graphs with error bars in both axes.
|
generate_colors.m
|
+plot
|
0
|
2017-05-17
|
Generate equally spaced N colors from a given color map.
|
gno.m
|
+plot
|
0
|
2017-05-17
|
Get the nearest object handle
|
graph.m
|
+plot
|
0
|
2017-05-17
|
Plot second column as a function first column.
|
hist_ofplot.m
|
+plot
|
0
|
2017-05-17
|
calculate histograms of the X and Y axis of the data in current figure.
|
hist_stairs.m
|
+plot
|
0
|
2017-05-17
|
Plot an histogram using stairs plot.
|
insert_image.m
|
+plot
|
0
|
2017-05-17
|
Insert an image to a matlab figure in a given position.
|
invy.m
|
+plot
|
0
|
2017-05-17
|
Invert the y-axis of the current axis.
|
loghist.m
|
+plot
|
0
|
2017-05-17
|
Plot an histogram in log space.
|
multi_axis.m
|
+plot
|
0
|
2017-05-17
|
Create additional x or y axis related by function existing axes.
|
noncont_axis.m
|
+plot
|
0
|
2017-05-17
|
-------------------------------------------------------------------
|
patch_band.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plot3bar.m
|
+plot
|
0
|
2017-05-17
|
-----------------------------------------------------------------------
|
plot_compass.m
|
+plot
|
0
|
2017-05-17
|
-----------------------------------------------------------------------
|
plot_corner.m
|
+plot
|
0
|
2017-05-17
|
----------------------------------------------------------------------------
|
plot_cs.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plot_ellipse.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plot_find_ind.m
|
+plot
|
0
|
2017-05-17
|
---------------------------------------------------------------------------
|
plot_findind.m
|
+plot
|
0
|
2017-05-17
|
---------------------------------------------------------------------------
|
plot_hr.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------
|
plot_int.m
|
+plot
|
0
|
2017-05-17
|
------------------------------------------------------------------------------
|
plot_int1.m
|
+plot
|
0
|
2017-05-17
|
------------------------------------------------------------------------------
|
plot_invchildren.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plot_lineprof.m
|
+plot
|
0
|
2017-05-17
|
-----------------------------------------------------------------------------
|
plot_polygonselect.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plot_rm.m
|
+plot
|
0
|
2017-05-17
|
------------------------------------------------------------------------
|
plot_scale.m
|
+plot
|
0
|
2017-05-17
|
-------------------------------------------------------------------
|
plot_select_points.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plot_slit.m
|
+plot
|
0
|
2017-05-17
|
-----------------------------------------------------------------------
|
plot_speclines.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
plotline.m
|
+plot
|
0
|
2017-05-17
|
------------------------------------------------------------------------------
|
quiver1.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
splabel.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------
|
subplot1.m
|
+plot
|
0
|
2017-05-17
|
An improved subplot function.
|
subplot1c.m
|
+plot
|
0
|
2017-05-17
|
------------------------------------------------------------------------------
|
textrel.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
value2color.m
|
+plot
|
0
|
2017-05-17
|
--------------------------------------------------------------------------
|
coherent_dedispersion.m
|
+radio/+fdmt
|
0
|
2016-09-07
|
Perform coherent dedispersion using convolution
|
fdmt.m
|
+radio/+fdmt
|
0
|
2016-09-07
|
Incoherent Fast Disperssion Measure Transform (FDMT)
|
fdmt_fft.m
|
+radio/+fdmt
|
0
|
2016-09-07
|
Incoherent Fast Disperssion Measure-FFT Transform (FDMT-FFT)
|
fdmt_hybrid_coherent.m
|
+radio/+fdmt
|
0
|
2016-09-07
|
coherent hybrid - FDMT transform
|
fdrt.m
|
+radio/+fdmt
|
0
|
2016-09-07
|
Fast discrete radio transform
|
stfft.m
|
+radio/+fdmt
|
0
|
2016-09-07
|
Short time fast fourier transform
|
airy.m
|
+telescope/+Optics
|
0
|
2017-02-22
|
Calculate the monochromatic Airy function (circular diffraction)
|
noll_index.m
|
+telescope/+Optics
|
0
|
2017-05-09
|
Return the Zernike index from the Noll index.
|
phase_complex.m
|
+telescope/+Optics
|
0
|
2017-05-10
|
Return the phase of complex numbers.
|
telescope_support.m
|
+telescope/+Optics
|
0
|
2017-05-10
|
Construct an image of a telescope entrance pupil (support).
|
wavefront2image.m
|
+telescope/+Optics
|
0
|
2016-09-19
|
Construct an image from the wavefront
|
zer_cj_variance.m
|
+telescope/+Optics
|
0
|
2017-11-21
|
The expectency of std of the atmospheric Zernike coefficients.
|
zernike_xy.m
|
+telescope/+Optics
|
0
|
2017-06-08
|
A driver function for the external zerfun.m function.
|
zerwavefront2image.m
|
+telescope/+Optics
|
0
|
2017-05-10
|
Wavefront from Zernike polynomials and calculate the image plane.
|
zerwavefront2image_indiv.m
|
+telescope/+Optics
|
0
|
2017-05-10
|
Wavefront from individual Zernike polynomials and calculate the image.
|
daily_observability.m
|
+telescope/+obs
|
0
|
2018-11-29
|
Observability plot fot a specific coordinates
|
keck_obs_limits.m
|
+telescope/+obs
|
0
|
2016-09-10
|
Rise/set time for object in Keck observatory given telescope limits.
|
observatory_coo.m
|
+telescope/+obs
|
0
|
2017-05-09
|
Geodetic coordinates of selected observatories
|
obspl.m
|
+telescope/+obs
|
0
|
2016-09-10
|
GUI observations planner
|
yearly_observability.m
|
+telescope/+obs
|
0
|
2017-05-09
|
Plot yearly observability chart
|
optimal_phot_aperture.m
|
+telescope/+sn
|
0
|
2016-09-24
|
Optimal aperture radius for aperture photometry of a Gaussian PSF.
|
sn_calc.m
|
+telescope/+sn
|
0
|
2018-12-12
|
A signal-to-noise calculator for astronomical telescopes.
|
sn_det2signal.m
|
+telescope/+sn
|
0
|
2016-09-10
|
Convert detection S/N of a Gaussian PSF to signal
|
sn_det_psf.m
|
+telescope/+sn
|
0
|
2016-09-10
|
Calculate S/N for detection of a Gaussian PSF
|
sn_phot2signal.m
|
+telescope/+sn
|
0
|
2016-09-10
|
Convert photometry S/N of a Gaussian source to signal
|
sn_phot_aper.m
|
+telescope/+sn
|
0
|
2016-09-10
|
Calculate the aperture photometry S/N for a Gaussain source
|
sn_phot_psf.m
|
+telescope/+sn
|
0
|
2016-09-10
|
Calculate photometry S/N of a Gaussian PSF
|
sn_phot_psfn.m
|
+telescope/+sn
|
0
|
2016-09-10
|
Calculate photometry S/N of a numerical PSF
|
sn_spec.m
|
+telescope/+sn
|
0
|
2018-11-13
|
S/N calculator for long-slit spectra
|
spec2photons.m
|
+telescope/+sn
|
0
|
2017-05-19
|
Spectrum to photon counts in band.
|
Contents.m
|
+timeseries
|
0
|
2015-12-29
|
Contents file for package: timeseries
|
arp.m
|
+timeseries
|
0
|
2017-01-21
|
Fit autoregression model for evently spaced time series
|
bin_by_eye.m
|
+timeseries
|
0
|
2017-01-21
|
Bin data by define bins interactively
|
binning.m
|
+timeseries
|
0
|
2017-09-24
|
Binning function. Calculate various functions in data bins.
|
binning_adaptive.m
|
+timeseries
|
0
|
2017-07-24
|
Adaptive binning of time series. Bin size according to std in bin.
|
binning_npt.m
|
+timeseries
|
0
|
2017-01-21
|
Binning a time series by equal number of sucssesive points
|
binning_old.m
|
+timeseries
|
0
|
2017-01-21
|
The old version of the binning function. Use binning instead.
|
ccf.m
|
+timeseries
|
0
|
2016-04-14
|
------------------------------------------------------------------------------
|
ccf1.m
|
+timeseries
|
0
|
2014-10-27
|
--------------------------------------------------------------------------
|
ccf_fft.m
|
+timeseries
|
0
|
2017-05-12
|
Cross correlation function of evenly spaced data using fft
|
ccf_old.m
|
+timeseries
|
0
|
2017-01-22
|
Cross coorelation between two equally spaced series
|
cosbell.m
|
+timeseries
|
0
|
2017-01-22
|
Cosine bell function (Obsolete: use timeseries.taper instead)
|
dcf.m
|
+timeseries
|
0
|
2014-09-03
|
--------------------------------------------------------------------------
|
dcf1.m
|
+timeseries
|
0
|
2016-04-13
|
--------------------------------------------------------------------------
|
extract_phase.m
|
+timeseries
|
0
|
2017-01-21
|
Extract observations take at some phase range
|
fmaxs.m
|
+timeseries
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
folding.m
|
+timeseries
|
0
|
2017-01-21
|
Folding a timeseries by some period
|
folding_solarsys.m
|
+timeseries
|
0
|
2017-01-21
|
Folding a timeseries for a solar system object
|
glsper.m
|
+timeseries
|
0
|
2018-09-28
|
Calculates The generalized Lomb-Scargle periodogram (Zechmeister 2009).
|
hjd.m
|
+timeseries
|
0
|
2016-03-30
|
--------------------------------------------------------------------------
|
matched_filter.m
|
+timeseries
|
0
|
2017-01-22
|
Matched filter for 1-D time series
|
minclp.m
|
+timeseries
|
0
|
2012-08-25
|
------------------------------------------------------------------------------
|
pdm.m
|
+timeseries
|
0
|
2018-06-17
|
Periodicity search using period dispersion minimization
|
pdm_phot.m
|
+timeseries
|
0
|
2017-02-22
|
--------------------------------------------------------------------
|
period.m
|
+timeseries
|
0
|
2019-01-07
|
Periodicity search in a non-equally spaced time series
|
period_complex.m
|
+timeseries
|
0
|
2018-03-09
|
Fourier transform of non equally spaced time series
|
period_consistent.m
|
+timeseries
|
0
|
2018-03-15
|
SHORT DESCRIPTION HERE
|
period_entropy.m
|
+timeseries
|
0
|
2017-01-22
|
Periodogram using information entropy
|
period_events.m
|
+timeseries
|
0
|
2012-08-25
|
-----------------------------------------------------------------------------
|
period_fft.m
|
+timeseries
|
0
|
2017-01-22
|
Power spectrum of evenly spaced time series using fft
|
period_fitfourier.m
|
+timeseries
|
0
|
2017-01-22
|
Fit a Fourier series to a time series
|
period_min_curve_length.m
|
+timeseries
|
0
|
2017-01-22
|
Periodicity search using minimum curve length
|
period_norm.m
|
+timeseries
|
0
|
2018-03-12
|
Normalized power spectrum of non equally spaced time series
|
period_norm_order2.m
|
+timeseries
|
0
|
2017-01-22
|
2nd order harmonic power spectrum of non evenly spaced time series
|
period_norm_solarsys.m
|
+timeseries
|
0
|
2017-02-22
|
Normalized power spectrum for a Solar System object
|
period_normnl.m
|
+timeseries
|
0
|
2017-01-22
|
Normzlied power spectrum using no loops (may be faster in some cases)
|
period_scargle.m
|
+timeseries
|
0
|
2017-01-22
|
Scargle power spectrum of non equally spaced time series
|
periodia.m
|
+timeseries
|
0
|
2017-05-12
|
Classical power spectrum of non-evenly space time series (OBSOLETE)
|
periodis.m
|
+timeseries
|
0
|
2017-05-12
|
Scargle periodogram. OBSOLETE: Use period.m instead.
|
periodit.m
|
+timeseries
|
0
|
2017-01-22
|
Calculate the periodogram as a function of time (will be removed)
|
periodmulti_norm.m
|
+timeseries
|
0
|
2017-01-22
|
Simultanous power spectrum of time series with common times
|
phot_event_me.m
|
+timeseries
|
0
|
2017-02-22
|
--------------------------------------------------------------------
|
plot_period_folder.m
|
+timeseries
|
0
|
2012-08-26
|
------------------------------------------------------------------------------
|
polysubs.m
|
+timeseries
|
0
|
2017-05-12
|
Fit and subtract polynomials from a timeseries [T,Y].
|
ps_whitening.m
|
+timeseries
|
0
|
2016-02-22
|
--------------------------------------------------------------------------
|
random_time_sequence.m
|
+timeseries
|
0
|
2017-07-05
|
Generate random times for an astronomical time series.
|
resample_uniform.m
|
+timeseries
|
0
|
2017-08-08
|
Uniform resampling of a non-evenly spaced time series.
|
runmean.m
|
+timeseries
|
0
|
2017-01-21
|
Running mean of un-evenly spaced time series
|
runmean1.m
|
+timeseries
|
0
|
2017-01-21
|
Running mean on equally spaced 1-D vector
|
sf_interp.m
|
+timeseries
|
0
|
2014-07-12
|
--------------------------------------------------------------------------
|
simulated_elc.m
|
+timeseries
|
0
|
2017-01-22
|
Simulated photons light curve
|
specwin.m
|
+timeseries
|
0
|
2017-01-22
|
Power spectrum window (use timeseries.period instead)
|
stdfilt1.m
|
+timeseries
|
0
|
2017-01-22
|
Standart deviation filter
|
subtract_back1d.m
|
+timeseries
|
0
|
2017-01-03
|
------------------------------------------------------------------------------
|
taper.m
|
+timeseries
|
0
|
2017-01-22
|
Generate a taper function
|
xcorr.m
|
+timeseries
|
0
|
2017-09-25
|
Calculate the \chi2 and cross correlation between two time series.
|
cgibin_parse_query_str.m
|
+www
|
0
|
2016-09-11
|
Break a URL parameters query string to parameter names and values.
|
find_urls.m
|
+www
|
0
|
2018-01-12
|
Read the URL content and extract all the links within the URL
|
find_urls_ftp.m
|
+www
|
0
|
2018-01-12
|
Find files in a FTP link
|
ftp_dir_list.m
|
+www
|
0
|
2017-02-06
|
Return files URLs from FTP containing a file listing.
|
html_page.m
|
+www
|
0
|
2017-01-19
|
Create an HTML file
|
html_table.m
|
+www
|
0
|
2017-04-27
|
Create an HTML table
|
mwget.m
|
+www
|
0
|
2016-09-11
|
A wrapper around the wget command
|
parse_html_table.m
|
+www
|
0
|
2018-06-15
|
Parse columns from an HTML table into matlab
|
parse_html_table_old.m
|
+www
|
0
|
2018-06-14
|
Parse columns from an HTML table into matlab
|
pwget.m
|
+www
|
0
|
2017-05-08
|
Parallel wget to retrieve multiple files simultanously
|
r_files_url.m
|
+www
|
0
|
2017-11-08
|
Recursively get links to all files in www directory list.
|
rftpget.m
|
+www
|
0
|
2017-01-19
|
Recursively retrieve the entire directory tree in an FTP site
|
url2url_key_val.m
|
+www
|
0
|
2018-05-03
|
SHORT DESCRIPTION HERE
|
AstCat
|
@AstCat
|
0
|
2019-01-03
|
AstCat class constructor
|
clear_cat
|
@AstCat
|
0
|
2019-01-03
|
Clear the catalog fron an AstCat object
|
struct2astcat
|
@AstCat
|
1
|
2019-01-03
|
Convert a structure array to AstCat array
|
CatField
|
@AstCat
|
1
|
2019-01-03
|
Return the Cat field name in AstCat
|
ColField
|
@AstCat
|
1
|
2019-01-03
|
Return the Col field name in AstCat
|
ColCellField
|
@AstCat
|
1
|
2019-01-03
|
Return the ColCell field name in AstCat
|
ColUnitsField
|
@AstCat
|
1
|
2019-01-03
|
Return the ColUnits field name in AstCat
|
sim2astcat
|
@AstCat
|
1
|
2019-01-03
|
Convert A SIM or AstCat object to an AstCat object
|
loadh2astcat
|
@AstCat
|
1
|
2019-01-03
|
Description: Load an HDF5 file (created by AstCat.saveh) into
|
array2astcat
|
@AstCat
|
1
|
2019-01-03
|
Convert an array to AstCat object
|
isastcat
|
@AstCat
|
1
|
2019-01-03
|
Return true if AstCat object
|
isfield
|
@AstCat
|
0
|
2019-01-03
|
isfield
|
isstruct
|
@AstCat
|
0
|
2019-01-03
|
isstruct(Sim) || isa(Sim,'SIM');
|
analyze_astrometric_resid.m
|
@AstCat
|
0
|
2016-03-21
|
--------------------------------------------------------------------------
|
apply_proper_motion.m
|
@AstCat
|
0
|
2019-01-08
|
--------------------------------------------------------------------------
|
apply_tranclass.m
|
@AstCat
|
0
|
2017-09-17
|
Apply forward transformation to X,Y coordinates in an AstCat object
|
apply_tranclass_inv.m
|
@AstCat
|
0
|
2017-09-17
|
Apply inverse transformation to X,Y coordinates in an AstCat object
|
astcat2matched_array.m
|
@AstCat
|
0
|
2018-11-26
|
AstCat object to a matrix of matched sources.
|
astcat2sim.m
|
@AstCat
|
0
|
2016-06-09
|
--------------------------------------------------------------------------
|
astcat_array2table.m
|
@AstCat
|
0
|
2016-03-06
|
--------------------------------------------------------------------------
|
astcat_flipud.m
|
@AstCat
|
0
|
2016-03-08
|
--------------------------------------------------------------------------
|
astcat_table2array.m
|
@AstCat
|
0
|
2016-03-06
|
--------------------------------------------------------------------------
|
astrometry.m
|
@AstCat
|
0
|
2019-01-08
|
Search astrometric solution to an image or catalog.
|
bin2d_cat.m
|
@AstCat
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
cat_rotate.m
|
@AstCat
|
0
|
2018-01-08
|
Rotate coordinates in an AstCat object
|
col2colcell.m
|
@AstCat
|
0
|
2016-03-02
|
--------------------------------------------------------------------------
|
col_arith.m
|
@AstCat
|
0
|
2017-07-19
|
Perform arithmetic operation on columns in an AstCat object.
|
col_concat.m
|
@AstCat
|
0
|
2017-02-22
|
--------------------------------------------------------------------------
|
col_delete.m
|
@AstCat
|
0
|
2017-05-11
|
Delete specific columns from an AstCat object.
|
col_duplicate.m
|
@AstCat
|
0
|
2018-02-25
|
--------------------------------------------------------------------------
|
col_fun.m
|
@AstCat
|
0
|
2017-05-10
|
Evaluate a function that return a vector on columns in an AstCat object.
|
col_fun2scalar.m
|
@AstCat
|
0
|
2016-06-27
|
--------------------------------------------------------------------------
|
col_get.m
|
@AstCat
|
0
|
2018-06-11
|
Get column, in a vector format, from an AstCat object.
|
col_hist.m
|
@AstCat
|
0
|
2017-05-10
|
Run hist on a column in an AstCat object.
|
col_insert.m
|
@AstCat
|
0
|
2017-05-10
|
Insert a column into an AstCat object.
|
col_quantile.m
|
@AstCat
|
0
|
2017-05-10
|
Calculate the quantile for each column in an AstCat object.
|
col_range.m
|
@AstCat
|
0
|
2017-05-10
|
Check if values in column is in a specified range.
|
col_replace.m
|
@AstCat
|
0
|
2017-05-10
|
Recplace a column in an AstCat object.
|
col_select.m
|
@AstCat
|
0
|
2017-05-10
|
Select specific columns from an AstCat class object.
|
colcell2col.m
|
@AstCat
|
0
|
2017-02-22
|
Repopulate the AstCat object Col field based on the ColCell field
|
colname2ind.m
|
@AstCat
|
0
|
2016-03-22
|
--------------------------------------------------------------------------
|
fit_transform.m
|
@AstCat
|
0
|
2018-03-25
|
--------------------------------------------------------------------------
|
flag_bleeding_src.m
|
@AstCat
|
0
|
2018-03-18
|
Flag sources in catalog which are concenrrated along the same lines/rows
|
flag_neighbor.m
|
@AstCat
|
0
|
2017-09-28
|
Flag sources with neighbors above some flux ratio threshold
|
flag_overdense_src.m
|
@AstCat
|
0
|
2018-02-25
|
Flag sources in catalog in regions with very high overdensity
|
flip_center.m
|
@AstCat
|
0
|
2018-01-07
|
--------------------------------------------------------------------------
|
get_colunits.m
|
@AstCat
|
0
|
2017-05-10
|
Get the units for a specific column name or index in an AstCat object.
|
in_polysphere.m
|
@AstCat
|
0
|
2017-05-10
|
Check if AstCat coordinates are within a spherical polygon.
|
ind2colname.m
|
@AstCat
|
0
|
2017-05-10
|
Given AstCat object convert column index to column name.
|
is_colname.m
|
@AstCat
|
0
|
2017-05-10
|
Check if a string or a cell array of string is a valid AstCat column name
|
isastcat_col.m
|
@AstCat
|
0
|
2017-05-10
|
Check if a string is a valid column name in catalog.
|
issorted.m
|
@AstCat
|
0
|
2017-05-10
|
Check if an AstCat object is sorted by a given column.
|
match.m
|
@AstCat
|
0
|
2018-12-20
|
Match catalogs in an AstCat object against a reference catalog
|
match_with_cat.m
|
@AstCat
|
0
|
2018-12-20
|
Match an AstCat object against an catsHTM catalog
|
merge.m
|
@AstCat
|
0
|
2016-03-17
|
--------------------------------------------------------------------------
|
near_coo.m
|
@AstCat
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
pattern_match_shift.m
|
@AstCat
|
0
|
2017-05-18
|
Match two AstCat objects by X/Y shift pattern recognition
|
pattern_match_shift_rot.m
|
@AstCat
|
0
|
2018-01-08
|
Catalog coordinate matching by shift and rotation
|
phot_calib.m
|
@AstCat
|
0
|
2017-09-07
|
Photometrically calibrate an AstCat object for an image.
|
photcalib.m
|
@AstCat
|
0
|
2017-05-18
|
Calculate and apply photometric calibration.
|
plane_dist.m
|
@AstCat
|
0
|
2017-01-27
|
--------------------------------------------------------------------------
|
plot.m
|
@AstCat
|
0
|
2017-05-10
|
Plot columns of AstCat object.
|
plotcat.m
|
@AstCat
|
0
|
2017-05-10
|
Plot two columns in an AstCat object against each other.
|
pr_gnomonic.m
|
@AstCat
|
0
|
2016-11-15
|
--------------------------------------------------------------------------
|
projection.m
|
@AstCat
|
0
|
2017-05-10
|
Coordinate projection transformation for columns in AstCat object.
|
psf_cat_selector.m
|
@AstCat
|
0
|
2017-09-28
|
--------------------------------------------------------------------------
|
query.m
|
@AstCat
|
0
|
2017-03-11
|
Query a catalog using operators on its columns
|
replace_col_name.m
|
@AstCat
|
0
|
2018-07-05
|
Replace column names in AstCat object
|
row_delete.m
|
@AstCat
|
0
|
2017-05-10
|
Delete rows from a single element AstCat object.
|
row_select.m
|
@AstCat
|
0
|
2017-05-10
|
Select rows from a single element AstCat object.
|
saveh.m
|
@AstCat
|
0
|
2018-08-20
|
--------------------------------------------------------------------------
|
search_cat.m
|
@AstCat
|
0
|
2018-09-25
|
--------------------------------------------------------------------------
|
select_ccdsec.m
|
@AstCat
|
0
|
2016-06-03
|
--------------------------------------------------------------------------
|
select_exist_colnames.m
|
@AstCat
|
0
|
2018-03-28
|
--------------------------------------------------------------------------
|
show.m
|
@AstCat
|
0
|
2017-05-10
|
Display selected rows and columns of an AstCat object.
|
sizecat.m
|
@AstCat
|
0
|
2017-05-10
|
Return the size of the catalog of each AstCat object.
|
sortrows.m
|
@AstCat
|
0
|
2017-09-10
|
Sort an AstCat object by a given column.
|
sphere_dist.m
|
@AstCat
|
0
|
2017-05-10
|
Spherical distance between a point and the positions in an AstCat object.
|
subcat_regional.m
|
@AstCat
|
0
|
2018-03-19
|
Break an AstCat catalog into sub catalogs each for specific region.
|
xcat.m
|
@AstCat
|
0
|
2018-01-09
|
Cross match an AstCat object with an external catalog.
|
zp_estimate.m
|
@AstCat
|
0
|
2018-07-15
|
Estimate the relative photometric zeropoints for catalogs.
|
AstFilter
|
@AstFilter
|
0
|
2018-12-11
|
Description: AstFilter constructor method
|
isAstFilter
|
@AstFilter
|
1
|
2018-12-11
|
Return true if object is AstFilter
|
get
|
@AstFilter
|
1
|
2018-12-11
|
Get astronomical transmission filters by name
|
all_family
|
@AstFilter
|
0
|
2018-12-11
|
Get all family names in an AstFilter object
|
search
|
@AstFilter
|
0
|
2018-12-11
|
Search AstFilter class by family name substring
|
plot
|
@AstFilter
|
0
|
2018-12-11
|
Plot the transmission of an AstFilter object
|
stairs
|
@AstFilter
|
0
|
2018-12-11
|
Plot (stairs) an AstFilter object
|
write_filter
|
@AstFilter
|
0
|
2018-12-11
|
Write normalized filter transmission curve to file
|
integral
|
@AstFilter
|
0
|
2018-12-11
|
The integrals of an AstFilter object
|
max_tran
|
@AstFilter
|
0
|
2018-12-11
|
The maximum transmissions in AstFilter object
|
max_wave
|
@AstFilter
|
0
|
2018-12-11
|
Wavelengths of maximum transmission in AstFilter object
|
norm
|
@AstFilter
|
0
|
2018-12-11
|
Normalize the integrals of the transmissions of AstFilter object
|
shift
|
@AstFilter
|
0
|
2018-12-11
|
Description: Shift the wavelength in AstFilter class by
|
interp
|
@AstFilter
|
0
|
2018-12-11
|
Description: Interpolate an astronomical filter class
|
equalize_sampling
|
@AstFilter
|
0
|
2018-12-11
|
Description: Equalize the transmission sampling grid of
|
common_sampling
|
@AstFilter
|
0
|
2018-12-11
|
Description: Resample two AstFilter objects such they will
|
add_filter
|
@AstFilter
|
0
|
2018-12-11
|
Description: Given an AstFilter object with minimal fields
|
pop_wl
|
@AstFilter
|
0
|
2018-12-11
|
Description: Populate the min_wl, max_wl, eff_wl, and
|
save
|
@AstFilter
|
0
|
2018-12-11
|
Description: Save an AstFilter class array into a MAT file.
|
filter_fun2
|
@AstFilter
|
0
|
2018-12-11
|
Description: Binary function on AstFilter class objects
|
filter_fun1
|
@AstFilter
|
0
|
2018-12-11
|
Description: Unary function on AstFilter class objects
|
plus
|
@AstFilter
|
0
|
2018-12-11
|
Description: Add AstFilter arrays (+)
|
minus
|
@AstFilter
|
0
|
2018-12-11
|
Description: Subtract AstFilter arrays (+)
|
times
|
@AstFilter
|
0
|
2018-12-11
|
Description: Multiply AstFilter arrays (.*)
|
rdivide
|
@AstFilter
|
0
|
2018-12-11
|
Description: Multiply AstFilter arrays (./)
|
lt
|
@AstFilter
|
0
|
2018-12-11
|
Description: little than operator on AstFilter arrays (<)
|
gt
|
@AstFilter
|
0
|
2018-12-11
|
Description: greater than operator on AstFilter arrays (>)
|
le
|
@AstFilter
|
0
|
2018-12-11
|
Description: lesser-equal than operator on AstFilter arrays (<=)
|
ge
|
@AstFilter
|
0
|
2018-12-11
|
Description: greater-equal than operator on AstFilter arrays (>=)
|
ne
|
@AstFilter
|
0
|
2018-12-11
|
Description: not-equal than operator on AstFilter arrays (~=)
|
eq
|
@AstFilter
|
0
|
2018-12-11
|
Description: equal than operator on AstFilter arrays (==)
|
isfield
|
@AstFilter
|
0
|
2018-12-11
|
Description: isfield function for AstFilter
|
isstruct
|
@AstFilter
|
0
|
2018-12-11
|
Description: isstruct function for AstFilter
|
AstSpec
|
@AstSpec
|
0
|
2019-01-08
|
AstSpec constructor
|
isastspec
|
@AstSpec
|
1
|
2019-01-08
|
--------------------------------------------------------------------------
|
array2astspec
|
@AstSpec
|
1
|
2019-01-08
|
Convert an array to an AstSpec object
|
mat2spec
|
@AstSpec
|
1
|
2019-01-08
|
Convert an array to AstSpec object, with more advance options
|
mat2astspec
|
@AstSpec
|
1
|
2019-01-08
|
Convert a matrix into an AstSpec class object
|
spec_read_mat
|
@AstSpec
|
1
|
2019-01-08
|
--------------------------------------------------------------------------
|
get_gaia_synspec
|
@AstSpec
|
1
|
2019-01-08
|
Get GAIA synthetic spectra from local DB
|
get_all_gaia_synspec
|
@AstSpec
|
1
|
2019-01-08
|
Get a;; GAIA synthetic spectra from local DB
|
wget_gaia_synspec
|
@AstSpec
|
1
|
2019-01-08
|
wget GAIA synthetic spectra from web
|
zodiac_spectrum
|
@AstSpec
|
1
|
2019-01-08
|
Get the Zodiac light spectrum
|
zodiac_bck
|
@AstSpec
|
1
|
2019-01-08
|
Get the Zodiac light surface brightness as a function of coordinates
|
get_pickles
|
@AstSpec
|
1
|
2019-01-08
|
load stellar spectrum from the Pickles stellar spectra library
|
get_galspec
|
@AstSpec
|
1
|
2019-01-08
|
get galaxy/qso template spectrum
|
get_atmospheric_extinction
|
@AstSpec
|
1
|
2019-01-08
|
get atmopsheric extinction curve for various observatories
|
blackbody
|
@AstSpec
|
1
|
2019-01-08
|
Calculate a blackbody spectrum into an AstSpec object.
|
astspec2mat
|
@AstSpec
|
0
|
2019-01-08
|
Convert AstSpec object to matrix or cell of matrices
|
astspec2struct
|
@AstSpec
|
0
|
2019-01-08
|
Convert an AstSpec object to structure
|
get_wave_units
|
@AstSpec
|
0
|
2019-01-08
|
Description: Get wavelength units of AstSpec class
|
get_int_units
|
@AstSpec
|
0
|
2019-01-08
|
Description: Get intensity units of AstSpec class
|
convert_wave
|
@AstSpec
|
0
|
2019-01-08
|
Description: Convert wavelength units of AstSpec class object.
|
calc_freq
|
@AstSpec
|
0
|
2019-01-08
|
Description: Calculate the frequency [Hz] given
|
calc_energy
|
@AstSpec
|
0
|
2019-01-08
|
Description: Calculate the energy given
|
plot_labels
|
@AstSpec
|
0
|
2019-01-08
|
Description: Add xlabel and ylabel to spectral plot
|
plot
|
@AstSpec
|
0
|
2019-01-08
|
Description: Given an AstSpec class, plot all the spectra
|
plotf
|
@AstSpec
|
0
|
2019-01-08
|
Description: Given an AstSpec class, plot all the spectra
|
stairs
|
@AstSpec
|
0
|
2019-01-08
|
Description: Given an AstSpec class, plot all the spectra
|
stairsf
|
@AstSpec
|
0
|
2019-01-08
|
Description: Given an AstSpec class, plot all the spectra
|
integral
|
@AstSpec
|
0
|
2019-01-08
|
Description: Calculate the integral of spectra in AstSpec
|
max
|
@AstSpec
|
0
|
2019-01-08
|
Description: Get the maximum in each spectrum in a AstSpec
|
min
|
@AstSpec
|
0
|
2019-01-08
|
Description: Get the minimum in each spectrum in a AstSpec
|
range
|
@AstSpec
|
0
|
2019-01-08
|
Description: Get the rane and ratios of the maximum to
|
mean
|
@AstSpec
|
0
|
2019-01-08
|
Description: Return the nanmean intensity and mean wavelength
|
median
|
@AstSpec
|
0
|
2019-01-08
|
Description: Return the nanmedian intensity and nanmedian wavelength
|
std
|
@AstSpec
|
0
|
2019-01-08
|
Description: Return the nanstd intensity and nanstd wavelength
|
wwave
|
@AstSpec
|
0
|
2019-01-08
|
Description: Return the weighted wavelength (weighted by
|
medfilt1
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run median filter of order N on spectra
|
sgolayfilt
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run Savitzky-Golay (polynomial) smoothing filter
|
hampel
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run the hampel filter (Outlier removal via
|
convolve
|
@AstSpec
|
0
|
2019-01-08
|
Description: Convolve a spectrum with a kernel.
|
filter_lines
|
@AstSpec
|
0
|
2019-01-08
|
Description: Attempt to filter spectral lines from a spectrum
|
filter
|
@AstSpec
|
0
|
2019-01-08
|
Filter spectra using an fft filter.
|
stdfilt1
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the std filter of an AstSpec object
|
errfilt1
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the error on the mean (from std filtering) of an AstSpec object
|
fft
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the fft of A field of an AstSpec class.
|
ifft
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the ifft of A field of an AstSpec class.
|
fftshift
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the fftshift of A field of an AstSpec class.
|
ifftshift
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the ifftshift of A field of an AstSpec class.
|
conj
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the conj of A field of an AstSpec class.
|
abs
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the abs of a field of an AstSpec class.
|
real
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the real of a field of an AstSpec class.
|
imag
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the imag of a field of an AstSpec class.
|
corr
|
@AstSpec
|
0
|
2019-01-08
|
Calculate the correlation between the spectra in AstSpec object.
|
compare_phot
|
@AstSpec
|
0
|
2019-01-08
|
Compare an AstSpec object with photometric observations
|
grid_z_ext
|
@AstSpec
|
0
|
2019-01-08
|
Duplicate a spectrum into a grid of redshifts and extinctions
|
fit_bbT
|
@AstSpec
|
0
|
2019-01-08
|
Fit the normalization of black-body spectra with a known temperature
|
fit_bb
|
@AstSpec
|
0
|
2019-01-08
|
Fit a black-body spectrum to all spectra in an AstSpec object.
|
shift
|
@AstSpec
|
0
|
2019-01-08
|
redshift/blue shift spectrum
|
shift_vel
|
@AstSpec
|
0
|
2019-01-08
|
redshift/blue shift spectrum given velocity.
|
region_nan
|
@AstSpec
|
0
|
2019-01-08
|
Set the .Int field in AstSpec object to NaN
|
synphot
|
@AstSpec
|
0
|
2019-01-08
|
Synthetic photometry on AstSpec class spectra.
|
scale2mag
|
@AstSpec
|
0
|
2019-01-08
|
Scale an AstCat object spectrum to have a specific synthetic magnitude
|
interp
|
@AstSpec
|
0
|
2019-01-08
|
Interpolate an astronomical spectra class into a new wavelngth grid.
|
resample
|
@AstSpec
|
0
|
2019-01-08
|
Description: Resample a spectra in AstSpec class linearly
|
equalize_sampling
|
@AstSpec
|
0
|
2019-01-08
|
Description: Equalize the wavelength sampling of of two
|
equalize_sampling_overlap
|
@AstSpec
|
0
|
2019-01-08
|
Description: Equalize the wavelength sampling of of two
|
norm
|
@AstSpec
|
0
|
2019-01-08
|
Description: normalize the integral of the .Int field to be
|
stretch
|
@AstSpec
|
0
|
2019-01-08
|
Description: Stretch spectra intensity in an AstSpec class
|
addcon
|
@AstSpec
|
0
|
2019-01-08
|
Description: Add a value to spectra intensity in an AstSpec
|
atmospheric_extinction
|
@AstSpec
|
0
|
2019-01-08
|
Apply atmospheric extinction to an AstSpec object
|
extinction
|
@AstSpec
|
0
|
2019-01-08
|
Applay extinction to AstSpec class
|
astspec_fun1
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run a unary function on one/many fields of
|
astspec_fun2
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run a binary function on one/many fields of two
|
vec_fun1
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run a unary function on a single field of
|
vec_fun2
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run a binary function between one field in
|
fun_scalar
|
@AstSpec
|
0
|
2019-01-08
|
Description: Run a function that get a vector and return a
|
astspec_arith
|
@AstSpec
|
0
|
2019-01-08
|
--------------------------------------------------------------------------
|
plus
|
@AstSpec
|
0
|
2019-01-08
|
Description: Add AstSpec arrays (+).
|
minus
|
@AstSpec
|
0
|
2019-01-08
|
Description: Subtract AstSpec arrays (-).
|
rdivide
|
@AstSpec
|
0
|
2019-01-08
|
Description: Divide AstSpec arrays (./).
|
times
|
@AstSpec
|
0
|
2019-01-08
|
Description: Multiply AstSpec arrays (.*).
|
arith.m
|
@AstSpec
|
0
|
2017-05-11
|
Basic arithmetics on AstSpec class objects.
|
convert_flux.m
|
@AstSpec
|
0
|
2017-05-11
|
Convert flux units of AstSpec class object.
|
isfield.m
|
@AstSpec
|
0
|
2017-05-11
|
Check if a string is a field in an AstSpec object.
|
isstruct.m
|
@AstSpec
|
0
|
2017-05-11
|
isstruct for AstSpec object (return true).
|
read.m
|
@AstSpec
|
0
|
2017-05-11
|
Read spectra using spec_read.m and add it to an AstSpec object.
|
TimeField
|
@AstTime
|
1
|
2017-02-22
|
AstTime class Time field name
|
TypeField
|
@AstTime
|
1
|
2017-02-22
|
AstTime class Type field name
|
SystemField
|
@AstTime
|
1
|
2017-02-22
|
AstTime class System field name
|
timetype
|
@AstTime
|
1
|
2017-02-22
|
Return all possible time types for AstTime object
|
timesystem
|
@AstTime
|
1
|
2017-02-22
|
Return all possible time systems for AstTime object
|
AstTime
|
@AstTime
|
0
|
2017-02-22
|
AstTime constructor method
|
convert_type2array
|
@AstTime
|
0
|
2017-02-22
|
convert type of an AstTime object and return an array
|
convert_type
|
@AstTime
|
0
|
2017-02-22
|
convert type of an AstTime object and return an AstTime object
|
convert_sys2array
|
@AstTime
|
0
|
2017-02-22
|
Convert AstTime time system and return an array
|
convert_sys
|
@AstTime
|
0
|
2017-02-22
|
Convert AstTime time system and return an AstTime object
|
convert
|
@AstTime
|
0
|
2017-02-22
|
convert AstTime object time type and time system
|
convert2array
|
@AstTime
|
0
|
2017-02-22
|
convert AstTime object time type and time system to array
|
bfun2asttime
|
@AstTime
|
0
|
2017-02-22
|
Binary operator on AstTime object
|
ufun2asttime
|
@AstTime
|
0
|
2017-02-22
|
Apply a unary operator to an AstTime and return AstTime
|
ufun2scalar
|
@AstTime
|
0
|
2017-02-22
|
Apply an operator that return a scalar to each elements in AstTime
|
plus
|
@AstTime
|
0
|
2017-02-22
|
Plus operator on AstTime objects
|
minus
|
@AstTime
|
0
|
2017-02-22
|
Minus operator on AstTime objects
|
mean
|
@AstTime
|
0
|
2017-02-22
|
Calculate the mean for each element in an AstTime object
|
median
|
@AstTime
|
0
|
2017-02-22
|
Calculate the median for each element in an AstTime object
|
mean2array
|
@AstTime
|
0
|
2017-02-22
|
Array of the mean of each AstTime object element
|
median2array
|
@AstTime
|
0
|
2017-02-22
|
Array of the median of each AstTime object element
|
std2array
|
@AstTime
|
0
|
2017-02-22
|
Array of the std of each AstTime object element
|
errormean2array
|
@AstTime
|
0
|
2017-02-22
|
Array of the error on the mean of each AstTime object element
|
range2array
|
@AstTime
|
0
|
2017-02-22
|
Array of the range of each AstTime object element
|
histcounts
|
@AstTime
|
0
|
2017-02-22
|
Calculate the histogram of time in an AstTime object
|
lst
|
@AstTime
|
0
|
2017-02-22
|
Calculate the local sidereal time
|
julday
|
@AstTime
|
0
|
2017-02-22
|
Convert an AstTime object to an array of JD
|
synodic_month
|
@AstTime
|
0
|
2017-02-22
|
The mean synodic month at the time in an AstTime object
|
obliquity
|
@AstTime
|
0
|
2017-02-22
|
The mean obliquity of the Earth at an epochs given in AstTime object
|
day
|
@AstTime
|
1
|
2017-02-22
|
Return the length of the day = 86400 SI seconds
|
sidereal_day
|
@AstTime
|
1
|
2017-02-22
|
Return the length of the sidereal day at J2000
|
CatBin
|
@CatBin
|
0
|
2017-03-31
|
Construct a single element CatBin object
|
create
|
@CatBin
|
1
|
2017-03-31
|
Create a multiple element CatBin object
|
access_open
|
@CatBin
|
0
|
2017-03-31
|
open CatBin file for access
|
access_close
|
@CatBin
|
0
|
2017-03-31
|
close CatBin file for access
|
write_header
|
@CatBin
|
0
|
2017-03-31
|
Write header file
|
read_header
|
@CatBin
|
0
|
2017-03-31
|
Read CatBin header file
|
write
|
@CatBin
|
0
|
2017-03-31
|
Write data into CatBin object file
|
read
|
@CatBin
|
0
|
2017-03-31
|
|
ClassPSF
|
@ClassPSF
|
0
|
2018-12-18
|
Description: ClassPSF class constructor.
|
isClassPSF
|
@ClassPSF
|
1
|
2018-12-18
|
Return true if object is ClassPSF
|
clear_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Clear the PSF field in a ClassPSF object.
|
setpsf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: set the PSF
|
getpsf
|
@ClassPSF
|
0
|
2018-12-18
|
Get the PSF from a single element ClassPSF object.
|
getmpsf
|
@ClassPSF
|
0
|
2018-12-18
|
Get the PSF from a multiple elements ClassPSF object.
|
showallpsf
|
@ClassPSF
|
0
|
2018-12-18
|
Display PSFs in surface plot
|
insert_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Insert a PSF into a ClassPSF object.
|
sum_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Calculate the sum of each PSF in a ClassPSF
|
rms_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Calculate the sqrt of sum of squares of each
|
moment_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Calculate 1st and 2nd moments of PSFs.
|
curve_growth_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Calculate the curve of growth for the PSFs
|
psf_pad2mat
|
@ClassPSF
|
0
|
2018-12-18
|
Description: shift and pad PSF and copy it to a matrix.
|
psf_pad2sim
|
@ClassPSF
|
0
|
2018-12-18
|
Description: shift and pad PSF and copy it to a SIM image
|
psf_shift_fft
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Shift (using the fft shift theorem) the PSF.
|
psf_pad_fftshift
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Given a PSF stamp of size NxM, which center is
|
pad_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Pad PSFs with zeros or return PSF in matrix
|
shift_psf
|
@ClassPSF
|
0
|
2018-12-18
|
Description: Use fft shift to generate a shifted version of
|
psf_fft2
|
@ClassPSF
|
0
|
2018-12-18
|
Description: run fft2 on PSF
|
psf_extrapolate
|
@ClassPSF
|
0
|
2018-12-18
|
|
ClassWCS
|
@ClassWCS
|
0
|
2019-01-16
|
Description: WorldCooSys constructor method
|
isfield
|
@ClassWCS
|
0
|
2019-01-16
|
isfield
|
isstruct
|
@ClassWCS
|
0
|
2019-01-16
|
isstruct(Sim) || isa(Sim,'SIM');
|
isClassWCS
|
@ClassWCS
|
1
|
2019-01-16
|
Return true if a ClassWCS object
|
WCSField
|
@ClassWCS
|
1
|
2019-01-16
|
Return the WCS field name (i.e., 'WCS')
|
populate
|
@ClassWCS
|
1
|
2019-01-16
|
Populate the ClassWCS object with key/val from header
|
sip2head
|
@ClassWCS
|
1
|
2019-01-16
|
Write a SIP structure into an HEAD object
|
get_sip
|
@ClassWCS
|
1
|
2019-01-16
|
Get SIP distortion keywords from header
|
tranclass2wcs
|
@ClassWCS
|
1
|
2019-01-16
|
Convert TranClass object into a ClassWCS object
|
tranclass2wcs_tpv
|
@ClassWCS
|
1
|
2019-01-16
|
Convert TranClass object into a ClassWCS object
|
poly2sip
|
@ClassWCS
|
1
|
2019-01-16
|
Store polynomial orders and coeficents in SIP structure
|
poly2tpv
|
@ClassWCS
|
1
|
2019-01-16
|
Store polynomial orders and coeficents in TPV structure
|
get_ctype
|
@ClassWCS
|
0
|
2019-01-16
|
Get CTYPE header keyword from a ClassWCS object for one of the dimensions
|
get_pv
|
@ClassWCS
|
0
|
2019-01-16
|
Get PV coeficients from ClassWCS object
|
get_tpv
|
@ClassWCS
|
0
|
2019-01-16
|
Get TPV polynomial coeficients and apply to coordinates
|
xy2coo
|
@ClassWCS
|
0
|
2019-01-16
|
Given ClassWCS object, convert X/Y pixel coordinates to RA/Dec
|
coo2xy
|
@ClassWCS
|
0
|
2019-01-16
|
Given ClassWCS object, convert RA/Dec to pixel coordinates
|
get_projection
|
@ClassWCS
|
0
|
2019-01-16
|
Get projection name from ClassWCS object
|
get_native_fiducial
|
@ClassWCS
|
0
|
2019-01-16
|
|
get_lonlatpole
|
@ClassWCS
|
0
|
2019-01-16
|
Get LONPOLE/LATPOLE from ClassWCS object
|
get_cunit
|
@ClassWCS
|
0
|
2019-01-16
|
Get CUNIT values from ClassWCS object
|
pixel2intermediate
|
@ClassWCS
|
0
|
2019-01-16
|
Convert pixel coordinates to intermediate WCS coordinates.
|
inverse_tpv
|
@ClassWCS
|
0
|
2019-01-16
|
Applay the inverse tpv polynomial transformation
|
intermediate2pixel
|
@ClassWCS
|
0
|
2019-01-16
|
Convert intermediate WCS coordinates to pixel coordinates.
|
intermediate2native
|
@ClassWCS
|
0
|
2019-01-16
|
Apply spherical projection to intermediate coordinates
|
native2intermediate
|
@ClassWCS
|
0
|
2019-01-16
|
Apply inverse spherical projection to native coordinates
|
native2celestial
|
@ClassWCS
|
0
|
2019-01-16
|
DOES NOT WORK
|
wcs2head
|
@ClassWCS
|
0
|
2019-01-16
|
Convert ClassWCS object to header WCS key/par
|
read_ctype
|
@ClassWCS
|
1
|
2019-01-16
|
Parse WCS CTYPE header keyword
|
isWorldCooSys
|
@ClassWCS
|
1
|
2019-01-16
|
Return true if object is WorldCooSys
|
struct2wcs
|
@ClassWCS
|
1
|
2019-01-16
|
Convert a structure array to a WorldCooSys object
|
tpv_polydef
|
@ClassWCS
|
1
|
2019-01-16
|
Return the TPV transformation polynomial orders definitions
|
read_cd_mtarix
|
@ClassWCS
|
1
|
2019-01-16
|
|
pix2intermediate
|
@ClassWCS
|
1
|
2019-01-16
|
|
pix2native
|
@ClassWCS
|
1
|
2019-01-16
|
|
distortion_sip_poly2keys
|
@ClassWCS
|
1
|
2019-01-16
|
|
num_hdu
|
@FITS
|
1
|
2018-12-15
|
get number of HDUs
|
get_head
|
@FITS
|
1
|
2018-12-15
|
Read FITS header into a cell array
|
get_keys
|
@FITS
|
1
|
2018-12-15
|
Get single FITS header keywords value
|
mget_keys
|
@FITS
|
1
|
2018-12-15
|
Get header keywords value from multiple FITS
|
delete_keys
|
@FITS
|
1
|
2018-12-15
|
Delete a lits of keywords from a list of FITS headers
|
write_keys
|
@FITS
|
1
|
2018-12-15
|
Insert or update FITS header keywords
|
head
|
@FITS
|
1
|
2018-12-15
|
Print FITS header to screen
|
cellhead_addcomment
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_addkey
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_delkey
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_fix
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_getkey
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_search
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_update
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
cellhead_update1
|
@FITS
|
1
|
2018-12-15
|
--------------------------------------------------------------------------
|
get_sip
|
@FITS
|
1
|
2018-12-15
|
Get the SIP(WCS) keywords information from a FITS image.
|
get_tpv
|
@FITS
|
1
|
2018-12-15
|
Get the PV(WCS) keywords information from a FITS image.
|
fitsread
|
@FITS
|
1
|
2018-12-15
|
Description: Call the fitsread.m function
|
read
|
@FITS
|
1
|
2018-12-15
|
Read a rectangular region of interest from a single FITS image.
|
read2sim
|
@FITS
|
1
|
2018-12-15
|
Description: Read FITS images into SIM object.
|
read2cube
|
@FITS
|
1
|
2018-12-15
|
Description: Read FITS images into a cube.
|
fitswrite
|
@FITS
|
1
|
2018-12-15
|
Description: Call the matlab builtin fitswrite function
|
write
|
@FITS
|
1
|
2018-12-15
|
Description: Write or append an image into FITS file.
|
write_old
|
@FITS
|
1
|
2018-12-15
|
Write a simple 2D FITS image. OBSOLETE: Use FITS.write instead.
|
sim2fits
|
@FITS
|
1
|
2018-12-15
|
Write SIM images as FITS files
|
read_table
|
@FITS
|
1
|
2018-12-15
|
Read binary or ascii FITS tables.
|
FluxClass
|
@FluxClass
|
0
|
2019-01-17
|
FluxClass constructor method
|
convert
|
@FluxClass
|
0
|
2019-01-17
|
Convert the units of flux/time/wave values
|
columnvec
|
@FluxClass
|
0
|
2019-01-17
|
convert properties to column vectors
|
sort_time
|
@FluxClass
|
0
|
2019-01-17
|
sort FluxClass object by time
|
fit_pl
|
@FluxClass
|
0
|
2019-01-17
|
|
save
|
@HDF5
|
1
|
2018-02-09
|
save a new array into an HDF5 file dataset
|
h5read
|
@HDF5
|
1
|
2018-02-09
|
load HDF5 data using the built in h5read
|
load
|
@HDF5
|
1
|
2018-02-09
|
load an array from a HDF5
|
load_muti_datasets
|
@HDF5
|
1
|
2018-02-09
|
Load full multiple datasets from a single HDF5 file
|
loadh
|
@HDF5
|
1
|
2018-02-09
|
Load HDF5 file and attributes
|
load_check
|
@HDF5
|
1
|
2018-02-09
|
Load a variable from an HDF5 file or session (if exist)
|
set_type
|
@HDF5
|
1
|
2018-02-09
|
Set HDF5 data type using the H5T.copy command
|
save_cat
|
@HDF5
|
1
|
2018-02-09
|
save catalog data in HDF5 file
|
load_cat
|
@HDF5
|
1
|
2018-02-09
|
Load catalog stored in an HDF5 file
|
get_nsrc
|
@HDF5
|
1
|
2018-02-09
|
Count number of sources over all HTM in HDF5 files
|
save_htm_ind
|
@HDF5
|
1
|
2018-02-09
|
Save HTM indinces of the celestial sphere in an HDF5 file
|
save_cat_colcell
|
@HDF5
|
1
|
2018-02-09
|
Save ColCell cell array of an HTM catalog into a MAT file
|
read_colnames
|
@HDF5
|
1
|
2018-02-09
|
read HDF5 catalog column names from index file
|
load_htm_ind
|
@HDF5
|
1
|
2018-02-09
|
load HTM data into structure from an HDF5 file
|
search_htm_ind
|
@HDF5
|
1
|
2018-02-09
|
A coordinate cone search in an HTM stored in HDF5 file.
|
htm_search_cone
|
@HDF5
|
1
|
2018-02-09
|
Search for all HTM leafs interscting a small circle (cone search)
|
get_file_var_from_htmid
|
@HDF5
|
1
|
2018-02-09
|
Construct file and var name for HTM file stored in HDF5
|
access_open
|
@HDF5
|
1
|
2018-02-09
|
Open an HDF5 file/dataset for reading
|
access_close
|
@HDF5
|
0
|
2018-02-09
|
close and HDF5/dataset
|
get_data
|
@HDF5
|
0
|
2018-02-09
|
Get data from an HDF5 object
|
HEAD
|
@HEAD
|
0
|
2017-04-23
|
|
ishead
|
@HEAD
|
1
|
2017-04-23
|
Return true if object is HEAD
|
HeaderField
|
@HEAD
|
1
|
2017-04-23
|
Description: Return the header field name in HEAD
|
isheader
|
@HEAD
|
0
|
2017-04-23
|
Description: check if object is an Header class
|
isfield
|
@HEAD
|
0
|
2017-04-23
|
isfield
|
isstruct
|
@HEAD
|
0
|
2017-04-23
|
isstruct
|
add_key.m
|
@HEAD
|
0
|
2017-05-06
|
Add new keyword, value and comment lines to an Header object.
|
add_struct2head.m
|
@HEAD
|
0
|
2017-05-06
|
Add a structure array into an HEAD object.
|
ccdsec.m
|
@HEAD
|
0
|
2017-05-06
|
Get CCDSEC keyword value from an HEAD/SIM object.
|
copy_field.m
|
@HEAD
|
0
|
2016-05-25
|
--------------------------------------------------------------------------
|
delete_key.m
|
@HEAD
|
0
|
2017-05-06
|
Delete lines with specific keyword names from an Header object.
|
delete_keytemp.m
|
@HEAD
|
0
|
2017-05-06
|
Delete header keywords matching a regular expression.
|
delete_wcs.m
|
@HEAD
|
0
|
2017-01-17
|
--------------------------------------------------------------------------
|
disphead.m
|
@HEAD
|
0
|
2017-05-06
|
Print headers in HEAD object to screen.
|
find_groups.m
|
@HEAD
|
0
|
2017-02-12
|
--------------------------------------------------------------------------
|
geodpos.m
|
@HEAD
|
0
|
2018-08-08
|
--------------------------------------------------------------------------
|
get_wcs.m
|
@HEAD
|
0
|
2018-03-19
|
--------------------------------------------------------------------------
|
getcoo.m
|
@HEAD
|
0
|
2018-06-11
|
Get J2000.0 R.A. and Dec. from image header or SIM header.
|
getkey.m
|
@HEAD
|
0
|
2017-05-06
|
Get a single keyword value from an image header object.
|
getkey_fromlist.m
|
@HEAD
|
0
|
2018-02-25
|
Search for the first existing haeder keyword in a list of keywords.
|
getkey_gain.m
|
@HEAD
|
0
|
2016-09-25
|
--------------------------------------------------------------------------
|
isarc.m
|
@HEAD
|
0
|
2016-04-11
|
--------------------------------------------------------------------------
|
isbias.m
|
@HEAD
|
0
|
2017-11-19
|
Check if HEAD/SIM object is a bias image
|
isdark.m
|
@HEAD
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
isflat.m
|
@HEAD
|
0
|
2018-05-17
|
--------------------------------------------------------------------------
|
iskeyval.m
|
@HEAD
|
0
|
2017-01-22
|
--------------------------------------------------------------------------
|
iskeyval_substr.m
|
@HEAD
|
0
|
2017-01-22
|
--------------------------------------------------------------------------
|
istype.m
|
@HEAD
|
0
|
2017-05-06
|
Check if TYPE/IMGTYP/OBSTYPE keyword equal some specific value.
|
julday.m
|
@HEAD
|
0
|
2018-05-04
|
Use header information to calculate Julian Day of an HEAD/SIM object.
|
keyval2struct.m
|
@HEAD
|
0
|
2016-03-27
|
--------------------------------------------------------------------------
|
lower_key.m
|
@HEAD
|
0
|
2017-05-06
|
Convert the key column (first column) of an HEAD object to lower case.
|
mgetkey.m
|
@HEAD
|
0
|
2017-05-06
|
Get imgae header keyword values for multiple keywords.
|
naxis.m
|
@HEAD
|
0
|
2016-06-06
|
--------------------------------------------------------------------------
|
numkey.m
|
@HEAD
|
0
|
2017-05-06
|
Return the number of keywords (lines) in an header.
|
pop_basic_header.m
|
@HEAD
|
0
|
2019-01-08
|
--------------------------------------------------------------------------
|
populate_wcs.m
|
@HEAD
|
0
|
2018-03-19
|
--------------------------------------------------------------------------
|
regexp.m
|
@HEAD
|
0
|
2016-04-13
|
--------------------------------------------------------------------------
|
regexprep.m
|
@HEAD
|
0
|
2016-04-13
|
--------------------------------------------------------------------------
|
replace_key.m
|
@HEAD
|
0
|
2018-09-12
|
Replace the value and comment of a keyword in an Header object.
|
searchkey.m
|
@HEAD
|
0
|
2017-01-17
|
--------------------------------------------------------------------------
|
unique.m
|
@HEAD
|
0
|
2017-01-17
|
--------------------------------------------------------------------------
|
update_key.m
|
@HEAD
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
upper_key.m
|
@HEAD
|
0
|
2017-05-06
|
Convert the key column (first column) of an HEAD object to upper case.
|
default_arg_path
|
@InArg
|
1
|
2017-03-10
|
file path in which the default arguments are stored
|
default_arg_file
|
@InArg
|
1
|
2017-03-10
|
file name that contains the file name of the default arguments
|
save_arg_file
|
@InArg
|
1
|
2017-03-10
|
Save the default arguments file
|
load_arg_file
|
@InArg
|
1
|
2017-03-10
|
Load default arguments file into the InPar structure
|
delete_arg_file
|
@InArg
|
1
|
2017-03-10
|
Delete a default arguments file
|
populate_keyval
|
@InArg
|
1
|
2017-03-10
|
A structure array containing the default arguments and their values
|
default_arg
|
@InArg
|
1
|
2017-03-10
|
Parse default arguments of a matlab function
|
epar
|
@InArg
|
1
|
2017-03-10
|
Edit the default arguments file for a function
|
my_callback_epar
|
@InArg
|
1
|
2017-03-10
|
Description: Aux function for InArg.epar
|
unlearn
|
@InArg
|
1
|
2017-03-10
|
Set the user default arguments file of a function to its default state
|
gauss
|
@Kernel2
|
1
|
2017-05-18
|
Generate a Gaussian kernel with zero background.
|
exp
|
@Kernel2
|
1
|
2017-05-18
|
Generate an exponential radial kernel with zero background.
|
sersic
|
@Kernel2
|
1
|
2017-05-18
|
Generate a Sersic radial kernel with zero background.
|
aper
|
@Kernel2
|
1
|
2017-05-18
|
Generate an aperture (top-hat) circular kernel.
|
annulus
|
@Kernel2
|
1
|
2017-05-18
|
Generate an annulus circular kernel.
|
line
|
@Kernel2
|
1
|
2017-05-18
|
Line kernel
|
pmf
|
@Kernel2
|
1
|
2017-05-18
|
Generate a Poisson-noise matched filter kernel
|
psf_diff
|
@Kernel2
|
1
|
2017-05-18
|
Calculate the image subtraction PSF (P_D)
|
psf_diff_shift
|
@Kernel2
|
1
|
2017-05-18
|
Calculate the image subtraction shifted/variable PSF
|
cellmat
|
@Kernel2
|
1
|
2017-05-18
|
Convert a set of kernels into a cell array of matrices.
|
MASK
|
@MASK
|
0
|
2017-11-20
|
MASK object constructor
|
ismask
|
@MASK
|
1
|
2017-11-20
|
Return true if object is MASK
|
MaskField
|
@MASK
|
1
|
2017-11-20
|
Return the MASK class Mask field name
|
def_bitmask_pipeline
|
@MASK
|
1
|
2017-11-20
|
Bit mask dictionary
|
isbit_flag
|
@MASK
|
1
|
2017-11-20
|
Search for specific open bits in bitmask matrix
|
bitmask_find.m
|
@MASK
|
0
|
2017-05-07
|
Return images of logical flags indicating if bitmask was found in mask.
|
bitmask_set.m
|
@MASK
|
0
|
2017-07-23
|
Set on specific bits in some pixels in a MASK object.
|
bitname2val.m
|
@MASK
|
0
|
2017-05-14
|
List of bitmask names to a decimal bitmask value.
|
mask2sim.m
|
@MASK
|
0
|
2017-05-07
|
Copy a MASK object into a new or existing SIM object.
|
mask4src.m
|
@MASK
|
0
|
2017-07-13
|
Return bit mask for specific pixels in images (sources).
|
mask_add.m
|
@MASK
|
0
|
2017-05-15
|
Combine the corresponding Mask images of two MASK objects.
|
mask_combine.m
|
@MASK
|
0
|
2017-05-07
|
Combine all the Mask images in a single MASK object array.
|
mask_init.m
|
@MASK
|
0
|
2017-05-07
|
Initizalize a MASK object.
|
showdic.m
|
@MASK
|
0
|
2017-05-11
|
Show MASK object dictionary.
|
val2bitname.m
|
@MASK
|
0
|
2017-05-07
|
Convert a bit mask value to a list of flagged bit names.
|
OrbitalEl
|
@OrbitalEl
|
0
|
2017-03-10
|
OrbitalEl class constructor
|
isfield
|
@OrbitalEl
|
0
|
2017-03-10
|
isfield for OrbitalEl class
|
isstruct
|
@OrbitalEl
|
0
|
2017-03-10
|
isstruct for OrbitalEl class
|
isOrbitalEl
|
@OrbitalEl
|
1
|
2017-03-10
|
Return true if object is OrbitalEl
|
struct2orbitalel
|
@OrbitalEl
|
1
|
2017-03-10
|
A structure array into an OrbitalEl object
|
elements2orbitalel
|
@OrbitalEl
|
1
|
2017-03-10
|
convert elements to orbital elements object
|
search
|
@OrbitalEl
|
0
|
2017-03-10
|
Search OrbitalEl object by name
|
a
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the semi-major axis [AU]
|
Q
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the apiastron distance [AU]
|
b
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the semi-minor axis
|
p
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the semi-latus rectum axis
|
eccanom2radius
|
@OrbitalEl
|
0
|
2017-03-10
|
Eccentric anomaly to radius vector
|
trueanom2radius
|
@OrbitalEl
|
0
|
2017-03-10
|
Eccentric anomaly to radius vector
|
P
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the orbital period [day]
|
n
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the mean motion (n) [rad/day]
|
meananom
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the mean anomaly
|
eccanom2trueanom
|
@OrbitalEl
|
0
|
2017-03-10
|
Eccentric anomaly to True anomaly
|
trueanom2eccanom
|
@OrbitalEl
|
0
|
2017-03-10
|
True anomaly to Eccentric anomaly
|
nudot
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the time derivative of the true anomaly
|
rdot
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate the time derivative of the radius vector
|
r2vel
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate orbital velocity from radius vector
|
trueanom2vel
|
@OrbitalEl
|
0
|
2017-03-10
|
Calculate orbital velocity from true anomaly
|
eccanom2vel
|
@OrbitalEl
|
0
|
2017-03-10
|
Velocity from Eccentric anomaly
|
kepler_elliptic
|
@OrbitalEl
|
0
|
2017-03-10
|
Description: Solve Kepler equation
|
trueanom2pos
|
@OrbitalEl
|
0
|
2017-03-10
|
True anomaly to rectangular position
|
thiele_innes
|
@OrbitalEl
|
0
|
2017-03-10
|
Convert orbital elements to Thiele-Innes elements
|
Contents.m
|
@SIM
|
0
|
2016-05-24
|
Contents file for package: class
|
SIM
|
@SIM
|
0
|
2017-05-18
|
SIM constructor method
|
clear_back
|
@SIM
|
0
|
2017-05-18
|
clear background image in SIM
|
clear_err
|
@SIM
|
0
|
2017-05-18
|
clear background image in SIM
|
issim
|
@SIM
|
1
|
2017-05-18
|
Return true if object is SIM
|
scalar2sim
|
@SIM
|
1
|
2017-05-18
|
Array of scalars to SIM of scalars
|
struct2sim
|
@SIM
|
1
|
2017-05-18
|
Convert Structure to SIM
|
ImageField
|
@SIM
|
1
|
2017-05-18
|
Return the image field name in the SIM class.
|
BackField
|
@SIM
|
1
|
2017-05-18
|
Return the image background field name in the SIM class.
|
ErrField
|
@SIM
|
1
|
2017-05-18
|
Return the image error field name in the SIM class.
|
WeightField
|
@SIM
|
1
|
2017-05-18
|
Return the image weight field name in the SIM class.
|
FileNameField
|
@SIM
|
1
|
2017-05-18
|
Return the image file name field name in the SIM class.
|
vector_prof
|
@SIM
|
0
|
2017-05-18
|
Image values along a line defined by two points.
|
rad_prof
|
@SIM
|
0
|
2017-05-18
|
Mean radial profile around points in SIM images
|
local_surface
|
@SIM
|
0
|
2017-05-18
|
Local surface around a point in a single SIM image
|
moments
|
@SIM
|
0
|
2017-05-18
|
1st and 2nd moments around specific positions in SIM images
|
hist
|
@SIM
|
0
|
2017-05-18
|
hist function for pixels in a SIM image
|
histc
|
@SIM
|
0
|
2017-05-18
|
histc function for pixels in a SIM image
|
isfield
|
@SIM
|
0
|
2017-05-18
|
isfield function for SIM object
|
isstruct
|
@SIM
|
0
|
2017-05-18
|
return true for isstruct of SIM
|
abs.m
|
@SIM
|
0
|
2017-05-04
|
Absolute function value for elements in a SIM object.
|
acos.m
|
@SIM
|
0
|
2017-03-11
|
The inverse cosine for each element in a SIM object
|
align.m
|
@SIM
|
0
|
2019-01-17
|
Register a set of SIM images
|
and.m
|
@SIM
|
0
|
2017-05-04
|
And operator between elements of SIM objects.
|
angle.m
|
@SIM
|
0
|
2017-05-04
|
Angle function for elements in a SIM object.
|
aper_phot.m
|
@SIM
|
0
|
2018-09-02
|
Aperture photometry for defined positions in SIM images.
|
asin.m
|
@SIM
|
0
|
2017-03-11
|
The inverse sine for each element in a SIM object
|
atan.m
|
@SIM
|
0
|
2017-03-11
|
The inverse tangent for each element in a SIM
|
atan2.m
|
@SIM
|
0
|
2017-05-04
|
Atan2 for elements in a SIM object
|
background.m
|
@SIM
|
0
|
2017-09-10
|
Estimate background and std of images in a SIM object.
|
bfun2sim.m
|
@SIM
|
0
|
2018-06-10
|
Run a bi-parameter function (e.g., @plus) on two SIM arrays.
|
bias.m
|
@SIM
|
0
|
2017-11-19
|
Generate a super bias image
|
bias_overscan.m
|
@SIM
|
0
|
2018-12-30
|
Read the overscan bias region and subtract it from image.
|
bsxfun.m
|
@SIM
|
0
|
2017-05-25
|
bsxfun function for SIM objects.
|
cart2pol.m
|
@SIM
|
0
|
2017-05-25
|
Convert SIM image from cartezian coordinates to polar coordinates.
|
cast.m
|
@SIM
|
0
|
2017-05-25
|
Convert all the image elements in a SIM array into a specific class
|
ceil.m
|
@SIM
|
0
|
2017-05-04
|
ceil function for elements in a SIM object.
|
circshift.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
coadd.m
|
@SIM
|
0
|
2017-05-18
|
Simple coaddition of images in a SIM object.
|
coadd_proper.m
|
@SIM
|
0
|
2017-05-21
|
Proper coaddition of images in a SIM object
|
conj.m
|
@SIM
|
0
|
2017-05-25
|
Calculate the conj function for each element in a SIM object.
|
conv2.m
|
@SIM
|
0
|
2016-09-25
|
--------------------------------------------------------------------------
|
conv2_fft.m
|
@SIM
|
0
|
2017-05-18
|
Convolve SIM object images with some PSF.
|
conv_fft2.m
|
@SIM
|
0
|
2017-06-08
|
Convolve SIM object images with some PSF using conv_fft2.
|
coo_inimage.m
|
@SIM
|
0
|
2017-12-28
|
--------------------------------------------------------------------------
|
cos.m
|
@SIM
|
0
|
2017-05-04
|
Cosine function for elements in a SIM object
|
crdetect_lacos.m
|
@SIM
|
0
|
2017-07-25
|
Detect cosmic rays using the Laplasian Edge Detector (van Dokkum 2001)
|
ctranspose.m
|
@SIM
|
0
|
2017-05-25
|
ctranspose operator (') on a SIM array.
|
debias.m
|
@SIM
|
0
|
2017-05-25
|
Subtract bias image and bias overscan from images.
|
deflat.m
|
@SIM
|
0
|
2018-06-10
|
Correct images by flat field. Construct flat if needed.
|
del2.m
|
@SIM
|
0
|
2017-05-05
|
Discrete Laplacian for images in a SIM object.
|
dilate.m
|
@SIM
|
0
|
2017-07-21
|
Dilate images in a SIM object
|
double.m
|
@SIM
|
0
|
2017-05-04
|
Convert elements in a SIM object to double.
|
edge.m
|
@SIM
|
0
|
2017-05-11
|
Detect edges in images in a SIM objectusing edge.m.
|
eq.m
|
@SIM
|
0
|
2017-05-11
|
equal (==) operator on SIM objects.
|
exp.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the exponent for each element in a SIM object.
|
fft.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the 1-D fft for each element in a SIM object.
|
fft2.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the 2-D fft2 for each element in a SIM object.
|
fftshift.m
|
@SIM
|
0
|
2017-05-11
|
Apply the fftshift function to each element in a SIM object.
|
filter.m
|
@SIM
|
0
|
2018-03-19
|
Apply a 2-D filter to all the images in a SIM object.
|
find_diff_spikes.m
|
@SIM
|
0
|
2018-02-04
|
Find diffraction spikes in image and set the bit mask image.
|
fix.m
|
@SIM
|
0
|
2017-05-05
|
Fix function for elements if a SIM object.
|
flag2nan.m
|
@SIM
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
flag_backgrad.m
|
@SIM
|
0
|
2017-02-22
|
Flag high values of SIM images background gradient and add to MASK
|
flag_bad_columns.m
|
@SIM
|
0
|
2018-08-01
|
SHORT DESCRIPTION HERE
|
flag_bias_variable.m
|
@SIM
|
0
|
2017-11-20
|
Flag pixels with slowly variable bias levels
|
flag_cr_mextractor.m
|
@SIM
|
0
|
2018-11-29
|
Flag cosmic rays (CR) in MASK images based on mextractor data.
|
flag_edge.m
|
@SIM
|
0
|
2017-07-24
|
Set a bit mask for pixels near image edge.
|
flag_holes.m
|
@SIM
|
0
|
2017-11-30
|
Flag holes (pixels well below background level) in SIM images
|
flag_saturated.m
|
@SIM
|
0
|
2017-07-24
|
Flag saturated pixels in bit mask image
|
flat.m
|
@SIM
|
0
|
2018-06-10
|
Create a flat field image from images in a SIM object.
|
floor.m
|
@SIM
|
0
|
2017-05-23
|
Calculate the floor function for each element in a SIM object.
|
frt.m
|
@SIM
|
0
|
2018-04-11
|
Applay the Fast Radon Transform to a set of images.
|
frt_streaks.m
|
@SIM
|
0
|
2018-04-11
|
Applay the Fast Radon Transform to a set of images and find streaks.
|
gain_correct.m
|
@SIM
|
0
|
2017-07-06
|
Correct images in SIM for gain (i.e., set gain to 1).
|
ge.m
|
@SIM
|
0
|
2017-05-11
|
greater equal than (>=) operator on SIM objects.
|
get_value.m
|
@SIM
|
0
|
2017-09-25
|
Get value of images and mask in a SIM object.
|
gpuArray.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
gradient.m
|
@SIM
|
0
|
2017-05-25
|
Calculate the gradient of images in a SIM object.
|
gradient2mask.m
|
@SIM
|
0
|
2017-02-22
|
--------------------------------------------------------------------------
|
gt.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
ifft.m
|
@SIM
|
0
|
2017-05-04
|
1-D ifft for elements of a SIM object
|
ifft2.m
|
@SIM
|
0
|
2017-05-04
|
2-D ifft for elements of a SIM object.
|
ifftshift.m
|
@SIM
|
0
|
2017-05-25
|
Apply the ifftshift function to each element in a SIM object.
|
im_transform.m
|
@SIM
|
0
|
2016-09-25
|
--------------------------------------------------------------------------
|
imag.m
|
@SIM
|
0
|
2017-05-04
|
Imaganry part function for elements in a SIM object
|
image_shift_fft.m
|
@SIM
|
0
|
2017-05-18
|
Shift image pixels using the Fourier transform shift theorem.
|
imagesize.m
|
@SIM
|
0
|
2018-01-07
|
Get the image size of a set of SIM images.
|
imresize.m
|
@SIM
|
0
|
2017-05-23
|
Resize (scale) images in a SIM object using imresize.
|
imrotate.m
|
@SIM
|
0
|
2017-05-23
|
Rotate the images in a SIM object using imrotate.
|
imshow.m
|
@SIM
|
0
|
2018-11-29
|
Show the Sim image use imshow
|
imsub_core.m
|
@SIM
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
int16.m
|
@SIM
|
0
|
2017-05-11
|
Convert all the image elements in a SIM array into int16.
|
int32.m
|
@SIM
|
0
|
2017-05-11
|
Convert all the image elements in a SIM array into int32.
|
int8.m
|
@SIM
|
0
|
2017-05-11
|
Convert all the image elements in a SIM array into int8.
|
interp2.m
|
@SIM
|
0
|
2017-05-11
|
Apply interp2.m for a SIM object.
|
interp2_nan.m
|
@SIM
|
0
|
2017-05-25
|
Interpolate over NaNs in a SIM array.
|
interp2_overpix.m
|
@SIM
|
0
|
2017-02-04
|
--------------------------------------------------------------------------
|
iqr.m
|
@SIM
|
0
|
2017-05-25
|
Calculate the interquartile range over all dimensions of SIM images.
|
iradon.m
|
@SIM
|
0
|
2017-05-25
|
Execute the inverse Radon transform on SIM object images.
|
iscat_populated.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
isfield_populated.m
|
@SIM
|
0
|
2017-05-11
|
Check if a given field in a SIM object is populated.
|
ismask_populated.m
|
@SIM
|
0
|
2017-05-23
|
Check if the mask entry (.Mask) in a SIM object is populated.
|
kurtosis.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
le.m
|
@SIM
|
0
|
2017-05-23
|
little equal than (<) operator on SIM objects.
|
line_self_subtract.m
|
@SIM
|
0
|
2017-05-05
|
Subtract the mean of each line/row from itself in images in a SIM object.
|
local_maxima.m
|
@SIM
|
0
|
2017-04-05
|
--------------------------------------------------------------------------
|
log.m
|
@SIM
|
0
|
2017-05-04
|
Natural logarithm of elements of a SIM object.
|
log10.m
|
@SIM
|
0
|
2017-05-04
|
Base 10 logarithm of elements of a SIM object
|
lt.m
|
@SIM
|
0
|
2017-05-23
|
little than (<) operator on SIM objects.
|
max.m
|
@SIM
|
0
|
2017-05-23
|
Calculate the max over all dimensions for each image in a SIM object.
|
mean.m
|
@SIM
|
0
|
2017-05-06
|
Calculate the mean over all dimensions for each image in a SIM object.
|
median.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
mextractor.m
|
@SIM
|
0
|
2019-01-06
|
Matched filter source extraction and measurments
|
min.m
|
@SIM
|
0
|
2017-05-14
|
Calculate the min over all dimensions for each image in a SIM object.
|
minus.m
|
@SIM
|
0
|
2017-05-14
|
Subtract (-) SIM arrays using bfun2sim.m
|
mode.m
|
@SIM
|
0
|
2017-05-11
|
Apply mode function over all dimensions for each image in a SIM object.
|
moment.m
|
@SIM
|
0
|
2017-05-14
|
Calculate the N-th central moment of images in a SIM object.
|
mpower.m
|
@SIM
|
0
|
2017-05-14
|
Matrix power between SIM arrays (^), or SIM array and a scalar.
|
mtimes.m
|
@SIM
|
0
|
2017-05-11
|
Matrix multiplication between SIM arrays (*).
|
nan2val.m
|
@SIM
|
0
|
2017-05-14
|
Replace NaN in SIM object images with a specified value.
|
nan_search.m
|
@SIM
|
0
|
2017-05-21
|
Search for SIM images that contains NaNs
|
nanmean.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the mean, and ignoring NaNs, of SIM images.
|
nanmedian.m
|
@SIM
|
0
|
2017-05-14
|
Calculate the median, and ignoring NaNs, in SIM images.
|
nanstd.m
|
@SIM
|
0
|
2017-05-14
|
Calculate the std, and ignoring NaNs, in SIM images.
|
nansum.m
|
@SIM
|
0
|
2017-05-14
|
Calculate the sum, and ignoring NaNs, in SIM images.
|
nanvar.m
|
@SIM
|
0
|
2017-05-06
|
Calculate the variance, and ignoring NaNs, of SIM image.
|
ne.m
|
@SIM
|
0
|
2017-05-14
|
not equal (~=) operator on SIM objects.
|
not.m
|
@SIM
|
0
|
2017-05-06
|
Not operator (~) on the elements in a SIM object.
|
or.m
|
@SIM
|
0
|
2017-05-11
|
Logical or operator (|) between SIM arrays.
|
pad_existing_boudries.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
phot_zp.m
|
@SIM
|
0
|
2017-03-02
|
Estimate photometric zero points of SIM images
|
plus.m
|
@SIM
|
0
|
2017-05-23
|
Add SIM arrays using bfun2sim
|
populate_psf.m
|
@SIM
|
0
|
2017-03-14
|
Populate the PSF SIM object
|
populate_sim.m
|
@SIM
|
0
|
2017-05-17
|
Populate SIM object with background, error, talog and PSF
|
power.m
|
@SIM
|
0
|
2017-05-23
|
Scalar power between SIM arrays (.^), or SIM array and a scalar.
|
prctile.m
|
@SIM
|
0
|
2017-05-23
|
Calculate the percentiles of the values in each image in a SIM object.
|
psf_estimator.m
|
@SIM
|
0
|
2017-05-18
|
PSF estimator.OBSOLETE: Use psf_extractor instead.
|
psf_extractor.m
|
@SIM
|
0
|
2017-09-03
|
Estimate PSF for SIM images.
|
psf_phot.m
|
@SIM
|
0
|
2018-09-02
|
PSF photometry for a list of sources position in a SIM object.
|
psf_phot1.m
|
@SIM
|
0
|
2017-05-18
|
--------------------------------------------------------------------------
|
quantile.m
|
@SIM
|
0
|
2016-05-24
|
--------------------------------------------------------------------------
|
radon.m
|
@SIM
|
0
|
2017-05-14
|
Execute the Radon transform on SIM object images.
|
rdivide.m
|
@SIM
|
0
|
2017-05-14
|
Scalar dvision between SIM arrays (./), or SIM array
|
real.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the real function for each element in a SIM object.
|
replace.m
|
@SIM
|
0
|
2017-09-05
|
Replace pixels within specific values with another value.
|
replace_with_noise.m
|
@SIM
|
0
|
2017-07-04
|
Replace a range of values by noise.
|
round.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the round function for each element in a SIM object.
|
rstd.m
|
@SIM
|
0
|
2017-05-25
|
Robust std over all dimensions for each image in a SIM object.
|
scale.m
|
@SIM
|
0
|
2018-06-10
|
Scale the images in a SIM obect.
|
sim2cell.m
|
@SIM
|
0
|
2017-05-23
|
Convert the images in SIM into a cell array.
|
sim2cube.m
|
@SIM
|
0
|
2017-05-23
|
Convert the images in a SIM object array into a cube.
|
sin.m
|
@SIM
|
0
|
2017-05-04
|
Sine function for elements in a SIM object
|
single.m
|
@SIM
|
0
|
2017-05-04
|
Convert elements in a SIM object to single.
|
skewness.m
|
@SIM
|
0
|
2017-05-23
|
Calculate the skewness over all dimensions for each image in a SIM object
|
sqrt.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the sqrt for each element in a SIM object.
|
stamp_coo.m
|
@SIM
|
0
|
2017-05-25
|
Get stamp from SIM object array by WCS coordinates.
|
stamp_xy.m
|
@SIM
|
0
|
2017-08-11
|
Get image stamps around requested positions
|
std.m
|
@SIM
|
0
|
2017-05-11
|
Calculate the std over all dimensions for each image in a SIM object.
|
sub_background.m
|
@SIM
|
0
|
2018-09-02
|
Subtract background from SIM images (see aslo background).
|
subim_regional.m
|
@SIM
|
0
|
2017-05-18
|
Break a SIM image into sub images, with optional overlap.
|
subtract_proper.m
|
@SIM
|
0
|
2019-01-03
|
Image subtraction using the ZOGY algorithm.
|
sum.m
|
@SIM
|
0
|
2017-05-25
|
Calculate the sum over all dimensions for each image in a SIM object.
|
tan.m
|
@SIM
|
0
|
2017-05-04
|
Tangent for elements in a SIM object
|
threshold.m
|
@SIM
|
0
|
2017-05-14
|
Threshold a SIM image above a certain level.
|
times.m
|
@SIM
|
0
|
2017-05-11
|
Scalar multiplication between SIM arrays (.*), or SIM array and a scalar.
|
transform.m
|
@SIM
|
0
|
2017-09-14
|
Apply spatial transformations to SIM images
|
transpose.m
|
@SIM
|
0
|
2017-05-25
|
Trranspose operator (.') on a SIM array.
|
trim_image.m
|
@SIM
|
0
|
2017-09-14
|
Trim a region from images in a SIM object
|
ufun2scalar.m
|
@SIM
|
0
|
2017-05-14
|
Run a scalar output uni-parameter function on a SIM object.
|
ufun2sim.m
|
@SIM
|
0
|
2017-05-23
|
Run a uni-parameter function on a SIM object.
|
uint16.m
|
@SIM
|
0
|
2017-05-04
|
Convert elements of a SIM object to uint16
|
uint32.m
|
@SIM
|
0
|
2017-05-04
|
Convert elements of a SiM object to uint32
|
uint8.m
|
@SIM
|
0
|
2017-05-04
|
Convert SIM images to uint8 format.
|
uminus.m
|
@SIM
|
0
|
2017-05-23
|
Multiply a SIM array by -1 (unary -1)
|
update_coordinates.m
|
@SIM
|
0
|
2019-01-02
|
Update RA/Dec coordinates in an SIM/AstCat object based on a new WCS
|
uplus.m
|
@SIM
|
0
|
2017-05-14
|
Multiply a SIM array by +1 (unary +1)
|
var.m
|
@SIM
|
0
|
2018-08-23
|
Calculate the variance of SIM images.
|
TranClass
|
@TranClass
|
1
|
2018-06-25
|
TranClass object constructor
|
FunField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'Fun' field name
|
FunArgField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'FunArg' field name
|
NParField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'NPar' field name
|
ParField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'Par' field name
|
ParErrField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'ParErr' field name
|
PolyField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'Poly' field name
|
ChPolyField
|
@TranClass
|
1
|
2018-06-25
|
Return the 'ChPoly' field name
|
evalfun
|
@TranClass
|
1
|
2018-06-25
|
A static method to evaluate the transformation functions
|
apply_tran
|
@TranClass
|
1
|
2018-06-25
|
Apply a TranClass object or simple affine transformation
|
poly_representation
|
@TranClass
|
0
|
2018-06-25
|
|
|
@TranClass
|
0
|
2018-06-25
|
|
design_matrix
|
@TranClass
|
0
|
2018-06-25
|
Construct a design matrix for the TransClass object
|
apply_tranclass
|
@TranClass
|
0
|
2018-06-25
|
Apply forward transformation to X,Y coordinates
|
apply_tranclass_inv
|
@TranClass
|
0
|
2018-06-25
|
Apply inverse transformation to X,Y coordinates
|
populate_par
|
@TranClass
|
0
|
2018-06-25
|
Populate the parameters and errors in a TranClass object
|
par2vector
|
@TranClass
|
0
|
2018-06-25
|
Construct a vector of parameters from TranClass object
|
getpar
|
@TranClass
|
0
|
2018-06-25
|
Get parameter for specific function in TranClass object
|
tranclass2poly
|
@TranClass
|
0
|
2018-06-25
|
Convert a TranClass object into a polynomial representation
|
tranclass2PolynomialTransformation2D
|
@TranClass
|
0
|
2018-06-25
|
Convert a TranClass object to a PolynomialTransformation2D object
|
fit_transform
|
@TranClass
|
0
|
2018-06-25
|
Fit a 2-D transformation to a list of matched coordinates
|
tranclass2wcs
|
@TranClass
|
0
|
2018-06-25
|
OBSOLETE
|
WorldCooSys
|
@WorldCooSys
|
0
|
2019-01-03
|
Description: WorldCooSys constructor method
|
isfield
|
@WorldCooSys
|
0
|
2019-01-03
|
isfield
|
isstruct
|
@WorldCooSys
|
0
|
2019-01-03
|
isstruct(Sim) || isa(Sim,'SIM');
|
read_ctype
|
@WorldCooSys
|
1
|
2019-01-03
|
Parse WCS CTYPE header keyword
|
isWorldCooSys
|
@WorldCooSys
|
1
|
2019-01-03
|
Return true if object is WorldCooSys
|
struct2wcs
|
@WorldCooSys
|
1
|
2019-01-03
|
Convert a structure array to a WorldCooSys object
|
read_cd_mtarix
|
@WorldCooSys
|
1
|
2019-01-03
|
|
pix2intermediate
|
@WorldCooSys
|
1
|
2019-01-03
|
|
pix2native
|
@WorldCooSys
|
1
|
2019-01-03
|
|
distortion_sip_poly2keys
|
@WorldCooSys
|
1
|
2019-01-03
|
|
coo2xy.m
|
@WorldCooSys
|
0
|
2017-05-06
|
Coordinate to X/Y given an WorldCooSys object.
|
footprint.m
|
@WorldCooSys
|
0
|
2017-07-17
|
Return the footprint and center for a list of HEAD objects.
|
isempty_wcs.m
|
@WorldCooSys
|
0
|
2017-05-06
|
Check if the WCS fields in a WorldCooSys array object are empty.
|
xy2coo.m
|
@WorldCooSys
|
0
|
2018-02-23
|
Convert X/Y in WCS or HEAD object to celestial coordinates
|
filename2base
|
@catsHTM
|
1
|
2019-01-26
|
Convert HDF5/HTM file name to catalog name (file base name)
|
get_file_var_from_htmid
|
@catsHTM
|
1
|
2019-01-26
|
Construct file and var name for HTM file stored in HDF5
|
get_index_filename
|
@catsHTM
|
1
|
2019-01-26
|
Get HDF5/HTM index file name and variable name from CatName
|
save_cat
|
@catsHTM
|
1
|
2019-01-26
|
save catalog data in HDF5 file
|
save_htm_ind
|
@catsHTM
|
1
|
2019-01-26
|
Save HTM indinces of the celestial sphere in an HDF5 file
|
save_cat_colcell
|
@catsHTM
|
1
|
2019-01-26
|
Save ColCell cell array of an HTM catalog
|
count_edge_in_cat
|
@catsHTM
|
1
|
2019-01-26
|
|
generate_edge_cat
|
@catsHTM
|
1
|
2019-01-26
|
OBSOLOTE
|
create_catalog_lists4wget
|
@catsHTM
|
1
|
2019-01-26
|
Create list of catalogs foe wget including checsums
|
load_cat
|
@catsHTM
|
1
|
2019-01-26
|
Load catalog stored in an HDF5 file
|
load_multiple_cats
|
@catsHTM
|
1
|
2019-01-26
|
Load HDF5/HTM catalog from multiple files/datasets
|
load_cat_edge
|
@catsHTM
|
1
|
2019-01-26
|
Load and concat HDF5/HTM catalog and its edge catalog
|
load_1htm
|
@catsHTM
|
1
|
2019-01-26
|
Load a single tile of HDF5/HTM catalog
|
load_colcell
|
@catsHTM
|
1
|
2019-01-26
|
Load ColCell and ColUnits for an HDF5/HTM catalog
|
read_colnames
|
@catsHTM
|
1
|
2019-01-26
|
read HDF5 catalog column names from index file
|
load_htm_ind
|
@catsHTM
|
1
|
2019-01-26
|
load HTM data into structure from an HDF5 file
|
search_htm_ind
|
@catsHTM
|
1
|
2019-01-26
|
A coordinate cone search in an HTM stored in HDF5 file.
|
htm_search_cone
|
@catsHTM
|
1
|
2019-01-26
|
Search for all HTM leafs interscting a small circle (cone search)
|
get_nsrc
|
@catsHTM
|
1
|
2019-01-26
|
Count number of sources over all HTM in HDF5 files
|
nsrc
|
@catsHTM
|
1
|
2019-01-26
|
Count sources in the HDF5/HTM index file
|
reference
|
@catsHTM
|
1
|
2019-01-26
|
Get references for an HDF5/HTM catalog
|
cone_search
|
@catsHTM
|
1
|
2019-01-26
|
Cone earch on local HDF5/HTM catalog
|
sources_match
|
@catsHTM
|
1
|
2019-01-26
|
Match sources in an input catalog with catsHTM catalog
|
serial_search
|
@catsHTM
|
1
|
2019-01-26
|
Execute a function on entire HDF5/HTM catalog
|
serial_search_x
|
@catsHTM
|
1
|
2019-01-26
|
Execute a function on entire HDF5/HTM catalog
|
xmatch_2cats
|
@catsHTM
|
1
|
2019-01-26
|
Cross match two HDF5/HTM catalogs
|
plot_density
|
@catsHTM
|
1
|
2019-01-26
|
Plot a catsHTM catalog surface density
|
all
|
@constant
|
1
|
2018-08-27
|
Return the value of selected constants in a structure array
|
all_st
|
@constant
|
1
|
2018-08-27
|
Return the values of selected constants in a structure
|
all_var
|
@constant
|
1
|
2018-08-27
|
Assign selected constants into the workspace
|
all_var_clear
|
@constant
|
1
|
2018-08-27
|
Clear selected constants from the workspace
|
au
|
@constant
|
1
|
2018-08-27
|
Return the value of the au
|
G
|
@constant
|
1
|
2018-08-27
|
Return the value of the G
|
c
|
@constant
|
1
|
2018-08-27
|
Return the value of the c
|
h
|
@constant
|
1
|
2018-08-27
|
Return the value of the h
|
hbar
|
@constant
|
1
|
2018-08-27
|
Return the value of the hbar
|
e
|
@constant
|
1
|
2018-08-27
|
Return the value of the e
|
alpha
|
@constant
|
1
|
2018-08-27
|
Return the value of the alpha
|
Rydberg
|
@constant
|
1
|
2018-08-27
|
Return the value of the Rydberg constant
|
eps0
|
@constant
|
1
|
2018-08-27
|
Return the value of the eps0 constant
|
mu0
|
@constant
|
1
|
2018-08-27
|
Vacuum permeability/magnetic constant
|
mp
|
@constant
|
1
|
2018-08-27
|
The proton mass
|
me
|
@constant
|
1
|
2018-08-27
|
The mass of the electron
|
amu
|
@constant
|
1
|
2018-08-27
|
The atomic mass unit constant
|
NA
|
@constant
|
1
|
2018-08-27
|
Avogadro constant
|
kB
|
@constant
|
1
|
2018-08-27
|
The Boltzman constant
|
R
|
@constant
|
1
|
2018-08-27
|
The Molar gas constant
|
sigma
|
@constant
|
1
|
2018-08-27
|
The Stefan-Boltzmann constant
|
a
|
@constant
|
1
|
2018-08-27
|
The radiation constant
|
sigmaT
|
@constant
|
1
|
2018-08-27
|
Thompson cross-section constant
|
re
|
@constant
|
1
|
2018-08-27
|
Classical radius of the electron
|
a0
|
@constant
|
1
|
2018-08-27
|
Bohr radius
|
SunM
|
@constant
|
1
|
2018-08-27
|
The Sun mass
|
SunR
|
@constant
|
1
|
2018-08-27
|
Return the value of the Sun Radius
|
EarthM
|
@constant
|
1
|
2018-08-27
|
Return the value of the Earth Mass
|
EarthR
|
@constant
|
1
|
2018-08-27
|
Return the value of the Earth mean radius.
|
JupiterM
|
@constant
|
1
|
2018-08-27
|
Return the value of the Jupiter Jupiter mass
|
JupiterR
|
@constant
|
1
|
2018-08-27
|
Return the value of the Jupiter mean radius.
|
SunL
|
@constant
|
1
|
2018-08-27
|
Return the value of the Sun luminosity.
|
pc
|
@constant
|
1
|
2018-08-27
|
Return the value of the Parsec
|
ly
|
@constant
|
1
|
2018-08-27
|
Return the value of the Light year
|
k
|
@constant
|
1
|
2018-08-27
|
Return the value of the Gauss gravitational constant
|
PlanckMass
|
@constant
|
1
|
2018-08-27
|
Return the value of the Planck Mass
|
PlanckT
|
@constant
|
1
|
2018-08-27
|
Return the value of the Planck Temperature
|
PlanckLength
|
@constant
|
1
|
2018-08-27
|
Return the value of the Planck Length
|
PlanckTime
|
@constant
|
1
|
2018-08-27
|
Return the value of the PlanckTime
|
day
|
@constant
|
1
|
2018-08-27
|
Return the value of the civil day
|
RAD
|
@constant
|
1
|
2018-08-27
|
Return the value of deg in radians
|
SunMercuryMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Mercury mass ratio
|
SunVenusMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Venus mass ratio
|
SunMarsMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Mars mass ratio
|
SunJupiterMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Jupiter mass ratio
|
SunSaturnMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Saturn mass ratio
|
SunUranusMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Uranus mass ratio
|
SunNeptuneMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/Neptune mass ratio
|
SunEarthMoonMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Sun/(Earth+Moon) mass ratio
|
EarthMoonMassRatio
|
@constant
|
1
|
2018-08-27
|
Return the value of Earth/Moon mass ratio
|
units
|
@convert
|
1
|
2018-06-20
|
Unit conversion
|
angular
|
@convert
|
1
|
2018-06-20
|
Convert angular units
|
mass
|
@convert
|
1
|
2018-06-20
|
Convert between different mass units
|
energy
|
@convert
|
1
|
2018-06-20
|
Convert between different energy units
|
flux
|
@convert
|
1
|
2018-06-20
|
Convert between different flux units
|
temp
|
@convert
|
1
|
2018-06-20
|
Temperature conversion
|
luptitude
|
@convert
|
1
|
2018-06-20
|
Convert flux to luptitudes (asinh magnitudes)
|
flux2mag
|
@convert
|
1
|
2018-06-20
|
Convert flux to magnitude or luptitude
|
sum_mag
|
@convert
|
1
|
2018-06-20
|
Sum magnitudes
|
hms2angle
|
@convert
|
1
|
2018-06-20
|
Convert Hour,Minutes,Seconds to angle.
|
dms2angle
|
@convert
|
1
|
2018-06-20
|
Convert Sign,Deg,Minutes,Seconds to angle.
|
date2str
|
@convert
|
1
|
2018-06-20
|
Convert date [D M Y H M S] to an ISO date string
|
str2date
|
@convert
|
1
|
2018-06-20
|
Convert a ISO time string to matrix of times
|
hour_str2frac
|
@convert
|
1
|
2018-06-20
|
Convert hour string to fraction of day
|
time
|
@convert
|
1
|
2018-06-20
|
Convert between different types of time systems and years
|
date2jd
|
@convert
|
1
|
2018-06-20
|
Convert Julian/Gregorian date to Julian Day
|
jd2date
|
@convert
|
1
|
2018-06-20
|
Convert Julian days to Gregorian/Julian date
|
frac2hms
|
@convert
|
1
|
2018-06-20
|
Convert fraction to [H M S]
|
hms2frac
|
@convert
|
1
|
2018-06-20
|
Convert [H M S] to fraction
|
hour_str2frac.m
|
@convert
|
0
|
2017-01-22
|
Convert hour string to fraction of day
|
ds9
|
@ds9
|
0
|
2018-12-20
|
Display images in ds9
|
system
|
@ds9
|
1
|
2018-12-20
|
Construct and execute an xpa command
|
construct_command
|
@ds9
|
1
|
2018-12-20
|
Construct an arguments string for ds9 command
|
xpaset
|
@ds9
|
1
|
2018-12-20
|
Execute an xpaset command
|
xpaget
|
@ds9
|
1
|
2018-12-20
|
Execute an xpaget command
|
xpahelp
|
@ds9
|
1
|
2018-12-20
|
Open the XPA command help web page
|
isopen
|
@ds9
|
1
|
2018-12-20
|
Check if ds9 is open (linux/mac only)
|
open
|
@ds9
|
1
|
2018-12-20
|
Open ds9 dispaly window if not exist already and set mode to region
|
mode
|
@ds9
|
1
|
2018-12-20
|
Set ds9 mode
|
exit
|
@ds9
|
1
|
2018-12-20
|
exit ds9
|
frame
|
@ds9
|
1
|
2018-12-20
|
Set ds9 frame
|
delete_frame
|
@ds9
|
1
|
2018-12-20
|
Delete frames from ds9
|
clear_frame
|
@ds9
|
1
|
2018-12-20
|
Clear frames from ds9
|
load
|
@ds9
|
1
|
2018-12-20
|
Load a FITS image into ds9 frame
|
load1
|
@ds9
|
1
|
2018-12-20
|
Load a FITS image into ds9 frame number 1
|
url
|
@ds9
|
1
|
2018-12-20
|
Load FITS file from a URL
|
disp
|
@ds9
|
1
|
2018-12-20
|
Display images in ds9 (use ds9 for short cut)
|
read2fits
|
@ds9
|
1
|
2018-12-20
|
Save a ds9 frame to FITS image
|
read2sim
|
@ds9
|
1
|
2018-12-20
|
Save a ds9 frame in a SIM object
|
scale
|
@ds9
|
1
|
2018-12-20
|
Set the intensity scale of an image in ds9
|
cmap
|
@ds9
|
1
|
2018-12-20
|
Set the color map of an image in ds9
|
colorbar
|
@ds9
|
1
|
2018-12-20
|
set the colorbar of an ds9 image
|
orient
|
@ds9
|
1
|
2018-12-20
|
Set the x/y orientation of an image in ds9
|
pan
|
@ds9
|
1
|
2018-12-20
|
Set the pan (cursor location) of an image in ds9
|
rotate
|
@ds9
|
1
|
2018-12-20
|
Set the rotation of an image in ds9
|
zoom
|
@ds9
|
1
|
2018-12-20
|
Set the zoom of an image in ds9
|
header
|
@ds9
|
1
|
2018-12-20
|
Description: Display FITS header dialaog
|
psprint
|
@ds9
|
1
|
2018-12-20
|
Print a postscript file into current directory
|
write_region
|
@ds9
|
1
|
2018-12-20
|
Write a regions file for a list of coordinates and properties
|
load_region
|
@ds9
|
1
|
2018-12-20
|
load regions file name into current ds9 frame
|
delete_region
|
@ds9
|
1
|
2018-12-20
|
Delete all regions from ds9 frame
|
save_region
|
@ds9
|
1
|
2018-12-20
|
Save regions into a file
|
plotc
|
@ds9
|
1
|
2018-12-20
|
Generate and plot a region file from a list of celestial coordinates
|
plot
|
@ds9
|
1
|
2018-12-20
|
Generate and plot a region file from a list of coordinates
|
line_xy
|
@ds9
|
1
|
2018-12-20
|
Plot a broken line
|
line_lt
|
@ds9
|
1
|
2018-12-20
|
Plot multiple lines based on X,Y,length,theta
|
text
|
@ds9
|
1
|
2018-12-20
|
plot text to ds9 current frame
|
tile
|
@ds9
|
1
|
2018-12-20
|
Set the tile the display mode of ds9
|
single
|
@ds9
|
1
|
2018-12-20
|
Set to single image display mode
|
blink
|
@ds9
|
1
|
2018-12-20
|
Set to blink display mode
|
dss
|
@ds9
|
1
|
2018-12-20
|
Get a DSS sky image from stsci
|
lock_wcs
|
@ds9
|
1
|
2018-12-20
|
Lock all images WCS to current frame
|
lock_xy
|
@ds9
|
1
|
2018-12-20
|
Lock all images x/y coordinayes to current frame
|
match_wcs
|
@ds9
|
1
|
2018-12-20
|
Match the WCS coordinates of all frames to the current frame
|
match_xy
|
@ds9
|
1
|
2018-12-20
|
Match the image coordinates of all frames to the current frame
|
match_scale
|
@ds9
|
1
|
2018-12-20
|
Match the intensity scale of all frames to the current frame
|
match_scalelimits
|
@ds9
|
1
|
2018-12-20
|
Match the intensity scalelimits of all frames to the current frame
|
match_colorbar
|
@ds9
|
1
|
2018-12-20
|
Match the intensity colorbar of all frames to the current frame
|
coo2xy
|
@ds9
|
1
|
2018-12-20
|
Convert RA/Dec to X/Y (image) using ds9 tools
|
ginput
|
@ds9
|
1
|
2018-12-20
|
Interactively get the coordinates (X/Y or WCS)
|
getpos
|
@ds9
|
1
|
2018-12-20
|
Get X,Y position and pixel value
|
getcoo
|
@ds9
|
1
|
2018-12-20
|
Interactively get the coordinates (WCS)
|
getbox
|
@ds9
|
1
|
2018-12-20
|
Get the pixel values in a specified box region
|
imexam
|
@ds9
|
1
|
2018-12-20
|
ds9 image examination utility
|
imark
|
@ds9
|
1
|
2018-12-20
|
Interactive plot symbols
|
iline
|
@ds9
|
1
|
2018-12-20
|
Interactively plot a line
|
ipoly
|
@ds9
|
1
|
2018-12-20
|
Interactively plot a polygon
|
sdssnavi
|
@ds9
|
1
|
2018-12-20
|
Open SDSS navigator for clicked position
|
nedlink
|
@ds9
|
1
|
2018-12-20
|
Open NED link for clicked position
|
sdsscat
|
@ds9
|
1
|
2018-12-20
|
Get SDSS catalog near clicked position
|
nearestcat
|
@ds9
|
1
|
2018-12-20
|
Get the nearest source in a SIM/AstCat object
|
nearcat
|
@ds9
|
1
|
2018-12-20
|
Get the nearest source in a SIM/AstCat object
|
simval
|
@ds9
|
1
|
2018-12-20
|
Interactively get values from SIM images
|
stack
|
@stack
|
0
|
2018-11-22
|
stack constructor method
|
get.St
|
@stack
|
0
|
2018-11-22
|
get St property from stack (i.e., sorted stack)
|
add
|
@stack
|
0
|
2018-11-22
|
add new element into stack object
|
sorted_ind
|
@stack
|
0
|
2018-11-22
|
get vector of sorted indices (first in is 1)
|