James Davenport

Results 26 issues of James Davenport

Now that Apple has removed the time remaining calculation, I cannot get the app to work on my new MacBook Pro (late 2016)

I hope you all have enjoyed seeing my battery data and using this simple script to learn about your own computer and behavior. Many people star'd or fork'd this repo...

question

The wavelength axis in a spectrum might have a variance or uncertainty associated with it, as well as the flux axis. Could we store this within a `Spectrum1d` object? One...

If you assign a DOI for this repo (via Zenodo) then people can cite it in papers! Happy to help if this workflow is unfamiliar

You should release a version of this project to Zenodo to generate a DOI so we can cite it easily in papers! đŸ˜ƒ

When I have 2 Spectrum1D objects, which are not wavelength calibrated and have pixels for the spectral unit, I cannot do e.g. addition or subtraction of my spectra. This is...

We need data to test and develop/benchmark against. I have been using the "apo05" M dwarf data for my test reductions. We need example data from different kinds of instruments/science/wavelengths....

Given you don't want to support every possible TeX install environment/scenario, it could still be very useful to have some examples of how to install the .cls and .bst files...

documentation

Implement [LA Cosmic](http://www.astro.yale.edu/dokkum/lacosmic/) Possibly by ingesting the Python implementation...

I noticed that the ReduceCoAdd wrapper takes trace1 but never uses it, and so effectively forces the use of the standard’s trace. I fixed it in my own version. I...