                  CelestLab - CNES Space mechanics toolbox for Scilab
                  ===================================================

CelestLab content
=================
Here are the main themes :
+ INTERPLANETARY
+ RELATIVE MOTION
+ MODELS
+ COORDINATES & FRAMES
+ TRAJECTORY & MANEUVEURS
+ ORBIT PROPERTIES
+ GEOMETRY & EVENTS
+ UTILS

CelestLab installation
======================
- Manual installation :
Go to CelestLab root path and execute builder.sce script in the Scilab console : exec('builder.sce',mode=-1);
- Installation via ATOMS :
Follow ATOMS modules standard installation procedure.


CelestLab load
==============
- Manual load :
Simply go to CelestLab root path and execute loader.sce script in the Scilab console : exec('loader.sce',mode=-1);
If you want a systematic load : include this line in your scilab.ini file (located in SCIHOME directory)
- Load via ATOMS :
Follow ATOMS modules standard procedure. 


Note on CelestLab constants
===========================
Please note that if you load CelestLab throught ATOMS, 
CelestLab constants will not be loader in the working environment. You can load them with CL_init() function.
On the other hand, if you install CelestLab manually, you dont need to call CL_init().
