-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.1.0: Initial release of the FluxCompensator
- Loading branch information
0 parents
commit 0288e95
Showing
213 changed files
with
79,204 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
0.1.0 (2017-06-22) | ||
------------------ | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Metadata-Version: 1.0 | ||
Name: FluxCompensator | ||
Version: 0.1.0 | ||
Summary: Create "realistic" synthetic observations from continuum radiative transfer simulations making those directly comparable to real observations. | ||
Home-page: UNKNOWN | ||
Author: Christine Maria Koepferl and Thomas Robitaille | ||
Author-email: [email protected] | ||
License: LICENSE.txt | ||
Description: UNKNOWN | ||
Platform: UNKNOWN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
CHANGES.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
setup.py | ||
FluxCompensator.egg-info/PKG-INFO | ||
FluxCompensator.egg-info/SOURCES.txt | ||
FluxCompensator.egg-info/dependency_links.txt | ||
FluxCompensator.egg-info/requires.txt | ||
FluxCompensator.egg-info/top_level.txt | ||
docs/Makefile | ||
docs/conf.py | ||
docs/index.rst | ||
docs/FCobjects/objects.rst | ||
docs/advanced/contens_api.rst | ||
docs/advanced/sorted_by_alphabet.rst | ||
docs/advanced/sorted_by_type.rst | ||
docs/api/fluxcompensator.cube.SyntheticCube.rst | ||
docs/api/fluxcompensator.database.compact_pipeline.CompactPipeline.rst | ||
docs/api/fluxcompensator.database.missions.herschel.rst | ||
docs/api/fluxcompensator.database.missions.irac.rst | ||
docs/api/fluxcompensator.database.missions.iras.rst | ||
docs/api/fluxcompensator.database.missions.mips.rst | ||
docs/api/fluxcompensator.database.missions.pacs.rst | ||
docs/api/fluxcompensator.database.missions.spire.rst | ||
docs/api/fluxcompensator.database.missions.spitzer.rst | ||
docs/api/fluxcompensator.database.missions.twomass.rst | ||
docs/api/fluxcompensator.database.missions.wise.rst | ||
docs/api/fluxcompensator.filter.Filter.rst | ||
docs/api/fluxcompensator.flux.SyntheticFlux.rst | ||
docs/api/fluxcompensator.image.SyntheticImage.rst | ||
docs/api/fluxcompensator.interface.Interface2FITS.rst | ||
docs/api/fluxcompensator.psf.FilePSF.rst | ||
docs/api/fluxcompensator.psf.FunctionPSF.rst | ||
docs/api/fluxcompensator.psf.GaussianPSF.rst | ||
docs/api/fluxcompensator.sed.SyntheticSED.rst | ||
docs/api/fluxcompensator.utils.fieldstars.rst | ||
docs/api/fluxcompensator.utils.one_filter.OneFilter.rst | ||
docs/api/fluxcompensator.utils.plot.MakePlots.rst | ||
docs/api/fluxcompensator.utils.plot_filters.PlotFilters.rst | ||
docs/api/fluxcompensator.utils.pseudo.Pseudo.rst | ||
docs/api/fluxcompensator.utils.resolution.ConservingZoom.rst | ||
docs/api/fluxcompensator.utils.tools.rst | ||
docs/api/fluxcompensator.utils.units.ConvertUnits.rst | ||
docs/built-in/build.rst | ||
docs/built-in/compact_pipeline.rst | ||
docs/built-in/database.rst | ||
docs/built-in/interfaces.rst | ||
docs/gallery/Fieldstars.png | ||
docs/gallery/all_bands_ds9.pdf | ||
docs/gallery/fc.png | ||
docs/gallery/gallery.rst | ||
docs/media/.DS_Store | ||
docs/media/ds9_screenshot.png | ||
docs/media/logo.ico | ||
docs/media/output.fits | ||
docs/media/test_cube_image_ext_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_filter_set_cut_1.00e-14_9.40e-13_2.5_500.0.png | ||
docs/media/test_cube_image_init_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_noise_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_plot_multi_cut_46.42_68.13.png | ||
docs/media/test_cube_image_plot_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_plot_single_cut_80.0%_46.42_68.13.png | ||
docs/media/test_cube_image_psf_file_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_psf_func_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_psf_gauss_set_cut_1.00e-14_9.40e-13_46.42_68.13.png | ||
docs/media/test_cube_image_zoom_set_cut_1.00e-13_9.40e-12_46.42_68.13.png | ||
docs/media/test_cube_process-output_FR-PACS1-rebin.png | ||
docs/media/test_cube_process-output_SC-noise.fits | ||
docs/media/test_cube_process-output_SF-PACS1.png | ||
docs/media/test_cube_process-output_SS-multi-filter.png | ||
docs/outputs/fits.rst | ||
docs/outputs/image_plot.rst | ||
docs/outputs/output.rst | ||
docs/outputs/sed_plot.rst | ||
docs/pipeline/FilePSF.rst | ||
docs/pipeline/FunctionPSF.rst | ||
docs/pipeline/GaussianPSF.rst | ||
docs/pipeline/example.rst | ||
docs/pipeline/extinction.rst | ||
docs/pipeline/filter.rst | ||
docs/pipeline/noise.rst | ||
docs/pipeline/psf.rst | ||
docs/pipeline/resolution.rst | ||
docs/pipeline/virtual_pipeline.rst | ||
docs/postprocessing/mag.rst | ||
docs/postprocessing/post.rst | ||
docs/postprocessing/rough.rst | ||
docs/postprocessing/total.rst | ||
docs/setup/cube.rst | ||
docs/setup/sed.rst | ||
docs/setup/setup.rst | ||
docs/tutorials/add_to_real_obs.rst | ||
docs/tutorials/multi_filter.rst | ||
docs/tutorials/tutor.rst | ||
fluxcompensator/__init__.py | ||
fluxcompensator/cube.py | ||
fluxcompensator/filter.py | ||
fluxcompensator/flux.py | ||
fluxcompensator/image.py | ||
fluxcompensator/interface.py | ||
fluxcompensator/psf.py | ||
fluxcompensator/sed.py | ||
fluxcompensator/database/__init__.py | ||
fluxcompensator/database/compact_pipeline.py | ||
fluxcompensator/database/extinction/__init__.py | ||
fluxcompensator/database/extinction/extinction_law.txt | ||
fluxcompensator/database/fieldstars/__init__.py | ||
fluxcompensator/database/fieldstars/field_stars.txt | ||
fluxcompensator/database/missions/__init__.py | ||
fluxcompensator/database/missions/herschel.py | ||
fluxcompensator/database/missions/irac.py | ||
fluxcompensator/database/missions/iras.py | ||
fluxcompensator/database/missions/mips.py | ||
fluxcompensator/database/missions/pacs.py | ||
fluxcompensator/database/missions/spire.py | ||
fluxcompensator/database/missions/spitzer.py | ||
fluxcompensator/database/missions/twomass.py | ||
fluxcompensator/database/missions/wise.py | ||
fluxcompensator/database/missions/PSF/PSF_blue_slope-1_small.fits | ||
fluxcompensator/database/missions/PSF/PSF_green_slope-1_small.fits | ||
fluxcompensator/database/missions/PSF/PSF_red_slope-1_small.fits | ||
fluxcompensator/database/missions/PSF/__init__.py | ||
fluxcompensator/database/missions/PSF/irac_ch1_flight.fits | ||
fluxcompensator/database/missions/PSF/irac_ch2_flight.fits | ||
fluxcompensator/database/missions/PSF/irac_ch3_flight.fits | ||
fluxcompensator/database/missions/PSF/irac_ch4_flight.fits | ||
fluxcompensator/database/missions/PSF/mips_160_100K.fits | ||
fluxcompensator/database/missions/PSF/mips_160_10K.fits | ||
fluxcompensator/database/missions/PSF/mips_160_25K.fits | ||
fluxcompensator/database/missions/PSF/mips_160_3000K.fits | ||
fluxcompensator/database/missions/PSF/mips_160_50K.fits | ||
fluxcompensator/database/missions/PSF/mips_160_75K.fits | ||
fluxcompensator/database/missions/PSF/mips_24_100K.fits | ||
fluxcompensator/database/missions/PSF/mips_24_10K.fits | ||
fluxcompensator/database/missions/PSF/mips_24_25K.fits | ||
fluxcompensator/database/missions/PSF/mips_24_3000K.fits | ||
fluxcompensator/database/missions/PSF/mips_24_50K.fits | ||
fluxcompensator/database/missions/PSF/mips_24_75K.fits | ||
fluxcompensator/database/missions/PSF/mips_70_100K.fits | ||
fluxcompensator/database/missions/PSF/mips_70_10K.fits | ||
fluxcompensator/database/missions/PSF/mips_70_25K.fits | ||
fluxcompensator/database/missions/PSF/mips_70_3000K.fits | ||
fluxcompensator/database/missions/PSF/mips_70_50K.fits | ||
fluxcompensator/database/missions/PSF/mips_70_75K.fits | ||
fluxcompensator/database/missions/PSF/theoretical_spire_beam_model_plw_V0_2.fits | ||
fluxcompensator/database/missions/PSF/theoretical_spire_beam_model_pmw_V0_2.fits | ||
fluxcompensator/database/missions/PSF/theoretical_spire_beam_model_psw_V0_2.fits | ||
fluxcompensator/database/missions/filter/H.txt | ||
fluxcompensator/database/missions/filter/IRAC1.txt | ||
fluxcompensator/database/missions/filter/IRAC2.txt | ||
fluxcompensator/database/missions/filter/IRAC3.txt | ||
fluxcompensator/database/missions/filter/IRAC4.txt | ||
fluxcompensator/database/missions/filter/IRAS1.txt | ||
fluxcompensator/database/missions/filter/IRAS2.txt | ||
fluxcompensator/database/missions/filter/IRAS3.txt | ||
fluxcompensator/database/missions/filter/IRAS4.txt | ||
fluxcompensator/database/missions/filter/J.txt | ||
fluxcompensator/database/missions/filter/K.txt | ||
fluxcompensator/database/missions/filter/MIPS1.txt | ||
fluxcompensator/database/missions/filter/MIPS2.txt | ||
fluxcompensator/database/missions/filter/MIPS3.txt | ||
fluxcompensator/database/missions/filter/PACS1.txt | ||
fluxcompensator/database/missions/filter/PACS2.txt | ||
fluxcompensator/database/missions/filter/PACS3.txt | ||
fluxcompensator/database/missions/filter/SPIRE1.txt | ||
fluxcompensator/database/missions/filter/SPIRE2.txt | ||
fluxcompensator/database/missions/filter/SPIRE3.txt | ||
fluxcompensator/database/missions/filter/WISE1.txt | ||
fluxcompensator/database/missions/filter/WISE2.txt | ||
fluxcompensator/database/missions/filter/WISE3.txt | ||
fluxcompensator/database/missions/filter/WISE4.txt | ||
fluxcompensator/database/missions/filter/__init__.py | ||
fluxcompensator/tests/.coverage | ||
fluxcompensator/tests/B5_class2_45.rtout | ||
fluxcompensator/tests/IRAC1.txt | ||
fluxcompensator/tests/IRAC2.txt | ||
fluxcompensator/tests/IRAC3.txt | ||
fluxcompensator/tests/IRAC4.txt | ||
fluxcompensator/tests/MIPS1.txt | ||
fluxcompensator/tests/__init__.py | ||
fluxcompensator/tests/__init__.pyc | ||
fluxcompensator/tests/extinction_law.txt | ||
fluxcompensator/tests/extinction_law_reversed.txt | ||
fluxcompensator/tests/hyperion_output.rtout | ||
fluxcompensator/tests/mips_24_100K.fits | ||
fluxcompensator/tests/pacs70.fits | ||
fluxcompensator/tests/stars.txt | ||
fluxcompensator/tests/test_cube.py | ||
fluxcompensator/tests/test_docs.py | ||
fluxcompensator/tests/test_filter.py | ||
fluxcompensator/tests/test_flux.py | ||
fluxcompensator/tests/test_image.py | ||
fluxcompensator/tests/test_master.py | ||
fluxcompensator/tests/test_one_filter.py | ||
fluxcompensator/tests/test_pipeline.py | ||
fluxcompensator/tests/test_plot.py | ||
fluxcompensator/tests/test_plot_filters.py | ||
fluxcompensator/tests/test_pseudo.py | ||
fluxcompensator/tests/test_psf.py | ||
fluxcompensator/tests/test_resolution.py | ||
fluxcompensator/tests/test_sed.py | ||
fluxcompensator/tests/test_tools.py | ||
fluxcompensator/tests/test_units.py | ||
fluxcompensator/tests/__pycache__/test_cube.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_docs.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_filter.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_flux.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_image.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_master.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_one_filter.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_pipeline.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_plot.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_plot_filters.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_pseudo.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_psf.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_resolution.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_sed.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_tools.cpython-27-PYTEST.pyc | ||
fluxcompensator/tests/__pycache__/test_units.cpython-27-PYTEST.pyc | ||
fluxcompensator/utils/__init__.py | ||
fluxcompensator/utils/fieldstars.py | ||
fluxcompensator/utils/one_filter.py | ||
fluxcompensator/utils/plot.py | ||
fluxcompensator/utils/plot_filters.py | ||
fluxcompensator/utils/pseudo.py | ||
fluxcompensator/utils/resolution.py | ||
fluxcompensator/utils/tools.py | ||
fluxcompensator/utils/units.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
numpy>=1.10.4 | ||
astropy>=1.1.1 | ||
matplotlib>=1.5.1 | ||
scipy>=0.17.0 | ||
pytest>=2.9.2 | ||
hyperion>=0.9.7 | ||
ipython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fluxcompensator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Copyright (c) 2017, Christine Maria Koepferl | ||
|
||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
recursive-include docs *.rst *.py Makefile | ||
recursive-include docs/media * | ||
recursive-include docs/gallery * | ||
recursive-include fluxcompensator/tests * | ||
include *.txt | ||
include *.rtout | ||
include *.fits | ||
include LICENSE | ||
include CHANGES.rst | ||
include README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Metadata-Version: 1.0 | ||
Name: FluxCompensator | ||
Version: 0.1.0 | ||
Summary: Create "realistic" synthetic observations from continuum radiative transfer simulations making those directly comparable to real observations. | ||
Home-page: UNKNOWN | ||
Author: Christine Maria Koepferl and Thomas Robitaille | ||
Author-email: [email protected] | ||
License: LICENSE.txt | ||
Description: UNKNOWN | ||
Platform: UNKNOWN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
About | ||
----- | ||
|
||
This is a Python port for the FluxCompensator code from Koepferl & Robitaille (subm. to ApJ). | ||
|
||
The documentation is available at http://FluxCompensator.readthedocs.org |
Oops, something went wrong.