Skip to main content

Deep Learning for Automated Spectral Classification of Supernovae

Project description

# DASH
Supernovae classifying and redshifting software: development stage


## 1. How to install:

1.1 pip install astrodash

or download from github (https://github.com/daniel-muthukrishna/DASH)

## 2. Get started with the Python Library interface:
2.1 Use the following example code:
import dash
classification = dash.Classify([filenames], [knownRedshifts])
print(classification.list_best_matches(n=1)) # Shows top 'n' matches for each spectrum

2.2 To open the gui from a script use:
import dash
dash.run_gui()


## 3. Get started with GUI
2.1 Run gui_main.py

2.2 Once open, type in a known redshift

2.3 Browse for any single spectrum FITS, ASCII, dat, or two-column text file.

2.4 Click any of the best matches to view the continuum-subtracted binned spectra.

2.5 If the input spectrum is too noisy, increase the smoothing level, and click 'Re-fit with priors'


## 4. Dependencies:
Using pip will automatically install numpy, scipy, specutils, pyqtgraph, and tensorflow.

PyQt5 (This should be pre-installed with anaconda)

PyQt5 is only needed if you would like pythonto use a graphical interface. It is not available on pip.
It can be installed with anaconda:
"conda install pyqt"

## 5. Platforms
5.1 Mac/Unix
DASH is available on both Python2 and Python3 distributions. It can easily be installed with
pip install astrodash

5.2 Windows
Currently one of the primary dependencies, Tensorflow, is only available on Python 3 for Windows.
So DASH is available on Python3 distributions. It can be installed with:
pip install astrodash
If this fails, try first installing specutils with the following:
conda install -c astropy specutils


## 6. Example Usage
6.1 Example from OzDES Run025/ATEL9570:
This example automatically classifies 10 spectra. The last line plots the fifth spectrum on the GUI.
```
import dash

atel9570 = [
('DES16C3bq_C3_combined_160925_v10_b00.dat', 0.237),
('DES16E2aoh_E2_combined_160925_v10_b00.dat', 0.403),
('DES16X3aqd_X3_combined_160925_v10_b00.dat', 0.033),
('DES16X3biz_X3_combined_160925_v10_b00.dat', 0.24),
('DES16C2aiy_C2_combined_160926_v10_b00.dat', 0.182),
('DES16C2ma_C2_combined_160926_v10_b00.dat', 0.24),
('DES16X1ge_X1_combined_160926_v10_b00.dat', 0.25),
('DES16X2auj_X2_combined_160927_v10_b00.dat', 0.144),
('DES16E2bkg_E2_combined_161005_v10_b00.dat', 0.478),
('DES16E2bht_E2_combined_161005_v10_b00.dat', 0.392)]

filenames = [i[0]) for i in atel9570]
knownRedshifts = [i[1] for i in atel9570]

classification = dash.Classify(filenames, knownRedshifts)
print(classification.list_best_matches(n=3))
classification.plot_with_gui(indexToPlot=5)
```

## 7. API Usage
Notes:
Current version requires an input redshift (inaccurate results if redshift is unknown)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

astrodash-0.3.1.tar.gz (37.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

astrodash-0.3.1-py2.py3-none-any.whl (43.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file astrodash-0.3.1.tar.gz.

File metadata

  • Download URL: astrodash-0.3.1.tar.gz
  • Upload date:
  • Size: 37.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for astrodash-0.3.1.tar.gz
Algorithm Hash digest
SHA256 ab07c04c77b409e959a11ef17f674e383d264638bfe09363a5f2f31e2b77082d
MD5 144193bcf6db65cf42e10e4b4b0a136c
BLAKE2b-256 1b73acf8465efdc8fd22a420a70f77f8f0ed8f8bdc5d2fa3e236d7f85606c13d

See more details on using hashes here.

File details

Details for the file astrodash-0.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for astrodash-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d29caf4fae36d4ea20ba66bf7e1ead138a12dc7cb2e3491b76fcd6532703b8e8
MD5 0b92226d31a6a21e0d7b47566ccbf0c8
BLAKE2b-256 2e7c615589051b1261d408106a92ae950a8436065f4bf3d51f6392a05ba3d922

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page