Heather Kelly
Heather Kelly
HI This is related to #113 and #173 I have a conda environment at NERSC with the cray mpich libraries and mpi4py available. I want to support users who may...
As noted in recent GCRCatalogs releases: https://github.com/LSSTDESC/gcr-catalogs/releases/tag/v1.2.0rc1 _in schema for dc2_dia_source, dc2_forced_source fields and dc2_source fields Ixx, Iyy, Ixy, IxxPSF, IyyPSF and IxyPSF have been renamed to Ixx_pixel, Iyy_pixel, etc....
These files either lack permissions or do not exist: ```/global/homes/j/jwp/SLRealizer/slrealizer/demo/demo_data/field.csv``` ```/global/homes/j/jwp/SLRealizer/slrealizer/demo/demo_data/obs_history.csv```
Hi, This file may need to be updated: https://github.com/globus/globus-sample-data-portal/blob/main/portal/static/js/jquery.min.js This file still references jQuery 3.3.1, but these days jQuery >= 3.6.0 is preferred and some security scans will not pass...
Hi, We have based our data portal on the Globus Modern Research data portal, it's actually listed on your website as an example: https://docs.globus.org/guides/recipes/modern-research-data-portal/ It's the LSSTDESC portal, and actually...
Hi, I'm installing astrodash in a shared software installation. When running a simple test, I see there is a data file that is downloaded. Is there a suggested way to...
Hi - just wondering if there are plans to unpin tensorflow to allow more recent versions? This pin is making it more difficult to install this package within a larger...
Similar issue as what I'm seeing in the extinction package. Conda environment with python 3.12.11, also seems to downgrade qp as well: ``` mamba install -c conda-forge sncosmo conda-forge/linux-64 Using...
I've been trying to mamba install extinction into a python 3.12.11 environment with numpy 2.2.6 already installed, but it consistently tries to downgrade numpy - is this expected? ``` (lsst-scipipe-10.0.0-exact)...