Proposal Decision Path

Proposal ATCA_HESS_GRBs Decision Flow Chart

Proposal Description: ATCA rapid-response triggering on HESS-detected GRBs

Edit Proposal Settings

flowchart TD A(Event) --> B{"Have we observed this event before?"} B --> |YES| D{"Is the new event further away than the repointing limit (0.02 degrees)?"} D --> |YES| R(Repoint) D --> |NO| END(Ignore) B --> |NO| C{Is Event from HESS?} C --> |NO| END C --> |YES| E{Source type?} E --> F[GRB] F --> J{"Fermi GRB probability > 50.0\nor\nSWIFT Rate_signif > 0.0 sigma"} J --> |YES| L[Trigger Observation] subgraph GRB J L end E --> G[Flare Star] --> END E --> I[Neutrino] --> END E --> H[GW] --> END style A fill:blue,color:white style END fill:red,color:white style L fill:green,color:white style R fill:#21B6A8,color:white