Fabio Hernandez
Fabio Hernandez
### Version of Apptainer What version of Apptainer (or Singularity) are you using? Run ``` $ apptainer --version apptainer version 1.2.2 ``` ### Expected behavior I wonder if it is...
Dear EUPS experts, I'm working towards helping making the LSST stack relocatable. Since EUPS is an essential ingredient of the LSST stack, we need to make EUPS itself relocatable. Before...
The returned value of `Header.Keys()` does not include cards of type `END`, `COMMENT`, `HISTORY`: https://github.com/astrogo/fitsio/blob/0221d1a54f8c95dcfc14c3234c9091e3287ef411/header.go#L323 I understand that there is a method for retrieving the comments and history cards of...
I'm evaluating `astrogo/fitsio` for scanning the header units of hundreds of thousands of FITS files. I'm not interested in the contents of the data units. I noticed that the method...
I am evaluating `webdav4` as an implementation of `fsspec` for accessing data stored in webDAV servers, in particular [dCache](https://www.dcache.org) and [XRootD](https://xrootd.slac.stanford.edu). Depending on how some of those servers are configured,...