Ralf

Results 10 issues of Ralf

## Prerequisites * Version: v0.16.23–v0.17.13 * Are you running from source/master: lucide-static ttf font file * Operating system: macOS 12.2.1 (Monterey) ## Step to reproduce Dear Lucide team, I am...

🐛 bug

Dear all, I would like to propose the introduction of two new environment variables for ellipsis, `$ELLIPSIS_DOMAIN` (defaulting to `github.com` and `$ELLIPSIS_SUFFIX` (defaulting to an empty string). I personally keep...

Dear all, I noticed some (minor) inconsistencies in how `$ELLIPSIS_REPO` is defined: https://github.com/ellipsis/ellipsis/blob/63846f1aa4e84467095ceefa8fc597899865dfd2/scripts/install.bash#L18 and https://github.com/ellipsis/ellipsis/blob/63846f1aa4e84467095ceefa8fc597899865dfd2/src/init.bash#L21 From what I see, `$ELLIPSIS_REPO` is only used when installing via `curl ellipsis.sh | bash`,...

Dear all, please have a look at my implementation of the global χ² fitter. It consists of the _core_ `Chi2Fitter.hpp`, an Algorithm, an Example (in cpp...) and a simple Unit...

Component - Core
Component - Examples
:construction: WIP

While working with `HCIDataset.recenter`, I was thinking about whether we are giving the user too many parameters at once. `HCIDataset.recenter` aggregates the `preproc/recentering.py::cube_recenter_*` functions, and merges all keyword arguments from...

This is related to a todo in `HCIDataset.inject_companions`: https://github.com/vortex-exoplanet/VIP/blob/acb112931b14f962f4eeede8774c0004b61c5d2c/vip_hci/hci_dataset.py#L778 ### current situation For now, `HCIDataset.inject_companions(...)` *modifies* the `self.cube`. ### proposition Most of the methods of `HCIDataset` actually *modify* its state,...

For now, all subclasses of `HCIPostProcAlgo` are in one single file (`vip_hci/hci_postproc.py`). Maybe it would make more sense to encapsulate them in their respective submodules, say `vip_hci/pca/postprocalgo.py` for PCA etc.

Being the new preferred entry points to the world of VIP, I think the `HCIDataset`, `HCIFrame` and `HCIPostProcAlgo` classes could be renamed to something shorter: that would be easier to...

**problem** For now, multiple output-related *things* exist in VIP: - `verbose` parameter to functions - `debug` parameter to functions - timing information - progress bars. **solution** I propose a new...

Dear ellipsis team, the ellipsis.sh domain is unreachable, no DNS records show up: https://toolbox.googleapps.com/apps/dig/#A/ellipsis.sh Is the domain still registered? It might be a good idea to remove the references to...