ds005256-mriqc/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 9b98f32f3f [DATALAD RUNCMD] Compute MRIQC for sub-0091
=== 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-0091 --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-0091",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:00:37 +02:00

616 lines
No EOL
104 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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-02/func/sub-0091_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>16fe95ef40dde0356280e82d021459d6</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>19:16:2.880000</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.999928, 0.0119764, -0.000906919, -0.011868, 0.973628, -0.227831]</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.120457</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>[4140, -7701, -7225, 558, -64, -155, -103, 82]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c2804bab-0196-40e2-b76f-885f15334cc1||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.6827332973480225, -0.031840983778238297, 0.004983066581189632, 115.74817657470703], [-0.03213169053196907, 2.6121737957000732, -0.6151277422904968, -73.24801635742188], [-0.00243319827131927, 0.6112532615661621, 2.628990888595581, -84.536376953125], [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': ['191602.880000', '191603.340000', '191603.800000', '191604.260000', '191604.720000', '191605.180000', '191605.640000', '191606.100000', '191606.560000', '191607.020000', '191607.480000', '191607.940000', '191608.400000', '191608.860000', '191609.320000', '191609.780000', '191610.240000', '191610.700000', '191611.160000', '191611.620000', '191612.080000', '191612.540000', '191613.000000', '191613.460000', '191613.920000', '191614.380000', '191614.840000', '191615.300000', '191615.760000', '191616.220000', '191616.680000', '191617.140000', '191617.600000', '191618.060000', '191618.520000', '191618.980000', '191619.440000', '191619.900000', '191620.360000', '191620.820000', '191621.280000', '191621.740000', '191622.200000', '191622.660000', '191623.120000', '191623.580000', '191624.040000', '191624.500000', '191624.960000', '191625.420000', '191625.880000', '191626.340000', '191626.800000', '191627.260000', '191627.720000', '191628.180000', '191628.640000', '191629.100000', '191629.560000', '191630.020000', '191630.480000', '191630.940000', '191631.400000', '191631.860000', '191632.320000', '191632.780000', '191633.240000', '191633.700000', '191634.160000', '191634.620000', '191635.080000', '191635.540000', '191636.000000', '191636.460000', '191636.920000', '191637.380000', '191637.840000', '191638.300000', '191638.760000', '191639.220000', '191639.680000', '191640.140000', '191640.600000', '191641.060000', '191641.520000', '191641.980000', '191642.440000', '191642.900000', '191643.360000', '191643.820000', '191644.280000', '191644.740000', '191645.200000', '191645.660000', '191646.120000', '191646.580000', '191647.040000', '191647.500000', '191647.960000', '191648.420000', '191648.880000', '191649.340000', '191649.800000', '191650.260000', '191650.720000', '191651.180000', '191651.640000', '191652.100000', '191652.560000', '191653.020000', '191653.480000', '191653.940000', '191654.400000', '191654.860000', '191655.320000', '191655.780000', '191656.240000', '191656.700000', '191657.160000', '191657.620000', '191658.080000', '191658.540000', '191659.000000', '191659.460000', '191659.920000', '191700.380000', '191700.840000', '191701.300000', '191701.760000', '191702.220000', '191702.680000', '191703.140000', '191703.600000', '191704.060000', '191704.520000', '191704.980000', '191705.440000', '191705.900000', '191706.360000', '191706.820000', '191707.280000', '191707.740000', '191708.200000', '191708.660000', '191709.120000', '191709.580000', '191710.040000', '191710.500000', '191710.960000', '191711.420000', '191711.880000', '191712.340000', '191712.800000', '191713.260000', '191713.720000', '191714.180000', '191714.640000', '191715.100000', '191715.560000', '191716.020000', '191716.480000', '191716.940000', '191717.400000', '191717.860000', '191718.320000', '191718.780000', '191719.240000', '191719.700000', '191720.160000', '191720.620000', '191721.080000', '191721.540000', '191722.000000', '191722.460000', '191722.920000', '191723.380000', '191723.840000', '191724.300000', '191724.760000', '191725.220000', '191725.680000', '191726.140000', '191726.600000', '191727.060000', '191727.520000', '191727.980000', '191728.440000', '191728.900000', '191729.360000', '191729.820000', '191730.280000', '191730.740000', '191731.200000', '191731.660000', '191732.120000', '191732.580000', '191733.040000', '191733.500000', '191733.960000', '191734.420000', '191734.880000', '191735.340000', '191735.800000', '191736.260000', '191736.720000', '191737.180000', '191737.640000', '191738.100000', '191738.560000', '191739.020000', '191739.480000', '191739.940000', '191740.400000', '191740.860000', '191741.320000', '191741.780000', '191742.240000', '191742.700000', '191743.160000', '191743.620000', '191744.080000', '191744.540000', '191745.000000', '191745.460000', '191745.920000', '191746.380000', '191746.840000', '191747.300000', '191747.760000', '191748.220000', '191748.680000', '191749.140000', '191749.600000', '191750.060000', '191750.520000', '191750.980000', '191751.440000', '191751.900000', '191752.360000', '191752.820000', '191753.280000', '191753.740000', '191754.200000', '191754.660000', '191755.120000', '191755.580000', '191756.040000', '191756.500000', '191756.960000', '191757.420000', '191757.880000', '191758.340000', '191758.800000', '191759.260000', '191759.720000', '191800.180000', '191800.640000', '191801.100000', '191801.560000', '191802.020000', '191802.480000', '191802.940000', '191803.400000', '191803.860000', '191804.320000', '191804.780000', '191805.240000', '191805.700000', '191806.160000', '191806.620000', '191807.080000', '191807.540000', '191808.000000', '191808.460000', '191808.920000', '191809.380000', '191809.840000', '191810.300000', '191810.760000', '191811.220000', '191811.680000', '191812.140000', '191812.600000', '191813.060000', '191813.520000', '191813.980000', '191814.440000', '191814.900000', '191815.360000', '191815.820000', '191816.280000', '191816.740000', '191817.200000', '191817.660000', '191818.120000', '191818.580000', '191819.040000', '191819.500000', '191819.960000', '191820.420000', '191820.880000', '191821.340000', '191821.800000', '191822.260000', '191822.720000', '191823.180000', '191823.640000', '191824.100000', '191824.560000', '191825.020000', '191825.480000', '191825.940000', '191826.400000', '191826.860000', '191827.320000', '191827.780000', '191828.240000', '191828.700000', '191829.160000', '191829.620000', '191830.080000', '191830.540000', '191831.000000', '191831.460000', '191831.920000', '191832.380000', '191832.840000', '191833.300000', '191833.760000', '191834.220000', '191834.680000', '191835.140000', '191835.600000', '191836.060000', '191836.520000', '191836.980000', '191837.440000', '191837.900000', '191838.360000', '191838.820000', '191839.280000', '191839.740000', '191840.200000', '191840.660000', '191841.120000', '191841.580000', '191842.040000', '191842.500000', '191842.960000', '191843.420000', '191843.880000', '191844.340000', '191844.800000', '191845.260000', '191845.720000', '191846.180000', '191846.640000', '191847.100000', '191847.560000', '191848.020000', '191848.480000', '191848.940000', '191849.400000', '191849.860000', '191850.320000', '191850.780000', '191851.240000', '191851.700000', '191852.160000', '191852.620000', '191853.080000', '191853.540000', '191854.000000', '191854.460000', '191854.920000', '191855.380000', '191855.840000', '191856.300000', '191856.760000', '191857.220000', '191857.680000', '191858.140000', '191858.600000', '191859.060000', '191859.520000', '191859.980000', '191900.440000', '191900.900000', '191901.360000', '191901.820000', '191902.280000', '191902.740000', '191903.200000', '191903.660000', '191904.120000', '191904.580000', '191905.040000', '191905.500000', '191905.960000', '191906.420000', '191906.880000', '191907.340000', '191907.800000', '191908.260000', '191908.720000', '191909.180000', '191909.640000', '191910.100000', '191910.560000', '191911.020000', '191911.480000', '191911.940000', '191912.400000', '191912.860000', '191913.320000', '191913.780000', '191914.240000', '191914.700000', '191915.160000', '191915.620000', '191916.080000', '191916.540000', '191917.000000', '191917.460000', '191917.920000', '191918.380000', '191918.840000', '191919.300000', '191919.760000', '191920.220000', '191920.680000', '191921.140000', '191921.600000', '191922.060000', '191922.520000', '191922.980000', '191923.440000', '191923.900000', '191924.360000', '191924.820000', '191925.280000', '191925.740000', '191926.200000', '191926.660000', '191927.120000', '191927.580000', '191928.040000', '191928.500000', '191928.960000', '191929.420000', '191929.880000', '191930.340000', '191930.800000', '191931.260000', '191931.720000', '191932.180000', '191932.640000', '191933.100000', '191933.560000', '191934.020000', '191934.480000', '191934.940000', '191935.400000', '191935.860000', '191936.320000', '191936.780000', '191937.240000', '191937.700000', '191938.160000', '191938.620000', '191939.080000', '191939.540000', '191940.000000', '191940.460000', '191940.920000', '191941.380000', '191941.840000', '191942.300000', '191942.760000', '191943.220000', '191943.680000', '191944.140000', '191944.600000', '191945.060000', '191945.520000', '191945.980000', '191946.440000', '191946.900000', '191947.360000', '191947.820000', '191948.280000', '191948.740000', '191949.200000', '191949.660000', '191950.120000', '191950.580000', '191951.040000', '191951.500000', '191951.960000', '191952.420000', '191952.880000', '191953.340000', '191953.800000', '191954.260000', '191954.720000', '191955.180000', '191955.640000', '191956.100000', '191956.560000', '191957.020000', '191957.480000', '191957.940000', '191958.400000', '191958.860000', '191959.320000', '191959.780000', '192000.240000', '192000.700000', '192001.160000', '192001.620000', '192002.080000', '192002.540000', '192003.000000', '192003.460000', '192003.920000', '192004.380000', '192004.840000', '192005.300000', '192005.760000', '192006.220000', '192006.680000', '192007.140000', '192007.600000', '192008.060000', '192008.520000', '192008.980000', '192009.440000', '192009.900000', '192010.360000', '192010.820000', '192011.280000', '192011.740000', '192012.200000', '192012.660000', '192013.120000', '192013.580000', '192014.040000', '192014.500000', '192014.960000', '192015.420000', '192015.880000', '192016.340000', '192016.800000', '192017.260000', '192017.720000', '192018.180000', '192018.640000', '192019.100000', '192019.560000', '192020.020000', '192020.480000', '192020.940000', '192021.400000', '192021.860000', '192022.320000', '192022.780000', '192023.240000', '192023.700000', '192024.160000', '192024.620000', '192025.080000', '192025.540000', '192026.000000', '192026.460000', '192026.920000', '192027.380000', '192027.840000', '192028.300000', '192028.760000', '192029.220000', '192029.680000', '192030.140000', '192030.600000', '192031.060000', '192031.520000', '192031.980000', '192032.440000', '192032.900000', '192033.360000', '192033.820000', '192034.280000', '192034.740000', '192035.200000', '192035.660000', '192036.120000', '192036.580000', '192037.040000', '192037.500000', '192037.960000', '192038.420000', '192038.880000', '192039.340000', '192039.800000', '192040.260000', '192040.720000', '192041.180000', '192041.640000', '192042.100000', '192042.560000', '192043.020000', '192043.480000', '192043.940000', '192044.400000', '192044.860000', '192045.320000', '192045.780000', '192046.240000', '192046.700000', '192047.160000', '192047.620000', '192048.080000', '192048.540000', '192049.000000', '192049.460000', '192049.920000', '192050.380000', '192050.840000', '192051.300000', '192051.760000', '192052.220000', '192052.680000', '192053.140000', '192053.600000', '192054.060000', '192054.520000', '192054.980000', '192055.440000', '192055.900000', '192056.360000', '192056.820000', '192057.280000', '192057.740000', '192058.200000', '192058.660000', '192059.120000', '192059.580000', '192100.040000', '192100.500000', '192100.960000', '192101.420000', '192101.880000', '192102.340000', '192102.800000', '192103.260000', '192103.720000', '192104.180000', '192104.640000', '192105.100000', '192105.560000', '192106.020000', '192106.480000', '192106.940000', '192107.400000', '192107.860000', '192108.320000', '192108.780000', '192109.240000', '192109.700000', '192110.160000', '192110.620000', '192111.080000', '192111.540000', '192112.000000', '192112.460000', '192112.920000', '192113.380000', '192113.840000', '192114.300000', '192114.760000', '192115.220000', '192115.680000', '192116.140000', '192116.600000', '192117.060000', '192117.520000', '192117.980000', '192118.440000', '192118.900000', '192119.360000', '192119.820000', '192120.280000', '192120.740000', '192121.200000', '192121.660000', '192122.120000', '192122.580000', '192123.040000', '192123.500000', '192123.960000', '192124.420000', '192124.880000', '192125.340000', '192125.800000', '192126.260000', '192126.720000', '192127.180000', '192127.640000', '192128.100000', '192128.560000', '192129.020000', '192129.480000', '192129.940000', '192130.400000', '192130.860000', '192131.320000', '192131.780000', '192132.240000', '192132.700000', '192133.160000', '192133.620000', '192134.080000', '192134.540000', '192135.000000', '192135.460000', '192135.920000', '192136.380000', '192136.840000', '192137.300000', '192137.760000', '192138.220000', '192138.680000', '192139.140000', '192139.600000', '192140.060000', '192140.520000', '192140.980000', '192141.440000', '192141.900000', '192142.360000', '192142.820000', '192143.280000', '192143.740000', '192144.200000', '192144.660000', '192145.120000', '192145.580000', '192146.040000', '192146.500000', '192146.960000', '192147.420000', '192147.880000', '192148.340000', '192148.800000', '192149.260000', '192149.720000', '192150.180000', '192150.640000', '192151.100000', '192151.560000', '192152.020000', '192152.480000', '192152.940000', '192153.400000', '192153.860000', '192154.320000', '192154.780000', '192155.240000', '192155.700000', '192156.160000', '192156.620000', '192157.080000', '192157.540000', '192158.000000', '192158.460000', '192158.920000', '192159.380000', '192159.840000', '192200.300000', '192200.760000', '192201.220000', '192201.680000', '192202.140000', '192202.600000', '192203.060000', '192203.520000', '192203.980000', '192204.440000', '192204.900000', '192205.360000', '192205.820000', '192206.280000', '192206.740000', '192207.200000', '192207.660000', '192208.120000', '192208.580000', '192209.040000', '192209.500000', '192209.960000', '192210.420000', '192210.880000', '192211.340000', '192211.800000', '192212.260000', '192212.720000', '192213.180000', '192213.640000', '192214.100000', '192214.560000', '192215.020000', '192215.480000', '192215.940000', '192216.400000', '192216.860000', '192217.320000', '192217.780000', '192218.240000', '192218.700000', '192219.160000', '192219.620000', '192220.080000', '192220.540000', '192221.000000', '192221.460000', '192221.920000', '192222.380000', '192222.840000', '192223.300000', '192223.760000', '192224.220000', '192224.680000', '192225.140000', '192225.600000', '192226.060000', '192226.520000', '192226.980000', '192227.440000', '192227.900000', '192228.360000'], 'ContentTime': ['191630.596000', '191630.600000', '191630.603000', '191630.606000', '191630.608000', '191630.611000', '191630.614000', '191630.616000', '191630.619000', '191630.621000', '191630.624000', '191630.626000', '191630.629000', '191630.632000', '191630.634000', '191630.637000', '191630.640000', '191630.642000', '191630.645000', '191630.647000', '191630.650000', '191630.653000', '191630.662000', '191630.665000', '191630.667000', '191630.670000', '191630.673000', '191630.675000', '191630.678000', '191630.681000', '191630.683000', '191630.686000', '191630.688000', '191630.691000', '191630.694000', '191630.696000', '191630.699000', '191630.701000', '191630.704000', '191630.707000', '191630.709000', '191630.712000', '191630.715000', '191630.717000', '191630.720000', '191630.722000', '191630.725000', '191630.728000', '191630.732000', '191630.740000', '191630.743000', '191630.745000', '191630.748000', '191630.751000', '191630.753000', '191630.756000', '191630.759000', '191630.761000', '191650.561000', '191650.564000', '191650.567000', '191650.570000', '191650.572000', '191650.575000', '191650.587000', '191650.590000', '191650.593000', '191650.595000', '191650.598000', '191650.601000', '191650.603000', '191650.606000', '191650.609000', '191650.611000', '191650.614000', '191650.616000', '191650.619000', '191650.622000', '191650.624000', '191650.627000', '191650.630000', '191650.632000', '191650.635000', '191650.638000', '191650.641000', '191650.643000', '191650.646000', '191650.648000', '191650.651000', '191650.654000', '191650.657000', '191650.659000', '191650.662000', '191650.664000', '191650.667000', '191650.670000', '191650.673000', '191650.675000', '191650.678000', '191650.680000', '191650.683000', '191710.562000', '191710.570000', '191710.573000', '191710.575000', '191710.578000', '191710.581000', '191710.583000', '191710.586000', '191710.588000', '191710.591000', '191710.594000', '191710.596000', '191710.599000', '191710.602000', '191710.604000', '191710.607000', '191710.610000', '191710.612000', '191710.615000', '191710.617000', '191710.620000', '191710.623000', '191710.625000', '191710.628000', '191710.630000', '191710.633000', '191710.636000', '191710.638000', '191710.641000', '191710.644000', '191710.646000', '191710.649000', '191710.651000', '191710.654000', '191710.657000', '191710.659000', '191710.662000', '191710.665000', '191710.667000', '191710.670000', '191710.673000', '191710.676000', '191710.678000', '191710.687000', '191730.562000', '191730.596000', '191730.599000', '191730.601000', '191730.604000', '191730.607000', '191730.609000', '191730.612000', '191730.615000', '191730.617000', '191730.620000', '191730.623000', '191730.625000', '191730.628000', '191730.630000', '191730.633000', '191730.636000', '191730.638000', '191730.641000', '191730.644000', '191730.646000', '191730.649000', '191730.651000', '191730.654000', '191730.657000', '191730.659000', '191730.662000', '191730.665000', '191730.668000', '191730.670000', '191730.673000', '191730.676000', '191730.679000', '191730.682000', '191730.685000', '191730.687000', '191730.690000', '191730.693000', '191730.696000', '191730.698000', '191730.701000', '191730.704000', '191730.706000', '191750.561000', '191750.564000', '191750.567000', '191750.570000', '191750.572000', '191750.575000', '191750.578000', '191750.580000', '191750.583000', '191750.586000', '191750.588000', '191750.591000', '191750.594000', '191750.596000', '191750.599000', '191750.601000', '191750.604000', '191750.607000', '191750.609000', '191750.612000', '191750.615000', '191750.617000', '191750.620000', '191750.650000', '191750.652000', '191750.655000', '191750.658000', '191750.660000', '191750.663000', '191750.665000', '191750.668000', '191750.671000', '191750.673000', '191750.676000', '191750.679000', '191750.681000', '191750.684000', '191750.686000', '191750.689000', '191750.692000', '191750.695000', '191750.697000', '191750.700000', '191750.702000', '191810.562000', '191810.565000', '191810.568000', '191810.571000', '191810.573000', '191810.576000', '191810.578000', '191810.581000', '191810.584000', '191810.586000', '191810.589000', '191810.592000', '191810.594000', '191810.597000', '191810.600000', '191810.603000', '191810.605000', '191810.608000', '191810.610000', '191810.613000', '191810.625000', '191810.628000', '191810.631000', '191810.633000', '191810.636000', '191810.639000', '191810.641000', '191810.644000', '191810.646000', '191810.649000', '191810.652000', '191810.654000', '191810.657000', '191810.660000', '191810.662000', '191810.665000', '191810.668000', '191810.670000', '191810.673000', '191810.676000', '191810.678000', '191810.681000', '191810.683000', '191830.561000', '191830.564000', '191830.567000', '191830.570000', '191830.572000', '191830.575000', '191830.577000', '191830.580000', '191830.583000', '191830.586000', '191830.588000', '191830.591000', '191830.594000', '191830.596000', '191830.599000', '191830.602000', '191830.604000', '191830.607000', '191830.609000', '191830.612000', '191830.615000', '191830.617000', '191830.620000', '191830.623000', '191830.625000', '191830.628000', '191830.631000', '191830.633000', '191830.636000', '191830.639000', '191830.641000', '191830.644000', '191830.647000', '191830.649000', '191830.652000', '191830.654000', '191830.657000', '191830.660000', '191830.662000', '191830.665000', '191830.668000', '191830.670000', '191830.673000', '191830.676000', '191850.561000', '191850.564000', '191850.567000', '191850.570000', '191850.572000', '191850.575000', '191850.578000', '191850.580000', '191850.583000', '191850.585000', '191850.588000', '191850.591000', '191850.593000', '191850.596000', '191850.599000', '191850.601000', '191850.604000', '191850.607000', '191850.609000', '191850.612000', '191850.614000', '191850.617000', '191850.620000', '191850.622000', '191850.625000', '191850.628000', '191850.630000', '191850.633000', '191850.635000', '191850.638000', '191850.641000', '191850.643000', '191850.646000', '191850.649000', '191850.651000', '191850.662000', '191850.665000', '191850.667000', '191850.670000', '191850.673000', '191850.675000', '191850.678000', '191850.680000', '191910.563000', '191910.566000', '191910.569000', '191910.571000', '191910.574000', '191910.577000', '191910.580000', '191910.582000', '191910.585000', '191910.587000', '191910.590000', '191910.593000', '191910.595000', '191910.598000', '191910.601000', '191910.603000', '191910.606000', '191910.608000', '191910.611000', '191910.614000', '191910.617000', '191910.619000', '191910.622000', '191910.625000', '191910.627000', '191910.630000', '191910.633000', '191910.635000', '191910.638000', '191910.640000', '191910.643000', '191910.646000', '191910.648000', '191910.651000', '191910.654000', '191910.656000', '191910.659000', '191910.661000', '191910.664000', '191910.667000', '191910.669000', '191910.672000', '191910.675000', '191910.677000', '191930.562000', '191930.564000', '191930.567000', '191930.570000', '191930.586000', '191930.589000', '191930.592000', '191930.594000', '191930.597000', '191930.600000', '191930.602000', '191930.605000', '191930.608000', '191930.610000', '191930.613000', '191930.615000', '191930.618000', '191930.621000', '191930.623000', '191930.626000', '191930.629000', '191930.631000', '191930.634000', '191930.637000', '191930.639000', '191930.642000', '191930.644000', '191930.647000', '191930.650000', '191930.653000', '191930.655000', '191930.658000', '191930.660000', '191930.663000', '191930.666000', '191930.675000', '191930.678000', '191930.681000', '191930.683000', '191930.686000', '191930.689000', '191930.691000', '191930.694000', '191950.561000', '191950.564000', '191950.567000', '191950.570000', '191950.572000', '191950.575000', '191950.578000', '191950.580000', '191950.583000', '191950.586000', '191950.588000', '191950.591000', '191950.593000', '191950.596000', '191950.599000', '191950.601000', '191950.604000', '191950.607000', '191950.609000', '191950.612000', '191950.614000', '191950.617000', '191950.620000', '191950.622000', '191950.625000', '191950.628000', '191950.630000', '191950.633000', '191950.636000', '191950.638000', '191950.641000', '191950.643000', '191950.646000', '191950.649000', '191950.651000', '191950.654000', '191950.657000', '191950.659000', '191950.662000', '191950.665000', '191950.667000', '191950.670000', '191950.672000', '191950.675000', '192010.561000', '192010.564000', '192010.567000', '192010.570000', '192010.572000', '192010.575000', '192010.578000', '192010.580000', '192010.583000', '192010.586000', '192010.594000', '192010.596000', '192010.599000', '192010.602000', '192010.604000', '192010.607000', '192010.609000', '192010.612000', '192010.615000', '192010.617000', '192010.620000', '192010.622000', '192010.625000', '192010.628000', '192010.630000', '192010.633000', '192010.636000', '192010.638000', '192010.641000', '192010.644000', '192010.646000', '192010.649000', '192010.652000', '192010.654000', '192010.657000', '192010.659000', '192010.662000', '192010.665000', '192010.667000', '192010.670000', '192010.673000', '192010.676000', '192010.678000', '192030.562000', '192030.565000', '192030.568000', '192030.571000', '192030.574000', '192030.576000', '192030.579000', '192030.582000', '192030.585000', '192030.588000', '192030.591000', '192030.594000', '192030.596000', '192030.599000', '192030.603000', '192030.605000', '192030.608000', '192030.611000', '192030.614000', '192030.616000', '192030.619000', '192030.622000', '192030.624000', '192030.627000', '192030.630000', '192030.632000', '192030.635000', '192030.637000', '192030.640000', '192030.643000', '192030.645000', '192030.648000', '192030.651000', '192030.653000', '192030.656000', '192030.659000', '192030.661000', '192030.664000', '192030.667000', '192030.669000', '192030.672000', '192030.675000', '192030.677000', '192050.562000', '192050.565000', '192050.567000', '192050.571000', '192050.573000', '192050.576000', '192050.579000', '192050.581000', '192050.584000', '192050.587000', '192050.589000', '192050.592000', '192050.595000', '192050.597000', '192050.600000', '192050.603000', '192050.605000', '192050.608000', '192050.611000', '192050.613000', '192050.616000', '192050.618000', '192050.621000', '192050.624000', '192050.626000', '192050.629000', '192050.632000', '192050.634000', '192050.637000', '192050.639000', '192050.669000', '192050.671000', '192050.674000', '192050.677000', '192050.679000', '192050.682000', '192050.685000', '192050.687000', '192050.690000', '192050.693000', '192050.695000', '192050.698000', '192050.701000', '192050.703000', '192110.561000', '192110.565000', '192110.568000', '192110.571000', '192110.574000', '192110.577000', '192110.579000', '192110.582000', '192110.585000', '192110.587000', '192110.590000', '192110.593000', '192110.595000', '192110.598000', '192110.601000', '192110.610000', '192110.613000', '192110.615000', '192110.618000', '192110.621000', '192110.623000', '192110.626000', '192110.628000', '192110.631000', '192110.634000', '192110.636000', '192110.639000', '192110.642000', '192110.644000', '192110.647000', '192110.650000', '192110.652000', '192110.655000', '192110.657000', '192110.660000', '192110.663000', '192110.665000', '192110.668000', '192110.670000', '192110.673000', '192110.676000', '192110.678000', '192110.681000', '192130.562000', '192130.565000', '192130.568000', '192130.571000', '192130.574000', '192130.576000', '192130.579000', '192130.582000', '192130.585000', '192130.587000', '192130.590000', '192130.593000', '192130.596000', '192130.598000', '192130.601000', '192130.604000', '192130.606000', '192130.609000', '192130.612000', '192130.614000', '192130.617000', '192130.619000', '192130.622000', '192130.625000', '192130.627000', '192130.630000', '192130.633000', '192130.635000', '192130.638000', '192130.641000', '192130.643000', '192130.646000', '192130.649000', '192130.652000', '192130.654000', '192130.657000', '192130.660000', '192130.662000', '192130.665000', '192130.668000', '192130.670000', '192130.673000', '192130.675000', '192130.678000', '192150.561000', '192150.564000', '192150.567000', '192150.569000', '192150.572000', '192150.575000', '192150.578000', '192150.580000', '192150.583000', '192150.585000', '192150.588000', '192150.591000', '192150.594000', '192150.596000', '192150.599000', '192150.602000', '192150.604000', '192150.607000', '192150.610000', '192150.612000', '192150.615000', '192150.618000', '192150.620000', '192150.623000', '192150.626000', '192150.628000', '192150.631000', '192150.634000', '192150.636000', '192150.639000', '192150.642000', '192150.645000', '192150.647000', '192150.650000', '192150.653000', '192150.655000', '192150.658000', '192150.660000', '192150.663000', '192150.666000', '192150.668000', '192150.671000', '192150.674000', '192210.562000', '192210.565000', '192210.568000', '192210.570000', '192210.573000', '192210.576000', '192210.578000', '192210.581000', '192210.583000', '192210.586000', '192210.589000', '192210.591000', '192210.594000', '192210.597000', '192210.600000', '192210.602000', '192210.605000', '192210.607000', '192210.610000', '192210.613000', '192210.615000', '192210.618000', '192210.621000', '192210.623000', '192210.626000', '192210.629000', '192210.631000', '192210.634000', '192210.637000', '192210.639000', '192210.642000', '192210.645000', '192210.647000', '192210.650000', '192210.652000', '192210.655000', '192210.658000', '192210.660000', '192210.663000', '192210.666000', '192210.668000', '192210.679000', '192210.682000', '192210.684000', '192229.699000', '192229.705000', '192229.708000', '192229.710000', '192229.713000', '192229.716000', '192229.719000', '192229.721000', '192229.724000', '192229.728000', '192229.731000', '192229.734000', '192229.737000', '192229.740000', '192229.743000', '192229.746000', '192229.749000', '192229.752000', '192229.754000', '192229.757000', '192229.760000', '192229.762000', '192229.765000', '192229.770000', '192229.773000', '192229.776000', '192229.779000', '192229.782000', '192229.785000', '192229.787000', '192229.790000', '192229.793000', '192229.796000', '192229.802000', '192229.805000', '192229.808000', '192229.810000', '192229.813000', '192229.816000', '192229.819000', '192229.823000', '192229.827000'], 'InstanceCreationTime': ['191630.596000', '191630.600000', '191630.603000', '191630.606000', '191630.608000', '191630.611000', '191630.614000', '191630.616000', '191630.619000', '191630.621000', '191630.624000', '191630.626000', '191630.629000', '191630.632000', '191630.634000', '191630.637000', '191630.640000', '191630.642000', '191630.645000', '191630.647000', '191630.650000', '191630.653000', '191630.662000', '191630.665000', '191630.667000', '191630.670000', '191630.673000', '191630.675000', '191630.678000', '191630.681000', '191630.683000', '191630.686000', '191630.688000', '191630.691000', '191630.694000', '191630.696000', '191630.699000', '191630.701000', '191630.704000', '191630.707000', '191630.709000', '191630.712000', '191630.715000', '191630.717000', '191630.720000', '191630.722000', '191630.725000', '191630.728000', '191630.732000', '191630.740000', '191630.743000', '191630.745000', '191630.748000', '191630.751000', '191630.753000', '191630.756000', '191630.759000', '191630.761000', '191650.561000', '191650.564000', '191650.567000', '191650.570000', '191650.572000', '191650.575000', '191650.587000', '191650.590000', '191650.593000', '191650.595000', '191650.598000', '191650.601000', '191650.603000', '191650.606000', '191650.609000', '191650.611000', '191650.614000', '191650.616000', '191650.619000', '191650.622000', '191650.624000', '191650.627000', '191650.630000', '191650.632000', '191650.635000', '191650.638000', '191650.641000', '191650.643000', '191650.646000', '191650.648000', '191650.651000', '191650.654000', '191650.657000', '191650.659000', '191650.662000', '191650.664000', '191650.667000', '191650.670000', '191650.673000', '191650.675000', '191650.678000', '191650.680000', '191650.683000', '191710.562000', '191710.570000', '191710.573000', '191710.575000', '191710.578000', '191710.581000', '191710.583000', '191710.586000', '191710.588000', '191710.591000', '191710.594000', '191710.596000', '191710.599000', '191710.602000', '191710.604000', '191710.607000', '191710.610000', '191710.612000', '191710.615000', '191710.617000', '191710.620000', '191710.623000', '191710.625000', '191710.628000', '191710.630000', '191710.633000', '191710.636000', '191710.638000', '191710.641000', '191710.644000', '191710.646000', '191710.649000', '191710.651000', '191710.654000', '191710.657000', '191710.659000', '191710.662000', '191710.665000', '191710.667000', '191710.670000', '191710.673000', '191710.676000', '191710.678000', '191710.687000', '191730.562000', '191730.596000', '191730.599000', '191730.601000', '191730.604000', '191730.607000', '191730.609000', '191730.612000', '191730.615000', '191730.617000', '191730.620000', '191730.623000', '191730.625000', '191730.628000', '191730.630000', '191730.633000', '191730.636000', '191730.638000', '191730.641000', '191730.644000', '191730.646000', '191730.649000', '191730.651000', '191730.654000', '191730.657000', '191730.659000', '191730.662000', '191730.665000', '191730.668000', '191730.670000', '191730.673000', '191730.676000', '191730.679000', '191730.682000', '191730.685000', '191730.687000', '191730.690000', '191730.693000', '191730.696000', '191730.698000', '191730.701000', '191730.704000', '191730.706000', '191750.561000', '191750.564000', '191750.567000', '191750.570000', '191750.572000', '191750.575000', '191750.578000', '191750.580000', '191750.583000', '191750.586000', '191750.588000', '191750.591000', '191750.594000', '191750.596000', '191750.599000', '191750.601000', '191750.604000', '191750.607000', '191750.609000', '191750.612000', '191750.615000', '191750.617000', '191750.620000', '191750.650000', '191750.652000', '191750.655000', '191750.658000', '191750.660000', '191750.663000', '191750.665000', '191750.668000', '191750.671000', '191750.673000', '191750.676000', '191750.679000', '191750.681000', '191750.684000', '191750.686000', '191750.689000', '191750.692000', '191750.695000', '191750.697000', '191750.700000', '191750.702000', '191810.562000', '191810.565000', '191810.568000', '191810.571000', '191810.573000', '191810.576000', '191810.578000', '191810.581000', '191810.584000', '191810.586000', '191810.589000', '191810.592000', '191810.594000', '191810.597000', '191810.600000', '191810.603000', '191810.605000', '191810.608000', '191810.610000', '191810.613000', '191810.625000', '191810.628000', '191810.631000', '191810.633000', '191810.636000', '191810.639000', '191810.641000', '191810.644000', '191810.646000', '191810.649000', '191810.652000', '191810.654000', '191810.657000', '191810.660000', '191810.662000', '191810.665000', '191810.668000', '191810.670000', '191810.673000', '191810.676000', '191810.678000', '191810.681000', '191810.683000', '191830.561000', '191830.564000', '191830.567000', '191830.570000', '191830.572000', '191830.575000', '191830.577000', '191830.580000', '191830.583000', '191830.586000', '191830.588000', '191830.591000', '191830.594000', '191830.596000', '191830.599000', '191830.602000', '191830.604000', '191830.607000', '191830.609000', '191830.612000', '191830.615000', '191830.617000', '191830.620000', '191830.623000', '191830.625000', '191830.628000', '191830.631000', '191830.633000', '191830.636000', '191830.639000', '191830.641000', '191830.644000', '191830.647000', '191830.649000', '191830.652000', '191830.654000', '191830.657000', '191830.660000', '191830.662000', '191830.665000', '191830.668000', '191830.670000', '191830.673000', '191830.676000', '191850.561000', '191850.564000', '191850.567000', '191850.570000', '191850.572000', '191850.575000', '191850.578000', '191850.580000', '191850.583000', '191850.585000', '191850.588000', '191850.591000', '191850.593000', '191850.596000', '191850.599000', '191850.601000', '191850.604000', '191850.607000', '191850.609000', '191850.612000', '191850.614000', '191850.617000', '191850.620000', '191850.622000', '191850.625000', '191850.628000', '191850.630000', '191850.633000', '191850.635000', '191850.638000', '191850.641000', '191850.643000', '191850.646000', '191850.649000', '191850.651000', '191850.662000', '191850.665000', '191850.667000', '191850.670000', '191850.673000', '191850.675000', '191850.678000', '191850.680000', '191910.563000', '191910.566000', '191910.569000', '191910.571000', '191910.574000', '191910.577000', '191910.580000', '191910.582000', '191910.585000', '191910.587000', '191910.590000', '191910.593000', '191910.595000', '191910.598000', '191910.601000', '191910.603000', '191910.606000', '191910.608000', '191910.611000', '191910.614000', '191910.617000', '191910.619000', '191910.622000', '191910.625000', '191910.627000', '191910.630000', '191910.633000', '191910.635000', '191910.638000', '191910.640000', '191910.643000', '191910.646000', '191910.648000', '191910.651000', '191910.654000', '191910.656000', '191910.659000', '191910.661000', '191910.664000', '191910.667000', '191910.669000', '191910.672000', '191910.675000', '191910.677000', '191930.562000', '191930.564000', '191930.567000', '191930.570000', '191930.586000', '191930.589000', '191930.592000', '191930.594000', '191930.597000', '191930.600000', '191930.602000', '191930.605000', '191930.608000', '191930.610000', '191930.613000', '191930.615000', '191930.618000', '191930.621000', '191930.623000', '191930.626000', '191930.629000', '191930.631000', '191930.634000', '191930.637000', '191930.639000', '191930.642000', '191930.644000', '191930.647000', '191930.650000', '191930.653000', '191930.655000', '191930.658000', '191930.660000', '191930.663000', '191930.666000', '191930.675000', '191930.678000', '191930.681000', '191930.683000', '191930.686000', '191930.689000', '191930.691000', '191930.694000', '191950.561000', '191950.564000', '191950.567000', '191950.570000', '191950.572000', '191950.575000', '191950.578000', '191950.580000', '191950.583000', '191950.586000', '191950.588000', '191950.591000', '191950.593000', '191950.596000', '191950.599000', '191950.601000', '191950.604000', '191950.607000', '191950.609000', '191950.612000', '191950.614000', '191950.617000', '191950.620000', '191950.622000', '191950.625000', '191950.628000', '191950.630000', '191950.633000', '191950.636000', '191950.638000', '191950.641000', '191950.643000', '191950.646000', '191950.649000', '191950.651000', '191950.654000', '191950.657000', '191950.659000', '191950.662000', '191950.665000', '191950.667000', '191950.670000', '191950.672000', '191950.675000', '192010.561000', '192010.564000', '192010.567000', '192010.570000', '192010.572000', '192010.575000', '192010.578000', '192010.580000', '192010.583000', '192010.586000', '192010.594000', '192010.596000', '192010.599000', '192010.602000', '192010.604000', '192010.607000', '192010.609000', '192010.612000', '192010.615000', '192010.617000', '192010.620000', '192010.622000', '192010.625000', '192010.628000', '192010.630000', '192010.633000', '192010.636000', '192010.638000', '192010.641000', '192010.644000', '192010.646000', '192010.649000', '192010.652000', '192010.654000', '192010.657000', '192010.659000', '192010.662000', '192010.665000', '192010.667000', '192010.670000', '192010.673000', '192010.676000', '192010.678000', '192030.562000', '192030.565000', '192030.568000', '192030.571000', '192030.574000', '192030.576000', '192030.579000', '192030.582000', '192030.585000', '192030.588000', '192030.591000', '192030.594000', '192030.596000', '192030.599000', '192030.603000', '192030.605000', '192030.608000', '192030.611000', '192030.614000', '192030.616000', '192030.619000', '192030.622000', '192030.624000', '192030.627000', '192030.630000', '192030.632000', '192030.635000', '192030.637000', '192030.640000', '192030.643000', '192030.645000', '192030.648000', '192030.651000', '192030.653000', '192030.656000', '192030.659000', '192030.661000', '192030.664000', '192030.667000', '192030.669000', '192030.672000', '192030.675000', '192030.677000', '192050.562000', '192050.565000', '192050.567000', '192050.571000', '192050.573000', '192050.576000', '192050.579000', '192050.581000', '192050.584000', '192050.587000', '192050.589000', '192050.592000', '192050.595000', '192050.597000', '192050.600000', '192050.603000', '192050.605000', '192050.608000', '192050.611000', '192050.613000', '192050.616000', '192050.618000', '192050.621000', '192050.624000', '192050.626000', '192050.629000', '192050.632000', '192050.634000', '192050.637000', '192050.639000', '192050.669000', '192050.671000', '192050.674000', '192050.677000', '192050.679000', '192050.682000', '192050.685000', '192050.687000', '192050.690000', '192050.693000', '192050.695000', '192050.698000', '192050.701000', '192050.703000', '192110.561000', '192110.565000', '192110.568000', '192110.571000', '192110.574000', '192110.577000', '192110.579000', '192110.582000', '192110.585000', '192110.587000', '192110.590000', '192110.593000', '192110.595000', '192110.598000', '192110.601000', '192110.610000', '192110.613000', '192110.615000', '192110.618000', '192110.621000', '192110.623000', '192110.626000', '192110.628000', '192110.631000', '192110.634000', '192110.636000', '192110.639000', '192110.642000', '192110.644000', '192110.647000', '192110.650000', '192110.652000', '192110.655000', '192110.657000', '192110.660000', '192110.663000', '192110.665000', '192110.668000', '192110.670000', '192110.673000', '192110.676000', '192110.678000', '192110.681000', '192130.562000', '192130.565000', '192130.568000', '192130.571000', '192130.574000', '192130.576000', '192130.579000', '192130.582000', '192130.585000', '192130.587000', '192130.590000', '192130.593000', '192130.596000', '192130.598000', '192130.601000', '192130.604000', '192130.606000', '192130.609000', '192130.612000', '192130.614000', '192130.617000', '192130.619000', '192130.622000', '192130.625000', '192130.627000', '192130.630000', '192130.633000', '192130.635000', '192130.638000', '192130.641000', '192130.643000', '192130.646000', '192130.649000', '192130.652000', '192130.654000', '192130.657000', '192130.660000', '192130.662000', '192130.665000', '192130.668000', '192130.670000', '192130.673000', '192130.675000', '192130.678000', '192150.561000', '192150.564000', '192150.567000', '192150.569000', '192150.572000', '192150.575000', '192150.578000', '192150.580000', '192150.583000', '192150.585000', '192150.588000', '192150.591000', '192150.594000', '192150.596000', '192150.599000', '192150.602000', '192150.604000', '192150.607000', '192150.610000', '192150.612000', '192150.615000', '192150.618000', '192150.620000', '192150.623000', '192150.626000', '192150.628000', '192150.631000', '192150.634000', '192150.636000', '192150.639000', '192150.642000', '192150.645000', '192150.647000', '192150.650000', '192150.653000', '192150.655000', '192150.658000', '192150.660000', '192150.663000', '192150.666000', '192150.668000', '192150.671000', '192150.674000', '192210.562000', '192210.565000', '192210.568000', '192210.570000', '192210.573000', '192210.576000', '192210.578000', '192210.581000', '192210.583000', '192210.586000', '192210.589000', '192210.591000', '192210.594000', '192210.597000', '192210.600000', '192210.602000', '192210.605000', '192210.607000', '192210.610000', '192210.613000', '192210.615000', '192210.618000', '192210.621000', '192210.623000', '192210.626000', '192210.629000', '192210.631000', '192210.634000', '192210.637000', '192210.639000', '192210.642000', '192210.645000', '192210.647000', '192210.650000', '192210.652000', '192210.655000', '192210.658000', '192210.660000', '192210.663000', '192210.666000', '192210.668000', '192210.679000', '192210.682000', '192210.684000', '192229.699000', '192229.705000', '192229.708000', '192229.710000', '192229.713000', '192229.716000', '192229.719000', '192229.721000', '192229.724000', '192229.728000', '192229.731000', '192229.734000', '192229.737000', '192229.740000', '192229.743000', '192229.746000', '192229.749000', '192229.752000', '192229.754000', '192229.757000', '192229.760000', '192229.762000', '192229.765000', '192229.770000', '192229.773000', '192229.776000', '192229.779000', '192229.782000', '192229.785000', '192229.787000', '192229.790000', '192229.793000', '192229.796000', '192229.802000', '192229.805000', '192229.808000', '192229.810000', '192229.813000', '192229.816000', '192229.819000', '192229.823000', '192229.827000'], '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': [10899, 12458, 9153, 12650, 9306, 10656, 10120, 8105, 11165, 8351, 7891, 8437, 8036, 8208, 10198, 11211, 8024, 9510, 11506, 8275, 13279, 10365, 8719, 10329, 9720, 12954, 14035, 9498, 10555, 8381, 10188, 10463, 12990, 9537, 8713, 8534, 7842, 9481, 10211, 12021, 9096, 10714, 9408, 8984, 11481, 8643, 11130, 8470, 9052, 9423, 9791, 8500, 8259, 8796, 7773, 8801, 7762, 8780, 10887, 12872, 9078, 10337, 9735, 10981, 10088, 12470, 11532, 10430, 8900, 9237, 8917, 8231, 9733, 8496, 8034, 8137, 9920, 9981, 9784, 13695, 8672, 10166, 8587, 10316, 8956, 14513, 10667, 12020, 8040, 10524, 9205, 12283, 10339, 12697, 8266, 10148, 8303, 9305, 11538, 10823, 10027, 8804, 8410, 7689, 8783, 8200, 11918, 8108, 8230, 7576, 8432, 8761, 12077, 10103, 9073, 9481, 9796, 9355, 9430, 13993, 9996, 9489, 8116, 8394, 7958, 9639, 8402, 12258, 8305, 10024, 8412, 9708, 10242, 11719, 10186, 9561, 8856, 9056, 8407, 8792, 11832, 8692, 13144, 8207, 10137, 7900, 8974, 10621, 9433, 8597, 8160, 7916, 8012, 10590, 10715, 13077, 10797, 9728, 9744, 9903, 10751, 10461, 9341, 8986, 8580, 8722, 8746, 8814, 11193, 8370, 10235, 8124, 8920, 8315, 9783, 9403, 11791, 8774, 9639, 8227, 8362, 9032, 7931, 12402, 8684, 10350, 8544, 10110, 8953, 11008, 9562, 14803, 11246, 11499, 8977, 11906, 8757, 10389, 10044, 11941, 9889, 10102, 8751, 10299, 9446, 9791, 12318, 9766, 8891, 7990, 8200, 8572, 8977, 9709, 10302, 10313, 9468, 9342, 9761, 10412, 9622, 15291, 10947, 10118, 9195, 8912, 9221, 9332, 9487, 11960, 9854, 9254, 9187, 8239, 8690, 8454, 8637, 8502, 8222, 10592, 9906, 8103, 8486, 8252, 8688, 8462, 8818, 10084, 9367, 10443, 8903, 10535, 8795, 10782, 9283, 10796, 10930, 9909, 8837, 7855, 8217, 8444, 8574, 8087, 9602, 8489, 9512, 9864, 10230, 9599, 8577, 8861, 8074, 12588, 12083, 11468, 10022, 10933, 12347, 14560, 11328, 8364, 8794, 8704, 10856, 10017, 15860, 10855, 11344, 9051, 9401, 9527, 8189, 12767, 10220, 12195, 9278, 10113, 8603, 10667, 9366, 13386, 9464, 9433, 8153, 8032, 9529, 8726, 14953, 9534, 10621, 8237, 8720, 8545, 9783, 11595, 10791, 10537, 8311, 8270, 8443, 9685, 8571, 11671, 9703, 9628, 9073, 9626, 8653, 12680, 9998, 9067, 8506, 9281, 8699, 9412, 9450, 9945, 10243, 9187, 9151, 9023, 8882, 9329, 10255, 9237, 11741, 8858, 9727, 8751, 9322, 8720, 9005, 12626, 8728, 10356, 8086, 8470, 8641, 8040, 8811, 8992, 8787, 11273, 9305, 9070, 8898, 10428, 9108, 10061, 9770, 9056, 9283, 8114, 8264, 8048, 9049, 8016, 9844, 8087, 12117, 7993, 9140, 8124, 8274, 7905, 8097, 8380, 8959, 8159, 8324, 8157, 8277, 12153, 9763, 11933, 7964, 9063, 8150, 10399, 8536, 13368, 9498, 10517, 8082, 9579, 8082, 11727, 8709, 13064, 9121, 9040, 8100, 9834, 7798, 10858, 9202, 8300, 10751, 8043, 8845, 8396, 8100, 8503, 10631, 8404, 9765, 8076, 10773, 7835, 10435, 9294, 9512, 9347, 7742, 8369, 7912, 8415, 8131, 11460, 8261, 12097, 8195, 9580, 8140, 7999, 8164, 9729, 8813, 10160, 8287, 8369, 8403, 8114, 9328, 8238, 12268, 8663, 10056, 7877, 9073, 7982, 8605, 8099, 8247, 7678, 8688, 7787, 8715, 7806, 8646, 7874, 8589, 7918, 8513, 7622, 7987, 7944, 8863, 7948, 8976, 8644, 11600, 9900, 9238, 7893, 9369, 7711, 11822, 11625, 12259, 10204, 8213, 7644, 7903, 7844, 7784, 11686, 9051, 10415, 7762, 8469, 7859, 8435, 7975, 11485, 7906, 9492, 7924, 8446, 7893, 8175, 8208, 11126, 8061, 9258, 8169, 8572, 7671, 9343, 9428, 10008, 8780, 8582, 8670, 7677, 8931, 8151, 11259, 7584, 9484, 8088, 9562, 8351, 10350, 8245, 12565, 8108, 8641, 7591, 8590, 8029, 8312, 7824, 9164, 7695, 8065, 7725, 7904, 7837, 7852, 7841, 9358, 8104, 9982, 8034, 8056, 7791, 7873, 7875, 7880, 11378, 8015, 8612, 7852, 8246, 11252, 12957, 12537, 10892, 11845, 8136, 10137, 8167, 12404, 13137, 13445, 10976, 8843, 8060, 10177, 8141, 8406, 9932, 7612, 8929, 8620, 8460, 8096, 9845, 8850, 11676, 9892, 8534, 7952, 10976, 7913, 10718, 8872, 7823, 8679, 7873, 8835, 8378, 11282, 8431, 9741, 7689, 9856, 7709, 10245, 8276, 11224, 9465, 8303, 8736, 8297, 9452, 8810, 10108, 8815, 12315, 7663, 10028, 7803, 10323, 7722, 9393, 10400, 7699, 8888, 8426, 8746, 7999, 9030, 8200, 11108, 9079, 9022, 8260, 11244, 8298, 10153, 9590, 9041, 9917, 9053, 8857, 8789, 9008, 8680, 10393, 8491, 8991, 8216, 10690, 8384, 11443, 9559, 10352, 8834, 7879, 8849, 8298, 9112, 8591, 10340, 8588, 11325, 9139, 9198, 9580, 7750, 8799, 10216, 9544, 11070, 8410, 8082, 7856, 8852, 9057, 8925, 8482, 13880, 10710, 9809, 8334, 8150, 10377, 11098, 9113, 10475, 8508, 12221, 12075, 14912, 12418, 8503, 9116, 8688, 11722, 9564, 7881, 7837, 8780, 8515, 8434, 10834, 13327, 9428, 9052, 8450, 7979, 9067, 8013, 9707, 9414, 8869, 9510, 8269, 9902, 8882, 12477, 8703, 8181, 8275, 8555, 8058, 8201, 8380, 9657, 8988, 9032, 8236, 8124, 8077, 8768, 11001, 9818, 9514, 8577, 8390, 8226, 8819, 11613, 10014, 11112, 7872, 8851, 9088, 8469, 9105, 10222, 8836, 9562, 8918, 9915, 8938, 11481, 8174, 12247, 8991, 11335, 8019, 8157, 8066, 8724, 7896, 11559, 8888, 8781, 8504, 7936, 7829, 8307, 10601, 7908, 9340, 8472, 9327, 8318, 10713, 9684, 8971, 8450, 7780, 9880, 7611, 10780, 8081, 12257, 8192, 10153, 7822, 9334, 9774, 9442, 9886, 7977, 8770, 9375, 8683, 11319, 9673, 9322, 7896, 10798, 10771, 12917, 11135, 11817, 9397, 10443, 10010, 9385, 11309, 9216, 10688, 10635, 10399, 12696, 10315, 8103, 9624, 9693, 8009, 9034, 8766, 12545, 11678, 13556, 15707, 10235, 9496, 8704, 8475, 10201, 10833], 'WindowCenter': [4701.0, 4694.0, 4649.0, 4691.0, 4664.0, 4715.0, 4675.0, 4613.0, 4569.0, 4624.0, 4597.0, 4554.0, 4636.0, 4624.0, 4614.0, 4639.0, 4622.0, 4644.0, 4665.0, 4635.0, 4687.0, 4656.0, 4621.0, 4639.0, 4628.0, 4660.0, 4685.0, 4632.0, 4639.0, 4608.0, 4641.0, 4651.0, 4659.0, 4631.0, 4617.0, 4606.0, 4598.0, 4629.0, 4651.0, 4662.0, 4632.0, 4638.0, 4619.0, 4632.0, 4661.0, 4620.0, 4651.0, 4621.0, 4618.0, 4630.0, 4641.0, 4603.0, 4592.0, 4607.0, 4582.0, 4601.0, 4584.0, 4615.0, 4649.0, 4658.0, 4620.0, 4614.0, 4614.0, 4617.0, 4640.0, 4675.0, 4663.0, 4605.0, 4603.0, 4612.0, 4617.0, 4630.0, 4643.0, 4646.0, 4623.0, 4635.0, 4654.0, 4666.0, 4655.0, 4696.0, 4636.0, 4655.0, 4631.0, 4643.0, 4644.0, 4693.0, 4652.0, 4662.0, 4611.0, 4637.0, 4628.0, 4661.0, 4641.0, 4659.0, 4619.0, 4626.0, 4608.0, 4629.0, 4661.0, 4647.0, 4638.0, 4616.0, 4607.0, 4595.0, 4602.0, 4618.0, 4648.0, 4611.0, 4607.0, 4597.0, 4605.0, 4619.0, 4658.0, 4642.0, 4616.0, 4629.0, 4626.0, 4628.0, 4628.0, 4667.0, 4627.0, 4617.0, 4596.0, 4595.0, 4594.0, 4628.0, 4617.0, 4658.0, 4621.0, 4614.0, 4604.0, 4615.0, 4638.0, 4646.0, 4640.0, 4614.0, 4605.0, 4604.0, 4593.0, 4618.0, 4659.0, 4662.0, 4689.0, 4623.0, 4626.0, 4607.0, 4615.0, 4637.0, 4627.0, 4616.0, 4607.0, 4607.0, 4608.0, 4651.0, 4650.0, 4657.0, 4638.0, 4614.0, 4611.0, 4624.0, 4636.0, 4635.0, 4616.0, 4603.0, 4603.0, 4604.0, 4617.0, 4627.0, 4635.0, 4606.0, 4639.0, 4622.0, 4605.0, 4591.0, 4599.0, 4601.0, 4633.0, 4604.0, 4613.0, 4593.0, 4594.0, 4603.0, 4609.0, 4646.0, 4618.0, 4626.0, 4606.0, 4618.0, 4615.0, 4636.0, 4626.0, 4663.0, 4637.0, 4634.0, 4565.0, 4633.0, 4592.0, 4610.0, 4625.0, 4658.0, 4626.0, 4605.0, 4600.0, 4609.0, 4613.0, 4619.0, 4659.0, 4627.0, 4616.0, 4595.0, 4606.0, 4604.0, 4616.0, 4628.0, 4637.0, 4651.0, 4628.0, 4627.0, 4628.0, 4637.0, 4630.0, 4679.0, 4635.0, 4627.0, 4613.0, 4605.0, 4615.0, 4616.0, 4627.0, 4647.0, 4624.0, 4616.0, 4613.0, 4604.0, 4603.0, 4592.0, 4603.0, 4614.0, 4603.0, 4635.0, 4625.0, 4593.0, 4604.0, 4594.0, 4604.0, 4605.0, 4628.0, 4627.0, 4630.0, 4635.0, 4618.0, 4620.0, 4617.0, 4622.0, 4616.0, 4637.0, 4637.0, 4626.0, 4617.0, 4607.0, 4609.0, 4606.0, 4606.0, 4620.0, 4629.0, 4620.0, 4632.0, 4643.0, 4657.0, 4617.0, 4579.0, 4566.0, 4557.0, 4606.0, 4616.0, 4631.0, 4592.0, 4648.0, 4659.0, 4681.0, 4650.0, 4618.0, 4616.0, 4615.0, 4631.0, 4637.0, 4689.0, 4651.0, 4648.0, 4629.0, 4627.0, 4627.0, 4616.0, 4656.0, 4638.0, 4646.0, 4615.0, 4636.0, 4634.0, 4633.0, 4614.0, 4680.0, 4643.0, 4628.0, 4607.0, 4607.0, 4629.0, 4648.0, 4720.0, 4642.0, 4610.0, 4604.0, 4604.0, 4616.0, 4626.0, 4648.0, 4650.0, 4638.0, 4604.0, 4604.0, 4593.0, 4625.0, 4616.0, 4649.0, 4627.0, 4625.0, 4615.0, 4625.0, 4619.0, 4657.0, 4628.0, 4615.0, 4607.0, 4614.0, 4606.0, 4615.0, 4626.0, 4626.0, 4639.0, 4617.0, 4615.0, 4614.0, 4605.0, 4616.0, 4626.0, 4619.0, 4648.0, 4619.0, 4617.0, 4607.0, 4613.0, 4607.0, 4627.0, 4658.0, 4619.0, 4628.0, 4599.0, 4606.0, 4618.0, 4596.0, 4618.0, 4620.0, 4617.0, 4639.0, 4630.0, 4614.0, 4620.0, 4639.0, 4618.0, 4641.0, 4641.0, 4619.0, 4631.0, 4609.0, 4609.0, 4611.0, 4618.0, 4607.0, 4630.0, 4609.0, 4648.0, 4607.0, 4617.0, 4607.0, 4609.0, 4622.0, 4623.0, 4622.0, 4629.0, 4613.0, 4609.0, 4611.0, 4610.0, 4659.0, 4629.0, 4651.0, 4595.0, 4607.0, 4595.0, 4638.0, 4617.0, 4657.0, 4616.0, 4626.0, 4594.0, 4614.0, 4594.0, 4646.0, 4603.0, 4645.0, 4614.0, 4601.0, 4593.0, 4599.0, 4584.0, 4635.0, 4617.0, 4594.0, 4625.0, 4594.0, 4605.0, 4594.0, 4596.0, 4617.0, 4625.0, 4610.0, 4627.0, 4597.0, 4623.0, 4595.0, 4637.0, 4618.0, 4626.0, 4616.0, 4597.0, 4605.0, 4595.0, 4606.0, 4610.0, 4648.0, 4607.0, 4647.0, 4597.0, 4615.0, 4595.0, 4595.0, 4607.0, 4626.0, 4617.0, 4625.0, 4607.0, 4606.0, 4605.0, 4594.0, 4620.0, 4608.0, 4647.0, 4607.0, 4614.0, 4594.0, 4604.0, 4583.0, 4594.0, 4582.0, 4593.0, 4596.0, 4607.0, 4589.0, 4605.0, 4594.0, 4605.0, 4595.0, 4619.0, 4622.0, 4620.0, 4611.0, 4611.0, 4622.0, 4619.0, 4612.0, 4634.0, 4620.0, 4649.0, 4643.0, 4618.0, 4610.0, 4617.0, 4599.0, 4650.0, 4650.0, 4646.0, 4627.0, 4606.0, 4593.0, 4594.0, 4607.0, 4608.0, 4647.0, 4617.0, 4637.0, 4596.0, 4596.0, 4595.0, 4608.0, 4608.0, 4648.0, 4608.0, 4617.0, 4597.0, 4595.0, 4596.0, 4609.0, 4620.0, 4639.0, 4611.0, 4615.0, 4609.0, 4606.0, 4600.0, 4631.0, 4629.0, 4627.0, 4607.0, 4606.0, 4620.0, 4595.0, 4617.0, 4608.0, 4639.0, 4594.0, 4617.0, 4595.0, 4615.0, 4592.0, 4627.0, 4606.0, 4647.0, 4594.0, 4605.0, 4596.0, 4603.0, 4594.0, 4607.0, 4609.0, 4615.0, 4598.0, 4596.0, 4598.0, 4597.0, 4598.0, 4596.0, 4610.0, 4633.0, 4622.0, 4639.0, 4622.0, 4611.0, 4612.0, 4611.0, 4626.0, 4625.0, 4663.0, 4611.0, 4620.0, 4607.0, 4610.0, 4649.0, 4660.0, 4648.0, 4638.0, 4634.0, 4596.0, 4615.0, 4595.0, 4644.0, 4644.0, 4643.0, 4623.0, 4589.0, 4583.0, 4612.0, 4594.0, 4603.0, 4614.0, 4593.0, 4605.0, 4594.0, 4593.0, 4594.0, 4628.0, 4606.0, 4634.0, 4615.0, 4593.0, 4583.0, 4623.0, 4594.0, 4625.0, 4604.0, 4583.0, 4593.0, 4590.0, 4602.0, 4605.0, 4636.0, 4606.0, 4605.0, 4581.0, 4603.0, 4584.0, 4625.0, 4607.0, 4634.0, 4616.0, 4603.0, 4605.0, 4593.0, 4611.0, 4604.0, 4626.0, 4617.0, 4646.0, 4597.0, 4613.0, 4585.0, 4614.0, 4598.0, 4629.0, 4639.0, 4599.0, 4607.0, 4605.0, 4606.0, 4597.0, 4620.0, 4621.0, 4637.0, 4622.0, 4606.0, 4607.0, 4634.0, 4595.0, 4626.0, 4626.0, 4617.0, 4625.0, 4602.0, 4605.0, 4604.0, 4615.0, 4620.0, 4628.0, 4621.0, 4604.0, 4605.0, 4612.0, 4604.0, 4647.0, 4629.0, 4627.0, 4606.0, 4596.0, 4606.0, 4595.0, 4604.0, 4605.0, 4627.0, 4602.0, 4635.0, 4602.0, 4572.0, 4630.0, 4593.0, 4620.0, 4640.0, 4631.0, 4649.0, 4634.0, 4613.0, 4610.0, 4622.0, 4621.0, 4619.0, 4610.0, 4673.0, 4675.0, 4631.0, 4567.0, 4569.0, 4613.0, 4641.0, 4622.0, 4642.0, 4610.0, 4650.0, 4653.0, 4672.0, 4665.0, 4656.0, 4623.0, 4609.0, 4638.0, 4632.0, 4612.0, 4599.0, 4608.0, 4607.0, 4610.0, 4629.0, 4658.0, 4621.0, 4608.0, 4596.0, 4583.0, 4592.0, 4566.0, 4586.0, 4588.0, 4593.0, 4603.0, 4594.0, 4616.0, 4620.0, 4648.0, 4608.0, 4583.0, 4582.0, 4580.0, 4584.0, 4582.0, 4597.0, 4618.0, 4624.0, 4622.0, 4610.0, 4599.0, 4599.0, 4609.0, 4642.0, 4633.0, 4618.0, 4611.0, 4597.0, 4612.0, 4610.0, 4652.0, 4633.0, 4654.0, 4601.0, 4608.0, 4610.0, 4608.0, 4620.0, 4641.0, 4636.0, 4631.0, 4622.0, 4629.0, 4611.0, 4640.0, 4600.0, 4666.0, 4608.0, 4612.0, 4598.0, 4584.0, 4582.0, 4607.0, 4596.0, 4651.0, 4619.0, 4596.0, 4608.0, 4597.0, 4587.0, 4598.0, 4641.0, 4611.0, 4621.0, 4599.0, 4607.0, 4610.0, 4629.0, 4634.0, 4609.0, 4599.0, 4588.0, 4618.0, 4588.0, 4628.0, 4597.0, 4638.0, 4598.0, 4616.0, 4585.0, 4606.0, 4616.0, 4631.0, 4644.0, 4627.0, 4636.0, 4598.0, 4545.0, 4517.0, 4515.0, 4532.0, 4567.0, 4702.0, 4671.0, 4649.0, 4638.0, 4651.0, 4619.0, 4609.0, 4610.0, 4599.0, 4624.0, 4618.0, 4626.0, 4624.0, 4624.0, 4654.0, 4633.0, 4603.0, 4610.0, 4622.0, 4599.0, 4613.0, 4643.0, 4680.0, 4627.0, 4654.0, 4705.0, 4623.0, 4611.0, 4588.0, 4584.0, 4598.0, 4609.0], 'WindowWidth': [10279.0, 10254.0, 10188.0, 10249.0, 10215.0, 10304.0, 10229.0, 10122.0, 10018.0, 10149.0, 10092.0, 10002.0, 10165.0, 10143.0, 10108.0, 10152.0, 10137.0, 10169.0, 10200.0, 10162.0, 10235.0, 10193.0, 10137.0, 10156.0, 10140.0, 10186.0, 10229.0, 10150.0, 10154.0, 10114.0, 10161.0, 10178.0, 10183.0, 10147.0, 10124.0, 10107.0, 10098.0, 10145.0, 10178.0, 10193.0, 10151.0, 10154.0, 10126.0, 10151.0, 10191.0, 10135.0, 10178.0, 10134.0, 10126.0, 10146.0, 10163.0, 10098.0, 10080.0, 10106.0, 10068.0, 10091.0, 10072.0, 10119.0, 10170.0, 10182.0, 10129.0, 10113.0, 10111.0, 10111.0, 10155.0, 10215.0, 10196.0, 10088.0, 10095.0, 10110.0, 10126.0, 10151.0, 10172.0, 10180.0, 10143.0, 10164.0, 10185.0, 10208.0, 10190.0, 10246.0, 10167.0, 10187.0, 10152.0, 10168.0, 10174.0, 10241.0, 10181.0, 10192.0, 10121.0, 10152.0, 10140.0, 10190.0, 10162.0, 10185.0, 10131.0, 10135.0, 10113.0, 10145.0, 10192.0, 10168.0, 10157.0, 10124.0, 10111.0, 10094.0, 10102.0, 10129.0, 10169.0, 10123.0, 10114.0, 10100.0, 10107.0, 10133.0, 10182.0, 10167.0, 10124.0, 10144.0, 10136.0, 10143.0, 10143.0, 10194.0, 10136.0, 10122.0, 10093.0, 10090.0, 10088.0, 10140.0, 10129.0, 10182.0, 10136.0, 10116.0, 10103.0, 10119.0, 10155.0, 10162.0, 10159.0, 10115.0, 10104.0, 10101.0, 10085.0, 10129.0, 10186.0, 10218.0, 10246.0, 10143.0, 10135.0, 10113.0, 10123.0, 10152.0, 10140.0, 10122.0, 10110.0, 10111.0, 10115.0, 10178.0, 10176.0, 10181.0, 10155.0, 10116.0, 10110.0, 10132.0, 10150.0, 10146.0, 10122.0, 10101.0, 10100.0, 10100.0, 10123.0, 10140.0, 10149.0, 10106.0, 10156.0, 10141.0, 10105.0, 10077.0, 10083.0, 10089.0, 10139.0, 10101.0, 10108.0, 10082.0, 10087.0, 10101.0, 10116.0, 10161.0, 10127.0, 10133.0, 10109.0, 10119.0, 10118.0, 10146.0, 10136.0, 10181.0, 10147.0, 10141.0, 10027.0, 10135.0, 10079.0, 10102.0, 10133.0, 10185.0, 10138.0, 10088.0, 10089.0, 10101.0, 10113.0, 10121.0, 10185.0, 10138.0, 10122.0, 10092.0, 10106.0, 10103.0, 10124.0, 10144.0, 10154.0, 10181.0, 10141.0, 10140.0, 10139.0, 10152.0, 10146.0, 10212.0, 10146.0, 10137.0, 10114.0, 10105.0, 10119.0, 10120.0, 10138.0, 10167.0, 10131.0, 10122.0, 10115.0, 10103.0, 10099.0, 10085.0, 10098.0, 10120.0, 10107.0, 10148.0, 10135.0, 10087.0, 10104.0, 10088.0, 10104.0, 10106.0, 10144.0, 10138.0, 10146.0, 10146.0, 10128.0, 10123.0, 10124.0, 10126.0, 10123.0, 10153.0, 10154.0, 10136.0, 10125.0, 10111.0, 10117.0, 10109.0, 10109.0, 10137.0, 10146.0, 10135.0, 10152.0, 10165.0, 10195.0, 10122.0, 10050.0, 10025.0, 10015.0, 10078.0, 10098.0, 10133.0, 10068.0, 10173.0, 10187.0, 10220.0, 10174.0, 10128.0, 10125.0, 10119.0, 10142.0, 10154.0, 10231.0, 10181.0, 10172.0, 10147.0, 10141.0, 10142.0, 10128.0, 10180.0, 10158.0, 10164.0, 10118.0, 10150.0, 10162.0, 10140.0, 10118.0, 10218.0, 10173.0, 10145.0, 10114.0, 10113.0, 10147.0, 10188.0, 10290.0, 10169.0, 10104.0, 10103.0, 10103.0, 10126.0, 10138.0, 10169.0, 10177.0, 10157.0, 10104.0, 10101.0, 10086.0, 10133.0, 10124.0, 10174.0, 10140.0, 10134.0, 10121.0, 10135.0, 10134.0, 10179.0, 10142.0, 10117.0, 10111.0, 10116.0, 10108.0, 10118.0, 10136.0, 10138.0, 10159.0, 10126.0, 10120.0, 10117.0, 10107.0, 10120.0, 10135.0, 10131.0, 10167.0, 10130.0, 10122.0, 10110.0, 10114.0, 10110.0, 10141.0, 10181.0, 10130.0, 10139.0, 10099.0, 10107.0, 10126.0, 10092.0, 10126.0, 10132.0, 10129.0, 10156.0, 10146.0, 10118.0, 10128.0, 10152.0, 10126.0, 10160.0, 10163.0, 10131.0, 10149.0, 10113.0, 10116.0, 10119.0, 10125.0, 10109.0, 10145.0, 10115.0, 10168.0, 10108.0, 10121.0, 10108.0, 10115.0, 10138.0, 10140.0, 10140.0, 10146.0, 10125.0, 10117.0, 10118.0, 10117.0, 10185.0, 10141.0, 10172.0, 10089.0, 10107.0, 10088.0, 10152.0, 10124.0, 10179.0, 10119.0, 10132.0, 10088.0, 10112.0, 10087.0, 10160.0, 10103.0, 10155.0, 10114.0, 10092.0, 10085.0, 10088.0, 10073.0, 10146.0, 10121.0, 10088.0, 10130.0, 10087.0, 10103.0, 10087.0, 10093.0, 10125.0, 10134.0, 10120.0, 10135.0, 10097.0, 10126.0, 10091.0, 10151.0, 10126.0, 10135.0, 10121.0, 10094.0, 10104.0, 10091.0, 10106.0, 10119.0, 10166.0, 10110.0, 10161.0, 10093.0, 10114.0, 10089.0, 10089.0, 10111.0, 10137.0, 10125.0, 10132.0, 10110.0, 10107.0, 10103.0, 10087.0, 10130.0, 10114.0, 10166.0, 10105.0, 10113.0, 10085.0, 10100.0, 10070.0, 10084.0, 10065.0, 10086.0, 10094.0, 10108.0, 10080.0, 10103.0, 10088.0, 10102.0, 10090.0, 10128.0, 10139.0, 10136.0, 10123.0, 10119.0, 10137.0, 10130.0, 10123.0, 10155.0, 10134.0, 10170.0, 10166.0, 10124.0, 10117.0, 10121.0, 10102.0, 10173.0, 10173.0, 10162.0, 10137.0, 10106.0, 10087.0, 10089.0, 10110.0, 10115.0, 10169.0, 10124.0, 10151.0, 10093.0, 10093.0, 10089.0, 10114.0, 10115.0, 10168.0, 10112.0, 10121.0, 10095.0, 10090.0, 10093.0, 10115.0, 10132.0, 10154.0, 10119.0, 10118.0, 10115.0, 10105.0, 10102.0, 10147.0, 10144.0, 10136.0, 10108.0, 10107.0, 10131.0, 10091.0, 10123.0, 10115.0, 10153.0, 10089.0, 10119.0, 10087.0, 10116.0, 10081.0, 10134.0, 10108.0, 10160.0, 10089.0, 10101.0, 10091.0, 10098.0, 10088.0, 10111.0, 10115.0, 10116.0, 10098.0, 10092.0, 10098.0, 10093.0, 10097.0, 10093.0, 10118.0, 10152.0, 10138.0, 10157.0, 10137.0, 10121.0, 10123.0, 10120.0, 10148.0, 10145.0, 10195.0, 10120.0, 10131.0, 10110.0, 10115.0, 10167.0, 10186.0, 10167.0, 10152.0, 10141.0, 10090.0, 10112.0, 10089.0, 10156.0, 10155.0, 10152.0, 10124.0, 10073.0, 10066.0, 10103.0, 10088.0, 10102.0, 10116.0, 10087.0, 10102.0, 10084.0, 10082.0, 10086.0, 10137.0, 10107.0, 10142.0, 10116.0, 10079.0, 10068.0, 10121.0, 10090.0, 10129.0, 10101.0, 10070.0, 10083.0, 10077.0, 10095.0, 10104.0, 10146.0, 10105.0, 10102.0, 10068.0, 10093.0, 10072.0, 10129.0, 10110.0, 10142.0, 10120.0, 10099.0, 10103.0, 10085.0, 10107.0, 10097.0, 10133.0, 10123.0, 10159.0, 10096.0, 10110.0, 10076.0, 10111.0, 10098.0, 10144.0, 10155.0, 10101.0, 10107.0, 10102.0, 10105.0, 10094.0, 10130.0, 10136.0, 10151.0, 10134.0, 10106.0, 10109.0, 10138.0, 10089.0, 10135.0, 10136.0, 10122.0, 10132.0, 10097.0, 10102.0, 10100.0, 10118.0, 10131.0, 10139.0, 10132.0, 10099.0, 10103.0, 10107.0, 10102.0, 10164.0, 10139.0, 10131.0, 10103.0, 10089.0, 10104.0, 10087.0, 10097.0, 10104.0, 10136.0, 10095.0, 10142.0, 10091.0, 10036.0, 10147.0, 10087.0, 10129.0, 10158.0, 10147.0, 10172.0, 10159.0, 10124.0, 10116.0, 10135.0, 10130.0, 10124.0, 10113.0, 10206.0, 10228.0, 10145.0, 10035.0, 10042.0, 10106.0, 10159.0, 10133.0, 10160.0, 10113.0, 10168.0, 10177.0, 10200.0, 10198.0, 10205.0, 10136.0, 10113.0, 10149.0, 10148.0, 10122.0, 10098.0, 10111.0, 10107.0, 10114.0, 10140.0, 10183.0, 10132.0, 10110.0, 10090.0, 10068.0, 10077.0, 10033.0, 10061.0, 10065.0, 10078.0, 10090.0, 10082.0, 10115.0, 10128.0, 10162.0, 10108.0, 10064.0, 10062.0, 10057.0, 10069.0, 10065.0, 10091.0, 10123.0, 10141.0, 10134.0, 10117.0, 10102.0, 10099.0, 10111.0, 10163.0, 10152.0, 10123.0, 10115.0, 10092.0, 10119.0, 10115.0, 10176.0, 10151.0, 10181.0, 10103.0, 10109.0, 10113.0, 10110.0, 10131.0, 10161.0, 10161.0, 10148.0, 10135.0, 10139.0, 10117.0, 10154.0, 10101.0, 10200.0, 10107.0, 10103.0, 10094.0, 10064.0, 10063.0, 10106.0, 10089.0, 10172.0, 10126.0, 10088.0, 10107.0, 10090.0, 10079.0, 10095.0, 10161.0, 10120.0, 10128.0, 10097.0, 10106.0, 10118.0, 10140.0, 10154.0, 10110.0, 10097.0, 10080.0, 10122.0, 10078.0, 10134.0, 10092.0, 10149.0, 10093.0, 10112.0, 10072.0, 10099.0, 10115.0, 10145.0, 10169.0, 10151.0, 10159.0, 10084.0, 9985.0, 9911.0, 9923.0, 9960.0, 10039.0, 10278.0, 10220.0, 10169.0, 10148.0, 10174.0, 10126.0, 10098.0, 10102.0, 10084.0, 10122.0, 10122.0, 10133.0, 10127.0, 10133.0, 10176.0, 10147.0, 10105.0, 10108.0, 10128.0, 10096.0, 10115.0, 10175.0, 10223.0, 10132.0, 10176.0, 10266.0, 10132.0, 10109.0, 10074.0, 10066.0, 10082.0, 10097.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.008460047732696898</td></tr>
<tr><td colspan=3>aqi</td><td>0.12495214582338902</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.73940452563929</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1046072529868587</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01418029827957</td></tr>
<tr><td colspan=3>efc</td><td>0.5454</td></tr>
<tr><td colspan=3>fber</td><td>2637.2456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2775634626947951</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>276</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>32.93556085918854</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6521617186076827</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5086483038255274</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.93148874828968</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5163481037078412</td></tr>
<tr><td colspan=3>gcor</td><td>0.00666958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01102474331855774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07269369810819626</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.669458101814635</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>12.1877</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.0591</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>274.9743</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1217.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.6299</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4417</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.3514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3768.6747</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4799.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.212</td></tr>
<tr><td colspan=3>tsnr</td><td>19.02223811595468</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>