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

616 lines
No EOL
105 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-0032_ses-01_task-social_acq-mb8_run-03_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-0032_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-03_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-0032/ses-01/func/sub-0032_ses-01_task-social_acq-mb8_run-03_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>f1dadb9e8b33d44e168f4ae0f191cfbf</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>15:17:51.810000</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_VE11C_LATEST_20160120</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.99916, 0.037949, -0.0154846, -0.0392571, 0.994662, -0.0954243]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.100924</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7791, -7244, 580, -57, -265, 47, 87]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ad97dfbc-56bf-4bfb-89e7-07e3897daa01||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806724071502686, -0.10532385110855103, -0.03180789202451706, 116.67813873291016], [-0.10181448608636856, 2.6686062812805176, -0.259070485830307, -79.74855041503906], [-0.04154408723115921, 0.2560165226459503, 2.6873538494110107, -81.39044189453125], [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': ['151751.810000', '151752.270000', '151752.730000', '151753.190000', '151753.650000', '151754.110000', '151754.570000', '151755.030000', '151755.490000', '151755.950000', '151756.410000', '151756.870000', '151757.330000', '151757.790000', '151758.250000', '151758.710000', '151759.170000', '151759.630000', '151800.090000', '151800.550000', '151801.010000', '151801.470000', '151801.930000', '151802.390000', '151802.850000', '151803.310000', '151803.770000', '151804.230000', '151804.690000', '151805.150000', '151805.610000', '151806.070000', '151806.530000', '151806.990000', '151807.450000', '151807.910000', '151808.370000', '151808.830000', '151809.290000', '151809.750000', '151810.210000', '151810.670000', '151811.130000', '151811.590000', '151812.050000', '151812.510000', '151812.970000', '151813.430000', '151813.890000', '151814.350000', '151814.810000', '151815.270000', '151815.730000', '151816.190000', '151816.650000', '151817.110000', '151817.570000', '151818.030000', '151818.490000', '151818.950000', '151819.410000', '151819.870000', '151820.330000', '151820.790000', '151821.250000', '151821.710000', '151822.170000', '151822.630000', '151823.090000', '151823.550000', '151824.010000', '151824.470000', '151824.930000', '151825.390000', '151825.850000', '151826.310000', '151826.770000', '151827.230000', '151827.690000', '151828.150000', '151828.610000', '151829.070000', '151829.530000', '151829.990000', '151830.450000', '151830.910000', '151831.370000', '151831.830000', '151832.290000', '151832.750000', '151833.210000', '151833.670000', '151834.130000', '151834.590000', '151835.050000', '151835.510000', '151835.970000', '151836.430000', '151836.890000', '151837.350000', '151837.810000', '151838.270000', '151838.730000', '151839.190000', '151839.650000', '151840.110000', '151840.570000', '151841.030000', '151841.490000', '151841.950000', '151842.410000', '151842.870000', '151843.330000', '151843.790000', '151844.250000', '151844.710000', '151845.170000', '151845.630000', '151846.090000', '151846.550000', '151847.010000', '151847.470000', '151847.930000', '151848.390000', '151848.850000', '151849.310000', '151849.770000', '151850.230000', '151850.690000', '151851.150000', '151851.610000', '151852.070000', '151852.530000', '151852.990000', '151853.450000', '151853.910000', '151854.370000', '151854.830000', '151855.290000', '151855.750000', '151856.210000', '151856.670000', '151857.130000', '151857.590000', '151858.050000', '151858.510000', '151858.970000', '151859.430000', '151859.890000', '151900.350000', '151900.810000', '151901.270000', '151901.730000', '151902.190000', '151902.650000', '151903.110000', '151903.570000', '151904.030000', '151904.490000', '151904.950000', '151905.410000', '151905.870000', '151906.330000', '151906.790000', '151907.250000', '151907.710000', '151908.170000', '151908.630000', '151909.090000', '151909.550000', '151910.010000', '151910.470000', '151910.930000', '151911.390000', '151911.850000', '151912.310000', '151912.770000', '151913.230000', '151913.690000', '151914.150000', '151914.610000', '151915.070000', '151915.530000', '151915.990000', '151916.450000', '151916.910000', '151917.370000', '151917.830000', '151918.290000', '151918.750000', '151919.210000', '151919.670000', '151920.130000', '151920.590000', '151921.050000', '151921.510000', '151921.970000', '151922.430000', '151922.890000', '151923.350000', '151923.810000', '151924.270000', '151924.730000', '151925.190000', '151925.650000', '151926.110000', '151926.570000', '151927.030000', '151927.490000', '151927.950000', '151928.410000', '151928.870000', '151929.330000', '151929.790000', '151930.250000', '151930.710000', '151931.170000', '151931.630000', '151932.090000', '151932.550000', '151933.010000', '151933.470000', '151933.930000', '151934.390000', '151934.850000', '151935.310000', '151935.770000', '151936.230000', '151936.690000', '151937.150000', '151937.610000', '151938.070000', '151938.530000', '151938.990000', '151939.450000', '151939.910000', '151940.370000', '151940.830000', '151941.290000', '151941.750000', '151942.210000', '151942.670000', '151943.130000', '151943.590000', '151944.050000', '151944.510000', '151944.970000', '151945.430000', '151945.890000', '151946.350000', '151946.810000', '151947.270000', '151947.730000', '151948.190000', '151948.650000', '151949.110000', '151949.570000', '151950.030000', '151950.490000', '151950.950000', '151951.410000', '151951.870000', '151952.330000', '151952.790000', '151953.250000', '151953.710000', '151954.170000', '151954.630000', '151955.090000', '151955.550000', '151956.010000', '151956.470000', '151956.930000', '151957.390000', '151957.850000', '151958.310000', '151958.770000', '151959.230000', '151959.690000', '152000.150000', '152000.610000', '152001.070000', '152001.530000', '152001.990000', '152002.450000', '152002.910000', '152003.370000', '152003.830000', '152004.290000', '152004.750000', '152005.210000', '152005.670000', '152006.130000', '152006.590000', '152007.050000', '152007.510000', '152007.970000', '152008.430000', '152008.890000', '152009.350000', '152009.810000', '152010.270000', '152010.730000', '152011.190000', '152011.650000', '152012.110000', '152012.570000', '152013.030000', '152013.490000', '152013.950000', '152014.410000', '152014.870000', '152015.330000', '152015.790000', '152016.250000', '152016.710000', '152017.170000', '152017.630000', '152018.090000', '152018.550000', '152019.010000', '152019.470000', '152019.930000', '152020.390000', '152020.850000', '152021.310000', '152021.770000', '152022.230000', '152022.690000', '152023.150000', '152023.610000', '152024.070000', '152024.530000', '152024.990000', '152025.450000', '152025.910000', '152026.370000', '152026.830000', '152027.290000', '152027.750000', '152028.210000', '152028.670000', '152029.130000', '152029.590000', '152030.050000', '152030.510000', '152030.970000', '152031.430000', '152031.890000', '152032.350000', '152032.810000', '152033.270000', '152033.730000', '152034.190000', '152034.650000', '152035.110000', '152035.570000', '152036.030000', '152036.490000', '152036.950000', '152037.410000', '152037.870000', '152038.330000', '152038.790000', '152039.250000', '152039.710000', '152040.170000', '152040.630000', '152041.090000', '152041.550000', '152042.010000', '152042.470000', '152042.930000', '152043.390000', '152043.850000', '152044.310000', '152044.770000', '152045.230000', '152045.690000', '152046.150000', '152046.610000', '152047.070000', '152047.530000', '152047.990000', '152048.450000', '152048.910000', '152049.370000', '152049.830000', '152050.290000', '152050.750000', '152051.210000', '152051.670000', '152052.130000', '152052.590000', '152053.050000', '152053.510000', '152053.970000', '152054.430000', '152054.890000', '152055.350000', '152055.810000', '152056.270000', '152056.730000', '152057.190000', '152057.650000', '152058.110000', '152058.570000', '152059.030000', '152059.490000', '152059.950000', '152100.410000', '152100.870000', '152101.330000', '152101.790000', '152102.250000', '152102.710000', '152103.170000', '152103.630000', '152104.090000', '152104.550000', '152105.010000', '152105.470000', '152105.930000', '152106.390000', '152106.850000', '152107.310000', '152107.770000', '152108.230000', '152108.690000', '152109.150000', '152109.610000', '152110.070000', '152110.530000', '152110.990000', '152111.450000', '152111.910000', '152112.370000', '152112.830000', '152113.290000', '152113.750000', '152114.210000', '152114.670000', '152115.130000', '152115.590000', '152116.050000', '152116.510000', '152116.970000', '152117.430000', '152117.890000', '152118.350000', '152118.810000', '152119.270000', '152119.730000', '152120.190000', '152120.650000', '152121.110000', '152121.570000', '152122.030000', '152122.490000', '152122.950000', '152123.410000', '152123.870000', '152124.330000', '152124.790000', '152125.250000', '152125.710000', '152126.170000', '152126.630000', '152127.090000', '152127.550000', '152128.010000', '152128.470000', '152128.930000', '152129.390000', '152129.850000', '152130.310000', '152130.770000', '152131.230000', '152131.690000', '152132.150000', '152132.610000', '152133.070000', '152133.530000', '152133.990000', '152134.450000', '152134.910000', '152135.370000', '152135.830000', '152136.290000', '152136.750000', '152137.210000', '152137.670000', '152138.130000', '152138.590000', '152139.050000', '152139.510000', '152139.970000', '152140.430000', '152140.890000', '152141.350000', '152141.810000', '152142.270000', '152142.730000', '152143.190000', '152143.650000', '152144.110000', '152144.570000', '152145.030000', '152145.490000', '152145.950000', '152146.410000', '152146.870000', '152147.330000', '152147.790000', '152148.250000', '152148.710000', '152149.170000', '152149.630000', '152150.090000', '152150.550000', '152151.010000', '152151.470000', '152151.930000', '152152.390000', '152152.850000', '152153.310000', '152153.770000', '152154.230000', '152154.690000', '152155.150000', '152155.610000', '152156.070000', '152156.530000', '152156.990000', '152157.450000', '152157.910000', '152158.370000', '152158.830000', '152159.290000', '152159.750000', '152200.210000', '152200.670000', '152201.130000', '152201.590000', '152202.050000', '152202.510000', '152202.970000', '152203.430000', '152203.890000', '152204.350000', '152204.810000', '152205.270000', '152205.730000', '152206.190000', '152206.650000', '152207.110000', '152207.570000', '152208.030000', '152208.490000', '152208.950000', '152209.410000', '152209.870000', '152210.330000', '152210.790000', '152211.250000', '152211.710000', '152212.170000', '152212.630000', '152213.090000', '152213.550000', '152214.010000', '152214.470000', '152214.930000', '152215.390000', '152215.850000', '152216.310000', '152216.770000', '152217.230000', '152217.690000', '152218.150000', '152218.610000', '152219.070000', '152219.530000', '152219.990000', '152220.450000', '152220.910000', '152221.370000', '152221.830000', '152222.290000', '152222.750000', '152223.210000', '152223.670000', '152224.130000', '152224.590000', '152225.050000', '152225.510000', '152225.970000', '152226.430000', '152226.890000', '152227.350000', '152227.810000', '152228.270000', '152228.730000', '152229.190000', '152229.650000', '152230.110000', '152230.570000', '152231.030000', '152231.490000', '152231.950000', '152232.410000', '152232.870000', '152233.330000', '152233.790000', '152234.250000', '152234.710000', '152235.170000', '152235.630000', '152236.090000', '152236.550000', '152237.010000', '152237.470000', '152237.930000', '152238.390000', '152238.850000', '152239.310000', '152239.770000', '152240.230000', '152240.690000', '152241.150000', '152241.610000', '152242.070000', '152242.530000', '152242.990000', '152243.450000', '152243.910000', '152244.370000', '152244.830000', '152245.290000', '152245.750000', '152246.210000', '152246.670000', '152247.130000', '152247.590000', '152248.050000', '152248.510000', '152248.970000', '152249.430000', '152249.890000', '152250.350000', '152250.810000', '152251.270000', '152251.730000', '152252.190000', '152252.650000', '152253.110000', '152253.570000', '152254.030000', '152254.490000', '152254.950000', '152255.410000', '152255.870000', '152256.330000', '152256.790000', '152257.250000', '152257.710000', '152258.170000', '152258.630000', '152259.090000', '152259.550000', '152300.010000', '152300.470000', '152300.930000', '152301.390000', '152301.850000', '152302.310000', '152302.770000', '152303.230000', '152303.690000', '152304.150000', '152304.610000', '152305.070000', '152305.530000', '152305.990000', '152306.450000', '152306.910000', '152307.370000', '152307.830000', '152308.290000', '152308.750000', '152309.210000', '152309.670000', '152310.130000', '152310.590000', '152311.050000', '152311.510000', '152311.970000', '152312.430000', '152312.890000', '152313.350000', '152313.810000', '152314.270000', '152314.730000', '152315.190000', '152315.650000', '152316.110000', '152316.570000', '152317.030000', '152317.490000', '152317.950000', '152318.410000', '152318.870000', '152319.330000', '152319.790000', '152320.250000', '152320.710000', '152321.170000', '152321.630000', '152322.090000', '152322.550000', '152323.010000', '152323.470000', '152323.930000', '152324.390000', '152324.850000', '152325.310000', '152325.770000', '152326.230000', '152326.690000', '152327.150000', '152327.610000', '152328.070000', '152328.530000', '152328.990000', '152329.450000', '152329.910000', '152330.370000', '152330.830000', '152331.290000', '152331.750000', '152332.210000', '152332.670000', '152333.130000', '152333.590000', '152334.050000', '152334.510000', '152334.970000', '152335.430000', '152335.890000', '152336.350000', '152336.810000', '152337.270000', '152337.730000', '152338.190000', '152338.650000', '152339.110000', '152339.570000', '152340.030000', '152340.490000', '152340.950000', '152341.410000', '152341.870000', '152342.330000', '152342.790000', '152343.250000', '152343.710000', '152344.170000', '152344.630000', '152345.090000', '152345.550000', '152346.010000', '152346.470000', '152346.930000', '152347.390000', '152347.850000', '152348.310000', '152348.770000', '152349.230000', '152349.690000', '152350.150000', '152350.610000', '152351.070000', '152351.530000', '152351.990000', '152352.450000', '152352.910000', '152353.370000', '152353.830000', '152354.290000', '152354.750000', '152355.210000', '152355.670000', '152356.130000', '152356.590000', '152357.050000', '152357.510000', '152357.970000', '152358.430000', '152358.890000', '152359.350000', '152359.810000', '152400.270000', '152400.730000', '152401.190000', '152401.650000', '152402.110000', '152402.570000', '152403.030000', '152403.490000', '152403.950000', '152404.410000', '152404.870000', '152405.330000', '152405.790000', '152406.250000', '152406.710000', '152407.170000', '152407.630000', '152408.090000', '152408.550000', '152409.010000', '152409.470000', '152409.930000', '152410.390000', '152410.850000', '152411.310000', '152411.770000', '152412.230000', '152412.690000', '152413.150000', '152413.610000', '152414.070000', '152414.530000', '152414.990000', '152415.450000', '152415.910000', '152416.370000', '152416.830000', '152417.290000', '152417.750000', '152418.210000', '152418.670000', '152419.130000', '152419.590000', '152420.050000', '152420.510000', '152420.970000', '152421.430000', '152421.890000', '152422.350000', '152422.810000', '152423.270000', '152423.730000', '152424.190000', '152424.650000', '152425.110000', '152425.570000', '152426.030000', '152426.490000', '152426.950000', '152427.410000', '152427.870000', '152428.330000', '152428.790000', '152429.250000', '152429.710000', '152430.170000', '152430.630000', '152431.090000', '152431.550000', '152432.010000', '152432.470000'], 'ContentTime': ['151806.136000', '151806.139000', '151806.142000', '151806.145000', '151806.148000', '151806.151000', '151806.156000', '151806.159000', '151806.162000', '151806.165000', '151806.168000', '151806.170000', '151806.173000', '151806.176000', '151806.179000', '151806.182000', '151806.185000', '151806.188000', '151806.190000', '151806.193000', '151806.196000', '151806.205000', '151806.208000', '151806.211000', '151806.213000', '151806.216000', '151806.219000', '151806.222000', '151806.225000', '151806.228000', '151826.102000', '151826.106000', '151826.109000', '151826.112000', '151826.115000', '151826.118000', '151826.121000', '151826.124000', '151826.126000', '151826.129000', '151826.132000', '151826.135000', '151826.138000', '151826.141000', '151826.149000', '151826.152000', '151826.155000', '151826.158000', '151826.161000', '151826.163000', '151826.166000', '151826.169000', '151826.172000', '151826.175000', '151826.178000', '151826.181000', '151826.184000', '151826.187000', '151826.189000', '151826.192000', '151826.195000', '151826.198000', '151826.201000', '151826.204000', '151826.206000', '151826.209000', '151826.212000', '151826.215000', '151826.218000', '151826.221000', '151826.224000', '151826.226000', '151826.229000', '151846.101000', '151846.104000', '151846.107000', '151846.109000', '151846.112000', '151846.115000', '151846.118000', '151846.121000', '151846.124000', '151846.127000', '151846.129000', '151846.132000', '151846.135000', '151846.138000', '151846.147000', '151846.150000', '151846.153000', '151846.156000', '151846.159000', '151846.161000', '151846.164000', '151846.167000', '151846.170000', '151846.173000', '151846.207000', '151846.210000', '151846.213000', '151846.216000', '151846.219000', '151846.222000', '151846.224000', '151846.227000', '151846.230000', '151846.233000', '151846.236000', '151846.239000', '151846.241000', '151846.244000', '151846.247000', '151846.250000', '151846.253000', '151846.256000', '151846.258000', '151846.261000', '151906.101000', '151906.104000', '151906.107000', '151906.110000', '151906.113000', '151906.116000', '151906.119000', '151906.122000', '151906.124000', '151906.127000', '151906.130000', '151906.133000', '151906.136000', '151906.139000', '151906.141000', '151906.144000', '151906.147000', '151906.150000', '151906.153000', '151906.156000', '151906.158000', '151906.161000', '151906.164000', '151906.180000', '151906.183000', '151906.186000', '151906.189000', '151906.191000', '151906.194000', '151906.197000', '151906.200000', '151906.203000', '151906.206000', '151906.208000', '151906.211000', '151906.214000', '151906.217000', '151906.220000', '151906.223000', '151906.225000', '151906.228000', '151906.231000', '151906.234000', '151926.101000', '151926.104000', '151926.107000', '151926.109000', '151926.113000', '151926.116000', '151926.119000', '151926.121000', '151926.124000', '151926.127000', '151926.130000', '151926.133000', '151926.136000', '151926.139000', '151926.141000', '151926.144000', '151926.147000', '151926.150000', '151926.153000', '151926.156000', '151926.158000', '151926.161000', '151926.164000', '151926.167000', '151926.170000', '151926.173000', '151926.176000', '151926.179000', '151926.181000', '151926.184000', '151926.187000', '151926.190000', '151926.193000', '151926.196000', '151926.199000', '151926.202000', '151926.204000', '151926.207000', '151926.210000', '151926.213000', '151926.216000', '151926.219000', '151926.221000', '151926.224000', '151946.101000', '151946.104000', '151946.107000', '151946.110000', '151946.113000', '151946.116000', '151946.119000', '151946.122000', '151946.124000', '151946.128000', '151946.130000', '151946.133000', '151946.136000', '151946.139000', '151946.142000', '151946.145000', '151946.148000', '151946.151000', '151946.154000', '151946.157000', '151946.160000', '151946.162000', '151946.165000', '151946.168000', '151946.171000', '151946.174000', '151946.182000', '151946.185000', '151946.188000', '151946.191000', '151946.194000', '151946.197000', '151946.199000', '151946.202000', '151946.205000', '151946.208000', '151946.211000', '151946.214000', '151946.216000', '151946.219000', '151946.222000', '151946.225000', '151946.228000', '152006.101000', '152006.104000', '152006.107000', '152006.110000', '152006.113000', '152006.115000', '152006.118000', '152006.121000', '152006.124000', '152006.127000', '152006.130000', '152006.133000', '152006.136000', '152006.139000', '152006.141000', '152006.144000', '152006.147000', '152006.150000', '152006.153000', '152006.156000', '152006.159000', '152006.162000', '152006.165000', '152006.167000', '152006.170000', '152006.173000', '152006.176000', '152006.179000', '152006.182000', '152006.185000', '152006.188000', '152006.190000', '152006.193000', '152006.196000', '152006.199000', '152006.202000', '152006.205000', '152006.208000', '152006.210000', '152006.213000', '152006.216000', '152006.219000', '152006.222000', '152006.225000', '152026.101000', '152026.104000', '152026.107000', '152026.110000', '152026.113000', '152026.116000', '152026.118000', '152026.121000', '152026.124000', '152026.127000', '152026.130000', '152026.133000', '152026.136000', '152026.139000', '152026.142000', '152026.145000', '152026.148000', '152026.151000', '152026.154000', '152026.158000', '152026.161000', '152026.164000', '152026.167000', '152026.169000', '152026.172000', '152026.175000', '152026.178000', '152026.181000', '152026.184000', '152026.187000', '152026.190000', '152026.193000', '152026.196000', '152026.198000', '152026.201000', '152026.204000', '152026.207000', '152026.210000', '152026.213000', '152026.216000', '152026.219000', '152026.221000', '152026.224000', '152046.101000', '152046.104000', '152046.107000', '152046.110000', '152046.112000', '152046.115000', '152046.118000', '152046.121000', '152046.124000', '152046.127000', '152046.130000', '152046.132000', '152046.135000', '152046.138000', '152046.141000', '152046.144000', '152046.147000', '152046.149000', '152046.152000', '152046.162000', '152046.165000', '152046.168000', '152046.170000', '152046.173000', '152046.221000', '152046.223000', '152046.226000', '152046.229000', '152046.232000', '152046.235000', '152046.238000', '152046.240000', '152046.243000', '152046.246000', '152046.249000', '152046.252000', '152046.255000', '152046.258000', '152046.260000', '152046.263000', '152046.266000', '152046.269000', '152046.272000', '152046.275000', '152106.101000', '152106.104000', '152106.107000', '152106.110000', '152106.113000', '152106.116000', '152106.118000', '152106.121000', '152106.124000', '152106.127000', '152106.130000', '152106.133000', '152106.136000', '152106.139000', '152106.141000', '152106.144000', '152106.147000', '152106.150000', '152106.153000', '152106.156000', '152106.159000', '152106.162000', '152106.164000', '152106.167000', '152106.170000', '152106.173000', '152106.216000', '152106.219000', '152106.222000', '152106.225000', '152106.228000', '152106.231000', '152106.234000', '152106.237000', '152106.239000', '152106.242000', '152106.245000', '152106.248000', '152106.251000', '152106.254000', '152106.257000', '152106.259000', '152106.262000', '152126.101000', '152126.104000', '152126.107000', '152126.110000', '152126.112000', '152126.115000', '152126.118000', '152126.121000', '152126.124000', '152126.127000', '152126.130000', '152126.133000', '152126.136000', '152126.138000', '152126.141000', '152126.145000', '152126.148000', '152126.151000', '152126.154000', '152126.157000', '152126.159000', '152126.162000', '152126.165000', '152126.168000', '152126.171000', '152126.227000', '152126.230000', '152126.232000', '152126.235000', '152126.238000', '152126.241000', '152126.244000', '152126.247000', '152126.250000', '152126.253000', '152126.255000', '152126.258000', '152126.261000', '152126.264000', '152126.267000', '152126.270000', '152126.272000', '152126.275000', '152126.278000', '152146.101000', '152146.104000', '152146.107000', '152146.110000', '152146.113000', '152146.115000', '152146.118000', '152146.121000', '152146.124000', '152146.127000', '152146.131000', '152146.134000', '152146.137000', '152146.140000', '152146.142000', '152146.145000', '152146.148000', '152146.151000', '152146.154000', '152146.157000', '152146.160000', '152146.163000', '152146.166000', '152146.169000', '152146.172000', '152146.232000', '152146.235000', '152146.238000', '152146.240000', '152146.243000', '152146.246000', '152146.249000', '152146.252000', '152146.255000', '152146.258000', '152146.261000', '152146.264000', '152146.266000', '152146.269000', '152146.272000', '152146.275000', '152146.278000', '152146.281000', '152206.101000', '152206.104000', '152206.107000', '152206.110000', '152206.112000', '152206.115000', '152206.118000', '152206.121000', '152206.124000', '152206.127000', '152206.130000', '152206.133000', '152206.135000', '152206.138000', '152206.141000', '152206.144000', '152206.147000', '152206.150000', '152206.153000', '152206.156000', '152206.158000', '152206.161000', '152206.164000', '152206.167000', '152206.170000', '152206.173000', '152206.230000', '152206.233000', '152206.236000', '152206.239000', '152206.242000', '152206.244000', '152206.247000', '152206.250000', '152206.253000', '152206.256000', '152206.259000', '152206.262000', '152206.264000', '152206.267000', '152206.270000', '152206.273000', '152206.276000', '152206.279000', '152226.101000', '152226.104000', '152226.107000', '152226.110000', '152226.113000', '152226.116000', '152226.118000', '152226.121000', '152226.124000', '152226.127000', '152226.130000', '152226.133000', '152226.136000', '152226.139000', '152226.141000', '152226.144000', '152226.147000', '152226.150000', '152226.153000', '152226.156000', '152226.159000', '152226.162000', '152226.165000', '152226.168000', '152226.171000', '152226.174000', '152226.202000', '152226.204000', '152226.207000', '152226.210000', '152226.213000', '152226.219000', '152226.222000', '152226.225000', '152226.228000', '152226.231000', '152226.234000', '152226.236000', '152226.239000', '152226.242000', '152226.245000', '152226.248000', '152226.251000', '152246.101000', '152246.104000', '152246.107000', '152246.110000', '152246.112000', '152246.115000', '152246.118000', '152246.121000', '152246.124000', '152246.127000', '152246.130000', '152246.132000', '152246.135000', '152246.138000', '152246.141000', '152246.144000', '152246.147000', '152246.150000', '152246.153000', '152246.156000', '152246.158000', '152246.161000', '152246.164000', '152246.167000', '152246.170000', '152246.173000', '152246.207000', '152246.210000', '152246.213000', '152246.216000', '152246.219000', '152246.221000', '152246.224000', '152246.227000', '152246.230000', '152246.233000', '152246.236000', '152246.238000', '152246.241000', '152246.244000', '152246.247000', '152246.250000', '152246.253000', '152246.256000', '152306.101000', '152306.104000', '152306.107000', '152306.110000', '152306.112000', '152306.115000', '152306.118000', '152306.121000', '152306.124000', '152306.127000', '152306.130000', '152306.133000', '152306.136000', '152306.139000', '152306.142000', '152306.144000', '152306.147000', '152306.150000', '152306.153000', '152306.156000', '152306.159000', '152306.162000', '152306.165000', '152306.169000', '152306.172000', '152306.226000', '152306.229000', '152306.232000', '152306.235000', '152306.237000', '152306.241000', '152306.247000', '152306.250000', '152306.253000', '152306.255000', '152306.258000', '152306.261000', '152306.264000', '152306.267000', '152306.270000', '152306.273000', '152306.276000', '152306.279000', '152326.101000', '152326.104000', '152326.107000', '152326.109000', '152326.112000', '152326.115000', '152326.118000', '152326.121000', '152326.124000', '152326.127000', '152326.129000', '152326.132000', '152326.136000', '152326.139000', '152326.142000', '152326.145000', '152326.148000', '152326.151000', '152326.154000', '152326.157000', '152326.159000', '152326.162000', '152326.165000', '152326.168000', '152326.171000', '152326.246000', '152326.249000', '152326.252000', '152326.255000', '152326.258000', '152326.261000', '152326.263000', '152326.266000', '152326.269000', '152326.272000', '152326.275000', '152326.278000', '152326.281000', '152326.283000', '152326.286000', '152326.289000', '152326.292000', '152326.295000', '152326.298000', '152346.101000', '152346.104000', '152346.107000', '152346.110000', '152346.113000', '152346.116000', '152346.118000', '152346.121000', '152346.124000', '152346.127000', '152346.130000', '152346.144000', '152346.147000', '152346.150000', '152346.152000', '152346.155000', '152346.158000', '152346.161000', '152346.164000', '152346.167000', '152346.170000', '152346.173000', '152346.201000', '152346.203000', '152346.206000', '152346.209000', '152346.212000', '152346.215000', '152346.218000', '152346.221000', '152346.224000', '152346.226000', '152346.229000', '152346.232000', '152346.235000', '152346.238000', '152346.241000', '152346.244000', '152346.247000', '152346.250000', '152346.253000', '152346.256000', '152346.259000', '152406.101000', '152406.104000', '152406.107000', '152406.110000', '152406.113000', '152406.115000', '152406.118000', '152406.121000', '152406.124000', '152406.127000', '152406.130000', '152406.133000', '152406.135000', '152406.138000', '152406.141000', '152406.144000', '152406.147000', '152406.150000', '152406.153000', '152406.155000', '152406.158000', '152406.161000', '152406.164000', '152406.167000', '152406.170000', '152406.173000', '152406.216000', '152406.219000', '152406.221000', '152406.224000', '152406.227000', '152406.230000', '152406.233000', '152406.236000', '152406.238000', '152406.241000', '152406.244000', '152406.247000', '152406.250000', '152406.253000', '152406.256000', '152406.259000', '152406.261000', '152406.264000', '152426.101000', '152426.104000', '152426.107000', '152426.110000', '152426.113000', '152426.115000', '152426.118000', '152426.121000', '152426.124000', '152426.127000', '152426.130000', '152426.133000', '152426.136000', '152426.138000', '152426.141000', '152426.144000', '152426.147000', '152426.150000', '152426.153000', '152426.156000', '152426.158000', '152426.161000', '152426.164000', '152426.167000', '152426.170000', '152426.173000', '152426.237000', '152426.240000', '152426.243000', '152426.246000', '152426.249000', '152426.252000', '152426.254000', '152426.257000', '152426.260000', '152426.263000', '152426.266000', '152426.269000', '152426.272000', '152426.275000', '152426.278000', '152426.281000', '152426.284000', '152433.227000', '152433.231000', '152433.235000', '152433.239000', '152433.242000', '152433.246000', '152433.249000', '152433.252000', '152433.255000', '152433.258000', '152433.261000', '152433.264000', '152433.267000', '152433.270000', '152433.273000', '152433.276000'], 'InstanceCreationTime': ['151806.136000', '151806.139000', '151806.142000', '151806.145000', '151806.148000', '151806.151000', '151806.156000', '151806.159000', '151806.162000', '151806.165000', '151806.168000', '151806.170000', '151806.173000', '151806.176000', '151806.179000', '151806.182000', '151806.185000', '151806.188000', '151806.190000', '151806.193000', '151806.196000', '151806.205000', '151806.208000', '151806.211000', '151806.213000', '151806.216000', '151806.219000', '151806.222000', '151806.225000', '151806.228000', '151826.102000', '151826.106000', '151826.109000', '151826.112000', '151826.115000', '151826.118000', '151826.121000', '151826.124000', '151826.126000', '151826.129000', '151826.132000', '151826.135000', '151826.138000', '151826.141000', '151826.149000', '151826.152000', '151826.155000', '151826.158000', '151826.161000', '151826.163000', '151826.166000', '151826.169000', '151826.172000', '151826.175000', '151826.178000', '151826.181000', '151826.184000', '151826.187000', '151826.189000', '151826.192000', '151826.195000', '151826.198000', '151826.201000', '151826.204000', '151826.206000', '151826.209000', '151826.212000', '151826.215000', '151826.218000', '151826.221000', '151826.224000', '151826.226000', '151826.229000', '151846.101000', '151846.104000', '151846.107000', '151846.109000', '151846.112000', '151846.115000', '151846.118000', '151846.121000', '151846.124000', '151846.127000', '151846.129000', '151846.132000', '151846.135000', '151846.138000', '151846.147000', '151846.150000', '151846.153000', '151846.156000', '151846.159000', '151846.161000', '151846.164000', '151846.167000', '151846.170000', '151846.173000', '151846.207000', '151846.210000', '151846.213000', '151846.216000', '151846.219000', '151846.222000', '151846.224000', '151846.227000', '151846.230000', '151846.233000', '151846.236000', '151846.239000', '151846.241000', '151846.244000', '151846.247000', '151846.250000', '151846.253000', '151846.256000', '151846.258000', '151846.261000', '151906.101000', '151906.104000', '151906.107000', '151906.110000', '151906.113000', '151906.116000', '151906.119000', '151906.122000', '151906.124000', '151906.127000', '151906.130000', '151906.133000', '151906.136000', '151906.139000', '151906.141000', '151906.144000', '151906.147000', '151906.150000', '151906.153000', '151906.156000', '151906.158000', '151906.161000', '151906.164000', '151906.180000', '151906.183000', '151906.186000', '151906.189000', '151906.191000', '151906.194000', '151906.197000', '151906.200000', '151906.203000', '151906.206000', '151906.208000', '151906.211000', '151906.214000', '151906.217000', '151906.220000', '151906.223000', '151906.225000', '151906.228000', '151906.231000', '151906.234000', '151926.101000', '151926.104000', '151926.107000', '151926.109000', '151926.113000', '151926.116000', '151926.119000', '151926.121000', '151926.124000', '151926.127000', '151926.130000', '151926.133000', '151926.136000', '151926.139000', '151926.141000', '151926.144000', '151926.147000', '151926.150000', '151926.153000', '151926.156000', '151926.158000', '151926.161000', '151926.164000', '151926.167000', '151926.170000', '151926.173000', '151926.176000', '151926.179000', '151926.181000', '151926.184000', '151926.187000', '151926.190000', '151926.193000', '151926.196000', '151926.199000', '151926.202000', '151926.204000', '151926.207000', '151926.210000', '151926.213000', '151926.216000', '151926.219000', '151926.221000', '151926.224000', '151946.101000', '151946.104000', '151946.107000', '151946.110000', '151946.113000', '151946.116000', '151946.119000', '151946.122000', '151946.124000', '151946.128000', '151946.130000', '151946.133000', '151946.136000', '151946.139000', '151946.142000', '151946.145000', '151946.148000', '151946.151000', '151946.154000', '151946.157000', '151946.160000', '151946.162000', '151946.165000', '151946.168000', '151946.171000', '151946.174000', '151946.182000', '151946.185000', '151946.188000', '151946.191000', '151946.194000', '151946.197000', '151946.199000', '151946.202000', '151946.205000', '151946.208000', '151946.211000', '151946.214000', '151946.216000', '151946.219000', '151946.222000', '151946.225000', '151946.228000', '152006.101000', '152006.104000', '152006.107000', '152006.110000', '152006.113000', '152006.115000', '152006.118000', '152006.121000', '152006.124000', '152006.127000', '152006.130000', '152006.133000', '152006.136000', '152006.139000', '152006.141000', '152006.144000', '152006.147000', '152006.150000', '152006.153000', '152006.156000', '152006.159000', '152006.162000', '152006.165000', '152006.167000', '152006.170000', '152006.173000', '152006.176000', '152006.179000', '152006.182000', '152006.185000', '152006.188000', '152006.190000', '152006.193000', '152006.196000', '152006.199000', '152006.202000', '152006.205000', '152006.208000', '152006.210000', '152006.213000', '152006.216000', '152006.219000', '152006.222000', '152006.225000', '152026.101000', '152026.104000', '152026.107000', '152026.110000', '152026.113000', '152026.116000', '152026.118000', '152026.121000', '152026.124000', '152026.127000', '152026.130000', '152026.133000', '152026.136000', '152026.139000', '152026.142000', '152026.145000', '152026.148000', '152026.151000', '152026.154000', '152026.158000', '152026.161000', '152026.164000', '152026.167000', '152026.169000', '152026.172000', '152026.175000', '152026.178000', '152026.181000', '152026.184000', '152026.187000', '152026.190000', '152026.193000', '152026.196000', '152026.198000', '152026.201000', '152026.204000', '152026.207000', '152026.210000', '152026.213000', '152026.216000', '152026.219000', '152026.221000', '152026.224000', '152046.101000', '152046.104000', '152046.107000', '152046.110000', '152046.112000', '152046.115000', '152046.118000', '152046.121000', '152046.124000', '152046.127000', '152046.130000', '152046.132000', '152046.135000', '152046.138000', '152046.141000', '152046.144000', '152046.147000', '152046.149000', '152046.152000', '152046.162000', '152046.165000', '152046.168000', '152046.170000', '152046.173000', '152046.221000', '152046.223000', '152046.226000', '152046.229000', '152046.232000', '152046.235000', '152046.238000', '152046.240000', '152046.243000', '152046.246000', '152046.249000', '152046.252000', '152046.255000', '152046.258000', '152046.260000', '152046.263000', '152046.266000', '152046.269000', '152046.272000', '152046.275000', '152106.101000', '152106.104000', '152106.107000', '152106.110000', '152106.113000', '152106.116000', '152106.118000', '152106.121000', '152106.124000', '152106.127000', '152106.130000', '152106.133000', '152106.136000', '152106.139000', '152106.141000', '152106.144000', '152106.147000', '152106.150000', '152106.153000', '152106.156000', '152106.159000', '152106.162000', '152106.164000', '152106.167000', '152106.170000', '152106.173000', '152106.216000', '152106.219000', '152106.222000', '152106.225000', '152106.228000', '152106.231000', '152106.234000', '152106.237000', '152106.239000', '152106.242000', '152106.245000', '152106.248000', '152106.251000', '152106.254000', '152106.257000', '152106.259000', '152106.262000', '152126.101000', '152126.104000', '152126.107000', '152126.110000', '152126.112000', '152126.115000', '152126.118000', '152126.121000', '152126.124000', '152126.127000', '152126.130000', '152126.133000', '152126.136000', '152126.138000', '152126.141000', '152126.145000', '152126.148000', '152126.151000', '152126.154000', '152126.157000', '152126.159000', '152126.162000', '152126.165000', '152126.168000', '152126.171000', '152126.227000', '152126.230000', '152126.232000', '152126.235000', '152126.238000', '152126.241000', '152126.244000', '152126.247000', '152126.250000', '152126.253000', '152126.255000', '152126.258000', '152126.261000', '152126.264000', '152126.267000', '152126.270000', '152126.272000', '152126.275000', '152126.278000', '152146.101000', '152146.104000', '152146.107000', '152146.110000', '152146.113000', '152146.115000', '152146.118000', '152146.121000', '152146.124000', '152146.127000', '152146.131000', '152146.134000', '152146.137000', '152146.140000', '152146.142000', '152146.145000', '152146.148000', '152146.151000', '152146.154000', '152146.157000', '152146.160000', '152146.163000', '152146.166000', '152146.169000', '152146.172000', '152146.232000', '152146.235000', '152146.238000', '152146.240000', '152146.243000', '152146.246000', '152146.249000', '152146.252000', '152146.255000', '152146.258000', '152146.261000', '152146.264000', '152146.266000', '152146.269000', '152146.272000', '152146.275000', '152146.278000', '152146.281000', '152206.101000', '152206.104000', '152206.107000', '152206.110000', '152206.112000', '152206.115000', '152206.118000', '152206.121000', '152206.124000', '152206.127000', '152206.130000', '152206.133000', '152206.135000', '152206.138000', '152206.141000', '152206.144000', '152206.147000', '152206.150000', '152206.153000', '152206.156000', '152206.158000', '152206.161000', '152206.164000', '152206.167000', '152206.170000', '152206.173000', '152206.230000', '152206.233000', '152206.236000', '152206.239000', '152206.242000', '152206.244000', '152206.247000', '152206.250000', '152206.253000', '152206.256000', '152206.259000', '152206.262000', '152206.264000', '152206.267000', '152206.270000', '152206.273000', '152206.276000', '152206.279000', '152226.101000', '152226.104000', '152226.107000', '152226.110000', '152226.113000', '152226.116000', '152226.118000', '152226.121000', '152226.124000', '152226.127000', '152226.130000', '152226.133000', '152226.136000', '152226.139000', '152226.141000', '152226.144000', '152226.147000', '152226.150000', '152226.153000', '152226.156000', '152226.159000', '152226.162000', '152226.165000', '152226.168000', '152226.171000', '152226.174000', '152226.202000', '152226.204000', '152226.207000', '152226.210000', '152226.213000', '152226.219000', '152226.222000', '152226.225000', '152226.228000', '152226.231000', '152226.234000', '152226.236000', '152226.239000', '152226.242000', '152226.245000', '152226.248000', '152226.251000', '152246.101000', '152246.104000', '152246.107000', '152246.110000', '152246.112000', '152246.115000', '152246.118000', '152246.121000', '152246.124000', '152246.127000', '152246.130000', '152246.132000', '152246.135000', '152246.138000', '152246.141000', '152246.144000', '152246.147000', '152246.150000', '152246.153000', '152246.156000', '152246.158000', '152246.161000', '152246.164000', '152246.167000', '152246.170000', '152246.173000', '152246.207000', '152246.210000', '152246.213000', '152246.216000', '152246.219000', '152246.221000', '152246.224000', '152246.227000', '152246.230000', '152246.233000', '152246.236000', '152246.238000', '152246.241000', '152246.244000', '152246.247000', '152246.250000', '152246.253000', '152246.256000', '152306.101000', '152306.104000', '152306.107000', '152306.110000', '152306.112000', '152306.115000', '152306.118000', '152306.121000', '152306.124000', '152306.127000', '152306.130000', '152306.133000', '152306.136000', '152306.139000', '152306.142000', '152306.144000', '152306.147000', '152306.150000', '152306.153000', '152306.156000', '152306.159000', '152306.162000', '152306.165000', '152306.169000', '152306.172000', '152306.226000', '152306.229000', '152306.232000', '152306.235000', '152306.237000', '152306.241000', '152306.247000', '152306.250000', '152306.253000', '152306.255000', '152306.258000', '152306.261000', '152306.264000', '152306.267000', '152306.270000', '152306.273000', '152306.276000', '152306.279000', '152326.101000', '152326.104000', '152326.107000', '152326.109000', '152326.112000', '152326.115000', '152326.118000', '152326.121000', '152326.124000', '152326.127000', '152326.129000', '152326.132000', '152326.136000', '152326.139000', '152326.142000', '152326.145000', '152326.148000', '152326.151000', '152326.154000', '152326.157000', '152326.159000', '152326.162000', '152326.165000', '152326.168000', '152326.171000', '152326.246000', '152326.249000', '152326.252000', '152326.255000', '152326.258000', '152326.261000', '152326.263000', '152326.266000', '152326.269000', '152326.272000', '152326.275000', '152326.278000', '152326.281000', '152326.283000', '152326.286000', '152326.289000', '152326.292000', '152326.295000', '152326.298000', '152346.101000', '152346.104000', '152346.107000', '152346.110000', '152346.113000', '152346.116000', '152346.118000', '152346.121000', '152346.124000', '152346.127000', '152346.130000', '152346.144000', '152346.147000', '152346.150000', '152346.152000', '152346.155000', '152346.158000', '152346.161000', '152346.164000', '152346.167000', '152346.170000', '152346.173000', '152346.201000', '152346.203000', '152346.206000', '152346.209000', '152346.212000', '152346.215000', '152346.218000', '152346.221000', '152346.224000', '152346.226000', '152346.229000', '152346.232000', '152346.235000', '152346.238000', '152346.241000', '152346.244000', '152346.247000', '152346.250000', '152346.253000', '152346.256000', '152346.259000', '152406.101000', '152406.104000', '152406.107000', '152406.110000', '152406.113000', '152406.115000', '152406.118000', '152406.121000', '152406.124000', '152406.127000', '152406.130000', '152406.133000', '152406.135000', '152406.138000', '152406.141000', '152406.144000', '152406.147000', '152406.150000', '152406.153000', '152406.155000', '152406.158000', '152406.161000', '152406.164000', '152406.167000', '152406.170000', '152406.173000', '152406.216000', '152406.219000', '152406.221000', '152406.224000', '152406.227000', '152406.230000', '152406.233000', '152406.236000', '152406.238000', '152406.241000', '152406.244000', '152406.247000', '152406.250000', '152406.253000', '152406.256000', '152406.259000', '152406.261000', '152406.264000', '152426.101000', '152426.104000', '152426.107000', '152426.110000', '152426.113000', '152426.115000', '152426.118000', '152426.121000', '152426.124000', '152426.127000', '152426.130000', '152426.133000', '152426.136000', '152426.138000', '152426.141000', '152426.144000', '152426.147000', '152426.150000', '152426.153000', '152426.156000', '152426.158000', '152426.161000', '152426.164000', '152426.167000', '152426.170000', '152426.173000', '152426.237000', '152426.240000', '152426.243000', '152426.246000', '152426.249000', '152426.252000', '152426.254000', '152426.257000', '152426.260000', '152426.263000', '152426.266000', '152426.269000', '152426.272000', '152426.275000', '152426.278000', '152426.281000', '152426.284000', '152433.227000', '152433.231000', '152433.235000', '152433.239000', '152433.242000', '152433.246000', '152433.249000', '152433.252000', '152433.255000', '152433.258000', '152433.261000', '152433.264000', '152433.267000', '152433.270000', '152433.273000', '152433.276000'], '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': [7200, 8269, 7484, 9367, 10083, 8382, 6468, 7514, 7278, 6455, 9399, 9311, 7917, 6573, 9424, 7431, 6274, 8854, 7855, 6307, 8003, 6871, 6369, 9042, 7960, 6325, 6367, 7206, 7038, 6470, 8628, 8060, 6695, 6489, 8354, 8533, 7084, 10901, 9457, 7786, 11987, 8323, 6620, 11080, 8298, 6848, 10490, 7873, 6671, 9419, 6944, 6525, 6825, 7259, 6419, 6343, 9645, 6735, 6536, 6581, 6912, 6322, 8944, 8530, 6256, 7481, 8222, 6480, 9549, 8161, 6498, 6422, 7453, 6421, 8678, 6966, 6289, 9266, 6903, 6528, 7849, 8700, 6247, 8619, 7135, 6527, 7270, 7241, 6409, 9062, 9452, 6843, 8532, 7650, 6606, 6396, 6637, 9712, 10018, 9350, 11783, 10203, 7026, 6327, 8976, 8573, 6867, 13253, 9049, 7328, 6595, 8196, 8064, 6454, 9102, 8648, 6585, 7559, 7915, 6376, 7749, 10446, 7835, 6607, 9434, 6635, 6476, 9115, 7437, 6436, 8556, 6870, 6711, 7492, 8806, 6866, 6363, 8331, 8016, 6475, 7791, 6841, 6873, 6543, 6401, 8183, 7205, 8263, 6737, 10207, 8426, 6485, 10382, 8814, 7375, 12946, 9991, 7120, 6793, 8697, 6530, 8251, 10371, 7473, 6946, 8700, 6391, 7034, 8533, 6475, 7782, 9388, 6418, 6510, 7564, 6530, 6478, 9858, 7547, 6467, 7711, 7855, 6224, 8452, 8096, 6241, 7787, 7343, 6536, 7213, 10486, 8417, 6471, 7744, 7219, 6362, 8714, 8974, 6330, 11277, 8657, 6898, 6556, 7788, 6798, 6491, 6446, 9061, 9308, 6868, 6406, 6273, 6420, 8374, 9776, 6363, 6679, 8026, 6278, 9168, 8698, 6381, 7909, 9430, 6269, 10553, 7340, 6870, 10133, 7027, 6736, 8088, 6529, 8559, 8095, 6742, 6776, 7120, 6251, 7298, 7720, 6302, 8807, 9600, 6699, 6468, 8698, 7733, 7139, 10224, 9459, 6748, 6692, 7216, 6378, 6392, 9444, 8957, 6568, 9620, 9442, 6632, 8945, 8032, 6532, 11971, 9240, 6761, 6503, 7821, 7021, 6509, 8450, 9190, 6421, 6378, 7651, 6547, 10472, 7911, 7078, 9283, 6714, 6488, 7233, 7622, 6559, 6383, 7446, 8349, 6457, 9190, 8245, 6763, 6424, 7595, 9502, 6346, 11433, 9238, 6908, 9085, 7230, 6335, 10097, 7053, 6659, 8656, 7566, 6537, 8238, 7849, 6598, 9218, 8056, 6509, 9401, 6461, 7594, 8361, 6479, 8355, 9253, 6564, 6940, 7152, 6632, 9053, 7829, 6580, 10478, 7849, 6754, 9235, 6581, 8808, 7840, 6625, 9984, 7912, 6721, 9092, 6330, 7820, 8524, 6306, 7940, 8090, 6483, 6518, 8013, 6580, 6498, 6774, 9754, 8102, 6982, 6643, 6859, 8643, 6536, 9758, 9308, 6644, 8461, 10130, 6453, 11419, 8954, 7441, 10157, 6782, 7872, 7781, 6560, 7777, 8918, 6655, 8247, 8333, 6435, 8388, 8447, 6566, 8096, 6728, 6460, 8821, 7386, 6459, 9745, 8144, 6483, 8929, 6789, 6421, 9828, 7673, 6270, 8745, 7110, 6538, 7015, 7853, 6214, 8746, 9840, 7842, 6624, 8893, 8692, 6609, 11030, 9467, 7457, 6520, 9605, 8670, 6650, 8583, 8571, 7614, 7718, 8205, 7565, 6405, 6640, 7548, 8608, 8885, 6713, 6495, 6383, 9344, 10114, 8031, 6522, 9644, 7582, 7104, 6539, 9474, 9955, 10097, 8469, 11532, 7620, 6572, 8484, 9302, 7049, 9068, 9474, 6754, 7270, 8107, 6585, 7522, 9291, 6539, 7220, 7771, 6570, 8361, 8762, 6806, 9741, 8136, 6314, 8619, 6358, 7006, 8481, 6372, 7590, 8689, 6898, 6635, 7113, 6230, 7092, 9053, 6626, 8963, 7910, 6608, 9397, 7228, 6577, 10435, 7883, 10760, 9802, 6949, 6490, 9582, 8374, 6346, 7561, 8755, 6787, 6726, 9670, 6889, 7181, 10722, 6865, 9206, 7992, 6763, 10747, 7212, 11854, 8626, 6641, 9302, 6550, 7163, 8300, 6462, 6665, 7227, 6548, 6785, 7387, 6506, 8294, 9313, 6516, 7770, 8087, 6462, 10501, 8485, 7196, 9957, 6636, 7689, 7658, 6673, 7277, 8609, 6418, 6563, 7129, 6485, 7247, 9224, 6823, 7081, 9185, 6726, 7143, 9005, 6607, 10366, 11056, 7181, 12176, 7995, 7209, 9638, 8711, 6606, 7914, 9089, 7015, 7212, 6812, 7704, 8428, 7393, 7584, 6882, 9426, 10049, 6980, 10604, 9833, 6997, 9076, 10387, 7831, 10937, 9411, 8923, 12280, 12220, 8159, 8260, 8876, 6377, 9021, 8993, 6567, 9954, 9201, 6832, 8213, 9729, 6934, 8837, 7437, 6577, 7180, 8351, 7679, 6358, 7105, 9374, 6652, 6432, 10926, 9934, 6772, 7390, 8985, 7148, 7006, 9991, 6946, 7029, 8367, 7136, 6895, 6713, 6856, 8546, 8818, 6790, 7217, 6955, 7191, 8222, 7040, 6838, 7153, 10568, 10244, 8009, 13635, 10003, 10312, 12727, 8403, 13763, 8808, 14811, 9162, 7936, 8962, 6546, 8650, 6436, 8246, 6860, 6716, 8370, 6416, 6793, 7371, 6439, 6819, 7963, 6652, 8234, 7871, 6555, 10691, 7759, 9214, 11366, 7540, 10168, 7518, 7190, 9571, 6783, 9564, 9978, 10272, 6385, 7296, 8147, 6805, 10544, 8031, 6705, 9950, 6562, 10242, 9745, 7498, 11235, 9507, 7009, 10004, 10059, 6931, 10312, 7428, 9068, 9350, 7356, 9335, 8950, 7564, 7385, 7684, 9274, 7403, 7270, 6580, 6780, 8005, 7207, 6513, 8729, 10076, 7761, 6851, 9245, 9378, 6619, 10445, 8995, 6343, 10629, 7466, 7135, 10313, 9106, 7321, 8113, 7302, 6585, 6946, 10008, 9852, 6693, 9980, 7618, 7330, 10285, 6985, 10189, 9845, 7455, 10388, 8442, 6996, 7230, 7834, 8008, 7070, 6835, 9784, 9207, 6750, 11176, 9446, 7025, 11336, 8106, 7315, 9090, 7000, 10887, 7653, 7280, 9129, 8093, 6942, 6282, 7341, 6878, 7144, 6688, 7737, 9781, 8200, 6628, 7223, 10038, 7520, 10679, 9722, 10540, 11036, 7907, 11039, 8821, 7739, 10466, 7064, 7492, 9074, 6480, 7526, 9318, 7016, 10251, 8858, 6538, 9986, 7996, 7091, 9369, 6882, 11277, 8225, 6454, 8787, 6542, 10878, 7125, 7454, 9987, 7314, 7073, 8118, 6405, 7270, 8425, 6728, 8134, 10653, 7038, 7438, 9405, 6753, 11156, 9012, 7799, 11703, 7862, 9798, 8962, 6828, 11127, 7609, 7388, 10611, 6988, 7877, 9877, 7625, 6525, 7767, 7732, 6785, 9041, 6540, 6810, 8582, 7394, 6428, 8394, 9755, 7759, 7735, 6324, 6984, 7661, 7999, 6579, 6484, 9692, 8750, 7115, 11272, 12745], 'WindowCenter': [4265.0, 4254.0, 4220.0, 4233.0, 4228.0, 4196.0, 4155.0, 4174.0, 4172.0, 4143.0, 4192.0, 4192.0, 4172.0, 4151.0, 4191.0, 4158.0, 4154.0, 4202.0, 4168.0, 4137.0, 4170.0, 4136.0, 4140.0, 4189.0, 4169.0, 4141.0, 4152.0, 4161.0, 4161.0, 4153.0, 4193.0, 4170.0, 4151.0, 4138.0, 4169.0, 4180.0, 4150.0, 4201.0, 4191.0, 4160.0, 4210.0, 4168.0, 4135.0, 4184.0, 4153.0, 4122.0, 4173.0, 4145.0, 4127.0, 4165.0, 4134.0, 4114.0, 4137.0, 4133.0, 4115.0, 4128.0, 4178.0, 4126.0, 4127.0, 4138.0, 4147.0, 4150.0, 4178.0, 4178.0, 4137.0, 4158.0, 4167.0, 4141.0, 4202.0, 4181.0, 4140.0, 4138.0, 4158.0, 4139.0, 4179.0, 4148.0, 4141.0, 4192.0, 4160.0, 4141.0, 4183.0, 4195.0, 4154.0, 4182.0, 4162.0, 4141.0, 4162.0, 4162.0, 4143.0, 4194.0, 4203.0, 4167.0, 4196.0, 4170.0, 4152.0, 4141.0, 4151.0, 4202.0, 4203.0, 4193.0, 4223.0, 4201.0, 4150.0, 4138.0, 4178.0, 4168.0, 4137.0, 4219.0, 4178.0, 4159.0, 4139.0, 4166.0, 4156.0, 4126.0, 4175.0, 4178.0, 4137.0, 4157.0, 4156.0, 4125.0, 4157.0, 4185.0, 4156.0, 4137.0, 4176.0, 4136.0, 4125.0, 4177.0, 4145.0, 4125.0, 4166.0, 4137.0, 4151.0, 4171.0, 4177.0, 4149.0, 4139.0, 4168.0, 4167.0, 4140.0, 4158.0, 4137.0, 4149.0, 4139.0, 4139.0, 4181.0, 4159.0, 4169.0, 4150.0, 4200.0, 4170.0, 4128.0, 4188.0, 4167.0, 4147.0, 4208.0, 4175.0, 4136.0, 4124.0, 4152.0, 4114.0, 4153.0, 4174.0, 4134.0, 4133.0, 4164.0, 4124.0, 4132.0, 4165.0, 4123.0, 4145.0, 4174.0, 4125.0, 4125.0, 4156.0, 4126.0, 4136.0, 4186.0, 4156.0, 4139.0, 4158.0, 4169.0, 4128.0, 4179.0, 4169.0, 4140.0, 4168.0, 4158.0, 4138.0, 4148.0, 4200.0, 4170.0, 4140.0, 4160.0, 4160.0, 4138.0, 4166.0, 4165.0, 4127.0, 4199.0, 4168.0, 4164.0, 4140.0, 4157.0, 4123.0, 4115.0, 4117.0, 4181.0, 4192.0, 4141.0, 4142.0, 4142.0, 4155.0, 4195.0, 4218.0, 4156.0, 4150.0, 4183.0, 4154.0, 4191.0, 4182.0, 4142.0, 4168.0, 4178.0, 4127.0, 4198.0, 4150.0, 4139.0, 4199.0, 4161.0, 4140.0, 4155.0, 4127.0, 4166.0, 4156.0, 4138.0, 4138.0, 4149.0, 4138.0, 4148.0, 4158.0, 4141.0, 4189.0, 4191.0, 4152.0, 4140.0, 4181.0, 4161.0, 4148.0, 4202.0, 4191.0, 4151.0, 4150.0, 4160.0, 4140.0, 4138.0, 4190.0, 4183.0, 4151.0, 4189.0, 4201.0, 4151.0, 4178.0, 4157.0, 4115.0, 4195.0, 4176.0, 4127.0, 4130.0, 4158.0, 4137.0, 4128.0, 4168.0, 4177.0, 4128.0, 4126.0, 4145.0, 4124.0, 4189.0, 4157.0, 4134.0, 4175.0, 4135.0, 4127.0, 4146.0, 4158.0, 4127.0, 4127.0, 4159.0, 4181.0, 4138.0, 4191.0, 4180.0, 4149.0, 4139.0, 4159.0, 4189.0, 4139.0, 4211.0, 4180.0, 4148.0, 4177.0, 4148.0, 4126.0, 4187.0, 4138.0, 4126.0, 4168.0, 4158.0, 4127.0, 4166.0, 4170.0, 4140.0, 4190.0, 4170.0, 4140.0, 4188.0, 4138.0, 4157.0, 4167.0, 4129.0, 4168.0, 4177.0, 4148.0, 4149.0, 4148.0, 4136.0, 4175.0, 4158.0, 4138.0, 4200.0, 4158.0, 4138.0, 4178.0, 4138.0, 4165.0, 4158.0, 4126.0, 4186.0, 4159.0, 4136.0, 4166.0, 4124.0, 4143.0, 4164.0, 4125.0, 4157.0, 4157.0, 4139.0, 4127.0, 4158.0, 4139.0, 4139.0, 4150.0, 4191.0, 4172.0, 4161.0, 4152.0, 4153.0, 4194.0, 4142.0, 4191.0, 4190.0, 4149.0, 4166.0, 4187.0, 4125.0, 4196.0, 4168.0, 4146.0, 4187.0, 4134.0, 4154.0, 4141.0, 4124.0, 4142.0, 4164.0, 4137.0, 4165.0, 4165.0, 4124.0, 4164.0, 4168.0, 4149.0, 4167.0, 4148.0, 4152.0, 4182.0, 4160.0, 4141.0, 4190.0, 4169.0, 4138.0, 4179.0, 4137.0, 4126.0, 4187.0, 4158.0, 4137.0, 4179.0, 4148.0, 4139.0, 4149.0, 4167.0, 4130.0, 4180.0, 4201.0, 4171.0, 4151.0, 4179.0, 4180.0, 4140.0, 4210.0, 4190.0, 4159.0, 4129.0, 4178.0, 4168.0, 4137.0, 4166.0, 4169.0, 4161.0, 4160.0, 4171.0, 4156.0, 4127.0, 4149.0, 4159.0, 4182.0, 4177.0, 4137.0, 4125.0, 4128.0, 4191.0, 4203.0, 4171.0, 4129.0, 4176.0, 4145.0, 4124.0, 4113.0, 4174.0, 4173.0, 4175.0, 4154.0, 4183.0, 4133.0, 4123.0, 4154.0, 4163.0, 4122.0, 4151.0, 4160.0, 4111.0, 4119.0, 4126.0, 4110.0, 4119.0, 4149.0, 4111.0, 4131.0, 4131.0, 4120.0, 4142.0, 4152.0, 4123.0, 4174.0, 4155.0, 4124.0, 4154.0, 4122.0, 4134.0, 4155.0, 4113.0, 4145.0, 4165.0, 4149.0, 4139.0, 4146.0, 4116.0, 4147.0, 4177.0, 4139.0, 4178.0, 4159.0, 4138.0, 4179.0, 4147.0, 4126.0, 4188.0, 4158.0, 4200.0, 4190.0, 4136.0, 4114.0, 4175.0, 4154.0, 4125.0, 4146.0, 4166.0, 4136.0, 4125.0, 4189.0, 4146.0, 4134.0, 4183.0, 4123.0, 4162.0, 4141.0, 4109.0, 4172.0, 4131.0, 4180.0, 4151.0, 4109.0, 4148.0, 4097.0, 4106.0, 4139.0, 4111.0, 4120.0, 4143.0, 4125.0, 4134.0, 4145.0, 4126.0, 4166.0, 4177.0, 4139.0, 4156.0, 4155.0, 4124.0, 4186.0, 4166.0, 4134.0, 4174.0, 4125.0, 4142.0, 4143.0, 4124.0, 4144.0, 4163.0, 4126.0, 4134.0, 4145.0, 4136.0, 4157.0, 4190.0, 4148.0, 4149.0, 4188.0, 4137.0, 4135.0, 4166.0, 4137.0, 4187.0, 4197.0, 4136.0, 4196.0, 4155.0, 4134.0, 4177.0, 4168.0, 4124.0, 4146.0, 4169.0, 4138.0, 4136.0, 4128.0, 4145.0, 4168.0, 4148.0, 4158.0, 4149.0, 4191.0, 4189.0, 4139.0, 4191.0, 4190.0, 4152.0, 4168.0, 4175.0, 4145.0, 4174.0, 4165.0, 4155.0, 4183.0, 4181.0, 4130.0, 4130.0, 4139.0, 4100.0, 4139.0, 4150.0, 4109.0, 4159.0, 4150.0, 4110.0, 4140.0, 4161.0, 4136.0, 4164.0, 4135.0, 4124.0, 4134.0, 4154.0, 4145.0, 4114.0, 4124.0, 4164.0, 4124.0, 4114.0, 4186.0, 4176.0, 4124.0, 4136.0, 4152.0, 4122.0, 4110.0, 4160.0, 4122.0, 4123.0, 4169.0, 4137.0, 4139.0, 4126.0, 4124.0, 4156.0, 4169.0, 4138.0, 4149.0, 4141.0, 4140.0, 4158.0, 4141.0, 4128.0, 4126.0, 4174.0, 4163.0, 4133.0, 4195.0, 4164.0, 4163.0, 4182.0, 4130.0, 4179.0, 4128.0, 4177.0, 4128.0, 4105.0, 4125.0, 4086.0, 4123.0, 4084.0, 4114.0, 4097.0, 4098.0, 4142.0, 4126.0, 4138.0, 4158.0, 4128.0, 4150.0, 4158.0, 4136.0, 4155.0, 4155.0, 4124.0, 4186.0, 4147.0, 4178.0, 4198.0, 4148.0, 4187.0, 4145.0, 4135.0, 4175.0, 4140.0, 4177.0, 4176.0, 4187.0, 4127.0, 4147.0, 4156.0, 4135.0, 4185.0, 4143.0, 4123.0, 4174.0, 4124.0, 4174.0, 4175.0, 4136.0, 4196.0, 4164.0, 4120.0, 4147.0, 4147.0, 4107.0, 4159.0, 4122.0, 4151.0, 4151.0, 4122.0, 4151.0, 4152.0, 4122.0, 4109.0, 4108.0, 4139.0, 4109.0, 4111.0, 4102.0, 4113.0, 4132.0, 4120.0, 4114.0, 4154.0, 4174.0, 4144.0, 4125.0, 4162.0, 4165.0, 4124.0, 4172.0, 4152.0, 4111.0, 4159.0, 4118.0, 4108.0, 4172.0, 4152.0, 4132.0, 4142.0, 4132.0, 4123.0, 4137.0, 4187.0, 4176.0, 4125.0, 4176.0, 4144.0, 4133.0, 4174.0, 4122.0, 4161.0, 4163.0, 4134.0, 4173.0, 4141.0, 4110.0, 4120.0, 4129.0, 4128.0, 4107.0, 4110.0, 4162.0, 4152.0, 4113.0, 4182.0, 4162.0, 4122.0, 4171.0, 4128.0, 4105.0, 4125.0, 4095.0, 4157.0, 4117.0, 4117.0, 4163.0, 4144.0, 4123.0, 4112.0, 4133.0, 4111.0, 4134.0, 4138.0, 4159.0, 4190.0, 4170.0, 4151.0, 4163.0, 4202.0, 4173.0, 4202.0, 4191.0, 4187.0, 4185.0, 4142.0, 4173.0, 4165.0, 4146.0, 4172.0, 4121.0, 4119.0, 4139.0, 4097.0, 4117.0, 4149.0, 4121.0, 4161.0, 4150.0, 4101.0, 4160.0, 4128.0, 4108.0, 4148.0, 4110.0, 4169.0, 4139.0, 4098.0, 4138.0, 4097.0, 4157.0, 4108.0, 4120.0, 4161.0, 4131.0, 4121.0, 4142.0, 4111.0, 4144.0, 4166.0, 4135.0, 4154.0, 4185.0, 4134.0, 4132.0, 4164.0, 4122.0, 4185.0, 4164.0, 4133.0, 4185.0, 4142.0, 4161.0, 4151.0, 4108.0, 4168.0, 4117.0, 4118.0, 4159.0, 4120.0, 4130.0, 4161.0, 4131.0, 4114.0, 4144.0, 4146.0, 4137.0, 4168.0, 4117.0, 4114.0, 4157.0, 4136.0, 4128.0, 4170.0, 4192.0, 4161.0, 4159.0, 4141.0, 4150.0, 4145.0, 4145.0, 4122.0, 4114.0, 4165.0, 4154.0, 4138.0, 4197.0, 4206.0], 'WindowWidth': [9486.0, 9446.0, 9388.0, 9391.0, 9374.0, 9326.0, 9269.0, 9290.0, 9285.0, 9246.0, 9309.0, 9308.0, 9282.0, 9254.0, 9303.0, 9259.0, 9262.0, 9327.0, 9272.0, 9230.0, 9278.0, 9224.0, 9238.0, 9301.0, 9275.0, 9240.0, 9257.0, 9265.0, 9270.0, 9262.0, 9310.0, 9276.0, 9252.0, 9233.0, 9272.0, 9287.0, 9247.0, 9317.0, 9302.0, 9261.0, 9326.0, 9267.0, 9219.0, 9282.0, 9239.0, 9195.0, 9261.0, 9231.0, 9208.0, 9258.0, 9216.0, 9188.0, 9222.0, 9212.0, 9190.0, 9211.0, 9276.0, 9206.0, 9212.0, 9227.0, 9238.0, 9252.0, 9281.0, 9280.0, 9227.0, 9257.0, 9267.0, 9238.0, 9322.0, 9291.0, 9234.0, 9230.0, 9257.0, 9230.0, 9285.0, 9243.0, 9237.0, 9306.0, 9263.0, 9240.0, 9296.0, 9314.0, 9261.0, 9295.0, 9267.0, 9241.0, 9266.0, 9266.0, 9244.0, 9309.0, 9322.0, 9282.0, 9317.0, 9276.0, 9255.0, 9237.0, 9251.0, 9320.0, 9324.0, 9308.0, 9348.0, 9318.0, 9248.0, 9230.0, 9280.0, 9268.0, 9226.0, 9336.0, 9281.0, 9259.0, 9231.0, 9263.0, 9248.0, 9209.0, 9275.0, 9281.0, 9227.0, 9254.0, 9249.0, 9207.0, 9251.0, 9288.0, 9250.0, 9225.0, 9277.0, 9223.0, 9207.0, 9278.0, 9234.0, 9207.0, 9265.0, 9228.0, 9256.0, 9283.0, 9281.0, 9248.0, 9235.0, 9270.0, 9267.0, 9234.0, 9257.0, 9228.0, 9248.0, 9232.0, 9234.0, 9292.0, 9259.0, 9272.0, 9249.0, 9314.0, 9273.0, 9214.0, 9295.0, 9265.0, 9237.0, 9317.0, 9273.0, 9221.0, 9202.0, 9235.0, 9189.0, 9238.0, 9268.0, 9215.0, 9215.0, 9255.0, 9202.0, 9210.0, 9257.0, 9202.0, 9231.0, 9269.0, 9208.0, 9207.0, 9248.0, 9211.0, 9226.0, 9291.0, 9252.0, 9234.0, 9256.0, 9272.0, 9219.0, 9285.0, 9274.0, 9236.0, 9272.0, 9257.0, 9229.0, 9244.0, 9313.0, 9274.0, 9236.0, 9263.0, 9260.0, 9228.0, 9263.0, 9261.0, 9212.0, 9308.0, 9268.0, 9274.0, 9233.0, 9250.0, 9201.0, 9191.0, 9193.0, 9284.0, 9303.0, 9236.0, 9240.0, 9243.0, 9269.0, 9322.0, 9352.0, 9268.0, 9249.0, 9298.0, 9262.0, 9305.0, 9293.0, 9240.0, 9269.0, 9282.0, 9212.0, 9308.0, 9247.0, 9231.0, 9311.0, 9265.0, 9235.0, 9249.0, 9213.0, 9263.0, 9250.0, 9227.0, 9229.0, 9246.0, 9230.0, 9241.0, 9257.0, 9238.0, 9299.0, 9303.0, 9255.0, 9238.0, 9291.0, 9264.0, 9242.0, 9318.0, 9303.0, 9252.0, 9250.0, 9261.0, 9235.0, 9231.0, 9301.0, 9294.0, 9251.0, 9301.0, 9318.0, 9250.0, 9281.0, 9252.0, 9192.0, 9300.0, 9275.0, 9210.0, 9218.0, 9253.0, 9225.0, 9216.0, 9268.0, 9278.0, 9216.0, 9212.0, 9234.0, 9204.0, 9292.0, 9251.0, 9216.0, 9271.0, 9219.0, 9212.0, 9237.0, 9253.0, 9212.0, 9212.0, 9262.0, 9293.0, 9230.0, 9301.0, 9289.0, 9247.0, 9234.0, 9257.0, 9297.0, 9232.0, 9326.0, 9285.0, 9244.0, 9279.0, 9241.0, 9208.0, 9289.0, 9227.0, 9208.0, 9267.0, 9255.0, 9214.0, 9265.0, 9275.0, 9233.0, 9300.0, 9274.0, 9235.0, 9294.0, 9229.0, 9252.0, 9264.0, 9215.0, 9267.0, 9279.0, 9245.0, 9245.0, 9243.0, 9225.0, 9274.0, 9255.0, 9227.0, 9312.0, 9255.0, 9229.0, 9279.0, 9227.0, 9259.0, 9252.0, 9208.0, 9286.0, 9254.0, 9222.0, 9262.0, 9205.0, 9227.0, 9257.0, 9206.0, 9249.0, 9252.0, 9231.0, 9214.0, 9254.0, 9234.0, 9232.0, 9248.0, 9304.0, 9279.0, 9266.0, 9255.0, 9259.0, 9316.0, 9241.0, 9302.0, 9302.0, 9247.0, 9264.0, 9291.0, 9209.0, 9303.0, 9267.0, 9235.0, 9290.0, 9218.0, 9243.0, 9222.0, 9203.0, 9226.0, 9257.0, 9224.0, 9261.0, 9261.0, 9205.0, 9258.0, 9270.0, 9245.0, 9268.0, 9245.0, 9254.0, 9291.0, 9263.0, 9238.0, 9301.0, 9272.0, 9231.0, 9285.0, 9228.0, 9210.0, 9291.0, 9256.0, 9227.0, 9285.0, 9243.0, 9233.0, 9246.0, 9267.0, 9220.0, 9286.0, 9316.0, 9278.0, 9250.0, 9283.0, 9288.0, 9235.0, 9327.0, 9301.0, 9260.0, 9217.0, 9279.0, 9268.0, 9224.0, 9261.0, 9267.0, 9262.0, 9261.0, 9276.0, 9249.0, 9211.0, 9247.0, 9259.0, 9292.0, 9280.0, 9226.0, 9207.0, 9215.0, 9308.0, 9322.0, 9278.0, 9215.0, 9274.0, 9230.0, 9200.0, 9184.0, 9269.0, 9265.0, 9268.0, 9239.0, 9279.0, 9210.0, 9198.0, 9241.0, 9249.0, 9193.0, 9231.0, 9241.0, 9176.0, 9184.0, 9191.0, 9173.0, 9184.0, 9225.0, 9178.0, 9207.0, 9206.0, 9191.0, 9222.0, 9237.0, 9201.0, 9268.0, 9244.0, 9203.0, 9242.0, 9198.0, 9214.0, 9242.0, 9187.0, 9231.0, 9260.0, 9245.0, 9232.0, 9237.0, 9198.0, 9240.0, 9280.0, 9230.0, 9281.0, 9256.0, 9228.0, 9279.0, 9236.0, 9206.0, 9291.0, 9252.0, 9310.0, 9299.0, 9221.0, 9187.0, 9272.0, 9242.0, 9205.0, 9231.0, 9261.0, 9223.0, 9206.0, 9297.0, 9237.0, 9215.0, 9280.0, 9199.0, 9248.0, 9218.0, 9174.0, 9258.0, 9206.0, 9269.0, 9232.0, 9174.0, 9223.0, 9155.0, 9166.0, 9214.0, 9180.0, 9193.0, 9227.0, 9207.0, 9219.0, 9234.0, 9210.0, 9263.0, 9279.0, 9232.0, 9250.0, 9247.0, 9205.0, 9288.0, 9262.0, 9215.0, 9269.0, 9206.0, 9223.0, 9225.0, 9202.0, 9229.0, 9254.0, 9209.0, 9219.0, 9234.0, 9225.0, 9252.0, 9298.0, 9243.0, 9247.0, 9295.0, 9228.0, 9221.0, 9261.0, 9225.0, 9290.0, 9305.0, 9223.0, 9301.0, 9244.0, 9214.0, 9278.0, 9265.0, 9199.0, 9234.0, 9267.0, 9226.0, 9221.0, 9210.0, 9232.0, 9268.0, 9243.0, 9256.0, 9247.0, 9304.0, 9297.0, 9227.0, 9299.0, 9299.0, 9250.0, 9266.0, 9271.0, 9228.0, 9266.0, 9255.0, 9242.0, 9274.0, 9269.0, 9202.0, 9199.0, 9210.0, 9160.0, 9211.0, 9228.0, 9173.0, 9238.0, 9228.0, 9176.0, 9214.0, 9247.0, 9221.0, 9255.0, 9217.0, 9202.0, 9214.0, 9240.0, 9230.0, 9187.0, 9199.0, 9254.0, 9202.0, 9189.0, 9285.0, 9272.0, 9203.0, 9217.0, 9233.0, 9193.0, 9175.0, 9241.0, 9193.0, 9198.0, 9268.0, 9223.0, 9227.0, 9203.0, 9203.0, 9248.0, 9267.0, 9228.0, 9245.0, 9237.0, 9231.0, 9251.0, 9232.0, 9214.0, 9207.0, 9267.0, 9251.0, 9210.0, 9294.0, 9252.0, 9247.0, 9272.0, 9198.0, 9263.0, 9194.0, 9258.0, 9190.0, 9156.0, 9183.0, 9136.0, 9181.0, 9131.0, 9170.0, 9153.0, 9158.0, 9220.0, 9213.0, 9232.0, 9259.0, 9217.0, 9252.0, 9256.0, 9222.0, 9245.0, 9245.0, 9205.0, 9288.0, 9239.0, 9280.0, 9306.0, 9240.0, 9289.0, 9233.0, 9217.0, 9273.0, 9235.0, 9278.0, 9275.0, 9293.0, 9215.0, 9241.0, 9250.0, 9221.0, 9283.0, 9228.0, 9200.0, 9269.0, 9202.0, 9267.0, 9272.0, 9220.0, 9303.0, 9254.0, 9190.0, 9220.0, 9220.0, 9168.0, 9239.0, 9192.0, 9230.0, 9230.0, 9192.0, 9231.0, 9233.0, 9192.0, 9169.0, 9162.0, 9207.0, 9165.0, 9174.0, 9165.0, 9185.0, 9208.0, 9190.0, 9190.0, 9241.0, 9267.0, 9229.0, 9206.0, 9248.0, 9257.0, 9202.0, 9261.0, 9234.0, 9179.0, 9239.0, 9184.0, 9170.0, 9260.0, 9235.0, 9209.0, 9223.0, 9210.0, 9202.0, 9226.0, 9291.0, 9274.0, 9207.0, 9272.0, 9228.0, 9211.0, 9266.0, 9195.0, 9246.0, 9250.0, 9215.0, 9265.0, 9217.0, 9176.0, 9188.0, 9200.0, 9197.0, 9168.0, 9174.0, 9247.0, 9234.0, 9186.0, 9276.0, 9250.0, 9197.0, 9256.0, 9196.0, 9159.0, 9187.0, 9147.0, 9230.0, 9177.0, 9179.0, 9251.0, 9228.0, 9198.0, 9182.0, 9210.0, 9177.0, 9215.0, 9229.0, 9259.0, 9301.0, 9275.0, 9251.0, 9269.0, 9320.0, 9285.0, 9322.0, 9302.0, 9290.0, 9284.0, 9222.0, 9263.0, 9257.0, 9236.0, 9264.0, 9194.0, 9189.0, 9213.0, 9156.0, 9181.0, 9226.0, 9194.0, 9244.0, 9229.0, 9166.0, 9240.0, 9197.0, 9169.0, 9223.0, 9175.0, 9254.0, 9214.0, 9158.0, 9211.0, 9155.0, 9233.0, 9171.0, 9191.0, 9246.0, 9207.0, 9194.0, 9224.0, 9183.0, 9231.0, 9265.0, 9221.0, 9242.0, 9285.0, 9218.0, 9211.0, 9254.0, 9198.0, 9283.0, 9254.0, 9211.0, 9283.0, 9223.0, 9243.0, 9229.0, 9170.0, 9247.0, 9181.0, 9182.0, 9237.0, 9188.0, 9201.0, 9245.0, 9206.0, 9189.0, 9230.0, 9233.0, 9226.0, 9264.0, 9197.0, 9185.0, 9246.0, 9219.0, 9215.0, 9273.0, 9307.0, 9266.0, 9258.0, 9238.0, 9250.0, 9230.0, 9228.0, 9196.0, 9187.0, 9257.0, 9241.0, 9227.0, 9304.0, 9314.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.005089688940092166</td></tr>
<tr><td colspan=3>aqi</td><td>0.05631687949308756</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.649838690553615</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1777411567589395</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025289470703587</td></tr>
<tr><td colspan=3>efc</td><td>0.481</td></tr>
<tr><td colspan=3>fber</td><td>4326.6567</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16578293295025454</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>229</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.382488479262673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.713560029467604</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7170028443125136</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7545476615991933</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.669129582491105</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003936009481549263</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.008452607318758965</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>3.9480040930982514</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>34.195</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0951</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.4428</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>300747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.7756</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.627</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.0115</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.8088</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.6102</td></tr>
<tr><td colspan=3>tsnr</td><td>27.703002153430134</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>