Kylie Bemis

Results 17 issues of Kylie Bemis

I notice the internal function `as.nativeRaster()` is much faster than `as.raster()`, especially for larger images, and there are times I would like to call `rasterImage()` directly, so I can control...

Suspected to be an issue with Windows compiler support for long ints in sprintf(). Consider refactoring to use std::to_string().

Github issues are intended for bug reports and feature requests; for help and support, please see here: #47. Please include complete output of `sessionInfo()` with any bug reports. If you...

pinned

Should be straightforward to add support for Ops generics for `drle` classes (by decoding the compressed vector and calling the `base` method).

enhancement

Should we add a simple function for simulating (non-spectral) images for examples and testing purposes?

enhancement

Outdated documentation says we support all Ops (Arith, Compare, Logic), but only Arith is currently supported. Add support for Compare and Logic group generics.

enhancement

Are you looking for help with using `Cardinal` or related packages? Please join the **[Cardinal MSI Help](https://cardinalmsi.slack.com)** group on **Slack**: https://join.slack.com/t/cardinalmsi/shared_invite/zt-2qgkln4rn-VQKRfZ4LWxlu~0MNHocO5w This invitation will expire. I will try to keep...

pinned

Can we add support for compressed data? Although most compression like `zlib` don't support random access (which we need), there is the option of compressing vector elements of a list...

enhancement

It currently breaks without a helpful error message. It is currently defined as: ``` x[, pixels(x, ..., env = parent.frame(1))] ``` We can support `SpectralImagingArrays` and similar classes with something...

bug