MAINTENANCE ONGOING
check again in a few hours...
"QLA",
"AnalysisResultsRunISDC" => "ISDC",
);
$times=array(
"time" => "timestamp",
"unix" => "unixtime",
"mjd" => "MJD",
);
$zdcuts=array(
"all" => "all data",
"75" => "zd<75",
"45" => "zd<45",
"35" => "zd<35",
"30" => "zd<30",
);
$thcuts=array(
"all" => "all data",
"550" => "th<550",
"350" => "th<350",
);
$lights=array(
"all" => "all data",
"nomoon" => "no moon",
"dark" => "only dark night",
);
$dchs=array(
"no" => "all data",
"yes" => "apply data check (R750)",
);
$dusts=array(
"all" => "all data",
"20" => "dust<20",
"10" => "dust<10",
"1.0" => "dust<1",
);
$timebins=array(
"5" => "5 minutes",
"10" => "10 minutes",
"20" => "20 minutes",
"30" => "30 minutes",
"40" => "40 minutes",
"60" => "1 hour",
"90" => "1.5 hours",
"120" => "2 hours",
"180" => "3 hours",
"240" => "4 hours",
"300" => "5 hours",
"360" => "6 hours",
"-1" => "1 night",
"-2" => "2 nights",
"-3" => "3 nights",
"-4" => "4 nights",
"-5" => "5 nights",
"-6" => "6 nights",
"-7" => "7 nights",
"-10" => "10 nights",
"00" => "period",
);
$timebinsext=array(
"20" => "20 minutes",
"-1" => "1 night",
);
// get/define initial values
if (!empty($_GET["dch"]))
$dch=$_GET["dch"];
else
$dch="novalue";
if (!empty($_GET["dust"]))
$dust=$_GET["dust"];
else
$dust="novalue";
if (!empty($_GET["expert"]))
$expert=$_GET["expert"];
else
$expert="no";
if (!empty($_GET["email"]))
$email=$_GET["email"];
else
$email="";
if (!empty($_GET["light"]))
$light=$_GET["light"];
else
$light="novalue";
if (!empty($_GET["source"]))
$source=$_GET["source"];
else
$source=-1;
if (!empty($_GET["timebin"]))
$timebin=$_GET["timebin"];
else
$timebin="novalue";
if (!empty($_GET["time"]))
$time=$_GET["time"];
else
$time="novalue";
if (!empty($_GET["table"]))
$table=$_GET["table"];
else
$table="AnalysisResultsRunLP";
if (!empty($_GET["th"]))
$th=$_GET["th"];
else
$th="novalue";
if (!empty($_GET["zd"]))
$zd=$_GET["zd"];
else
$zd="novalue";
//variable for non-combinable date/source
$warn="";
include ("db.php");
$db_id = mysql_connect($host, $user, $pw);
mysql_select_db($db);
ini_set("display_errors", "On");
ini_set("mysql.trace_mode", "On");
echo "
FACT Quick Look Analysis - Download Area
\n";
//echo "
\n";
echo "Data Usage Policy
\n";
if ($expert=="yes")
{
echo "As a member or associated member of the FACT Collaboration, you have access to internal information.
\n";
echo "Any publication using FACT internal information has to have the full FACT author list.
\n";
}
else
{
echo "Using data from the FACT Quick Look Analysis, you agree to cite the ";
echo "FACT design paper\n ";
echo "and the quick look analysis.\n";
echo "
\n \n ";
echo "References:\n";
echo "\n";
echo "- Website Quick Look Analysis: https://fact-project.org/monitoring
\n";
echo "- FACT Design Paper: H. Anderhub et al. JINST 8 P6008 ADS\n ";
echo "open access\n
\n";
echo "- FACT Performance Paper: A. Biland et al. JINST 9 P10012 ADS\n ";
echo "open access\n
\n";
echo "- Information on the Quick Look Analysis: D. Dorner et al. Proceedings Fermi Symposium 2014 ADS\n ";
echo "open access\n
\n";
echo "
\n";
}
echo "If you intend to use data or information from this website, please let us know for reference.
\n";
//echo "
\n";
echo "\n";
echo "Remarks:
";
if ($expert="yes")
{
echo "\n";
echo "- The correction formula to correct the excess rate for the effects of zd and threshold are not yet final.
\n";
echo "- The CU conversion is currently only valid for QLA and until summer 2016.
\n";
echo "- The data quality selection based on the artificial trigger rate R750 might not work for all data (effect of lidar).
\n";
//echo "\n";
echo "
";
}
else
{
echo "\n";
//echo "- The results shown on this page are PRELIMINARY.
";
echo "- These are the results of a fast quick look analysis on site, i.e. they are preliminary.
\n";
echo "- The quick look analysis includes all data, i.e. no data selection done.
\n";
//echo "- NO data check is included in the analysis.
";
echo "- The shown curves are not fluxes but excess rates (number of excess events per effective ontime), \n";
echo "i.e. there is a dependence on trigger threshold and zenith distance of the observation (with the current \n";
echo "analysis for zenith distance > 40 degree and trigger threshold > 500 DAC counts).
\n";
//echo "i.e. a dependence on trigger threshold and zenith distance of the observation is expected ";
//echo "for zenith distance larger than 40 degree and very strong moon light.";
//echo "- NO corrections for the dependence on zenith distance and trigger threshold of the observation are applied so far.
";
//echo "- This webpage shows the excess rates (black), i.e. number of excess events ";
//echo "(signal minus background in the signal region) devided by the ontime of the observation, ";
//echo "and the background rates (blue), i.e. number of background events devided by ontime.
";
echo "- The curves are provided with 20 min binning and nightly binning.
\n";
echo "- In case, you need further details about the data or a different binning, please do not hesitate to contact us.
\n";
echo "- QLA results are available for the data since 12.12.2012. For older data, please contact us.
\n";
echo "- New software versions were introduced at the following dates: 24.5.2014
\n";
echo "
\n";
echo "In case you are interested in more than the public data, please contact us.\n";
}
echo "Contact
";
echo "Daniela Dorner dorner<at>astro.uni-wuerzburg.de
";
//echo "You acknowledge these regulations by clicking on the 'Show' button.
";
/*
$ranges=array(
// "5min" => " 5 min",
// "10min" => "10 min",
"20min" => "20 min",
"30min" => "30 min",
"40min" => "40 min",
"60min" => "60 min",
"90min" => "90 min",
"120min" => "120 min",
"180min" => "180 min",
"240min" => "240 min",
"300min" => "300 min",
"360min" => "360 min",
// "0001nights" => "1 night",
// "0002nights" => "2 nights",
// "0004nights" => "4 nights",
// "0008nights" => "8 nights",
// "0016nights" => "16 nights",
);
echo "