1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# CALCEPH examples
This directory contains example C and FORTRAN source code and CMake files, illustrating the use of the CALCEPH library. You should be able to compile
the examples. However, the functionality of the compiled binaries requires
additional data files being present also. These data files are not packaged
here due to their large size. You can obtain them directly from the upstream repository:
https://gitlab.obspm.fr/imcce_calceph/calceph/-/tree/master/examples
The example files data files are:
```
example1.bpc
example1.bsp
example1.dat
example1.mk
example1spk_time.bsp
example1.tf
example1.tpc
example2_rotangmom.dat
```
|