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

XraySpectrum1D class with loaders #427

Open
wants to merge 94 commits into
base: main
Choose a base branch
from

Commits on May 1, 2018

  1. First pass at XraySpectrum1D

    eblur committed May 1, 2018
    Configuration menu
    Copy the full SHA
    c2e4cbc View commit details
    Browse the repository at this point in the history
  2. Can load an X-ray spectrum

    eblur committed May 1, 2018
    Configuration menu
    Copy the full SHA
    20c8b28 View commit details
    Browse the repository at this point in the history
  3. Added attribute

    eblur committed May 1, 2018
    Configuration menu
    Copy the full SHA
    6ac1c08 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Added ARF and RMF objects

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    4571350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92bd09 View commit details
    Browse the repository at this point in the history
  3. Added exposure input

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7077dc7 View commit details
    Browse the repository at this point in the history
  4. Fixed bugs

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    9c8159d View commit details
    Browse the repository at this point in the history
  5. Updated docstrings

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    fb5f1b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a08d8ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20ee61d View commit details
    Browse the repository at this point in the history
  8. Added apply_resp method

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6cd49f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c08caa View commit details
    Browse the repository at this point in the history
  10. Don't need bin_unit

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    35d0932 View commit details
    Browse the repository at this point in the history
  11. Because pha-file wavelength is in reverse order, the output from appl…

    …y_resp is in correct order. No longer need to check
    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    da39e47 View commit details
    Browse the repository at this point in the history
  12. added save_model_counts option

    eblur committed May 2, 2018
    Configuration menu
    Copy the full SHA
    c5db843 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    291be38 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Hard coded in a rest_value

    eblur committed May 23, 2018
    Configuration menu
    Copy the full SHA
    fcd9e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9349654 View commit details
    Browse the repository at this point in the history
  3. Added unit to rest_value

    eblur committed May 23, 2018
    Configuration menu
    Copy the full SHA
    fe8c1b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c7f27d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Wrote tests

    eblur committed May 24, 2018
    Configuration menu
    Copy the full SHA
    c6f5aaa View commit details
    Browse the repository at this point in the history
  2. Added docstrings

    eblur committed May 24, 2018
    Configuration menu
    Copy the full SHA
    c192935 View commit details
    Browse the repository at this point in the history
  3. Removed scipy dependence

    eblur committed May 24, 2018
    Configuration menu
    Copy the full SHA
    3314f7d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Spelled out acronyms, link to edu materials

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    801e3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dff316 View commit details
    Browse the repository at this point in the history
  3. corrected typos

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    cdf3373 View commit details
    Browse the repository at this point in the history
  4. Removing superfluous returns and pass

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    2e4724c View commit details
    Browse the repository at this point in the history
  5. Catch ValueError

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    a8a8245 View commit details
    Browse the repository at this point in the history
  6. Spelled out ARF and RMF class names

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5d4d52c View commit details
    Browse the repository at this point in the history
  7. updated docstring

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    a297c45 View commit details
    Browse the repository at this point in the history
  8. Updated tests

    eblur committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    86f4a3b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. initialize attributes to None before loading from file

    Lia Corrales committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    769c923 View commit details
    Browse the repository at this point in the history
  2. save filename attribute for attempting load function

    Lia Corrales committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    a89af6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e27a0cd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    7cf979f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccad80e View commit details
    Browse the repository at this point in the history
  3. First pass at XraySpectrum1D

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    dfb9475 View commit details
    Browse the repository at this point in the history
  4. Can load an X-ray spectrum

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    2fa2142 View commit details
    Browse the repository at this point in the history
  5. Added attribute

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    0f37ccd View commit details
    Browse the repository at this point in the history
  6. Added ARF and RMF objects

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    56612ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7303e7 View commit details
    Browse the repository at this point in the history
  8. Added exposure input

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    003b636 View commit details
    Browse the repository at this point in the history
  9. Fixed bugs

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    ce4349e View commit details
    Browse the repository at this point in the history
  10. Updated docstrings

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    753ab5e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f195e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67493c5 View commit details
    Browse the repository at this point in the history
  13. Added apply_resp method

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    7974939 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f54eae View commit details
    Browse the repository at this point in the history
  15. Don't need bin_unit

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    5eded3d View commit details
    Browse the repository at this point in the history
  16. Because pha-file wavelength is in reverse order, the output from appl…

    …y_resp is in correct order. No longer need to check
    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    6705068 View commit details
    Browse the repository at this point in the history
  17. added save_model_counts option

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    80d559d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    73535d9 View commit details
    Browse the repository at this point in the history
  19. Hard coded in a rest_value

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    e9be109 View commit details
    Browse the repository at this point in the history
  20. Added unit to rest_value

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    baa613c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    56b4c1a View commit details
    Browse the repository at this point in the history
  22. Wrote tests

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    afb6333 View commit details
    Browse the repository at this point in the history
  23. Added docstrings

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    a15b101 View commit details
    Browse the repository at this point in the history
  24. Removed scipy dependence

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4ba7b58 View commit details
    Browse the repository at this point in the history
  25. Spelled out acronyms, link to edu materials

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    f5a996a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eed588c View commit details
    Browse the repository at this point in the history
  27. corrected typos

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    0fa3718 View commit details
    Browse the repository at this point in the history
  28. Removing superfluous returns and pass

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    aa45811 View commit details
    Browse the repository at this point in the history
  29. Catch ValueError

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    674ae64 View commit details
    Browse the repository at this point in the history
  30. Spelled out ARF and RMF class names

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    029f8ab View commit details
    Browse the repository at this point in the history
  31. updated docstring

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    2590b7a View commit details
    Browse the repository at this point in the history
  32. Updated tests

    eblur authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    f6b66f5 View commit details
    Browse the repository at this point in the history
  33. initialize attributes to None before loading from file

    Lia Corrales authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4111295 View commit details
    Browse the repository at this point in the history
  34. save filename attribute for attempting load function

    Lia Corrales authored and eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    8a1aa62 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4afde8f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5ec1428 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    90f8ad6 View commit details
    Browse the repository at this point in the history
  38. attempting to fix docstrings

    eblur committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    fa80d24 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f14e9af View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    eecce75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdc5a41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fef5b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b4b945 View commit details
    Browse the repository at this point in the history
  5. first pass at hetg loader

    eblur committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    fd052cd View commit details
    Browse the repository at this point in the history
  6. fixed typo

    eblur committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    7cc6af6 View commit details
    Browse the repository at this point in the history
  7. it runs in my test notebook

    eblur committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    ee33c64 View commit details
    Browse the repository at this point in the history
  8. updated docstrings

    eblur committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    227520d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66173d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e814f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    1edf177 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. now possible to make custom RMF

    eblur committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    fe052a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3455c View commit details
    Browse the repository at this point in the history
  3. Added unit to arf exposure time

    eblur committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0d9ce50 View commit details
    Browse the repository at this point in the history
  4. updated docstring

    eblur committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    9d52562 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c760cf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    2929b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462c7fb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. dont need os module

    eblur committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    b00601c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. fixed calls to ARF and RMF

    eblur committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    f137c02 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. removed rest value keyword

    eblur committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    4225836 View commit details
    Browse the repository at this point in the history