Tyler Benster

Results 48 issues of Tyler Benster

I'm not certain how to store light-sheet / light field / DIFF microscopy or even widefield, etc data in NWB. `TwoPhotonSeries` is perfectly reasonable, and uses an `imaging_plane`. `ImageSeries` does...

category: proposal
priority: medium

This matters as Layer cannot be used with row or column, so must use facet: ```julia # This works dataset("cars.json") |> @vlplot( facet={row={field="Origin", type="nominal"}}, spec={ :bar, x={"Horsepower:q", bin={maxbins=15}}, y="count()" }...

bug

We’ve been having a [discussion over at `Zarr.jl`](https://github.com/meggart/Zarr.jl/issues/78) as to whether the package should default to writing `order=“F”` aka column-major data instead of `order=“C”` aka row-major. We have the impression...

Hi, I recently learned about Zarr and very interested in it as seems to solve some issues I have with HDF5. Increasingly, DataFrames, as popularized by R and now widely...

Thanks for this! Just tried using the docker command in README. I verified that I can see Cromwell Swagger on localhost:8080, but when trying to connect using cromwell-client I get:...

Would you consider adding a free-software license to this repo? Also, any interest in adding this package to nixpkgs? Thanks so much for making this code available!

The following displays a broken image: ``` using TestImages, Unitful, ImageAxes AxisArray(testimage("mandrill"), (:y,:x), (1u"mm", 1u"mm")) ```

area-plotpane

![image](https://user-images.githubusercontent.com/863327/129303209-940b4f04-f786-45e6-bd7b-a91486acec06.png)

area-code-execution