ds005256-mriqc/sub-0006_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 5e4dfbdf6b [DATALAD RUNCMD] Compute MRIQC for sub-0006
=== 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-0006 --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-0006",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:17:41 +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-0006_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0006_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-04/func/sub-0006_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>324d323a3e995a48f6cad370e4ab1e90</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>10:15:34.600000</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.999126, -0.0153387, 0.0388862, 0.0223244, 0.98227, -0.186137]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0970193</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7709, -7286, 590, -72, -96, -28, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>241.165</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34dc7533-5e40-4412-9819-0bee7031674c||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.68058180809021, 0.059894680976867676, 0.09542237967252731, 108.20121765136719], [0.04115255922079086, 2.635359287261963, -0.5044735670089722, -82.50225830078125], [0.1043287143111229, 0.49939101934432983, 2.650735855102539, -90.53385925292969], [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': ['101534.600000', '101535.060000', '101535.520000', '101535.980000', '101536.440000', '101536.900000', '101537.360000', '101537.820000', '101538.280000', '101538.740000', '101539.200000', '101539.660000', '101540.120000', '101540.580000', '101541.040000', '101541.500000', '101541.960000', '101542.420000', '101542.880000', '101543.340000', '101543.800000', '101544.260000', '101544.720000', '101545.180000', '101545.640000', '101546.100000', '101546.560000', '101547.020000', '101547.480000', '101547.940000', '101548.400000', '101548.860000', '101549.320000', '101549.780000', '101550.240000', '101550.700000', '101551.160000', '101551.620000', '101552.080000', '101552.540000', '101553.000000', '101553.460000', '101553.920000', '101554.380000', '101554.840000', '101555.300000', '101555.760000', '101556.220000', '101556.680000', '101557.140000', '101557.600000', '101558.060000', '101558.520000', '101558.980000', '101559.440000', '101559.900000', '101600.360000', '101600.820000', '101601.280000', '101601.740000', '101602.200000', '101602.660000', '101603.120000', '101603.580000', '101604.040000', '101604.500000', '101604.960000', '101605.420000', '101605.880000', '101606.340000', '101606.800000', '101607.260000', '101607.720000', '101608.180000', '101608.640000', '101609.100000', '101609.560000', '101610.020000', '101610.480000', '101610.940000', '101611.400000', '101611.860000', '101612.320000', '101612.780000', '101613.240000', '101613.700000', '101614.160000', '101614.620000', '101615.080000', '101615.540000', '101616.000000', '101616.460000', '101616.920000', '101617.380000', '101617.840000', '101618.300000', '101618.760000', '101619.220000', '101619.680000', '101620.140000', '101620.600000', '101621.060000', '101621.520000', '101621.980000', '101622.440000', '101622.900000', '101623.360000', '101623.820000', '101624.280000', '101624.740000', '101625.200000', '101625.660000', '101626.120000', '101626.580000', '101627.040000', '101627.500000', '101627.960000', '101628.420000', '101628.880000', '101629.340000', '101629.800000', '101630.260000', '101630.720000', '101631.180000', '101631.640000', '101632.100000', '101632.560000', '101633.020000', '101633.480000', '101633.940000', '101634.400000', '101634.860000', '101635.320000', '101635.780000', '101636.240000', '101636.700000', '101637.160000', '101637.620000', '101638.080000', '101638.540000', '101639.000000', '101639.460000', '101639.920000', '101640.380000', '101640.840000', '101641.300000', '101641.760000', '101642.220000', '101642.680000', '101643.140000', '101643.600000', '101644.060000', '101644.520000', '101644.980000', '101645.440000', '101645.900000', '101646.360000', '101646.820000', '101647.280000', '101647.740000', '101648.200000', '101648.660000', '101649.120000', '101649.580000', '101650.040000', '101650.500000', '101650.960000', '101651.420000', '101651.880000', '101652.340000', '101652.800000', '101653.260000', '101653.720000', '101654.180000', '101654.640000', '101655.100000', '101655.560000', '101656.020000', '101656.480000', '101656.940000', '101657.400000', '101657.860000', '101658.320000', '101658.780000', '101659.240000', '101659.700000', '101700.160000', '101700.620000', '101701.080000', '101701.540000', '101702.000000', '101702.460000', '101702.920000', '101703.380000', '101703.840000', '101704.300000', '101704.760000', '101705.220000', '101705.680000', '101706.140000', '101706.600000', '101707.060000', '101707.520000', '101707.980000', '101708.440000', '101708.900000', '101709.360000', '101709.820000', '101710.280000', '101710.740000', '101711.200000', '101711.660000', '101712.120000', '101712.580000', '101713.040000', '101713.500000', '101713.960000', '101714.420000', '101714.880000', '101715.340000', '101715.800000', '101716.260000', '101716.720000', '101717.180000', '101717.640000', '101718.100000', '101718.560000', '101719.020000', '101719.480000', '101719.940000', '101720.400000', '101720.860000', '101721.320000', '101721.780000', '101722.240000', '101722.700000', '101723.160000', '101723.620000', '101724.080000', '101724.540000', '101725.000000', '101725.460000', '101725.920000', '101726.380000', '101726.840000', '101727.300000', '101727.760000', '101728.220000', '101728.680000', '101729.140000', '101729.600000', '101730.060000', '101730.520000', '101730.980000', '101731.440000', '101731.900000', '101732.360000', '101732.820000', '101733.280000', '101733.740000', '101734.200000', '101734.660000', '101735.120000', '101735.580000', '101736.040000', '101736.500000', '101736.960000', '101737.420000', '101737.880000', '101738.340000', '101738.800000', '101739.260000', '101739.720000', '101740.180000', '101740.640000', '101741.100000', '101741.560000', '101742.020000', '101742.480000', '101742.940000', '101743.400000', '101743.860000', '101744.320000', '101744.780000', '101745.240000', '101745.700000', '101746.160000', '101746.620000', '101747.080000', '101747.540000', '101748.000000', '101748.460000', '101748.920000', '101749.380000', '101749.840000', '101750.300000', '101750.760000', '101751.220000', '101751.680000', '101752.140000', '101752.600000', '101753.060000', '101753.520000', '101753.980000', '101754.440000', '101754.900000', '101755.360000', '101755.820000', '101756.280000', '101756.740000', '101757.200000', '101757.660000', '101758.120000', '101758.580000', '101759.040000', '101759.500000', '101759.960000', '101800.420000', '101800.880000', '101801.340000', '101801.800000', '101802.260000', '101802.720000', '101803.180000', '101803.640000', '101804.100000', '101804.560000', '101805.020000', '101805.480000', '101805.940000', '101806.400000', '101806.860000', '101807.320000', '101807.780000', '101808.240000', '101808.700000', '101809.160000', '101809.620000', '101810.080000', '101810.540000', '101811.000000', '101811.460000', '101811.920000', '101812.380000', '101812.840000', '101813.300000', '101813.760000', '101814.220000', '101814.680000', '101815.140000', '101815.600000', '101816.060000', '101816.520000', '101816.980000', '101817.440000', '101817.900000', '101818.360000', '101818.820000', '101819.280000', '101819.740000', '101820.200000', '101820.660000', '101821.120000', '101821.580000', '101822.040000', '101822.500000', '101822.960000', '101823.420000', '101823.880000', '101824.340000', '101824.800000', '101825.260000', '101825.720000', '101826.180000', '101826.640000', '101827.100000', '101827.560000', '101828.020000', '101828.480000', '101828.940000', '101829.400000', '101829.860000', '101830.320000', '101830.780000', '101831.240000', '101831.700000', '101832.160000', '101832.620000', '101833.080000', '101833.540000', '101834.000000', '101834.460000', '101834.920000', '101835.380000', '101835.840000', '101836.300000', '101836.760000', '101837.220000', '101837.680000', '101838.140000', '101838.600000', '101839.060000', '101839.520000', '101839.980000', '101840.440000', '101840.900000', '101841.360000', '101841.820000', '101842.280000', '101842.740000', '101843.200000', '101843.660000', '101844.120000', '101844.580000', '101845.040000', '101845.500000', '101845.960000', '101846.420000', '101846.880000', '101847.340000', '101847.800000', '101848.260000', '101848.720000', '101849.180000', '101849.640000', '101850.100000', '101850.560000', '101851.020000', '101851.480000', '101851.940000', '101852.400000', '101852.860000', '101853.320000', '101853.780000', '101854.240000', '101854.700000', '101855.160000', '101855.620000', '101856.080000', '101856.540000', '101857.000000', '101857.460000', '101857.920000', '101858.380000', '101858.840000', '101859.300000', '101859.760000', '101900.220000', '101900.680000', '101901.140000', '101901.600000', '101902.060000', '101902.520000', '101902.980000', '101903.440000', '101903.900000', '101904.360000', '101904.820000', '101905.280000', '101905.740000', '101906.200000', '101906.660000', '101907.120000', '101907.580000', '101908.040000', '101908.500000', '101908.960000', '101909.420000', '101909.880000', '101910.340000', '101910.800000', '101911.260000', '101911.720000', '101912.180000', '101912.640000', '101913.100000', '101913.560000', '101914.020000', '101914.480000', '101914.940000', '101915.400000', '101915.860000', '101916.320000', '101916.780000', '101917.240000', '101917.700000', '101918.160000', '101918.620000', '101919.080000', '101919.540000', '101920.000000', '101920.460000', '101920.920000', '101921.380000', '101921.840000', '101922.300000', '101922.760000', '101923.220000', '101923.680000', '101924.140000', '101924.600000', '101925.060000', '101925.520000', '101925.980000', '101926.440000', '101926.900000', '101927.360000', '101927.820000', '101928.280000', '101928.740000', '101929.200000', '101929.660000', '101930.120000', '101930.580000', '101931.040000', '101931.500000', '101931.960000', '101932.420000', '101932.880000', '101933.340000', '101933.800000', '101934.260000', '101934.720000', '101935.180000', '101935.640000', '101936.100000', '101936.560000', '101937.020000', '101937.480000', '101937.940000', '101938.400000', '101938.860000', '101939.320000', '101939.780000', '101940.240000', '101940.700000', '101941.160000', '101941.620000', '101942.080000', '101942.540000', '101943.000000', '101943.460000', '101943.920000', '101944.380000', '101944.840000', '101945.300000', '101945.760000', '101946.220000', '101946.680000', '101947.140000', '101947.600000', '101948.060000', '101948.520000', '101948.980000', '101949.440000', '101949.900000', '101950.360000', '101950.820000', '101951.280000', '101951.740000', '101952.200000', '101952.660000', '101953.120000', '101953.580000', '101954.040000', '101954.500000', '101954.960000', '101955.420000', '101955.880000', '101956.340000', '101956.800000', '101957.260000', '101957.720000', '101958.180000', '101958.640000', '101959.100000', '101959.560000', '102000.020000', '102000.480000', '102000.940000', '102001.400000', '102001.860000', '102002.320000', '102002.780000', '102003.240000', '102003.700000', '102004.160000', '102004.620000', '102005.080000', '102005.540000', '102006.000000', '102006.460000', '102006.920000', '102007.380000', '102007.840000', '102008.300000', '102008.760000', '102009.220000', '102009.680000', '102010.140000', '102010.600000', '102011.060000', '102011.520000', '102011.980000', '102012.440000', '102012.900000', '102013.360000', '102013.820000', '102014.280000', '102014.740000', '102015.200000', '102015.660000', '102016.120000', '102016.580000', '102017.040000', '102017.500000', '102017.960000', '102018.420000', '102018.880000', '102019.340000', '102019.800000', '102020.260000', '102020.720000', '102021.180000', '102021.640000', '102022.100000', '102022.560000', '102023.020000', '102023.480000', '102023.940000', '102024.400000', '102024.860000', '102025.320000', '102025.780000', '102026.240000', '102026.700000', '102027.160000', '102027.620000', '102028.080000', '102028.540000', '102029.000000', '102029.460000', '102029.920000', '102030.380000', '102030.840000', '102031.300000', '102031.760000', '102032.220000', '102032.680000', '102033.140000', '102033.600000', '102034.060000', '102034.520000', '102034.980000', '102035.440000', '102035.900000', '102036.360000', '102036.820000', '102037.280000', '102037.740000', '102038.200000', '102038.660000', '102039.120000', '102039.580000', '102040.040000', '102040.500000', '102040.960000', '102041.420000', '102041.880000', '102042.340000', '102042.800000', '102043.260000', '102043.720000', '102044.180000', '102044.640000', '102045.100000', '102045.560000', '102046.020000', '102046.480000', '102046.940000', '102047.400000', '102047.860000', '102048.320000', '102048.780000', '102049.240000', '102049.700000', '102050.160000', '102050.620000', '102051.080000', '102051.540000', '102052.000000', '102052.460000', '102052.920000', '102053.380000', '102053.840000', '102054.300000', '102054.760000', '102055.220000', '102055.680000', '102056.140000', '102056.600000', '102057.060000', '102057.520000', '102057.980000', '102058.440000', '102058.900000', '102059.360000', '102059.820000', '102100.280000', '102100.740000', '102101.200000', '102101.660000', '102102.120000', '102102.580000', '102103.040000', '102103.500000', '102103.960000', '102104.420000', '102104.880000', '102105.340000', '102105.800000', '102106.260000', '102106.720000', '102107.180000', '102107.640000', '102108.100000', '102108.560000', '102109.020000', '102109.480000', '102109.940000', '102110.400000', '102110.860000', '102111.320000', '102111.780000', '102112.240000', '102112.700000', '102113.160000', '102113.620000', '102114.080000', '102114.540000', '102115.000000', '102115.460000', '102115.920000', '102116.380000', '102116.840000', '102117.300000', '102117.760000', '102118.220000', '102118.680000', '102119.140000', '102119.600000', '102120.060000', '102120.520000', '102120.980000', '102121.440000', '102121.900000', '102122.360000', '102122.820000', '102123.280000', '102123.740000', '102124.200000', '102124.660000', '102125.120000', '102125.580000', '102126.040000', '102126.500000', '102126.960000', '102127.420000', '102127.880000', '102128.340000', '102128.800000', '102129.260000', '102129.720000', '102130.180000', '102130.640000', '102131.100000', '102131.560000', '102132.020000', '102132.480000', '102132.940000', '102133.400000', '102133.860000', '102134.320000', '102134.780000', '102135.240000', '102135.700000', '102136.160000', '102136.620000', '102137.080000', '102137.540000', '102138.000000', '102138.460000', '102138.920000', '102139.380000', '102139.840000', '102140.300000', '102140.760000', '102141.220000', '102141.680000', '102142.140000', '102142.600000', '102143.060000', '102143.520000', '102143.980000', '102144.440000', '102144.900000', '102145.360000', '102145.820000', '102146.280000', '102146.740000', '102147.200000', '102147.660000', '102148.120000', '102148.580000', '102149.040000', '102149.500000', '102149.960000', '102150.420000', '102150.880000', '102151.340000', '102151.800000', '102152.260000', '102152.720000', '102153.180000', '102153.640000', '102154.100000', '102154.560000', '102155.020000', '102155.480000', '102155.940000', '102156.400000', '102156.860000', '102157.320000', '102157.780000', '102158.240000', '102158.700000', '102159.160000', '102159.620000', '102200.080000', '102200.540000', '102201.000000', '102201.460000', '102201.920000', '102202.380000', '102202.840000', '102203.300000', '102203.760000', '102204.220000', '102204.680000', '102205.140000', '102205.600000', '102206.060000', '102206.520000', '102206.980000', '102207.440000', '102207.900000', '102208.360000', '102208.820000', '102209.280000', '102209.740000', '102210.200000', '102210.660000', '102211.120000', '102211.580000', '102212.040000', '102212.500000', '102212.960000', '102213.420000', '102213.880000', '102214.340000', '102214.800000', '102215.260000'], 'ContentTime': ['101553.552000', '101553.556000', '101553.559000', '101553.562000', '101553.565000', '101553.568000', '101553.571000', '101553.574000', '101553.576000', '101553.580000', '101553.583000', '101553.586000', '101553.594000', '101553.598000', '101553.601000', '101553.604000', '101553.612000', '101553.615000', '101553.618000', '101553.621000', '101553.624000', '101553.626000', '101553.629000', '101553.632000', '101553.635000', '101553.638000', '101553.641000', '101553.644000', '101553.647000', '101553.650000', '101553.653000', '101553.656000', '101553.658000', '101553.661000', '101553.664000', '101553.667000', '101553.670000', '101553.675000', '101553.678000', '101613.509000', '101613.512000', '101613.515000', '101613.518000', '101613.521000', '101613.524000', '101613.527000', '101613.530000', '101613.533000', '101613.536000', '101613.538000', '101613.541000', '101613.544000', '101613.547000', '101613.550000', '101613.553000', '101613.556000', '101613.559000', '101613.562000', '101613.565000', '101613.568000', '101613.571000', '101613.574000', '101613.577000', '101613.580000', '101613.583000', '101613.585000', '101613.588000', '101613.591000', '101613.594000', '101613.597000', '101613.600000', '101613.603000', '101613.606000', '101613.609000', '101613.612000', '101613.615000', '101613.618000', '101613.621000', '101613.624000', '101613.626000', '101613.630000', '101613.632000', '101613.640000', '101633.509000', '101633.512000', '101633.515000', '101633.518000', '101633.521000', '101633.523000', '101633.526000', '101633.529000', '101633.532000', '101633.535000', '101633.538000', '101633.541000', '101633.544000', '101633.547000', '101633.550000', '101633.553000', '101633.556000', '101633.558000', '101633.561000', '101633.564000', '101633.567000', '101633.570000', '101633.573000', '101633.576000', '101633.579000', '101633.582000', '101633.585000', '101633.587000', '101633.590000', '101633.593000', '101633.596000', '101633.599000', '101633.602000', '101633.605000', '101633.608000', '101633.611000', '101633.614000', '101633.617000', '101633.624000', '101633.627000', '101633.629000', '101633.632000', '101633.635000', '101653.509000', '101653.512000', '101653.515000', '101653.518000', '101653.521000', '101653.524000', '101653.526000', '101653.529000', '101653.532000', '101653.535000', '101653.538000', '101653.541000', '101653.544000', '101653.547000', '101653.550000', '101653.553000', '101653.556000', '101653.559000', '101653.562000', '101653.565000', '101653.568000', '101653.571000', '101653.574000', '101653.577000', '101653.580000', '101653.582000', '101653.585000', '101653.588000', '101653.591000', '101653.594000', '101653.597000', '101653.600000', '101653.603000', '101653.606000', '101653.609000', '101653.612000', '101653.615000', '101653.624000', '101653.627000', '101653.630000', '101653.633000', '101653.636000', '101653.639000', '101653.657000', '101713.508000', '101713.511000', '101713.514000', '101713.517000', '101713.520000', '101713.523000', '101713.526000', '101713.529000', '101713.531000', '101713.534000', '101713.537000', '101713.540000', '101713.543000', '101713.546000', '101713.549000', '101713.552000', '101713.555000', '101713.558000', '101713.560000', '101713.563000', '101713.566000', '101713.569000', '101713.572000', '101713.575000', '101713.578000', '101713.581000', '101713.584000', '101713.587000', '101713.590000', '101713.593000', '101713.596000', '101713.599000', '101713.601000', '101713.604000', '101713.607000', '101713.610000', '101713.613000', '101713.616000', '101713.619000', '101713.622000', '101713.625000', '101713.628000', '101713.630000', '101733.508000', '101733.511000', '101733.516000', '101733.520000', '101733.523000', '101733.526000', '101733.529000', '101733.532000', '101733.535000', '101733.538000', '101733.541000', '101733.544000', '101733.547000', '101733.550000', '101733.553000', '101733.555000', '101733.558000', '101733.561000', '101733.564000', '101733.567000', '101733.570000', '101733.573000', '101733.576000', '101733.579000', '101733.582000', '101733.584000', '101733.587000', '101733.590000', '101733.593000', '101733.596000', '101733.599000', '101733.602000', '101733.605000', '101733.608000', '101733.611000', '101733.614000', '101733.617000', '101733.619000', '101733.622000', '101733.625000', '101733.628000', '101733.631000', '101733.634000', '101753.509000', '101753.512000', '101753.515000', '101753.518000', '101753.521000', '101753.524000', '101753.527000', '101753.529000', '101753.532000', '101753.535000', '101753.538000', '101753.541000', '101753.544000', '101753.547000', '101753.550000', '101753.553000', '101753.556000', '101753.558000', '101753.561000', '101753.564000', '101753.567000', '101753.570000', '101753.573000', '101753.576000', '101753.579000', '101753.582000', '101753.585000', '101753.588000', '101753.591000', '101753.593000', '101753.596000', '101753.599000', '101753.602000', '101753.605000', '101753.608000', '101753.611000', '101753.614000', '101753.617000', '101753.620000', '101753.623000', '101753.626000', '101753.629000', '101753.632000', '101753.635000', '101813.509000', '101813.512000', '101813.515000', '101813.518000', '101813.524000', '101813.527000', '101813.530000', '101813.533000', '101813.536000', '101813.539000', '101813.542000', '101813.545000', '101813.548000', '101813.551000', '101813.554000', '101813.557000', '101813.560000', '101813.568000', '101813.571000', '101813.574000', '101813.577000', '101813.580000', '101813.583000', '101813.586000', '101813.588000', '101813.592000', '101813.594000', '101813.597000', '101813.600000', '101813.603000', '101813.606000', '101813.609000', '101813.612000', '101813.615000', '101813.618000', '101813.621000', '101813.624000', '101813.627000', '101813.630000', '101813.633000', '101813.636000', '101813.638000', '101813.641000', '101833.509000', '101833.512000', '101833.515000', '101833.518000', '101833.521000', '101833.523000', '101833.526000', '101833.529000', '101833.532000', '101833.535000', '101833.538000', '101833.541000', '101833.544000', '101833.547000', '101833.550000', '101833.553000', '101833.556000', '101833.558000', '101833.561000', '101833.564000', '101833.567000', '101833.570000', '101833.573000', '101833.576000', '101833.579000', '101833.582000', '101833.585000', '101833.588000', '101833.591000', '101833.594000', '101833.597000', '101833.600000', '101833.603000', '101833.606000', '101833.608000', '101833.611000', '101833.614000', '101833.617000', '101833.620000', '101833.637000', '101833.640000', '101833.642000', '101833.645000', '101833.648000', '101853.509000', '101853.512000', '101853.515000', '101853.518000', '101853.521000', '101853.524000', '101853.527000', '101853.530000', '101853.533000', '101853.536000', '101853.539000', '101853.542000', '101853.546000', '101853.551000', '101853.554000', '101853.557000', '101853.560000', '101853.563000', '101853.566000', '101853.569000', '101853.572000', '101853.575000', '101853.578000', '101853.581000', '101853.583000', '101853.586000', '101853.589000', '101853.592000', '101853.595000', '101853.598000', '101853.601000', '101853.604000', '101853.607000', '101853.609000', '101853.612000', '101853.615000', '101853.618000', '101853.621000', '101853.624000', '101853.627000', '101853.630000', '101853.633000', '101853.636000', '101913.509000', '101913.512000', '101913.515000', '101913.518000', '101913.521000', '101913.524000', '101913.527000', '101913.530000', '101913.532000', '101913.535000', '101913.538000', '101913.541000', '101913.544000', '101913.547000', '101913.550000', '101913.553000', '101913.556000', '101913.559000', '101913.562000', '101913.565000', '101913.568000', '101913.571000', '101913.574000', '101913.577000', '101913.579000', '101913.582000', '101913.585000', '101913.588000', '101913.591000', '101913.594000', '101913.597000', '101913.600000', '101913.603000', '101913.605000', '101913.608000', '101913.611000', '101913.614000', '101913.617000', '101913.620000', '101913.623000', '101913.626000', '101913.629000', '101913.631000', '101913.634000', '101933.508000', '101933.511000', '101933.514000', '101933.517000', '101933.520000', '101933.523000', '101933.526000', '101933.529000', '101933.532000', '101933.535000', '101933.537000', '101933.540000', '101933.543000', '101933.546000', '101933.549000', '101933.552000', '101933.555000', '101933.559000', '101933.563000', '101933.567000', '101933.570000', '101933.573000', '101933.576000', '101933.579000', '101933.582000', '101933.585000', '101933.588000', '101933.591000', '101933.594000', '101933.597000', '101933.600000', '101933.603000', '101933.606000', '101933.609000', '101933.612000', '101933.614000', '101933.618000', '101933.620000', '101933.623000', '101933.626000', '101933.629000', '101933.632000', '101933.635000', '101953.508000', '101953.511000', '101953.514000', '101953.517000', '101953.520000', '101953.523000', '101953.526000', '101953.529000', '101953.532000', '101953.534000', '101953.537000', '101953.540000', '101953.543000', '101953.546000', '101953.549000', '101953.552000', '101953.555000', '101953.558000', '101953.561000', '101953.564000', '101953.567000', '101953.570000', '101953.573000', '101953.576000', '101953.579000', '101953.582000', '101953.584000', '101953.587000', '101953.590000', '101953.593000', '101953.596000', '101953.599000', '101953.602000', '101953.605000', '101953.608000', '101953.611000', '101953.614000', '101953.616000', '101953.619000', '101953.622000', '101953.625000', '101953.628000', '101953.631000', '101953.634000', '102013.509000', '102013.513000', '102013.517000', '102013.520000', '102013.523000', '102013.525000', '102013.528000', '102013.531000', '102013.534000', '102013.537000', '102013.540000', '102013.543000', '102013.546000', '102013.549000', '102013.552000', '102013.555000', '102013.558000', '102013.560000', '102013.563000', '102013.566000', '102013.581000', '102013.584000', '102013.587000', '102013.590000', '102013.593000', '102013.596000', '102013.599000', '102013.602000', '102013.605000', '102013.608000', '102013.611000', '102013.614000', '102013.616000', '102013.619000', '102013.622000', '102013.625000', '102013.628000', '102013.631000', '102013.634000', '102013.637000', '102013.640000', '102013.643000', '102013.646000', '102033.509000', '102033.512000', '102033.515000', '102033.518000', '102033.521000', '102033.524000', '102033.527000', '102033.529000', '102033.532000', '102033.535000', '102033.538000', '102033.541000', '102033.544000', '102033.547000', '102033.550000', '102033.553000', '102033.556000', '102033.559000', '102033.561000', '102033.564000', '102033.567000', '102033.570000', '102033.575000', '102033.578000', '102033.581000', '102033.584000', '102033.587000', '102033.590000', '102033.593000', '102033.596000', '102033.599000', '102033.602000', '102033.605000', '102033.607000', '102033.611000', '102033.614000', '102033.616000', '102033.619000', '102033.622000', '102033.625000', '102033.628000', '102033.631000', '102033.634000', '102033.637000', '102053.509000', '102053.512000', '102053.515000', '102053.518000', '102053.521000', '102053.524000', '102053.527000', '102053.530000', '102053.533000', '102053.536000', '102053.538000', '102053.541000', '102053.544000', '102053.547000', '102053.550000', '102053.553000', '102053.556000', '102053.559000', '102053.562000', '102053.565000', '102053.568000', '102053.571000', '102053.574000', '102053.577000', '102053.580000', '102053.583000', '102053.586000', '102053.589000', '102053.592000', '102053.595000', '102053.598000', '102053.601000', '102053.604000', '102053.607000', '102053.610000', '102053.613000', '102053.615000', '102053.618000', '102053.621000', '102053.624000', '102053.627000', '102053.630000', '102053.633000', '102113.509000', '102113.512000', '102113.515000', '102113.518000', '102113.521000', '102113.524000', '102113.527000', '102113.530000', '102113.533000', '102113.536000', '102113.539000', '102113.542000', '102113.545000', '102113.548000', '102113.551000', '102113.554000', '102113.557000', '102113.560000', '102113.563000', '102113.566000', '102113.568000', '102113.571000', '102113.574000', '102113.577000', '102113.580000', '102113.583000', '102113.586000', '102113.589000', '102113.592000', '102113.595000', '102113.598000', '102113.601000', '102113.604000', '102113.607000', '102113.610000', '102113.612000', '102113.615000', '102113.618000', '102113.621000', '102113.624000', '102113.627000', '102113.630000', '102113.633000', '102113.636000', '102133.509000', '102133.512000', '102133.515000', '102133.518000', '102133.521000', '102133.524000', '102133.527000', '102133.530000', '102133.533000', '102133.536000', '102133.539000', '102133.541000', '102133.544000', '102133.547000', '102133.552000', '102133.555000', '102133.558000', '102133.561000', '102133.564000', '102133.567000', '102133.570000', '102133.573000', '102133.576000', '102133.579000', '102133.582000', '102133.585000', '102133.588000', '102133.591000', '102133.594000', '102133.596000', '102133.599000', '102133.615000', '102133.618000', '102133.621000', '102133.624000', '102133.627000', '102133.630000', '102133.633000', '102133.636000', '102133.639000', '102133.641000', '102133.644000', '102133.647000', '102153.508000', '102153.511000', '102153.514000', '102153.517000', '102153.520000', '102153.523000', '102153.526000', '102153.530000', '102153.533000', '102153.536000', '102153.553000', '102153.555000', '102153.558000', '102153.561000', '102153.564000', '102153.567000', '102153.570000', '102153.573000', '102153.576000', '102153.579000', '102153.582000', '102153.585000', '102153.588000', '102153.591000', '102153.594000', '102153.597000', '102153.600000', '102153.602000', '102153.605000', '102153.608000', '102153.611000', '102153.614000', '102153.617000', '102153.620000', '102153.623000', '102153.626000', '102153.629000', '102153.632000', '102153.634000', '102153.637000', '102153.640000', '102153.643000', '102153.646000', '102153.649000', '102213.508000', '102213.511000', '102213.514000', '102213.517000', '102213.520000', '102213.523000', '102213.526000', '102213.529000', '102213.532000', '102213.535000', '102213.538000', '102213.541000', '102213.544000', '102213.547000', '102213.549000', '102213.552000', '102213.555000', '102213.558000', '102213.561000', '102213.564000', '102213.567000', '102213.570000', '102213.573000', '102213.576000', '102213.579000', '102213.582000', '102213.585000', '102213.588000', '102213.590000', '102213.593000', '102213.596000', '102213.599000', '102213.602000', '102213.605000', '102213.608000', '102213.611000', '102213.614000', '102213.617000', '102213.620000', '102213.623000', '102213.626000', '102213.629000', '102213.637000', '102216.454000', '102216.457000', '102216.461000', '102216.464000', '102216.467000', '102216.470000', '102216.473000'], 'InstanceCreationTime': ['101553.552000', '101553.556000', '101553.559000', '101553.562000', '101553.565000', '101553.568000', '101553.571000', '101553.574000', '101553.576000', '101553.580000', '101553.583000', '101553.586000', '101553.594000', '101553.598000', '101553.601000', '101553.604000', '101553.612000', '101553.615000', '101553.618000', '101553.621000', '101553.624000', '101553.626000', '101553.629000', '101553.632000', '101553.635000', '101553.638000', '101553.641000', '101553.644000', '101553.647000', '101553.650000', '101553.653000', '101553.656000', '101553.658000', '101553.661000', '101553.664000', '101553.667000', '101553.670000', '101553.675000', '101553.678000', '101613.509000', '101613.512000', '101613.515000', '101613.518000', '101613.521000', '101613.524000', '101613.527000', '101613.530000', '101613.533000', '101613.536000', '101613.538000', '101613.541000', '101613.544000', '101613.547000', '101613.550000', '101613.553000', '101613.556000', '101613.559000', '101613.562000', '101613.565000', '101613.568000', '101613.571000', '101613.574000', '101613.577000', '101613.580000', '101613.583000', '101613.585000', '101613.588000', '101613.591000', '101613.594000', '101613.597000', '101613.600000', '101613.603000', '101613.606000', '101613.609000', '101613.612000', '101613.615000', '101613.618000', '101613.621000', '101613.624000', '101613.626000', '101613.630000', '101613.632000', '101613.640000', '101633.509000', '101633.512000', '101633.515000', '101633.518000', '101633.521000', '101633.523000', '101633.526000', '101633.529000', '101633.532000', '101633.535000', '101633.538000', '101633.541000', '101633.544000', '101633.547000', '101633.550000', '101633.553000', '101633.556000', '101633.558000', '101633.561000', '101633.564000', '101633.567000', '101633.570000', '101633.573000', '101633.576000', '101633.579000', '101633.582000', '101633.585000', '101633.587000', '101633.590000', '101633.593000', '101633.596000', '101633.599000', '101633.602000', '101633.605000', '101633.608000', '101633.611000', '101633.614000', '101633.617000', '101633.624000', '101633.627000', '101633.629000', '101633.632000', '101633.635000', '101653.509000', '101653.512000', '101653.515000', '101653.518000', '101653.521000', '101653.524000', '101653.526000', '101653.529000', '101653.532000', '101653.535000', '101653.538000', '101653.541000', '101653.544000', '101653.547000', '101653.550000', '101653.553000', '101653.556000', '101653.559000', '101653.562000', '101653.565000', '101653.568000', '101653.571000', '101653.574000', '101653.577000', '101653.580000', '101653.582000', '101653.585000', '101653.588000', '101653.591000', '101653.594000', '101653.597000', '101653.600000', '101653.603000', '101653.606000', '101653.609000', '101653.612000', '101653.615000', '101653.624000', '101653.627000', '101653.630000', '101653.633000', '101653.636000', '101653.639000', '101653.657000', '101713.508000', '101713.511000', '101713.514000', '101713.517000', '101713.520000', '101713.523000', '101713.526000', '101713.529000', '101713.531000', '101713.534000', '101713.537000', '101713.540000', '101713.543000', '101713.546000', '101713.549000', '101713.552000', '101713.555000', '101713.558000', '101713.560000', '101713.563000', '101713.566000', '101713.569000', '101713.572000', '101713.575000', '101713.578000', '101713.581000', '101713.584000', '101713.587000', '101713.590000', '101713.593000', '101713.596000', '101713.599000', '101713.601000', '101713.604000', '101713.607000', '101713.610000', '101713.613000', '101713.616000', '101713.619000', '101713.622000', '101713.625000', '101713.628000', '101713.630000', '101733.508000', '101733.511000', '101733.516000', '101733.520000', '101733.523000', '101733.526000', '101733.529000', '101733.532000', '101733.535000', '101733.538000', '101733.541000', '101733.544000', '101733.547000', '101733.550000', '101733.553000', '101733.555000', '101733.558000', '101733.561000', '101733.564000', '101733.567000', '101733.570000', '101733.573000', '101733.576000', '101733.579000', '101733.582000', '101733.584000', '101733.587000', '101733.590000', '101733.593000', '101733.596000', '101733.599000', '101733.602000', '101733.605000', '101733.608000', '101733.611000', '101733.614000', '101733.617000', '101733.619000', '101733.622000', '101733.625000', '101733.628000', '101733.631000', '101733.634000', '101753.509000', '101753.512000', '101753.515000', '101753.518000', '101753.521000', '101753.524000', '101753.527000', '101753.529000', '101753.532000', '101753.535000', '101753.538000', '101753.541000', '101753.544000', '101753.547000', '101753.550000', '101753.553000', '101753.556000', '101753.558000', '101753.561000', '101753.564000', '101753.567000', '101753.570000', '101753.573000', '101753.576000', '101753.579000', '101753.582000', '101753.585000', '101753.588000', '101753.591000', '101753.593000', '101753.596000', '101753.599000', '101753.602000', '101753.605000', '101753.608000', '101753.611000', '101753.614000', '101753.617000', '101753.620000', '101753.623000', '101753.626000', '101753.629000', '101753.632000', '101753.635000', '101813.509000', '101813.512000', '101813.515000', '101813.518000', '101813.524000', '101813.527000', '101813.530000', '101813.533000', '101813.536000', '101813.539000', '101813.542000', '101813.545000', '101813.548000', '101813.551000', '101813.554000', '101813.557000', '101813.560000', '101813.568000', '101813.571000', '101813.574000', '101813.577000', '101813.580000', '101813.583000', '101813.586000', '101813.588000', '101813.592000', '101813.594000', '101813.597000', '101813.600000', '101813.603000', '101813.606000', '101813.609000', '101813.612000', '101813.615000', '101813.618000', '101813.621000', '101813.624000', '101813.627000', '101813.630000', '101813.633000', '101813.636000', '101813.638000', '101813.641000', '101833.509000', '101833.512000', '101833.515000', '101833.518000', '101833.521000', '101833.523000', '101833.526000', '101833.529000', '101833.532000', '101833.535000', '101833.538000', '101833.541000', '101833.544000', '101833.547000', '101833.550000', '101833.553000', '101833.556000', '101833.558000', '101833.561000', '101833.564000', '101833.567000', '101833.570000', '101833.573000', '101833.576000', '101833.579000', '101833.582000', '101833.585000', '101833.588000', '101833.591000', '101833.594000', '101833.597000', '101833.600000', '101833.603000', '101833.606000', '101833.608000', '101833.611000', '101833.614000', '101833.617000', '101833.620000', '101833.637000', '101833.640000', '101833.642000', '101833.645000', '101833.648000', '101853.509000', '101853.512000', '101853.515000', '101853.518000', '101853.521000', '101853.524000', '101853.527000', '101853.530000', '101853.533000', '101853.536000', '101853.539000', '101853.542000', '101853.546000', '101853.551000', '101853.554000', '101853.557000', '101853.560000', '101853.563000', '101853.566000', '101853.569000', '101853.572000', '101853.575000', '101853.578000', '101853.581000', '101853.583000', '101853.586000', '101853.589000', '101853.592000', '101853.595000', '101853.598000', '101853.601000', '101853.604000', '101853.607000', '101853.609000', '101853.612000', '101853.615000', '101853.618000', '101853.621000', '101853.624000', '101853.627000', '101853.630000', '101853.633000', '101853.636000', '101913.509000', '101913.512000', '101913.515000', '101913.518000', '101913.521000', '101913.524000', '101913.527000', '101913.530000', '101913.532000', '101913.535000', '101913.538000', '101913.541000', '101913.544000', '101913.547000', '101913.550000', '101913.553000', '101913.556000', '101913.559000', '101913.562000', '101913.565000', '101913.568000', '101913.571000', '101913.574000', '101913.577000', '101913.579000', '101913.582000', '101913.585000', '101913.588000', '101913.591000', '101913.594000', '101913.597000', '101913.600000', '101913.603000', '101913.605000', '101913.608000', '101913.611000', '101913.614000', '101913.617000', '101913.620000', '101913.623000', '101913.626000', '101913.629000', '101913.631000', '101913.634000', '101933.508000', '101933.511000', '101933.514000', '101933.517000', '101933.520000', '101933.523000', '101933.526000', '101933.529000', '101933.532000', '101933.535000', '101933.537000', '101933.540000', '101933.543000', '101933.546000', '101933.549000', '101933.552000', '101933.555000', '101933.559000', '101933.563000', '101933.567000', '101933.570000', '101933.573000', '101933.576000', '101933.579000', '101933.582000', '101933.585000', '101933.588000', '101933.591000', '101933.594000', '101933.597000', '101933.600000', '101933.603000', '101933.606000', '101933.609000', '101933.612000', '101933.614000', '101933.618000', '101933.620000', '101933.623000', '101933.626000', '101933.629000', '101933.632000', '101933.635000', '101953.508000', '101953.511000', '101953.514000', '101953.517000', '101953.520000', '101953.523000', '101953.526000', '101953.529000', '101953.532000', '101953.534000', '101953.537000', '101953.540000', '101953.543000', '101953.546000', '101953.549000', '101953.552000', '101953.555000', '101953.558000', '101953.561000', '101953.564000', '101953.567000', '101953.570000', '101953.573000', '101953.576000', '101953.579000', '101953.582000', '101953.584000', '101953.587000', '101953.590000', '101953.593000', '101953.596000', '101953.599000', '101953.602000', '101953.605000', '101953.608000', '101953.611000', '101953.614000', '101953.616000', '101953.619000', '101953.622000', '101953.625000', '101953.628000', '101953.631000', '101953.634000', '102013.509000', '102013.513000', '102013.517000', '102013.520000', '102013.523000', '102013.525000', '102013.528000', '102013.531000', '102013.534000', '102013.537000', '102013.540000', '102013.543000', '102013.546000', '102013.549000', '102013.552000', '102013.555000', '102013.558000', '102013.560000', '102013.563000', '102013.566000', '102013.581000', '102013.584000', '102013.587000', '102013.590000', '102013.593000', '102013.596000', '102013.599000', '102013.602000', '102013.605000', '102013.608000', '102013.611000', '102013.614000', '102013.616000', '102013.619000', '102013.622000', '102013.625000', '102013.628000', '102013.631000', '102013.634000', '102013.637000', '102013.640000', '102013.643000', '102013.646000', '102033.509000', '102033.512000', '102033.515000', '102033.518000', '102033.521000', '102033.524000', '102033.527000', '102033.529000', '102033.532000', '102033.535000', '102033.538000', '102033.541000', '102033.544000', '102033.547000', '102033.550000', '102033.553000', '102033.556000', '102033.559000', '102033.561000', '102033.564000', '102033.567000', '102033.570000', '102033.575000', '102033.578000', '102033.581000', '102033.584000', '102033.587000', '102033.590000', '102033.593000', '102033.596000', '102033.599000', '102033.602000', '102033.605000', '102033.607000', '102033.611000', '102033.614000', '102033.616000', '102033.619000', '102033.622000', '102033.625000', '102033.628000', '102033.631000', '102033.634000', '102033.637000', '102053.509000', '102053.512000', '102053.515000', '102053.518000', '102053.521000', '102053.524000', '102053.527000', '102053.530000', '102053.533000', '102053.536000', '102053.538000', '102053.541000', '102053.544000', '102053.547000', '102053.550000', '102053.553000', '102053.556000', '102053.559000', '102053.562000', '102053.565000', '102053.568000', '102053.571000', '102053.574000', '102053.577000', '102053.580000', '102053.583000', '102053.586000', '102053.589000', '102053.592000', '102053.595000', '102053.598000', '102053.601000', '102053.604000', '102053.607000', '102053.610000', '102053.613000', '102053.615000', '102053.618000', '102053.621000', '102053.624000', '102053.627000', '102053.630000', '102053.633000', '102113.509000', '102113.512000', '102113.515000', '102113.518000', '102113.521000', '102113.524000', '102113.527000', '102113.530000', '102113.533000', '102113.536000', '102113.539000', '102113.542000', '102113.545000', '102113.548000', '102113.551000', '102113.554000', '102113.557000', '102113.560000', '102113.563000', '102113.566000', '102113.568000', '102113.571000', '102113.574000', '102113.577000', '102113.580000', '102113.583000', '102113.586000', '102113.589000', '102113.592000', '102113.595000', '102113.598000', '102113.601000', '102113.604000', '102113.607000', '102113.610000', '102113.612000', '102113.615000', '102113.618000', '102113.621000', '102113.624000', '102113.627000', '102113.630000', '102113.633000', '102113.636000', '102133.509000', '102133.512000', '102133.515000', '102133.518000', '102133.521000', '102133.524000', '102133.527000', '102133.530000', '102133.533000', '102133.536000', '102133.539000', '102133.541000', '102133.544000', '102133.547000', '102133.552000', '102133.555000', '102133.558000', '102133.561000', '102133.564000', '102133.567000', '102133.570000', '102133.573000', '102133.576000', '102133.579000', '102133.582000', '102133.585000', '102133.588000', '102133.591000', '102133.594000', '102133.596000', '102133.599000', '102133.615000', '102133.618000', '102133.621000', '102133.624000', '102133.627000', '102133.630000', '102133.633000', '102133.636000', '102133.639000', '102133.641000', '102133.644000', '102133.647000', '102153.508000', '102153.511000', '102153.514000', '102153.517000', '102153.520000', '102153.523000', '102153.526000', '102153.530000', '102153.533000', '102153.536000', '102153.553000', '102153.555000', '102153.558000', '102153.561000', '102153.564000', '102153.567000', '102153.570000', '102153.573000', '102153.576000', '102153.579000', '102153.582000', '102153.585000', '102153.588000', '102153.591000', '102153.594000', '102153.597000', '102153.600000', '102153.602000', '102153.605000', '102153.608000', '102153.611000', '102153.614000', '102153.617000', '102153.620000', '102153.623000', '102153.626000', '102153.629000', '102153.632000', '102153.634000', '102153.637000', '102153.640000', '102153.643000', '102153.646000', '102153.649000', '102213.508000', '102213.511000', '102213.514000', '102213.517000', '102213.520000', '102213.523000', '102213.526000', '102213.529000', '102213.532000', '102213.535000', '102213.538000', '102213.541000', '102213.544000', '102213.547000', '102213.549000', '102213.552000', '102213.555000', '102213.558000', '102213.561000', '102213.564000', '102213.567000', '102213.570000', '102213.573000', '102213.576000', '102213.579000', '102213.582000', '102213.585000', '102213.588000', '102213.590000', '102213.593000', '102213.596000', '102213.599000', '102213.602000', '102213.605000', '102213.608000', '102213.611000', '102213.614000', '102213.617000', '102213.620000', '102213.623000', '102213.626000', '102213.629000', '102213.637000', '102216.454000', '102216.457000', '102216.461000', '102216.464000', '102216.467000', '102216.470000', '102216.473000'], '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': [10314, 7517, 7698, 8903, 6879, 7472, 6902, 6846, 7256, 6923, 8140, 7383, 7270, 9301, 7386, 11175, 8289, 7306, 9982, 7311, 8047, 7477, 7222, 9209, 7331, 7184, 7249, 7096, 9557, 7102, 6882, 8226, 7415, 6825, 8465, 7549, 10394, 7788, 12195, 9371, 11273, 7658, 7142, 9815, 6841, 6642, 7441, 6489, 6844, 7099, 6951, 6693, 6700, 6821, 7025, 6924, 9695, 8262, 8905, 12243, 11714, 11822, 13480, 13207, 12921, 13695, 12226, 13137, 13236, 12121, 14237, 12007, 11147, 10979, 6837, 8175, 6891, 6494, 7183, 6740, 6850, 6893, 6600, 6694, 6882, 6670, 6738, 6957, 9823, 6964, 6859, 8788, 6843, 7392, 6746, 6639, 7275, 6845, 8476, 6944, 7520, 7554, 12140, 7097, 6970, 9248, 6846, 9450, 7189, 8401, 7352, 8440, 7154, 7650, 6942, 10288, 7505, 7087, 7121, 7285, 6930, 7231, 7131, 7217, 7653, 7011, 7270, 9830, 7040, 9323, 8997, 8757, 10695, 9959, 10570, 9191, 12007, 11143, 12279, 10808, 11304, 8826, 9923, 8066, 11626, 6508, 8789, 6970, 6696, 7112, 7029, 7906, 6902, 9307, 6800, 10057, 7283, 8593, 13492, 9901, 9832, 8145, 10514, 7662, 7002, 6552, 6820, 7728, 6667, 7959, 7170, 6651, 6789, 6782, 6838, 6530, 7931, 6800, 6756, 7726, 6832, 7736, 6928, 7490, 10945, 9871, 7058, 9520, 6832, 7158, 9863, 8471, 9567, 11860, 10120, 15945, 12647, 9845, 12756, 11199, 13082, 11634, 13363, 10729, 13067, 10826, 11898, 8923, 12335, 9224, 6860, 7310, 7051, 7810, 6796, 7069, 7201, 6955, 7515, 6905, 7574, 7368, 7042, 6856, 8040, 7081, 8032, 7129, 7911, 7054, 7930, 7217, 7098, 11726, 6918, 9116, 7076, 7159, 6894, 7060, 7044, 7221, 6891, 6968, 6618, 7392, 7179, 7434, 7087, 6748, 7151, 6830, 7150, 6867, 7292, 6536, 6811, 8963, 7041, 6908, 7539, 6552, 7052, 7174, 7019, 7816, 9395, 9225, 9559, 12255, 10264, 12625, 13327, 12487, 14008, 12191, 13019, 12602, 9533, 7320, 13262, 10347, 9494, 10740, 6631, 6774, 7864, 6947, 6867, 8305, 9105, 7701, 10282, 7713, 7101, 10378, 8307, 12204, 10614, 13121, 9813, 9916, 7050, 6885, 8222, 7211, 9142, 6866, 6645, 7033, 6965, 8287, 6990, 8617, 6946, 8113, 7008, 8544, 6932, 7097, 6929, 6961, 9248, 6895, 8804, 7186, 6992, 6929, 6574, 7234, 7094, 7592, 6983, 6630, 8199, 6767, 6637, 8016, 7444, 7066, 8200, 6893, 10241, 7764, 11421, 8967, 12306, 9090, 12749, 10720, 11482, 12466, 8394, 11588, 7450, 9250, 7335, 7257, 7030, 7037, 7341, 6757, 7201, 7123, 9893, 7325, 6985, 7184, 6659, 8397, 7238, 8135, 6848, 8933, 7449, 11096, 7450, 6957, 8355, 7180, 7917, 7160, 7140, 9268, 7524, 8778, 6871, 7068, 8012, 6994, 6892, 7224, 6960, 7052, 7353, 8801, 9809, 9767, 16521, 11636, 11679, 11201, 12076, 12547, 11420, 12778, 11131, 12850, 12207, 10111, 11496, 8456, 11050, 6755, 6778, 8525, 7002, 9147, 6950, 9413, 6953, 8997, 7040, 7545, 6884, 6639, 7058, 6763, 10128, 7739, 6686, 7329, 6697, 7986, 6628, 8106, 6961, 6937, 10265, 7129, 8648, 7540, 8073, 7267, 7939, 7031, 6924, 6481, 6439, 6863, 6300, 6761, 6389, 6647, 7045, 6646, 8077, 7166, 10776, 7831, 8455, 11238, 9974, 11843, 11177, 10512, 12544, 10552, 11960, 13437, 11151, 12649, 9923, 8042, 12931, 9427, 7307, 7281, 6570, 6878, 6741, 6923, 7227, 7023, 6790, 6777, 7084, 7137, 7107, 8482, 7227, 9492, 10329, 7413, 10943, 7925, 6773, 10489, 7340, 10270, 6646, 9197, 6941, 11158, 6832, 6737, 6911, 7744, 6878, 8252, 7036, 7176, 6967, 6705, 7648, 6525, 7825, 6917, 7153, 6917, 6517, 7733, 6864, 6736, 6867, 7382, 6578, 7120, 7336, 6770, 7498, 6339, 7281, 7301, 6740, 7146, 6997, 12400, 12513, 14466, 14803, 13741, 15045, 14296, 12444, 12477, 9867, 12052, 10560, 11983, 9177, 10827, 8160, 8198, 6836, 6692, 7130, 7758, 6752, 7217, 6969, 7339, 7259, 6721, 7338, 7077, 9567, 7226, 9660, 7361, 9463, 7900, 10048, 8256, 9736, 12136, 8179, 12219, 9533, 9839, 6832, 6995, 7042, 6554, 8166, 6633, 8387, 6743, 8799, 7023, 7185, 6794, 6747, 7134, 6571, 11969, 8318, 7588, 8038, 7252, 6939, 8456, 7409, 8121, 8398, 6729, 7932, 6925, 7055, 10080, 7592, 10255, 7656, 8510, 8046, 6751, 10738, 7447, 11776, 8256, 11893, 7533, 7339, 8665, 7730, 8766, 7319, 6840, 7934, 7230, 7342, 7693, 6784, 9031, 6887, 10029, 7911, 10089, 7343, 10310, 7601, 11262, 8152, 11807, 7878, 11775, 8503, 11132, 6987, 9577, 6529, 8538, 6868, 6949, 7777, 6688, 7057, 6833, 6633, 7493, 6828, 6632, 8663, 7112, 6684, 6629, 6994, 6946, 6817, 7058, 9323, 6995, 6785, 7049, 7193, 9311, 14189, 12458, 9965, 8850, 11455, 11343, 14763, 13592, 12338, 11917, 11463, 12384, 10286, 12255, 10697, 12248, 8879, 10014, 7145, 6744, 7184, 6838, 7561, 6615, 6986, 7211, 6735, 7104, 6955, 6755, 8335, 6847, 8987, 7266, 8284, 6855, 7865, 6918, 8246, 7216, 10487, 8302, 9867, 6833, 7603, 6957, 9583, 7057, 10050, 7387, 9418, 7312, 9054, 7310, 8463, 7099, 8509, 7118, 7917, 7213, 6859, 7782, 6570, 8206, 7161, 8282, 7429, 6870, 7035, 7030, 7476, 7974, 7259, 6819, 6840, 7063, 6469, 8146, 6818, 6825, 8384, 7372, 6920, 10360, 9925, 10268, 11595, 12565, 11856, 11648, 12829, 10581, 11266, 13016, 10411, 7742, 7685, 9087, 9110, 7939, 11208, 8952, 6924, 6523, 10124, 7727, 6440, 6502, 13126, 10568, 8539, 7138, 12021, 7064, 6702, 12365, 8455, 8939, 11740, 9301, 13111, 9899, 13185, 10749, 13077, 10998, 10353, 7653, 6772, 8837, 6429, 6522, 6682, 6547, 6561, 6689, 6768, 7651, 6569, 7666, 6748, 8140, 6876, 8160, 11191, 6983, 11050, 6725, 10279, 6801, 8313, 6783, 7218, 6445, 6627, 7006, 6574, 6575, 6836, 6493, 6558, 6631, 6545, 6923, 6867, 7038, 6703, 6745, 6745, 8964, 6960, 8046, 9817, 8930, 11699, 9744, 12515, 11778, 11526, 11317, 10319, 12148, 10245, 12388, 9981, 11938, 9485, 6864, 7440, 6711, 7498, 6885, 6827, 7252, 6998, 8246], 'WindowCenter': [4029.0, 3987.0, 3998.0, 3990.0, 3970.0, 3984.0, 3983.0, 3972.0, 3969.0, 3995.0, 3995.0, 3984.0, 3982.0, 4002.0, 3996.0, 4024.0, 3991.0, 3982.0, 4003.0, 3983.0, 3981.0, 3970.0, 3970.0, 3989.0, 3969.0, 3970.0, 3968.0, 3970.0, 4002.0, 3970.0, 3981.0, 3993.0, 3983.0, 3973.0, 3993.0, 3994.0, 4015.0, 3982.0, 4025.0, 4005.0, 4012.0, 3971.0, 3970.0, 4002.0, 3975.0, 3962.0, 3958.0, 3923.0, 3931.0, 3939.0, 3952.0, 3954.0, 3957.0, 3961.0, 3972.0, 3972.0, 3989.0, 3970.0, 3979.0, 4011.0, 4013.0, 4011.0, 4019.0, 4007.0, 4007.0, 4006.0, 3995.0, 3994.0, 3994.0, 3983.0, 3982.0, 3968.0, 3957.0, 3971.0, 3938.0, 3959.0, 3939.0, 3937.0, 3938.0, 3939.0, 3943.0, 3950.0, 3940.0, 3940.0, 3951.0, 3953.0, 3951.0, 3967.0, 3986.0, 3954.0, 3955.0, 3975.0, 3956.0, 3963.0, 3955.0, 3954.0, 3966.0, 3956.0, 3975.0, 3967.0, 3978.0, 3990.0, 4030.0, 3978.0, 3969.0, 4000.0, 3967.0, 4012.0, 3979.0, 3988.0, 3977.0, 3990.0, 3979.0, 3980.0, 3973.0, 3999.0, 3979.0, 3969.0, 3969.0, 3979.0, 3968.0, 3990.0, 3995.0, 4006.0, 3993.0, 3984.0, 3996.0, 4013.0, 3984.0, 4002.0, 4004.0, 4005.0, 4017.0, 4004.0, 4003.0, 3990.0, 4011.0, 4012.0, 4009.0, 3985.0, 3987.0, 3975.0, 3986.0, 3964.0, 3994.0, 3942.0, 3974.0, 3967.0, 3971.0, 3979.0, 3982.0, 4001.0, 3981.0, 4013.0, 3979.0, 4010.0, 3979.0, 3991.0, 4019.0, 3998.0, 3999.0, 3977.0, 3997.0, 3977.0, 3966.0, 3942.0, 3952.0, 3961.0, 3953.0, 3975.0, 3965.0, 3967.0, 3956.0, 3967.0, 3969.0, 3970.0, 4001.0, 3983.0, 3994.0, 4004.0, 3981.0, 4006.0, 4009.0, 4005.0, 4036.0, 4025.0, 3982.0, 4013.0, 3983.0, 3983.0, 4012.0, 3991.0, 4004.0, 4037.0, 4026.0, 4046.0, 4023.0, 3988.0, 4010.0, 4000.0, 4009.0, 3996.0, 3995.0, 3972.0, 3980.0, 3957.0, 3955.0, 3933.0, 3952.0, 3930.0, 3897.0, 3908.0, 3910.0, 3910.0, 3911.0, 3912.0, 3922.0, 3923.0, 3925.0, 3939.0, 3950.0, 3964.0, 3941.0, 3940.0, 3951.0, 3939.0, 3951.0, 3941.0, 3949.0, 3941.0, 3950.0, 3938.0, 3940.0, 3979.0, 3940.0, 3958.0, 3938.0, 3936.0, 3939.0, 3937.0, 3937.0, 3938.0, 3939.0, 3953.0, 3953.0, 3965.0, 3955.0, 3963.0, 3966.0, 3968.0, 3980.0, 3972.0, 3993.0, 3982.0, 3992.0, 3984.0, 3982.0, 4000.0, 3966.0, 3979.0, 4004.0, 3984.0, 4007.0, 4007.0, 3997.0, 4007.0, 4028.0, 4028.0, 4027.0, 4048.0, 4026.0, 4037.0, 4044.0, 4024.0, 4033.0, 4010.0, 4008.0, 4005.0, 3974.0, 3951.0, 3992.0, 3972.0, 3958.0, 3965.0, 3926.0, 3928.0, 3948.0, 3954.0, 3955.0, 3977.0, 3988.0, 3967.0, 3985.0, 3954.0, 3954.0, 3985.0, 3964.0, 3995.0, 3974.0, 3992.0, 3970.0, 3958.0, 3929.0, 3928.0, 3948.0, 3938.0, 3958.0, 3927.0, 3927.0, 3938.0, 3939.0, 3961.0, 3942.0, 3962.0, 3955.0, 3964.0, 3955.0, 3975.0, 3966.0, 3967.0, 3967.0, 3953.0, 3987.0, 3968.0, 3987.0, 3967.0, 3967.0, 3968.0, 3969.0, 3979.0, 3981.0, 3979.0, 3982.0, 3971.0, 3990.0, 3971.0, 3982.0, 3994.0, 3995.0, 3996.0, 4007.0, 3996.0, 4026.0, 3997.0, 4026.0, 4003.0, 4022.0, 3993.0, 4024.0, 4012.0, 4012.0, 4010.0, 3978.0, 3995.0, 3955.0, 3975.0, 3954.0, 3954.0, 3955.0, 3956.0, 3967.0, 3956.0, 3977.0, 3979.0, 3998.0, 3980.0, 3970.0, 3968.0, 3970.0, 3991.0, 3979.0, 3980.0, 3971.0, 4002.0, 3982.0, 4009.0, 3969.0, 3967.0, 3990.0, 3981.0, 3993.0, 3981.0, 3983.0, 4017.0, 4009.0, 4015.0, 3995.0, 3993.0, 4003.0, 3993.0, 3982.0, 3981.0, 3980.0, 3969.0, 3980.0, 3991.0, 4012.0, 4000.0, 4042.0, 4023.0, 4013.0, 4013.0, 4011.0, 4013.0, 4000.0, 4011.0, 3988.0, 3996.0, 3983.0, 3961.0, 3968.0, 3936.0, 3956.0, 3913.0, 3914.0, 3947.0, 3927.0, 3947.0, 3929.0, 3948.0, 3941.0, 3948.0, 3930.0, 3938.0, 3930.0, 3928.0, 3943.0, 3943.0, 3984.0, 3965.0, 3943.0, 3951.0, 3943.0, 3961.0, 3942.0, 3964.0, 3954.0, 3954.0, 3985.0, 3954.0, 3963.0, 3954.0, 3967.0, 3979.0, 3965.0, 3969.0, 3956.0, 3943.0, 3937.0, 3930.0, 3931.0, 3945.0, 3959.0, 3960.0, 3971.0, 3972.0, 3993.0, 3983.0, 4025.0, 3983.0, 3979.0, 4013.0, 3990.0, 4009.0, 3998.0, 3986.0, 3982.0, 3970.0, 3971.0, 3981.0, 3969.0, 3980.0, 3968.0, 3950.0, 3991.0, 3946.0, 3923.0, 3925.0, 3925.0, 3927.0, 3937.0, 3941.0, 3951.0, 3953.0, 3956.0, 3958.0, 3954.0, 3957.0, 3956.0, 3991.0, 3967.0, 3987.0, 3999.0, 3969.0, 4000.0, 3980.0, 3958.0, 3999.0, 3968.0, 3985.0, 3955.0, 3988.0, 3957.0, 3997.0, 3947.0, 3944.0, 3955.0, 3966.0, 3944.0, 3966.0, 3957.0, 3956.0, 3957.0, 3956.0, 3965.0, 3946.0, 3965.0, 3968.0, 3969.0, 3982.0, 3973.0, 4006.0, 3986.0, 3996.0, 3986.0, 3996.0, 3986.0, 3985.0, 3994.0, 3998.0, 4007.0, 3987.0, 4008.0, 4012.0, 3987.0, 3998.0, 3987.0, 4037.0, 4040.0, 4051.0, 4047.0, 4025.0, 4022.0, 4012.0, 3985.0, 3984.0, 3951.0, 3969.0, 3944.0, 3957.0, 3931.0, 3942.0, 3909.0, 3910.0, 3899.0, 3913.0, 3925.0, 3921.0, 3911.0, 3923.0, 3925.0, 3939.0, 3953.0, 3955.0, 3981.0, 3982.0, 4002.0, 3981.0, 3990.0, 3968.0, 3988.0, 3969.0, 3988.0, 3966.0, 3989.0, 3995.0, 3964.0, 3993.0, 3974.0, 3973.0, 3942.0, 3955.0, 3955.0, 3943.0, 3964.0, 3944.0, 3964.0, 3955.0, 3978.0, 3968.0, 3967.0, 3957.0, 3956.0, 3970.0, 3972.0, 4022.0, 3991.0, 3982.0, 3981.0, 3994.0, 3996.0, 4007.0, 3995.0, 3995.0, 3993.0, 3974.0, 3994.0, 3984.0, 3983.0, 4014.0, 3983.0, 4001.0, 3982.0, 3990.0, 3981.0, 3960.0, 4000.0, 3966.0, 4010.0, 3992.0, 4024.0, 3983.0, 3982.0, 3979.0, 3968.0, 3977.0, 3967.0, 3960.0, 3983.0, 3983.0, 3983.0, 3982.0, 3972.0, 4003.0, 3972.0, 4014.0, 3981.0, 4003.0, 3970.0, 4001.0, 3969.0, 4012.0, 3969.0, 4011.0, 3968.0, 4010.0, 3966.0, 3996.0, 3944.0, 3986.0, 3932.0, 3963.0, 3943.0, 3944.0, 3954.0, 3958.0, 3957.0, 3960.0, 3984.0, 3996.0, 3984.0, 3984.0, 4004.0, 3985.0, 3996.0, 3985.0, 3996.0, 3996.0, 3985.0, 3982.0, 3989.0, 3970.0, 3968.0, 3967.0, 3968.0, 3989.0, 4021.0, 4009.0, 3987.0, 3977.0, 3995.0, 3998.0, 4018.0, 4009.0, 3997.0, 3987.0, 3985.0, 3983.0, 3960.0, 3968.0, 3945.0, 3953.0, 3932.0, 3932.0, 3912.0, 3900.0, 3912.0, 3930.0, 3952.0, 3940.0, 3939.0, 3939.0, 3941.0, 3941.0, 3942.0, 3946.0, 3965.0, 3957.0, 3989.0, 3970.0, 3980.0, 3957.0, 3977.0, 3957.0, 3978.0, 3969.0, 4000.0, 3980.0, 4000.0, 3957.0, 3967.0, 3969.0, 3988.0, 3957.0, 3988.0, 3967.0, 3985.0, 3967.0, 3976.0, 3966.0, 3976.0, 3958.0, 3977.0, 3967.0, 3980.0, 3969.0, 3958.0, 3979.0, 3958.0, 3989.0, 3970.0, 3990.0, 3982.0, 3983.0, 3984.0, 3986.0, 3996.0, 3994.0, 3980.0, 3972.0, 3969.0, 3982.0, 3971.0, 3990.0, 3983.0, 3983.0, 4003.0, 3993.0, 3985.0, 4027.0, 4013.0, 4012.0, 4013.0, 4024.0, 4010.0, 4000.0, 4009.0, 3999.0, 3997.0, 3994.0, 3973.0, 3949.0, 3939.0, 3945.0, 3945.0, 3933.0, 3965.0, 3943.0, 3926.0, 3941.0, 3981.0, 3961.0, 3928.0, 3925.0, 3989.0, 3967.0, 3956.0, 3936.0, 3990.0, 3940.0, 3939.0, 3990.0, 3961.0, 3959.0, 3980.0, 3958.0, 3988.0, 3956.0, 3976.0, 3967.0, 3977.0, 3956.0, 3953.0, 3921.0, 3912.0, 3943.0, 3912.0, 3913.0, 3922.0, 3925.0, 3926.0, 3925.0, 3938.0, 3947.0, 3937.0, 3949.0, 3939.0, 3950.0, 3929.0, 3949.0, 3978.0, 3936.0, 3968.0, 3925.0, 3969.0, 3927.0, 3946.0, 3928.0, 3936.0, 3926.0, 3941.0, 3942.0, 3939.0, 3940.0, 3941.0, 3940.0, 3942.0, 3944.0, 3937.0, 3946.0, 3957.0, 3969.0, 3968.0, 3972.0, 3971.0, 4003.0, 3982.0, 3994.0, 4028.0, 4006.0, 4023.0, 4014.0, 4023.0, 4011.0, 3999.0, 3998.0, 3985.0, 3996.0, 3973.0, 3982.0, 3961.0, 3981.0, 3960.0, 3915.0, 3938.0, 3929.0, 3941.0, 3939.0, 3930.0, 3940.0, 3942.0, 3962.0], 'WindowWidth': [8989.0, 8925.0, 8941.0, 8915.0, 8890.0, 8913.0, 8913.0, 8896.0, 8884.0, 8933.0, 8928.0, 8912.0, 8904.0, 8931.0, 8932.0, 8963.0, 8918.0, 8905.0, 8932.0, 8906.0, 8903.0, 8886.0, 8885.0, 8909.0, 8882.0, 8886.0, 8882.0, 8887.0, 8932.0, 8887.0, 8903.0, 8922.0, 8912.0, 8897.0, 8924.0, 8925.0, 8953.0, 8908.0, 8969.0, 8942.0, 8945.0, 8887.0, 8883.0, 8933.0, 8901.0, 8876.0, 8857.0, 8803.0, 8811.0, 8826.0, 8852.0, 8854.0, 8862.0, 8871.0, 8889.0, 8890.0, 8906.0, 8880.0, 8891.0, 8941.0, 8947.0, 8939.0, 8951.0, 8930.0, 8928.0, 8928.0, 8909.0, 8907.0, 8906.0, 8887.0, 8883.0, 8859.0, 8841.0, 8867.0, 8826.0, 8855.0, 8828.0, 8825.0, 8825.0, 8828.0, 8838.0, 8844.0, 8830.0, 8831.0, 8847.0, 8853.0, 8850.0, 8881.0, 8901.0, 8857.0, 8862.0, 8886.0, 8861.0, 8868.0, 8860.0, 8859.0, 8876.0, 8862.0, 8887.0, 8880.0, 8896.0, 8920.0, 8975.0, 8900.0, 8888.0, 8931.0, 8884.0, 8952.0, 8903.0, 8911.0, 8898.0, 8920.0, 8902.0, 8904.0, 8895.0, 8922.0, 8901.0, 8887.0, 8886.0, 8902.0, 8885.0, 8920.0, 8936.0, 8954.0, 8928.0, 8916.0, 8935.0, 8953.0, 8914.0, 8937.0, 8943.0, 8942.0, 8962.0, 8938.0, 8935.0, 8913.0, 8945.0, 8944.0, 8938.0, 8898.0, 8903.0, 8883.0, 8900.0, 8871.0, 8911.0, 8840.0, 8884.0, 8881.0, 8895.0, 8903.0, 8911.0, 8938.0, 8912.0, 8952.0, 8905.0, 8945.0, 8902.0, 8919.0, 8954.0, 8924.0, 8926.0, 8893.0, 8921.0, 8895.0, 8879.0, 8841.0, 8855.0, 8864.0, 8855.0, 8887.0, 8877.0, 8883.0, 8864.0, 8881.0, 8889.0, 8893.0, 8935.0, 8914.0, 8933.0, 8945.0, 8911.0, 8953.0, 8962.0, 8948.0, 8992.0, 8976.0, 8913.0, 8955.0, 8914.0, 8914.0, 8949.0, 8917.0, 8937.0, 8995.0, 8973.0, 9002.0, 8963.0, 8908.0, 8941.0, 8923.0, 8939.0, 8914.0, 8913.0, 8872.0, 8881.0, 8843.0, 8834.0, 8802.0, 8826.0, 8795.0, 8748.0, 8762.0, 8768.0, 8768.0, 8773.0, 8776.0, 8790.0, 8794.0, 8799.0, 8826.0, 8846.0, 8869.0, 8833.0, 8830.0, 8844.0, 8830.0, 8845.0, 8832.0, 8841.0, 8832.0, 8842.0, 8825.0, 8829.0, 8879.0, 8827.0, 8850.0, 8823.0, 8819.0, 8824.0, 8822.0, 8823.0, 8826.0, 8829.0, 8854.0, 8854.0, 8872.0, 8859.0, 8870.0, 8877.0, 8883.0, 8903.0, 8894.0, 8929.0, 8915.0, 8927.0, 8916.0, 8909.0, 8930.0, 8881.0, 8903.0, 8946.0, 8920.0, 8958.0, 8956.0, 8940.0, 8955.0, 8985.0, 8985.0, 8981.0, 9010.0, 8978.0, 8992.0, 8999.0, 8969.0, 8980.0, 8941.0, 8938.0, 8929.0, 8881.0, 8849.0, 8903.0, 8873.0, 8851.0, 8855.0, 8804.0, 8809.0, 8835.0, 8856.0, 8861.0, 8890.0, 8909.0, 8878.0, 8897.0, 8853.0, 8853.0, 8897.0, 8867.0, 8913.0, 8878.0, 8898.0, 8868.0, 8849.0, 8811.0, 8807.0, 8834.0, 8820.0, 8848.0, 8807.0, 8807.0, 8823.0, 8826.0, 8858.0, 8835.0, 8863.0, 8857.0, 8868.0, 8858.0, 8885.0, 8876.0, 8880.0, 8880.0, 8855.0, 8906.0, 8880.0, 8906.0, 8878.0, 8879.0, 8881.0, 8885.0, 8900.0, 8909.0, 8901.0, 8908.0, 8892.0, 8916.0, 8892.0, 8909.0, 8928.0, 8931.0, 8933.0, 8949.0, 8934.0, 8974.0, 8935.0, 8973.0, 8939.0, 8963.0, 8923.0, 8968.0, 8949.0, 8945.0, 8943.0, 8892.0, 8914.0, 8858.0, 8884.0, 8857.0, 8858.0, 8860.0, 8861.0, 8877.0, 8864.0, 8896.0, 8902.0, 8922.0, 8902.0, 8888.0, 8883.0, 8888.0, 8917.0, 8900.0, 8902.0, 8891.0, 8935.0, 8910.0, 8941.0, 8887.0, 8884.0, 8914.0, 8905.0, 8922.0, 8907.0, 8911.0, 8963.0, 8958.0, 8961.0, 8937.0, 8932.0, 8943.0, 8930.0, 8914.0, 8909.0, 8906.0, 8888.0, 8902.0, 8915.0, 8946.0, 8926.0, 8990.0, 8964.0, 8948.0, 8947.0, 8944.0, 8946.0, 8925.0, 8944.0, 8904.0, 8912.0, 8887.0, 8851.0, 8860.0, 8813.0, 8839.0, 8778.0, 8783.0, 8829.0, 8804.0, 8830.0, 8809.0, 8831.0, 8831.0, 8836.0, 8811.0, 8820.0, 8811.0, 8809.0, 8837.0, 8838.0, 8891.0, 8870.0, 8837.0, 8845.0, 8838.0, 8860.0, 8838.0, 8869.0, 8855.0, 8856.0, 8899.0, 8855.0, 8866.0, 8855.0, 8876.0, 8901.0, 8873.0, 8884.0, 8863.0, 8840.0, 8830.0, 8808.0, 8813.0, 8838.0, 8866.0, 8869.0, 8890.0, 8892.0, 8921.0, 8910.0, 8967.0, 8907.0, 8895.0, 8947.0, 8913.0, 8936.0, 8918.0, 8896.0, 8886.0, 8866.0, 8868.0, 8883.0, 8863.0, 8880.0, 8865.0, 8842.0, 8896.0, 8830.0, 8796.0, 8799.0, 8803.0, 8809.0, 8823.0, 8831.0, 8847.0, 8853.0, 8863.0, 8867.0, 8856.0, 8863.0, 8858.0, 8917.0, 8876.0, 8901.0, 8922.0, 8880.0, 8922.0, 8898.0, 8867.0, 8924.0, 8880.0, 8897.0, 8858.0, 8904.0, 8862.0, 8915.0, 8848.0, 8841.0, 8857.0, 8872.0, 8842.0, 8871.0, 8862.0, 8862.0, 8864.0, 8861.0, 8874.0, 8849.0, 8874.0, 8882.0, 8886.0, 8908.0, 8902.0, 8948.0, 8919.0, 8937.0, 8922.0, 8934.0, 8920.0, 8916.0, 8930.0, 8943.0, 8954.0, 8925.0, 8954.0, 8964.0, 8926.0, 8940.0, 8921.0, 8991.0, 9001.0, 9018.0, 9006.0, 8974.0, 8963.0, 8948.0, 8896.0, 8892.0, 8838.0, 8863.0, 8820.0, 8840.0, 8795.0, 8813.0, 8764.0, 8766.0, 8753.0, 8779.0, 8798.0, 8787.0, 8773.0, 8792.0, 8797.0, 8823.0, 8851.0, 8859.0, 8903.0, 8906.0, 8931.0, 8902.0, 8912.0, 8882.0, 8908.0, 8881.0, 8905.0, 8872.0, 8909.0, 8910.0, 8868.0, 8906.0, 8878.0, 8876.0, 8836.0, 8858.0, 8856.0, 8838.0, 8867.0, 8842.0, 8867.0, 8858.0, 8894.0, 8882.0, 8878.0, 8864.0, 8864.0, 8886.0, 8894.0, 8958.0, 8917.0, 8906.0, 8904.0, 8927.0, 8936.0, 8951.0, 8930.0, 8928.0, 8924.0, 8897.0, 8926.0, 8913.0, 8909.0, 8950.0, 8907.0, 8928.0, 8904.0, 8913.0, 8900.0, 8872.0, 8926.0, 8877.0, 8938.0, 8918.0, 8966.0, 8910.0, 8908.0, 8895.0, 8878.0, 8890.0, 8877.0, 8874.0, 8909.0, 8909.0, 8909.0, 8908.0, 8894.0, 8937.0, 8895.0, 8952.0, 8904.0, 8934.0, 8885.0, 8928.0, 8883.0, 8942.0, 8883.0, 8939.0, 8879.0, 8935.0, 8872.0, 8913.0, 8840.0, 8899.0, 8822.0, 8864.0, 8837.0, 8840.0, 8853.0, 8868.0, 8863.0, 8872.0, 8914.0, 8933.0, 8916.0, 8913.0, 8939.0, 8918.0, 8939.0, 8920.0, 8936.0, 8937.0, 8919.0, 8908.0, 8913.0, 8890.0, 8886.0, 8884.0, 8884.0, 8910.0, 8955.0, 8939.0, 8905.0, 8887.0, 8910.0, 8920.0, 8949.0, 8938.0, 8915.0, 8904.0, 8893.0, 8891.0, 8850.0, 8860.0, 8822.0, 8830.0, 8800.0, 8799.0, 8773.0, 8756.0, 8775.0, 8816.0, 8845.0, 8829.0, 8824.0, 8825.0, 8831.0, 8831.0, 8836.0, 8845.0, 8872.0, 8863.0, 8908.0, 8886.0, 8897.0, 8864.0, 8892.0, 8864.0, 8893.0, 8886.0, 8926.0, 8901.0, 8925.0, 8866.0, 8879.0, 8884.0, 8905.0, 8863.0, 8905.0, 8877.0, 8899.0, 8876.0, 8888.0, 8875.0, 8889.0, 8866.0, 8890.0, 8879.0, 8901.0, 8885.0, 8868.0, 8897.0, 8870.0, 8913.0, 8890.0, 8913.0, 8909.0, 8912.0, 8914.0, 8920.0, 8933.0, 8924.0, 8904.0, 8895.0, 8886.0, 8909.0, 8892.0, 8915.0, 8913.0, 8912.0, 8939.0, 8927.0, 8918.0, 8978.0, 8954.0, 8950.0, 8949.0, 8967.0, 8942.0, 8924.0, 8943.0, 8926.0, 8917.0, 8910.0, 8877.0, 8841.0, 8826.0, 8829.0, 8827.0, 8807.0, 8852.0, 8822.0, 8804.0, 8836.0, 8890.0, 8862.0, 8812.0, 8805.0, 8896.0, 8863.0, 8848.0, 8821.0, 8898.0, 8832.0, 8829.0, 8900.0, 8859.0, 8852.0, 8883.0, 8849.0, 8892.0, 8845.0, 8872.0, 8860.0, 8876.0, 8841.0, 8833.0, 8790.0, 8778.0, 8822.0, 8781.0, 8783.0, 8796.0, 8802.0, 8806.0, 8806.0, 8824.0, 8837.0, 8824.0, 8839.0, 8826.0, 8842.0, 8812.0, 8839.0, 8876.0, 8819.0, 8862.0, 8803.0, 8863.0, 8806.0, 8831.0, 8810.0, 8817.0, 8808.0, 8832.0, 8835.0, 8828.0, 8830.0, 8835.0, 8831.0, 8836.0, 8840.0, 8832.0, 8840.0, 8866.0, 8884.0, 8880.0, 8893.0, 8892.0, 8936.0, 8909.0, 8927.0, 8978.0, 8945.0, 8967.0, 8953.0, 8964.0, 8942.0, 8922.0, 8919.0, 8896.0, 8914.0, 8874.0, 8887.0, 8856.0, 8881.0, 8850.0, 8788.0, 8820.0, 8811.0, 8831.0, 8826.0, 8814.0, 8828.0, 8834.0, 8859.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.006648738532110092</td></tr>
<tr><td colspan=3>aqi</td><td>0.0708124887614679</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.59055510996555</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.170901711056257</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.054406336268657</td></tr>
<tr><td colspan=3>efc</td><td>0.4942</td></tr>
<tr><td colspan=3>fber</td><td>5384.1807</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1944042217389258</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>271</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.077981651376145</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6963291925055537</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5717733932295985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9021327489895814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6150814352974816</td></tr>
<tr><td colspan=3>gcor</td><td>0.0173951</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-2.3697242795606144e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03952491655945778</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.952474181212352</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.1126</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2459</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.6336</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297280.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>951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.4171</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3109</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.7801</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3158.4616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1086.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.3</td></tr>
<tr><td colspan=3>tsnr</td><td>23.84740052674897</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>