Skip to content

Commit

Permalink
removed unneeded config
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Nov 18, 2024
1 parent 08501b4 commit 5e05673
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions padre_meddea/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@
print_config,
)

# Load user configuration
config = swxsoc_config
config["mission"]["mission_name"] = "padre"
config["mission"]["file_extension"] = ".fits"
config["mission"]["inst_names"] = ["meddea", "sharp"]
config["mission"]["inst_fullnames"] = [
"Measuring Directivity to Determine Electron Anisotropy",
"sharp",
]
config["mission"]["inst_to_shortname"] = {"meddea": "meddea", "sharp": "sharp"}


log = swxsoc_log

# Then you can be explicit to control what ends up in the namespace,
Expand Down

0 comments on commit 5e05673

Please sign in to comment.