Andrew Saydjari

Results 20 issues of Andrew Saydjari

function convert(::Type{HexagonCubic}, hex::HexagonOffsetEvenR) x = hex.q - (hex.r >> 1) + int(isodd(hex.r)) z = hex.r y = -x - z HexagonCubic(x, y, z) end should read with correct capitalization of...

I am reading a WCS transform from a header and running into "getter for :pv not implemented". I would be willing to put some effort in this direction. Has there...

This PR allows users to query the SFD bitmask as well as all other SFD style data products stored on the Harvard Dataverse under the same DOI. The bitmask is...

The update to [MPICH-v4.2.3+0](https://github.com/JuliaBinaryWrappers/MPICH_jll.jl/releases/tag/MPICH-v4.2.3%2B0) has triggered a new round of the usual libmpi.so not found problems for HDF5.jl. Is the behavior expected? It is solved when I roll back to...

This PR attempts to validate integrating Korg spectra against photometric filter curves. I have uploaded simple grizY DECam curves and done tests versus some MARCS spectra. In my initial commit,...

Here is a reproducer ``` ex_atm = Korg.interpolate_marcs(5750, 2.0, 1.0) ex_spec = synthesize(ex_atm, lines, format_A_X(1.0), 3805.0, 5645.0) extrema(ex_spec.wavelengths) ``` The result is : `` (3805.0000000000005, 5645.0) ``

Users expect the per wavelength length scale to be in units of Angstroms. This breaking change should be on the task list for v1.

The colorcet names that are in this repo are really difficult to remember. The much shorter ones that correspond to the gallery https://colorcet.com/gallery.html would be nice to have such that...

I have been struggling to understand how to write a WCS header to a FITS file. ```WCS.to_header(wcs_ref)``` gives a string. However, FITSIO write only takes a FITSHeader object or nothing......

I am running into an issue parsing and writing a header that has CONTINUE keywords. It looks like the comment for that keyword is being parsed incorrectly. This leads to...