https://github.com/adrn/delicatessen

The "plots" project at online.tess.science!

https://github.com/adrn/delicatessen

Science Score: 36.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
  • Academic publication links
  • Committers with academic emails
    1 of 7 committers (14.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords from Contributors

exoplanet optimizing-compiler continuous-integration latex reproducible-science scientific-papers
Last synced: 10 months ago · JSON representation

Repository

The "plots" project at online.tess.science!

Basic Info
  • Host: GitHub
  • Owner: adrn
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 1.18 MB
Statistics
  • Stars: 2
  • Watchers: 8
  • Forks: 5
  • Open Issues: 12
  • Releases: 0
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme Contributing License

README.md


Serving you all the finest TESS visualizations at online.tess.science.

Installation

Developers:

pip install -e ".[develop]" pre-commit install

This will install the repository in developer mode and enable pre-commit hooks for automatic formatting using the black python formatter. Whenever you commit, pre-commit will automatically format your code; note that if changes are made, you'll need to run the commit command again.

Users:

pip install .

Usage

To start the default bokeh server with a test data set (included in the repo), run the following from the command line:

deli

To start a bokeh server in "development mode" (which auto-detects modified files so you don't have to keep stopping/starting the server), run:

deli --dev

You can also start a server with your own data file by passing in the full path to the data file via the --args argument to bokeh serve. For example, to visualize the data table stored in here/is/my/data.fits, run:

deli --args here/is/my/data.fits

Check out the issues if you are interested in contributing to this project!

Owner

  • Name: Adrian Price-Whelan
  • Login: adrn
  • Kind: user
  • Location: NYC
  • Company: Flatiron Institute

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 61
  • Total Committers: 7
  • Avg Commits per committer: 8.714
  • Development Distribution Score (DDS): 0.393
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rodrigo Luger r****r@g****m 37
Adrian Price-Whelan a****w@g****m 12
noraeisner n****r@p****k 5
Adina Feinstein a****n@g****m 4
megbedell m****l@g****m 1
Trevor David t****d@g****m 1
Natalia Guerrero t****e@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 15
  • Total pull requests: 21
  • Average time to close issues: about 13 hours
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 6
  • Average comments per issue: 0.4
  • Average comments per pull request: 0.43
  • Merged pull requests: 21
  • 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
  • rodluger (15)
Pull Request Authors
  • rodluger (13)
  • adrn (3)
  • noraeisner (2)
  • namagu (1)
  • megbedell (1)
  • afeinstein20 (1)
Top Labels
Issue Labels
help wanted (5) bug (2) enhancement (2)
Pull Request Labels

Dependencies

.github/workflows/style.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
pyproject.toml pypi
setup.py pypi
  • astropy >=4.0.1
  • bokeh >=2.2.1
  • numpy >=1.13.0
  • pandas >=0.25.1
  • requests >=2.22.0
  • setuptools_scm *
  • tess-point >=0.4.3