Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate data loaded by MAVEN sta() (STATIC) load routine, to see if it's possible to write a mvn_part_products routine around it #917

Open
jameswilburlewis opened this issue Jul 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request MAVEN particles

Comments

@jameswilburlewis
Copy link
Contributor

I've changed the sta() load routine so that if no datatype is specified, it loads all available data. There are quite a few variables that seem to have angle and energy tables (and hopefully the actual distribution data), so maybe there's enough there for us to make moments, spectrograms, slices, etc.

Here's a sample call from our test suite:

    def test_load_sta_data(self):
        del_data("*")
        # No datatype means "load everything"
        data = maven.sta()
        self.assertTrue(data_exists("hkp_raw_2a-hkp"))
        self.assertTrue(data_exists("hkp_2a-hkp"))
        self.assertTrue(data_exists("data_d0-32e4d16a8m"))
        self.assertTrue(data_exists("theta_d1-32e4d16a8m"))
        time.sleep(sleep_time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MAVEN particles
Projects
None yet
Development

No branches or pull requests

3 participants