-
Notifications
You must be signed in to change notification settings - Fork 11
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
auto update casa measure data #961
Comments
I suggest @ajm-asiaa and one backend developer to work together on this. |
Some work log for the implementation details: After a quick conversation with @ajm-asiaa to help me understand the build and packaging to CARTA, we think a reasonable approach could be to update the data using a bash script and let the CASA data reside in @veggiesaurus, as you pointed out too: casa-data needs to reside in |
It seems that unless we modify carta-casacore, we will need to use the I guess a bash startup script could check for the presence of the 'geodetic' folder in I did a few experiments to see how that could be improved. I tried adding two search paths to -DDATA_DIR. e.g. I should mention that if we use
So we need to back out of the directory structure by adding ../../../../ e.g. You may be wondering, why not just build carta-casacore with %CASAHOME% is another variable in the code, but that seems to point towards
Now that I have looked at this closely, a loop in a bash script would be the easiest option, but maybe modifying our carta-casacore would be the more elegant solution? At least to get rid of the need to have ../../../../ while CASAPATH option is enabled? |
@ajm-asiaa, so we should add the following:
|
A few points on 6efae98
|
For beta releases, can the user manually create the appropriate files in This should be documented. I don't think that this is likely to be an issue for the Ubuntu packages, since users can install the Kern casacore data package. But it should be available as an option. In future it may be a good idea for us to revise how we separate the release and beta files, and where we put files which can safely be shared by both. |
based on https://casa.nrao.edu/casadocs/casa-6.1.0/external-data/casa-data-repository it is suggested to update casa measure data regularly. The above URL contains the information on how to get it updated.
The text was updated successfully, but these errors were encountered: