Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Deactivated resonstruction.py to pass builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hover2pi committed Oct 11, 2019
1 parent d0ad4dc commit c85178b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions specialsoss/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@

import copy

from awesimsoss import TSO, make_trace as mt
# from awesimsoss import TSO, make_trace as mt
from astropy.io import fits
import astropy.units as q
from bokeh.plotting import figure, show
import lmfit
# import lmfit
import numpy as np
from pkg_resources import resource_filename

from hotsoss import locate_trace as lt


def extract():
pass

# wave, flux, *_ = np.genfromtxt('/Users/jfilippazzo/Dropbox/BDNYC_spectra/SpeX/Prism/LHS132.txt', unpack=True)
# scales = {'w{}'.format(n): v for n, v in enumerate(flux)}
# n_psfs = len(flux)
Expand Down

0 comments on commit c85178b

Please sign in to comment.