date: sam. 03 mai 2025 07:45:01 CEST
=====================================================
name=CHANDRA, dir=chandra, script=update
=====================================================
ERREUR:  la relation ツォ chandra ツサ n'existe pas
LINE 1: SELECT count(*) FROM chandra 
                             ^
SET

----New observations becoming available:
ERREUR:  la relation ツォ chandra ツサ n'existe pas
LINE 1: Update chandra
               ^
ERREUR:  la relation ツォ chandra ツサ n'existe pas
LINE 1: Update chandra
               ^
SET

----Available Chandra Observations:
ERREUR:  la relation ツォ chandra ツサ n'existe pas
LINE 1: Select Low as instr, count(*) as Nobservations from chandra
                                                            ^
=====================================================
name=XMM    , dir=xmm, script=update
=====================================================
ERREUR:  la relation ツォ xmm ツサ n'existe pas
LINE 4: SELECT count(*) FROM xmm
                             ^
#...new XMM version, no update
SET

----Available XMM Observations:
ERREUR:  la relation ツォ xmm ツサ n'existe pas
LINE 1: Select count(*) as Images_Count from xmm;
                                             ^
ERREUR:  la relation ツォ xmm ツサ n'existe pas
LINE 3: ...lect distinct Obsno into temporary table t_x from xmm where ...
                                                             ^
ERREUR:  la relation ツォ t_x ツサ n'existe pas
LINE 1: Select count(*) as Distinct_Obs from t_x;
                                             ^