-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-install analysis utils package #20
Comments
@yeunga @severingaudet It looks at thought the steps are described in detail in Helen's link. I've copied them below.
This just downloads a tar ball of the analysis_scripts folder from ftp://ftp.cv.nrao.edu/pub/casaguides/ (it looks like the last update to the analysis_scripts.tar file happened in April 2020). We should download and unpack the analysis_scripts.tar file regularly (chron job?) to one place that is accessible to every user. We do not need to keep previous versions. Needing to go back a version will be rare and the users who do can figure that out pretty easily.
It looks like they've changed the name of this file between casa<=5 and casa 6 but it should do the same thing. Our options are:
I favour the former since it demonstrates we are providing user accounts that are very well set up for using CASA |
This has been done right? |
No, this issue has not been addressed. |
Some CASA reduction scripts rely on a package of software called analysis utils which has to be downloaded separately from the CASA software itself. Users can do this themselves, but if there is time available, this could be a nice addition to already have ready in each of the casa containers.
Download instructions are given in the 'Getting Started' section of this page: https://casaguides.nrao.edu/index.php/Analysis_Utilities
Making the package visible to casa is described in Step 2 of the same section. Note that other CASA pages recommend adding one additional line to the casa startup file beyond the few described in Step 2:
import analysisUtils as aU
(i.e., two different lines for the import using different versions of capitalization for 'au/aU')-- the reduction scripts are not always consistent in the capitalization when using commands from this software package.
The text was updated successfully, but these errors were encountered: