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:
392 bytes
|
Rev | Line | |
---|
[25367] | 1 | %% nSide2res
|
---|
| 2 | % Determine angular resolution of a HEALPix map
|
---|
| 3 |
|
---|
| 4 | %% Syntax
|
---|
| 5 | % angres = nSide2res(nSide)
|
---|
| 6 |
|
---|
| 7 | %% Input Arguments
|
---|
| 8 | % nSide HEALPix resolution parameter (may be an array)
|
---|
| 9 |
|
---|
| 10 | %% Return Arguments
|
---|
| 11 | % angres Angular resolution in arcsec
|
---|
| 12 |
|
---|
| 13 | %% Example
|
---|
| 14 | nSide = 2.^(8:12);
|
---|
| 15 | nSide2res(nSide)
|
---|
| 16 |
|
---|
| 17 | %% See also
|
---|
| 18 | % res2nSide
|
---|
| 19 |
|
---|
| 20 | %%
|
---|
| 21 | % Copyright 2010-2011 Lee Samuel Finn. <mealpix_notices.html Terms of Use>. |
---|
Note:
See
TracBrowser
for help on using the repository browser.