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

616 lines
No EOL
106 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-0090_ses-04_task-social_acq-mb8_run-02_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-0090_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0090_suffix-bold_task-social" 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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-02_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-0090/ses-04/func/sub-0090_ses-04_task-social_acq-mb8_run-02_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>f1e19a370394fc6727c41fd8f101f6a9</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>18:16:39.710000</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.999133, 0.0250495, 0.033249, -0.0261632, 0.999096, 0.0334942]</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-02_task-social_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.108059</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7770, -7254, 240, -17, -60, -177, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d71eee6-e40e-4c2a-b997-f6695a553d47||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.680601119995117, -0.07019394636154175, 0.08742575347423553, 111.6570816040039], [-0.0672059878706932, 2.6805026531219482, 0.09270472824573517, -88.20968627929688], [0.08920454233884811, -0.08986254036426544, 2.696991443634033, -87.2504653930664], [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, 872]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['181639.710000', '181640.170000', '181640.630000', '181641.090000', '181641.550000', '181642.010000', '181642.470000', '181642.930000', '181643.390000', '181643.850000', '181644.310000', '181644.770000', '181645.230000', '181645.690000', '181646.150000', '181646.610000', '181647.070000', '181647.530000', '181647.990000', '181648.450000', '181648.910000', '181649.370000', '181649.830000', '181650.290000', '181650.750000', '181651.210000', '181651.670000', '181652.130000', '181652.590000', '181653.050000', '181653.510000', '181653.970000', '181654.430000', '181654.890000', '181655.350000', '181655.810000', '181656.270000', '181656.730000', '181657.190000', '181657.650000', '181658.110000', '181658.570000', '181659.030000', '181659.490000', '181659.950000', '181700.410000', '181700.870000', '181701.330000', '181701.790000', '181702.250000', '181702.710000', '181703.170000', '181703.630000', '181704.090000', '181704.550000', '181705.010000', '181705.470000', '181705.930000', '181706.390000', '181706.850000', '181707.310000', '181707.770000', '181708.230000', '181708.690000', '181709.150000', '181709.610000', '181710.070000', '181710.530000', '181710.990000', '181711.450000', '181711.910000', '181712.370000', '181712.830000', '181713.290000', '181713.750000', '181714.210000', '181714.670000', '181715.130000', '181715.590000', '181716.050000', '181716.510000', '181716.970000', '181717.430000', '181717.890000', '181718.350000', '181718.810000', '181719.270000', '181719.730000', '181720.190000', '181720.650000', '181721.110000', '181721.570000', '181722.030000', '181722.490000', '181722.950000', '181723.410000', '181723.870000', '181724.330000', '181724.790000', '181725.250000', '181725.710000', '181726.170000', '181726.630000', '181727.090000', '181727.550000', '181728.010000', '181728.470000', '181728.930000', '181729.390000', '181729.850000', '181730.310000', '181730.770000', '181731.230000', '181731.690000', '181732.150000', '181732.610000', '181733.070000', '181733.530000', '181733.990000', '181734.450000', '181734.910000', '181735.370000', '181735.830000', '181736.290000', '181736.750000', '181737.210000', '181737.670000', '181738.130000', '181738.590000', '181739.050000', '181739.510000', '181739.970000', '181740.430000', '181740.890000', '181741.350000', '181741.810000', '181742.270000', '181742.730000', '181743.190000', '181743.650000', '181744.110000', '181744.570000', '181745.030000', '181745.490000', '181745.950000', '181746.410000', '181746.870000', '181747.330000', '181747.790000', '181748.250000', '181748.710000', '181749.170000', '181749.630000', '181750.090000', '181750.550000', '181751.010000', '181751.470000', '181751.930000', '181752.390000', '181752.850000', '181753.310000', '181753.770000', '181754.230000', '181754.690000', '181755.150000', '181755.610000', '181756.070000', '181756.530000', '181756.990000', '181757.450000', '181757.910000', '181758.370000', '181758.830000', '181759.290000', '181759.750000', '181800.210000', '181800.670000', '181801.130000', '181801.590000', '181802.050000', '181802.510000', '181802.970000', '181803.430000', '181803.890000', '181804.350000', '181804.810000', '181805.270000', '181805.730000', '181806.190000', '181806.650000', '181807.110000', '181807.570000', '181808.030000', '181808.490000', '181808.950000', '181809.410000', '181809.870000', '181810.330000', '181810.790000', '181811.250000', '181811.710000', '181812.170000', '181812.630000', '181813.090000', '181813.550000', '181814.010000', '181814.470000', '181814.930000', '181815.390000', '181815.850000', '181816.310000', '181816.770000', '181817.230000', '181817.690000', '181818.150000', '181818.610000', '181819.070000', '181819.530000', '181819.990000', '181820.450000', '181820.910000', '181821.370000', '181821.830000', '181822.290000', '181822.750000', '181823.210000', '181823.670000', '181824.130000', '181824.590000', '181825.050000', '181825.510000', '181825.970000', '181826.430000', '181826.890000', '181827.350000', '181827.810000', '181828.270000', '181828.730000', '181829.190000', '181829.650000', '181830.110000', '181830.570000', '181831.030000', '181831.490000', '181831.950000', '181832.410000', '181832.870000', '181833.330000', '181833.790000', '181834.250000', '181834.710000', '181835.170000', '181835.630000', '181836.090000', '181836.550000', '181837.010000', '181837.470000', '181837.930000', '181838.390000', '181838.850000', '181839.310000', '181839.770000', '181840.230000', '181840.690000', '181841.150000', '181841.610000', '181842.070000', '181842.530000', '181842.990000', '181843.450000', '181843.910000', '181844.370000', '181844.830000', '181845.290000', '181845.750000', '181846.210000', '181846.670000', '181847.130000', '181847.590000', '181848.050000', '181848.510000', '181848.970000', '181849.430000', '181849.890000', '181850.350000', '181850.810000', '181851.270000', '181851.730000', '181852.190000', '181852.650000', '181853.110000', '181853.570000', '181854.030000', '181854.490000', '181854.950000', '181855.410000', '181855.870000', '181856.330000', '181856.790000', '181857.250000', '181857.710000', '181858.170000', '181858.630000', '181859.090000', '181859.550000', '181900.010000', '181900.470000', '181900.930000', '181901.390000', '181901.850000', '181902.310000', '181902.770000', '181903.230000', '181903.690000', '181904.150000', '181904.610000', '181905.070000', '181905.530000', '181905.990000', '181906.450000', '181906.910000', '181907.370000', '181907.830000', '181908.290000', '181908.750000', '181909.210000', '181909.670000', '181910.130000', '181910.590000', '181911.050000', '181911.510000', '181911.970000', '181912.430000', '181912.890000', '181913.350000', '181913.810000', '181914.270000', '181914.730000', '181915.190000', '181915.650000', '181916.110000', '181916.570000', '181917.030000', '181917.490000', '181917.950000', '181918.410000', '181918.870000', '181919.330000', '181919.790000', '181920.250000', '181920.710000', '181921.170000', '181921.630000', '181922.090000', '181922.550000', '181923.010000', '181923.470000', '181923.930000', '181924.390000', '181924.850000', '181925.310000', '181925.770000', '181926.230000', '181926.690000', '181927.150000', '181927.610000', '181928.070000', '181928.530000', '181928.990000', '181929.450000', '181929.910000', '181930.370000', '181930.830000', '181931.290000', '181931.750000', '181932.210000', '181932.670000', '181933.130000', '181933.590000', '181934.050000', '181934.510000', '181934.970000', '181935.430000', '181935.890000', '181936.350000', '181936.810000', '181937.270000', '181937.730000', '181938.190000', '181938.650000', '181939.110000', '181939.570000', '181940.030000', '181940.490000', '181940.950000', '181941.410000', '181941.870000', '181942.330000', '181942.790000', '181943.250000', '181943.710000', '181944.170000', '181944.630000', '181945.090000', '181945.550000', '181946.010000', '181946.470000', '181946.930000', '181947.390000', '181947.850000', '181948.310000', '181948.770000', '181949.230000', '181949.690000', '181950.150000', '181950.610000', '181951.070000', '181951.530000', '181951.990000', '181952.450000', '181952.910000', '181953.370000', '181953.830000', '181954.290000', '181954.750000', '181955.210000', '181955.670000', '181956.130000', '181956.590000', '181957.050000', '181957.510000', '181957.970000', '181958.430000', '181958.890000', '181959.350000', '181959.810000', '182000.270000', '182000.730000', '182001.190000', '182001.650000', '182002.110000', '182002.570000', '182003.030000', '182003.490000', '182003.950000', '182004.410000', '182004.870000', '182005.330000', '182005.790000', '182006.250000', '182006.710000', '182007.170000', '182007.630000', '182008.090000', '182008.550000', '182009.010000', '182009.470000', '182009.930000', '182010.390000', '182010.850000', '182011.310000', '182011.770000', '182012.230000', '182012.690000', '182013.150000', '182013.610000', '182014.070000', '182014.530000', '182014.990000', '182015.450000', '182015.910000', '182016.370000', '182016.830000', '182017.290000', '182017.750000', '182018.210000', '182018.670000', '182019.130000', '182019.590000', '182020.050000', '182020.510000', '182020.970000', '182021.430000', '182021.890000', '182022.350000', '182022.810000', '182023.270000', '182023.730000', '182024.190000', '182024.650000', '182025.110000', '182025.570000', '182026.030000', '182026.490000', '182026.950000', '182027.410000', '182027.870000', '182028.330000', '182028.790000', '182029.250000', '182029.710000', '182030.170000', '182030.630000', '182031.090000', '182031.550000', '182032.010000', '182032.470000', '182032.930000', '182033.390000', '182033.850000', '182034.310000', '182034.770000', '182035.230000', '182035.690000', '182036.150000', '182036.610000', '182037.070000', '182037.530000', '182037.990000', '182038.450000', '182038.910000', '182039.370000', '182039.830000', '182040.290000', '182040.750000', '182041.210000', '182041.670000', '182042.130000', '182042.590000', '182043.050000', '182043.510000', '182043.970000', '182044.430000', '182044.890000', '182045.350000', '182045.810000', '182046.270000', '182046.730000', '182047.190000', '182047.650000', '182048.110000', '182048.570000', '182049.030000', '182049.490000', '182049.950000', '182050.410000', '182050.870000', '182051.330000', '182051.790000', '182052.250000', '182052.710000', '182053.170000', '182053.630000', '182054.090000', '182054.550000', '182055.010000', '182055.470000', '182055.930000', '182056.390000', '182056.850000', '182057.310000', '182057.770000', '182058.230000', '182058.690000', '182059.150000', '182059.610000', '182100.070000', '182100.530000', '182100.990000', '182101.450000', '182101.910000', '182102.370000', '182102.830000', '182103.290000', '182103.750000', '182104.210000', '182104.670000', '182105.130000', '182105.590000', '182106.050000', '182106.510000', '182106.970000', '182107.430000', '182107.890000', '182108.350000', '182108.810000', '182109.270000', '182109.730000', '182110.190000', '182110.650000', '182111.110000', '182111.570000', '182112.030000', '182112.490000', '182112.950000', '182113.410000', '182113.870000', '182114.330000', '182114.790000', '182115.250000', '182115.710000', '182116.170000', '182116.630000', '182117.090000', '182117.550000', '182118.010000', '182118.470000', '182118.930000', '182119.390000', '182119.850000', '182120.310000', '182120.770000', '182121.230000', '182121.690000', '182122.150000', '182122.610000', '182123.070000', '182123.530000', '182123.990000', '182124.450000', '182124.910000', '182125.370000', '182125.830000', '182126.290000', '182126.750000', '182127.210000', '182127.670000', '182128.130000', '182128.590000', '182129.050000', '182129.510000', '182129.970000', '182130.430000', '182130.890000', '182131.350000', '182131.810000', '182132.270000', '182132.730000', '182133.190000', '182133.650000', '182134.110000', '182134.570000', '182135.030000', '182135.490000', '182135.950000', '182136.410000', '182136.870000', '182137.330000', '182137.790000', '182138.250000', '182138.710000', '182139.170000', '182139.630000', '182140.090000', '182140.550000', '182141.010000', '182141.470000', '182141.930000', '182142.390000', '182142.850000', '182143.310000', '182143.770000', '182144.230000', '182144.690000', '182145.150000', '182145.610000', '182146.070000', '182146.530000', '182146.990000', '182147.450000', '182147.910000', '182148.370000', '182148.830000', '182149.290000', '182149.750000', '182150.210000', '182150.670000', '182151.130000', '182151.590000', '182152.050000', '182152.510000', '182152.970000', '182153.430000', '182153.890000', '182154.350000', '182154.810000', '182155.270000', '182155.730000', '182156.190000', '182156.650000', '182157.110000', '182157.570000', '182158.030000', '182158.490000', '182158.950000', '182159.410000', '182159.870000', '182200.330000', '182200.790000', '182201.250000', '182201.710000', '182202.170000', '182202.630000', '182203.090000', '182203.550000', '182204.010000', '182204.470000', '182204.930000', '182205.390000', '182205.850000', '182206.310000', '182206.770000', '182207.230000', '182207.690000', '182208.150000', '182208.610000', '182209.070000', '182209.530000', '182209.990000', '182210.450000', '182210.910000', '182211.370000', '182211.830000', '182212.290000', '182212.750000', '182213.210000', '182213.670000', '182214.130000', '182214.590000', '182215.050000', '182215.510000', '182215.970000', '182216.430000', '182216.890000', '182217.350000', '182217.810000', '182218.270000', '182218.730000', '182219.190000', '182219.650000', '182220.110000', '182220.570000', '182221.030000', '182221.490000', '182221.950000', '182222.410000', '182222.870000', '182223.330000', '182223.790000', '182224.250000', '182224.710000', '182225.170000', '182225.630000', '182226.090000', '182226.550000', '182227.010000', '182227.470000', '182227.930000', '182228.390000', '182228.850000', '182229.310000', '182229.770000', '182230.230000', '182230.690000', '182231.150000', '182231.610000', '182232.070000', '182232.530000', '182232.990000', '182233.450000', '182233.910000', '182234.370000', '182234.830000', '182235.290000', '182235.750000', '182236.210000', '182236.670000', '182237.130000', '182237.590000', '182238.050000', '182238.510000', '182238.970000', '182239.430000', '182239.890000', '182240.350000', '182240.810000', '182241.270000', '182241.730000', '182242.190000', '182242.650000', '182243.110000', '182243.570000', '182244.030000', '182244.490000', '182244.950000', '182245.410000', '182245.870000', '182246.330000', '182246.790000', '182247.250000', '182247.710000', '182248.170000', '182248.630000', '182249.090000', '182249.550000', '182250.010000', '182250.470000', '182250.930000', '182251.390000', '182251.850000', '182252.310000', '182252.770000', '182253.230000', '182253.690000', '182254.150000', '182254.610000', '182255.070000', '182255.530000', '182255.990000', '182256.450000', '182256.910000', '182257.370000', '182257.830000', '182258.290000', '182258.750000', '182259.210000', '182259.670000', '182300.130000', '182300.590000', '182301.050000', '182301.510000', '182301.970000', '182302.430000', '182302.890000', '182303.350000', '182303.810000', '182304.270000', '182304.730000', '182305.190000', '182305.650000', '182306.110000', '182306.570000', '182307.030000', '182307.490000', '182307.950000', '182308.410000', '182308.870000', '182309.330000', '182309.790000', '182310.250000', '182310.710000', '182311.170000', '182311.630000', '182312.090000', '182312.550000', '182313.010000', '182313.470000', '182313.930000', '182314.390000', '182314.850000', '182315.310000', '182315.770000', '182316.230000', '182316.690000', '182317.150000', '182317.610000', '182318.070000', '182318.530000', '182318.990000', '182319.450000', '182319.910000', '182320.370000'], 'ContentTime': ['181658.153000', '181658.156000', '181658.159000', '181658.162000', '181658.164000', '181658.167000', '181658.169000', '181658.172000', '181658.175000', '181658.177000', '181658.187000', '181658.189000', '181658.192000', '181658.194000', '181658.197000', '181658.200000', '181658.202000', '181658.205000', '181658.207000', '181658.210000', '181658.212000', '181658.215000', '181658.218000', '181658.221000', '181658.229000', '181658.232000', '181658.235000', '181658.237000', '181658.240000', '181658.242000', '181658.245000', '181658.248000', '181658.250000', '181658.253000', '181658.255000', '181658.258000', '181658.261000', '181658.263000', '181718.124000', '181718.127000', '181718.130000', '181718.133000', '181718.135000', '181718.138000', '181718.141000', '181718.144000', '181718.146000', '181718.149000', '181718.151000', '181718.154000', '181718.157000', '181718.159000', '181718.162000', '181718.165000', '181718.167000', '181718.170000', '181718.172000', '181718.175000', '181718.178000', '181718.180000', '181718.183000', '181718.185000', '181718.188000', '181718.191000', '181718.194000', '181718.197000', '181718.199000', '181718.202000', '181718.204000', '181718.207000', '181718.209000', '181718.212000', '181718.214000', '181718.217000', '181718.220000', '181718.222000', '181718.225000', '181718.227000', '181718.230000', '181718.232000', '181718.235000', '181738.124000', '181738.127000', '181738.130000', '181738.132000', '181738.135000', '181738.137000', '181738.140000', '181738.143000', '181738.145000', '181738.148000', '181738.151000', '181738.153000', '181738.156000', '181738.158000', '181738.161000', '181738.164000', '181738.166000', '181738.169000', '181738.172000', '181738.174000', '181738.177000', '181738.179000', '181738.182000', '181738.185000', '181738.187000', '181738.190000', '181738.192000', '181738.195000', '181738.198000', '181738.200000', '181738.203000', '181738.206000', '181738.208000', '181738.211000', '181738.213000', '181738.216000', '181738.219000', '181738.221000', '181738.224000', '181738.226000', '181738.229000', '181738.231000', '181738.234000', '181738.236000', '181758.125000', '181758.127000', '181758.130000', '181758.133000', '181758.135000', '181758.138000', '181758.140000', '181758.143000', '181758.145000', '181758.148000', '181758.150000', '181758.153000', '181758.155000', '181758.158000', '181758.160000', '181758.163000', '181758.166000', '181758.168000', '181758.171000', '181758.174000', '181758.177000', '181758.187000', '181758.190000', '181758.192000', '181758.195000', '181758.198000', '181758.200000', '181758.203000', '181758.205000', '181758.208000', '181758.234000', '181758.236000', '181758.239000', '181758.242000', '181758.244000', '181758.247000', '181758.249000', '181758.252000', '181758.254000', '181758.257000', '181758.259000', '181758.262000', '181758.264000', '181818.124000', '181818.127000', '181818.129000', '181818.132000', '181818.134000', '181818.137000', '181818.139000', '181818.142000', '181818.144000', '181818.147000', '181818.150000', '181818.152000', '181818.155000', '181818.157000', '181818.160000', '181818.163000', '181818.166000', '181818.168000', '181818.171000', '181818.173000', '181818.176000', '181818.179000', '181818.181000', '181818.184000', '181818.187000', '181818.189000', '181818.192000', '181818.194000', '181818.197000', '181818.200000', '181818.202000', '181818.205000', '181818.208000', '181818.210000', '181818.213000', '181818.216000', '181818.218000', '181818.221000', '181818.223000', '181818.226000', '181818.229000', '181818.231000', '181818.234000', '181818.236000', '181838.124000', '181838.127000', '181838.130000', '181838.133000', '181838.135000', '181838.138000', '181838.141000', '181838.143000', '181838.146000', '181838.148000', '181838.151000', '181838.154000', '181838.156000', '181838.159000', '181838.162000', '181838.164000', '181838.167000', '181838.171000', '181838.174000', '181838.176000', '181838.179000', '181838.181000', '181838.184000', '181838.187000', '181838.190000', '181838.192000', '181838.195000', '181838.197000', '181838.200000', '181838.203000', '181838.205000', '181838.208000', '181838.210000', '181838.213000', '181838.216000', '181838.218000', '181838.221000', '181838.223000', '181838.226000', '181838.229000', '181838.233000', '181838.235000', '181838.238000', '181858.124000', '181858.127000', '181858.130000', '181858.132000', '181858.135000', '181858.137000', '181858.140000', '181858.143000', '181858.145000', '181858.148000', '181858.150000', '181858.153000', '181858.156000', '181858.158000', '181858.161000', '181858.164000', '181858.166000', '181858.169000', '181858.171000', '181858.174000', '181858.177000', '181858.179000', '181858.182000', '181858.184000', '181858.187000', '181858.190000', '181858.192000', '181858.195000', '181858.197000', '181858.200000', '181858.202000', '181858.205000', '181858.208000', '181858.210000', '181858.213000', '181858.216000', '181858.218000', '181858.221000', '181858.223000', '181858.226000', '181858.229000', '181858.231000', '181858.234000', '181858.236000', '181918.124000', '181918.127000', '181918.130000', '181918.133000', '181918.135000', '181918.138000', '181918.140000', '181918.143000', '181918.146000', '181918.148000', '181918.151000', '181918.153000', '181918.156000', '181918.159000', '181918.161000', '181918.164000', '181918.166000', '181918.169000', '181918.172000', '181918.174000', '181918.177000', '181918.180000', '181918.182000', '181918.185000', '181918.187000', '181918.190000', '181918.193000', '181918.195000', '181918.198000', '181918.201000', '181918.203000', '181918.206000', '181918.209000', '181918.212000', '181918.215000', '181918.218000', '181918.221000', '181918.223000', '181918.226000', '181918.228000', '181918.231000', '181918.234000', '181918.236000', '181938.125000', '181938.127000', '181938.130000', '181938.133000', '181938.135000', '181938.138000', '181938.141000', '181938.143000', '181938.146000', '181938.148000', '181938.151000', '181938.154000', '181938.156000', '181938.159000', '181938.162000', '181938.164000', '181938.167000', '181938.169000', '181938.172000', '181938.175000', '181938.177000', '181938.180000', '181938.183000', '181938.185000', '181938.188000', '181938.190000', '181938.248000', '181938.250000', '181938.253000', '181938.255000', '181938.258000', '181938.261000', '181938.263000', '181938.266000', '181938.269000', '181938.271000', '181938.274000', '181938.276000', '181938.279000', '181938.282000', '181938.284000', '181938.287000', '181938.290000', '181938.292000', '181958.125000', '181958.127000', '181958.130000', '181958.133000', '181958.135000', '181958.138000', '181958.141000', '181958.143000', '181958.146000', '181958.148000', '181958.151000', '181958.154000', '181958.156000', '181958.159000', '181958.161000', '181958.164000', '181958.167000', '181958.169000', '181958.172000', '181958.175000', '181958.177000', '181958.180000', '181958.182000', '181958.185000', '181958.188000', '181958.190000', '181958.193000', '181958.196000', '181958.198000', '181958.201000', '181958.203000', '181958.206000', '181958.209000', '181958.211000', '181958.214000', '181958.216000', '181958.219000', '181958.222000', '181958.225000', '181958.227000', '181958.230000', '181958.232000', '181958.236000', '182018.124000', '182018.127000', '182018.130000', '182018.132000', '182018.135000', '182018.137000', '182018.140000', '182018.143000', '182018.145000', '182018.148000', '182018.150000', '182018.153000', '182018.155000', '182018.158000', '182018.161000', '182018.163000', '182018.166000', '182018.169000', '182018.172000', '182018.174000', '182018.177000', '182018.180000', '182018.182000', '182018.185000', '182018.188000', '182018.190000', '182018.193000', '182018.196000', '182018.198000', '182018.201000', '182018.203000', '182018.206000', '182018.209000', '182018.211000', '182018.214000', '182018.216000', '182018.219000', '182018.222000', '182018.224000', '182018.227000', '182018.230000', '182018.232000', '182018.235000', '182018.238000', '182038.123000', '182038.126000', '182038.129000', '182038.132000', '182038.134000', '182038.137000', '182038.140000', '182038.142000', '182038.145000', '182038.148000', '182038.150000', '182038.153000', '182038.156000', '182038.158000', '182038.161000', '182038.163000', '182038.166000', '182038.169000', '182038.171000', '182038.174000', '182038.177000', '182038.179000', '182038.182000', '182038.184000', '182038.187000', '182038.190000', '182038.192000', '182038.195000', '182038.198000', '182038.200000', '182038.203000', '182038.206000', '182038.208000', '182038.211000', '182038.213000', '182038.216000', '182038.219000', '182038.221000', '182038.224000', '182038.227000', '182038.230000', '182038.233000', '182038.236000', '182058.125000', '182058.128000', '182058.130000', '182058.133000', '182058.135000', '182058.138000', '182058.141000', '182058.143000', '182058.146000', '182058.148000', '182058.151000', '182058.154000', '182058.157000', '182058.159000', '182058.162000', '182058.164000', '182058.167000', '182058.170000', '182058.172000', '182058.175000', '182058.178000', '182058.180000', '182058.183000', '182058.185000', '182058.188000', '182058.191000', '182058.193000', '182058.196000', '182058.199000', '182058.201000', '182058.204000', '182058.206000', '182058.209000', '182058.212000', '182058.214000', '182058.217000', '182058.220000', '182058.222000', '182058.225000', '182058.227000', '182058.230000', '182058.233000', '182058.235000', '182058.238000', '182118.125000', '182118.127000', '182118.130000', '182118.133000', '182118.135000', '182118.138000', '182118.141000', '182118.159000', '182118.161000', '182118.164000', '182118.167000', '182118.170000', '182118.172000', '182118.175000', '182118.177000', '182118.180000', '182118.183000', '182118.185000', '182118.188000', '182118.191000', '182118.193000', '182118.196000', '182118.199000', '182118.201000', '182118.204000', '182118.206000', '182118.209000', '182118.212000', '182118.214000', '182118.217000', '182118.220000', '182118.223000', '182118.225000', '182118.228000', '182118.230000', '182118.233000', '182118.236000', '182118.238000', '182118.241000', '182118.244000', '182118.246000', '182118.249000', '182118.251000', '182138.125000', '182138.127000', '182138.130000', '182138.133000', '182138.136000', '182138.138000', '182138.141000', '182138.144000', '182138.146000', '182138.149000', '182138.151000', '182138.154000', '182138.157000', '182138.159000', '182138.162000', '182138.165000', '182138.167000', '182138.170000', '182138.172000', '182138.175000', '182138.178000', '182138.181000', '182138.183000', '182138.186000', '182138.188000', '182138.191000', '182138.193000', '182138.196000', '182138.199000', '182138.201000', '182138.204000', '182138.207000', '182138.209000', '182138.212000', '182138.214000', '182138.217000', '182138.220000', '182138.222000', '182138.225000', '182138.228000', '182138.230000', '182138.233000', '182138.236000', '182138.238000', '182158.124000', '182158.128000', '182158.130000', '182158.133000', '182158.135000', '182158.138000', '182158.141000', '182158.143000', '182158.146000', '182158.149000', '182158.151000', '182158.154000', '182158.156000', '182158.159000', '182158.162000', '182158.164000', '182158.167000', '182158.170000', '182158.172000', '182158.175000', '182158.178000', '182158.180000', '182158.183000', '182158.186000', '182158.188000', '182158.191000', '182158.194000', '182158.196000', '182158.199000', '182158.202000', '182158.204000', '182158.207000', '182158.209000', '182158.212000', '182158.215000', '182158.217000', '182158.220000', '182158.222000', '182158.225000', '182158.227000', '182158.230000', '182158.233000', '182158.235000', '182218.124000', '182218.127000', '182218.130000', '182218.133000', '182218.136000', '182218.138000', '182218.141000', '182218.144000', '182218.146000', '182218.149000', '182218.151000', '182218.154000', '182218.157000', '182218.159000', '182218.162000', '182218.165000', '182218.168000', '182218.170000', '182218.173000', '182218.176000', '182218.178000', '182218.181000', '182218.184000', '182218.186000', '182218.189000', '182218.191000', '182218.194000', '182218.197000', '182218.199000', '182218.202000', '182218.205000', '182218.207000', '182218.210000', '182218.213000', '182218.215000', '182218.218000', '182218.220000', '182218.223000', '182218.226000', '182218.228000', '182218.231000', '182218.233000', '182218.236000', '182218.238000', '182238.125000', '182238.128000', '182238.130000', '182238.133000', '182238.136000', '182238.138000', '182238.141000', '182238.144000', '182238.146000', '182238.149000', '182238.152000', '182238.154000', '182238.157000', '182238.159000', '182238.162000', '182238.165000', '182238.167000', '182238.179000', '182238.181000', '182238.185000', '182238.188000', '182238.191000', '182238.193000', '182238.196000', '182238.198000', '182238.201000', '182238.204000', '182238.206000', '182238.209000', '182238.212000', '182238.214000', '182238.217000', '182238.220000', '182238.222000', '182238.225000', '182238.228000', '182238.230000', '182238.233000', '182238.235000', '182238.238000', '182238.241000', '182238.243000', '182238.246000', '182258.124000', '182258.127000', '182258.129000', '182258.132000', '182258.134000', '182258.137000', '182258.139000', '182258.142000', '182258.145000', '182258.147000', '182258.150000', '182258.152000', '182258.155000', '182258.157000', '182258.160000', '182258.163000', '182258.165000', '182258.168000', '182258.171000', '182258.173000', '182258.176000', '182258.178000', '182258.181000', '182258.184000', '182258.186000', '182258.189000', '182258.192000', '182258.194000', '182258.197000', '182258.199000', '182258.202000', '182258.205000', '182258.207000', '182258.210000', '182258.213000', '182258.215000', '182258.218000', '182258.220000', '182258.224000', '182258.227000', '182258.229000', '182258.233000', '182258.236000', '182318.125000', '182318.128000', '182318.130000', '182318.133000', '182318.136000', '182318.138000', '182318.141000', '182318.144000', '182318.147000', '182318.149000', '182318.152000', '182318.154000', '182318.157000', '182318.160000', '182318.162000', '182318.165000', '182318.168000', '182318.170000', '182318.173000', '182318.176000', '182318.178000', '182318.181000', '182318.183000', '182318.186000', '182318.189000', '182318.191000', '182318.194000', '182318.196000', '182318.199000', '182318.202000', '182318.204000', '182318.207000', '182318.210000', '182318.212000', '182318.215000', '182318.217000', '182318.220000', '182318.223000', '182318.225000', '182318.228000', '182318.231000', '182318.233000', '182318.236000', '182318.238000', '182321.557000', '182321.560000', '182321.563000', '182321.566000', '182321.569000', '182321.572000', '182321.575000', '182321.585000'], 'InstanceCreationTime': ['181658.153000', '181658.156000', '181658.159000', '181658.162000', '181658.164000', '181658.167000', '181658.169000', '181658.172000', '181658.175000', '181658.177000', '181658.187000', '181658.189000', '181658.192000', '181658.194000', '181658.197000', '181658.200000', '181658.202000', '181658.205000', '181658.207000', '181658.210000', '181658.212000', '181658.215000', '181658.218000', '181658.221000', '181658.229000', '181658.232000', '181658.235000', '181658.237000', '181658.240000', '181658.242000', '181658.245000', '181658.248000', '181658.250000', '181658.253000', '181658.255000', '181658.258000', '181658.261000', '181658.263000', '181718.124000', '181718.127000', '181718.130000', '181718.133000', '181718.135000', '181718.138000', '181718.141000', '181718.144000', '181718.146000', '181718.149000', '181718.151000', '181718.154000', '181718.157000', '181718.159000', '181718.162000', '181718.165000', '181718.167000', '181718.170000', '181718.172000', '181718.175000', '181718.178000', '181718.180000', '181718.183000', '181718.185000', '181718.188000', '181718.191000', '181718.194000', '181718.197000', '181718.199000', '181718.202000', '181718.204000', '181718.207000', '181718.209000', '181718.212000', '181718.214000', '181718.217000', '181718.220000', '181718.222000', '181718.225000', '181718.227000', '181718.230000', '181718.232000', '181718.235000', '181738.124000', '181738.127000', '181738.130000', '181738.132000', '181738.135000', '181738.137000', '181738.140000', '181738.143000', '181738.145000', '181738.148000', '181738.151000', '181738.153000', '181738.156000', '181738.158000', '181738.161000', '181738.164000', '181738.166000', '181738.169000', '181738.172000', '181738.174000', '181738.177000', '181738.179000', '181738.182000', '181738.185000', '181738.187000', '181738.190000', '181738.192000', '181738.195000', '181738.198000', '181738.200000', '181738.203000', '181738.206000', '181738.208000', '181738.211000', '181738.213000', '181738.216000', '181738.219000', '181738.221000', '181738.224000', '181738.226000', '181738.229000', '181738.231000', '181738.234000', '181738.236000', '181758.125000', '181758.127000', '181758.130000', '181758.133000', '181758.135000', '181758.138000', '181758.140000', '181758.143000', '181758.145000', '181758.148000', '181758.150000', '181758.153000', '181758.155000', '181758.158000', '181758.160000', '181758.163000', '181758.166000', '181758.168000', '181758.171000', '181758.174000', '181758.177000', '181758.187000', '181758.190000', '181758.192000', '181758.195000', '181758.198000', '181758.200000', '181758.203000', '181758.205000', '181758.208000', '181758.234000', '181758.236000', '181758.239000', '181758.242000', '181758.244000', '181758.247000', '181758.249000', '181758.252000', '181758.254000', '181758.257000', '181758.259000', '181758.262000', '181758.264000', '181818.124000', '181818.127000', '181818.129000', '181818.132000', '181818.134000', '181818.137000', '181818.139000', '181818.142000', '181818.144000', '181818.147000', '181818.150000', '181818.152000', '181818.155000', '181818.157000', '181818.160000', '181818.163000', '181818.166000', '181818.168000', '181818.171000', '181818.173000', '181818.176000', '181818.179000', '181818.181000', '181818.184000', '181818.187000', '181818.189000', '181818.192000', '181818.194000', '181818.197000', '181818.200000', '181818.202000', '181818.205000', '181818.208000', '181818.210000', '181818.213000', '181818.216000', '181818.218000', '181818.221000', '181818.223000', '181818.226000', '181818.229000', '181818.231000', '181818.234000', '181818.236000', '181838.124000', '181838.127000', '181838.130000', '181838.133000', '181838.135000', '181838.138000', '181838.141000', '181838.143000', '181838.146000', '181838.148000', '181838.151000', '181838.154000', '181838.156000', '181838.159000', '181838.162000', '181838.164000', '181838.167000', '181838.171000', '181838.174000', '181838.176000', '181838.179000', '181838.181000', '181838.184000', '181838.187000', '181838.190000', '181838.192000', '181838.195000', '181838.197000', '181838.200000', '181838.203000', '181838.205000', '181838.208000', '181838.210000', '181838.213000', '181838.216000', '181838.218000', '181838.221000', '181838.223000', '181838.226000', '181838.229000', '181838.233000', '181838.235000', '181838.238000', '181858.124000', '181858.127000', '181858.130000', '181858.132000', '181858.135000', '181858.137000', '181858.140000', '181858.143000', '181858.145000', '181858.148000', '181858.150000', '181858.153000', '181858.156000', '181858.158000', '181858.161000', '181858.164000', '181858.166000', '181858.169000', '181858.171000', '181858.174000', '181858.177000', '181858.179000', '181858.182000', '181858.184000', '181858.187000', '181858.190000', '181858.192000', '181858.195000', '181858.197000', '181858.200000', '181858.202000', '181858.205000', '181858.208000', '181858.210000', '181858.213000', '181858.216000', '181858.218000', '181858.221000', '181858.223000', '181858.226000', '181858.229000', '181858.231000', '181858.234000', '181858.236000', '181918.124000', '181918.127000', '181918.130000', '181918.133000', '181918.135000', '181918.138000', '181918.140000', '181918.143000', '181918.146000', '181918.148000', '181918.151000', '181918.153000', '181918.156000', '181918.159000', '181918.161000', '181918.164000', '181918.166000', '181918.169000', '181918.172000', '181918.174000', '181918.177000', '181918.180000', '181918.182000', '181918.185000', '181918.187000', '181918.190000', '181918.193000', '181918.195000', '181918.198000', '181918.201000', '181918.203000', '181918.206000', '181918.209000', '181918.212000', '181918.215000', '181918.218000', '181918.221000', '181918.223000', '181918.226000', '181918.228000', '181918.231000', '181918.234000', '181918.236000', '181938.125000', '181938.127000', '181938.130000', '181938.133000', '181938.135000', '181938.138000', '181938.141000', '181938.143000', '181938.146000', '181938.148000', '181938.151000', '181938.154000', '181938.156000', '181938.159000', '181938.162000', '181938.164000', '181938.167000', '181938.169000', '181938.172000', '181938.175000', '181938.177000', '181938.180000', '181938.183000', '181938.185000', '181938.188000', '181938.190000', '181938.248000', '181938.250000', '181938.253000', '181938.255000', '181938.258000', '181938.261000', '181938.263000', '181938.266000', '181938.269000', '181938.271000', '181938.274000', '181938.276000', '181938.279000', '181938.282000', '181938.284000', '181938.287000', '181938.290000', '181938.292000', '181958.125000', '181958.127000', '181958.130000', '181958.133000', '181958.135000', '181958.138000', '181958.141000', '181958.143000', '181958.146000', '181958.148000', '181958.151000', '181958.154000', '181958.156000', '181958.159000', '181958.161000', '181958.164000', '181958.167000', '181958.169000', '181958.172000', '181958.175000', '181958.177000', '181958.180000', '181958.182000', '181958.185000', '181958.188000', '181958.190000', '181958.193000', '181958.196000', '181958.198000', '181958.201000', '181958.203000', '181958.206000', '181958.209000', '181958.211000', '181958.214000', '181958.216000', '181958.219000', '181958.222000', '181958.225000', '181958.227000', '181958.230000', '181958.232000', '181958.236000', '182018.124000', '182018.127000', '182018.130000', '182018.132000', '182018.135000', '182018.137000', '182018.140000', '182018.143000', '182018.145000', '182018.148000', '182018.150000', '182018.153000', '182018.155000', '182018.158000', '182018.161000', '182018.163000', '182018.166000', '182018.169000', '182018.172000', '182018.174000', '182018.177000', '182018.180000', '182018.182000', '182018.185000', '182018.188000', '182018.190000', '182018.193000', '182018.196000', '182018.198000', '182018.201000', '182018.203000', '182018.206000', '182018.209000', '182018.211000', '182018.214000', '182018.216000', '182018.219000', '182018.222000', '182018.224000', '182018.227000', '182018.230000', '182018.232000', '182018.235000', '182018.238000', '182038.123000', '182038.126000', '182038.129000', '182038.132000', '182038.134000', '182038.137000', '182038.140000', '182038.142000', '182038.145000', '182038.148000', '182038.150000', '182038.153000', '182038.156000', '182038.158000', '182038.161000', '182038.163000', '182038.166000', '182038.169000', '182038.171000', '182038.174000', '182038.177000', '182038.179000', '182038.182000', '182038.184000', '182038.187000', '182038.190000', '182038.192000', '182038.195000', '182038.198000', '182038.200000', '182038.203000', '182038.206000', '182038.208000', '182038.211000', '182038.213000', '182038.216000', '182038.219000', '182038.221000', '182038.224000', '182038.227000', '182038.230000', '182038.233000', '182038.236000', '182058.125000', '182058.128000', '182058.130000', '182058.133000', '182058.135000', '182058.138000', '182058.141000', '182058.143000', '182058.146000', '182058.148000', '182058.151000', '182058.154000', '182058.157000', '182058.159000', '182058.162000', '182058.164000', '182058.167000', '182058.170000', '182058.172000', '182058.175000', '182058.178000', '182058.180000', '182058.183000', '182058.185000', '182058.188000', '182058.191000', '182058.193000', '182058.196000', '182058.199000', '182058.201000', '182058.204000', '182058.206000', '182058.209000', '182058.212000', '182058.214000', '182058.217000', '182058.220000', '182058.222000', '182058.225000', '182058.227000', '182058.230000', '182058.233000', '182058.235000', '182058.238000', '182118.125000', '182118.127000', '182118.130000', '182118.133000', '182118.135000', '182118.138000', '182118.141000', '182118.159000', '182118.161000', '182118.164000', '182118.167000', '182118.170000', '182118.172000', '182118.175000', '182118.177000', '182118.180000', '182118.183000', '182118.185000', '182118.188000', '182118.191000', '182118.193000', '182118.196000', '182118.199000', '182118.201000', '182118.204000', '182118.206000', '182118.209000', '182118.212000', '182118.214000', '182118.217000', '182118.220000', '182118.223000', '182118.225000', '182118.228000', '182118.230000', '182118.233000', '182118.236000', '182118.238000', '182118.241000', '182118.244000', '182118.246000', '182118.249000', '182118.251000', '182138.125000', '182138.127000', '182138.130000', '182138.133000', '182138.136000', '182138.138000', '182138.141000', '182138.144000', '182138.146000', '182138.149000', '182138.151000', '182138.154000', '182138.157000', '182138.159000', '182138.162000', '182138.165000', '182138.167000', '182138.170000', '182138.172000', '182138.175000', '182138.178000', '182138.181000', '182138.183000', '182138.186000', '182138.188000', '182138.191000', '182138.193000', '182138.196000', '182138.199000', '182138.201000', '182138.204000', '182138.207000', '182138.209000', '182138.212000', '182138.214000', '182138.217000', '182138.220000', '182138.222000', '182138.225000', '182138.228000', '182138.230000', '182138.233000', '182138.236000', '182138.238000', '182158.124000', '182158.128000', '182158.130000', '182158.133000', '182158.135000', '182158.138000', '182158.141000', '182158.143000', '182158.146000', '182158.149000', '182158.151000', '182158.154000', '182158.156000', '182158.159000', '182158.162000', '182158.164000', '182158.167000', '182158.170000', '182158.172000', '182158.175000', '182158.178000', '182158.180000', '182158.183000', '182158.186000', '182158.188000', '182158.191000', '182158.194000', '182158.196000', '182158.199000', '182158.202000', '182158.204000', '182158.207000', '182158.209000', '182158.212000', '182158.215000', '182158.217000', '182158.220000', '182158.222000', '182158.225000', '182158.227000', '182158.230000', '182158.233000', '182158.235000', '182218.124000', '182218.127000', '182218.130000', '182218.133000', '182218.136000', '182218.138000', '182218.141000', '182218.144000', '182218.146000', '182218.149000', '182218.151000', '182218.154000', '182218.157000', '182218.159000', '182218.162000', '182218.165000', '182218.168000', '182218.170000', '182218.173000', '182218.176000', '182218.178000', '182218.181000', '182218.184000', '182218.186000', '182218.189000', '182218.191000', '182218.194000', '182218.197000', '182218.199000', '182218.202000', '182218.205000', '182218.207000', '182218.210000', '182218.213000', '182218.215000', '182218.218000', '182218.220000', '182218.223000', '182218.226000', '182218.228000', '182218.231000', '182218.233000', '182218.236000', '182218.238000', '182238.125000', '182238.128000', '182238.130000', '182238.133000', '182238.136000', '182238.138000', '182238.141000', '182238.144000', '182238.146000', '182238.149000', '182238.152000', '182238.154000', '182238.157000', '182238.159000', '182238.162000', '182238.165000', '182238.167000', '182238.179000', '182238.181000', '182238.185000', '182238.188000', '182238.191000', '182238.193000', '182238.196000', '182238.198000', '182238.201000', '182238.204000', '182238.206000', '182238.209000', '182238.212000', '182238.214000', '182238.217000', '182238.220000', '182238.222000', '182238.225000', '182238.228000', '182238.230000', '182238.233000', '182238.235000', '182238.238000', '182238.241000', '182238.243000', '182238.246000', '182258.124000', '182258.127000', '182258.129000', '182258.132000', '182258.134000', '182258.137000', '182258.139000', '182258.142000', '182258.145000', '182258.147000', '182258.150000', '182258.152000', '182258.155000', '182258.157000', '182258.160000', '182258.163000', '182258.165000', '182258.168000', '182258.171000', '182258.173000', '182258.176000', '182258.178000', '182258.181000', '182258.184000', '182258.186000', '182258.189000', '182258.192000', '182258.194000', '182258.197000', '182258.199000', '182258.202000', '182258.205000', '182258.207000', '182258.210000', '182258.213000', '182258.215000', '182258.218000', '182258.220000', '182258.224000', '182258.227000', '182258.229000', '182258.233000', '182258.236000', '182318.125000', '182318.128000', '182318.130000', '182318.133000', '182318.136000', '182318.138000', '182318.141000', '182318.144000', '182318.147000', '182318.149000', '182318.152000', '182318.154000', '182318.157000', '182318.160000', '182318.162000', '182318.165000', '182318.168000', '182318.170000', '182318.173000', '182318.176000', '182318.178000', '182318.181000', '182318.183000', '182318.186000', '182318.189000', '182318.191000', '182318.194000', '182318.196000', '182318.199000', '182318.202000', '182318.204000', '182318.207000', '182318.210000', '182318.212000', '182318.215000', '182318.217000', '182318.220000', '182318.223000', '182318.225000', '182318.228000', '182318.231000', '182318.233000', '182318.236000', '182318.238000', '182321.557000', '182321.560000', '182321.563000', '182321.566000', '182321.569000', '182321.572000', '182321.575000', '182321.585000'], '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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [12980, 9865, 13798, 12089, 12967, 12402, 10729, 13112, 11302, 11890, 11982, 10126, 12955, 10717, 10859, 12307, 9898, 13528, 11066, 11773, 11471, 9078, 13379, 12241, 12934, 10823, 11303, 11795, 8957, 13047, 9381, 12551, 11323, 10047, 12431, 8686, 13050, 10318, 12941, 11656, 8688, 12377, 8034, 13273, 11843, 9085, 11389, 8135, 13401, 10880, 14021, 11557, 8044, 12519, 7927, 13189, 10419, 12710, 10825, 9197, 11585, 8238, 12872, 8398, 12190, 8730, 12665, 10889, 12769, 11377, 8119, 11559, 8898, 12378, 11383, 7834, 12725, 9558, 12421, 11089, 9473, 11935, 8503, 12928, 9489, 12219, 10899, 8299, 13083, 10227, 9314, 11472, 8114, 12383, 12044, 9168, 12979, 11305, 8344, 13257, 11342, 12863, 12149, 10979, 13377, 10627, 13300, 12220, 12238, 12919, 10861, 12815, 11092, 12378, 11268, 13409, 11367, 10349, 11553, 8896, 12126, 8952, 13273, 9489, 13102, 10032, 11857, 11169, 10186, 11321, 7908, 13229, 9987, 12035, 11235, 7894, 13096, 9836, 13087, 11117, 8225, 12910, 8242, 14458, 11470, 12343, 11085, 8107, 12768, 9032, 13517, 11487, 8111, 12703, 9292, 13541, 11802, 8458, 12756, 9526, 13065, 11733, 8864, 13359, 9507, 12316, 11481, 8084, 13696, 11663, 9016, 12050, 8613, 13349, 11679, 8723, 13177, 10620, 11479, 12161, 7997, 13290, 11094, 13125, 11239, 8835, 12429, 8638, 13924, 11234, 8689, 12168, 7998, 13370, 10837, 13729, 11147, 8082, 12387, 8276, 13477, 10335, 13119, 11315, 8382, 12087, 7963, 13379, 11053, 11882, 12019, 8711, 13034, 10495, 9055, 12097, 9002, 13610, 11778, 7979, 13668, 11064, 10199, 12977, 9790, 13943, 11598, 8361, 13928, 10895, 13195, 12422, 9714, 13459, 11716, 8672, 14037, 11434, 9680, 12361, 10597, 14728, 11839, 10270, 13138, 9946, 13628, 12063, 8400, 14134, 11525, 9171, 13085, 10863, 9262, 13850, 11052, 8250, 14080, 11075, 13275, 12994, 9985, 13445, 11143, 9505, 12882, 8206, 13581, 10360, 13583, 11680, 9390, 11719, 8008, 13325, 8908, 13624, 11835, 8518, 12298, 8206, 13518, 11518, 10246, 12750, 9114, 13821, 11135, 8771, 13066, 9027, 14783, 11453, 11148, 12288, 8256, 14121, 11836, 8949, 12502, 8820, 13402, 12115, 9078, 13030, 9698, 13634, 12044, 8636, 14307, 11338, 11056, 12063, 8792, 14050, 11587, 12101, 12462, 10103, 13847, 9950, 14167, 11912, 8370, 12811, 8308, 13919, 12122, 9518, 12229, 8191, 13928, 11470, 11255, 12885, 8837, 13989, 10577, 13787, 11741, 13307, 12527, 10143, 13273, 9666, 13424, 10197, 12806, 11176, 12741, 12017, 8931, 12923, 9396, 13142, 11177, 9408, 13033, 8948, 13010, 11235, 9092, 13131, 9366, 13324, 11377, 8260, 13102, 10193, 13970, 11703, 8200, 13778, 11234, 10758, 12744, 9309, 13613, 11852, 8543, 14118, 11141, 10977, 12273, 9096, 14319, 11343, 8442, 13162, 10080, 13236, 12418, 8972, 13086, 11097, 8556, 13928, 10861, 12835, 11799, 8511, 13806, 11689, 13443, 11334, 9811, 13359, 9793, 13718, 11701, 9879, 12460, 8566, 13927, 10889, 13191, 11708, 9579, 13069, 10719, 7869, 12914, 10391, 11494, 12183, 8178, 13562, 11289, 9045, 13372, 9657, 12679, 11376, 8287, 13921, 11057, 11667, 11628, 7826, 13603, 11073, 10144, 11590, 8032, 13632, 11238, 12012, 12613, 8714, 13258, 10858, 11097, 13069, 9530, 12121, 11723, 8052, 12912, 11805, 9585, 11840, 12859, 10543, 9240, 13211, 9267, 14262, 12752, 10962, 12870, 11259, 13617, 11964, 14182, 11922, 9149, 12159, 8065, 14184, 11736, 8731, 12617, 9221, 12742, 12084, 8881, 14006, 10782, 13158, 12645, 8610, 13950, 12942, 14428, 12359, 10519, 13483, 11702, 14644, 12389, 9837, 14093, 10837, 11945, 12642, 9896, 12579, 12134, 8741, 14586, 11920, 8221, 13899, 11480, 10908, 13556, 9749, 13879, 11914, 9408, 14590, 11346, 8521, 13002, 9945, 11350, 13036, 10181, 10353, 13335, 10487, 12940, 13033, 9404, 14330, 12097, 9736, 14234, 10644, 12798, 12097, 8879, 13556, 9230, 14515, 12464, 10105, 13049, 9087, 12987, 12130, 8571, 13576, 9204, 14360, 12611, 9382, 12698, 8387, 13728, 11892, 9650, 12877, 9091, 13381, 12092, 8642, 14949, 11889, 8646, 13324, 9813, 14461, 12913, 9830, 13972, 12046, 9078, 14199, 11469, 13318, 12667, 9054, 14449, 12221, 9860, 13694, 10591, 12713, 12406, 9174, 15169, 12500, 11869, 12378, 9002, 14381, 12299, 9994, 12394, 9459, 13207, 12164, 9197, 14350, 12153, 8554, 14019, 11196, 12795, 13197, 9204, 14563, 12192, 10556, 13909, 10854, 14151, 12129, 8935, 14244, 10054, 14044, 12752, 9278, 13875, 9984, 13659, 12531, 9600, 13057, 11308, 8082, 13613, 11781, 9853, 12997, 10836, 8704, 14123, 11379, 9699, 13459, 10321, 11234, 13762, 10436, 14199, 12667, 8886, 14003, 12643, 9629, 14548, 11592, 8370, 15729, 11969, 10461, 14371, 11644, 9074, 12455, 12637, 10341, 11672, 13264, 10404, 11093, 14077, 10746, 13308, 12472, 9692, 14312, 12104, 10034, 14405, 11209, 9907, 13178, 9409, 13715, 13047, 9732, 12788, 12651, 9249, 14409, 12722, 8910, 14555, 12076, 10404, 14625, 11061, 11724, 12457, 9092, 14497, 12568, 9203, 13947, 10961, 11027, 13216, 9762, 13655, 12248, 8471, 14407, 11941, 10936, 13645, 10289, 11310, 13349, 9010, 14547, 12823, 9860, 14204, 11720, 8426, 14996, 12937, 8949, 14223, 11505, 9437, 14416, 11677, 8858, 14126, 11721, 8960, 14346, 12071, 8888, 14169, 11181, 11285, 14321, 11240, 9574, 13091, 11225, 12222, 13148, 10315, 9665, 13798, 11312, 9884, 13585, 9852, 14405, 12839, 9638, 14581, 11832, 9093, 14445, 10628, 13945, 12465, 9312, 13844, 10213, 12603, 11934, 8553, 14160, 12165, 9152, 14361, 11880, 8340, 14162, 11692, 9530, 14003, 10433, 11664, 12926, 8847, 14866, 12504, 8767, 13683, 11063, 10879, 13600, 10435, 12631, 12370, 8460, 14870, 12747, 9908, 13334, 9293, 13964, 12534, 9260, 13575, 11257, 8977, 14126, 11402, 10005, 13242, 10427, 12032, 13476, 9889, 14830, 12605, 8939, 14152, 10767, 14549, 12633, 11016, 13406, 10626, 13896, 12550, 9012, 14807, 11740, 10819, 13245, 8704, 14691, 12229, 12545, 13140, 9112, 14571, 11522, 13345, 12940, 9248, 13871, 10556, 12438, 12109, 8656, 14629, 12151, 10085, 13842, 11049, 8367, 13605, 11486, 10011, 14205, 11356, 12634, 12950, 9149, 14573, 12700, 10062, 13849, 11944, 8576, 14518, 11876], 'WindowCenter': [4655.0, 4607.0, 4627.0, 4612.0, 4608.0, 4596.0, 4577.0, 4595.0, 4587.0, 4583.0, 4585.0, 4576.0, 4592.0, 4575.0, 4573.0, 4585.0, 4564.0, 4593.0, 4574.0, 4581.0, 4572.0, 4552.0, 4592.0, 4582.0, 4581.0, 4562.0, 4569.0, 4571.0, 4550.0, 4580.0, 4549.0, 4580.0, 4570.0, 4559.0, 4581.0, 4538.0, 4580.0, 4559.0, 4582.0, 4569.0, 4540.0, 4580.0, 4530.0, 4590.0, 4583.0, 4554.0, 4584.0, 4541.0, 4592.0, 4572.0, 4602.0, 4585.0, 4539.0, 4583.0, 4543.0, 4593.0, 4575.0, 4592.0, 4573.0, 4553.0, 4584.0, 4543.0, 4595.0, 4552.0, 4584.0, 4542.0, 4579.0, 4573.0, 4580.0, 4572.0, 4542.0, 4572.0, 4551.0, 4582.0, 4583.0, 4544.0, 4596.0, 4565.0, 4595.0, 4586.0, 4564.0, 4584.0, 4553.0, 4594.0, 4564.0, 4584.0, 4576.0, 4555.0, 4595.0, 4575.0, 4566.0, 4586.0, 4555.0, 4609.0, 4609.0, 4580.0, 4610.0, 4598.0, 4571.0, 4619.0, 4599.0, 4609.0, 4596.0, 4586.0, 4605.0, 4577.0, 4604.0, 4595.0, 4597.0, 4595.0, 4573.0, 4592.0, 4572.0, 4582.0, 4574.0, 4591.0, 4573.0, 4562.0, 4571.0, 4540.0, 4568.0, 4539.0, 4580.0, 4549.0, 4579.0, 4549.0, 4568.0, 4559.0, 4559.0, 4569.0, 4540.0, 4591.0, 4562.0, 4579.0, 4573.0, 4542.0, 4593.0, 4564.0, 4593.0, 4583.0, 4545.0, 4593.0, 4553.0, 4606.0, 4585.0, 4592.0, 4572.0, 4543.0, 4594.0, 4564.0, 4605.0, 4585.0, 4543.0, 4593.0, 4564.0, 4605.0, 4596.0, 4553.0, 4595.0, 4565.0, 4595.0, 4584.0, 4556.0, 4595.0, 4564.0, 4582.0, 4582.0, 4542.0, 4602.0, 4586.0, 4553.0, 4594.0, 4555.0, 4606.0, 4586.0, 4563.0, 4606.0, 4586.0, 4584.0, 4593.0, 4545.0, 4605.0, 4585.0, 4593.0, 4585.0, 4553.0, 4580.0, 4554.0, 4603.0, 4572.0, 4552.0, 4581.0, 4543.0, 4592.0, 4574.0, 4593.0, 4572.0, 4544.0, 4581.0, 4541.0, 4592.0, 4572.0, 4593.0, 4573.0, 4541.0, 4583.0, 4543.0, 4590.0, 4584.0, 4583.0, 4584.0, 4554.0, 4593.0, 4575.0, 4565.0, 4594.0, 4565.0, 4604.0, 4597.0, 4557.0, 4607.0, 4596.0, 4586.0, 4608.0, 4587.0, 4616.0, 4597.0, 4556.0, 4605.0, 4584.0, 4606.0, 4597.0, 4575.0, 4607.0, 4594.0, 4554.0, 4606.0, 4586.0, 4563.0, 4594.0, 4575.0, 4614.0, 4585.0, 4573.0, 4593.0, 4574.0, 4592.0, 4583.0, 4542.0, 4603.0, 4584.0, 4562.0, 4603.0, 4585.0, 4565.0, 4604.0, 4585.0, 4556.0, 4604.0, 4585.0, 4603.0, 4596.0, 4576.0, 4595.0, 4575.0, 4565.0, 4583.0, 4543.0, 4593.0, 4562.0, 4592.0, 4572.0, 4551.0, 4571.0, 4529.0, 4590.0, 4551.0, 4590.0, 4582.0, 4552.0, 4582.0, 4541.0, 4592.0, 4582.0, 4574.0, 4595.0, 4565.0, 4604.0, 4585.0, 4554.0, 4603.0, 4566.0, 4616.0, 4587.0, 4583.0, 4595.0, 4556.0, 4608.0, 4597.0, 4566.0, 4595.0, 4566.0, 4607.0, 4597.0, 4565.0, 4596.0, 4565.0, 4604.0, 4596.0, 4556.0, 4605.0, 4584.0, 4583.0, 4583.0, 4554.0, 4604.0, 4585.0, 4581.0, 4583.0, 4573.0, 4604.0, 4562.0, 4591.0, 4584.0, 4543.0, 4593.0, 4553.0, 4592.0, 4584.0, 4562.0, 4583.0, 4552.0, 4604.0, 4584.0, 4582.0, 4595.0, 4564.0, 4603.0, 4574.0, 4593.0, 4584.0, 4591.0, 4583.0, 4562.0, 4581.0, 4552.0, 4590.0, 4561.0, 4579.0, 4572.0, 4581.0, 4582.0, 4550.0, 4582.0, 4552.0, 4580.0, 4572.0, 4552.0, 4591.0, 4552.0, 4593.0, 4574.0, 4564.0, 4594.0, 4565.0, 4604.0, 4586.0, 4554.0, 4606.0, 4575.0, 4604.0, 4594.0, 4556.0, 4607.0, 4596.0, 4588.0, 4608.0, 4579.0, 4607.0, 4596.0, 4566.0, 4618.0, 4587.0, 4587.0, 4597.0, 4567.0, 4617.0, 4587.0, 4556.0, 4594.0, 4574.0, 4604.0, 4597.0, 4567.0, 4606.0, 4587.0, 4566.0, 4606.0, 4587.0, 4595.0, 4586.0, 4555.0, 4604.0, 4585.0, 4592.0, 4573.0, 4563.0, 4593.0, 4563.0, 4590.0, 4583.0, 4561.0, 4582.0, 4551.0, 4591.0, 4574.0, 4593.0, 4582.0, 4563.0, 4592.0, 4572.0, 4542.0, 4594.0, 4573.0, 4583.0, 4595.0, 4555.0, 4607.0, 4587.0, 4565.0, 4604.0, 4576.0, 4596.0, 4585.0, 4555.0, 4617.0, 4586.0, 4595.0, 4593.0, 4545.0, 4605.0, 4587.0, 4587.0, 4587.0, 4557.0, 4607.0, 4598.0, 4597.0, 4597.0, 4567.0, 4605.0, 4587.0, 4586.0, 4607.0, 4575.0, 4583.0, 4586.0, 4546.0, 4594.0, 4595.0, 4577.0, 4596.0, 4597.0, 4576.0, 4565.0, 4593.0, 4566.0, 4605.0, 4595.0, 4572.0, 4594.0, 4571.0, 4592.0, 4581.0, 4593.0, 4581.0, 4548.0, 4580.0, 4541.0, 4592.0, 4585.0, 4552.0, 4593.0, 4566.0, 4605.0, 4597.0, 4569.0, 4616.0, 4589.0, 4607.0, 4608.0, 4568.0, 4607.0, 4598.0, 4607.0, 4595.0, 4574.0, 4594.0, 4584.0, 4605.0, 4594.0, 4563.0, 4604.0, 4586.0, 4585.0, 4594.0, 4575.0, 4592.0, 4593.0, 4555.0, 4615.0, 4585.0, 4555.0, 4602.0, 4585.0, 4584.0, 4606.0, 4565.0, 4603.0, 4583.0, 4563.0, 4603.0, 4575.0, 4553.0, 4592.0, 4562.0, 4583.0, 4607.0, 4574.0, 4574.0, 4605.0, 4586.0, 4604.0, 4605.0, 4567.0, 4605.0, 4585.0, 4563.0, 4604.0, 4574.0, 4581.0, 4583.0, 4550.0, 4591.0, 4551.0, 4590.0, 4581.0, 4561.0, 4581.0, 4550.0, 4591.0, 4580.0, 4542.0, 4590.0, 4564.0, 4602.0, 4584.0, 4553.0, 4582.0, 4541.0, 4591.0, 4582.0, 4561.0, 4595.0, 4554.0, 4603.0, 4595.0, 4565.0, 4616.0, 4597.0, 4565.0, 4605.0, 4578.0, 4616.0, 4606.0, 4576.0, 4606.0, 4597.0, 4565.0, 4605.0, 4586.0, 4604.0, 4594.0, 4566.0, 4606.0, 4597.0, 4577.0, 4607.0, 4587.0, 4594.0, 4595.0, 4567.0, 4613.0, 4596.0, 4583.0, 4582.0, 4552.0, 4604.0, 4584.0, 4564.0, 4594.0, 4564.0, 4594.0, 4585.0, 4564.0, 4603.0, 4585.0, 4553.0, 4605.0, 4585.0, 4592.0, 4595.0, 4565.0, 4603.0, 4583.0, 4572.0, 4593.0, 4572.0, 4593.0, 4581.0, 4551.0, 4601.0, 4560.0, 4592.0, 4582.0, 4552.0, 4593.0, 4562.0, 4593.0, 4583.0, 4562.0, 4589.0, 4571.0, 4540.0, 4603.0, 4581.0, 4575.0, 4593.0, 4585.0, 4554.0, 4616.0, 4595.0, 4574.0, 4606.0, 4587.0, 4597.0, 4606.0, 4588.0, 4618.0, 4608.0, 4564.0, 4608.0, 4597.0, 4574.0, 4618.0, 4586.0, 4556.0, 4613.0, 4596.0, 4574.0, 4618.0, 4585.0, 4566.0, 4595.0, 4596.0, 4577.0, 4597.0, 4606.0, 4575.0, 4583.0, 4605.0, 4586.0, 4593.0, 4594.0, 4564.0, 4603.0, 4583.0, 4564.0, 4603.0, 4572.0, 4562.0, 4593.0, 4554.0, 4592.0, 4593.0, 4564.0, 4591.0, 4593.0, 4564.0, 4605.0, 4594.0, 4552.0, 4603.0, 4582.0, 4574.0, 4603.0, 4571.0, 4582.0, 4583.0, 4553.0, 4604.0, 4593.0, 4554.0, 4603.0, 4574.0, 4575.0, 4594.0, 4564.0, 4592.0, 4582.0, 4543.0, 4600.0, 4583.0, 4572.0, 4604.0, 4573.0, 4574.0, 4594.0, 4553.0, 4601.0, 4595.0, 4566.0, 4604.0, 4584.0, 4553.0, 4614.0, 4594.0, 4553.0, 4602.0, 4585.0, 4565.0, 4606.0, 4586.0, 4553.0, 4605.0, 4581.0, 4565.0, 4605.0, 4596.0, 4564.0, 4604.0, 4583.0, 4583.0, 4605.0, 4586.0, 4564.0, 4595.0, 4575.0, 4583.0, 4594.0, 4563.0, 4564.0, 4603.0, 4583.0, 4563.0, 4594.0, 4564.0, 4602.0, 4594.0, 4564.0, 4603.0, 4581.0, 4549.0, 4602.0, 4573.0, 4591.0, 4581.0, 4551.0, 4591.0, 4562.0, 4581.0, 4569.0, 4542.0, 4591.0, 4581.0, 4552.0, 4602.0, 4583.0, 4543.0, 4602.0, 4584.0, 4563.0, 4604.0, 4573.0, 4574.0, 4594.0, 4555.0, 4603.0, 4595.0, 4553.0, 4593.0, 4572.0, 4575.0, 4605.0, 4574.0, 4591.0, 4593.0, 4554.0, 4605.0, 4594.0, 4563.0, 4590.0, 4554.0, 4604.0, 4582.0, 4551.0, 4592.0, 4572.0, 4552.0, 4602.0, 4585.0, 4563.0, 4594.0, 4572.0, 4595.0, 4594.0, 4574.0, 4607.0, 4593.0, 4553.0, 4592.0, 4571.0, 4603.0, 4581.0, 4561.0, 4582.0, 4561.0, 4588.0, 4579.0, 4551.0, 4600.0, 4570.0, 4570.0, 4582.0, 4541.0, 4603.0, 4583.0, 4580.0, 4580.0, 4551.0, 4591.0, 4572.0, 4593.0, 4581.0, 4550.0, 4593.0, 4563.0, 4583.0, 4584.0, 4554.0, 4617.0, 4597.0, 4576.0, 4606.0, 4587.0, 4557.0, 4607.0, 4584.0, 4576.0, 4607.0, 4589.0, 4596.0, 4598.0, 4568.0, 4616.0, 4597.0, 4564.0, 4605.0, 4584.0, 4555.0, 4605.0, 4586.0], 'WindowWidth': [10200.0, 10119.0, 10141.0, 10113.0, 10101.0, 10079.0, 10049.0, 10073.0, 10064.0, 10057.0, 10060.0, 10046.0, 10067.0, 10045.0, 10042.0, 10060.0, 10029.0, 10070.0, 10041.0, 10049.0, 10037.0, 10008.0, 10066.0, 10049.0, 10048.0, 10023.0, 10029.0, 10032.0, 10003.0, 10045.0, 10003.0, 10045.0, 10031.0, 10014.0, 10047.0, 9986.0, 10044.0, 10015.0, 10048.0, 10030.0, 9991.0, 10042.0, 9977.0, 10060.0, 10054.0, 10015.0, 10055.0, 9995.0, 10064.0, 10040.0, 10079.0, 10055.0, 9992.0, 10052.0, 9999.0, 10066.0, 10044.0, 10065.0, 10039.0, 10012.0, 10056.0, 9998.0, 10072.0, 10011.0, 10054.0, 9995.0, 10043.0, 10038.0, 10045.0, 10035.0, 9994.0, 10035.0, 10007.0, 10049.0, 10052.0, 10002.0, 10073.0, 10030.0, 10072.0, 10061.0, 10028.0, 10057.0, 10013.0, 10070.0, 10028.0, 10055.0, 10046.0, 10017.0, 10075.0, 10048.0, 10036.0, 10060.0, 10021.0, 10100.0, 10099.0, 10061.0, 10103.0, 10082.0, 10050.0, 10116.0, 10085.0, 10099.0, 10077.0, 10061.0, 10087.0, 10050.0, 10086.0, 10075.0, 10077.0, 10073.0, 10041.0, 10064.0, 10038.0, 10051.0, 10042.0, 10065.0, 10039.0, 10022.0, 10033.0, 9988.0, 10027.0, 9988.0, 10045.0, 10001.0, 10039.0, 10000.0, 10025.0, 10015.0, 10013.0, 10028.0, 9992.0, 10061.0, 10022.0, 10045.0, 10038.0, 9996.0, 10066.0, 10029.0, 10069.0, 10054.0, 10003.0, 10066.0, 10015.0, 10089.0, 10059.0, 10066.0, 10038.0, 9999.0, 10069.0, 10030.0, 10087.0, 10060.0, 10001.0, 10068.0, 10031.0, 10089.0, 10075.0, 10016.0, 10071.0, 10031.0, 10074.0, 10058.0, 10019.0, 10073.0, 10030.0, 10052.0, 10051.0, 9999.0, 10080.0, 10062.0, 10014.0, 10071.0, 10021.0, 10089.0, 10064.0, 10032.0, 10090.0, 10063.0, 10059.0, 10069.0, 10005.0, 10089.0, 10061.0, 10071.0, 10059.0, 10011.0, 10049.0, 10017.0, 10082.0, 10040.0, 10011.0, 10050.0, 10000.0, 10065.0, 10044.0, 10069.0, 10039.0, 10002.0, 10049.0, 9996.0, 10065.0, 10038.0, 10067.0, 10041.0, 9996.0, 10052.0, 9999.0, 10060.0, 10055.0, 10055.0, 10057.0, 10018.0, 10068.0, 10046.0, 10032.0, 10072.0, 10035.0, 10090.0, 10079.0, 10026.0, 10092.0, 10078.0, 10065.0, 10097.0, 10068.0, 10107.0, 10079.0, 10022.0, 10090.0, 10061.0, 10092.0, 10079.0, 10047.0, 10091.0, 10072.0, 10019.0, 10092.0, 10063.0, 10029.0, 10070.0, 10047.0, 10103.0, 10059.0, 10039.0, 10067.0, 10044.0, 10068.0, 10054.0, 9997.0, 10078.0, 10058.0, 10026.0, 10083.0, 10060.0, 10033.0, 10088.0, 10061.0, 10022.0, 10086.0, 10060.0, 10084.0, 10076.0, 10046.0, 10074.0, 10044.0, 10028.0, 10052.0, 9997.0, 10067.0, 10024.0, 10065.0, 10036.0, 10006.0, 10032.0, 9975.0, 10058.0, 10007.0, 10059.0, 10050.0, 10009.0, 10049.0, 9994.0, 10063.0, 10051.0, 10044.0, 10073.0, 10033.0, 10084.0, 10058.0, 10017.0, 10084.0, 10036.0, 10106.0, 10066.0, 10057.0, 10074.0, 10022.0, 10093.0, 10078.0, 10035.0, 10074.0, 10035.0, 10094.0, 10079.0, 10034.0, 10076.0, 10033.0, 10086.0, 10074.0, 10021.0, 10089.0, 10059.0, 10055.0, 10054.0, 10014.0, 10085.0, 10058.0, 10052.0, 10054.0, 10040.0, 10082.0, 10025.0, 10063.0, 10055.0, 9998.0, 10065.0, 10012.0, 10064.0, 10055.0, 10025.0, 10055.0, 10012.0, 10082.0, 10057.0, 10054.0, 10074.0, 10029.0, 10082.0, 10042.0, 10067.0, 10055.0, 10063.0, 10053.0, 10023.0, 10047.0, 10007.0, 10057.0, 10019.0, 10043.0, 10036.0, 10047.0, 10050.0, 10006.0, 10050.0, 10009.0, 10045.0, 10036.0, 10010.0, 10064.0, 10012.0, 10067.0, 10041.0, 10030.0, 10071.0, 10031.0, 10085.0, 10061.0, 10019.0, 10089.0, 10048.0, 10087.0, 10072.0, 10022.0, 10092.0, 10079.0, 10068.0, 10095.0, 10055.0, 10094.0, 10078.0, 10037.0, 10109.0, 10066.0, 10066.0, 10079.0, 10038.0, 10107.0, 10064.0, 10021.0, 10072.0, 10044.0, 10086.0, 10078.0, 10037.0, 10089.0, 10064.0, 10037.0, 10093.0, 10066.0, 10073.0, 10060.0, 10019.0, 10087.0, 10060.0, 10068.0, 10040.0, 10027.0, 10067.0, 10027.0, 10061.0, 10052.0, 10022.0, 10050.0, 10008.0, 10063.0, 10041.0, 10068.0, 10053.0, 10026.0, 10065.0, 10038.0, 9998.0, 10069.0, 10043.0, 10057.0, 10072.0, 10019.0, 10091.0, 10066.0, 10034.0, 10087.0, 10050.0, 10076.0, 10061.0, 10020.0, 10107.0, 10063.0, 10075.0, 10070.0, 10008.0, 10090.0, 10067.0, 10066.0, 10065.0, 10026.0, 10094.0, 10083.0, 10080.0, 10080.0, 10038.0, 10087.0, 10065.0, 10063.0, 10093.0, 10046.0, 10054.0, 10060.0, 10007.0, 10073.0, 10073.0, 10051.0, 10075.0, 10077.0, 10050.0, 10032.0, 10069.0, 10035.0, 10086.0, 10073.0, 10038.0, 10068.0, 10032.0, 10063.0, 10048.0, 10065.0, 10047.0, 9999.0, 10043.0, 9994.0, 10063.0, 10055.0, 10012.0, 10068.0, 10034.0, 10088.0, 10080.0, 10043.0, 10106.0, 10070.0, 10094.0, 10094.0, 10039.0, 10095.0, 10079.0, 10094.0, 10073.0, 10042.0, 10069.0, 10055.0, 10089.0, 10070.0, 10026.0, 10084.0, 10060.0, 10059.0, 10070.0, 10045.0, 10068.0, 10069.0, 10019.0, 10102.0, 10059.0, 10019.0, 10081.0, 10060.0, 10058.0, 10088.0, 10032.0, 10084.0, 10055.0, 10028.0, 10083.0, 10044.0, 10013.0, 10065.0, 10026.0, 10055.0, 10090.0, 10043.0, 10044.0, 10087.0, 10063.0, 10087.0, 10088.0, 10036.0, 10087.0, 10058.0, 10026.0, 10083.0, 10040.0, 10050.0, 10051.0, 10005.0, 10060.0, 10007.0, 10061.0, 10048.0, 10020.0, 10048.0, 10005.0, 10060.0, 10044.0, 9995.0, 10060.0, 10028.0, 10079.0, 10055.0, 10012.0, 10049.0, 9995.0, 10063.0, 10052.0, 10023.0, 10072.0, 10017.0, 10083.0, 10073.0, 10034.0, 10104.0, 10078.0, 10034.0, 10089.0, 10053.0, 10105.0, 10091.0, 10049.0, 10090.0, 10077.0, 10034.0, 10089.0, 10063.0, 10086.0, 10072.0, 10035.0, 10090.0, 10079.0, 10052.0, 10094.0, 10064.0, 10073.0, 10074.0, 10037.0, 10099.0, 10076.0, 10055.0, 10052.0, 10012.0, 10084.0, 10057.0, 10030.0, 10068.0, 10028.0, 10072.0, 10057.0, 10028.0, 10083.0, 10058.0, 10013.0, 10087.0, 10060.0, 10068.0, 10073.0, 10030.0, 10081.0, 10055.0, 10038.0, 10066.0, 10037.0, 10068.0, 10049.0, 10006.0, 10074.0, 10018.0, 10064.0, 10049.0, 10007.0, 10064.0, 10023.0, 10068.0, 10052.0, 10022.0, 10058.0, 10034.0, 9993.0, 10080.0, 10052.0, 10046.0, 10068.0, 10058.0, 10018.0, 10103.0, 10076.0, 10047.0, 10090.0, 10066.0, 10081.0, 10092.0, 10069.0, 10112.0, 10094.0, 10034.0, 10094.0, 10080.0, 10046.0, 10108.0, 10064.0, 10017.0, 10098.0, 10076.0, 10046.0, 10109.0, 10060.0, 10035.0, 10076.0, 10077.0, 10051.0, 10079.0, 10089.0, 10047.0, 10056.0, 10087.0, 10062.0, 10071.0, 10070.0, 10029.0, 10080.0, 10053.0, 10028.0, 10080.0, 10038.0, 10023.0, 10064.0, 10014.0, 10066.0, 10067.0, 10028.0, 10062.0, 10067.0, 10029.0, 10086.0, 10068.0, 10011.0, 10080.0, 10051.0, 10042.0, 10082.0, 10036.0, 10051.0, 10052.0, 10011.0, 10083.0, 10067.0, 10013.0, 10079.0, 10040.0, 10042.0, 10067.0, 10027.0, 10064.0, 10049.0, 9998.0, 10073.0, 10053.0, 10038.0, 10082.0, 10039.0, 10042.0, 10068.0, 10012.0, 10078.0, 10071.0, 10032.0, 10084.0, 10056.0, 10013.0, 10097.0, 10071.0, 10015.0, 10079.0, 10058.0, 10032.0, 10088.0, 10062.0, 10014.0, 10085.0, 10052.0, 10034.0, 10088.0, 10076.0, 10030.0, 10084.0, 10057.0, 10054.0, 10086.0, 10060.0, 10028.0, 10070.0, 10044.0, 10054.0, 10069.0, 10026.0, 10030.0, 10083.0, 10055.0, 10028.0, 10069.0, 10027.0, 10079.0, 10068.0, 10026.0, 10081.0, 10047.0, 10004.0, 10078.0, 10038.0, 10059.0, 10047.0, 10007.0, 10060.0, 10020.0, 10048.0, 10030.0, 9995.0, 10063.0, 10049.0, 10008.0, 10077.0, 10052.0, 9999.0, 10078.0, 10056.0, 10028.0, 10083.0, 10040.0, 10041.0, 10068.0, 10016.0, 10081.0, 10070.0, 10012.0, 10066.0, 10037.0, 10044.0, 10085.0, 10043.0, 10064.0, 10067.0, 10016.0, 10086.0, 10070.0, 10027.0, 10060.0, 10013.0, 10082.0, 10051.0, 10009.0, 10065.0, 10037.0, 10010.0, 10077.0, 10057.0, 10027.0, 10068.0, 10037.0, 10070.0, 10069.0, 10042.0, 10090.0, 10067.0, 10011.0, 10063.0, 10033.0, 10078.0, 10048.0, 10019.0, 10048.0, 10018.0, 10054.0, 10041.0, 10006.0, 10071.0, 10031.0, 10031.0, 10048.0, 9992.0, 10077.0, 10052.0, 10045.0, 10044.0, 10005.0, 10059.0, 10034.0, 10062.0, 10045.0, 10003.0, 10063.0, 10023.0, 10050.0, 10054.0, 10016.0, 10104.0, 10077.0, 10048.0, 10088.0, 10064.0, 10024.0, 10089.0, 10057.0, 10048.0, 10093.0, 10070.0, 10077.0, 10081.0, 10038.0, 10104.0, 10077.0, 10030.0, 10086.0, 10055.0, 10017.0, 10085.0, 10060.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.00018443548387096773</td></tr>
<tr><td colspan=3>aqi</td><td>0.018487095967741937</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.9459637969896</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2164230485005765</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905634059861598</td></tr>
<tr><td colspan=3>efc</td><td>0.5137</td></tr>
<tr><td colspan=3>fber</td><td>5165.4902</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06937232155305711</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1152073732718894</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.317509037934799</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1511096759862762</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.60568784696647</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.19572959085165</td></tr>
<tr><td colspan=3>gcor</td><td>0.00699752</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019352534785866737</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046582479029893875</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.271598593314844</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.8272</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9063</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288595.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>1058.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.7532</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2021</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.2225</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3740.8597</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.4904</td></tr>
<tr><td colspan=3>tsnr</td><td>44.42583564762026</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>