scikit-spectra icon indicating copy to clipboard operation
scikit-spectra copied to clipboard

Python pandas-based toolkit for explorative spectroscopy, in particular UVVis spectroscopic data.

Results 80 scikit-spectra issues
Sort by recently updated
recently updated
newest added

@hugadams heads up pandas 0.15.0 refactors Index to no longer inherit from ndarray (releasing prob end of sept 2014) See [here](http://pandas-docs.github.io/pandas-docs-travis/whatsnew.html#whatsnew-0150-refactoring) I see that you are inheriting from `Float64Index` (pyuuvis.core.abcindex),...

If I replace pickle with json, it should make it possible to use stored states after changing program versions. Not sure if htis just works out of hte box or...

enhancement

Would also be cool to have a plot that shows full spectrum and another plot (are, referenced etc...) subset, with the lines highlighed in the original plot.

enhancement

I thought it was in past but now I don't know... Maybe do it this way. Whenever reference is accessed as a property, internally the timespectra check's its own indicies....

http://python-in-the-lab.blogspot.com/2013/12/context-aware-unit-conversion-in-pint.html

Possible idea/musing

Noticed that in pyparty, could comment this out and in fact, if it was not commented out, I got the attributed added to both self.**dict** and self.particle.**dict**. After get testing...

Small to do

df.x may return a series, but df['x'] will always return a dataframe so maybe I can put this into some code where a series is returned. There are actually several...

If I'm using iunit='A' for example and I subtract baseline, it screws up. See the logic in @property baseline for how to do this. Basically just return to normal, substract,...

Small to do

Noticed that methods like np.cov() will return a series of values given a timespectra (timeseries actually). Seems like the place to fix this would be in _dfgetattr in TimeSpectra. Tried...

How come this messed up with FiberData March 20 w/ abel's data?