File: README.md

package info (click to toggle)
calceph 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,944 kB
  • sloc: ansic: 21,414; fortran: 4,054; python: 1,569; sh: 197; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (2)
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
 ```