name change to libsharp2
This commit is contained in:
parent
eef25f6845
commit
90f63915c2
31 changed files with 221 additions and 208 deletions
|
@ -1,25 +1,25 @@
|
|||
/*
|
||||
* This file is part of libsharp.
|
||||
* This file is part of libsharp2.
|
||||
*
|
||||
* libsharp is free software; you can redistribute it and/or modify
|
||||
* libsharp2 is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* libsharp is distributed in the hope that it will be useful,
|
||||
* libsharp2 is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with libsharp; if not, write to the Free Software
|
||||
* along with libsharp2; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* For more information about HEALPix, see http://healpix.sourceforge.net
|
||||
*/
|
||||
|
||||
/*
|
||||
* libsharp is being developed at the Max-Planck-Institut fuer Astrophysik
|
||||
* libsharp2 is being developed at the Max-Planck-Institut fuer Astrophysik
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -34,8 +34,8 @@
|
|||
#include <complex>
|
||||
#include <string>
|
||||
|
||||
#include "libsharp/sharp_cxx.h"
|
||||
#include "libsharp/sharp_legendre_roots.h"
|
||||
#include "libsharp2/sharp_cxx.h"
|
||||
#include "libsharp2/sharp_legendre_roots.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -169,7 +169,7 @@ a_d_c GL_thetas(int64_t nlat)
|
|||
|
||||
|
||||
const char *pysharp_DS = R"""(
|
||||
Python interface for libsharp
|
||||
Python interface for libsharp2
|
||||
|
||||
All angles are interpreted as radians.
|
||||
The theta coordinate is measured as co-latitude, ranging from 0 (North Pole)
|
||||
|
|
|
@ -59,7 +59,7 @@ def get_extension_modules():
|
|||
|
||||
setup(name='pysharp',
|
||||
version='0.0.1',
|
||||
description='Python bindings for libsharp',
|
||||
description='Python bindings for libsharp2',
|
||||
include_package_data=True,
|
||||
author='Martin Reinecke',
|
||||
author_email='martin@mpa-garching.mpg.de',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue