/usr/share/doc/scilab-celestlab/readme.txt is in scilab-celestlab 3.0.0-1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | ===================================================
CelestLab - CNES Space mechanics toolbox for Scilab
===================================================
CelestLab contents
------------------
Here are the main topics:
+ Coordinates and frames
+ Trajectory and maneuvers
+ Geometry and events
+ Models
+ Orbit properties
+ Interplanetary
+ Relative motion
+ Math
+ Utilities
Building CelestLab
------------------
- Manual installation:
Execute the "builder.sce" script (located in CelestLab root directory): exec('builder.sce',mode=-1);
- Installation via ATOMS:
Follow ATOMS modules standard installation procedure.
Loading CelestLab
-----------------
- Manual loading:
Execute the "loader.sce" script (located in CelestLab root directory): exec('loader.sce',mode=-1);
If you want CelestLab to be automatically loaded when you start Scilab, just include the previous line
in your "scilab.ini" file ("scilab.ini" is located in the SCIHOME directory).
- Loading via ATOMS:
Follow ATOMS modules standard procedure.
- Read the help pages for more details.
|