ds005256-mriqc/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 7cb6b6f26a [DATALAD RUNCMD] Compute MRIQC for sub-0079
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0079 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0079",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:42:06 +02:00

616 lines
No EOL
103 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0079_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-02/func/sub-0079_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>14a33a9db06a1c9d50275d44934244f0</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:40:36.342500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997754, -0.00660424, 0.0666654, 0.00383113, 0.999125, 0.0416399]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0983527</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7749, -7280, 499, 46, -97, 117, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4afd8b52-f546-438f-8df3-29f2c7fe8ab8||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6768996715545654, 0.010278635658323765, 0.18058161437511444, 106.04688262939453], [0.017718689516186714, 2.6805801391601562, 0.11148562282323837, -92.37077331542969], [0.17885836958885193, -0.1117168515920639, 2.6916465759277344, -76.86799621582031], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 839]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'AcquisitionTime': ['134036.342500', '134036.802500', '134037.262500', '134037.722500', '134038.182500', '134038.642500', '134039.102500', '134039.562500', '134040.022500', '134040.482500', '134040.942500', '134041.402500', '134041.862500', '134042.322500', '134042.782500', '134043.242500', '134043.702500', '134044.162500', '134044.622500', '134045.082500', '134045.542500', '134046.002500', '134046.462500', '134046.922500', '134047.382500', '134047.842500', '134048.302500', '134048.762500', '134049.222500', '134049.682500', '134050.142500', '134050.602500', '134051.062500', '134051.522500', '134051.982500', '134052.442500', '134052.902500', '134053.362500', '134053.822500', '134054.282500', '134054.742500', '134055.202500', '134055.662500', '134056.122500', '134056.582500', '134057.042500', '134057.502500', '134057.962500', '134058.422500', '134058.882500', '134059.342500', '134059.802500', '134100.262500', '134100.722500', '134101.182500', '134101.642500', '134102.102500', '134102.562500', '134103.022500', '134103.482500', '134103.942500', '134104.402500', '134104.862500', '134105.322500', '134105.782500', '134106.242500', '134106.702500', '134107.162500', '134107.622500', '134108.082500', '134108.542500', '134109.002500', '134109.462500', '134109.922500', '134110.382500', '134110.842500', '134111.302500', '134111.762500', '134112.222500', '134112.682500', '134113.142500', '134113.602500', '134114.062500', '134114.522500', '134114.982500', '134115.442500', '134115.902500', '134116.362500', '134116.822500', '134117.282500', '134117.742500', '134118.202500', '134118.662500', '134119.122500', '134119.582500', '134120.042500', '134120.502500', '134120.962500', '134121.422500', '134121.882500', '134122.342500', '134122.802500', '134123.262500', '134123.722500', '134124.182500', '134124.642500', '134125.102500', '134125.562500', '134126.022500', '134126.482500', '134126.942500', '134127.402500', '134127.862500', '134128.322500', '134128.782500', '134129.242500', '134129.702500', '134130.162500', '134130.622500', '134131.082500', '134131.542500', '134132.002500', '134132.462500', '134132.922500', '134133.382500', '134133.842500', '134134.302500', '134134.762500', '134135.222500', '134135.682500', '134136.142500', '134136.602500', '134137.062500', '134137.522500', '134137.982500', '134138.442500', '134138.902500', '134139.362500', '134139.822500', '134140.282500', '134140.742500', '134141.202500', '134141.662500', '134142.122500', '134142.582500', '134143.042500', '134143.502500', '134143.962500', '134144.422500', '134144.882500', '134145.342500', '134145.802500', '134146.262500', '134146.722500', '134147.182500', '134147.642500', '134148.102500', '134148.562500', '134149.022500', '134149.482500', '134149.942500', '134150.402500', '134150.862500', '134151.322500', '134151.782500', '134152.242500', '134152.702500', '134153.162500', '134153.622500', '134154.082500', '134154.542500', '134155.002500', '134155.462500', '134155.922500', '134156.382500', '134156.842500', '134157.302500', '134157.762500', '134158.222500', '134158.682500', '134159.142500', '134159.602500', '134200.062500', '134200.522500', '134200.982500', '134201.442500', '134201.902500', '134202.362500', '134202.822500', '134203.282500', '134203.742500', '134204.202500', '134204.662500', '134205.122500', '134205.582500', '134206.042500', '134206.502500', '134206.962500', '134207.422500', '134207.882500', '134208.342500', '134208.802500', '134209.262500', '134209.722500', '134210.182500', '134210.642500', '134211.102500', '134211.562500', '134212.022500', '134212.482500', '134212.942500', '134213.402500', '134213.862500', '134214.322500', '134214.782500', '134215.242500', '134215.702500', '134216.162500', '134216.622500', '134217.082500', '134217.542500', '134218.002500', '134218.462500', '134218.922500', '134219.382500', '134219.842500', '134220.302500', '134220.762500', '134221.222500', '134221.682500', '134222.142500', '134222.602500', '134223.062500', '134223.522500', '134223.982500', '134224.442500', '134224.902500', '134225.362500', '134225.822500', '134226.282500', '134226.742500', '134227.202500', '134227.662500', '134228.122500', '134228.582500', '134229.042500', '134229.502500', '134229.962500', '134230.422500', '134230.882500', '134231.342500', '134231.802500', '134232.262500', '134232.722500', '134233.182500', '134233.642500', '134234.102500', '134234.562500', '134235.022500', '134235.482500', '134235.942500', '134236.402500', '134236.862500', '134237.322500', '134237.782500', '134238.242500', '134238.702500', '134239.162500', '134239.622500', '134240.082500', '134240.542500', '134241.002500', '134241.462500', '134241.922500', '134242.382500', '134242.842500', '134243.302500', '134243.762500', '134244.222500', '134244.682500', '134245.142500', '134245.602500', '134246.062500', '134246.522500', '134246.982500', '134247.442500', '134247.902500', '134248.362500', '134248.822500', '134249.282500', '134249.742500', '134250.202500', '134250.662500', '134251.122500', '134251.582500', '134252.042500', '134252.502500', '134252.962500', '134253.422500', '134253.882500', '134254.342500', '134254.802500', '134255.262500', '134255.722500', '134256.182500', '134256.642500', '134257.102500', '134257.562500', '134258.022500', '134258.482500', '134258.942500', '134259.402500', '134259.862500', '134300.322500', '134300.782500', '134301.242500', '134301.702500', '134302.162500', '134302.622500', '134303.082500', '134303.542500', '134304.002500', '134304.462500', '134304.922500', '134305.382500', '134305.842500', '134306.302500', '134306.762500', '134307.222500', '134307.682500', '134308.142500', '134308.602500', '134309.062500', '134309.522500', '134309.982500', '134310.442500', '134310.902500', '134311.362500', '134311.822500', '134312.282500', '134312.742500', '134313.202500', '134313.662500', '134314.122500', '134314.582500', '134315.042500', '134315.502500', '134315.962500', '134316.422500', '134316.882500', '134317.342500', '134317.802500', '134318.262500', '134318.722500', '134319.182500', '134319.642500', '134320.102500', '134320.562500', '134321.022500', '134321.482500', '134321.942500', '134322.402500', '134322.862500', '134323.322500', '134323.782500', '134324.242500', '134324.702500', '134325.162500', '134325.622500', '134326.082500', '134326.542500', '134327.002500', '134327.462500', '134327.922500', '134328.382500', '134328.842500', '134329.302500', '134329.762500', '134330.222500', '134330.682500', '134331.142500', '134331.602500', '134332.062500', '134332.522500', '134332.982500', '134333.442500', '134333.902500', '134334.362500', '134334.822500', '134335.282500', '134335.742500', '134336.202500', '134336.662500', '134337.122500', '134337.582500', '134338.042500', '134338.502500', '134338.962500', '134339.422500', '134339.882500', '134340.342500', '134340.802500', '134341.262500', '134341.722500', '134342.182500', '134342.642500', '134343.102500', '134343.562500', '134344.022500', '134344.482500', '134344.942500', '134345.402500', '134345.862500', '134346.322500', '134346.782500', '134347.242500', '134347.702500', '134348.162500', '134348.622500', '134349.082500', '134349.542500', '134350.002500', '134350.462500', '134350.922500', '134351.382500', '134351.842500', '134352.302500', '134352.762500', '134353.222500', '134353.682500', '134354.142500', '134354.602500', '134355.062500', '134355.522500', '134355.982500', '134356.442500', '134356.902500', '134357.362500', '134357.822500', '134358.282500', '134358.742500', '134359.202500', '134359.662500', '134400.122500', '134400.582500', '134401.042500', '134401.502500', '134401.962500', '134402.422500', '134402.882500', '134403.342500', '134403.802500', '134404.262500', '134404.722500', '134405.182500', '134405.642500', '134406.102500', '134406.562500', '134407.022500', '134407.482500', '134407.942500', '134408.402500', '134408.862500', '134409.322500', '134409.782500', '134410.242500', '134410.702500', '134411.162500', '134411.622500', '134412.082500', '134412.542500', '134413.002500', '134413.462500', '134413.922500', '134414.382500', '134414.842500', '134415.302500', '134415.762500', '134416.222500', '134416.682500', '134417.142500', '134417.602500', '134418.062500', '134418.522500', '134418.982500', '134419.442500', '134419.902500', '134420.362500', '134420.822500', '134421.282500', '134421.742500', '134422.202500', '134422.662500', '134423.122500', '134423.582500', '134424.042500', '134424.502500', '134424.962500', '134425.422500', '134425.882500', '134426.342500', '134426.802500', '134427.262500', '134427.722500', '134428.182500', '134428.642500', '134429.102500', '134429.562500', '134430.022500', '134430.482500', '134430.942500', '134431.402500', '134431.862500', '134432.322500', '134432.782500', '134433.242500', '134433.702500', '134434.162500', '134434.622500', '134435.082500', '134435.542500', '134436.002500', '134436.462500', '134436.922500', '134437.382500', '134437.842500', '134438.302500', '134438.762500', '134439.222500', '134439.682500', '134440.142500', '134440.602500', '134441.062500', '134441.522500', '134441.982500', '134442.442500', '134442.902500', '134443.362500', '134443.822500', '134444.282500', '134444.742500', '134445.202500', '134445.662500', '134446.122500', '134446.582500', '134447.042500', '134447.502500', '134447.962500', '134448.422500', '134448.882500', '134449.342500', '134449.802500', '134450.262500', '134450.722500', '134451.182500', '134451.642500', '134452.102500', '134452.562500', '134453.022500', '134453.482500', '134453.942500', '134454.402500', '134454.862500', '134455.322500', '134455.782500', '134456.242500', '134456.702500', '134457.162500', '134457.622500', '134458.082500', '134458.542500', '134459.002500', '134459.462500', '134459.922500', '134500.382500', '134500.842500', '134501.302500', '134501.762500', '134502.222500', '134502.682500', '134503.142500', '134503.602500', '134504.062500', '134504.522500', '134504.982500', '134505.442500', '134505.902500', '134506.362500', '134506.822500', '134507.282500', '134507.742500', '134508.202500', '134508.662500', '134509.122500', '134509.582500', '134510.042500', '134510.502500', '134510.962500', '134511.422500', '134511.882500', '134512.342500', '134512.802500', '134513.262500', '134513.722500', '134514.182500', '134514.642500', '134515.102500', '134515.562500', '134516.022500', '134516.482500', '134516.942500', '134517.402500', '134517.862500', '134518.322500', '134518.782500', '134519.242500', '134519.702500', '134520.162500', '134520.622500', '134521.082500', '134521.542500', '134522.002500', '134522.462500', '134522.922500', '134523.382500', '134523.842500', '134524.302500', '134524.762500', '134525.222500', '134525.682500', '134526.142500', '134526.602500', '134527.062500', '134527.522500', '134527.982500', '134528.442500', '134528.902500', '134529.362500', '134529.822500', '134530.282500', '134530.742500', '134531.202500', '134531.662500', '134532.122500', '134532.582500', '134533.042500', '134533.502500', '134533.962500', '134534.422500', '134534.882500', '134535.342500', '134535.802500', '134536.262500', '134536.722500', '134537.182500', '134537.642500', '134538.102500', '134538.562500', '134539.022500', '134539.482500', '134539.942500', '134540.402500', '134540.862500', '134541.322500', '134541.782500', '134542.242500', '134542.702500', '134543.162500', '134543.622500', '134544.082500', '134544.542500', '134545.002500', '134545.462500', '134545.922500', '134546.382500', '134546.842500', '134547.302500', '134547.762500', '134548.222500', '134548.682500', '134549.142500', '134549.602500', '134550.062500', '134550.522500', '134550.982500', '134551.442500', '134551.902500', '134552.362500', '134552.822500', '134553.282500', '134553.742500', '134554.202500', '134554.662500', '134555.122500', '134555.582500', '134556.042500', '134556.502500', '134556.962500', '134557.422500', '134557.882500', '134558.342500', '134558.802500', '134559.262500', '134559.722500', '134600.182500', '134600.642500', '134601.102500', '134601.562500', '134602.022500', '134602.482500', '134602.942500', '134603.402500', '134603.862500', '134604.322500', '134604.782500', '134605.242500', '134605.702500', '134606.162500', '134606.622500', '134607.082500', '134607.542500', '134608.002500', '134608.462500', '134608.922500', '134609.382500', '134609.842500', '134610.302500', '134610.762500', '134611.222500', '134611.682500', '134612.142500', '134612.602500', '134613.062500', '134613.522500', '134613.982500', '134614.442500', '134614.902500', '134615.362500', '134615.822500', '134616.282500', '134616.742500', '134617.202500', '134617.662500', '134618.122500', '134618.582500', '134619.042500', '134619.502500', '134619.962500', '134620.422500', '134620.882500', '134621.342500', '134621.802500', '134622.262500', '134622.722500', '134623.182500', '134623.642500', '134624.102500', '134624.562500', '134625.022500', '134625.482500', '134625.942500', '134626.402500', '134626.862500', '134627.322500', '134627.782500', '134628.242500', '134628.702500', '134629.162500', '134629.622500', '134630.082500', '134630.542500', '134631.002500', '134631.462500', '134631.922500', '134632.382500', '134632.842500', '134633.302500', '134633.762500', '134634.222500', '134634.682500', '134635.142500', '134635.602500', '134636.062500', '134636.522500', '134636.982500', '134637.442500', '134637.902500', '134638.362500', '134638.822500', '134639.282500', '134639.742500', '134640.202500', '134640.662500', '134641.122500', '134641.582500', '134642.042500', '134642.502500', '134642.962500', '134643.422500', '134643.882500', '134644.342500', '134644.802500', '134645.262500', '134645.722500', '134646.182500', '134646.642500', '134647.102500', '134647.562500', '134648.022500', '134648.482500', '134648.942500', '134649.402500', '134649.862500', '134650.322500', '134650.782500', '134651.242500', '134651.702500', '134652.162500', '134652.622500', '134653.082500', '134653.542500', '134654.002500', '134654.462500', '134654.922500', '134655.382500', '134655.842500', '134656.302500', '134656.762500', '134657.222500', '134657.682500', '134658.142500', '134658.602500', '134659.062500', '134659.522500', '134659.982500', '134700.442500', '134700.902500', '134701.362500', '134701.822500'], 'ContentTime': ['134056.420000', '134056.423000', '134056.426000', '134056.429000', '134056.431000', '134056.434000', '134056.437000', '134056.439000', '134056.442000', '134056.444000', '134056.447000', '134056.450000', '134056.452000', '134056.455000', '134056.458000', '134056.460000', '134056.467000', '134056.470000', '134056.473000', '134056.475000', '134056.478000', '134056.480000', '134056.483000', '134056.486000', '134056.488000', '134056.491000', '134056.493000', '134056.496000', '134056.499000', '134056.501000', '134056.504000', '134056.506000', '134056.509000', '134056.512000', '134056.514000', '134056.517000', '134056.520000', '134056.529000', '134056.532000', '134056.534000', '134056.537000', '134116.392000', '134116.395000', '134116.397000', '134116.400000', '134116.403000', '134116.405000', '134116.408000', '134116.410000', '134116.413000', '134116.416000', '134116.418000', '134116.421000', '134116.424000', '134116.427000', '134116.430000', '134116.432000', '134116.435000', '134116.438000', '134116.440000', '134116.443000', '134116.446000', '134116.448000', '134116.451000', '134116.453000', '134116.456000', '134116.459000', '134116.461000', '134116.464000', '134116.467000', '134116.469000', '134116.472000', '134116.474000', '134116.477000', '134116.480000', '134116.482000', '134116.485000', '134116.488000', '134116.496000', '134116.499000', '134116.501000', '134116.504000', '134116.507000', '134116.509000', '134136.392000', '134136.395000', '134136.397000', '134136.400000', '134136.403000', '134136.405000', '134136.408000', '134136.411000', '134136.413000', '134136.416000', '134136.419000', '134136.421000', '134136.424000', '134136.426000', '134136.429000', '134136.432000', '134136.434000', '134136.437000', '134136.439000', '134136.442000', '134136.445000', '134136.447000', '134136.450000', '134136.453000', '134136.455000', '134136.458000', '134136.461000', '134136.463000', '134136.466000', '134136.468000', '134136.471000', '134136.474000', '134136.476000', '134136.479000', '134136.481000', '134136.484000', '134136.487000', '134136.489000', '134136.492000', '134136.495000', '134136.497000', '134136.500000', '134136.502000', '134136.505000', '134156.390000', '134156.393000', '134156.396000', '134156.399000', '134156.401000', '134156.404000', '134156.406000', '134156.409000', '134156.412000', '134156.414000', '134156.417000', '134156.420000', '134156.436000', '134156.439000', '134156.441000', '134156.444000', '134156.447000', '134156.449000', '134156.452000', '134156.455000', '134156.457000', '134156.460000', '134156.462000', '134156.465000', '134156.468000', '134156.470000', '134156.473000', '134156.476000', '134156.478000', '134156.481000', '134156.484000', '134156.487000', '134156.490000', '134156.492000', '134156.495000', '134156.498000', '134156.500000', '134156.503000', '134156.505000', '134156.508000', '134156.511000', '134156.518000', '134156.520000', '134216.392000', '134216.394000', '134216.397000', '134216.400000', '134216.402000', '134216.405000', '134216.408000', '134216.410000', '134216.413000', '134216.415000', '134216.418000', '134216.421000', '134216.423000', '134216.426000', '134216.429000', '134216.431000', '134216.434000', '134216.437000', '134216.439000', '134216.442000', '134216.445000', '134216.447000', '134216.450000', '134216.453000', '134216.455000', '134216.458000', '134216.461000', '134216.463000', '134216.466000', '134216.468000', '134216.471000', '134216.474000', '134216.476000', '134216.479000', '134216.482000', '134216.484000', '134216.487000', '134216.490000', '134216.492000', '134216.495000', '134216.498000', '134216.500000', '134216.503000', '134216.506000', '134236.391000', '134236.394000', '134236.397000', '134236.399000', '134236.402000', '134236.405000', '134236.407000', '134236.410000', '134236.413000', '134236.415000', '134236.418000', '134236.421000', '134236.424000', '134236.426000', '134236.429000', '134236.431000', '134236.434000', '134236.437000', '134236.439000', '134236.442000', '134236.445000', '134236.447000', '134236.450000', '134236.452000', '134236.455000', '134236.458000', '134236.461000', '134236.463000', '134236.466000', '134236.469000', '134236.472000', '134236.475000', '134236.477000', '134236.480000', '134236.483000', '134236.485000', '134236.488000', '134236.490000', '134236.493000', '134236.496000', '134236.499000', '134236.501000', '134236.504000', '134256.391000', '134256.394000', '134256.397000', '134256.399000', '134256.402000', '134256.405000', '134256.407000', '134256.410000', '134256.413000', '134256.415000', '134256.418000', '134256.421000', '134256.423000', '134256.426000', '134256.429000', '134256.431000', '134256.434000', '134256.445000', '134256.448000', '134256.451000', '134256.453000', '134256.456000', '134256.459000', '134256.461000', '134256.464000', '134256.467000', '134256.469000', '134256.472000', '134256.474000', '134256.477000', '134256.480000', '134256.482000', '134256.485000', '134256.488000', '134256.490000', '134256.493000', '134256.495000', '134256.498000', '134256.501000', '134256.503000', '134256.506000', '134256.509000', '134256.511000', '134256.514000', '134316.391000', '134316.394000', '134316.397000', '134316.400000', '134316.402000', '134316.405000', '134316.408000', '134316.410000', '134316.413000', '134316.416000', '134316.418000', '134316.421000', '134316.424000', '134316.426000', '134316.429000', '134316.431000', '134316.434000', '134316.437000', '134316.439000', '134316.442000', '134316.445000', '134316.447000', '134316.450000', '134316.453000', '134316.455000', '134316.458000', '134316.461000', '134316.463000', '134316.466000', '134316.470000', '134316.472000', '134316.475000', '134316.477000', '134316.480000', '134316.483000', '134316.485000', '134316.488000', '134316.491000', '134316.493000', '134316.496000', '134316.499000', '134316.501000', '134316.504000', '134336.391000', '134336.394000', '134336.397000', '134336.400000', '134336.402000', '134336.405000', '134336.407000', '134336.410000', '134336.444000', '134336.447000', '134336.450000', '134336.452000', '134336.455000', '134336.458000', '134336.460000', '134336.463000', '134336.466000', '134336.468000', '134336.471000', '134336.473000', '134336.476000', '134336.479000', '134336.481000', '134336.484000', '134336.486000', '134336.489000', '134336.492000', '134336.494000', '134336.497000', '134336.500000', '134336.502000', '134336.505000', '134336.508000', '134336.511000', '134336.513000', '134336.516000', '134336.519000', '134336.521000', '134336.524000', '134336.526000', '134336.529000', '134336.532000', '134336.534000', '134336.537000', '134356.392000', '134356.395000', '134356.397000', '134356.400000', '134356.403000', '134356.405000', '134356.408000', '134356.410000', '134356.413000', '134356.416000', '134356.418000', '134356.421000', '134356.423000', '134356.426000', '134356.429000', '134356.431000', '134356.434000', '134356.437000', '134356.439000', '134356.442000', '134356.444000', '134356.447000', '134356.450000', '134356.452000', '134356.455000', '134356.458000', '134356.461000', '134356.463000', '134356.466000', '134356.468000', '134356.471000', '134356.474000', '134356.476000', '134356.479000', '134356.482000', '134356.484000', '134356.487000', '134356.489000', '134356.492000', '134356.495000', '134356.497000', '134356.500000', '134356.503000', '134416.391000', '134416.393000', '134416.396000', '134416.399000', '134416.402000', '134416.404000', '134416.407000', '134416.409000', '134416.412000', '134416.415000', '134416.417000', '134416.420000', '134416.423000', '134416.425000', '134416.428000', '134416.430000', '134416.433000', '134416.436000', '134416.438000', '134416.441000', '134416.444000', '134416.447000', '134416.449000', '134416.452000', '134416.455000', '134416.457000', '134416.460000', '134416.463000', '134416.465000', '134416.468000', '134416.471000', '134416.473000', '134416.476000', '134416.479000', '134416.481000', '134416.484000', '134416.486000', '134416.489000', '134416.492000', '134416.494000', '134416.497000', '134416.499000', '134416.502000', '134416.505000', '134436.392000', '134436.395000', '134436.397000', '134436.400000', '134436.403000', '134436.406000', '134436.408000', '134436.411000', '134436.413000', '134436.416000', '134436.419000', '134436.421000', '134436.424000', '134436.426000', '134436.429000', '134436.432000', '134436.434000', '134436.437000', '134436.440000', '134436.442000', '134436.445000', '134436.448000', '134436.450000', '134436.453000', '134436.455000', '134436.458000', '134436.461000', '134436.463000', '134436.466000', '134436.469000', '134436.471000', '134436.474000', '134436.476000', '134436.479000', '134436.482000', '134436.484000', '134436.487000', '134436.490000', '134436.492000', '134436.495000', '134436.497000', '134436.500000', '134436.503000', '134456.392000', '134456.394000', '134456.397000', '134456.400000', '134456.403000', '134456.405000', '134456.408000', '134456.411000', '134456.413000', '134456.416000', '134456.419000', '134456.421000', '134456.424000', '134456.426000', '134456.429000', '134456.432000', '134456.434000', '134456.437000', '134456.440000', '134456.443000', '134456.445000', '134456.448000', '134456.451000', '134456.453000', '134456.456000', '134456.459000', '134456.461000', '134456.464000', '134456.466000', '134456.469000', '134456.472000', '134456.474000', '134456.477000', '134456.492000', '134456.495000', '134456.497000', '134456.500000', '134456.503000', '134456.505000', '134456.508000', '134456.511000', '134456.513000', '134456.516000', '134456.518000', '134516.391000', '134516.394000', '134516.397000', '134516.400000', '134516.403000', '134516.405000', '134516.408000', '134516.411000', '134516.413000', '134516.416000', '134516.419000', '134516.421000', '134516.424000', '134516.427000', '134516.429000', '134516.432000', '134516.440000', '134516.442000', '134516.445000', '134516.448000', '134516.451000', '134516.453000', '134516.456000', '134516.458000', '134516.461000', '134516.464000', '134516.466000', '134516.469000', '134516.472000', '134516.474000', '134516.477000', '134516.480000', '134516.482000', '134516.485000', '134516.488000', '134516.490000', '134516.493000', '134516.495000', '134516.498000', '134516.501000', '134516.503000', '134516.506000', '134516.508000', '134536.391000', '134536.395000', '134536.397000', '134536.400000', '134536.402000', '134536.405000', '134536.408000', '134536.411000', '134536.413000', '134536.416000', '134536.418000', '134536.421000', '134536.424000', '134536.426000', '134536.429000', '134536.432000', '134536.434000', '134536.437000', '134536.440000', '134536.443000', '134536.445000', '134536.448000', '134536.451000', '134536.453000', '134536.456000', '134536.459000', '134536.461000', '134536.464000', '134536.467000', '134536.469000', '134536.472000', '134536.475000', '134536.477000', '134536.480000', '134536.483000', '134536.485000', '134536.488000', '134536.491000', '134536.493000', '134536.496000', '134536.498000', '134536.501000', '134536.504000', '134536.506000', '134556.391000', '134556.394000', '134556.397000', '134556.400000', '134556.402000', '134556.405000', '134556.407000', '134556.410000', '134556.413000', '134556.416000', '134556.418000', '134556.421000', '134556.424000', '134556.426000', '134556.429000', '134556.431000', '134556.434000', '134556.437000', '134556.440000', '134556.442000', '134556.445000', '134556.448000', '134556.450000', '134556.453000', '134556.455000', '134556.458000', '134556.461000', '134556.464000', '134556.466000', '134556.469000', '134556.471000', '134556.474000', '134556.477000', '134556.479000', '134556.482000', '134556.485000', '134556.488000', '134556.490000', '134556.493000', '134556.496000', '134556.498000', '134556.501000', '134556.503000', '134616.392000', '134616.395000', '134616.397000', '134616.400000', '134616.403000', '134616.405000', '134616.408000', '134616.411000', '134616.413000', '134616.418000', '134616.420000', '134616.423000', '134616.426000', '134616.428000', '134616.431000', '134616.434000', '134616.437000', '134616.439000', '134616.442000', '134616.444000', '134616.447000', '134616.450000', '134616.452000', '134616.455000', '134616.458000', '134616.460000', '134616.463000', '134616.466000', '134616.468000', '134616.471000', '134616.474000', '134616.476000', '134616.479000', '134616.482000', '134616.484000', '134616.487000', '134616.490000', '134616.492000', '134616.495000', '134616.497000', '134616.500000', '134616.503000', '134616.506000', '134616.508000', '134636.407000', '134636.410000', '134636.413000', '134636.415000', '134636.418000', '134636.420000', '134636.423000', '134636.426000', '134636.428000', '134636.431000', '134636.434000', '134636.436000', '134636.439000', '134636.442000', '134636.444000', '134636.447000', '134636.450000', '134636.452000', '134636.455000', '134636.458000', '134636.460000', '134636.463000', '134636.465000', '134636.468000', '134636.471000', '134636.473000', '134636.476000', '134636.479000', '134636.481000', '134636.484000', '134636.487000', '134636.489000', '134636.492000', '134636.494000', '134636.497000', '134636.500000', '134636.502000', '134636.505000', '134636.508000', '134636.511000', '134636.514000', '134636.517000', '134636.520000', '134656.392000', '134656.395000', '134656.397000', '134656.401000', '134656.404000', '134656.406000', '134656.409000', '134656.412000', '134656.414000', '134656.417000', '134656.420000', '134656.422000', '134656.425000', '134656.428000', '134656.430000', '134656.433000', '134656.436000', '134656.438000', '134656.441000', '134656.444000', '134656.446000', '134656.449000', '134656.451000', '134656.454000', '134656.457000', '134656.460000', '134656.462000', '134656.465000', '134656.468000', '134656.470000', '134656.473000', '134656.476000', '134656.478000', '134656.481000', '134656.483000', '134656.486000', '134656.489000', '134656.492000', '134656.494000', '134656.497000', '134656.499000', '134656.502000', '134656.505000', '134703.251000', '134703.255000', '134703.258000', '134703.261000', '134703.263000', '134703.266000', '134703.269000', '134703.271000', '134703.274000', '134703.277000', '134703.280000', '134703.283000', '134703.286000', '134703.288000', '134703.292000', '134703.295000'], 'InstanceCreationTime': ['134056.420000', '134056.423000', '134056.426000', '134056.429000', '134056.431000', '134056.434000', '134056.437000', '134056.439000', '134056.442000', '134056.444000', '134056.447000', '134056.450000', '134056.452000', '134056.455000', '134056.458000', '134056.460000', '134056.467000', '134056.470000', '134056.473000', '134056.475000', '134056.478000', '134056.480000', '134056.483000', '134056.486000', '134056.488000', '134056.491000', '134056.493000', '134056.496000', '134056.499000', '134056.501000', '134056.504000', '134056.506000', '134056.509000', '134056.512000', '134056.514000', '134056.517000', '134056.520000', '134056.529000', '134056.532000', '134056.534000', '134056.537000', '134116.392000', '134116.395000', '134116.397000', '134116.400000', '134116.403000', '134116.405000', '134116.408000', '134116.410000', '134116.413000', '134116.416000', '134116.418000', '134116.421000', '134116.424000', '134116.427000', '134116.430000', '134116.432000', '134116.435000', '134116.438000', '134116.440000', '134116.443000', '134116.446000', '134116.448000', '134116.451000', '134116.453000', '134116.456000', '134116.459000', '134116.461000', '134116.464000', '134116.467000', '134116.469000', '134116.472000', '134116.474000', '134116.477000', '134116.480000', '134116.482000', '134116.485000', '134116.488000', '134116.496000', '134116.499000', '134116.501000', '134116.504000', '134116.507000', '134116.509000', '134136.392000', '134136.395000', '134136.397000', '134136.400000', '134136.403000', '134136.405000', '134136.408000', '134136.411000', '134136.413000', '134136.416000', '134136.419000', '134136.421000', '134136.424000', '134136.426000', '134136.429000', '134136.432000', '134136.434000', '134136.437000', '134136.439000', '134136.442000', '134136.445000', '134136.447000', '134136.450000', '134136.453000', '134136.455000', '134136.458000', '134136.461000', '134136.463000', '134136.466000', '134136.468000', '134136.471000', '134136.474000', '134136.476000', '134136.479000', '134136.481000', '134136.484000', '134136.487000', '134136.489000', '134136.492000', '134136.495000', '134136.497000', '134136.500000', '134136.502000', '134136.505000', '134156.390000', '134156.393000', '134156.396000', '134156.399000', '134156.401000', '134156.404000', '134156.406000', '134156.409000', '134156.412000', '134156.414000', '134156.417000', '134156.420000', '134156.436000', '134156.439000', '134156.441000', '134156.444000', '134156.447000', '134156.449000', '134156.452000', '134156.455000', '134156.457000', '134156.460000', '134156.462000', '134156.465000', '134156.468000', '134156.470000', '134156.473000', '134156.476000', '134156.478000', '134156.481000', '134156.484000', '134156.487000', '134156.490000', '134156.492000', '134156.495000', '134156.498000', '134156.500000', '134156.503000', '134156.505000', '134156.508000', '134156.511000', '134156.518000', '134156.520000', '134216.392000', '134216.394000', '134216.397000', '134216.400000', '134216.402000', '134216.405000', '134216.408000', '134216.410000', '134216.413000', '134216.415000', '134216.418000', '134216.421000', '134216.423000', '134216.426000', '134216.429000', '134216.431000', '134216.434000', '134216.437000', '134216.439000', '134216.442000', '134216.445000', '134216.447000', '134216.450000', '134216.453000', '134216.455000', '134216.458000', '134216.461000', '134216.463000', '134216.466000', '134216.468000', '134216.471000', '134216.474000', '134216.476000', '134216.479000', '134216.482000', '134216.484000', '134216.487000', '134216.490000', '134216.492000', '134216.495000', '134216.498000', '134216.500000', '134216.503000', '134216.506000', '134236.391000', '134236.394000', '134236.397000', '134236.399000', '134236.402000', '134236.405000', '134236.407000', '134236.410000', '134236.413000', '134236.415000', '134236.418000', '134236.421000', '134236.424000', '134236.426000', '134236.429000', '134236.431000', '134236.434000', '134236.437000', '134236.439000', '134236.442000', '134236.445000', '134236.447000', '134236.450000', '134236.452000', '134236.455000', '134236.458000', '134236.461000', '134236.463000', '134236.466000', '134236.469000', '134236.472000', '134236.475000', '134236.477000', '134236.480000', '134236.483000', '134236.485000', '134236.488000', '134236.490000', '134236.493000', '134236.496000', '134236.499000', '134236.501000', '134236.504000', '134256.391000', '134256.394000', '134256.397000', '134256.399000', '134256.402000', '134256.405000', '134256.407000', '134256.410000', '134256.413000', '134256.415000', '134256.418000', '134256.421000', '134256.423000', '134256.426000', '134256.429000', '134256.431000', '134256.434000', '134256.445000', '134256.448000', '134256.451000', '134256.453000', '134256.456000', '134256.459000', '134256.461000', '134256.464000', '134256.467000', '134256.469000', '134256.472000', '134256.474000', '134256.477000', '134256.480000', '134256.482000', '134256.485000', '134256.488000', '134256.490000', '134256.493000', '134256.495000', '134256.498000', '134256.501000', '134256.503000', '134256.506000', '134256.509000', '134256.511000', '134256.514000', '134316.391000', '134316.394000', '134316.397000', '134316.400000', '134316.402000', '134316.405000', '134316.408000', '134316.410000', '134316.413000', '134316.416000', '134316.418000', '134316.421000', '134316.424000', '134316.426000', '134316.429000', '134316.431000', '134316.434000', '134316.437000', '134316.439000', '134316.442000', '134316.445000', '134316.447000', '134316.450000', '134316.453000', '134316.455000', '134316.458000', '134316.461000', '134316.463000', '134316.466000', '134316.470000', '134316.472000', '134316.475000', '134316.477000', '134316.480000', '134316.483000', '134316.485000', '134316.488000', '134316.491000', '134316.493000', '134316.496000', '134316.499000', '134316.501000', '134316.504000', '134336.391000', '134336.394000', '134336.397000', '134336.400000', '134336.402000', '134336.405000', '134336.407000', '134336.410000', '134336.444000', '134336.447000', '134336.450000', '134336.452000', '134336.455000', '134336.458000', '134336.460000', '134336.463000', '134336.466000', '134336.468000', '134336.471000', '134336.473000', '134336.476000', '134336.479000', '134336.481000', '134336.484000', '134336.486000', '134336.489000', '134336.492000', '134336.494000', '134336.497000', '134336.500000', '134336.502000', '134336.505000', '134336.508000', '134336.511000', '134336.513000', '134336.516000', '134336.519000', '134336.521000', '134336.524000', '134336.526000', '134336.529000', '134336.532000', '134336.534000', '134336.537000', '134356.392000', '134356.395000', '134356.397000', '134356.400000', '134356.403000', '134356.405000', '134356.408000', '134356.410000', '134356.413000', '134356.416000', '134356.418000', '134356.421000', '134356.423000', '134356.426000', '134356.429000', '134356.431000', '134356.434000', '134356.437000', '134356.439000', '134356.442000', '134356.444000', '134356.447000', '134356.450000', '134356.452000', '134356.455000', '134356.458000', '134356.461000', '134356.463000', '134356.466000', '134356.468000', '134356.471000', '134356.474000', '134356.476000', '134356.479000', '134356.482000', '134356.484000', '134356.487000', '134356.489000', '134356.492000', '134356.495000', '134356.497000', '134356.500000', '134356.503000', '134416.391000', '134416.393000', '134416.396000', '134416.399000', '134416.402000', '134416.404000', '134416.407000', '134416.409000', '134416.412000', '134416.415000', '134416.417000', '134416.420000', '134416.423000', '134416.425000', '134416.428000', '134416.430000', '134416.433000', '134416.436000', '134416.438000', '134416.441000', '134416.444000', '134416.447000', '134416.449000', '134416.452000', '134416.455000', '134416.457000', '134416.460000', '134416.463000', '134416.465000', '134416.468000', '134416.471000', '134416.473000', '134416.476000', '134416.479000', '134416.481000', '134416.484000', '134416.486000', '134416.489000', '134416.492000', '134416.494000', '134416.497000', '134416.499000', '134416.502000', '134416.505000', '134436.392000', '134436.395000', '134436.397000', '134436.400000', '134436.403000', '134436.406000', '134436.408000', '134436.411000', '134436.413000', '134436.416000', '134436.419000', '134436.421000', '134436.424000', '134436.426000', '134436.429000', '134436.432000', '134436.434000', '134436.437000', '134436.440000', '134436.442000', '134436.445000', '134436.448000', '134436.450000', '134436.453000', '134436.455000', '134436.458000', '134436.461000', '134436.463000', '134436.466000', '134436.469000', '134436.471000', '134436.474000', '134436.476000', '134436.479000', '134436.482000', '134436.484000', '134436.487000', '134436.490000', '134436.492000', '134436.495000', '134436.497000', '134436.500000', '134436.503000', '134456.392000', '134456.394000', '134456.397000', '134456.400000', '134456.403000', '134456.405000', '134456.408000', '134456.411000', '134456.413000', '134456.416000', '134456.419000', '134456.421000', '134456.424000', '134456.426000', '134456.429000', '134456.432000', '134456.434000', '134456.437000', '134456.440000', '134456.443000', '134456.445000', '134456.448000', '134456.451000', '134456.453000', '134456.456000', '134456.459000', '134456.461000', '134456.464000', '134456.466000', '134456.469000', '134456.472000', '134456.474000', '134456.477000', '134456.492000', '134456.495000', '134456.497000', '134456.500000', '134456.503000', '134456.505000', '134456.508000', '134456.511000', '134456.513000', '134456.516000', '134456.518000', '134516.391000', '134516.394000', '134516.397000', '134516.400000', '134516.403000', '134516.405000', '134516.408000', '134516.411000', '134516.413000', '134516.416000', '134516.419000', '134516.421000', '134516.424000', '134516.427000', '134516.429000', '134516.432000', '134516.440000', '134516.442000', '134516.445000', '134516.448000', '134516.451000', '134516.453000', '134516.456000', '134516.458000', '134516.461000', '134516.464000', '134516.466000', '134516.469000', '134516.472000', '134516.474000', '134516.477000', '134516.480000', '134516.482000', '134516.485000', '134516.488000', '134516.490000', '134516.493000', '134516.495000', '134516.498000', '134516.501000', '134516.503000', '134516.506000', '134516.508000', '134536.391000', '134536.395000', '134536.397000', '134536.400000', '134536.402000', '134536.405000', '134536.408000', '134536.411000', '134536.413000', '134536.416000', '134536.418000', '134536.421000', '134536.424000', '134536.426000', '134536.429000', '134536.432000', '134536.434000', '134536.437000', '134536.440000', '134536.443000', '134536.445000', '134536.448000', '134536.451000', '134536.453000', '134536.456000', '134536.459000', '134536.461000', '134536.464000', '134536.467000', '134536.469000', '134536.472000', '134536.475000', '134536.477000', '134536.480000', '134536.483000', '134536.485000', '134536.488000', '134536.491000', '134536.493000', '134536.496000', '134536.498000', '134536.501000', '134536.504000', '134536.506000', '134556.391000', '134556.394000', '134556.397000', '134556.400000', '134556.402000', '134556.405000', '134556.407000', '134556.410000', '134556.413000', '134556.416000', '134556.418000', '134556.421000', '134556.424000', '134556.426000', '134556.429000', '134556.431000', '134556.434000', '134556.437000', '134556.440000', '134556.442000', '134556.445000', '134556.448000', '134556.450000', '134556.453000', '134556.455000', '134556.458000', '134556.461000', '134556.464000', '134556.466000', '134556.469000', '134556.471000', '134556.474000', '134556.477000', '134556.479000', '134556.482000', '134556.485000', '134556.488000', '134556.490000', '134556.493000', '134556.496000', '134556.498000', '134556.501000', '134556.503000', '134616.392000', '134616.395000', '134616.397000', '134616.400000', '134616.403000', '134616.405000', '134616.408000', '134616.411000', '134616.413000', '134616.418000', '134616.420000', '134616.423000', '134616.426000', '134616.428000', '134616.431000', '134616.434000', '134616.437000', '134616.439000', '134616.442000', '134616.444000', '134616.447000', '134616.450000', '134616.452000', '134616.455000', '134616.458000', '134616.460000', '134616.463000', '134616.466000', '134616.468000', '134616.471000', '134616.474000', '134616.476000', '134616.479000', '134616.482000', '134616.484000', '134616.487000', '134616.490000', '134616.492000', '134616.495000', '134616.497000', '134616.500000', '134616.503000', '134616.506000', '134616.508000', '134636.407000', '134636.410000', '134636.413000', '134636.415000', '134636.418000', '134636.420000', '134636.423000', '134636.426000', '134636.428000', '134636.431000', '134636.434000', '134636.436000', '134636.439000', '134636.442000', '134636.444000', '134636.447000', '134636.450000', '134636.452000', '134636.455000', '134636.458000', '134636.460000', '134636.463000', '134636.465000', '134636.468000', '134636.471000', '134636.473000', '134636.476000', '134636.479000', '134636.481000', '134636.484000', '134636.487000', '134636.489000', '134636.492000', '134636.494000', '134636.497000', '134636.500000', '134636.502000', '134636.505000', '134636.508000', '134636.511000', '134636.514000', '134636.517000', '134636.520000', '134656.392000', '134656.395000', '134656.397000', '134656.401000', '134656.404000', '134656.406000', '134656.409000', '134656.412000', '134656.414000', '134656.417000', '134656.420000', '134656.422000', '134656.425000', '134656.428000', '134656.430000', '134656.433000', '134656.436000', '134656.438000', '134656.441000', '134656.444000', '134656.446000', '134656.449000', '134656.451000', '134656.454000', '134656.457000', '134656.460000', '134656.462000', '134656.465000', '134656.468000', '134656.470000', '134656.473000', '134656.476000', '134656.478000', '134656.481000', '134656.483000', '134656.486000', '134656.489000', '134656.492000', '134656.494000', '134656.497000', '134656.499000', '134656.502000', '134656.505000', '134703.251000', '134703.255000', '134703.258000', '134703.261000', '134703.263000', '134703.266000', '134703.269000', '134703.271000', '134703.274000', '134703.277000', '134703.280000', '134703.283000', '134703.286000', '134703.288000', '134703.292000', '134703.295000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'LargestImagePixelValue': [8111, 7776, 10321, 7853, 14512, 8019, 11117, 7935, 9054, 8198, 8065, 7703, 7512, 10764, 7741, 8512, 7479, 10816, 7664, 9738, 7779, 9968, 9821, 8311, 7727, 7492, 8156, 7367, 12532, 7528, 9275, 14256, 11433, 7359, 8047, 7636, 10611, 7766, 11539, 16472, 12095, 18642, 13729, 19069, 12429, 14007, 10169, 14749, 18046, 12756, 8456, 8220, 7607, 7424, 7368, 7487, 7537, 9173, 7691, 11790, 9501, 10184, 17440, 14128, 13516, 9787, 9055, 15731, 7660, 13942, 17940, 14358, 7860, 7347, 11099, 7472, 7399, 7701, 7893, 13559, 17675, 18650, 12954, 10248, 9623, 8717, 13729, 11669, 15550, 15895, 15221, 13169, 9121, 7767, 9354, 7857, 10007, 12666, 10612, 12488, 9302, 19158, 16543, 15555, 9246, 11230, 10301, 12584, 12323, 10112, 10473, 7485, 8975, 9884, 17177, 7843, 7571, 7704, 9230, 8043, 8047, 9851, 7495, 10141, 15787, 17287, 14047, 9837, 11735, 7999, 7585, 8483, 7599, 10488, 14143, 7584, 7643, 7585, 8834, 7722, 13237, 9238, 13966, 7799, 11404, 7862, 10211, 7799, 7970, 7549, 8093, 8469, 7577, 8896, 18002, 17541, 16060, 14664, 10612, 11789, 8353, 7964, 7768, 7564, 7944, 7359, 8552, 7432, 8915, 7614, 11504, 8139, 13043, 16313, 12007, 17989, 14254, 15694, 8904, 7652, 8107, 8226, 13550, 9997, 10694, 7613, 7494, 7820, 13450, 10276, 13118, 10054, 11002, 8281, 10206, 7675, 10848, 7993, 7576, 9029, 9953, 12415, 8131, 7606, 7741, 13425, 9892, 13628, 9956, 14238, 9065, 11607, 7898, 15650, 17528, 17317, 14192, 11728, 8699, 7911, 16387, 13088, 18116, 8237, 7894, 7861, 8182, 7640, 8022, 7584, 7911, 7725, 7594, 13526, 9103, 11030, 8548, 8899, 13174, 7745, 12692, 7362, 10169, 7806, 9236, 7797, 8491, 7923, 7839, 13853, 7667, 10371, 7873, 9214, 7568, 8342, 7944, 8712, 7587, 7894, 7651, 7526, 11068, 7486, 10009, 7672, 10337, 11168, 17217, 16447, 17373, 11086, 8673, 7942, 8951, 7532, 8973, 7628, 9013, 7484, 8744, 7514, 8763, 7346, 9288, 9632, 9189, 16233, 10568, 17392, 11505, 14806, 9846, 12186, 7605, 9484, 11361, 8270, 14165, 7795, 11130, 7529, 9662, 7740, 9064, 7789, 8836, 7353, 8752, 7541, 8038, 7720, 7495, 9868, 7590, 11408, 14754, 11317, 15240, 9447, 10465, 7909, 7988, 7400, 7728, 7645, 7732, 8148, 7515, 7514, 7468, 7958, 7626, 7521, 7563, 12462, 7541, 10698, 7641, 9107, 7611, 9219, 7748, 8472, 7416, 7636, 12055, 14779, 17716, 8002, 7926, 7593, 8117, 8726, 7525, 7843, 7731, 11088, 8504, 10310, 10492, 11508, 8945, 8163, 8727, 7654, 13007, 7682, 13002, 8471, 12525, 7828, 10809, 7878, 11119, 7804, 11251, 8434, 13310, 8153, 12120, 9356, 18573, 14076, 15887, 14818, 18406, 11752, 9828, 9587, 9904, 7475, 7984, 7665, 7227, 9089, 7455, 8473, 10231, 7607, 16044, 10895, 13067, 9618, 12646, 7946, 8938, 13870, 8172, 17232, 9919, 13863, 9787, 11053, 7788, 8912, 7289, 7556, 8038, 7687, 8349, 7708, 7785, 7497, 10533, 7491, 10529, 7703, 9542, 7527, 8031, 7449, 10217, 7401, 9701, 7648, 9469, 7634, 10382, 7711, 9951, 9796, 10303, 7611, 14054, 7594, 7512, 7951, 14899, 11100, 15026, 12494, 13198, 7849, 8708, 7389, 7975, 8369, 8377, 7913, 8929, 7586, 9117, 7844, 9545, 8124, 9200, 8192, 9197, 13062, 7346, 15065, 7842, 12222, 8697, 11207, 7638, 9169, 7729, 10327, 9468, 12557, 7921, 9185, 7515, 8743, 11031, 9935, 14517, 10921, 9085, 7764, 12955, 7628, 13792, 8912, 13245, 7617, 10261, 7628, 9084, 7390, 9492, 7362, 7930, 7538, 7492, 11344, 7640, 11492, 8259, 10830, 7595, 10639, 7825, 10087, 7463, 10294, 8667, 11300, 7913, 7516, 7527, 9634, 7683, 11975, 12452, 11956, 7553, 11238, 7462, 9014, 8365, 13151, 7582, 7630, 7733, 15331, 11893, 16168, 11157, 15484, 7775, 10912, 7604, 10280, 7996, 13307, 8748, 9568, 7429, 8430, 7562, 7842, 8680, 8289, 7382, 7715, 7485, 7679, 8608, 8294, 8068, 7815, 7927, 7491, 9841, 7595, 9523, 7678, 7366, 7668, 7753, 7538, 8315, 8392, 7257, 7878, 7421, 8000, 7951, 8072, 10867, 9193, 12147, 7460, 12493, 8191, 12198, 8781, 11277, 7659, 10693, 8292, 10974, 8019, 11431, 7839, 10611, 7637, 10097, 7801, 10025, 7551, 10684, 7643, 8497, 7706, 7792, 8198, 7552, 9445, 8050, 7570, 7486, 9019, 7349, 12490, 8251, 11273, 8189, 10280, 7582, 9306, 7623, 10674, 7853, 12312, 8464, 12232, 7541, 12530, 8336, 10876, 8073, 12751, 7874, 10379, 7671, 10951, 7964, 10009, 7907, 11582, 7906, 10563, 7842, 9978, 7703, 9508, 14048, 10424, 8022, 7574, 8565, 7410, 13672, 8744, 12122, 8337, 11042, 7577, 9824, 7664, 8867, 7626, 8875, 7562, 7699, 8324, 7614, 7384, 8064, 7429, 7563, 12007, 7803, 12218, 8948, 12705, 7631, 10646, 7486, 9099, 9573, 7995, 9763, 8400, 7616, 7913, 12356, 7748, 12068, 8764, 10867, 8066, 9985, 7659, 8658, 9701, 7520, 9992, 8016, 7410, 7467, 10927, 7515, 11957, 8047, 10411, 7837, 9302, 14154, 7479, 11519, 7540, 9092, 7420, 7738, 7602, 7475, 7857, 7483, 11287, 7863, 9589, 7889, 7566, 7390, 12639, 7579, 12762, 7828, 10034, 13602, 9483, 9268, 7599, 13184, 7791, 11611, 7803, 9663, 7631, 9132, 7485, 7957, 9285, 7503, 12780, 8148, 11443, 7751, 10835, 7752, 9186, 7725, 9235, 7594, 10830, 7556, 9779, 11566, 7574, 13193, 8056, 11381, 8441, 8286, 7580, 9115, 8049, 11670, 8257, 12257, 7679, 10424, 7601, 7884, 12789, 8671, 12960, 7910, 11327, 7870, 9966, 7496, 9585, 7570, 10248, 7589, 8596, 10946, 7789, 13104, 8645, 8203, 7610, 9159, 7615, 11327, 8063, 11440, 7761, 11264, 7624, 8936, 11572, 8195, 10683, 8474, 7515, 8022, 7384, 8423, 7623, 10536, 7552, 11842, 7602, 9542, 10599, 7756, 11086, 7664, 12536, 8734, 14677, 7732, 10892, 8019, 9506, 7703, 9837, 11849, 7566, 10051, 7351, 10995], 'WindowCenter': [4558.0, 4528.0, 4540.0, 4505.0, 4562.0, 4491.0, 4528.0, 4478.0, 4486.0, 4486.0, 4476.0, 4476.0, 4466.0, 4519.0, 4477.0, 4486.0, 4491.0, 4531.0, 4490.0, 4520.0, 4491.0, 4549.0, 4522.0, 4489.0, 4476.0, 4478.0, 4489.0, 4481.0, 4567.0, 4503.0, 4537.0, 4562.0, 4528.0, 4469.0, 4491.0, 4506.0, 4532.0, 4492.0, 4543.0, 4586.0, 4542.0, 4582.0, 4539.0, 4581.0, 4540.0, 4552.0, 4509.0, 4548.0, 4557.0, 4525.0, 4474.0, 4474.0, 4464.0, 4481.0, 4481.0, 4479.0, 4478.0, 4496.0, 4476.0, 4529.0, 4498.0, 4509.0, 4558.0, 4535.0, 4539.0, 4496.0, 4485.0, 4546.0, 4478.0, 4540.0, 4570.0, 4537.0, 4479.0, 4466.0, 4530.0, 4480.0, 4469.0, 4494.0, 4505.0, 4542.0, 4576.0, 4581.0, 4542.0, 4510.0, 4513.0, 4491.0, 4551.0, 4519.0, 4562.0, 4549.0, 4548.0, 4527.0, 4485.0, 4454.0, 4485.0, 4467.0, 4495.0, 4514.0, 4493.0, 4527.0, 4485.0, 4570.0, 4546.0, 4544.0, 4484.0, 4491.0, 4480.0, 4500.0, 4499.0, 4477.0, 4475.0, 4450.0, 4469.0, 4480.0, 4540.0, 4447.0, 4447.0, 4450.0, 4480.0, 4462.0, 4459.0, 4481.0, 4462.0, 4490.0, 4551.0, 4556.0, 4537.0, 4494.0, 4514.0, 4476.0, 4476.0, 4486.0, 4462.0, 4492.0, 4522.0, 4451.0, 4464.0, 4464.0, 4484.0, 4451.0, 4511.0, 4470.0, 4510.0, 4449.0, 4489.0, 4462.0, 4503.0, 4462.0, 4473.0, 4452.0, 4461.0, 4473.0, 4490.0, 4484.0, 4584.0, 4572.0, 4561.0, 4546.0, 4506.0, 4515.0, 4461.0, 4460.0, 4448.0, 4461.0, 4475.0, 4465.0, 4473.0, 4451.0, 4470.0, 4450.0, 4500.0, 4463.0, 4525.0, 4532.0, 4500.0, 4552.0, 4520.0, 4530.0, 4456.0, 4437.0, 4460.0, 4456.0, 4495.0, 4479.0, 4478.0, 4461.0, 4451.0, 4451.0, 4509.0, 4479.0, 4499.0, 4468.0, 4478.0, 4460.0, 4480.0, 4451.0, 4489.0, 4448.0, 4462.0, 4470.0, 4467.0, 4496.0, 4449.0, 4437.0, 4449.0, 4508.0, 4478.0, 4519.0, 4479.0, 4508.0, 4457.0, 4498.0, 4464.0, 4532.0, 4543.0, 4528.0, 4509.0, 4500.0, 4471.0, 4459.0, 4543.0, 4511.0, 4537.0, 4446.0, 4445.0, 4446.0, 4445.0, 4435.0, 4444.0, 4446.0, 4447.0, 4447.0, 4447.0, 4506.0, 4457.0, 4476.0, 4444.0, 4453.0, 4494.0, 4431.0, 4483.0, 4423.0, 4462.0, 4434.0, 4454.0, 4434.0, 4454.0, 4444.0, 4446.0, 4505.0, 4435.0, 4476.0, 4447.0, 4464.0, 4446.0, 4455.0, 4445.0, 4456.0, 4448.0, 4458.0, 4448.0, 4448.0, 4498.0, 4448.0, 4479.0, 4461.0, 4518.0, 4515.0, 4569.0, 4557.0, 4554.0, 4526.0, 4484.0, 4474.0, 4471.0, 4451.0, 4468.0, 4461.0, 4481.0, 4461.0, 4471.0, 4462.0, 4470.0, 4451.0, 4481.0, 4481.0, 4481.0, 4541.0, 4489.0, 4540.0, 4498.0, 4519.0, 4477.0, 4496.0, 4445.0, 4464.0, 4483.0, 4444.0, 4505.0, 4434.0, 4483.0, 4433.0, 4464.0, 4443.0, 4465.0, 4446.0, 4468.0, 4447.0, 4470.0, 4471.0, 4473.0, 4472.0, 4462.0, 4502.0, 4474.0, 4514.0, 4531.0, 4501.0, 4530.0, 4478.0, 4487.0, 4457.0, 4447.0, 4447.0, 4448.0, 4447.0, 4457.0, 4458.0, 4461.0, 4460.0, 4461.0, 4470.0, 4463.0, 4463.0, 4473.0, 4521.0, 4460.0, 4501.0, 4473.0, 4478.0, 4461.0, 4480.0, 4460.0, 4470.0, 4460.0, 4474.0, 4541.0, 4549.0, 4566.0, 4486.0, 4472.0, 4473.0, 4473.0, 4483.0, 4474.0, 4488.0, 4487.0, 4527.0, 4483.0, 4501.0, 4502.0, 4525.0, 4496.0, 4485.0, 4495.0, 4473.0, 4522.0, 4474.0, 4524.0, 4484.0, 4523.0, 4474.0, 4514.0, 4473.0, 4512.0, 4472.0, 4513.0, 4484.0, 4532.0, 4472.0, 4538.0, 4508.0, 4578.0, 4560.0, 4556.0, 4561.0, 4581.0, 4527.0, 4506.0, 4495.0, 4491.0, 4460.0, 4473.0, 4475.0, 4477.0, 4495.0, 4477.0, 4485.0, 4515.0, 4474.0, 4553.0, 4502.0, 4522.0, 4493.0, 4518.0, 4459.0, 4480.0, 4518.0, 4459.0, 4540.0, 4478.0, 4517.0, 4477.0, 4487.0, 4445.0, 4466.0, 4436.0, 4446.0, 4457.0, 4448.0, 4457.0, 4446.0, 4446.0, 4449.0, 4489.0, 4450.0, 4500.0, 4461.0, 4491.0, 4460.0, 4470.0, 4462.0, 4503.0, 4475.0, 4504.0, 4476.0, 4504.0, 4486.0, 4505.0, 4475.0, 4505.0, 4518.0, 4533.0, 4478.0, 4548.0, 4488.0, 4477.0, 4487.0, 4546.0, 4516.0, 4545.0, 4524.0, 4522.0, 4472.0, 4481.0, 4461.0, 4473.0, 4483.0, 4485.0, 4474.0, 4483.0, 4474.0, 4493.0, 4486.0, 4507.0, 4485.0, 4506.0, 4486.0, 4505.0, 4536.0, 4476.0, 4546.0, 4486.0, 4524.0, 4494.0, 4516.0, 4475.0, 4506.0, 4488.0, 4514.0, 4506.0, 4538.0, 4499.0, 4507.0, 4476.0, 4498.0, 4528.0, 4517.0, 4547.0, 4516.0, 4494.0, 4473.0, 4524.0, 4474.0, 4535.0, 4495.0, 4535.0, 4475.0, 4504.0, 4474.0, 4493.0, 4464.0, 4494.0, 4461.0, 4472.0, 4462.0, 4462.0, 4513.0, 4463.0, 4514.0, 4484.0, 4514.0, 4474.0, 4500.0, 4474.0, 4503.0, 4463.0, 4504.0, 4488.0, 4515.0, 4488.0, 4477.0, 4489.0, 4508.0, 4501.0, 4554.0, 4552.0, 4529.0, 4479.0, 4528.0, 4479.0, 4509.0, 4488.0, 4549.0, 4478.0, 4489.0, 4490.0, 4559.0, 4528.0, 4557.0, 4526.0, 4545.0, 4473.0, 4503.0, 4462.0, 4493.0, 4472.0, 4523.0, 4471.0, 4480.0, 4449.0, 4458.0, 4459.0, 4461.0, 4472.0, 4472.0, 4452.0, 4462.0, 4452.0, 4464.0, 4483.0, 4483.0, 4473.0, 4472.0, 4473.0, 4462.0, 4492.0, 4462.0, 4493.0, 4474.0, 4463.0, 4472.0, 4474.0, 4473.0, 4485.0, 4486.0, 4463.0, 4475.0, 4464.0, 4475.0, 4475.0, 4476.0, 4515.0, 4494.0, 4523.0, 4463.0, 4524.0, 4485.0, 4525.0, 4485.0, 4513.0, 4464.0, 4502.0, 4474.0, 4514.0, 4475.0, 4515.0, 4463.0, 4504.0, 4474.0, 4504.0, 4474.0, 4503.0, 4474.0, 4517.0, 4473.0, 4483.0, 4475.0, 4475.0, 4485.0, 4476.0, 4494.0, 4488.0, 4475.0, 4474.0, 4495.0, 4476.0, 4536.0, 4487.0, 4526.0, 4489.0, 4505.0, 4478.0, 4507.0, 4488.0, 4518.0, 4488.0, 4540.0, 4489.0, 4536.0, 4476.0, 4537.0, 4486.0, 4516.0, 4475.0, 4536.0, 4476.0, 4506.0, 4477.0, 4513.0, 4473.0, 4504.0, 4486.0, 4526.0, 4487.0, 4517.0, 4487.0, 4503.0, 4477.0, 4504.0, 4546.0, 4514.0, 4474.0, 4474.0, 4484.0, 4464.0, 4535.0, 4483.0, 4523.0, 4474.0, 4513.0, 4463.0, 4504.0, 4464.0, 4482.0, 4462.0, 4483.0, 4472.0, 4474.0, 4485.0, 4474.0, 4465.0, 4474.0, 4465.0, 4476.0, 4527.0, 4475.0, 4525.0, 4496.0, 4535.0, 4475.0, 4505.0, 4462.0, 4483.0, 4493.0, 4473.0, 4505.0, 4473.0, 4475.0, 4474.0, 4524.0, 4463.0, 4523.0, 4483.0, 4503.0, 4473.0, 4503.0, 4474.0, 4483.0, 4492.0, 4463.0, 4491.0, 4475.0, 4463.0, 4463.0, 4515.0, 4465.0, 4524.0, 4475.0, 4506.0, 4463.0, 4483.0, 4532.0, 4452.0, 4499.0, 4460.0, 4481.0, 4452.0, 4462.0, 4461.0, 4463.0, 4471.0, 4462.0, 4513.0, 4472.0, 4492.0, 4489.0, 4474.0, 4475.0, 4536.0, 4474.0, 4533.0, 4476.0, 4506.0, 4533.0, 4494.0, 4483.0, 4463.0, 4523.0, 4461.0, 4511.0, 4463.0, 4492.0, 4464.0, 4492.0, 4463.0, 4474.0, 4493.0, 4464.0, 4534.0, 4472.0, 4516.0, 4473.0, 4504.0, 4463.0, 4495.0, 4476.0, 4494.0, 4476.0, 4513.0, 4476.0, 4506.0, 4515.0, 4475.0, 4536.0, 4474.0, 4526.0, 4484.0, 4484.0, 4476.0, 4497.0, 4486.0, 4526.0, 4498.0, 4526.0, 4473.0, 4515.0, 4474.0, 4476.0, 4526.0, 4483.0, 4533.0, 4473.0, 4514.0, 4473.0, 4505.0, 4463.0, 4491.0, 4475.0, 4503.0, 4474.0, 4484.0, 4515.0, 4473.0, 4523.0, 4482.0, 4472.0, 4473.0, 4492.0, 4475.0, 4515.0, 4474.0, 4526.0, 4475.0, 4514.0, 4462.0, 4483.0, 4513.0, 4473.0, 4503.0, 4474.0, 4462.0, 4471.0, 4462.0, 4485.0, 4476.0, 4516.0, 4474.0, 4525.0, 4475.0, 4496.0, 4504.0, 4476.0, 4515.0, 4473.0, 4525.0, 4483.0, 4544.0, 4462.0, 4503.0, 4463.0, 4492.0, 4462.0, 4493.0, 4511.0, 4461.0, 4489.0, 4451.0, 4500.0], 'WindowWidth': [10058.0, 9994.0, 9992.0, 9935.0, 10006.0, 9906.0, 9950.0, 9880.0, 9886.0, 9888.0, 9873.0, 9874.0, 9861.0, 9935.0, 9877.0, 9886.0, 9903.0, 9956.0, 9899.0, 9938.0, 9903.0, 9995.0, 9946.0, 9896.0, 9873.0, 9878.0, 9895.0, 9888.0, 10015.0, 9921.0, 9975.0, 10000.0, 9944.0, 9865.0, 9902.0, 9932.0, 9958.0, 9903.0, 9975.0, 10040.0, 9971.0, 10027.0, 9958.0, 10025.0, 9961.0, 9986.0, 9922.0, 9971.0, 9983.0, 9935.0, 9862.0, 9864.0, 9851.0, 9889.0, 9887.0, 9880.0, 9878.0, 9898.0, 9873.0, 9947.0, 9901.0, 9919.0, 9987.0, 9947.0, 9962.0, 9896.0, 9879.0, 9964.0, 9881.0, 9965.0, 10010.0, 9952.0, 9881.0, 9857.0, 9950.0, 9882.0, 9865.0, 9910.0, 9927.0, 9970.0, 10028.0, 10023.0, 9968.0, 9917.0, 9928.0, 9895.0, 9978.0, 9931.0, 10007.0, 9977.0, 9973.0, 9935.0, 9880.0, 9836.0, 9881.0, 9859.0, 9891.0, 9917.0, 9885.0, 9944.0, 9881.0, 10020.0, 9970.0, 9957.0, 9877.0, 9881.0, 9864.0, 9889.0, 9887.0, 9855.0, 9850.0, 9829.0, 9852.0, 9868.0, 9951.0, 9815.0, 9817.0, 9825.0, 9869.0, 9845.0, 9835.0, 9869.0, 9848.0, 9883.0, 9993.0, 9983.0, 9955.0, 9891.0, 9916.0, 9871.0, 9874.0, 9886.0, 9848.0, 9886.0, 9925.0, 9828.0, 9852.0, 9853.0, 9878.0, 9830.0, 9909.0, 9851.0, 9904.0, 9823.0, 9874.0, 9846.0, 9906.0, 9846.0, 9863.0, 9830.0, 9840.0, 9867.0, 9900.0, 9880.0, 10054.0, 10018.0, 10000.0, 9967.0, 9912.0, 9922.0, 9846.0, 9842.0, 9823.0, 9844.0, 9873.0, 9856.0, 9862.0, 9828.0, 9853.0, 9827.0, 9893.0, 9849.0, 9935.0, 9937.0, 9889.0, 9969.0, 9921.0, 9934.0, 9826.0, 9803.0, 9839.0, 9831.0, 9880.0, 9865.0, 9857.0, 9847.0, 9826.0, 9827.0, 9904.0, 9860.0, 9889.0, 9846.0, 9859.0, 9837.0, 9862.0, 9826.0, 9874.0, 9822.0, 9849.0, 9858.0, 9845.0, 9879.0, 9824.0, 9802.0, 9822.0, 9901.0, 9860.0, 9918.0, 9863.0, 9902.0, 9832.0, 9891.0, 9854.0, 9943.0, 9961.0, 9934.0, 9903.0, 9892.0, 9859.0, 9838.0, 9960.0, 9908.0, 9940.0, 9814.0, 9810.0, 9815.0, 9812.0, 9800.0, 9810.0, 9817.0, 9820.0, 9818.0, 9818.0, 9899.0, 9831.0, 9855.0, 9809.0, 9820.0, 9874.0, 9788.0, 9861.0, 9780.0, 9833.0, 9797.0, 9823.0, 9798.0, 9824.0, 9810.0, 9816.0, 9894.0, 9799.0, 9855.0, 9821.0, 9839.0, 9816.0, 9827.0, 9817.0, 9831.0, 9823.0, 9835.0, 9821.0, 9822.0, 9889.0, 9823.0, 9865.0, 9846.0, 9938.0, 9927.0, 10020.0, 9997.0, 9978.0, 9943.0, 9882.0, 9865.0, 9858.0, 9828.0, 9849.0, 9845.0, 9873.0, 9846.0, 9858.0, 9848.0, 9855.0, 9833.0, 9871.0, 9871.0, 9871.0, 9953.0, 9879.0, 9952.0, 9888.0, 9920.0, 9861.0, 9884.0, 9815.0, 9839.0, 9862.0, 9812.0, 9895.0, 9798.0, 9864.0, 9798.0, 9839.0, 9813.0, 9842.0, 9822.0, 9851.0, 9822.0, 9857.0, 9862.0, 9865.0, 9864.0, 9852.0, 9904.0, 9867.0, 9922.0, 9940.0, 9897.0, 9938.0, 9862.0, 9875.0, 9833.0, 9820.0, 9821.0, 9824.0, 9823.0, 9837.0, 9838.0, 9846.0, 9844.0, 9847.0, 9858.0, 9852.0, 9851.0, 9867.0, 9930.0, 9844.0, 9901.0, 9867.0, 9868.0, 9848.0, 9870.0, 9846.0, 9858.0, 9844.0, 9869.0, 9974.0, 9980.0, 9999.0, 9887.0, 9866.0, 9867.0, 9865.0, 9879.0, 9869.0, 9897.0, 9894.0, 9945.0, 9880.0, 9903.0, 9904.0, 9940.0, 9902.0, 9889.0, 9899.0, 9867.0, 9930.0, 9867.0, 9936.0, 9882.0, 9933.0, 9868.0, 9923.0, 9868.0, 9918.0, 9864.0, 9919.0, 9882.0, 9946.0, 9866.0, 9967.0, 9924.0, 10019.0, 9994.0, 9983.0, 9998.0, 10035.0, 9944.0, 9913.0, 9896.0, 9886.0, 9845.0, 9867.0, 9872.0, 9879.0, 9903.0, 9878.0, 9888.0, 9926.0, 9869.0, 9977.0, 9902.0, 9930.0, 9890.0, 9920.0, 9841.0, 9869.0, 9917.0, 9838.0, 9952.0, 9862.0, 9916.0, 9860.0, 9873.0, 9816.0, 9845.0, 9804.0, 9818.0, 9836.0, 9824.0, 9835.0, 9821.0, 9822.0, 9828.0, 9882.0, 9830.0, 9899.0, 9848.0, 9886.0, 9844.0, 9859.0, 9851.0, 9907.0, 9875.0, 9912.0, 9877.0, 9913.0, 9890.0, 9914.0, 9873.0, 9915.0, 9935.0, 9962.0, 9878.0, 9977.0, 9896.0, 9880.0, 9892.0, 9974.0, 9926.0, 9965.0, 9935.0, 9928.0, 9862.0, 9874.0, 9848.0, 9865.0, 9881.0, 9886.0, 9868.0, 9879.0, 9871.0, 9893.0, 9888.0, 9918.0, 9891.0, 9919.0, 9889.0, 9916.0, 9956.0, 9875.0, 9970.0, 9888.0, 9938.0, 9897.0, 9927.0, 9873.0, 9916.0, 9898.0, 9927.0, 9918.0, 9963.0, 9914.0, 9920.0, 9876.0, 9909.0, 9948.0, 9935.0, 9973.0, 9930.0, 9899.0, 9867.0, 9935.0, 9868.0, 9953.0, 9899.0, 9951.0, 9870.0, 9907.0, 9868.0, 9892.0, 9855.0, 9896.0, 9847.0, 9863.0, 9849.0, 9850.0, 9920.0, 9853.0, 9923.0, 9883.0, 9922.0, 9867.0, 9900.0, 9869.0, 9905.0, 9854.0, 9908.0, 9893.0, 9926.0, 9894.0, 9879.0, 9896.0, 9923.0, 9920.0, 9993.0, 9986.0, 9948.0, 9880.0, 9947.0, 9880.0, 9923.0, 9892.0, 9976.0, 9881.0, 9900.0, 9900.0, 9995.0, 9948.0, 9987.0, 9942.0, 9963.0, 9867.0, 9904.0, 9851.0, 9891.0, 9863.0, 9933.0, 9857.0, 9869.0, 9828.0, 9838.0, 9839.0, 9846.0, 9862.0, 9863.0, 9835.0, 9848.0, 9836.0, 9854.0, 9880.0, 9881.0, 9866.0, 9864.0, 9864.0, 9850.0, 9891.0, 9851.0, 9896.0, 9868.0, 9853.0, 9864.0, 9867.0, 9867.0, 9884.0, 9888.0, 9855.0, 9873.0, 9857.0, 9872.0, 9872.0, 9875.0, 9928.0, 9897.0, 9934.0, 9853.0, 9938.0, 9885.0, 9939.0, 9883.0, 9919.0, 9855.0, 9903.0, 9867.0, 9923.0, 9873.0, 9926.0, 9853.0, 9908.0, 9870.0, 9908.0, 9871.0, 9908.0, 9870.0, 9931.0, 9866.0, 9880.0, 9871.0, 9872.0, 9886.0, 9873.0, 9898.0, 9895.0, 9872.0, 9872.0, 9901.0, 9874.0, 9956.0, 9891.0, 9943.0, 9898.0, 9914.0, 9882.0, 9919.0, 9895.0, 9935.0, 9896.0, 9969.0, 9897.0, 9959.0, 9876.0, 9958.0, 9888.0, 9928.0, 9872.0, 9957.0, 9874.0, 9915.0, 9877.0, 9921.0, 9870.0, 9911.0, 9889.0, 9944.0, 9890.0, 9931.0, 9892.0, 9911.0, 9877.0, 9910.0, 9970.0, 9923.0, 9869.0, 9870.0, 9882.0, 9855.0, 9955.0, 9881.0, 9936.0, 9868.0, 9922.0, 9854.0, 9908.0, 9855.0, 9878.0, 9850.0, 9879.0, 9865.0, 9869.0, 9885.0, 9870.0, 9859.0, 9871.0, 9860.0, 9873.0, 9946.0, 9874.0, 9939.0, 9901.0, 9954.0, 9871.0, 9913.0, 9853.0, 9880.0, 9891.0, 9865.0, 9910.0, 9865.0, 9870.0, 9868.0, 9937.0, 9852.0, 9935.0, 9879.0, 9907.0, 9865.0, 9906.0, 9869.0, 9880.0, 9891.0, 9851.0, 9888.0, 9873.0, 9853.0, 9855.0, 9926.0, 9857.0, 9938.0, 9872.0, 9913.0, 9852.0, 9878.0, 9943.0, 9833.0, 9896.0, 9843.0, 9874.0, 9836.0, 9850.0, 9848.0, 9850.0, 9861.0, 9849.0, 9920.0, 9867.0, 9892.0, 9897.0, 9871.0, 9874.0, 9956.0, 9871.0, 9949.0, 9875.0, 9914.0, 9947.0, 9896.0, 9879.0, 9853.0, 9934.0, 9848.0, 9917.0, 9854.0, 9890.0, 9855.0, 9889.0, 9853.0, 9868.0, 9892.0, 9856.0, 9951.0, 9865.0, 9928.0, 9868.0, 9908.0, 9853.0, 9897.0, 9874.0, 9895.0, 9876.0, 9922.0, 9874.0, 9914.0, 9924.0, 9871.0, 9956.0, 9870.0, 9942.0, 9882.0, 9884.0, 9874.0, 9905.0, 9891.0, 9945.0, 9909.0, 9943.0, 9871.0, 9926.0, 9868.0, 9875.0, 9942.0, 9883.0, 9950.0, 9865.0, 9922.0, 9866.0, 9911.0, 9855.0, 9890.0, 9873.0, 9905.0, 9870.0, 9882.0, 9924.0, 9866.0, 9934.0, 9879.0, 9865.0, 9865.0, 9892.0, 9875.0, 9928.0, 9872.0, 9944.0, 9871.0, 9924.0, 9851.0, 9881.0, 9922.0, 9864.0, 9907.0, 9869.0, 9850.0, 9862.0, 9852.0, 9885.0, 9875.0, 9929.0, 9872.0, 9939.0, 9872.0, 9902.0, 9909.0, 9874.0, 9925.0, 9867.0, 9942.0, 9880.0, 9964.0, 9851.0, 9906.0, 9851.0, 9889.0, 9851.0, 9893.0, 9913.0, 9845.0, 9883.0, 9833.0, 9899.0]}, 'slices': {}}</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
Extracted Image quality metrics (IQMs)
</button>
</h2>
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.002052281959378733</td></tr>
<tr><td colspan=3>aqi</td><td>0.05050555842293907</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.49810257130382</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.075826122021531</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9414375635765554</td></tr>
<tr><td colspan=3>efc</td><td>0.5172</td></tr>
<tr><td colspan=3>fber</td><td>4050.1238</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12554657569247185</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.173237753882916</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6458182430710093</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.470115759289669</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8627093862931443</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.604629583630216</td></tr>
<tr><td colspan=3>gcor</td><td>0.00980071</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008684164844453335</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05260927230119705</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.134395969105147</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.7357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.8055</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.7665</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292924.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1270.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>461.863</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6814</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.9134</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3683.5249</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.6761</td></tr>
<tr><td colspan=3>tsnr</td><td>26.593695993651636</td></tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
Rating widget
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="qcslider-head">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
</h2>
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
<div class="accordion-body">
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="qcartifacts-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
Record specific artifacts
</button>
</h2>
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
<div class="accordion-body">
<fieldset id="qcartifacts-group" class="form-group">
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
</div>
<div class="form-check form-switch small">
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
</div>
</fieldset>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
<div class="accordion-item">
<h2 class="accordion-header" id="qcextra-head">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
Extra details
</button>
</h2>
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
<div class="accordion-body">
<div class="input-group">
<span class="input-group-text">Comments</span>
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
</div>
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
</ul>
</div> <!-- accordion-body -->
</div> <!-- accordion-collapse -->
</div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 1.5 ) {
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
} else if ( $(this).val() > 3.5 ) {
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
} else if ( $(this).val() < 2.5 ) {
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
};
var payload = read_form();
});
$('#qcextra-confidence').on('input', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
});
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
});
if ( $(this).val() < 2.0 ) {
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
} else {
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
};
var payload = read_form();
});
$('#qcextra-comments').bind('input propertychange', function() {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
});
$( '#btn-post' ).click( function() {
var payload = read_form();
var md5sum = "unspecified";
var params = {
'rating': payload['rating'],
'md5sum': md5sum,
'name': "",
'comment': JSON.stringify(payload['artifacts'])
};
// disable development releases
var authorization = $(this).val();
var ratingReq = new XMLHttpRequest();
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
ratingReq.setRequestHeader("Authorization", authorization);
ratingReq.onload = function () {
status = ratingReq.status;
$('#btn-post').removeClass('btn-primary');
$('#btn-post').attr('disabled', true);
$('#btn-post').attr('aria-disabled', true);
$('#btn-post').prop('disabled');
$('#btn-post').addClass('disabled');
$('#btn-post').removeClass('active');
if (status === "201") {
$('#btn-post').addClass('btn-success');
$('#btn-post').html('Posted!');
} else {
$('#btn-post').addClass('btn-danger');
$('#btn-post').html('Failed');
};
};
ratingReq.send(JSON.stringify(params));
});
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
$('#btn-download').removeClass('disabled');
$('#btn-download').removeAttr('aria-disabled');
$('#btn-post').removeAttr('disabled');
};
var payload = read_form();
});
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
toggle_rating();
});
</script>
</div>
<script type="text/javascript">
function toggle(id) {
var element = document.getElementById(id);
if(element.style.display == 'block')
element.style.display = 'none';
else
element.style.display = 'block';
}
</script>
</body>
</html>