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.39.tar.gz (36.7 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.39-py2-none-any.whl (43.1 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for astrodash-0.2.39.tar.gz
Algorithm Hash digest
SHA256 e381c05e86ece1c95b12fd6592bcc995f6cd93887988c48c74d9c97219b25643
MD5 54ed31d06dfce298f142a590a808d5f5
BLAKE2b-256 75af973af2b2a45d8a5b72ddf204371ea77121b76bddf0fe4b84703275c2444b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for astrodash-0.2.39-py2-none-any.whl
Algorithm Hash digest
SHA256 42a3037ca0e4e5f7635d58f09cfe8e2c5559d50111db8545663eeec39a3203e5
MD5 a9141db366b6730eb382579a2e972e61
BLAKE2b-256 1ddc923865401e480278bb8d8edd901e85bc4743c6cc595c19207b5a3f9a9edd

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