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 "If you intend to use data or information from this website, please let us know for reference.
\n"; //echo "
\n"; echo "
\n"; //$query="SELECT fSourceKey, fSourceName, (SELECT COUNT(*) FROM ".$_GET["table"]." LEFT JOIN RunInfo USING(fNight, fRunID) WHERE fRunTypeKey=1 AND RunInfo.fSourceKey=Source.fSourceKey) AS num FROM Source WHERE fSourceTypeKey=1"; $query="SELECT fSourceKey, fSourceName, COUNT(*) AS num FROM RunInfo LEFT JOIN Source USING(fSourceKey) WHERE fSourceTypeKey=1 AND fRunTypeKey=1 GROUP BY fSourceKey ORDER BY num DESC"; //echo $query."
"; $sources=array(); $result=mysql_query($query); while ($row = mysql_fetch_row($result)) $sources[$row[0]]=$row[1]; mysql_free_result($result); //$query="SELECT Min(fNight), Max(fNight) FROM ".$_GET["table"]; $query="SELECT Min(fNight), Max(fNight) FROM RunInfo"; //echo $query."
"; $result=mysql_query($query); while ($row = mysql_fetch_row($result)) { if (empty($start)) $start=$row[0]; if (empty($stop)) $stop=$row[1]; } mysql_free_result($result); if (strpos($email, "@")!= false && $source>0) { echo "

Sending data...

\n"; printf("Sent email to %s containing the data of %s from %d till %d for %s binning.
\n", $email, $sources[$source], $start, $stop, $timebins[$timebin]); //printf("Sending email to %s containing the data of %s from %d till %d for %s binning...
\n", $email, $sources[$source], $start, $stop, $timebins[$timebin]); //echo "
\n"; //echo $start." ".$stop." ".$source." ".$timebin." ".$email." ".$table." ".$time." ".$expert." ".$dch." ".$zd." ".$th." ".$light." ".$dust."
\n"; $sent=shell_exec("/users/fact/SW.automatic.processing/DataCheck/Tools/get_data.sh ".$start." ".$stop." ".$source." ".$timebin." ".$email." ".$table." ".$time." ".$expert." ".$dch." ".$zd." ".$th." ".$light." ".$dust); echo $sent; // use other return information } echo "

Select here the settings for your data sample:

\n"; // SOURCE echo "\n"; // Time Format echo "\n "; // Binning echo "\n"; echo "
\n"; printf("Time Range: from \n", $start); printf("to \n ", $stop); //echo "
\n"; echo "
\n"; if ($expert == "yes") { echo "

Further settings for internal use:

\n"; echo "\n"; echo "Select Analysis:
\n"; echo "Cuts: \n"; //DATACHECK echo "\n "; //DUST echo "\n "; //ZD echo "\n "; //TH echo "\n "; echo "\n
\n"; } echo "

Get data:

\n"; echo "Provide your email address to receive the data: \n"; printf("\n
\n", $email); echo "Clicking on the button, you agree to the data usage policy: \n"; echo "
\n"; echo "
\n"; echo "

Remarks:

"; if ($expert="yes") { echo ""; } else { 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 ""; echo ""; */ //$dom = new DOMDocument(); //$dom->loadHTML("download.php"); //echo $dom->getElementById("logged"); ?>