Open jpinedaf opened 4 years ago
I installed fitsio
and then gbtpipe
. Afer this, the installation works
Hmmm, this requirement has been in place for ~3 years according to https://github.com/GBTAmmoniaSurvey/GAS/commit/08a78607c618b0fb676de8bae0d39ebbb768893e
but it's more disturbing that it didn't work. I guess maybe the gbtpipe install failed on a lack of fitsio
. The dependency on fitsio is annoying but flows from the gbtpipeline decision.
We don't use much of the pipeline routines for GAS, so I think this should probably allow all the gridding and weather routines (new and improved) without the calibration routines.
I tried to install GAS from scratch, and I got this error message, related to the
gbtpipe
.The solution should be to now include
gbtpipe
as part of the setup.py file. However, right now I am still trying to getgbtpipe
to install in a MacOSX machine (something related to cfitsio). I will report later.