Ian Czekala

Results 20 issues of Ian Czekala

I would like to use this as a discussion point for fleshing out a data format spec for use in Starfish. This also pertains to #21. Spurred on by a...

design

Steps to reproduce: ``` import numpy as np import Starfish from Starfish.grid_tools import PHOENIXGridInterfaceNoAlpha grid = PHOENIXGridInterfaceNoAlpha(wl_range=[900, 50000], air=False) wl = grid.wl print("Air is {}: Maximum change in wavelength {:.3f}...

bug

**Is your feature request related to a problem or opportunity? Please describe.** In practice, one calculates the noise in a synthesized image by taking the RMS of some signal-free region....

**Is your feature request related to a problem or opportunity? Please describe.** In its current form (v0.2), MPoL uses `float64` (or `complex128`) tensor types everywhere. This is because very early...

Currently our loss functions are coded as straightforward functions working on torch inputs. Some loss functions have additional parameters that are set at initialization, for example, `def entropy(cube, prior_intensity): ......

I discovered by accident that a recent version of PyTorch implemented the [ndim attribute](https://pytorch.org/docs/stable/generated/torch.Tensor.ndim.html), making it possible to use matplotlib routines to [plot PyTorch tensors directly](https://pytorch.org/docs/stable/generated/torch.Tensor.ndim.html). I would suspect this...

Splits off NuFFT-relevant points from #224. To address this, one should implement a `NuFFT.predict(uu, vv)` method that will return model visibilities for all uu and vv points, even if the...

**Is your feature request related to a problem or opportunity? Please describe.** The new `mpol.plot.vis_histogram_fig` routine is great! But it requires a `mpol.datasets.GriddedDataset` object as input, which requires the user...

An overview of the HD 143006 imaging series is provided in #25 Part III is meant to be the "production-ready" version of a MPoL imaging script. The idea is to...

documentation

A new PR that will hopefully just incorporate changes by @kdesoto-psu, and not re-duplicate other branch history.