arcesetc

arcesetc: ARC Echelle Spectrograph Exposure Time Calculator - Published in JOSS (2019)

https://github.com/bmorris3/arcesetc

Science Score: 95.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

astronomy exposure-calculator spectroscopy
Last synced: 6 months ago · JSON representation

Repository

Exposure time calculator for the ARC Echelle Spectrograph (ARCES) on the Apache Point Observatory 3.5 m Telescope

Basic Info
Statistics
  • Stars: 4
  • Watchers: 4
  • Forks: 1
  • Open Issues: 1
  • Releases: 2
Topics
astronomy exposure-calculator spectroscopy
Created about 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License

README.rst

Exposure time calculator for APO/ARCES
--------------------------------------

.. image:: https://github.com/bmorris3/arcesetc/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/bmorris3/arcesetc/actions/workflows/ci.yml
   :alt: Testing status

.. image:: https://readthedocs.org/projects/arcesetc/badge/?version=latest
    :target: https://arcesetc.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: http://img.shields.io/pypi/v/arcesetc.svg?text=version
    :target: https://pypi.python.org/pypi/arcesetc/
    :alt: Latest release

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org
    :alt: Powered by Astropy Badge
    
.. image:: http://joss.theoj.org/papers/10.21105/joss.01130/status.svg
   :target: https://doi.org/10.21105/joss.01130

.. image:: https://zenodo.org/badge/160124540.svg
   :target: https://zenodo.org/badge/latestdoi/160124540

Calculate S/N and exposure times for
stellar spectroscopy with the `ARC Echelle Spectrograph (ARCES)
`_ on the
`ARC 3.5 m Telescope `_ at
`Apache Point Observatory `_.

The ARC Echelle Spectroscopic (ARCES) Exposure Time Calculator, or ``arcesetc``,
is a simple exposure time calculator for the ARCES instrument on the
Astrophysical Research Consortium (ARC) 3.5 m Telescope at Apache Point
Observatory for stellar spectroscopy. Users can supply ``arcesetc`` functions
with the spectral type of their target star, the V band magnitude, and either:
the desired exposure time in order to determine the counts and signal-to-noise
ratio as a function of wavelength; or the desired signal-to-noise ratio at a
given wavelength to determine the required exposure time.

We estimate the count rates for stars as a function of wavelength by fitting
15th-order polynomials to each spectral order of real observations of a star of
each spectral type. These polynomial coefficients and some wavelength metadata
are stored in an HDF5 archive for compactness and easy of reconstruction. Then
upon calling ``arcesetc``, the archive is opened and the spectral order closest
to the wavelength of interest is reconstructed from the polynomial
coefficients, for a star of the closest available spectral type to the one
requested. 


Installation
------------

You can install ``arcesetc`` with pip::

    pip install arcesetc

You can install ``arcesetc`` from the source code by doing the following::

    git clone https://github.com/bmorris3/arcesetc.git
    cd arcesetc
    pip install .

``arcesetc`` requires python >=3.5, numpy, astropy, h5py, and matplotlib.

For more information, `read the docs `_.

License
-------

This project is Copyright (c) Brett Morris & Trevor Dorn-Wallenstein and licensed under
the terms of the MIT license. This package is based upon
the `Astropy package template `_
which is licensed under the BSD 3-clause licence. See the licenses folder for
more information.

Owner

  • Name: Brett M. Morris
  • Login: bmorris3
  • Kind: user
  • Location: Baltimore, MD
  • Company: @SpaceTelescope

Software engineer & astronomer.

JOSS Publication

arcesetc: ARC Echelle Spectrograph Exposure Time Calculator
Published
February 14, 2019
Volume 4, Issue 34, Page 1130
Authors
Brett M. Morris ORCID
Astronomy Department, University of Washington, Seattle, WA, USA
Trevor Dorn-Wallenstein ORCID
Astronomy Department, University of Washington, Seattle, WA, USA
Emily M. Levesque ORCID
Astronomy Department, University of Washington, Seattle, WA, USA
Charli Sakari ORCID
Astronomy Department, University of Washington, Seattle, WA, USA
Doug Gies ORCID
Physics-Astronomy Department, Georgia State University, Atlanta, GA, USA
Katherine Lester ORCID
Physics-Astronomy Department, Georgia State University, Atlanta, GA, USA
Yuta Notsu ORCID
Department of Astronomy, Kyoto University, Sakyo Ward, Kyoto, Kyoto Prefecture 606-8501, Japan
Allison Youngblood ORCID
NASA Goddard Space Flight Center, Greenbelt, MD, USA
Russet McMillan
Apache Point Observatory
Editor
Arfon Smith ORCID
Tags
astronomy spectroscopy

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 65
  • Total Committers: 3
  • Avg Commits per committer: 21.667
  • Development Distribution Score (DDS): 0.062
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Brett Morris b****1@g****m 61
Trevor Dorn-Wallenstein t****n@g****m 3
Brett M. Morris b****s@u****u 1
Committer Domains (Top 20 + Academic)
uw.edu: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 10
  • Total pull requests: 4
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 7 hours
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.25
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wtgee (8)
  • pllim (1)
  • allisony (1)
Pull Request Authors
  • bmorris3 (2)
  • tzdwi (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 35 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 6
  • Total maintainers: 1
pypi.org: arcesetc

Exposure time calculator for APO/ARCES

  • Documentation: https://arcesetc.readthedocs.io/
  • License: MIT License Copyright (c) 2018 Brett M. Morris Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.3.2
    published over 2 years ago
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 35 Last month
Rankings
Dependent packages count: 10.1%
Average: 20.5%
Dependent repos count: 21.6%
Downloads: 29.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • astropy *
  • s.strip *
.github/workflows/ci.yml actions
pyproject.toml pypi
  • astropy *
  • h5py *
  • matplotlib *
  • numpy *
  • pytest-astropy *
  • specutils *