Changeset 8622 for trunk/MagicSoft/Mars
- Timestamp:
- 06/29/07 13:03:33 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8621 r8622 28 28 - adapted link for source name from sequinfo.php to 29 29 sequinfo-aio.php 30 31 * datacenter/db/menu.php, datacenter/db/builddatasets.php: 32 - moved init of limits (setting of know values) from 33 builddatasets.php to menu.php (function InitFindOffData), so that 34 the values are also available in sequinfo-aio.php 30 35 31 36 -
trunk/MagicSoft/Mars/datacenter/db/builddatasets.php
r8591 r8622 255 255 if (empty($_GET["fUnsuitableInner"])) 256 256 $_GET["fUnsuitableInner"]=$first?"On":""; 257 258 if (empty($_GET["fUnsInLimit1"]))259 $_GET["fUnsInLimit1"]=$first?"12":"";260 261 if (empty($_GET["fUnsInLimit2"]))262 $_GET["fUnsInLimit2"]=$first?"20":"";263 264 // if (empty($_GET["fRunTimeLimit1"]))265 // $_GET["fRunTimeLimit1"]=$first?"5":"";266 267 // if (empty($_GET["fRunTimeLimit2"]))268 // $_GET["fRunTimeLimit2"]=$first?"2":"";269 270 if (empty($_GET["fPSFLimitRms"]))271 $_GET["fPSFLimitRms"]=$first?"1.0":"";272 273 if (empty($_GET["fPedRmsInLimitRms"]))274 $_GET["fPedRmsInLimitRms"]=$first?"0.08":"";275 276 if (empty($_GET["fNumIslLimitMean"]))277 $_GET["fNumIslLimitMean"]=$first?"1.230":"";278 279 if (empty($_GET["fNumIslLimitRms"]))280 $_GET["fNumIslLimitRms"]=$first?"0.013":"";281 282 if (empty($_GET["fMuonCalLimitMean"]))283 $_GET["fMuonCalLimitMean"]=$first?"100.0":"";284 285 if (empty($_GET["fMuonCalLimitRms"]))286 $_GET["fMuonCalLimitRms"]=$first?"1.6":"";287 288 if (empty($_GET["fRelTimeMaxLimit1"]))289 $_GET["fRelTimeMaxLimit1"]=$first?"1.0":"";290 291 if (empty($_GET["fRelTimeMaxLimit2"]))292 $_GET["fRelTimeMaxLimit2"]=$first?"1.02":"";293 294 if (empty($_GET["fRelTimeMinLimit1"]))295 $_GET["fRelTimeMinLimit1"]=$first?"0.97":"";296 297 if (empty($_GET["fRelTimeMinLimit2"]))298 $_GET["fRelTimeMinLimit2"]=$first?"0.93":"";299 300 if (empty($_GET["fIMCLimit1"]))301 $_GET["fIMCLimit1"]=$first?"00":"";302 303 if (empty($_GET["fIMCLimit2"]))304 $_GET["fIMCLimit2"]=$first?"00":"";305 306 if (empty($_GET["fIsoInLimit1"]))307 $_GET["fIsoInLimit1"]=$first?"00":"";308 309 if (empty($_GET["fIsoInLimit2"]))310 $_GET["fIsoInLimit2"]=$first?"00":"";311 312 if (empty($_GET["fInhomLimitMean"]))313 $_GET["fInhomLimitMean"]=$first?"10":"";314 315 if (empty($_GET["fInhomLimitRms"]))316 $_GET["fInhomLimitRms"]=$first?"3":"";317 318 if (empty($_GET["fImgRateLimitMean"]))319 $_GET["fImgRateLimitMean"]=$first?"180":"";320 321 if (empty($_GET["fImgRateLimitRms"]))322 $_GET["fImgRateLimitRms"]=$first?"30":"";323 324 if (empty($_GET["fMuonRateLimitMean"]))325 $_GET["fMuonRateLimitMean"]=$first?"1":"";326 327 if (empty($_GET["fMuonRateLimitRms"]))328 $_GET["fMuonRateLimitRms"]=$first?"0.1":"";329 330 if (empty($_GET["fMuonNumLimit1"]))331 $_GET["fMuonNumLimit1"]=$first?"180":"";332 333 if (empty($_GET["fMuonNumLimit2"]))334 $_GET["fMuonNumLimit2"]=$first?"120":"";335 336 if (empty($_GET["fPulsePosLimit1"]))337 $_GET["fPulsePosLimit1"]=$first?"3.5":"";338 339 if (empty($_GET["fPulsePosLimit2"]))340 $_GET["fPulsePosLimit2"]=$first?"2.5":"";341 342 if (empty($_GET["fNumStarsLimit1"]))343 $_GET["fNumStarsLimit1"]=$first?"30":"";344 345 if (empty($_GET["fNumStarsLimit2"]))346 $_GET["fNumStarsLimit2"]=$first?"20":"";347 348 if (empty($_GET["fNumStarsCorLimit1"]))349 $_GET["fNumStarsCorLimit1"]=$first?"10":"";350 351 if (empty($_GET["fNumStarsCorLimit2"]))352 $_GET["fNumStarsCorLimit2"]=$first?"5":"";353 257 354 258 if (empty($_GET["fUnreliableInner"]))
Note:
See TracChangeset
for help on using the changeset viewer.