source: issm/trunk-jpl/externalpackages/mealpix/help/template_help.m@ 25367

Last change on this file since 25367 was 25367, checked in by adhikari, 5 years ago

NEW: matlab package for analyzing spherical harmonics based on Max Tegmark's HEALpix tool

  • Property svn:executable set to *
File size: 2.3 KB
Line 
1%% NAME
2% short descr
3
4%% Syntax
5
6%% Input Arguments
7
8%% Return Arguments
9
10%% Description
11
12%% Algorithm Notes
13
14%% Example
15
16%% See also
17
18%% Requires
19
20%% References
21% K. M. Gorski et al. 2005. <http://dx.doi.org/10.1086/427976
22% HEALPix: A Framework for High-Resolution Discretization and Fast Analysis
23% of Data Distributed on the Sphere>. The Astrophysical Journal 622 759
24%
25% K. M. Gorski et al. 1999. <http://arxiv.org/abs/astro-ph/9905275 The
26% HEALPix Primer>. arXiv:astro-ph/9905275
27%
28% K. M. Gorski et al. 2002.
29% <http://articles.adsabs.harvard.edu/cgi-bin/nph-iarticle_query?2002ASPC..281..107G&amp;data_type=PDF_HIGH&amp;whole_paper=YES&amp;type=PRINTER&amp;filetype=.pdf
30% HEALPix - a Framework for High Resolution, Fast Analysis on the Sphere>.
31% In Astronomical Data Analysis Software and Systems XI, Bohlender, D. A.
32% et al. ed. ASP Conference Series Vol 281, pp. 107-111
33%
34% Mark R. Calabrettal and Boudewijn F. Roukema. 2007.
35% <http://dx.doi.org/10.1111/j.1365-2966.2007.12297.x Mapping on the
36% HEALPix grid>. Monthly Notices of the Royal Astronomical Society 381:2
37% pp. 865 - 872.
38%
39% W. O'Mullane et al. 2001. <http://dx.doi.org/10.1007/10849171_84
40% Splitting the Sky - HTM and HEALPix>. In Mining The Sky. Anthony Banday
41% et al., Ed. Anthony ESO Astrophysics Symposia 2001, 638 - 648.
42%
43% L. Nicastro and Calderone, G. 2008.
44% <http://aspbooks.org/custom/publications/paper/394-0487.html Indexing
45% Astronomical Database Tables using HTM and HEALPix>. In Astronomical Data
46% Analysis Software and Systems (ADASS) XVII. A. W. Argle et. al, ed.
47% Astronomical Society of the Pacific Conference Series vol. 394 pp.
48% 486-490.
49
50%% Notices
51% Copyright 2010-2011 Lee Samuel Finn
52% Licensed under the Apache License, Version 2.0 (the "License");
53% you may not use this file except in compliance with the License.
54% You may obtain a copy of the License at
55% <http://www.apache.org/licenses/LICENSE-2.0>
56%
57% Unless required by applicable law or agreed to in writing, software
58% distributed under the License is distributed on an "AS IS" BASIS,
59% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
60% See the License for the specific language governing permissions and
61% limitations under the License.
62
63%%
64% Copyright 2010-2011 Lee Samuel Finn. <mealpix_notices.html Terms of Use>.
Note: See TracBrowser for help on using the repository browser.