Skip to content

Commit

Permalink
renaming is simple solution to reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimhamane committed Jan 13, 2024
1 parent a3f51c4 commit 4854ea1
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 132 deletions.
Binary file modified dist/pyshbundle-0.1.1.tar.gz
Binary file not shown.
262 changes: 133 additions & 129 deletions notebooks/visualizations.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyshbundle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
from .neumann import neumann
from .new_io import clm2cs_new, read_jpl, parse_jpl_header, parse_jpl_data, parse_lines, read_csr, find_word, parse_csr_header, parse_csr_data, read_itsg, parse_itsg_header, parse_itsg_data, read_tn13, parse_tn13_header, parse_tn13_data, read_tn14, parse_tn14_header, parse_tn14_data, find_date_in_replacemnt_file, extract_C10_11_replcmnt_coeff, extract_C20_replcmnt_coeff, extract_C30_replcmnt_coeff, replace_zonal_coeff, klm2sc_new, sub2ind, cklm2sc_new, check_format
from .normalklm import normalklm
from .phase_calc import PhaseCalc
from .Phase_calc import PhaseCalc
from .plm import PLM, secrecur, lrecur, derivALF
# from .pyshbundle import
from .read_GRACE_SH_paths import read_GRACE_SH_paths
Expand Down
4 changes: 2 additions & 2 deletions pyshbundle/visualisation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import pyshbundle
from pyshbundle.clm2cs import clm2cs, clm2cs_new
from pyshbundle.sc2cs import sc2cs
from pyshbundle.plm import plm as PLM
from pyshbundle.gshs import gshs as GSHS
from pyshbundle.plm import PLM
from pyshbundle.gshs import GSHS

def sc_triplot(scmat: np.ndarray, lmax: int, title: str, vmin, vmax):
"""Visualize the SH coeff. in /S|C\ triangular matrix format
Expand Down

0 comments on commit 4854ea1

Please sign in to comment.