Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions imap_processing/_version.py

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this file updates though :)

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These version placeholders will be replaced later during substitution.
__version__ = "1.0.35.post11.dev0+ed24bc01"
__version_tuple__ = (1, 0, 35, "post11", "dev0", "ed24bc01")
__version__ = "0.0.0.post2.dev0+fa037d1"
__version_tuple__ = (0, 0, 0, "post2", "dev0", "fa037d1")
4 changes: 4 additions & 0 deletions imap_processing/cdf/config/imap_swe_l2_variable_attrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ phase_space_density_spin_sector:

phase_space_density:
CATDESC: Phase space density organized by energy (eV), spin angle, CEM angle
DELTA_MINUS_VAR: psd_stat_uncert
DELTA_PLUS_VAR: psd_stat_uncert
DEPEND_0: epoch
DEPEND_1: energy
DEPEND_2: inst_az
Expand Down Expand Up @@ -206,6 +208,8 @@ flux_spin_sector:

flux:
CATDESC: Number flux organized by energy (eV), spin angle, CEM angle
DELTA_MINUS_VAR: flux_stat_uncert
DELTA_PLUS_VAR: flux_stat_uncert
DEPEND_0: epoch
DEPEND_1: energy
DEPEND_2: inst_az
Expand Down
Loading