####################################################################
##  EROS suivi (light-curve) reading programs with SOPHYA 
##  (C) LAL-IN2P3/CNRS   (C) DAPNIA-SPP/CEA
##  C. Magneville - R. Ansari    July 2007 
####################################################################

This module contains program files extracted from the EROS/PEIDA software
and adapted to be compiled with SOPHYA (http://www.sophya.org) library 

>> See http://eros.in2p3.fr 
   follow the link to Peida or directly 
      http://eros.web.lal.in2p3.fr/PeidaDoc/index.html
  for a detailed description of suivi file format and EROS 
  light curves
    
A/ Contents : 
  - The EROS suivi (lightcurve) files management library : 
     libfsv.a 
  - Program to read a single suivi file : 
     anafsv checkfsv chkfsv 
  - A simple lightcurve processing class :
    lcproc.cc -> libfsv++.a
  - a c++ function library to analyse light-curves :
    libnbs.a 
  - Program to read mutiple suivi files (and multiple colors=filters) :
     nbsread_* 
  - An example input datacard for nbsread programs :
     nbsread.dataccd.Exemple

B/ Build :
  B.1/ 
  - You need to have SOPHYA library intslled (see www.sophya.org)
  - SOPHYABASE environment variable should be defined  
  - AND define the ANALCPATH to point to a write-accessible 
    directory 
  
  B.2/  
  # To create /obj /lib /exe in $ANALCPATH
  csh> make depend   
  # To build libraries and executables 
  csh> make all 
  
