ds005256-mriqc/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter b9dcd22b7f [DATALAD RUNCMD] Compute MRIQC for sub-0124
=== 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-0124 --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-0124",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:02 +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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-02/func/sub-0124_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>0f24369bcd24f2a5e6464f412dfec36c</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>21:07:11.310000</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.996875, 0.039184, 0.0685957, -0.0475346, 0.991058, 0.124678]</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.259</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.0969509</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>[4231, -7793, -7204, 392, -93, -81, 6, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.082</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77cf62e3-e973-4e6c-b26d-5db23a16078b||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.67454195022583, -0.12753182649612427, 0.17036160826683044, 114.87745666503906], [-0.10512787848711014, 2.658936023712158, 0.344383180141449, -107.96670532226562], [0.1840371936559677, -0.33450278639793396, 2.672522783279419, -50.282020568847656], [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': ['210711.310000', '210711.770000', '210712.230000', '210712.690000', '210713.150000', '210713.610000', '210714.070000', '210714.530000', '210714.990000', '210715.450000', '210715.910000', '210716.370000', '210716.830000', '210717.290000', '210717.750000', '210718.210000', '210718.670000', '210719.130000', '210719.590000', '210720.050000', '210720.510000', '210720.970000', '210721.430000', '210721.890000', '210722.350000', '210722.810000', '210723.270000', '210723.730000', '210724.190000', '210724.650000', '210725.110000', '210725.570000', '210726.030000', '210726.490000', '210726.950000', '210727.410000', '210727.870000', '210728.330000', '210728.790000', '210729.250000', '210729.710000', '210730.170000', '210730.630000', '210731.090000', '210731.550000', '210732.010000', '210732.470000', '210732.930000', '210733.390000', '210733.850000', '210734.310000', '210734.770000', '210735.230000', '210735.690000', '210736.150000', '210736.610000', '210737.070000', '210737.530000', '210737.990000', '210738.450000', '210738.910000', '210739.370000', '210739.830000', '210740.290000', '210740.750000', '210741.210000', '210741.670000', '210742.130000', '210742.590000', '210743.050000', '210743.510000', '210743.970000', '210744.430000', '210744.890000', '210745.350000', '210745.810000', '210746.270000', '210746.730000', '210747.190000', '210747.650000', '210748.110000', '210748.570000', '210749.030000', '210749.490000', '210749.950000', '210750.410000', '210750.870000', '210751.330000', '210751.790000', '210752.250000', '210752.710000', '210753.170000', '210753.630000', '210754.090000', '210754.550000', '210755.010000', '210755.470000', '210755.930000', '210756.390000', '210756.850000', '210757.310000', '210757.770000', '210758.230000', '210758.690000', '210759.150000', '210759.610000', '210800.070000', '210800.530000', '210800.990000', '210801.450000', '210801.910000', '210802.370000', '210802.830000', '210803.290000', '210803.750000', '210804.210000', '210804.670000', '210805.130000', '210805.590000', '210806.050000', '210806.510000', '210806.970000', '210807.430000', '210807.890000', '210808.350000', '210808.810000', '210809.270000', '210809.730000', '210810.190000', '210810.650000', '210811.110000', '210811.570000', '210812.030000', '210812.490000', '210812.950000', '210813.410000', '210813.870000', '210814.330000', '210814.790000', '210815.250000', '210815.710000', '210816.170000', '210816.630000', '210817.090000', '210817.550000', '210818.010000', '210818.470000', '210818.930000', '210819.390000', '210819.850000', '210820.310000', '210820.770000', '210821.230000', '210821.690000', '210822.150000', '210822.610000', '210823.070000', '210823.530000', '210823.990000', '210824.450000', '210824.910000', '210825.370000', '210825.830000', '210826.290000', '210826.750000', '210827.210000', '210827.670000', '210828.130000', '210828.590000', '210829.050000', '210829.510000', '210829.970000', '210830.430000', '210830.890000', '210831.350000', '210831.810000', '210832.270000', '210832.730000', '210833.190000', '210833.650000', '210834.110000', '210834.570000', '210835.030000', '210835.490000', '210835.950000', '210836.410000', '210836.870000', '210837.330000', '210837.790000', '210838.250000', '210838.710000', '210839.170000', '210839.630000', '210840.090000', '210840.550000', '210841.010000', '210841.470000', '210841.930000', '210842.390000', '210842.850000', '210843.310000', '210843.770000', '210844.230000', '210844.690000', '210845.150000', '210845.610000', '210846.070000', '210846.530000', '210846.990000', '210847.450000', '210847.910000', '210848.370000', '210848.830000', '210849.290000', '210849.750000', '210850.210000', '210850.670000', '210851.130000', '210851.590000', '210852.050000', '210852.510000', '210852.970000', '210853.430000', '210853.890000', '210854.350000', '210854.810000', '210855.270000', '210855.730000', '210856.190000', '210856.650000', '210857.110000', '210857.570000', '210858.030000', '210858.490000', '210858.950000', '210859.410000', '210859.870000', '210900.330000', '210900.790000', '210901.250000', '210901.710000', '210902.170000', '210902.630000', '210903.090000', '210903.550000', '210904.010000', '210904.470000', '210904.930000', '210905.390000', '210905.850000', '210906.310000', '210906.770000', '210907.230000', '210907.690000', '210908.150000', '210908.610000', '210909.070000', '210909.530000', '210909.990000', '210910.450000', '210910.910000', '210911.370000', '210911.830000', '210912.290000', '210912.750000', '210913.210000', '210913.670000', '210914.130000', '210914.590000', '210915.050000', '210915.510000', '210915.970000', '210916.430000', '210916.890000', '210917.350000', '210917.810000', '210918.270000', '210918.730000', '210919.190000', '210919.650000', '210920.110000', '210920.570000', '210921.030000', '210921.490000', '210921.950000', '210922.410000', '210922.870000', '210923.330000', '210923.790000', '210924.250000', '210924.710000', '210925.170000', '210925.630000', '210926.090000', '210926.550000', '210927.010000', '210927.470000', '210927.930000', '210928.390000', '210928.850000', '210929.310000', '210929.770000', '210930.230000', '210930.690000', '210931.150000', '210931.610000', '210932.070000', '210932.530000', '210932.990000', '210933.450000', '210933.910000', '210934.370000', '210934.830000', '210935.290000', '210935.750000', '210936.210000', '210936.670000', '210937.130000', '210937.590000', '210938.050000', '210938.510000', '210938.970000', '210939.430000', '210939.890000', '210940.350000', '210940.810000', '210941.270000', '210941.730000', '210942.190000', '210942.650000', '210943.110000', '210943.570000', '210944.030000', '210944.490000', '210944.950000', '210945.410000', '210945.870000', '210946.330000', '210946.790000', '210947.250000', '210947.710000', '210948.170000', '210948.630000', '210949.090000', '210949.550000', '210950.010000', '210950.470000', '210950.930000', '210951.390000', '210951.850000', '210952.310000', '210952.770000', '210953.230000', '210953.690000', '210954.150000', '210954.610000', '210955.070000', '210955.530000', '210955.990000', '210956.450000', '210956.910000', '210957.370000', '210957.830000', '210958.290000', '210958.750000', '210959.210000', '210959.670000', '211000.130000', '211000.590000', '211001.050000', '211001.510000', '211001.970000', '211002.430000', '211002.890000', '211003.350000', '211003.810000', '211004.270000', '211004.730000', '211005.190000', '211005.650000', '211006.110000', '211006.570000', '211007.030000', '211007.490000', '211007.950000', '211008.410000', '211008.870000', '211009.330000', '211009.790000', '211010.250000', '211010.710000', '211011.170000', '211011.630000', '211012.090000', '211012.550000', '211013.010000', '211013.470000', '211013.930000', '211014.390000', '211014.850000', '211015.310000', '211015.770000', '211016.230000', '211016.690000', '211017.150000', '211017.610000', '211018.070000', '211018.530000', '211018.990000', '211019.450000', '211019.910000', '211020.370000', '211020.830000', '211021.290000', '211021.750000', '211022.210000', '211022.670000', '211023.130000', '211023.590000', '211024.050000', '211024.510000', '211024.970000', '211025.430000', '211025.890000', '211026.350000', '211026.810000', '211027.270000', '211027.730000', '211028.190000', '211028.650000', '211029.110000', '211029.570000', '211030.030000', '211030.490000', '211030.950000', '211031.410000', '211031.870000', '211032.330000', '211032.790000', '211033.250000', '211033.710000', '211034.170000', '211034.630000', '211035.090000', '211035.550000', '211036.010000', '211036.470000', '211036.930000', '211037.390000', '211037.850000', '211038.310000', '211038.770000', '211039.230000', '211039.690000', '211040.150000', '211040.610000', '211041.070000', '211041.530000', '211041.990000', '211042.450000', '211042.910000', '211043.370000', '211043.830000', '211044.290000', '211044.750000', '211045.210000', '211045.670000', '211046.130000', '211046.590000', '211047.050000', '211047.510000', '211047.970000', '211048.430000', '211048.890000', '211049.350000', '211049.810000', '211050.270000', '211050.730000', '211051.190000', '211051.650000', '211052.110000', '211052.570000', '211053.030000', '211053.490000', '211053.950000', '211054.410000', '211054.870000', '211055.330000', '211055.790000', '211056.250000', '211056.710000', '211057.170000', '211057.630000', '211058.090000', '211058.550000', '211059.010000', '211059.470000', '211059.930000', '211100.390000', '211100.850000', '211101.310000', '211101.770000', '211102.230000', '211102.690000', '211103.150000', '211103.610000', '211104.070000', '211104.530000', '211104.990000', '211105.450000', '211105.910000', '211106.370000', '211106.830000', '211107.290000', '211107.750000', '211108.210000', '211108.670000', '211109.130000', '211109.590000', '211110.050000', '211110.510000', '211110.970000', '211111.430000', '211111.890000', '211112.350000', '211112.810000', '211113.270000', '211113.730000', '211114.190000', '211114.650000', '211115.110000', '211115.570000', '211116.030000', '211116.490000', '211116.950000', '211117.410000', '211117.870000', '211118.330000', '211118.790000', '211119.250000', '211119.710000', '211120.170000', '211120.630000', '211121.090000', '211121.550000', '211122.010000', '211122.470000', '211122.930000', '211123.390000', '211123.850000', '211124.310000', '211124.770000', '211125.230000', '211125.690000', '211126.150000', '211126.610000', '211127.070000', '211127.530000', '211127.990000', '211128.450000', '211128.910000', '211129.370000', '211129.830000', '211130.290000', '211130.750000', '211131.210000', '211131.670000', '211132.130000', '211132.590000', '211133.050000', '211133.510000', '211133.970000', '211134.430000', '211134.890000', '211135.350000', '211135.810000', '211136.270000', '211136.730000', '211137.190000', '211137.650000', '211138.110000', '211138.570000', '211139.030000', '211139.490000', '211139.950000', '211140.410000', '211140.870000', '211141.330000', '211141.790000', '211142.250000', '211142.710000', '211143.170000', '211143.630000', '211144.090000', '211144.550000', '211145.010000', '211145.470000', '211145.930000', '211146.390000', '211146.850000', '211147.310000', '211147.770000', '211148.230000', '211148.690000', '211149.150000', '211149.610000', '211150.070000', '211150.530000', '211150.990000', '211151.450000', '211151.910000', '211152.370000', '211152.830000', '211153.290000', '211153.750000', '211154.210000', '211154.670000', '211155.130000', '211155.590000', '211156.050000', '211156.510000', '211156.970000', '211157.430000', '211157.890000', '211158.350000', '211158.810000', '211159.270000', '211159.730000', '211200.190000', '211200.650000', '211201.110000', '211201.570000', '211202.030000', '211202.490000', '211202.950000', '211203.410000', '211203.870000', '211204.330000', '211204.790000', '211205.250000', '211205.710000', '211206.170000', '211206.630000', '211207.090000', '211207.550000', '211208.010000', '211208.470000', '211208.930000', '211209.390000', '211209.850000', '211210.310000', '211210.770000', '211211.230000', '211211.690000', '211212.150000', '211212.610000', '211213.070000', '211213.530000', '211213.990000', '211214.450000', '211214.910000', '211215.370000', '211215.830000', '211216.290000', '211216.750000', '211217.210000', '211217.670000', '211218.130000', '211218.590000', '211219.050000', '211219.510000', '211219.970000', '211220.430000', '211220.890000', '211221.350000', '211221.810000', '211222.270000', '211222.730000', '211223.190000', '211223.650000', '211224.110000', '211224.570000', '211225.030000', '211225.490000', '211225.950000', '211226.410000', '211226.870000', '211227.330000', '211227.790000', '211228.250000', '211228.710000', '211229.170000', '211229.630000', '211230.090000', '211230.550000', '211231.010000', '211231.470000', '211231.930000', '211232.390000', '211232.850000', '211233.310000', '211233.770000', '211234.230000', '211234.690000', '211235.150000', '211235.610000', '211236.070000', '211236.530000', '211236.990000', '211237.450000', '211237.910000', '211238.370000', '211238.830000', '211239.290000', '211239.750000', '211240.210000', '211240.670000', '211241.130000', '211241.590000', '211242.050000', '211242.510000', '211242.970000', '211243.430000', '211243.890000', '211244.350000', '211244.810000', '211245.270000', '211245.730000', '211246.190000', '211246.650000', '211247.110000', '211247.570000', '211248.030000', '211248.490000', '211248.950000', '211249.410000', '211249.870000', '211250.330000', '211250.790000', '211251.250000', '211251.710000', '211252.170000', '211252.630000', '211253.090000', '211253.550000', '211254.010000', '211254.470000', '211254.930000', '211255.390000', '211255.850000', '211256.310000', '211256.770000', '211257.230000', '211257.690000', '211258.150000', '211258.610000', '211259.070000', '211259.530000', '211259.990000', '211300.450000', '211300.910000', '211301.370000', '211301.830000', '211302.290000', '211302.750000', '211303.210000', '211303.670000', '211304.130000', '211304.590000', '211305.050000', '211305.510000', '211305.970000', '211306.430000', '211306.890000', '211307.350000', '211307.810000', '211308.270000', '211308.730000', '211309.190000', '211309.650000', '211310.110000', '211310.570000', '211311.030000', '211311.490000', '211311.950000', '211312.410000', '211312.870000', '211313.330000', '211313.790000', '211314.250000', '211314.710000', '211315.170000', '211315.630000', '211316.090000', '211316.550000', '211317.010000', '211317.470000', '211317.930000', '211318.390000', '211318.850000', '211319.310000', '211319.770000', '211320.230000', '211320.690000', '211321.150000', '211321.610000', '211322.070000', '211322.530000', '211322.990000', '211323.450000', '211323.910000', '211324.370000', '211324.830000', '211325.290000', '211325.750000', '211326.210000', '211326.670000', '211327.130000', '211327.590000', '211328.050000', '211328.510000', '211328.970000', '211329.430000', '211329.890000', '211330.350000', '211330.810000', '211331.270000', '211331.730000', '211332.190000', '211332.650000', '211333.110000', '211333.570000', '211334.030000', '211334.490000', '211334.950000', '211335.410000', '211335.870000', '211336.330000', '211336.790000'], 'ContentTime': ['210728.611000', '210728.614000', '210728.617000', '210728.619000', '210728.622000', '210728.625000', '210728.630000', '210728.633000', '210728.635000', '210728.638000', '210728.640000', '210728.643000', '210728.645000', '210728.648000', '210728.651000', '210728.653000', '210728.656000', '210728.658000', '210728.661000', '210728.664000', '210728.666000', '210728.669000', '210728.671000', '210728.674000', '210728.677000', '210728.679000', '210728.682000', '210728.684000', '210728.692000', '210728.695000', '210728.698000', '210728.700000', '210728.703000', '210728.705000', '210748.580000', '210748.582000', '210748.585000', '210748.588000', '210748.595000', '210748.598000', '210748.601000', '210748.603000', '210748.606000', '210748.608000', '210748.611000', '210748.613000', '210748.616000', '210748.618000', '210748.621000', '210748.624000', '210748.626000', '210748.629000', '210748.631000', '210748.634000', '210748.636000', '210748.639000', '210748.641000', '210748.644000', '210748.647000', '210748.649000', '210748.652000', '210748.654000', '210748.657000', '210748.659000', '210748.662000', '210748.664000', '210748.667000', '210748.670000', '210748.672000', '210748.675000', '210748.677000', '210748.680000', '210748.682000', '210748.685000', '210748.688000', '210748.690000', '210748.693000', '210748.695000', '210808.580000', '210808.582000', '210808.585000', '210808.587000', '210808.590000', '210808.593000', '210808.595000', '210808.605000', '210808.608000', '210808.611000', '210808.613000', '210808.616000', '210808.618000', '210808.621000', '210808.623000', '210808.626000', '210808.629000', '210808.631000', '210808.634000', '210808.636000', '210808.639000', '210808.641000', '210808.644000', '210808.646000', '210808.649000', '210808.652000', '210808.654000', '210808.657000', '210808.659000', '210808.662000', '210808.664000', '210808.667000', '210808.669000', '210808.672000', '210808.675000', '210808.677000', '210808.680000', '210808.683000', '210808.685000', '210808.688000', '210808.690000', '210808.693000', '210808.695000', '210828.578000', '210828.581000', '210828.584000', '210828.587000', '210828.589000', '210828.620000', '210828.623000', '210828.626000', '210828.628000', '210828.631000', '210828.633000', '210828.636000', '210828.639000', '210828.641000', '210828.644000', '210828.646000', '210828.649000', '210828.651000', '210828.654000', '210828.657000', '210828.659000', '210828.662000', '210828.664000', '210828.667000', '210828.669000', '210828.672000', '210828.675000', '210828.677000', '210828.680000', '210828.682000', '210828.685000', '210828.687000', '210828.690000', '210828.693000', '210828.695000', '210828.698000', '210828.700000', '210828.703000', '210828.705000', '210828.708000', '210828.710000', '210828.713000', '210828.716000', '210828.718000', '210848.578000', '210848.581000', '210848.584000', '210848.586000', '210848.589000', '210848.591000', '210848.594000', '210848.597000', '210848.599000', '210848.602000', '210848.604000', '210848.607000', '210848.610000', '210848.612000', '210848.615000', '210848.618000', '210848.620000', '210848.623000', '210848.625000', '210848.628000', '210848.631000', '210848.633000', '210848.636000', '210848.639000', '210848.641000', '210848.644000', '210848.646000', '210848.649000', '210848.651000', '210848.654000', '210848.657000', '210848.659000', '210848.662000', '210848.665000', '210848.667000', '210848.670000', '210848.672000', '210848.675000', '210848.677000', '210848.680000', '210848.683000', '210848.685000', '210848.688000', '210908.578000', '210908.581000', '210908.584000', '210908.586000', '210908.589000', '210908.592000', '210908.594000', '210908.597000', '210908.600000', '210908.602000', '210908.605000', '210908.607000', '210908.610000', '210908.613000', '210908.615000', '210908.618000', '210908.620000', '210908.623000', '210908.626000', '210908.628000', '210908.631000', '210908.633000', '210908.636000', '210908.638000', '210908.641000', '210908.644000', '210908.646000', '210908.649000', '210908.651000', '210908.654000', '210908.656000', '210908.659000', '210908.662000', '210908.664000', '210908.667000', '210908.669000', '210908.672000', '210908.675000', '210908.677000', '210908.680000', '210908.682000', '210908.685000', '210908.687000', '210908.690000', '210928.579000', '210928.581000', '210928.584000', '210928.587000', '210928.589000', '210928.592000', '210928.594000', '210928.597000', '210928.600000', '210928.602000', '210928.605000', '210928.608000', '210928.610000', '210928.613000', '210928.615000', '210928.618000', '210928.620000', '210928.623000', '210928.626000', '210928.628000', '210928.631000', '210928.633000', '210928.636000', '210928.638000', '210928.641000', '210928.644000', '210928.646000', '210928.649000', '210928.651000', '210928.654000', '210928.657000', '210928.659000', '210928.662000', '210928.664000', '210928.667000', '210928.669000', '210928.672000', '210928.675000', '210928.677000', '210928.680000', '210928.682000', '210928.685000', '210928.687000', '210948.579000', '210948.582000', '210948.585000', '210948.587000', '210948.590000', '210948.593000', '210948.595000', '210948.598000', '210948.601000', '210948.603000', '210948.606000', '210948.609000', '210948.611000', '210948.614000', '210948.616000', '210948.619000', '210948.622000', '210948.624000', '210948.627000', '210948.629000', '210948.632000', '210948.634000', '210948.637000', '210948.640000', '210948.642000', '210948.645000', '210948.647000', '210948.650000', '210948.652000', '210948.655000', '210948.658000', '210948.660000', '210948.663000', '210948.665000', '210948.668000', '210948.671000', '210948.673000', '210948.676000', '210948.678000', '210948.681000', '210948.684000', '210948.686000', '210948.689000', '210948.691000', '211008.619000', '211008.622000', '211008.624000', '211008.627000', '211008.629000', '211008.632000', '211008.635000', '211008.637000', '211008.640000', '211008.643000', '211008.645000', '211008.648000', '211008.650000', '211008.653000', '211008.656000', '211008.658000', '211008.661000', '211008.663000', '211008.666000', '211008.668000', '211008.671000', '211008.674000', '211008.676000', '211008.679000', '211008.681000', '211008.684000', '211008.686000', '211008.689000', '211008.692000', '211008.694000', '211008.697000', '211008.699000', '211008.702000', '211008.705000', '211008.707000', '211008.710000', '211008.712000', '211008.715000', '211008.717000', '211008.720000', '211008.723000', '211008.725000', '211008.728000', '211028.580000', '211028.582000', '211028.585000', '211028.588000', '211028.590000', '211028.593000', '211028.595000', '211028.598000', '211028.601000', '211028.603000', '211028.607000', '211028.610000', '211028.613000', '211028.615000', '211028.618000', '211028.621000', '211028.623000', '211028.626000', '211028.629000', '211028.631000', '211028.634000', '211028.636000', '211028.639000', '211028.642000', '211028.644000', '211028.647000', '211028.649000', '211028.652000', '211028.655000', '211028.657000', '211028.661000', '211028.663000', '211028.666000', '211028.669000', '211028.671000', '211028.674000', '211028.676000', '211028.679000', '211028.681000', '211028.684000', '211028.687000', '211028.689000', '211028.692000', '211048.579000', '211048.581000', '211048.584000', '211048.587000', '211048.589000', '211048.592000', '211048.594000', '211048.597000', '211048.599000', '211048.602000', '211048.605000', '211048.607000', '211048.610000', '211048.612000', '211048.615000', '211048.618000', '211048.620000', '211048.623000', '211048.625000', '211048.628000', '211048.630000', '211048.633000', '211048.636000', '211048.638000', '211048.641000', '211048.643000', '211048.646000', '211048.648000', '211048.651000', '211048.654000', '211048.656000', '211048.659000', '211048.661000', '211048.664000', '211048.666000', '211048.669000', '211048.672000', '211048.674000', '211048.677000', '211048.679000', '211048.682000', '211048.685000', '211048.687000', '211048.690000', '211108.579000', '211108.582000', '211108.584000', '211108.587000', '211108.589000', '211108.592000', '211108.594000', '211108.597000', '211108.600000', '211108.602000', '211108.605000', '211108.607000', '211108.610000', '211108.613000', '211108.615000', '211108.618000', '211108.620000', '211108.623000', '211108.626000', '211108.628000', '211108.631000', '211108.633000', '211108.636000', '211108.638000', '211108.641000', '211108.644000', '211108.646000', '211108.649000', '211108.651000', '211108.654000', '211108.657000', '211108.659000', '211108.662000', '211108.664000', '211108.667000', '211108.669000', '211108.672000', '211108.675000', '211108.677000', '211108.680000', '211108.682000', '211108.685000', '211108.688000', '211108.690000', '211128.578000', '211128.581000', '211128.584000', '211128.586000', '211128.589000', '211128.592000', '211128.594000', '211128.597000', '211128.600000', '211128.602000', '211128.605000', '211128.607000', '211128.610000', '211128.613000', '211128.615000', '211128.618000', '211128.620000', '211128.623000', '211128.626000', '211128.628000', '211128.631000', '211128.633000', '211128.636000', '211128.639000', '211128.641000', '211128.644000', '211128.647000', '211128.649000', '211128.652000', '211128.654000', '211128.657000', '211128.660000', '211128.662000', '211128.665000', '211128.667000', '211128.670000', '211128.673000', '211128.675000', '211128.678000', '211128.710000', '211128.713000', '211128.716000', '211128.718000', '211148.579000', '211148.582000', '211148.584000', '211148.587000', '211148.589000', '211148.592000', '211148.594000', '211148.597000', '211148.600000', '211148.602000', '211148.605000', '211148.607000', '211148.610000', '211148.613000', '211148.615000', '211148.618000', '211148.620000', '211148.623000', '211148.627000', '211148.630000', '211148.632000', '211148.636000', '211148.640000', '211148.642000', '211148.645000', '211148.647000', '211148.650000', '211148.653000', '211148.655000', '211148.658000', '211148.660000', '211148.663000', '211148.666000', '211148.668000', '211148.671000', '211148.673000', '211148.676000', '211148.678000', '211148.681000', '211148.684000', '211148.686000', '211148.689000', '211148.691000', '211208.580000', '211208.582000', '211208.585000', '211208.588000', '211208.590000', '211208.593000', '211208.595000', '211208.598000', '211208.601000', '211208.603000', '211208.606000', '211208.609000', '211208.611000', '211208.614000', '211208.616000', '211208.619000', '211208.622000', '211208.624000', '211208.627000', '211208.629000', '211208.632000', '211208.634000', '211208.637000', '211208.640000', '211208.642000', '211208.645000', '211208.648000', '211208.650000', '211208.653000', '211208.655000', '211208.658000', '211208.660000', '211208.663000', '211208.666000', '211208.668000', '211208.671000', '211208.674000', '211208.676000', '211208.679000', '211208.681000', '211208.684000', '211208.687000', '211208.689000', '211208.692000', '211228.580000', '211228.582000', '211228.585000', '211228.588000', '211228.590000', '211228.593000', '211228.595000', '211228.598000', '211228.601000', '211228.603000', '211228.606000', '211228.609000', '211228.612000', '211228.615000', '211228.618000', '211228.620000', '211228.623000', '211228.626000', '211228.628000', '211228.631000', '211228.634000', '211228.636000', '211228.639000', '211228.641000', '211228.644000', '211228.647000', '211228.649000', '211228.652000', '211228.654000', '211228.657000', '211228.659000', '211228.662000', '211228.665000', '211228.667000', '211228.670000', '211228.672000', '211228.675000', '211228.677000', '211228.680000', '211228.683000', '211228.685000', '211228.688000', '211228.690000', '211248.578000', '211248.581000', '211248.584000', '211248.586000', '211248.589000', '211248.592000', '211248.594000', '211248.597000', '211248.600000', '211248.602000', '211248.605000', '211248.607000', '211248.610000', '211248.613000', '211248.615000', '211248.618000', '211248.620000', '211248.623000', '211248.625000', '211248.628000', '211248.632000', '211248.635000', '211248.638000', '211248.640000', '211248.643000', '211248.645000', '211248.648000', '211248.651000', '211248.653000', '211248.656000', '211248.658000', '211248.661000', '211248.664000', '211248.666000', '211248.669000', '211248.671000', '211248.674000', '211248.677000', '211248.679000', '211248.682000', '211248.684000', '211248.687000', '211248.690000', '211248.692000', '211308.578000', '211308.581000', '211308.584000', '211308.586000', '211308.589000', '211308.592000', '211308.594000', '211308.597000', '211308.599000', '211308.602000', '211308.605000', '211308.607000', '211308.610000', '211308.612000', '211308.615000', '211308.618000', '211308.621000', '211308.624000', '211308.626000', '211308.629000', '211308.632000', '211308.634000', '211308.637000', '211308.639000', '211308.642000', '211308.645000', '211308.647000', '211308.650000', '211308.653000', '211308.655000', '211308.658000', '211308.660000', '211308.663000', '211308.665000', '211308.668000', '211308.671000', '211308.675000', '211308.678000', '211308.681000', '211308.684000', '211308.686000', '211308.689000', '211308.692000', '211328.579000', '211328.581000', '211328.584000', '211328.587000', '211328.589000', '211328.592000', '211328.594000', '211328.597000', '211328.600000', '211328.602000', '211328.605000', '211328.608000', '211328.610000', '211328.613000', '211328.615000', '211328.618000', '211328.620000', '211328.623000', '211328.626000', '211328.628000', '211328.631000', '211328.633000', '211328.636000', '211328.645000', '211328.648000', '211328.657000', '211328.659000', '211328.662000', '211328.665000', '211328.667000', '211328.670000', '211328.672000', '211328.675000', '211328.678000', '211328.680000', '211328.683000', '211328.685000', '211328.688000', '211328.691000', '211328.693000', '211328.696000', '211328.698000', '211328.701000', '211328.703000', '211338.500000', '211338.502000', '211338.505000', '211338.508000', '211338.510000', '211338.513000', '211338.516000', '211338.519000', '211338.521000', '211338.524000', '211338.527000', '211338.530000', '211338.533000', '211338.536000', '211338.539000', '211338.542000', '211338.545000', '211338.549000', '211338.553000', '211338.557000', '211338.560000', '211338.563000'], 'InstanceCreationTime': ['210728.611000', '210728.614000', '210728.617000', '210728.619000', '210728.622000', '210728.625000', '210728.630000', '210728.633000', '210728.635000', '210728.638000', '210728.640000', '210728.643000', '210728.645000', '210728.648000', '210728.651000', '210728.653000', '210728.656000', '210728.658000', '210728.661000', '210728.664000', '210728.666000', '210728.669000', '210728.671000', '210728.674000', '210728.677000', '210728.679000', '210728.682000', '210728.684000', '210728.692000', '210728.695000', '210728.698000', '210728.700000', '210728.703000', '210728.705000', '210748.580000', '210748.582000', '210748.585000', '210748.588000', '210748.595000', '210748.598000', '210748.601000', '210748.603000', '210748.606000', '210748.608000', '210748.611000', '210748.613000', '210748.616000', '210748.618000', '210748.621000', '210748.624000', '210748.626000', '210748.629000', '210748.631000', '210748.634000', '210748.636000', '210748.639000', '210748.641000', '210748.644000', '210748.647000', '210748.649000', '210748.652000', '210748.654000', '210748.657000', '210748.659000', '210748.662000', '210748.664000', '210748.667000', '210748.670000', '210748.672000', '210748.675000', '210748.677000', '210748.680000', '210748.682000', '210748.685000', '210748.688000', '210748.690000', '210748.693000', '210748.695000', '210808.580000', '210808.582000', '210808.585000', '210808.587000', '210808.590000', '210808.593000', '210808.595000', '210808.605000', '210808.608000', '210808.611000', '210808.613000', '210808.616000', '210808.618000', '210808.621000', '210808.623000', '210808.626000', '210808.629000', '210808.631000', '210808.634000', '210808.636000', '210808.639000', '210808.641000', '210808.644000', '210808.646000', '210808.649000', '210808.652000', '210808.654000', '210808.657000', '210808.659000', '210808.662000', '210808.664000', '210808.667000', '210808.669000', '210808.672000', '210808.675000', '210808.677000', '210808.680000', '210808.683000', '210808.685000', '210808.688000', '210808.690000', '210808.693000', '210808.695000', '210828.578000', '210828.581000', '210828.584000', '210828.587000', '210828.589000', '210828.620000', '210828.623000', '210828.626000', '210828.628000', '210828.631000', '210828.633000', '210828.636000', '210828.639000', '210828.641000', '210828.644000', '210828.646000', '210828.649000', '210828.651000', '210828.654000', '210828.657000', '210828.659000', '210828.662000', '210828.664000', '210828.667000', '210828.669000', '210828.672000', '210828.675000', '210828.677000', '210828.680000', '210828.682000', '210828.685000', '210828.687000', '210828.690000', '210828.693000', '210828.695000', '210828.698000', '210828.700000', '210828.703000', '210828.705000', '210828.708000', '210828.710000', '210828.713000', '210828.716000', '210828.718000', '210848.578000', '210848.581000', '210848.584000', '210848.586000', '210848.589000', '210848.591000', '210848.594000', '210848.597000', '210848.599000', '210848.602000', '210848.604000', '210848.607000', '210848.610000', '210848.612000', '210848.615000', '210848.618000', '210848.620000', '210848.623000', '210848.625000', '210848.628000', '210848.631000', '210848.633000', '210848.636000', '210848.639000', '210848.641000', '210848.644000', '210848.646000', '210848.649000', '210848.651000', '210848.654000', '210848.657000', '210848.659000', '210848.662000', '210848.665000', '210848.667000', '210848.670000', '210848.672000', '210848.675000', '210848.677000', '210848.680000', '210848.683000', '210848.685000', '210848.688000', '210908.578000', '210908.581000', '210908.584000', '210908.586000', '210908.589000', '210908.592000', '210908.594000', '210908.597000', '210908.600000', '210908.602000', '210908.605000', '210908.607000', '210908.610000', '210908.613000', '210908.615000', '210908.618000', '210908.620000', '210908.623000', '210908.626000', '210908.628000', '210908.631000', '210908.633000', '210908.636000', '210908.638000', '210908.641000', '210908.644000', '210908.646000', '210908.649000', '210908.651000', '210908.654000', '210908.656000', '210908.659000', '210908.662000', '210908.664000', '210908.667000', '210908.669000', '210908.672000', '210908.675000', '210908.677000', '210908.680000', '210908.682000', '210908.685000', '210908.687000', '210908.690000', '210928.579000', '210928.581000', '210928.584000', '210928.587000', '210928.589000', '210928.592000', '210928.594000', '210928.597000', '210928.600000', '210928.602000', '210928.605000', '210928.608000', '210928.610000', '210928.613000', '210928.615000', '210928.618000', '210928.620000', '210928.623000', '210928.626000', '210928.628000', '210928.631000', '210928.633000', '210928.636000', '210928.638000', '210928.641000', '210928.644000', '210928.646000', '210928.649000', '210928.651000', '210928.654000', '210928.657000', '210928.659000', '210928.662000', '210928.664000', '210928.667000', '210928.669000', '210928.672000', '210928.675000', '210928.677000', '210928.680000', '210928.682000', '210928.685000', '210928.687000', '210948.579000', '210948.582000', '210948.585000', '210948.587000', '210948.590000', '210948.593000', '210948.595000', '210948.598000', '210948.601000', '210948.603000', '210948.606000', '210948.609000', '210948.611000', '210948.614000', '210948.616000', '210948.619000', '210948.622000', '210948.624000', '210948.627000', '210948.629000', '210948.632000', '210948.634000', '210948.637000', '210948.640000', '210948.642000', '210948.645000', '210948.647000', '210948.650000', '210948.652000', '210948.655000', '210948.658000', '210948.660000', '210948.663000', '210948.665000', '210948.668000', '210948.671000', '210948.673000', '210948.676000', '210948.678000', '210948.681000', '210948.684000', '210948.686000', '210948.689000', '210948.691000', '211008.619000', '211008.622000', '211008.624000', '211008.627000', '211008.629000', '211008.632000', '211008.635000', '211008.637000', '211008.640000', '211008.643000', '211008.645000', '211008.648000', '211008.650000', '211008.653000', '211008.656000', '211008.658000', '211008.661000', '211008.663000', '211008.666000', '211008.668000', '211008.671000', '211008.674000', '211008.676000', '211008.679000', '211008.681000', '211008.684000', '211008.686000', '211008.689000', '211008.692000', '211008.694000', '211008.697000', '211008.699000', '211008.702000', '211008.705000', '211008.707000', '211008.710000', '211008.712000', '211008.715000', '211008.717000', '211008.720000', '211008.723000', '211008.725000', '211008.728000', '211028.580000', '211028.582000', '211028.585000', '211028.588000', '211028.590000', '211028.593000', '211028.595000', '211028.598000', '211028.601000', '211028.603000', '211028.607000', '211028.610000', '211028.613000', '211028.615000', '211028.618000', '211028.621000', '211028.623000', '211028.626000', '211028.629000', '211028.631000', '211028.634000', '211028.636000', '211028.639000', '211028.642000', '211028.644000', '211028.647000', '211028.649000', '211028.652000', '211028.655000', '211028.657000', '211028.661000', '211028.663000', '211028.666000', '211028.669000', '211028.671000', '211028.674000', '211028.676000', '211028.679000', '211028.681000', '211028.684000', '211028.687000', '211028.689000', '211028.692000', '211048.579000', '211048.581000', '211048.584000', '211048.587000', '211048.589000', '211048.592000', '211048.594000', '211048.597000', '211048.599000', '211048.602000', '211048.605000', '211048.607000', '211048.610000', '211048.612000', '211048.615000', '211048.618000', '211048.620000', '211048.623000', '211048.625000', '211048.628000', '211048.630000', '211048.633000', '211048.636000', '211048.638000', '211048.641000', '211048.643000', '211048.646000', '211048.648000', '211048.651000', '211048.654000', '211048.656000', '211048.659000', '211048.661000', '211048.664000', '211048.666000', '211048.669000', '211048.672000', '211048.674000', '211048.677000', '211048.679000', '211048.682000', '211048.685000', '211048.687000', '211048.690000', '211108.579000', '211108.582000', '211108.584000', '211108.587000', '211108.589000', '211108.592000', '211108.594000', '211108.597000', '211108.600000', '211108.602000', '211108.605000', '211108.607000', '211108.610000', '211108.613000', '211108.615000', '211108.618000', '211108.620000', '211108.623000', '211108.626000', '211108.628000', '211108.631000', '211108.633000', '211108.636000', '211108.638000', '211108.641000', '211108.644000', '211108.646000', '211108.649000', '211108.651000', '211108.654000', '211108.657000', '211108.659000', '211108.662000', '211108.664000', '211108.667000', '211108.669000', '211108.672000', '211108.675000', '211108.677000', '211108.680000', '211108.682000', '211108.685000', '211108.688000', '211108.690000', '211128.578000', '211128.581000', '211128.584000', '211128.586000', '211128.589000', '211128.592000', '211128.594000', '211128.597000', '211128.600000', '211128.602000', '211128.605000', '211128.607000', '211128.610000', '211128.613000', '211128.615000', '211128.618000', '211128.620000', '211128.623000', '211128.626000', '211128.628000', '211128.631000', '211128.633000', '211128.636000', '211128.639000', '211128.641000', '211128.644000', '211128.647000', '211128.649000', '211128.652000', '211128.654000', '211128.657000', '211128.660000', '211128.662000', '211128.665000', '211128.667000', '211128.670000', '211128.673000', '211128.675000', '211128.678000', '211128.710000', '211128.713000', '211128.716000', '211128.718000', '211148.579000', '211148.582000', '211148.584000', '211148.587000', '211148.589000', '211148.592000', '211148.594000', '211148.597000', '211148.600000', '211148.602000', '211148.605000', '211148.607000', '211148.610000', '211148.613000', '211148.615000', '211148.618000', '211148.620000', '211148.623000', '211148.627000', '211148.630000', '211148.632000', '211148.636000', '211148.640000', '211148.642000', '211148.645000', '211148.647000', '211148.650000', '211148.653000', '211148.655000', '211148.658000', '211148.660000', '211148.663000', '211148.666000', '211148.668000', '211148.671000', '211148.673000', '211148.676000', '211148.678000', '211148.681000', '211148.684000', '211148.686000', '211148.689000', '211148.691000', '211208.580000', '211208.582000', '211208.585000', '211208.588000', '211208.590000', '211208.593000', '211208.595000', '211208.598000', '211208.601000', '211208.603000', '211208.606000', '211208.609000', '211208.611000', '211208.614000', '211208.616000', '211208.619000', '211208.622000', '211208.624000', '211208.627000', '211208.629000', '211208.632000', '211208.634000', '211208.637000', '211208.640000', '211208.642000', '211208.645000', '211208.648000', '211208.650000', '211208.653000', '211208.655000', '211208.658000', '211208.660000', '211208.663000', '211208.666000', '211208.668000', '211208.671000', '211208.674000', '211208.676000', '211208.679000', '211208.681000', '211208.684000', '211208.687000', '211208.689000', '211208.692000', '211228.580000', '211228.582000', '211228.585000', '211228.588000', '211228.590000', '211228.593000', '211228.595000', '211228.598000', '211228.601000', '211228.603000', '211228.606000', '211228.609000', '211228.612000', '211228.615000', '211228.618000', '211228.620000', '211228.623000', '211228.626000', '211228.628000', '211228.631000', '211228.634000', '211228.636000', '211228.639000', '211228.641000', '211228.644000', '211228.647000', '211228.649000', '211228.652000', '211228.654000', '211228.657000', '211228.659000', '211228.662000', '211228.665000', '211228.667000', '211228.670000', '211228.672000', '211228.675000', '211228.677000', '211228.680000', '211228.683000', '211228.685000', '211228.688000', '211228.690000', '211248.578000', '211248.581000', '211248.584000', '211248.586000', '211248.589000', '211248.592000', '211248.594000', '211248.597000', '211248.600000', '211248.602000', '211248.605000', '211248.607000', '211248.610000', '211248.613000', '211248.615000', '211248.618000', '211248.620000', '211248.623000', '211248.625000', '211248.628000', '211248.632000', '211248.635000', '211248.638000', '211248.640000', '211248.643000', '211248.645000', '211248.648000', '211248.651000', '211248.653000', '211248.656000', '211248.658000', '211248.661000', '211248.664000', '211248.666000', '211248.669000', '211248.671000', '211248.674000', '211248.677000', '211248.679000', '211248.682000', '211248.684000', '211248.687000', '211248.690000', '211248.692000', '211308.578000', '211308.581000', '211308.584000', '211308.586000', '211308.589000', '211308.592000', '211308.594000', '211308.597000', '211308.599000', '211308.602000', '211308.605000', '211308.607000', '211308.610000', '211308.612000', '211308.615000', '211308.618000', '211308.621000', '211308.624000', '211308.626000', '211308.629000', '211308.632000', '211308.634000', '211308.637000', '211308.639000', '211308.642000', '211308.645000', '211308.647000', '211308.650000', '211308.653000', '211308.655000', '211308.658000', '211308.660000', '211308.663000', '211308.665000', '211308.668000', '211308.671000', '211308.675000', '211308.678000', '211308.681000', '211308.684000', '211308.686000', '211308.689000', '211308.692000', '211328.579000', '211328.581000', '211328.584000', '211328.587000', '211328.589000', '211328.592000', '211328.594000', '211328.597000', '211328.600000', '211328.602000', '211328.605000', '211328.608000', '211328.610000', '211328.613000', '211328.615000', '211328.618000', '211328.620000', '211328.623000', '211328.626000', '211328.628000', '211328.631000', '211328.633000', '211328.636000', '211328.645000', '211328.648000', '211328.657000', '211328.659000', '211328.662000', '211328.665000', '211328.667000', '211328.670000', '211328.672000', '211328.675000', '211328.678000', '211328.680000', '211328.683000', '211328.685000', '211328.688000', '211328.691000', '211328.693000', '211328.696000', '211328.698000', '211328.701000', '211328.703000', '211338.500000', '211338.502000', '211338.505000', '211338.508000', '211338.510000', '211338.513000', '211338.516000', '211338.519000', '211338.521000', '211338.524000', '211338.527000', '211338.530000', '211338.533000', '211338.536000', '211338.539000', '211338.542000', '211338.545000', '211338.549000', '211338.553000', '211338.557000', '211338.560000', '211338.563000'], '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': [12971, 17178, 11780, 13935, 12292, 14860, 13701, 9275, 12517, 8579, 13213, 10385, 13989, 8457, 13012, 8324, 13119, 9546, 12720, 9265, 12593, 9318, 12870, 10605, 12256, 9382, 12186, 10122, 12521, 10324, 13207, 9769, 11901, 10748, 11672, 11201, 8589, 11230, 9149, 12651, 9230, 12580, 8049, 12589, 9479, 13091, 11085, 12961, 10165, 13299, 10722, 14607, 11116, 14912, 10833, 12588, 11753, 11158, 11757, 8621, 11994, 10259, 13491, 9221, 13039, 8462, 12853, 9946, 13218, 11053, 13380, 9780, 13190, 10871, 13570, 10424, 13151, 9757, 12062, 11216, 9621, 11706, 8812, 12426, 9173, 12247, 9855, 13077, 9876, 13629, 10985, 15166, 11345, 14402, 11051, 11253, 12369, 11395, 13119, 8580, 12831, 8295, 13473, 10266, 12963, 9675, 12877, 10623, 13440, 11542, 14276, 10513, 13881, 11129, 13537, 12082, 9000, 11827, 9048, 12951, 9838, 13057, 8444, 12433, 9446, 12976, 10712, 13186, 10196, 13666, 10555, 13859, 11751, 15286, 10228, 13838, 10784, 13303, 11703, 8656, 11198, 8169, 12593, 9405, 12923, 8688, 12768, 9445, 13128, 11219, 13215, 9914, 11961, 10772, 10556, 12045, 8547, 12160, 7838, 12458, 9049, 12773, 9661, 12916, 9669, 12896, 10795, 12957, 10552, 13474, 9966, 12175, 11111, 11153, 11595, 8720, 11929, 8957, 12992, 10982, 13693, 9199, 12627, 8904, 12762, 10218, 13388, 8614, 12761, 8273, 12699, 8936, 12396, 9708, 13104, 8951, 12527, 10147, 12806, 11020, 12897, 9603, 12820, 10559, 12121, 11799, 8839, 11334, 8272, 12660, 9458, 12896, 8524, 12646, 9106, 12967, 10150, 13260, 9901, 13369, 9109, 14084, 10060, 13274, 8651, 12883, 8313, 12539, 9799, 12638, 9900, 12903, 9657, 12547, 10158, 13018, 10111, 9171, 12322, 9233, 13332, 9855, 13480, 10540, 14812, 11679, 14747, 11507, 10101, 11699, 9661, 13248, 11375, 13374, 8567, 12416, 8113, 12583, 9757, 12312, 9560, 12771, 9504, 12717, 10168, 14332, 10706, 9582, 10577, 9069, 12738, 10382, 13067, 7955, 12255, 8987, 13237, 10518, 13710, 10978, 14226, 10317, 14380, 11415, 15154, 11412, 14343, 10125, 12965, 11137, 12528, 11182, 8345, 10928, 8395, 12217, 10144, 12969, 8134, 12165, 7919, 13089, 9175, 12130, 8971, 12137, 8806, 13099, 10222, 12628, 9502, 13066, 10029, 13358, 11293, 13305, 10005, 13618, 10491, 14114, 11384, 13818, 10177, 13427, 11161, 14303, 11863, 9436, 11090, 10735, 12110, 11964, 11959, 8426, 11333, 8320, 12587, 10435, 12233, 8179, 11916, 9426, 13294, 9051, 13015, 7802, 13209, 9017, 12240, 9746, 12772, 9644, 13425, 10581, 13763, 10460, 12470, 10349, 12698, 11294, 14638, 11757, 11395, 11139, 12170, 11714, 14206, 12134, 9748, 11033, 10850, 11711, 11653, 11275, 8490, 11233, 8875, 12771, 10068, 12798, 8100, 11868, 9994, 12883, 10782, 11894, 10272, 9106, 11988, 10853, 13059, 8269, 12710, 9304, 13563, 10869, 14285, 10531, 14335, 10742, 14546, 11770, 16807, 10865, 13018, 11031, 10926, 12517, 8401, 12602, 8067, 13182, 9173, 12667, 9622, 13334, 9891, 12928, 11093, 13891, 10463, 13574, 10139, 12000, 10763, 10415, 12295, 8255, 12292, 8011, 12012, 10422, 13222, 10367, 13272, 10117, 11386, 11586, 11032, 12195, 8292, 12440, 8799, 13141, 11191, 14291, 10559, 13937, 10934, 13613, 11167, 12076, 12243, 9664, 12958, 8462, 12079, 9489, 13374, 10818, 11640, 10130, 8625, 12171, 11279, 13532, 8650, 12625, 9172, 13030, 10573, 13970, 10661, 13272, 10334, 13521, 10714, 15851, 10948, 13819, 10469, 11716, 12332, 10074, 12249, 8128, 12320, 8350, 12858, 10823, 12929, 9979, 13367, 10531, 14240, 11356, 8736, 11541, 8587, 13434, 9454, 12886, 9236, 12676, 10504, 13612, 11275, 13738, 10470, 10466, 11051, 10827, 12847, 8740, 12883, 8421, 12939, 9984, 13334, 10578, 13191, 10388, 13625, 11146, 12335, 11988, 9969, 12279, 8852, 12698, 9046, 13853, 9988, 12916, 9525, 12700, 10254, 13264, 10413, 12752, 9617, 12697, 10658, 11997, 11229, 8793, 11242, 8539, 12998, 9370, 12341, 9717, 12616, 10132, 12958, 10391, 10209, 10410, 8979, 12175, 10539, 13079, 8684, 12390, 8814, 12798, 10043, 13124, 10234, 13333, 10662, 14869, 11366, 12623, 10881, 8756, 12209, 9860, 13115, 8846, 12885, 10171, 13377, 11026, 15127, 10655, 12704, 10615, 11740, 12177, 9263, 12382, 9055, 13136, 9774, 13123, 8953, 12729, 10207, 13134, 11073, 13298, 10087, 12928, 10799, 11172, 11378, 8782, 11785, 8439, 12918, 9390, 12743, 9920, 12926, 10467, 13018, 10778, 15078, 10635, 12174, 10399, 10056, 12344, 9177, 12386, 8230, 13094, 8664, 12284, 10011, 12865, 9762, 12545, 10588, 13431, 10369, 13485, 10062, 11077, 11281, 10247, 11225, 8689, 11723, 8719, 12692, 9541, 12552, 9096, 12593, 9435, 12942, 11080, 13483, 10647, 13733, 10427, 13710, 10983, 15202, 10634, 13201, 10172, 11978, 11324, 11835, 11455, 8778, 11649, 8976, 12806, 10108, 13522, 8316, 12412, 8225, 12297, 9908, 12793, 10383, 13027, 10040, 13238, 11156, 14297, 10495, 14032, 9921, 13993, 11321, 12902, 11180, 8604, 11398, 9883, 14451, 9360, 12826, 9455, 12734, 10466, 14957, 11109, 8971, 11288, 8390, 13468, 9414, 13484, 10809, 13432, 10479, 14213, 12068, 10453, 12659, 8165, 12315, 9511, 13586, 11466, 13834, 10215, 12810, 10656, 12162, 12475, 9337, 12205, 8887, 12691, 10575, 13753, 8917, 13311, 8095, 13104, 8928, 13008, 9878, 12789, 9312, 12794, 10484, 13210, 10562, 13218, 9732, 12599, 10651, 12712, 11436, 8984, 11610, 8853, 12854, 10198, 13425, 8963, 12908, 8740, 12662, 9871, 12987, 10782, 13246, 9745, 12872, 10440, 14457, 10702, 11752, 10258, 10300, 11889, 10734, 12415, 8267, 12223, 8471, 12586, 10838, 12938, 10115, 12096, 11163, 11180, 12667, 8593, 12538, 8934, 13862, 12178, 8372, 13219, 11617, 8851, 13124, 10220, 15201, 11238, 17028, 12624, 16558, 10703, 14693, 11006, 15397, 11126, 11558, 10103, 8809, 11717, 10933, 13073, 8223, 12206, 9745, 12507, 10540, 13987, 10380, 10842, 10193, 12495, 11204, 15893, 11841, 9568, 11035, 8574, 12244, 11075, 12672, 8445, 12047, 9130, 13378], 'WindowCenter': [4746.0, 4752.0, 4694.0, 4700.0, 4690.0, 4687.0, 4686.0, 4632.0, 4662.0, 4619.0, 4660.0, 4628.0, 4671.0, 4609.0, 4659.0, 4608.0, 4660.0, 4626.0, 4658.0, 4626.0, 4659.0, 4628.0, 4660.0, 4639.0, 4649.0, 4629.0, 4659.0, 4652.0, 4662.0, 4644.0, 4662.0, 4641.0, 4662.0, 4653.0, 4650.0, 4653.0, 4620.0, 4652.0, 4630.0, 4671.0, 4632.0, 4671.0, 4625.0, 4672.0, 4643.0, 4672.0, 4664.0, 4672.0, 4653.0, 4671.0, 4653.0, 4680.0, 4662.0, 4680.0, 4654.0, 4662.0, 4663.0, 4652.0, 4663.0, 4621.0, 4660.0, 4643.0, 4670.0, 4633.0, 4672.0, 4620.0, 4660.0, 4653.0, 4671.0, 4651.0, 4668.0, 4653.0, 4669.0, 4665.0, 4671.0, 4651.0, 4670.0, 4640.0, 4673.0, 4664.0, 4653.0, 4673.0, 4633.0, 4672.0, 4645.0, 4674.0, 4653.0, 4673.0, 4642.0, 4672.0, 4663.0, 4681.0, 4664.0, 4669.0, 4650.0, 4651.0, 4660.0, 4650.0, 4660.0, 4620.0, 4658.0, 4619.0, 4670.0, 4642.0, 4658.0, 4630.0, 4658.0, 4651.0, 4670.0, 4652.0, 4668.0, 4652.0, 4671.0, 4664.0, 4671.0, 4661.0, 4618.0, 4650.0, 4619.0, 4662.0, 4628.0, 4660.0, 4610.0, 4657.0, 4630.0, 4660.0, 4638.0, 4657.0, 4638.0, 4667.0, 4651.0, 4670.0, 4651.0, 4668.0, 4638.0, 4658.0, 4649.0, 4656.0, 4650.0, 4617.0, 4649.0, 4605.0, 4657.0, 4629.0, 4659.0, 4618.0, 4657.0, 4626.0, 4659.0, 4651.0, 4658.0, 4642.0, 4648.0, 4663.0, 4652.0, 4660.0, 4622.0, 4661.0, 4609.0, 4672.0, 4631.0, 4661.0, 4642.0, 4659.0, 4641.0, 4660.0, 4650.0, 4660.0, 4654.0, 4669.0, 4642.0, 4660.0, 4663.0, 4651.0, 4661.0, 4622.0, 4661.0, 4633.0, 4673.0, 4649.0, 4670.0, 4627.0, 4660.0, 4618.0, 4659.0, 4639.0, 4668.0, 4619.0, 4659.0, 4608.0, 4659.0, 4629.0, 4660.0, 4627.0, 4657.0, 4630.0, 4656.0, 4651.0, 4660.0, 4649.0, 4660.0, 4640.0, 4660.0, 4654.0, 4660.0, 4661.0, 4631.0, 4651.0, 4619.0, 4671.0, 4643.0, 4671.0, 4632.0, 4672.0, 4629.0, 4672.0, 4642.0, 4670.0, 4640.0, 4660.0, 4620.0, 4671.0, 4629.0, 4659.0, 4616.0, 4659.0, 4607.0, 4657.0, 4630.0, 4660.0, 4640.0, 4659.0, 4638.0, 4659.0, 4653.0, 4673.0, 4654.0, 4644.0, 4674.0, 4642.0, 4682.0, 4654.0, 4673.0, 4654.0, 4684.0, 4663.0, 4681.0, 4662.0, 4640.0, 4661.0, 4632.0, 4670.0, 4648.0, 4670.0, 4618.0, 4659.0, 4608.0, 4658.0, 4629.0, 4659.0, 4638.0, 4671.0, 4640.0, 4673.0, 4652.0, 4683.0, 4662.0, 4641.0, 4652.0, 4630.0, 4673.0, 4651.0, 4673.0, 4624.0, 4661.0, 4632.0, 4672.0, 4651.0, 4671.0, 4652.0, 4670.0, 4642.0, 4670.0, 4650.0, 4679.0, 4650.0, 4668.0, 4639.0, 4659.0, 4649.0, 4657.0, 4651.0, 4608.0, 4650.0, 4608.0, 4660.0, 4639.0, 4670.0, 4611.0, 4661.0, 4621.0, 4671.0, 4641.0, 4661.0, 4633.0, 4674.0, 4644.0, 4684.0, 4655.0, 4673.0, 4653.0, 4672.0, 4653.0, 4673.0, 4664.0, 4673.0, 4650.0, 4671.0, 4652.0, 4681.0, 4664.0, 4670.0, 4652.0, 4671.0, 4663.0, 4681.0, 4663.0, 4629.0, 4660.0, 4649.0, 4661.0, 4659.0, 4660.0, 4618.0, 4651.0, 4618.0, 4671.0, 4649.0, 4660.0, 4634.0, 4674.0, 4644.0, 4683.0, 4633.0, 4671.0, 4610.0, 4671.0, 4634.0, 4671.0, 4642.0, 4672.0, 4643.0, 4670.0, 4652.0, 4682.0, 4652.0, 4662.0, 4654.0, 4672.0, 4664.0, 4683.0, 4663.0, 4649.0, 4651.0, 4658.0, 4660.0, 4667.0, 4660.0, 4628.0, 4650.0, 4637.0, 4659.0, 4647.0, 4650.0, 4616.0, 4647.0, 4616.0, 4669.0, 4639.0, 4659.0, 4620.0, 4661.0, 4653.0, 4673.0, 4664.0, 4661.0, 4653.0, 4632.0, 4674.0, 4664.0, 4684.0, 4622.0, 4671.0, 4642.0, 4672.0, 4652.0, 4669.0, 4650.0, 4669.0, 4650.0, 4669.0, 4651.0, 4678.0, 4640.0, 4657.0, 4638.0, 4636.0, 4658.0, 4605.0, 4647.0, 4608.0, 4658.0, 4629.0, 4658.0, 4627.0, 4657.0, 4628.0, 4658.0, 4649.0, 4657.0, 4639.0, 4657.0, 4639.0, 4646.0, 4647.0, 4640.0, 4660.0, 4619.0, 4658.0, 4620.0, 4669.0, 4653.0, 4671.0, 4651.0, 4672.0, 4654.0, 4659.0, 4663.0, 4653.0, 4663.0, 4620.0, 4661.0, 4631.0, 4670.0, 4651.0, 4670.0, 4652.0, 4669.0, 4652.0, 4669.0, 4651.0, 4661.0, 4661.0, 4629.0, 4659.0, 4618.0, 4657.0, 4641.0, 4670.0, 4651.0, 4659.0, 4650.0, 4631.0, 4672.0, 4662.0, 4683.0, 4631.0, 4672.0, 4644.0, 4672.0, 4651.0, 4671.0, 4651.0, 4672.0, 4641.0, 4670.0, 4650.0, 4681.0, 4651.0, 4658.0, 4641.0, 4649.0, 4660.0, 4628.0, 4649.0, 4606.0, 4658.0, 4619.0, 4659.0, 4649.0, 4659.0, 4640.0, 4669.0, 4650.0, 4669.0, 4651.0, 4620.0, 4659.0, 4630.0, 4670.0, 4630.0, 4659.0, 4633.0, 4660.0, 4652.0, 4672.0, 4652.0, 4670.0, 4652.0, 4650.0, 4662.0, 4651.0, 4673.0, 4622.0, 4671.0, 4621.0, 4670.0, 4642.0, 4671.0, 4649.0, 4670.0, 4640.0, 4670.0, 4653.0, 4662.0, 4662.0, 4640.0, 4659.0, 4619.0, 4658.0, 4630.0, 4670.0, 4640.0, 4656.0, 4629.0, 4656.0, 4651.0, 4659.0, 4651.0, 4660.0, 4640.0, 4659.0, 4653.0, 4661.0, 4652.0, 4621.0, 4662.0, 4630.0, 4671.0, 4631.0, 4662.0, 4642.0, 4660.0, 4653.0, 4671.0, 4654.0, 4643.0, 4652.0, 4632.0, 4675.0, 4653.0, 4683.0, 4632.0, 4675.0, 4632.0, 4671.0, 4645.0, 4670.0, 4651.0, 4669.0, 4654.0, 4681.0, 4661.0, 4661.0, 4651.0, 4619.0, 4662.0, 4641.0, 4672.0, 4634.0, 4670.0, 4651.0, 4681.0, 4664.0, 4683.0, 4651.0, 4671.0, 4653.0, 4661.0, 4661.0, 4630.0, 4658.0, 4617.0, 4660.0, 4629.0, 4660.0, 4627.0, 4658.0, 4640.0, 4660.0, 4650.0, 4658.0, 4639.0, 4669.0, 4653.0, 4650.0, 4650.0, 4619.0, 4650.0, 4611.0, 4660.0, 4630.0, 4658.0, 4641.0, 4659.0, 4651.0, 4670.0, 4650.0, 4671.0, 4639.0, 4648.0, 4639.0, 4640.0, 4658.0, 4644.0, 4661.0, 4620.0, 4669.0, 4621.0, 4660.0, 4640.0, 4659.0, 4638.0, 4660.0, 4652.0, 4669.0, 4641.0, 4659.0, 4641.0, 4648.0, 4661.0, 4641.0, 4653.0, 4619.0, 4660.0, 4631.0, 4670.0, 4642.0, 4673.0, 4633.0, 4661.0, 4631.0, 4670.0, 4651.0, 4661.0, 4640.0, 4668.0, 4641.0, 4670.0, 4651.0, 4679.0, 4641.0, 4657.0, 4640.0, 4651.0, 4650.0, 4660.0, 4660.0, 4619.0, 4659.0, 4629.0, 4668.0, 4639.0, 4670.0, 4621.0, 4659.0, 4620.0, 4662.0, 4641.0, 4671.0, 4641.0, 4658.0, 4641.0, 4669.0, 4652.0, 4670.0, 4651.0, 4667.0, 4642.0, 4669.0, 4651.0, 4660.0, 4648.0, 4617.0, 4649.0, 4639.0, 4670.0, 4630.0, 4659.0, 4643.0, 4659.0, 4652.0, 4681.0, 4652.0, 4622.0, 4649.0, 4620.0, 4671.0, 4632.0, 4672.0, 4650.0, 4668.0, 4651.0, 4669.0, 4661.0, 4643.0, 4658.0, 4620.0, 4658.0, 4640.0, 4671.0, 4661.0, 4670.0, 4651.0, 4659.0, 4652.0, 4661.0, 4663.0, 4630.0, 4659.0, 4629.0, 4662.0, 4638.0, 4667.0, 4618.0, 4659.0, 4609.0, 4658.0, 4617.0, 4658.0, 4628.0, 4646.0, 4627.0, 4656.0, 4650.0, 4658.0, 4649.0, 4659.0, 4640.0, 4659.0, 4651.0, 4659.0, 4661.0, 4630.0, 4663.0, 4632.0, 4672.0, 4642.0, 4672.0, 4629.0, 4659.0, 4619.0, 4659.0, 4640.0, 4659.0, 4639.0, 4657.0, 4629.0, 4659.0, 4651.0, 4669.0, 4651.0, 4648.0, 4640.0, 4640.0, 4661.0, 4650.0, 4661.0, 4620.0, 4660.0, 4621.0, 4671.0, 4651.0, 4671.0, 4650.0, 4662.0, 4664.0, 4661.0, 4674.0, 4630.0, 4673.0, 4633.0, 4669.0, 4663.0, 4633.0, 4687.0, 4677.0, 4645.0, 4682.0, 4656.0, 4682.0, 4665.0, 4693.0, 4663.0, 4678.0, 4640.0, 4665.0, 4641.0, 4668.0, 4639.0, 4635.0, 4628.0, 4616.0, 4648.0, 4637.0, 4658.0, 4610.0, 4660.0, 4641.0, 4659.0, 4653.0, 4669.0, 4641.0, 4652.0, 4650.0, 4660.0, 4652.0, 4681.0, 4662.0, 4630.0, 4651.0, 4620.0, 4658.0, 4650.0, 4659.0, 4620.0, 4661.0, 4643.0, 4682.0], 'WindowWidth': [10374.0, 10365.0, 10273.0, 10272.0, 10255.0, 10245.0, 10241.0, 10160.0, 10199.0, 10138.0, 10194.0, 10146.0, 10209.0, 10122.0, 10188.0, 10120.0, 10193.0, 10143.0, 10187.0, 10144.0, 10188.0, 10150.0, 10192.0, 10165.0, 10175.0, 10151.0, 10192.0, 10186.0, 10197.0, 10176.0, 10197.0, 10169.0, 10198.0, 10191.0, 10181.0, 10189.0, 10140.0, 10185.0, 10155.0, 10212.0, 10160.0, 10211.0, 10153.0, 10213.0, 10176.0, 10214.0, 10206.0, 10212.0, 10190.0, 10212.0, 10190.0, 10224.0, 10199.0, 10221.0, 10190.0, 10200.0, 10203.0, 10187.0, 10202.0, 10143.0, 10195.0, 10174.0, 10211.0, 10161.0, 10213.0, 10142.0, 10193.0, 10190.0, 10212.0, 10186.0, 10203.0, 10191.0, 10206.0, 10210.0, 10211.0, 10183.0, 10209.0, 10170.0, 10217.0, 10206.0, 10192.0, 10219.0, 10162.0, 10217.0, 10183.0, 10220.0, 10191.0, 10216.0, 10176.0, 10213.0, 10205.0, 10226.0, 10205.0, 10205.0, 10182.0, 10182.0, 10197.0, 10181.0, 10195.0, 10137.0, 10190.0, 10138.0, 10208.0, 10170.0, 10187.0, 10152.0, 10188.0, 10184.0, 10207.0, 10186.0, 10204.0, 10187.0, 10208.0, 10204.0, 10209.0, 10197.0, 10134.0, 10179.0, 10136.0, 10198.0, 10148.0, 10193.0, 10125.0, 10187.0, 10153.0, 10192.0, 10163.0, 10186.0, 10163.0, 10198.0, 10183.0, 10205.0, 10182.0, 10201.0, 10161.0, 10186.0, 10177.0, 10183.0, 10180.0, 10131.0, 10176.0, 10114.0, 10188.0, 10150.0, 10192.0, 10134.0, 10184.0, 10144.0, 10190.0, 10183.0, 10189.0, 10172.0, 10176.0, 10205.0, 10189.0, 10197.0, 10145.0, 10197.0, 10127.0, 10216.0, 10158.0, 10197.0, 10171.0, 10192.0, 10169.0, 10193.0, 10183.0, 10195.0, 10192.0, 10205.0, 10173.0, 10195.0, 10204.0, 10185.0, 10200.0, 10145.0, 10198.0, 10160.0, 10216.0, 10178.0, 10210.0, 10147.0, 10194.0, 10134.0, 10192.0, 10164.0, 10206.0, 10136.0, 10191.0, 10120.0, 10191.0, 10151.0, 10193.0, 10148.0, 10186.0, 10154.0, 10184.0, 10185.0, 10194.0, 10181.0, 10194.0, 10169.0, 10194.0, 10192.0, 10196.0, 10200.0, 10158.0, 10183.0, 10139.0, 10214.0, 10175.0, 10214.0, 10160.0, 10212.0, 10155.0, 10213.0, 10174.0, 10210.0, 10167.0, 10192.0, 10138.0, 10210.0, 10150.0, 10189.0, 10129.0, 10188.0, 10119.0, 10186.0, 10153.0, 10191.0, 10167.0, 10190.0, 10165.0, 10191.0, 10191.0, 10217.0, 10193.0, 10179.0, 10221.0, 10176.0, 10228.0, 10194.0, 10216.0, 10193.0, 10232.0, 10205.0, 10226.0, 10200.0, 10167.0, 10197.0, 10157.0, 10208.0, 10176.0, 10206.0, 10135.0, 10191.0, 10121.0, 10190.0, 10151.0, 10191.0, 10165.0, 10209.0, 10171.0, 10218.0, 10190.0, 10232.0, 10202.0, 10171.0, 10187.0, 10156.0, 10219.0, 10187.0, 10217.0, 10152.0, 10199.0, 10159.0, 10215.0, 10184.0, 10211.0, 10187.0, 10207.0, 10172.0, 10207.0, 10184.0, 10220.0, 10181.0, 10201.0, 10165.0, 10189.0, 10180.0, 10188.0, 10182.0, 10121.0, 10180.0, 10121.0, 10195.0, 10165.0, 10209.0, 10131.0, 10198.0, 10146.0, 10213.0, 10172.0, 10198.0, 10165.0, 10219.0, 10182.0, 10234.0, 10198.0, 10220.0, 10193.0, 10216.0, 10194.0, 10217.0, 10208.0, 10215.0, 10185.0, 10212.0, 10189.0, 10226.0, 10206.0, 10208.0, 10189.0, 10211.0, 10204.0, 10225.0, 10202.0, 10153.0, 10196.0, 10178.0, 10198.0, 10193.0, 10194.0, 10136.0, 10183.0, 10139.0, 10213.0, 10179.0, 10197.0, 10165.0, 10221.0, 10180.0, 10234.0, 10163.0, 10214.0, 10130.0, 10213.0, 10167.0, 10214.0, 10176.0, 10213.0, 10177.0, 10209.0, 10191.0, 10227.0, 10188.0, 10200.0, 10192.0, 10215.0, 10208.0, 10229.0, 10203.0, 10178.0, 10182.0, 10189.0, 10194.0, 10201.0, 10193.0, 10146.0, 10178.0, 10158.0, 10192.0, 10172.0, 10178.0, 10128.0, 10171.0, 10130.0, 10206.0, 10164.0, 10192.0, 10142.0, 10198.0, 10193.0, 10216.0, 10207.0, 10199.0, 10192.0, 10162.0, 10222.0, 10207.0, 10235.0, 10147.0, 10211.0, 10173.0, 10216.0, 10188.0, 10205.0, 10181.0, 10203.0, 10182.0, 10205.0, 10183.0, 10215.0, 10165.0, 10184.0, 10161.0, 10156.0, 10188.0, 10114.0, 10171.0, 10119.0, 10187.0, 10150.0, 10188.0, 10147.0, 10185.0, 10148.0, 10188.0, 10176.0, 10186.0, 10163.0, 10185.0, 10163.0, 10169.0, 10175.0, 10167.0, 10195.0, 10139.0, 10190.0, 10142.0, 10207.0, 10191.0, 10212.0, 10186.0, 10215.0, 10192.0, 10194.0, 10205.0, 10189.0, 10203.0, 10142.0, 10197.0, 10158.0, 10210.0, 10186.0, 10208.0, 10186.0, 10205.0, 10185.0, 10204.0, 10183.0, 10195.0, 10196.0, 10151.0, 10193.0, 10136.0, 10186.0, 10171.0, 10208.0, 10186.0, 10193.0, 10185.0, 10159.0, 10217.0, 10202.0, 10233.0, 10159.0, 10213.0, 10177.0, 10214.0, 10187.0, 10212.0, 10186.0, 10212.0, 10170.0, 10210.0, 10183.0, 10224.0, 10184.0, 10188.0, 10167.0, 10177.0, 10194.0, 10148.0, 10178.0, 10117.0, 10188.0, 10140.0, 10192.0, 10180.0, 10189.0, 10167.0, 10203.0, 10184.0, 10205.0, 10185.0, 10140.0, 10193.0, 10154.0, 10211.0, 10155.0, 10193.0, 10161.0, 10193.0, 10187.0, 10212.0, 10188.0, 10209.0, 10186.0, 10181.0, 10200.0, 10184.0, 10216.0, 10145.0, 10211.0, 10144.0, 10210.0, 10171.0, 10210.0, 10180.0, 10207.0, 10169.0, 10208.0, 10188.0, 10199.0, 10202.0, 10169.0, 10193.0, 10138.0, 10191.0, 10155.0, 10209.0, 10166.0, 10182.0, 10151.0, 10184.0, 10183.0, 10192.0, 10184.0, 10193.0, 10168.0, 10191.0, 10190.0, 10197.0, 10187.0, 10142.0, 10199.0, 10154.0, 10212.0, 10157.0, 10199.0, 10174.0, 10194.0, 10189.0, 10212.0, 10192.0, 10174.0, 10189.0, 10162.0, 10223.0, 10191.0, 10234.0, 10163.0, 10222.0, 10163.0, 10213.0, 10180.0, 10209.0, 10185.0, 10205.0, 10193.0, 10224.0, 10199.0, 10196.0, 10183.0, 10139.0, 10201.0, 10170.0, 10215.0, 10164.0, 10210.0, 10186.0, 10226.0, 10209.0, 10231.0, 10186.0, 10212.0, 10190.0, 10198.0, 10199.0, 10153.0, 10189.0, 10133.0, 10195.0, 10150.0, 10194.0, 10146.0, 10187.0, 10166.0, 10193.0, 10180.0, 10188.0, 10164.0, 10205.0, 10191.0, 10181.0, 10181.0, 10138.0, 10179.0, 10127.0, 10195.0, 10153.0, 10190.0, 10170.0, 10190.0, 10183.0, 10206.0, 10181.0, 10208.0, 10166.0, 10174.0, 10164.0, 10166.0, 10190.0, 10180.0, 10197.0, 10140.0, 10205.0, 10144.0, 10194.0, 10168.0, 10189.0, 10162.0, 10190.0, 10185.0, 10204.0, 10169.0, 10189.0, 10169.0, 10176.0, 10198.0, 10169.0, 10187.0, 10139.0, 10195.0, 10156.0, 10210.0, 10171.0, 10216.0, 10162.0, 10196.0, 10156.0, 10208.0, 10184.0, 10195.0, 10167.0, 10200.0, 10168.0, 10206.0, 10184.0, 10218.0, 10169.0, 10187.0, 10168.0, 10181.0, 10183.0, 10194.0, 10194.0, 10137.0, 10193.0, 10151.0, 10206.0, 10166.0, 10210.0, 10141.0, 10191.0, 10140.0, 10198.0, 10170.0, 10210.0, 10171.0, 10189.0, 10171.0, 10207.0, 10187.0, 10208.0, 10183.0, 10201.0, 10170.0, 10206.0, 10184.0, 10194.0, 10175.0, 10132.0, 10177.0, 10164.0, 10209.0, 10153.0, 10191.0, 10173.0, 10190.0, 10186.0, 10222.0, 10187.0, 10143.0, 10179.0, 10141.0, 10211.0, 10158.0, 10214.0, 10182.0, 10204.0, 10182.0, 10204.0, 10197.0, 10173.0, 10190.0, 10141.0, 10189.0, 10170.0, 10212.0, 10199.0, 10209.0, 10184.0, 10192.0, 10185.0, 10197.0, 10203.0, 10153.0, 10192.0, 10150.0, 10198.0, 10163.0, 10202.0, 10134.0, 10190.0, 10121.0, 10189.0, 10132.0, 10188.0, 10147.0, 10167.0, 10145.0, 10182.0, 10182.0, 10187.0, 10179.0, 10190.0, 10167.0, 10192.0, 10183.0, 10194.0, 10198.0, 10154.0, 10201.0, 10158.0, 10214.0, 10172.0, 10216.0, 10151.0, 10192.0, 10137.0, 10191.0, 10167.0, 10191.0, 10165.0, 10186.0, 10151.0, 10192.0, 10184.0, 10206.0, 10184.0, 10175.0, 10168.0, 10167.0, 10198.0, 10180.0, 10197.0, 10140.0, 10194.0, 10146.0, 10211.0, 10185.0, 10209.0, 10182.0, 10200.0, 10207.0, 10198.0, 10219.0, 10156.0, 10217.0, 10161.0, 10208.0, 10203.0, 10164.0, 10243.0, 10229.0, 10185.0, 10231.0, 10199.0, 10228.0, 10209.0, 10245.0, 10201.0, 10214.0, 10163.0, 10194.0, 10167.0, 10200.0, 10160.0, 10150.0, 10144.0, 10128.0, 10174.0, 10157.0, 10187.0, 10124.0, 10191.0, 10170.0, 10191.0, 10189.0, 10207.0, 10172.0, 10184.0, 10181.0, 10193.0, 10186.0, 10224.0, 10199.0, 10151.0, 10182.0, 10137.0, 10190.0, 10180.0, 10192.0, 10140.0, 10197.0, 10176.0, 10228.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.00040157074340527583</td></tr>
<tr><td colspan=3>aqi</td><td>0.014803747721822542</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.66705360749101</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2555757323649461</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005197689327731</td></tr>
<tr><td colspan=3>efc</td><td>0.4621</td></tr>
<tr><td colspan=3>fber</td><td>7338.1025</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08196262151887389</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.47961630695443647</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4303174191994845</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3525724893648463</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6864168450417405</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2519629231918668</td></tr>
<tr><td colspan=3>gcor</td><td>0.00666155</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008398451842367649</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02209220826625824</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>834</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9063735722160757</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>30.3249</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4027</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.5495</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302520.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>825.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.153</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2215</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.9832</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3870.435</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1052.3756</td></tr>
<tr><td colspan=3>tsnr</td><td>50.7884985730052</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>