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

Able to read pha2 files and deal with ARF and RMF not specified in file #25

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Jul 14, 2017

  1. Added np.sum back to RMF.apply_rmf calculation

    eblur committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    fc680d4 View commit details
    Browse the repository at this point in the history
  2. Changed way that init file imported XSpectrum

    eblur committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    4c2298d View commit details
    Browse the repository at this point in the history
  3. Removed data files from git tracking

    eblur committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    9c8a26b View commit details
    Browse the repository at this point in the history
  4. Ignore data files

    eblur committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    7842c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9189243 View commit details
    Browse the repository at this point in the history
  6. Removed np.sum

    eblur committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    ad74bbe View commit details
    Browse the repository at this point in the history
  7. Data no longer ignored

    eblur committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    e7fa7f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Solved merge conflicts

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    afe6293 View commit details
    Browse the repository at this point in the history
  2. Removed some arfs and rmfs from tracking

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    a89c5a4 View commit details
    Browse the repository at this point in the history
  3. First pass at managing arf and rmf headers

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    9004f5d View commit details
    Browse the repository at this point in the history
  4. Fixed spelling in docstring [skip CI]

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    9184cf7 View commit details
    Browse the repository at this point in the history
  5. except, not else

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    8916e6c View commit details
    Browse the repository at this point in the history
  6. Ground work for reading a row from pha2 file

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    9cf34ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94da0d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9aa6e08 View commit details
    Browse the repository at this point in the history
  9. Can now specify arf and rmf files at init

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    91e653a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbd99b8 View commit details
    Browse the repository at this point in the history
  11. Merged changes from autoread_resp

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    a0a371d View commit details
    Browse the repository at this point in the history
  12. merged Spectrum.__init__ conflict

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    4b6f78d View commit details
    Browse the repository at this point in the history
  13. arf and rmf file names resolved

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    afb1249 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e94280 View commit details
    Browse the repository at this point in the history
  15. Fixed typos on case row is None

    eblur committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    567e2e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Tested that arf and rmf are set for pha2 files

    eblur committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    ef8292b View commit details
    Browse the repository at this point in the history
  2. Added some comments

    eblur committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    37cd05c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. First pass at fixing arf and rmf over-ride

    eblur committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    2725b91 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    eblur committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    a5076aa View commit details
    Browse the repository at this point in the history