Source
Source | Size | Last Modified | |
---|---|---|---|
alma | |||
atnf | |||
catalogs/lines | |||
demo | |||
ephemerides | |||
geodetic | |||
gui/colormaps/default.tbl | |||
nrao/VLA | |||
regression | |||
.gitattributes | 434 B | ||
almatasks-tests | 558 B | ||
casatasks-tests | 8.03 KB | ||
casatools-unittests | 3.43 KB | ||
distro | 6.40 KB | ||
README.md | 1.15 KB |
CASA Data Repository
This repository uses Git LFS. You must install Git LFS to be able to check out this repsitory or commit to this repository.
This is the data repository for CASA. It contains the data used for running CASA, testing CASA and benchmarking CASA. If you check out the whole repository, uses about 153GB of storage.
Running CASA
If all you need is a copy of the data repository for running CASA, you can do a sparse checkout which occupies about 1.4GB of storage. This will give you the minimal subset of the data repository needed for running CASA:
bash$ git clone --no-checkout https://open-bitbucket.nrao.edu/scm/casa/casa-data.git
bash$ cd casa-data
bash$ git show HEAD:distro | bash
By default, CASA looks for this subset of the data repository in a directory called data in the root directory of the CASA installation.
Testing CASA
The whole data repository uses about 153GB of storage when checked out. It is required for running all of the CASA tests. The entire data repository can be checked out with:
bash$ git clone https://open-bitbucket.nrao.edu/scm/casa/casa-data.git