Skip to content

Commit

Permalink
Moving akebono, barrel, and cluster to the projects directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Aug 23, 2024
1 parent eb56e76 commit 36de357
Show file tree
Hide file tree
Showing 46 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyspedas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@

# Make mission-specific namespaces available under pyspedas
from .projects import ace
from . import akebono
from . import barrel
from . import cluster
from .projects import akebono
from .projects import barrel
from .projects import cluster
from . import cnofs
from . import csswe
from . import de2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os
from pathlib import Path
from typing import List
from pyspedas.cluster.config import CONFIG
from .config import CONFIG


def cl_master_datatypes():
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import unittest
from pytplot import data_exists, del_data, tplot_names, tplot
import pyspedas
from pyspedas.cluster.load_csa import cl_master_probes, cl_master_datatypes
from pyspedas.projects.cluster.load_csa import cl_master_probes, cl_master_datatypes



Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 36de357

Please sign in to comment.