Changeset 19936 for trunk/www/dch
- Timestamp:
- 02/03/20 22:27:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/dch/download.php
r19733 r19936 20 20 } 21 21 $maintenance=0; 22 $maintenance=1;22 #$maintenance=1; 23 23 24 24 if ($maintenance) … … 196 196 $zd="novalue"; 197 197 198 if (!empty($_POST["crabflux"])) 199 $crabflux=$_POST["crabflux"]; 200 else 201 $crabflux="-"; 202 198 203 //variable for non-combinable date/source 199 204 $warn=""; … … 288 293 print_popup("Email with data sent to ".$email); 289 294 if ($maintenance) 290 echo $start." ".$stop." ".$source." ".$timebin." ".$email." ".$table." ".$time." ".$expert." ".$dch." ".$zd." ".$th." ".$light." ".$dust." ".$rmemptyrow." ".$factorcut." <br>\n";291 $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." ".$rmemptyrow." ".$factorcut );295 echo $start." ".$stop." ".$source." ".$timebin." ".$email." ".$table." ".$time." ".$expert." ".$dch." ".$zd." ".$th." ".$light." ".$dust." ".$rmemptyrow." ".$factorcut." ".$crabflux."<br>\n"; 296 $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." ".$rmemptyrow." ".$factorcut." ".$crabflux); 292 297 echo $sent; 293 298 if (!empty($_POST["newsletter"])) … … 486 491 } 487 492 echo "</select>\n <br>\n"; 493 printf("Custom conversion factor to flux: <input name='crabflux' type='text' size='4' maxlength='4' value='%s'>[10^-11 erg/s/cm2] <br>\n", $crabflux); 488 494 } 489 495 … … 527 533 echo "</ul></li>\n"; 528 534 echo "<li>Not for all data dust measurements are available.</li>\n"; 529 //echo "<li></li>\n";535 echo "<li>Be aware that if you use a custom conversion factor to flux that you have to make sure that it is consistent with the analysis you choose.</li>\n"; 530 536 echo "</ul>"; 531 537 }
Note:
See TracChangeset
for help on using the changeset viewer.