Changeset 6618


Ignore:
Timestamp:
02/18/05 21:20:20 (20 years ago)
Author:
garcz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/GRB-Proposal/Monitor.tex

    r6614 r6618  
    4646
    4747\begin{itemize}
    48 \item {\bf Darkness of the sky}: The Sun has to be below 
     48\item {\bf Darkness of the sky}: The Sun has to be below
    4949the astronomical horizon or have a zenith angle larger than 108$^\circ$.
    5050\item {\bf Position of GRB}: The GRB equatorial
     
    5858If one or more of these conditions fail, {\it gspot} enters into a
    5959{\color[rgb]{0.9,0.75,0.}\bf Yellow Alarm State} (the GRB is not observable at the moment). In this case the program saves the alert in a list and calculates when the GRB will become observable for \ma. In the moment when the criteria above will be fulfilled for this burst, and the time intervall after the burst onset is smaller than 5 hours, {\it gspot} enters into \textcolor{red}{\bf Red Alarm State}.
    60 If all the mentioned conditions are satisfied from the beginning, {\it gspot} enters into a \textcolor{red}{\bf Red Alarm State} immediately.\\
     60If all the mentioned conditions are satisfied from the beginning, {\it gspot} enters into a \textcolor{red}{\bf Red Alarm State} immediately.
     61If more than one alert is recived and the burst can not be observed immediately, the alert information are saved in a list. The software is weightning the alerts in respect to the time when they will became observable, the delay after the onset and the strenght of the burst. The best candidate will be send to the CC when it will enter the Red Alarm state.\\
    6162
    62 In both cases (\textcolor{red}{\bf RED} or {\color[rgb]{0.9,0.75,0.}\bf YELLOW} Alarm State), {\it gspot} establishes the communication with the CC and sends the GRB equatorial coordinates (RA/DEC J2000).
     63However, in both cases (\textcolor{red}{\bf RED} or {\color[rgb]{0.9,0.75,0.}\bf YELLOW} Alarm State), {\it gspot} establishes the communication with the CC and sends the GRB equatorial coordinates (RA/DEC J2000).
    6364For the communication with CC the format defined in~\cite{CONTROL} is used. At the same time, the shifters and the GRB-MAGIC group are contacted.
    6465
     
    8081
    8182The CC informs the shift crew about the alert and undertakes
    82 further steps only in case of a \textcolor{red}{\bf red alerts}. 
     83further steps only in case of a \textcolor{red}{\bf red alerts}.
    8384In this case, a pop-up window
    8485appears with all the alert information received by the burst monitor.
     
    9293In case of alert -- even if it did not contain the necessary coordinates -- the
    9394information is  translated into ``human language'' and stored in ASCII files.
    94 At the same time, an e-mail is sent to the MAGIC GRB-mailing list 
     95At the same time, an e-mail is sent to the MAGIC GRB-mailing list
    9596{\it grb@mppmu.mpg.de}.
    9697
     
    119120Since July 15$^{\mathrm{th}}$, 2004, {\it gspot} has been working stably at La Palma.
    120121It received about 100 alerts from HETE-2 and INTEGRAL, out of which
    121 21 contained GRB's coordinates. Time delays to the onset of the burst 
    122 were of the order of several minutes to tens of minutes. The Burst Monitor can be considered stable 
     12221 contained GRB's coordinates. Time delays to the onset of the burst
     123were of the order of several minutes to tens of minutes. The Burst Monitor can be considered stable
    123124since November 2004. Since then we have received the following two significant alerts:\\
    124125
     
    159160\centering
    160161\includegraphics[width=0.7\linewidth]{GCNsatellites.eps}
    161 \caption{Orbits of the \sw (top), \he (center) and \ig (bottom) satellites: The pointed lines 
    162 show the orbit while the drawn lines show the horizon of the Sun. Here, a typical night at 
     162\caption{Orbits of the \sw (top), \he (center) and \ig (bottom) satellites: The pointed lines
     163show the orbit while the drawn lines show the horizon of the Sun. Here, a typical night at
    163164La Palma is shown. The \sw satellite passes over the Roque seven times each night.}
    164165\label{fig:orbit}
    165166\end{figure}
    166167
    167 \subsection{Routines to Be Defined}
    168168
    169 The Burst Alarm System is currently able to provide the minimum
    170 features needed to point and to observe a GRB. However, in order to improve the efficiency
    171 to point and observe GRBs, several procedures have to be defined:
    172 
    173 \begin{itemize}
    174 \item {\bf Yellow Alarm strategy}:
    175 The strategy to follow a {\bf Yellow Alarm} is not defined yet.
    176 In such a case, the CC does not undertake any steps,
    177 except confirming the alarm notice to the Burst Monitor. We have not
    178 calculated yet if and when the GRB will become observable.
    179 It would make sense to check if we could point to the burst during the period of 5 hours.
    180 The Alarm System should change to a {\bf Red Alarm State}, then.
    181 
    182 \item {\bf Sequence of alerts}:
    183 How to deal with new alerts that are distributed during the time
    184 that {\it gspot} is in alarm state? Currently, {\it gspot}
    185 locks its alert status until it exits the alarm state (see session 2.2).
    186 This feature was implemented to avoid any loss of GRB information.
    187 Such a situation can occur for example if more than one burst alert is sent before
    188 the shift crew launches the CC.
    189 To solve this problem, we will change the {\it gspot} routine
    190 by implementing a list of all available GRB alerts.
    191 
    192 
    193 \par
    194 
    195 If more than one alert is present in the list, the program
    196 will weight the possible GRBs according to the following criteria:
    197 (1) the total time of observability within the canonical 5 hours,
    198 (2) the intensity of the burst and
    199 (3) the time until the GRB becomes observable.
    200 The information of the best GRB will be sent to the CC.
    201 
    202 \end{itemize}
    203 
    204 %%% Local Variables:
     169%%% Local Variables:
    205170%%% mode: latex
    206171%%% TeX-master: "GRB_proposal_2005"
Note: See TracChangeset for help on using the changeset viewer.