Usage

Observe is based on a small generic mechanism which permits to invoke commands.
Commands are specified in YAML command files, located in directory commands/.
A command file contains the specifications of one or more commands.
Observe is used through the CLI (command line interface = console), and takes 2 parameters :
php run-observe.php <command file> <command>
Ex:
php run-observe.php insee/a00 prepare
will execute the command prepare described in file commands/insee/a00.yml

Usage

To check that the program works, open a terminal, go to observe root directory and type :
php run-observe.php
WRONG USAGE - run-observes.php needs 2 arguments
-------                                                                                               
Usage : 
    php run-observe.php <study> <command>
Example :
    php run-observe.php death-fr control 1-10
-------
If a similar error message is displayed, it means that the installation was OK.

Compute planets

A local sqlite database, planets.sqlite3 contains the positions of planets computed at 12:00, for each day between 1700 and 2030.
Generated by:
php run-observe.php prepare planets 1700-2030