Griffin Hosseinzadeh

Results 5 issues of Griffin Hosseinzadeh

`toyz` seems to depend on `importlib`, but `importlib` is not installed along with `toyz`. ``` Loading dependencies, please wait... Traceback (most recent call last): File "/usr/bin/toyz", line 5, in pkg_resources.run_script('toyz==0.0.dev',...

PTF12dam has many photometry points attributed only to the OSC itself. I believe these are actually from Vreeswijk et al. ([2017](https://ui.adsabs.harvard.edu/abs/2017ApJ...835...58V/)). This may just be a coincidence, but both the...

Multiplying an image by a constant crashes with a KeyError if GAIN, SATURATE, or MAXLIN are not set in the headers. This switches the multiplication method to using the gain,...

This allows for BANZAI to request that the Gaia astrometry.net service apply a fixed distortion (SIP) correction by sending the camera name and copying the SIP coefficients from the response...

`main.reduce_single_frame` always crashes on this line: ```python if not image_utils.image_can_be_processed(fits_utils.get_primary_header(runtime_context.path), runtime_context): ``` `fits_utils.get_primary_header` returns an `astropy.io.fits.Header` object, but `image_utils.image_can_be_processed` expects an `ObservationFrame` object for the `image` argument, because it checks...