Changeset 6618
- Timestamp:
- 02/18/05 21:20:20 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/GRB-Proposal/Monitor.tex
r6614 r6618 46 46 47 47 \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 49 49 the astronomical horizon or have a zenith angle larger than 108$^\circ$. 50 50 \item {\bf Position of GRB}: The GRB equatorial … … 58 58 If one or more of these conditions fail, {\it gspot} enters into a 59 59 {\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.\\ 60 If all the mentioned conditions are satisfied from the beginning, {\it gspot} enters into a \textcolor{red}{\bf Red Alarm State} immediately. 61 If 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.\\ 61 62 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).63 However, 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). 63 64 For 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. 64 65 … … 80 81 81 82 The CC informs the shift crew about the alert and undertakes 82 further steps only in case of a \textcolor{red}{\bf red alerts}. 83 further steps only in case of a \textcolor{red}{\bf red alerts}. 83 84 In this case, a pop-up window 84 85 appears with all the alert information received by the burst monitor. … … 92 93 In case of alert -- even if it did not contain the necessary coordinates -- the 93 94 information 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 95 At the same time, an e-mail is sent to the MAGIC GRB-mailing list 95 96 {\it grb@mppmu.mpg.de}. 96 97 … … 119 120 Since July 15$^{\mathrm{th}}$, 2004, {\it gspot} has been working stably at La Palma. 120 121 It 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 122 21 contained GRB's coordinates. Time delays to the onset of the burst 123 were of the order of several minutes to tens of minutes. The Burst Monitor can be considered stable 123 124 since November 2004. Since then we have received the following two significant alerts:\\ 124 125 … … 159 160 \centering 160 161 \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 163 show the orbit while the drawn lines show the horizon of the Sun. Here, a typical night at 163 164 La Palma is shown. The \sw satellite passes over the Roque seven times each night.} 164 165 \label{fig:orbit} 165 166 \end{figure} 166 167 167 \subsection{Routines to Be Defined}168 168 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: 205 170 %%% mode: latex 206 171 %%% TeX-master: "GRB_proposal_2005"
Note:
See TracChangeset
for help on using the changeset viewer.