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

Add cube background model class #299

Merged
merged 41 commits into from
Jul 21, 2015
Merged

Commits on Jul 16, 2015

  1. Configuration menu
    Copy the full SHA
    da31a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc4b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669fa7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60ba955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55d830e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f234956 View commit details
    Browse the repository at this point in the history
  7. Using fixed bg cube model test file: it had a problem with spatial un…

    …its, they were missing.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    a69eec7 View commit details
    Browse the repository at this point in the history
  8. Removing test file for bg cube model "data/bg_test.fits". It will be …

    …stored in the "gammapy-extra" repo under "gammapy-extra/test_datasets/background/bg_cube_model_test.fits".
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    f95ce78 View commit details
    Browse the repository at this point in the history
  9. Fixed tests for CubeBackgroundModel: now using remote file located in…

    … gammapy-extra repo in test_datasets.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    08f8f94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fc3b3d View commit details
    Browse the repository at this point in the history
  11. In CubeBackgroundModel class: separating det bins in detx and dety bi…

    …ns, in case of asymmetric binning.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    4a8edca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34bd56d View commit details
    Browse the repository at this point in the history
  13. In CubeBackgroundModel class: added from_fits/to_fits methods, and ma…

    …ke read/write functions use them.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    755613e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68a5f8a View commit details
    Browse the repository at this point in the history
  15. CubeBackgroundModel class: added a to_astropy_table method independen…

    …t from the to_fits method.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    73ef7ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd48762 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a611657 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24e1eeb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ed2212b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    04d2161 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8884432 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6aed98a View commit details
    Browse the repository at this point in the history
  23. CubeBackgroundModel class: unified read/write methods for all formats…

    …; cleaned plot methods (removed the many plots mosaics).
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    87de32f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    36de8b1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    74b8088 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0f59c97 View commit details
    Browse the repository at this point in the history
  27. Added methods and tests for reading/writing CubeBackgroundModel class…

    … objects using a fits image.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    b088740 View commit details
    Browse the repository at this point in the history
  28. Adding sphinx doc for the BACKGROUND_3D format and its container clas…

    …s, CubeBackgroundModel.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    abaf21b View commit details
    Browse the repository at this point in the history
  29. Added figure-closing mechanism to plotting functions in CubeBackgroun…

    …dModel class to avoid annoying white canvases appearing.
    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    d785995 View commit details
    Browse the repository at this point in the history
  30. Fixed sphinx link problem.

    mapazarr committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    310da5e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    99b8a44 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c6acd57 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6b846c9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5cb8031 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Added function to produce test cube bg models: make_test_bg_cube_mode…

    …l. Corrected index order, when calling CubeBackgroundModel.background cube data.
    mapazarr committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    b7d1750 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Addressing small issues from code review in PR gammapy#299 (CubeBackg…

    …roundModel class).
    mapazarr committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    f092d1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da2895 View commit details
    Browse the repository at this point in the history
  3. Minor docs corrections.

    mapazarr committed Jul 20, 2015
    Configuration menu
    Copy the full SHA
    e908a92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546f175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fcd49b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bc684d View commit details
    Browse the repository at this point in the history