Proposal Decision Path

Proposal test2_neutrino Decision Flow Chart

Proposal Description: test neutrino

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 (10.0 degrees)?"} D --> |YES| R(Repoint) D --> |NO| END(Ignore) B --> |NO| C{Is Event from Antares?} C --> |NO| END C --> |YES| E{Source type?} E --> F[GRB] F[GRB] --> END E --> G[Flare Star] --> END E --> I[Neutrino] I[Neutrino] --> |Antares Event| RANK{Is the Antares ranking less than or equal to 2?} RANK --> |YES| L[Trigger Observation] RANK --> |NO| END I[Neutrino] --> |Non-Antares Event| L[Trigger Observation] subgraph NU I RANK 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