Skip to content

Commit 175120a

Browse files
committed
Added new tag 1.0b1 as copy of latest trunk.
2 parents 9b68af2 + 4985105 commit 175120a

22 files changed

+150
-81
lines changed

README

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
2+
FLAGLET CODE
3+
http://www.flaglets.org
4+
Fast and exact wavelet transform on the ball
5+
----------------------------------------------------------------
6+
7+
DESCRIPTION
8+
The FLAGLET code provides functionality to perform fast and exact
9+
wavelet transform on the ball.
10+
11+
VERSION
12+
Release 1.0b1, November 2012
13+
14+
AUTHORS
15+
B. Leistedt (www.ixkael.com/blog)
16+
J. D. McEwen (www.jasonmcewen.org)
17+
18+
REFERENCES
19+
B. Leistedt and J. D. McEwen,
20+
Exact Wavelets on the Ball,
21+
IEEE Trans. Sig. Proc., 60, 2012 (arXiv:1205.0792)
22+
23+
B. Leistedt, Y. Wiaux, P. Vandergheynst and J. D. McEwen,
24+
S2LET: A code to perform fast wavelet analysis on the sphere,
25+
Astronomy & Astrophysics, 2012 (arXiv:1211.1680)
26+
27+
J. D. McEwen and Y. Wiaux, A novel sampling theorem on the
28+
sphere, IEEE Trans. Sig. Proc., 59, 2011 (arXiv:1110.6298).
29+
30+
DOCUMENTATION
31+
See doc/index.html
32+
33+
INSTALLATION
34+
See documentation
35+
36+
REQUIREMENTS
37+
FLAG (http://www.mrao.cam.ac.uk/~jdm57/flag)
38+
S2LET (http://www.s2let.org)
39+
SSHT (http://www.mrao.cam.ac.uk/~jdm57/ssht/index.html)
40+
FFTW (http://www.fftw.org/)
41+
42+
DOWNLOAD
43+
http://www.flaglets.org
44+
45+
SUPPORT
46+
Please email the authors.
47+
48+
NOTE
49+
The package is in beta and is still under development.
50+
Please report problems/bugs by email to: boris.leistedt@gmail.com
51+
52+
LICENSE
53+
FLAGLET package to perform fast wavelet transform on the sphere<br>
54+
Copyright (C) 2012 Boris Leistedt & Jason McEwen
55+
56+
This program is free software; you can redistribute it and/or
57+
modify it under the terms of the GNU General Public License
58+
as published by the Free Software Foundation; either version 2
59+
of the License, or (at your option) any later version.
60+
61+
This program is distributed in the hope that it will be useful,
62+
but WITHOUT ANY WARRANTY; without even the implied warranty of
63+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64+
GNU General Public License for more details (LICENSE.txt).
65+
66+
You should have received a copy of the GNU General Public License
67+
along with this program; if not, write to the Free Software
68+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
69+
MA 02110-1301, USA.

doc/c/files.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: File List</title>
6+
<title>FLAGLET: File List</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -105,7 +105,7 @@
105105

106106

107107
<hr class="footer"/><address class="footer"><small>
108-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
108+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
109109
<img class="footer" src="doxygen.png" alt="doxygen"/>
110110
</a> 1.7.6.1
111111
</small></address>

doc/c/flaglet_8h.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: include/flaglet.h File Reference</title>
6+
<title>FLAGLET: include/flaglet.h File Reference</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -183,7 +183,7 @@
183183

184184

185185
<hr class="footer"/><address class="footer"><small>
186-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
186+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
187187
<img class="footer" src="doxygen.png" alt="doxygen"/>
188188
</a> 1.7.6.1
189189
</small></address>

doc/c/flaglet_8h_source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: include/flaglet.h Source File</title>
6+
<title>FLAGLET: include/flaglet.h Source File</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -107,7 +107,7 @@
107107

108108

109109
<hr class="footer"/><address class="footer"><small>
110-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
110+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
111111
<img class="footer" src="doxygen.png" alt="doxygen"/>
112112
</a> 1.7.6.1
113113
</small></address>

doc/c/flaglet__about_8c.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: src/main/c/flaglet_about.c File Reference</title>
6+
<title>FLAGLET: src/main/c/flaglet_about.c File Reference</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -141,7 +141,7 @@
141141

142142

143143
<hr class="footer"/><address class="footer"><small>
144-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
144+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
145145
<img class="footer" src="doxygen.png" alt="doxygen"/>
146146
</a> 1.7.6.1
147147
</small></address>

doc/c/flaglet__about_8c_source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: src/main/c/flaglet_about.c Source File</title>
6+
<title>FLAGLET: src/main/c/flaglet_about.c Source File</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -118,7 +118,7 @@
118118

119119

120120
<hr class="footer"/><address class="footer"><small>
121-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
121+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
122122
<img class="footer" src="doxygen.png" alt="doxygen"/>
123123
</a> 1.7.6.1
124124
</small></address>

doc/c/flaglet__axisym_8c.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: src/main/c/flaglet_axisym.c File Reference</title>
6+
<title>FLAGLET: src/main/c/flaglet_axisym.c File Reference</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -2173,7 +2173,7 @@
21732173

21742174

21752175
<hr class="footer"/><address class="footer"><small>
2176-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
2176+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
21772177
<img class="footer" src="doxygen.png" alt="doxygen"/>
21782178
</a> 1.7.6.1
21792179
</small></address>

doc/c/flaglet__axisym_8c_source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: src/main/c/flaglet_axisym.c Source File</title>
6+
<title>FLAGLET: src/main/c/flaglet_axisym.c Source File</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -766,7 +766,7 @@
766766

767767

768768
<hr class="footer"/><address class="footer"><small>
769-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
769+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
770770
<img class="footer" src="doxygen.png" alt="doxygen"/>
771771
</a> 1.7.6.1
772772
</small></address>

doc/c/flaglet__axisym_8h.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: include/flaglet_axisym.h File Reference</title>
6+
<title>FLAGLET: include/flaglet_axisym.h File Reference</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -2167,7 +2167,7 @@
21672167

21682168

21692169
<hr class="footer"/><address class="footer"><small>
2170-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
2170+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
21712171
<img class="footer" src="doxygen.png" alt="doxygen"/>
21722172
</a> 1.7.6.1
21732173
</small></address>

doc/c/flaglet__axisym_8h_source.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6-
<title>B3LET: include/flaglet_axisym.h Source File</title>
6+
<title>FLAGLET: include/flaglet_axisym.h Source File</title>
77

88
<link href="tabs.css" rel="stylesheet" type="text/css"/>
99
<link href="doxygen.css" rel="stylesheet" type="text/css" />
@@ -27,10 +27,10 @@
2727

2828

2929
<td style="padding-left: 0.5em;">
30-
<div id="projectname">B3LET
30+
<div id="projectname">FLAGLET
3131
&#160;<span id="projectnumber">1.0b1</span>
3232
</div>
33-
<div id="projectbrief">Exact wavelets on the solid sphere</div>
33+
<div id="projectbrief">Exact wavelets on the ball</div>
3434
</td>
3535

3636

@@ -138,7 +138,7 @@
138138

139139

140140
<hr class="footer"/><address class="footer"><small>
141-
Generated on Fri Nov 9 2012 11:11:09 for B3LET by &#160;<a href="http://www.doxygen.org/index.html">
141+
Generated on Fri Nov 9 2012 11:22:55 for FLAGLET by &#160;<a href="http://www.doxygen.org/index.html">
142142
<img class="footer" src="doxygen.png" alt="doxygen"/>
143143
</a> 1.7.6.1
144144
</small></address>

0 commit comments

Comments
 (0)