ds005256-mriqc/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter a21c68c0ec [DATALAD RUNCMD] Compute MRIQC for sub-0053
=== 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-0053 --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-0053",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:59:37 +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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-02/func/sub-0053_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>e1d15a064b9fbfbad8ffc1731fefa97d</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>11:54:34.855000</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.995513, -0.00191195, -0.0946104, -0.00399621, 0.998055, -0.0622184]</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.0852068</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7721, -7264, 552, -63, -37, -99, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>250.339</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73e546b2-213a-4e19-b249-b09d23a7c8d2||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.6708874702453613, -0.010721537284553051, -0.25527238845825195, 115.69024658203125], [0.005129625089466572, 2.6777074337005615, -0.16825661063194275, -85.06424713134766], [-0.2538328468799591, 0.16692738234996796, 2.682634115219116, -66.99829864501953], [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': ['115434.855000', '115435.315000', '115435.775000', '115436.235000', '115436.695000', '115437.155000', '115437.615000', '115438.075000', '115438.535000', '115438.995000', '115439.455000', '115439.915000', '115440.375000', '115440.835000', '115441.295000', '115441.755000', '115442.215000', '115442.675000', '115443.135000', '115443.595000', '115444.055000', '115444.515000', '115444.975000', '115445.435000', '115445.895000', '115446.355000', '115446.815000', '115447.275000', '115447.735000', '115448.195000', '115448.655000', '115449.115000', '115449.575000', '115450.035000', '115450.495000', '115450.955000', '115451.415000', '115451.875000', '115452.335000', '115452.795000', '115453.255000', '115453.715000', '115454.175000', '115454.635000', '115455.095000', '115455.555000', '115456.015000', '115456.475000', '115456.935000', '115457.395000', '115457.855000', '115458.315000', '115458.775000', '115459.235000', '115459.695000', '115500.155000', '115500.615000', '115501.075000', '115501.535000', '115501.995000', '115502.455000', '115502.915000', '115503.375000', '115503.835000', '115504.295000', '115504.755000', '115505.215000', '115505.675000', '115506.135000', '115506.595000', '115507.055000', '115507.515000', '115507.975000', '115508.435000', '115508.895000', '115509.355000', '115509.815000', '115510.275000', '115510.735000', '115511.195000', '115511.655000', '115512.115000', '115512.575000', '115513.035000', '115513.495000', '115513.955000', '115514.415000', '115514.875000', '115515.335000', '115515.795000', '115516.255000', '115516.715000', '115517.175000', '115517.635000', '115518.095000', '115518.555000', '115519.015000', '115519.475000', '115519.935000', '115520.395000', '115520.855000', '115521.315000', '115521.775000', '115522.235000', '115522.695000', '115523.155000', '115523.615000', '115524.075000', '115524.535000', '115524.995000', '115525.455000', '115525.915000', '115526.375000', '115526.835000', '115527.295000', '115527.755000', '115528.215000', '115528.675000', '115529.135000', '115529.595000', '115530.055000', '115530.515000', '115530.975000', '115531.435000', '115531.895000', '115532.355000', '115532.815000', '115533.275000', '115533.735000', '115534.195000', '115534.655000', '115535.115000', '115535.575000', '115536.035000', '115536.495000', '115536.955000', '115537.415000', '115537.875000', '115538.335000', '115538.795000', '115539.255000', '115539.715000', '115540.175000', '115540.635000', '115541.095000', '115541.555000', '115542.015000', '115542.475000', '115542.935000', '115543.395000', '115543.855000', '115544.315000', '115544.775000', '115545.235000', '115545.695000', '115546.155000', '115546.615000', '115547.075000', '115547.535000', '115547.995000', '115548.455000', '115548.915000', '115549.375000', '115549.835000', '115550.295000', '115550.755000', '115551.215000', '115551.675000', '115552.135000', '115552.595000', '115553.055000', '115553.515000', '115553.975000', '115554.435000', '115554.895000', '115555.355000', '115555.815000', '115556.275000', '115556.735000', '115557.195000', '115557.655000', '115558.115000', '115558.575000', '115559.035000', '115559.495000', '115559.955000', '115600.415000', '115600.875000', '115601.335000', '115601.795000', '115602.255000', '115602.715000', '115603.175000', '115603.635000', '115604.095000', '115604.555000', '115605.015000', '115605.475000', '115605.935000', '115606.395000', '115606.855000', '115607.315000', '115607.775000', '115608.235000', '115608.695000', '115609.155000', '115609.615000', '115610.075000', '115610.535000', '115610.995000', '115611.455000', '115611.915000', '115612.375000', '115612.835000', '115613.295000', '115613.755000', '115614.215000', '115614.675000', '115615.135000', '115615.595000', '115616.055000', '115616.515000', '115616.975000', '115617.435000', '115617.895000', '115618.355000', '115618.815000', '115619.275000', '115619.735000', '115620.195000', '115620.655000', '115621.115000', '115621.575000', '115622.035000', '115622.495000', '115622.955000', '115623.415000', '115623.875000', '115624.335000', '115624.795000', '115625.255000', '115625.715000', '115626.175000', '115626.635000', '115627.095000', '115627.555000', '115628.015000', '115628.475000', '115628.935000', '115629.395000', '115629.855000', '115630.315000', '115630.775000', '115631.235000', '115631.695000', '115632.155000', '115632.615000', '115633.075000', '115633.535000', '115633.995000', '115634.455000', '115634.915000', '115635.375000', '115635.835000', '115636.295000', '115636.755000', '115637.215000', '115637.675000', '115638.135000', '115638.595000', '115639.055000', '115639.515000', '115639.975000', '115640.435000', '115640.895000', '115641.355000', '115641.815000', '115642.275000', '115642.735000', '115643.195000', '115643.655000', '115644.115000', '115644.575000', '115645.035000', '115645.495000', '115645.955000', '115646.415000', '115646.875000', '115647.335000', '115647.795000', '115648.255000', '115648.715000', '115649.175000', '115649.635000', '115650.095000', '115650.555000', '115651.015000', '115651.475000', '115651.935000', '115652.395000', '115652.855000', '115653.315000', '115653.775000', '115654.235000', '115654.695000', '115655.155000', '115655.615000', '115656.075000', '115656.535000', '115656.995000', '115657.455000', '115657.915000', '115658.375000', '115658.835000', '115659.295000', '115659.755000', '115700.215000', '115700.675000', '115701.135000', '115701.595000', '115702.055000', '115702.515000', '115702.975000', '115703.435000', '115703.895000', '115704.355000', '115704.815000', '115705.275000', '115705.735000', '115706.195000', '115706.655000', '115707.115000', '115707.575000', '115708.035000', '115708.495000', '115708.955000', '115709.415000', '115709.875000', '115710.335000', '115710.795000', '115711.255000', '115711.715000', '115712.175000', '115712.635000', '115713.095000', '115713.555000', '115714.015000', '115714.475000', '115714.935000', '115715.395000', '115715.855000', '115716.315000', '115716.775000', '115717.235000', '115717.695000', '115718.155000', '115718.615000', '115719.075000', '115719.535000', '115719.995000', '115720.455000', '115720.915000', '115721.375000', '115721.835000', '115722.295000', '115722.755000', '115723.215000', '115723.675000', '115724.135000', '115724.595000', '115725.055000', '115725.515000', '115725.975000', '115726.435000', '115726.895000', '115727.355000', '115727.815000', '115728.275000', '115728.735000', '115729.195000', '115729.655000', '115730.115000', '115730.575000', '115731.035000', '115731.495000', '115731.955000', '115732.415000', '115732.875000', '115733.335000', '115733.795000', '115734.255000', '115734.715000', '115735.175000', '115735.635000', '115736.095000', '115736.555000', '115737.015000', '115737.475000', '115737.935000', '115738.395000', '115738.855000', '115739.315000', '115739.775000', '115740.235000', '115740.695000', '115741.155000', '115741.615000', '115742.075000', '115742.535000', '115742.995000', '115743.455000', '115743.915000', '115744.375000', '115744.835000', '115745.295000', '115745.755000', '115746.215000', '115746.675000', '115747.135000', '115747.595000', '115748.055000', '115748.515000', '115748.975000', '115749.435000', '115749.895000', '115750.355000', '115750.815000', '115751.275000', '115751.735000', '115752.195000', '115752.655000', '115753.115000', '115753.575000', '115754.035000', '115754.495000', '115754.955000', '115755.415000', '115755.875000', '115756.335000', '115756.795000', '115757.255000', '115757.715000', '115758.175000', '115758.635000', '115759.095000', '115759.555000', '115800.015000', '115800.475000', '115800.935000', '115801.395000', '115801.855000', '115802.315000', '115802.775000', '115803.235000', '115803.695000', '115804.155000', '115804.615000', '115805.075000', '115805.535000', '115805.995000', '115806.455000', '115806.915000', '115807.375000', '115807.835000', '115808.295000', '115808.755000', '115809.215000', '115809.675000', '115810.135000', '115810.595000', '115811.055000', '115811.515000', '115811.975000', '115812.435000', '115812.895000', '115813.355000', '115813.815000', '115814.275000', '115814.735000', '115815.195000', '115815.655000', '115816.115000', '115816.575000', '115817.035000', '115817.495000', '115817.955000', '115818.415000', '115818.875000', '115819.335000', '115819.795000', '115820.255000', '115820.715000', '115821.175000', '115821.635000', '115822.095000', '115822.555000', '115823.015000', '115823.475000', '115823.935000', '115824.395000', '115824.855000', '115825.315000', '115825.775000', '115826.235000', '115826.695000', '115827.155000', '115827.615000', '115828.075000', '115828.535000', '115828.995000', '115829.455000', '115829.915000', '115830.375000', '115830.835000', '115831.295000', '115831.755000', '115832.215000', '115832.675000', '115833.135000', '115833.595000', '115834.055000', '115834.515000', '115834.975000', '115835.435000', '115835.895000', '115836.355000', '115836.815000', '115837.275000', '115837.735000', '115838.195000', '115838.655000', '115839.115000', '115839.575000', '115840.035000', '115840.495000', '115840.955000', '115841.415000', '115841.875000', '115842.335000', '115842.795000', '115843.255000', '115843.715000', '115844.175000', '115844.635000', '115845.095000', '115845.555000', '115846.015000', '115846.475000', '115846.935000', '115847.395000', '115847.855000', '115848.315000', '115848.775000', '115849.235000', '115849.695000', '115850.155000', '115850.615000', '115851.075000', '115851.535000', '115851.995000', '115852.455000', '115852.915000', '115853.375000', '115853.835000', '115854.295000', '115854.755000', '115855.215000', '115855.675000', '115856.135000', '115856.595000', '115857.055000', '115857.515000', '115857.975000', '115858.435000', '115858.895000', '115859.355000', '115859.815000', '115900.275000', '115900.735000', '115901.195000', '115901.655000', '115902.115000', '115902.575000', '115903.035000', '115903.495000', '115903.955000', '115904.415000', '115904.875000', '115905.335000', '115905.795000', '115906.255000', '115906.715000', '115907.175000', '115907.635000', '115908.095000', '115908.555000', '115909.015000', '115909.475000', '115909.935000', '115910.395000', '115910.855000', '115911.315000', '115911.775000', '115912.235000', '115912.695000', '115913.155000', '115913.615000', '115914.075000', '115914.535000', '115914.995000', '115915.455000', '115915.915000', '115916.375000', '115916.835000', '115917.295000', '115917.755000', '115918.215000', '115918.675000', '115919.135000', '115919.595000', '115920.055000', '115920.515000', '115920.975000', '115921.435000', '115921.895000', '115922.355000', '115922.815000', '115923.275000', '115923.735000', '115924.195000', '115924.655000', '115925.115000', '115925.575000', '115926.035000', '115926.495000', '115926.955000', '115927.415000', '115927.875000', '115928.335000', '115928.795000', '115929.255000', '115929.715000', '115930.175000', '115930.635000', '115931.095000', '115931.555000', '115932.015000', '115932.475000', '115932.935000', '115933.395000', '115933.855000', '115934.315000', '115934.775000', '115935.235000', '115935.695000', '115936.155000', '115936.615000', '115937.075000', '115937.535000', '115937.995000', '115938.455000', '115938.915000', '115939.375000', '115939.835000', '115940.295000', '115940.755000', '115941.215000', '115941.675000', '115942.135000', '115942.595000', '115943.055000', '115943.515000', '115943.975000', '115944.435000', '115944.895000', '115945.355000', '115945.815000', '115946.275000', '115946.735000', '115947.195000', '115947.655000', '115948.115000', '115948.575000', '115949.035000', '115949.495000', '115949.955000', '115950.415000', '115950.875000', '115951.335000', '115951.795000', '115952.255000', '115952.715000', '115953.175000', '115953.635000', '115954.095000', '115954.555000', '115955.015000', '115955.475000', '115955.935000', '115956.395000', '115956.855000', '115957.315000', '115957.775000', '115958.235000', '115958.695000', '115959.155000', '115959.615000', '120000.075000', '120000.535000', '120000.995000', '120001.455000', '120001.915000', '120002.375000', '120002.835000', '120003.295000', '120003.755000', '120004.215000', '120004.675000', '120005.135000', '120005.595000', '120006.055000', '120006.515000', '120006.975000', '120007.435000', '120007.895000', '120008.355000', '120008.815000', '120009.275000', '120009.735000', '120010.195000', '120010.655000', '120011.115000', '120011.575000', '120012.035000', '120012.495000', '120012.955000', '120013.415000', '120013.875000', '120014.335000', '120014.795000', '120015.255000', '120015.715000', '120016.175000', '120016.635000', '120017.095000', '120017.555000', '120018.015000', '120018.475000', '120018.935000', '120019.395000', '120019.855000', '120020.315000', '120020.775000', '120021.235000', '120021.695000', '120022.155000', '120022.615000', '120023.075000', '120023.535000', '120023.995000', '120024.455000', '120024.915000', '120025.375000', '120025.835000', '120026.295000', '120026.755000', '120027.215000', '120027.675000', '120028.135000', '120028.595000', '120029.055000', '120029.515000', '120029.975000', '120030.435000', '120030.895000', '120031.355000', '120031.815000', '120032.275000', '120032.735000', '120033.195000', '120033.655000', '120034.115000', '120034.575000', '120035.035000', '120035.495000', '120035.955000', '120036.415000', '120036.875000', '120037.335000', '120037.795000', '120038.255000', '120038.715000', '120039.175000', '120039.635000', '120040.095000', '120040.555000', '120041.015000', '120041.475000', '120041.935000', '120042.395000', '120042.855000', '120043.315000', '120043.775000', '120044.235000', '120044.695000', '120045.155000', '120045.615000', '120046.075000', '120046.535000', '120046.995000', '120047.455000', '120047.915000', '120048.375000', '120048.835000', '120049.295000', '120049.755000', '120050.215000', '120050.675000', '120051.135000', '120051.595000', '120052.055000', '120052.515000', '120052.975000', '120053.435000', '120053.895000', '120054.355000', '120054.815000', '120055.275000', '120055.735000', '120056.195000', '120056.655000', '120057.115000', '120057.575000', '120058.035000', '120058.495000', '120058.955000', '120059.415000', '120059.875000', '120100.335000'], 'ContentTime': ['115453.747000', '115453.750000', '115453.753000', '115453.755000', '115453.758000', '115453.761000', '115453.763000', '115453.766000', '115453.768000', '115453.771000', '115453.773000', '115453.776000', '115453.779000', '115453.781000', '115453.784000', '115453.786000', '115453.791000', '115453.798000', '115453.801000', '115453.803000', '115453.806000', '115453.808000', '115453.811000', '115453.814000', '115453.816000', '115453.819000', '115453.821000', '115453.824000', '115453.826000', '115453.829000', '115453.832000', '115453.834000', '115453.837000', '115453.839000', '115453.842000', '115453.845000', '115453.847000', '115453.850000', '115453.852000', '115513.720000', '115513.723000', '115513.726000', '115513.729000', '115513.731000', '115513.734000', '115513.737000', '115513.739000', '115513.742000', '115513.744000', '115513.747000', '115513.750000', '115513.752000', '115513.755000', '115513.757000', '115513.760000', '115513.763000', '115513.765000', '115513.768000', '115513.771000', '115513.773000', '115513.776000', '115513.778000', '115513.781000', '115513.783000', '115513.786000', '115513.788000', '115513.791000', '115513.794000', '115513.797000', '115513.799000', '115513.802000', '115513.804000', '115513.807000', '115513.810000', '115513.812000', '115513.815000', '115513.817000', '115513.820000', '115513.823000', '115513.825000', '115513.828000', '115513.830000', '115533.722000', '115533.725000', '115533.727000', '115533.730000', '115533.732000', '115533.735000', '115533.737000', '115533.742000', '115533.745000', '115533.748000', '115533.750000', '115533.753000', '115533.755000', '115533.758000', '115533.760000', '115533.763000', '115533.766000', '115533.768000', '115533.771000', '115533.773000', '115533.776000', '115533.779000', '115533.781000', '115533.784000', '115533.786000', '115533.789000', '115533.791000', '115533.794000', '115533.797000', '115533.799000', '115533.802000', '115533.805000', '115533.807000', '115533.810000', '115533.813000', '115533.815000', '115533.818000', '115533.820000', '115533.823000', '115533.825000', '115533.828000', '115533.831000', '115533.833000', '115533.836000', '115553.722000', '115553.724000', '115553.727000', '115553.730000', '115553.733000', '115553.735000', '115553.738000', '115553.740000', '115553.743000', '115553.746000', '115553.748000', '115553.751000', '115553.753000', '115553.756000', '115553.759000', '115553.761000', '115553.764000', '115553.767000', '115553.769000', '115553.772000', '115553.774000', '115553.777000', '115553.780000', '115553.782000', '115553.785000', '115553.788000', '115553.790000', '115553.793000', '115553.796000', '115553.798000', '115553.801000', '115553.804000', '115553.806000', '115553.809000', '115553.811000', '115553.814000', '115553.817000', '115553.819000', '115553.822000', '115553.824000', '115553.834000', '115553.837000', '115553.839000', '115613.720000', '115613.723000', '115613.726000', '115613.730000', '115613.732000', '115613.735000', '115613.738000', '115613.741000', '115613.743000', '115613.746000', '115613.748000', '115613.751000', '115613.754000', '115613.756000', '115613.768000', '115613.771000', '115613.774000', '115613.776000', '115613.779000', '115613.781000', '115613.784000', '115613.787000', '115613.792000', '115613.795000', '115613.798000', '115613.800000', '115613.803000', '115613.806000', '115613.808000', '115613.811000', '115613.813000', '115613.816000', '115613.819000', '115613.821000', '115613.824000', '115613.826000', '115613.829000', '115613.832000', '115613.834000', '115613.837000', '115613.839000', '115613.842000', '115613.845000', '115633.721000', '115633.723000', '115633.726000', '115633.729000', '115633.732000', '115633.734000', '115633.737000', '115633.739000', '115633.742000', '115633.745000', '115633.747000', '115633.750000', '115633.752000', '115633.755000', '115633.758000', '115633.760000', '115633.763000', '115633.765000', '115633.768000', '115633.771000', '115633.773000', '115633.776000', '115633.779000', '115633.781000', '115633.784000', '115633.786000', '115633.789000', '115633.792000', '115633.794000', '115633.797000', '115633.799000', '115633.802000', '115633.805000', '115633.807000', '115633.810000', '115633.812000', '115633.815000', '115633.817000', '115633.820000', '115633.823000', '115633.825000', '115633.828000', '115633.831000', '115633.833000', '115653.721000', '115653.723000', '115653.726000', '115653.729000', '115653.731000', '115653.734000', '115653.737000', '115653.739000', '115653.742000', '115653.745000', '115653.747000', '115653.750000', '115653.753000', '115653.755000', '115653.758000', '115653.761000', '115653.763000', '115653.766000', '115653.768000', '115653.771000', '115653.774000', '115653.776000', '115653.779000', '115653.782000', '115653.784000', '115653.787000', '115653.789000', '115653.792000', '115653.795000', '115653.797000', '115653.800000', '115653.803000', '115653.806000', '115653.808000', '115653.811000', '115653.813000', '115653.816000', '115653.819000', '115653.821000', '115653.824000', '115653.827000', '115653.829000', '115653.832000', '115653.835000', '115713.721000', '115713.723000', '115713.726000', '115713.728000', '115713.731000', '115713.734000', '115713.737000', '115713.739000', '115713.742000', '115713.745000', '115713.747000', '115713.750000', '115713.752000', '115713.755000', '115713.758000', '115713.760000', '115713.763000', '115713.766000', '115713.768000', '115713.771000', '115713.773000', '115713.776000', '115713.778000', '115713.781000', '115713.784000', '115713.786000', '115713.789000', '115713.791000', '115713.794000', '115713.797000', '115713.799000', '115713.802000', '115713.805000', '115713.807000', '115713.810000', '115713.812000', '115713.815000', '115713.818000', '115713.820000', '115713.823000', '115713.826000', '115713.828000', '115713.831000', '115733.720000', '115733.723000', '115733.726000', '115733.729000', '115733.731000', '115733.734000', '115733.737000', '115733.739000', '115733.742000', '115733.744000', '115733.747000', '115733.750000', '115733.752000', '115733.755000', '115733.757000', '115733.760000', '115733.763000', '115733.765000', '115733.768000', '115733.770000', '115733.773000', '115733.775000', '115733.778000', '115733.781000', '115733.783000', '115733.786000', '115733.789000', '115733.791000', '115733.794000', '115733.797000', '115733.799000', '115733.802000', '115733.805000', '115733.807000', '115733.810000', '115733.812000', '115733.815000', '115733.818000', '115733.820000', '115733.823000', '115733.826000', '115733.828000', '115733.831000', '115733.834000', '115753.721000', '115753.724000', '115753.727000', '115753.730000', '115753.732000', '115753.735000', '115753.737000', '115753.740000', '115753.743000', '115753.746000', '115753.748000', '115753.751000', '115753.754000', '115753.756000', '115753.759000', '115753.762000', '115753.764000', '115753.767000', '115753.769000', '115753.772000', '115753.775000', '115753.777000', '115753.780000', '115753.783000', '115753.785000', '115753.788000', '115753.791000', '115753.793000', '115753.796000', '115753.798000', '115753.801000', '115753.804000', '115753.806000', '115753.809000', '115753.812000', '115753.814000', '115753.817000', '115753.819000', '115753.822000', '115753.825000', '115753.827000', '115753.830000', '115753.832000', '115813.721000', '115813.726000', '115813.728000', '115813.731000', '115813.734000', '115813.736000', '115813.739000', '115813.741000', '115813.744000', '115813.747000', '115813.750000', '115813.752000', '115813.755000', '115813.757000', '115813.760000', '115813.763000', '115813.765000', '115813.768000', '115813.770000', '115813.773000', '115813.776000', '115813.788000', '115813.790000', '115813.793000', '115813.796000', '115813.799000', '115813.801000', '115813.804000', '115813.807000', '115813.809000', '115813.812000', '115813.814000', '115813.817000', '115813.820000', '115813.822000', '115813.825000', '115813.828000', '115813.830000', '115813.833000', '115813.835000', '115813.838000', '115813.841000', '115813.843000', '115813.846000', '115833.721000', '115833.724000', '115833.727000', '115833.730000', '115833.732000', '115833.735000', '115833.737000', '115833.740000', '115833.743000', '115833.745000', '115833.748000', '115833.751000', '115833.753000', '115833.756000', '115833.759000', '115833.761000', '115833.764000', '115833.766000', '115833.769000', '115833.772000', '115833.774000', '115833.777000', '115833.780000', '115833.782000', '115833.785000', '115833.787000', '115833.790000', '115833.793000', '115833.795000', '115833.798000', '115833.801000', '115833.803000', '115833.806000', '115833.808000', '115833.811000', '115833.814000', '115833.817000', '115833.819000', '115833.822000', '115833.824000', '115833.827000', '115833.829000', '115833.832000', '115853.721000', '115853.724000', '115853.726000', '115853.729000', '115853.731000', '115853.734000', '115853.737000', '115853.739000', '115853.742000', '115853.745000', '115853.748000', '115853.751000', '115853.754000', '115853.757000', '115853.760000', '115853.762000', '115853.765000', '115853.768000', '115853.770000', '115853.773000', '115853.776000', '115853.778000', '115853.781000', '115853.784000', '115853.786000', '115853.789000', '115853.792000', '115853.794000', '115853.797000', '115853.800000', '115853.802000', '115853.805000', '115853.808000', '115853.810000', '115853.813000', '115853.816000', '115853.818000', '115853.821000', '115853.824000', '115853.826000', '115853.829000', '115853.831000', '115853.834000', '115913.721000', '115913.724000', '115913.726000', '115913.729000', '115913.732000', '115913.734000', '115913.737000', '115913.740000', '115913.742000', '115913.745000', '115913.748000', '115913.750000', '115913.753000', '115913.755000', '115913.758000', '115913.761000', '115913.763000', '115913.766000', '115913.769000', '115913.771000', '115913.774000', '115913.808000', '115913.811000', '115913.813000', '115913.816000', '115913.818000', '115913.821000', '115913.824000', '115913.826000', '115913.829000', '115913.832000', '115913.834000', '115913.837000', '115913.839000', '115913.842000', '115913.845000', '115913.847000', '115913.850000', '115913.853000', '115913.855000', '115913.858000', '115913.860000', '115913.863000', '115913.866000', '115933.721000', '115933.724000', '115933.726000', '115933.729000', '115933.731000', '115933.734000', '115933.737000', '115933.739000', '115933.742000', '115933.745000', '115933.747000', '115933.750000', '115933.753000', '115933.755000', '115933.764000', '115933.767000', '115933.769000', '115933.772000', '115933.775000', '115933.778000', '115933.780000', '115933.783000', '115933.786000', '115933.789000', '115933.791000', '115933.794000', '115933.797000', '115933.799000', '115933.802000', '115933.804000', '115933.807000', '115933.810000', '115933.812000', '115933.815000', '115933.818000', '115933.821000', '115933.824000', '115933.826000', '115933.829000', '115933.832000', '115933.835000', '115933.837000', '115933.840000', '115953.720000', '115953.724000', '115953.726000', '115953.729000', '115953.731000', '115953.734000', '115953.737000', '115953.740000', '115953.742000', '115953.745000', '115953.747000', '115953.750000', '115953.753000', '115953.755000', '115953.758000', '115953.761000', '115953.763000', '115953.766000', '115953.768000', '115953.771000', '115953.774000', '115953.776000', '115953.779000', '115953.781000', '115953.784000', '115953.787000', '115953.789000', '115953.792000', '115953.794000', '115953.797000', '115953.800000', '115953.802000', '115953.805000', '115953.808000', '115953.810000', '115953.813000', '115953.815000', '115953.818000', '115953.821000', '115953.823000', '115953.826000', '115953.829000', '115953.831000', '115953.834000', '120013.721000', '120013.724000', '120013.727000', '120013.730000', '120013.733000', '120013.735000', '120013.738000', '120013.740000', '120013.743000', '120013.746000', '120013.748000', '120013.751000', '120013.753000', '120013.756000', '120013.760000', '120013.763000', '120013.766000', '120013.768000', '120013.771000', '120013.774000', '120013.776000', '120013.779000', '120013.781000', '120013.784000', '120013.787000', '120013.790000', '120013.793000', '120013.796000', '120013.798000', '120013.801000', '120013.804000', '120013.806000', '120013.809000', '120013.812000', '120013.814000', '120013.817000', '120013.819000', '120013.822000', '120013.825000', '120013.827000', '120013.830000', '120013.833000', '120013.835000', '120033.721000', '120033.724000', '120033.727000', '120033.730000', '120033.732000', '120033.735000', '120033.737000', '120033.740000', '120033.743000', '120033.745000', '120033.748000', '120033.750000', '120033.753000', '120033.756000', '120033.758000', '120033.761000', '120033.764000', '120033.766000', '120033.769000', '120033.771000', '120033.774000', '120033.777000', '120033.779000', '120033.782000', '120033.784000', '120033.787000', '120033.789000', '120033.792000', '120033.795000', '120033.797000', '120033.800000', '120033.803000', '120033.805000', '120033.808000', '120033.810000', '120033.813000', '120033.816000', '120033.818000', '120033.821000', '120033.823000', '120033.826000', '120033.829000', '120033.831000', '120033.834000', '120053.720000', '120053.723000', '120053.726000', '120053.729000', '120053.731000', '120053.734000', '120053.737000', '120053.740000', '120053.742000', '120053.745000', '120053.747000', '120053.750000', '120053.753000', '120053.755000', '120053.758000', '120053.761000', '120053.763000', '120053.766000', '120053.769000', '120053.771000', '120053.774000', '120053.776000', '120053.779000', '120053.781000', '120053.784000', '120053.787000', '120053.789000', '120053.792000', '120053.794000', '120053.797000', '120053.800000', '120053.803000', '120053.805000', '120053.808000', '120053.811000', '120053.813000', '120053.816000', '120053.818000', '120053.821000', '120053.825000', '120053.828000', '120053.831000', '120053.833000', '120101.586000', '120101.589000', '120101.592000', '120101.595000', '120101.597000', '120101.600000', '120101.602000', '120101.605000', '120101.608000', '120101.610000', '120101.613000', '120101.615000', '120101.618000', '120101.621000', '120101.623000', '120101.626000', '120101.629000', '120101.631000'], 'InstanceCreationTime': ['115453.747000', '115453.750000', '115453.753000', '115453.755000', '115453.758000', '115453.761000', '115453.763000', '115453.766000', '115453.768000', '115453.771000', '115453.773000', '115453.776000', '115453.779000', '115453.781000', '115453.784000', '115453.786000', '115453.791000', '115453.798000', '115453.801000', '115453.803000', '115453.806000', '115453.808000', '115453.811000', '115453.814000', '115453.816000', '115453.819000', '115453.821000', '115453.824000', '115453.826000', '115453.829000', '115453.832000', '115453.834000', '115453.837000', '115453.839000', '115453.842000', '115453.845000', '115453.847000', '115453.850000', '115453.852000', '115513.720000', '115513.723000', '115513.726000', '115513.729000', '115513.731000', '115513.734000', '115513.737000', '115513.739000', '115513.742000', '115513.744000', '115513.747000', '115513.750000', '115513.752000', '115513.755000', '115513.757000', '115513.760000', '115513.763000', '115513.765000', '115513.768000', '115513.771000', '115513.773000', '115513.776000', '115513.778000', '115513.781000', '115513.783000', '115513.786000', '115513.788000', '115513.791000', '115513.794000', '115513.797000', '115513.799000', '115513.802000', '115513.804000', '115513.807000', '115513.810000', '115513.812000', '115513.815000', '115513.817000', '115513.820000', '115513.823000', '115513.825000', '115513.828000', '115513.830000', '115533.722000', '115533.725000', '115533.727000', '115533.730000', '115533.732000', '115533.735000', '115533.737000', '115533.742000', '115533.745000', '115533.748000', '115533.750000', '115533.753000', '115533.755000', '115533.758000', '115533.760000', '115533.763000', '115533.766000', '115533.768000', '115533.771000', '115533.773000', '115533.776000', '115533.779000', '115533.781000', '115533.784000', '115533.786000', '115533.789000', '115533.791000', '115533.794000', '115533.797000', '115533.799000', '115533.802000', '115533.805000', '115533.807000', '115533.810000', '115533.813000', '115533.815000', '115533.818000', '115533.820000', '115533.823000', '115533.825000', '115533.828000', '115533.831000', '115533.833000', '115533.836000', '115553.722000', '115553.724000', '115553.727000', '115553.730000', '115553.733000', '115553.735000', '115553.738000', '115553.740000', '115553.743000', '115553.746000', '115553.748000', '115553.751000', '115553.753000', '115553.756000', '115553.759000', '115553.761000', '115553.764000', '115553.767000', '115553.769000', '115553.772000', '115553.774000', '115553.777000', '115553.780000', '115553.782000', '115553.785000', '115553.788000', '115553.790000', '115553.793000', '115553.796000', '115553.798000', '115553.801000', '115553.804000', '115553.806000', '115553.809000', '115553.811000', '115553.814000', '115553.817000', '115553.819000', '115553.822000', '115553.824000', '115553.834000', '115553.837000', '115553.839000', '115613.720000', '115613.723000', '115613.726000', '115613.730000', '115613.732000', '115613.735000', '115613.738000', '115613.741000', '115613.743000', '115613.746000', '115613.748000', '115613.751000', '115613.754000', '115613.756000', '115613.768000', '115613.771000', '115613.774000', '115613.776000', '115613.779000', '115613.781000', '115613.784000', '115613.787000', '115613.792000', '115613.795000', '115613.798000', '115613.800000', '115613.803000', '115613.806000', '115613.808000', '115613.811000', '115613.813000', '115613.816000', '115613.819000', '115613.821000', '115613.824000', '115613.826000', '115613.829000', '115613.832000', '115613.834000', '115613.837000', '115613.839000', '115613.842000', '115613.845000', '115633.721000', '115633.723000', '115633.726000', '115633.729000', '115633.732000', '115633.734000', '115633.737000', '115633.739000', '115633.742000', '115633.745000', '115633.747000', '115633.750000', '115633.752000', '115633.755000', '115633.758000', '115633.760000', '115633.763000', '115633.765000', '115633.768000', '115633.771000', '115633.773000', '115633.776000', '115633.779000', '115633.781000', '115633.784000', '115633.786000', '115633.789000', '115633.792000', '115633.794000', '115633.797000', '115633.799000', '115633.802000', '115633.805000', '115633.807000', '115633.810000', '115633.812000', '115633.815000', '115633.817000', '115633.820000', '115633.823000', '115633.825000', '115633.828000', '115633.831000', '115633.833000', '115653.721000', '115653.723000', '115653.726000', '115653.729000', '115653.731000', '115653.734000', '115653.737000', '115653.739000', '115653.742000', '115653.745000', '115653.747000', '115653.750000', '115653.753000', '115653.755000', '115653.758000', '115653.761000', '115653.763000', '115653.766000', '115653.768000', '115653.771000', '115653.774000', '115653.776000', '115653.779000', '115653.782000', '115653.784000', '115653.787000', '115653.789000', '115653.792000', '115653.795000', '115653.797000', '115653.800000', '115653.803000', '115653.806000', '115653.808000', '115653.811000', '115653.813000', '115653.816000', '115653.819000', '115653.821000', '115653.824000', '115653.827000', '115653.829000', '115653.832000', '115653.835000', '115713.721000', '115713.723000', '115713.726000', '115713.728000', '115713.731000', '115713.734000', '115713.737000', '115713.739000', '115713.742000', '115713.745000', '115713.747000', '115713.750000', '115713.752000', '115713.755000', '115713.758000', '115713.760000', '115713.763000', '115713.766000', '115713.768000', '115713.771000', '115713.773000', '115713.776000', '115713.778000', '115713.781000', '115713.784000', '115713.786000', '115713.789000', '115713.791000', '115713.794000', '115713.797000', '115713.799000', '115713.802000', '115713.805000', '115713.807000', '115713.810000', '115713.812000', '115713.815000', '115713.818000', '115713.820000', '115713.823000', '115713.826000', '115713.828000', '115713.831000', '115733.720000', '115733.723000', '115733.726000', '115733.729000', '115733.731000', '115733.734000', '115733.737000', '115733.739000', '115733.742000', '115733.744000', '115733.747000', '115733.750000', '115733.752000', '115733.755000', '115733.757000', '115733.760000', '115733.763000', '115733.765000', '115733.768000', '115733.770000', '115733.773000', '115733.775000', '115733.778000', '115733.781000', '115733.783000', '115733.786000', '115733.789000', '115733.791000', '115733.794000', '115733.797000', '115733.799000', '115733.802000', '115733.805000', '115733.807000', '115733.810000', '115733.812000', '115733.815000', '115733.818000', '115733.820000', '115733.823000', '115733.826000', '115733.828000', '115733.831000', '115733.834000', '115753.721000', '115753.724000', '115753.727000', '115753.730000', '115753.732000', '115753.735000', '115753.737000', '115753.740000', '115753.743000', '115753.746000', '115753.748000', '115753.751000', '115753.754000', '115753.756000', '115753.759000', '115753.762000', '115753.764000', '115753.767000', '115753.769000', '115753.772000', '115753.775000', '115753.777000', '115753.780000', '115753.783000', '115753.785000', '115753.788000', '115753.791000', '115753.793000', '115753.796000', '115753.798000', '115753.801000', '115753.804000', '115753.806000', '115753.809000', '115753.812000', '115753.814000', '115753.817000', '115753.819000', '115753.822000', '115753.825000', '115753.827000', '115753.830000', '115753.832000', '115813.721000', '115813.726000', '115813.728000', '115813.731000', '115813.734000', '115813.736000', '115813.739000', '115813.741000', '115813.744000', '115813.747000', '115813.750000', '115813.752000', '115813.755000', '115813.757000', '115813.760000', '115813.763000', '115813.765000', '115813.768000', '115813.770000', '115813.773000', '115813.776000', '115813.788000', '115813.790000', '115813.793000', '115813.796000', '115813.799000', '115813.801000', '115813.804000', '115813.807000', '115813.809000', '115813.812000', '115813.814000', '115813.817000', '115813.820000', '115813.822000', '115813.825000', '115813.828000', '115813.830000', '115813.833000', '115813.835000', '115813.838000', '115813.841000', '115813.843000', '115813.846000', '115833.721000', '115833.724000', '115833.727000', '115833.730000', '115833.732000', '115833.735000', '115833.737000', '115833.740000', '115833.743000', '115833.745000', '115833.748000', '115833.751000', '115833.753000', '115833.756000', '115833.759000', '115833.761000', '115833.764000', '115833.766000', '115833.769000', '115833.772000', '115833.774000', '115833.777000', '115833.780000', '115833.782000', '115833.785000', '115833.787000', '115833.790000', '115833.793000', '115833.795000', '115833.798000', '115833.801000', '115833.803000', '115833.806000', '115833.808000', '115833.811000', '115833.814000', '115833.817000', '115833.819000', '115833.822000', '115833.824000', '115833.827000', '115833.829000', '115833.832000', '115853.721000', '115853.724000', '115853.726000', '115853.729000', '115853.731000', '115853.734000', '115853.737000', '115853.739000', '115853.742000', '115853.745000', '115853.748000', '115853.751000', '115853.754000', '115853.757000', '115853.760000', '115853.762000', '115853.765000', '115853.768000', '115853.770000', '115853.773000', '115853.776000', '115853.778000', '115853.781000', '115853.784000', '115853.786000', '115853.789000', '115853.792000', '115853.794000', '115853.797000', '115853.800000', '115853.802000', '115853.805000', '115853.808000', '115853.810000', '115853.813000', '115853.816000', '115853.818000', '115853.821000', '115853.824000', '115853.826000', '115853.829000', '115853.831000', '115853.834000', '115913.721000', '115913.724000', '115913.726000', '115913.729000', '115913.732000', '115913.734000', '115913.737000', '115913.740000', '115913.742000', '115913.745000', '115913.748000', '115913.750000', '115913.753000', '115913.755000', '115913.758000', '115913.761000', '115913.763000', '115913.766000', '115913.769000', '115913.771000', '115913.774000', '115913.808000', '115913.811000', '115913.813000', '115913.816000', '115913.818000', '115913.821000', '115913.824000', '115913.826000', '115913.829000', '115913.832000', '115913.834000', '115913.837000', '115913.839000', '115913.842000', '115913.845000', '115913.847000', '115913.850000', '115913.853000', '115913.855000', '115913.858000', '115913.860000', '115913.863000', '115913.866000', '115933.721000', '115933.724000', '115933.726000', '115933.729000', '115933.731000', '115933.734000', '115933.737000', '115933.739000', '115933.742000', '115933.745000', '115933.747000', '115933.750000', '115933.753000', '115933.755000', '115933.764000', '115933.767000', '115933.769000', '115933.772000', '115933.775000', '115933.778000', '115933.780000', '115933.783000', '115933.786000', '115933.789000', '115933.791000', '115933.794000', '115933.797000', '115933.799000', '115933.802000', '115933.804000', '115933.807000', '115933.810000', '115933.812000', '115933.815000', '115933.818000', '115933.821000', '115933.824000', '115933.826000', '115933.829000', '115933.832000', '115933.835000', '115933.837000', '115933.840000', '115953.720000', '115953.724000', '115953.726000', '115953.729000', '115953.731000', '115953.734000', '115953.737000', '115953.740000', '115953.742000', '115953.745000', '115953.747000', '115953.750000', '115953.753000', '115953.755000', '115953.758000', '115953.761000', '115953.763000', '115953.766000', '115953.768000', '115953.771000', '115953.774000', '115953.776000', '115953.779000', '115953.781000', '115953.784000', '115953.787000', '115953.789000', '115953.792000', '115953.794000', '115953.797000', '115953.800000', '115953.802000', '115953.805000', '115953.808000', '115953.810000', '115953.813000', '115953.815000', '115953.818000', '115953.821000', '115953.823000', '115953.826000', '115953.829000', '115953.831000', '115953.834000', '120013.721000', '120013.724000', '120013.727000', '120013.730000', '120013.733000', '120013.735000', '120013.738000', '120013.740000', '120013.743000', '120013.746000', '120013.748000', '120013.751000', '120013.753000', '120013.756000', '120013.760000', '120013.763000', '120013.766000', '120013.768000', '120013.771000', '120013.774000', '120013.776000', '120013.779000', '120013.781000', '120013.784000', '120013.787000', '120013.790000', '120013.793000', '120013.796000', '120013.798000', '120013.801000', '120013.804000', '120013.806000', '120013.809000', '120013.812000', '120013.814000', '120013.817000', '120013.819000', '120013.822000', '120013.825000', '120013.827000', '120013.830000', '120013.833000', '120013.835000', '120033.721000', '120033.724000', '120033.727000', '120033.730000', '120033.732000', '120033.735000', '120033.737000', '120033.740000', '120033.743000', '120033.745000', '120033.748000', '120033.750000', '120033.753000', '120033.756000', '120033.758000', '120033.761000', '120033.764000', '120033.766000', '120033.769000', '120033.771000', '120033.774000', '120033.777000', '120033.779000', '120033.782000', '120033.784000', '120033.787000', '120033.789000', '120033.792000', '120033.795000', '120033.797000', '120033.800000', '120033.803000', '120033.805000', '120033.808000', '120033.810000', '120033.813000', '120033.816000', '120033.818000', '120033.821000', '120033.823000', '120033.826000', '120033.829000', '120033.831000', '120033.834000', '120053.720000', '120053.723000', '120053.726000', '120053.729000', '120053.731000', '120053.734000', '120053.737000', '120053.740000', '120053.742000', '120053.745000', '120053.747000', '120053.750000', '120053.753000', '120053.755000', '120053.758000', '120053.761000', '120053.763000', '120053.766000', '120053.769000', '120053.771000', '120053.774000', '120053.776000', '120053.779000', '120053.781000', '120053.784000', '120053.787000', '120053.789000', '120053.792000', '120053.794000', '120053.797000', '120053.800000', '120053.803000', '120053.805000', '120053.808000', '120053.811000', '120053.813000', '120053.816000', '120053.818000', '120053.821000', '120053.825000', '120053.828000', '120053.831000', '120053.833000', '120101.586000', '120101.589000', '120101.592000', '120101.595000', '120101.597000', '120101.600000', '120101.602000', '120101.605000', '120101.608000', '120101.610000', '120101.613000', '120101.615000', '120101.618000', '120101.621000', '120101.623000', '120101.626000', '120101.629000', '120101.631000'], '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': [6932, 8703, 6836, 9157, 6715, 8979, 6867, 7605, 7983, 6820, 9201, 6562, 7765, 6208, 7058, 9062, 6471, 8370, 6271, 6958, 5808, 6695, 8055, 6386, 7418, 6367, 6919, 8385, 6547, 8443, 6232, 7183, 8289, 6325, 9039, 6262, 7723, 5859, 6800, 8348, 6449, 7412, 6332, 6956, 7386, 6640, 8879, 6354, 7490, 6227, 6947, 8710, 6552, 8728, 6290, 7396, 6095, 6988, 8509, 6473, 8482, 6491, 7233, 6084, 7207, 9075, 6349, 7523, 5875, 6725, 8443, 6266, 8482, 6356, 7108, 6177, 6962, 8066, 6422, 9263, 6381, 7577, 6335, 6757, 8789, 6363, 8426, 6270, 7021, 5882, 6565, 8523, 6275, 8569, 6268, 6868, 5663, 6760, 8171, 6316, 8345, 6217, 7451, 6488, 6756, 8751, 6391, 7960, 6548, 7632, 8370, 6720, 8613, 6488, 7455, 7953, 6607, 9125, 6587, 8128, 6056, 6977, 9174, 6333, 7493, 5957, 6796, 9065, 6520, 8516, 6247, 6968, 7694, 6718, 9037, 6540, 7913, 6303, 6898, 8990, 6456, 7688, 6439, 6336, 6536, 8747, 6528, 8954, 8547, 7215, 9528, 6601, 7156, 7089, 6435, 8853, 6292, 7863, 6541, 6608, 5864, 6315, 7946, 6044, 6753, 5824, 6334, 8403, 6257, 8377, 6235, 7786, 6702, 6311, 8900, 6527, 7922, 6523, 7605, 9399, 6559, 8525, 6110, 6817, 8188, 6558, 8128, 6333, 7108, 6461, 6638, 8807, 6200, 8269, 6277, 6929, 7549, 6257, 9069, 6571, 8642, 6344, 6889, 8848, 6324, 8244, 6210, 7098, 8680, 6382, 9166, 6403, 7130, 6061, 6401, 8656, 6314, 7241, 6053, 6575, 8471, 6389, 8239, 6210, 6608, 5819, 6396, 8867, 6229, 8217, 6244, 7238, 7818, 6331, 8891, 6376, 7662, 6669, 7159, 9435, 6612, 8610, 6051, 7072, 8247, 6612, 8387, 6291, 7254, 6364, 6920, 8945, 6477, 8021, 6188, 6664, 7729, 6456, 8626, 6435, 8316, 5984, 6840, 8329, 6356, 8336, 6184, 7735, 6632, 6891, 8872, 6374, 7838, 5957, 6694, 7455, 6311, 8977, 6583, 8544, 6073, 7202, 8469, 6361, 8336, 6360, 7520, 8766, 6570, 9477, 6563, 7535, 5933, 6679, 8228, 6161, 7832, 6163, 7100, 5890, 6513, 8427, 6141, 7436, 6189, 6643, 8838, 6405, 9035, 6144, 7875, 6972, 6449, 8927, 6353, 7692, 6845, 6868, 8731, 6595, 7579, 6162, 6489, 6893, 6507, 9063, 6346, 8599, 6304, 7024, 7536, 6594, 9314, 6533, 8800, 6635, 7631, 9050, 6520, 8176, 6475, 7349, 9089, 6455, 9445, 6141, 7077, 6246, 6743, 8609, 6337, 8069, 6482, 7139, 8191, 6492, 8285, 6510, 7206, 7175, 6545, 9660, 7109, 8758, 6329, 7001, 8805, 6373, 7912, 6245, 7118, 8523, 6536, 8898, 6275, 6723, 5869, 6527, 8496, 6374, 7512, 6224, 7322, 8880, 7241, 8321, 6215, 7332, 6709, 6674, 9511, 7128, 8732, 6156, 7084, 7773, 6628, 8398, 6234, 7658, 6228, 7206, 7691, 6502, 8283, 6279, 7524, 6176, 6752, 8665, 6583, 9002, 6300, 7900, 5964, 6582, 8557, 6345, 7940, 6228, 7397, 7672, 6478, 8643, 6353, 7457, 6025, 6916, 8642, 6413, 9031, 6333, 7276, 6013, 6692, 8573, 6378, 8798, 6307, 7487, 5835, 6441, 8773, 6321, 7754, 6174, 7125, 7492, 6798, 9305, 6415, 7642, 6231, 6907, 8473, 6594, 8751, 6584, 8020, 6192, 7003, 8672, 6386, 8070, 6309, 7855, 6687, 6949, 8600, 6433, 7669, 6115, 6755, 7287, 6493, 8909, 6998, 8622, 6131, 7222, 9066, 6712, 8027, 6240, 7385, 9043, 6462, 8807, 6366, 7070, 6378, 6526, 8781, 6684, 8494, 6098, 6800, 8150, 6464, 8216, 6265, 6826, 6663, 6686, 9085, 6552, 7612, 6129, 6846, 8967, 6704, 8865, 7029, 7884, 6111, 6976, 8620, 6625, 7428, 6274, 6716, 8631, 6420, 8572, 6087, 7075, 5842, 6639, 8770, 6335, 8521, 6019, 6898, 7353, 6613, 8639, 6200, 7748, 6577, 6949, 8911, 6486, 7892, 6174, 6627, 6514, 6567, 9132, 6739, 8444, 6215, 6840, 6510, 6544, 8914, 6326, 8303, 6376, 7106, 8062, 6460, 8487, 6179, 7399, 6044, 6735, 9276, 6323, 8187, 6044, 6707, 7127, 6415, 8580, 6444, 8246, 6220, 7048, 8590, 6257, 7597, 6266, 6674, 8835, 6495, 8876, 6276, 6983, 6019, 6794, 8834, 6373, 7969, 6225, 7254, 8288, 6322, 8274, 6279, 7022, 7445, 6518, 8933, 6418, 8144, 6531, 6693, 8934, 6185, 7332, 5955, 6726, 8765, 6423, 7439, 6224, 6811, 8489, 6266, 7833, 5970, 6596, 7248, 6144, 8363, 6163, 7942, 6546, 6619, 8463, 6435, 8095, 6253, 7743, 7294, 6805, 9036, 6353, 7946, 6259, 7409, 8055, 6523, 9294, 7153, 8619, 6173, 6829, 7066, 6502, 8511, 6182, 8301, 6566, 7819, 8152, 6582, 8616, 6430, 7505, 6066, 6739, 9204, 6913, 9189, 6331, 7588, 6119, 6896, 8836, 6491, 8530, 6692, 8265, 6103, 7170, 8561, 6455, 7865, 6290, 7200, 7703, 6735, 9247, 6401, 7727, 6083, 6746, 6516, 6525, 8810, 6666, 8601, 6337, 6971, 8078, 6697, 8529, 6153, 7474, 6072, 7305, 8281, 6275, 8621, 6333, 7186, 6066, 6802, 8069, 6801, 9967, 6715, 8504, 6375, 7200, 7550, 6596, 9645, 6485, 8529, 6789, 7474, 8149, 6501, 8506, 6343, 7313, 6230, 6702, 8850, 6527, 7701, 6267, 7151, 7226, 6478, 8415, 6463, 6907, 5761, 6582, 8797, 6386, 8253, 6373, 7381, 6371, 6391, 8780, 6448, 7818, 6737, 7459, 6701, 6605, 7997, 6902, 8794, 6985, 8490, 6758, 7916, 6660, 7325, 6409, 7029, 8089, 7397, 8144, 6370, 6317, 6912, 6356, 8155, 6968, 7507, 6436, 6373, 7456, 6573, 6669, 7280, 6490, 7653, 7117, 6256, 7534, 6685, 6560, 7101, 6264, 8184, 7176, 7797, 7554, 8731, 7023, 9084, 7100, 8664, 6895, 8309, 6544, 7826, 6498, 7614, 7517, 7349, 6982, 7047, 6433, 7427, 6766, 7333, 6316, 7345, 6525, 7791, 8777, 6900, 8995, 6890, 9017, 6535, 6468, 6318, 6873, 6478, 7228, 6957, 6516, 9252, 6921, 8431, 6181, 6359, 7845, 6818], 'WindowCenter': [3593.0, 3599.0, 3566.0, 3588.0, 3551.0, 3582.0, 3549.0, 3565.0, 3570.0, 3537.0, 3578.0, 3537.0, 3558.0, 3525.0, 3548.0, 3578.0, 3536.0, 3569.0, 3536.0, 3547.0, 3525.0, 3538.0, 3567.0, 3538.0, 3559.0, 3538.0, 3561.0, 3570.0, 3538.0, 3581.0, 3526.0, 3548.0, 3562.0, 3537.0, 3581.0, 3536.0, 3549.0, 3515.0, 3548.0, 3568.0, 3535.0, 3552.0, 3537.0, 3549.0, 3559.0, 3549.0, 3581.0, 3539.0, 3552.0, 3526.0, 3551.0, 3581.0, 3539.0, 3581.0, 3531.0, 3560.0, 3537.0, 3560.0, 3578.0, 3538.0, 3581.0, 3538.0, 3558.0, 3538.0, 3558.0, 3580.0, 3537.0, 3569.0, 3527.0, 3548.0, 3560.0, 3537.0, 3580.0, 3539.0, 3559.0, 3537.0, 3560.0, 3570.0, 3550.0, 3590.0, 3538.0, 3571.0, 3537.0, 3548.0, 3568.0, 3537.0, 3559.0, 3535.0, 3546.0, 3515.0, 3537.0, 3567.0, 3537.0, 3579.0, 3538.0, 3548.0, 3526.0, 3548.0, 3568.0, 3537.0, 3570.0, 3538.0, 3560.0, 3528.0, 3548.0, 3567.0, 3538.0, 3569.0, 3537.0, 3560.0, 3568.0, 3547.0, 3568.0, 3526.0, 3557.0, 3555.0, 3537.0, 3578.0, 3536.0, 3547.0, 3523.0, 3547.0, 3576.0, 3534.0, 3547.0, 3523.0, 3537.0, 3567.0, 3536.0, 3566.0, 3536.0, 3539.0, 3556.0, 3533.0, 3566.0, 3536.0, 3560.0, 3523.0, 3547.0, 3567.0, 3537.0, 3557.0, 3538.0, 3536.0, 3537.0, 3580.0, 3540.0, 3575.0, 3569.0, 3549.0, 3578.0, 3535.0, 3533.0, 3532.0, 3516.0, 3565.0, 3523.0, 3555.0, 3523.0, 3528.0, 3513.0, 3536.0, 3567.0, 3524.0, 3541.0, 3525.0, 3538.0, 3570.0, 3531.0, 3582.0, 3538.0, 3561.0, 3549.0, 3537.0, 3580.0, 3537.0, 3569.0, 3536.0, 3560.0, 3578.0, 3536.0, 3567.0, 3525.0, 3537.0, 3566.0, 3525.0, 3558.0, 3537.0, 3548.0, 3538.0, 3549.0, 3579.0, 3531.0, 3570.0, 3537.0, 3559.0, 3552.0, 3537.0, 3580.0, 3549.0, 3580.0, 3537.0, 3561.0, 3579.0, 3537.0, 3568.0, 3524.0, 3547.0, 3568.0, 3535.0, 3578.0, 3537.0, 3547.0, 3524.0, 3537.0, 3565.0, 3537.0, 3559.0, 3525.0, 3549.0, 3568.0, 3538.0, 3568.0, 3538.0, 3549.0, 3518.0, 3542.0, 3582.0, 3532.0, 3581.0, 3549.0, 3561.0, 3570.0, 3539.0, 3581.0, 3538.0, 3571.0, 3549.0, 3559.0, 3579.0, 3549.0, 3581.0, 3524.0, 3547.0, 3567.0, 3536.0, 3568.0, 3538.0, 3557.0, 3537.0, 3559.0, 3581.0, 3538.0, 3570.0, 3526.0, 3548.0, 3559.0, 3550.0, 3574.0, 3532.0, 3582.0, 3538.0, 3549.0, 3570.0, 3539.0, 3569.0, 3538.0, 3570.0, 3549.0, 3560.0, 3581.0, 3539.0, 3571.0, 3539.0, 3550.0, 3559.0, 3552.0, 3592.0, 3551.0, 3582.0, 3540.0, 3554.0, 3558.0, 3537.0, 3562.0, 3539.0, 3558.0, 3561.0, 3538.0, 3589.0, 3535.0, 3558.0, 3524.0, 3547.0, 3567.0, 3524.0, 3559.0, 3525.0, 3547.0, 3526.0, 3549.0, 3567.0, 3539.0, 3552.0, 3539.0, 3561.0, 3592.0, 3550.0, 3592.0, 3539.0, 3570.0, 3549.0, 3538.0, 3580.0, 3536.0, 3551.0, 3547.0, 3548.0, 3568.0, 3548.0, 3559.0, 3525.0, 3537.0, 3541.0, 3529.0, 3581.0, 3539.0, 3596.0, 3551.0, 3553.0, 3558.0, 3549.0, 3581.0, 3539.0, 3581.0, 3537.0, 3560.0, 3568.0, 3535.0, 3568.0, 3524.0, 3544.0, 3559.0, 3523.0, 3576.0, 3523.0, 3533.0, 3523.0, 3534.0, 3566.0, 3525.0, 3554.0, 3523.0, 3545.0, 3559.0, 3535.0, 3568.0, 3536.0, 3546.0, 3535.0, 3536.0, 3578.0, 3546.0, 3566.0, 3525.0, 3547.0, 3565.0, 3525.0, 3554.0, 3523.0, 3546.0, 3566.0, 3536.0, 3567.0, 3535.0, 3536.0, 3515.0, 3536.0, 3566.0, 3535.0, 3547.0, 3519.0, 3558.0, 3580.0, 3558.0, 3570.0, 3526.0, 3546.0, 3536.0, 3536.0, 3577.0, 3548.0, 3567.0, 3524.0, 3547.0, 3556.0, 3534.0, 3554.0, 3524.0, 3556.0, 3524.0, 3538.0, 3549.0, 3536.0, 3566.0, 3536.0, 3557.0, 3516.0, 3547.0, 3566.0, 3548.0, 3579.0, 3536.0, 3557.0, 3525.0, 3525.0, 3568.0, 3537.0, 3557.0, 3525.0, 3558.0, 3557.0, 3530.0, 3561.0, 3535.0, 3546.0, 3524.0, 3540.0, 3567.0, 3538.0, 3579.0, 3537.0, 3557.0, 3524.0, 3536.0, 3567.0, 3530.0, 3568.0, 3537.0, 3547.0, 3514.0, 3536.0, 3567.0, 3535.0, 3557.0, 3525.0, 3547.0, 3547.0, 3538.0, 3578.0, 3536.0, 3556.0, 3526.0, 3547.0, 3565.0, 3535.0, 3568.0, 3527.0, 3556.0, 3525.0, 3546.0, 3560.0, 3536.0, 3556.0, 3524.0, 3557.0, 3536.0, 3548.0, 3561.0, 3535.0, 3557.0, 3524.0, 3536.0, 3544.0, 3535.0, 3579.0, 3548.0, 3562.0, 3526.0, 3559.0, 3558.0, 3535.0, 3550.0, 3523.0, 3545.0, 3566.0, 3526.0, 3566.0, 3523.0, 3535.0, 3522.0, 3524.0, 3566.0, 3527.0, 3568.0, 3524.0, 3537.0, 3548.0, 3523.0, 3567.0, 3535.0, 3535.0, 3537.0, 3549.0, 3577.0, 3535.0, 3556.0, 3525.0, 3536.0, 3566.0, 3536.0, 3567.0, 3535.0, 3556.0, 3512.0, 3534.0, 3564.0, 3534.0, 3544.0, 3521.0, 3534.0, 3566.0, 3535.0, 3559.0, 3525.0, 3547.0, 3504.0, 3537.0, 3568.0, 3534.0, 3568.0, 3525.0, 3546.0, 3547.0, 3534.0, 3566.0, 3526.0, 3557.0, 3535.0, 3548.0, 3559.0, 3535.0, 3557.0, 3524.0, 3533.0, 3534.0, 3536.0, 3570.0, 3536.0, 3567.0, 3526.0, 3547.0, 3533.0, 3535.0, 3577.0, 3534.0, 3566.0, 3535.0, 3546.0, 3556.0, 3534.0, 3566.0, 3517.0, 3545.0, 3524.0, 3548.0, 3577.0, 3536.0, 3559.0, 3518.0, 3537.0, 3545.0, 3536.0, 3568.0, 3528.0, 3558.0, 3524.0, 3547.0, 3561.0, 3534.0, 3549.0, 3523.0, 3528.0, 3567.0, 3525.0, 3560.0, 3523.0, 3545.0, 3523.0, 3533.0, 3566.0, 3524.0, 3557.0, 3513.0, 3545.0, 3555.0, 3535.0, 3566.0, 3535.0, 3546.0, 3543.0, 3534.0, 3567.0, 3518.0, 3556.0, 3524.0, 3536.0, 3566.0, 3523.0, 3546.0, 3512.0, 3534.0, 3566.0, 3536.0, 3545.0, 3524.0, 3527.0, 3568.0, 3537.0, 3556.0, 3524.0, 3547.0, 3547.0, 3527.0, 3569.0, 3525.0, 3570.0, 3531.0, 3551.0, 3568.0, 3538.0, 3567.0, 3536.0, 3574.0, 3558.0, 3548.0, 3578.0, 3537.0, 3556.0, 3536.0, 3546.0, 3556.0, 3535.0, 3579.0, 3547.0, 3568.0, 3525.0, 3536.0, 3546.0, 3534.0, 3566.0, 3525.0, 3568.0, 3536.0, 3559.0, 3556.0, 3535.0, 3567.0, 3524.0, 3544.0, 3512.0, 3534.0, 3577.0, 3545.0, 3577.0, 3524.0, 3556.0, 3523.0, 3545.0, 3564.0, 3516.0, 3565.0, 3534.0, 3547.0, 3512.0, 3534.0, 3552.0, 3522.0, 3555.0, 3522.0, 3543.0, 3543.0, 3535.0, 3576.0, 3524.0, 3555.0, 3523.0, 3535.0, 3522.0, 3525.0, 3565.0, 3534.0, 3567.0, 3524.0, 3540.0, 3555.0, 3525.0, 3567.0, 3524.0, 3544.0, 3524.0, 3545.0, 3559.0, 3526.0, 3566.0, 3535.0, 3546.0, 3524.0, 3549.0, 3567.0, 3541.0, 3589.0, 3537.0, 3568.0, 3525.0, 3545.0, 3543.0, 3535.0, 3576.0, 3522.0, 3566.0, 3533.0, 3543.0, 3555.0, 3522.0, 3564.0, 3520.0, 3542.0, 3510.0, 3533.0, 3563.0, 3516.0, 3544.0, 3522.0, 3534.0, 3536.0, 3523.0, 3555.0, 3525.0, 3545.0, 3512.0, 3536.0, 3567.0, 3535.0, 3567.0, 3537.0, 3572.0, 3530.0, 3539.0, 3579.0, 3550.0, 3570.0, 3548.0, 3558.0, 3561.0, 3560.0, 3570.0, 3561.0, 3579.0, 3558.0, 3567.0, 3535.0, 3556.0, 3534.0, 3549.0, 3536.0, 3549.0, 3570.0, 3558.0, 3556.0, 3536.0, 3522.0, 3533.0, 3513.0, 3554.0, 3546.0, 3557.0, 3535.0, 3537.0, 3571.0, 3560.0, 3562.0, 3572.0, 3550.0, 3564.0, 3550.0, 3549.0, 3572.0, 3562.0, 3562.0, 3573.0, 3551.0, 3580.0, 3548.0, 3557.0, 3571.0, 3566.0, 3546.0, 3565.0, 3544.0, 3556.0, 3531.0, 3553.0, 3522.0, 3532.0, 3521.0, 3543.0, 3542.0, 3543.0, 3531.0, 3545.0, 3525.0, 3545.0, 3546.0, 3556.0, 3536.0, 3556.0, 3536.0, 3569.0, 3582.0, 3548.0, 3567.0, 3545.0, 3567.0, 3523.0, 3523.0, 3523.0, 3533.0, 3535.0, 3558.0, 3539.0, 3530.0, 3571.0, 3547.0, 3570.0, 3525.0, 3535.0, 3556.0, 3547.0], 'WindowWidth': [8158.0, 8155.0, 8104.0, 8125.0, 8074.0, 8114.0, 8066.0, 8085.0, 8093.0, 8048.0, 8102.0, 8045.0, 8075.0, 8026.0, 8060.0, 8101.0, 8043.0, 8090.0, 8043.0, 8060.0, 8029.0, 8042.0, 8085.0, 8049.0, 8080.0, 8049.0, 8084.0, 8093.0, 8051.0, 8109.0, 8032.0, 8062.0, 8076.0, 8045.0, 8107.0, 8045.0, 8057.0, 8016.0, 8063.0, 8088.0, 8043.0, 8063.0, 8047.0, 8066.0, 8079.0, 8066.0, 8109.0, 8053.0, 8066.0, 8032.0, 8064.0, 8110.0, 8052.0, 8111.0, 8037.0, 8081.0, 8047.0, 8081.0, 8102.0, 8051.0, 8110.0, 8049.0, 8078.0, 8048.0, 8076.0, 8105.0, 8047.0, 8093.0, 8032.0, 8064.0, 8071.0, 8048.0, 8109.0, 8053.0, 8080.0, 8049.0, 8085.0, 8096.0, 8070.0, 8123.0, 8050.0, 8095.0, 8045.0, 8064.0, 8088.0, 8045.0, 8069.0, 8043.0, 8058.0, 8014.0, 8041.0, 8086.0, 8046.0, 8104.0, 8050.0, 8063.0, 8031.0, 8062.0, 8088.0, 8048.0, 8095.0, 8049.0, 8082.0, 8028.0, 8063.0, 8085.0, 8049.0, 8091.0, 8046.0, 8080.0, 8089.0, 8061.0, 8088.0, 8022.0, 8073.0, 8067.0, 8044.0, 8100.0, 8041.0, 8050.0, 8023.0, 8058.0, 8094.0, 8039.0, 8057.0, 8022.0, 8045.0, 8085.0, 8042.0, 8081.0, 8042.0, 8042.0, 8067.0, 8036.0, 8081.0, 8045.0, 8071.0, 8023.0, 8058.0, 8084.0, 8047.0, 8074.0, 8049.0, 8045.0, 8050.0, 8108.0, 8056.0, 8099.0, 8091.0, 8056.0, 8101.0, 8037.0, 8034.0, 8030.0, 8006.0, 8078.0, 8022.0, 8066.0, 8020.0, 8026.0, 8010.0, 8043.0, 8086.0, 8028.0, 8049.0, 8031.0, 8052.0, 8095.0, 8036.0, 8113.0, 8050.0, 8084.0, 8064.0, 8047.0, 8105.0, 8047.0, 8091.0, 8043.0, 8079.0, 8101.0, 8044.0, 8084.0, 8026.0, 8045.0, 8081.0, 8026.0, 8074.0, 8046.0, 8062.0, 8047.0, 8064.0, 8105.0, 8036.0, 8095.0, 8049.0, 8079.0, 8063.0, 8049.0, 8109.0, 8065.0, 8109.0, 8047.0, 8085.0, 8104.0, 8045.0, 8087.0, 8024.0, 8060.0, 8086.0, 8040.0, 8098.0, 8043.0, 8058.0, 8025.0, 8045.0, 8079.0, 8044.0, 8076.0, 8027.0, 8064.0, 8088.0, 8048.0, 8090.0, 8049.0, 8066.0, 8017.0, 8053.0, 8112.0, 8039.0, 8111.0, 8066.0, 8085.0, 8096.0, 8054.0, 8110.0, 8050.0, 8097.0, 8066.0, 8080.0, 8106.0, 8064.0, 8108.0, 8027.0, 8060.0, 8084.0, 8043.0, 8089.0, 8048.0, 8075.0, 8046.0, 8079.0, 8110.0, 8049.0, 8095.0, 8032.0, 8064.0, 8077.0, 8068.0, 8096.0, 8040.0, 8114.0, 8049.0, 8068.0, 8095.0, 8052.0, 8093.0, 8050.0, 8094.0, 8064.0, 8083.0, 8110.0, 8053.0, 8097.0, 8053.0, 8071.0, 8082.0, 8075.0, 8128.0, 8071.0, 8113.0, 8054.0, 8071.0, 8071.0, 8049.0, 8078.0, 8050.0, 8077.0, 8074.0, 8048.0, 8117.0, 8040.0, 8075.0, 8025.0, 8059.0, 8085.0, 8027.0, 8078.0, 8029.0, 8062.0, 8032.0, 8067.0, 8088.0, 8052.0, 8066.0, 8055.0, 8087.0, 8128.0, 8070.0, 8126.0, 8053.0, 8096.0, 8065.0, 8049.0, 8105.0, 8044.0, 8063.0, 8059.0, 8063.0, 8088.0, 8062.0, 8077.0, 8029.0, 8047.0, 8047.0, 8030.0, 8108.0, 8053.0, 8140.0, 8071.0, 8068.0, 8076.0, 8064.0, 8110.0, 8051.0, 8109.0, 8045.0, 8079.0, 8087.0, 8041.0, 8085.0, 8024.0, 8051.0, 8067.0, 8021.0, 8094.0, 8021.0, 8028.0, 8019.0, 8036.0, 8080.0, 8025.0, 8064.0, 8021.0, 8054.0, 8067.0, 8040.0, 8086.0, 8041.0, 8055.0, 8040.0, 8043.0, 8099.0, 8054.0, 8081.0, 8026.0, 8058.0, 8077.0, 8024.0, 8064.0, 8020.0, 8056.0, 8081.0, 8041.0, 8083.0, 8041.0, 8043.0, 8013.0, 8044.0, 8083.0, 8042.0, 8060.0, 8014.0, 8075.0, 8105.0, 8075.0, 8093.0, 8029.0, 8057.0, 8042.0, 8044.0, 8099.0, 8061.0, 8084.0, 8026.0, 8059.0, 8068.0, 8037.0, 8064.0, 8024.0, 8070.0, 8023.0, 8040.0, 8053.0, 8043.0, 8082.0, 8042.0, 8072.0, 8007.0, 8060.0, 8084.0, 8061.0, 8102.0, 8043.0, 8072.0, 8026.0, 8022.0, 8085.0, 8044.0, 8073.0, 8027.0, 8075.0, 8072.0, 8031.0, 8073.0, 8041.0, 8056.0, 8024.0, 8046.0, 8085.0, 8048.0, 8102.0, 8045.0, 8074.0, 8025.0, 8043.0, 8086.0, 8031.0, 8088.0, 8044.0, 8058.0, 8012.0, 8044.0, 8084.0, 8041.0, 8070.0, 8028.0, 8059.0, 8057.0, 8047.0, 8101.0, 8044.0, 8070.0, 8028.0, 8058.0, 8080.0, 8040.0, 8087.0, 8024.0, 8070.0, 8027.0, 8056.0, 8068.0, 8041.0, 8068.0, 8024.0, 8069.0, 8043.0, 8059.0, 8072.0, 8039.0, 8071.0, 8026.0, 8044.0, 8053.0, 8043.0, 8105.0, 8062.0, 8077.0, 8030.0, 8077.0, 8067.0, 8038.0, 8055.0, 8021.0, 8053.0, 8081.0, 8027.0, 8082.0, 8021.0, 8033.0, 8019.0, 8024.0, 8082.0, 8022.0, 8087.0, 8024.0, 8045.0, 8052.0, 8022.0, 8083.0, 8039.0, 8043.0, 8044.0, 8064.0, 8099.0, 8043.0, 8071.0, 8027.0, 8043.0, 8082.0, 8043.0, 8085.0, 8038.0, 8068.0, 8003.0, 8036.0, 8076.0, 8035.0, 8050.0, 8015.0, 8039.0, 8081.0, 8040.0, 8069.0, 8027.0, 8060.0, 7991.0, 8045.0, 8086.0, 8039.0, 8088.0, 8027.0, 8057.0, 8057.0, 8040.0, 8082.0, 8029.0, 8071.0, 8040.0, 8060.0, 8068.0, 8041.0, 8072.0, 8024.0, 8036.0, 8037.0, 8044.0, 8084.0, 8044.0, 8084.0, 8031.0, 8059.0, 8037.0, 8040.0, 8097.0, 8039.0, 8083.0, 8040.0, 8056.0, 8069.0, 8039.0, 8082.0, 8009.0, 8054.0, 8024.0, 8060.0, 8098.0, 8042.0, 8069.0, 8012.0, 8044.0, 8053.0, 8043.0, 8087.0, 8027.0, 8066.0, 8024.0, 8060.0, 8072.0, 8037.0, 8055.0, 8020.0, 8027.0, 8084.0, 8026.0, 8070.0, 8023.0, 8055.0, 8021.0, 8035.0, 8079.0, 8023.0, 8069.0, 8006.0, 8053.0, 8066.0, 8041.0, 8081.0, 8038.0, 8055.0, 8048.0, 8038.0, 8083.0, 8011.0, 8068.0, 8021.0, 8041.0, 8080.0, 8021.0, 8054.0, 8005.0, 8037.0, 8080.0, 8042.0, 8054.0, 8023.0, 8026.0, 8085.0, 8045.0, 8070.0, 8025.0, 8058.0, 8058.0, 8033.0, 8091.0, 8030.0, 8092.0, 8036.0, 8070.0, 8089.0, 8048.0, 8087.0, 8045.0, 8108.0, 8078.0, 8061.0, 8100.0, 8044.0, 8070.0, 8041.0, 8056.0, 8069.0, 8041.0, 8101.0, 8058.0, 8086.0, 8029.0, 8043.0, 8054.0, 8038.0, 8080.0, 8027.0, 8087.0, 8041.0, 8075.0, 8068.0, 8039.0, 8083.0, 8022.0, 8051.0, 8005.0, 8038.0, 8096.0, 8052.0, 8097.0, 8022.0, 8069.0, 8022.0, 8051.0, 8076.0, 8006.0, 8078.0, 8035.0, 8049.0, 8005.0, 8036.0, 8058.0, 8017.0, 8062.0, 8016.0, 8048.0, 8046.0, 8038.0, 8093.0, 8024.0, 8066.0, 8021.0, 8040.0, 8018.0, 8026.0, 8080.0, 8038.0, 8083.0, 8023.0, 8044.0, 8066.0, 8019.0, 8082.0, 8022.0, 8051.0, 8022.0, 8054.0, 8068.0, 8021.0, 8083.0, 8041.0, 8057.0, 8025.0, 8063.0, 8085.0, 8048.0, 8117.0, 8046.0, 8088.0, 8027.0, 8053.0, 8046.0, 8038.0, 8093.0, 8018.0, 8080.0, 8033.0, 8048.0, 8063.0, 8018.0, 8074.0, 8012.0, 8044.0, 7998.0, 8034.0, 8072.0, 8005.0, 8049.0, 8017.0, 8036.0, 8032.0, 8022.0, 8059.0, 8020.0, 8053.0, 8007.0, 8042.0, 8084.0, 8041.0, 8085.0, 8049.0, 8101.0, 8033.0, 8052.0, 8105.0, 8070.0, 8095.0, 8062.0, 8077.0, 8086.0, 8084.0, 8097.0, 8084.0, 8106.0, 8077.0, 8085.0, 8040.0, 8068.0, 8038.0, 8056.0, 8044.0, 8068.0, 8097.0, 8076.0, 8070.0, 8043.0, 8018.0, 8032.0, 7999.0, 8064.0, 8058.0, 8071.0, 8042.0, 8046.0, 8099.0, 8084.0, 8090.0, 8104.0, 8070.0, 8085.0, 8062.0, 8067.0, 8101.0, 8092.0, 8092.0, 8108.0, 8076.0, 8107.0, 8062.0, 8071.0, 8098.0, 8083.0, 8056.0, 8079.0, 8049.0, 8061.0, 8031.0, 8060.0, 8018.0, 8023.0, 8017.0, 8047.0, 8045.0, 8048.0, 8030.0, 8055.0, 8021.0, 8052.0, 8057.0, 8070.0, 8046.0, 8073.0, 8046.0, 8093.0, 8115.0, 8063.0, 8081.0, 8054.0, 8082.0, 8020.0, 8020.0, 8020.0, 8034.0, 8040.0, 8074.0, 8042.0, 8033.0, 8088.0, 8058.0, 8090.0, 8026.0, 8042.0, 8068.0, 8060.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.008996119760479043</td></tr>
<tr><td colspan=3>aqi</td><td>0.02488891520958084</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73891891736206</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2573708727937636</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1789053019304556</td></tr>
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
<tr><td colspan=3>fber</td><td>3338.0674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07641376579431626</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.790419161676646</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5319606874536995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5026362130597755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746653298151046</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3465925511502768</td></tr>
<tr><td colspan=3>gcor</td><td>0.00525056</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005479642190039158</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025050653144717216</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</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>3.6107233015966727</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>22.3289</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8485</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.611</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.4248</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9317</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.8714</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2752.978</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3681.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>808.42</td></tr>
<tr><td colspan=3>tsnr</td><td>33.872725671040826</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>