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

power spectrum pipeline v1 #151

Merged
merged 67 commits into from
Jul 18, 2018
Merged

power spectrum pipeline v1 #151

merged 67 commits into from
Jul 18, 2018

Commits on Jul 15, 2018

  1. modified: hera_pspec/utils.py

    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    92d405d View commit details
    Browse the repository at this point in the history
  2. modified: hera_pspec/utils.py

    	modified:   setup.py
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f9a3221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b25135 View commit details
    Browse the repository at this point in the history
  4. updated pspec_run for better handling of dset loading

    and new PspecData capabilities
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    c49b815 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21e5662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2580f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b506dc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f551d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16e11c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de17dbd View commit details
    Browse the repository at this point in the history
  11. modified: hera_pspec/utils.py

    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    7b72dab View commit details
    Browse the repository at this point in the history
  12. modified: hera_pspec/utils.py

    	modified:   setup.py
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f92afaa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7cc80b5 View commit details
    Browse the repository at this point in the history
  14. updated pspec_run for better handling of dset loading

    and new PspecData capabilities
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    0bfdb3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1481fea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0bfa626 View commit details
    Browse the repository at this point in the history
  17. fixed lots of PEP8 from analytic error PR. also fixed bug from analyt…

    …ic err PR
    
    where cov_array was not being propagated to pspec_run, and also wasn't being
    loaded when read_from_group was called. added tests to check for these issues.
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    bd271f0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cb65021 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    83b7354 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d7dcd25 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    eee28fe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c594113 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1a6599f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9dcfac3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dfee5b4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0fee18e View commit details
    Browse the repository at this point in the history
  27. modified: hera_pspec/utils.py

    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    d61ed7c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    18f771e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2d5025e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5532b4b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    80a39d1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2637986 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    522ccf3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ede6776 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c71488f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    678bf45 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0c06c85 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d173abb View commit details
    Browse the repository at this point in the history
  39. modified: pspec_batch.sh

    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    d00a02a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b773cd3 View commit details
    Browse the repository at this point in the history
  41. added utils.job_monitor

    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    021d4d1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fe8e80a View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8df153c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    950b9c6 View commit details
    Browse the repository at this point in the history
  45. modified: ../utils.py

    	modified:   ../../pipelines/idr2_preprocessing/preprocess_data.py
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    13e1e74 View commit details
    Browse the repository at this point in the history
  46. added utils.job_monitor tests

    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    f5fabaf View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e146994 View commit details
    Browse the repository at this point in the history
  48. updates to container.merge_spectra

    	modified:   hera_pspec/container.py
    	modified:   pipelines/pspec_pipeline/pspec_pipe.py
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    907ad36 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    19eb814 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7b0c88e View commit details
    Browse the repository at this point in the history
  51. modified: pipelines/pspec_pipeline/pspec_batch.sh

    	modified:   pipelines/pspec_pipeline/pspec_pipe.py
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    cd9f616 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1d6e89a View commit details
    Browse the repository at this point in the history
  53. rebase leftovers

    more rebase leftovers
    nkern committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    4e937f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. added stats_array to bootstrap_resample_error and fixed bug

    in uvpspec.combine_uvpspec when concat across blpts
    nkern committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    45029b7 View commit details
    Browse the repository at this point in the history
  2. pep8 and docstrings

    nkern committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    46713e1 View commit details
    Browse the repository at this point in the history
  3. modified: pipelines/pspec_pipeline/pspec_pipe.py

    	modified:   pipelines/pspec_pipeline/pspec_pipe.yaml
    nkern committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    ae909de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a61a22 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    e959298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0803aef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23356b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. fixed tests in test_pspecdata

    nkern committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    a9a6907 View commit details
    Browse the repository at this point in the history
  2. enforced numpy>=1.14 in travis

    nkern committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    1ac9da4 View commit details
    Browse the repository at this point in the history
  3. specified numpy=1.14 in travis

    nkern committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4379c81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0445648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    261c986 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ea5f11 View commit details
    Browse the repository at this point in the history
  7. modified: .travis.yml

    nkern committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    26efa40 View commit details
    Browse the repository at this point in the history