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.

PyQt4

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

## 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.2.34.tar.gz (33.6 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.2.34-py2-none-any.whl (38.5 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for astrodash-0.2.34.tar.gz
Algorithm Hash digest
SHA256 e599456b5b1cd849f97f8c45141e67ef4ea41d51d8ad6ee603033ffdd3046c94
MD5 92073ab81a5ff936fad912696af544f9
BLAKE2b-256 88f30e37dd5f09f28068071a897cba8f8020fe54c418688e0881e7ba982a875f

See more details on using hashes here.

File details

Details for the file astrodash-0.2.34-py2-none-any.whl.

File metadata

File hashes

Hashes for astrodash-0.2.34-py2-none-any.whl
Algorithm Hash digest
SHA256 aa96341c4f5d2cd37bd9e941e8452dc16360a49833638baff7749faeb525ea29
MD5 ca5c9ece9c6fd0fff3df5c988b57ad95
BLAKE2b-256 0636d813318c8ab095650cdfba073dc98b7cecc6812e49e366bc9bd6f11075fa

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