ds005256-mriqc/sub-0006_ses-03_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-03_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-03_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-03_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-03_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-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_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-03_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-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_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-03_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-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_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-03_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-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_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-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-03_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-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-03_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-03/func/sub-0006_ses-03_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>c628d9773a27df8433320520f492ffc9</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:03:27.220000</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.99441, -0.0728334, 0.0764442, 0.0831534, 0.986383, -0.141894]</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.0881417</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7698, -7356, 569, -70, -88, -41, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39d4930d-09ba-48b8-8311-920d7ed55ef3||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.6679298877716064, 0.22309450805187225, 0.1756853610277176, 99.65391540527344], [0.19540666043758392, 2.6463937759399414, -0.39813491702079773, -103.42015838623047], [0.20509420335292816, 0.3806910812854767, 2.6646995544433594, -119.4517822265625], [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': ['100327.220000', '100327.680000', '100328.140000', '100328.600000', '100329.060000', '100329.520000', '100329.980000', '100330.440000', '100330.900000', '100331.360000', '100331.820000', '100332.280000', '100332.740000', '100333.200000', '100333.660000', '100334.120000', '100334.580000', '100335.040000', '100335.500000', '100335.960000', '100336.420000', '100336.880000', '100337.340000', '100337.800000', '100338.260000', '100338.720000', '100339.180000', '100339.640000', '100340.100000', '100340.560000', '100341.020000', '100341.480000', '100341.940000', '100342.400000', '100342.860000', '100343.320000', '100343.780000', '100344.240000', '100344.700000', '100345.160000', '100345.620000', '100346.080000', '100346.540000', '100347.000000', '100347.460000', '100347.920000', '100348.380000', '100348.840000', '100349.300000', '100349.760000', '100350.220000', '100350.680000', '100351.140000', '100351.600000', '100352.060000', '100352.520000', '100352.980000', '100353.440000', '100353.900000', '100354.360000', '100354.820000', '100355.280000', '100355.740000', '100356.200000', '100356.660000', '100357.120000', '100357.580000', '100358.040000', '100358.500000', '100358.960000', '100359.420000', '100359.880000', '100400.340000', '100400.800000', '100401.260000', '100401.720000', '100402.180000', '100402.640000', '100403.100000', '100403.560000', '100404.020000', '100404.480000', '100404.940000', '100405.400000', '100405.860000', '100406.320000', '100406.780000', '100407.240000', '100407.700000', '100408.160000', '100408.620000', '100409.080000', '100409.540000', '100410.000000', '100410.460000', '100410.920000', '100411.380000', '100411.840000', '100412.300000', '100412.760000', '100413.220000', '100413.680000', '100414.140000', '100414.600000', '100415.060000', '100415.520000', '100415.980000', '100416.440000', '100416.900000', '100417.360000', '100417.820000', '100418.280000', '100418.740000', '100419.200000', '100419.660000', '100420.120000', '100420.580000', '100421.040000', '100421.500000', '100421.960000', '100422.420000', '100422.880000', '100423.340000', '100423.800000', '100424.260000', '100424.720000', '100425.180000', '100425.640000', '100426.100000', '100426.560000', '100427.020000', '100427.480000', '100427.940000', '100428.400000', '100428.860000', '100429.320000', '100429.780000', '100430.240000', '100430.700000', '100431.160000', '100431.620000', '100432.080000', '100432.540000', '100433.000000', '100433.460000', '100433.920000', '100434.380000', '100434.840000', '100435.300000', '100435.760000', '100436.220000', '100436.680000', '100437.140000', '100437.600000', '100438.060000', '100438.520000', '100438.980000', '100439.440000', '100439.900000', '100440.360000', '100440.820000', '100441.280000', '100441.740000', '100442.200000', '100442.660000', '100443.120000', '100443.580000', '100444.040000', '100444.500000', '100444.960000', '100445.420000', '100445.880000', '100446.340000', '100446.800000', '100447.260000', '100447.720000', '100448.180000', '100448.640000', '100449.100000', '100449.560000', '100450.020000', '100450.480000', '100450.940000', '100451.400000', '100451.860000', '100452.320000', '100452.780000', '100453.240000', '100453.700000', '100454.160000', '100454.620000', '100455.080000', '100455.540000', '100456.000000', '100456.460000', '100456.920000', '100457.380000', '100457.840000', '100458.300000', '100458.760000', '100459.220000', '100459.680000', '100500.140000', '100500.600000', '100501.060000', '100501.520000', '100501.980000', '100502.440000', '100502.900000', '100503.360000', '100503.820000', '100504.280000', '100504.740000', '100505.200000', '100505.660000', '100506.120000', '100506.580000', '100507.040000', '100507.500000', '100507.960000', '100508.420000', '100508.880000', '100509.340000', '100509.800000', '100510.260000', '100510.720000', '100511.180000', '100511.640000', '100512.100000', '100512.560000', '100513.020000', '100513.480000', '100513.940000', '100514.400000', '100514.860000', '100515.320000', '100515.780000', '100516.240000', '100516.700000', '100517.160000', '100517.620000', '100518.080000', '100518.540000', '100519.000000', '100519.460000', '100519.920000', '100520.380000', '100520.840000', '100521.300000', '100521.760000', '100522.220000', '100522.680000', '100523.140000', '100523.600000', '100524.060000', '100524.520000', '100524.980000', '100525.440000', '100525.900000', '100526.360000', '100526.820000', '100527.280000', '100527.740000', '100528.200000', '100528.660000', '100529.120000', '100529.580000', '100530.040000', '100530.500000', '100530.960000', '100531.420000', '100531.880000', '100532.340000', '100532.800000', '100533.260000', '100533.720000', '100534.180000', '100534.640000', '100535.100000', '100535.560000', '100536.020000', '100536.480000', '100536.940000', '100537.400000', '100537.860000', '100538.320000', '100538.780000', '100539.240000', '100539.700000', '100540.160000', '100540.620000', '100541.080000', '100541.540000', '100542.000000', '100542.460000', '100542.920000', '100543.380000', '100543.840000', '100544.300000', '100544.760000', '100545.220000', '100545.680000', '100546.140000', '100546.600000', '100547.060000', '100547.520000', '100547.980000', '100548.440000', '100548.900000', '100549.360000', '100549.820000', '100550.280000', '100550.740000', '100551.200000', '100551.660000', '100552.120000', '100552.580000', '100553.040000', '100553.500000', '100553.960000', '100554.420000', '100554.880000', '100555.340000', '100555.800000', '100556.260000', '100556.720000', '100557.180000', '100557.640000', '100558.100000', '100558.560000', '100559.020000', '100559.480000', '100559.940000', '100600.400000', '100600.860000', '100601.320000', '100601.780000', '100602.240000', '100602.700000', '100603.160000', '100603.620000', '100604.080000', '100604.540000', '100605.000000', '100605.460000', '100605.920000', '100606.380000', '100606.840000', '100607.300000', '100607.760000', '100608.220000', '100608.680000', '100609.140000', '100609.600000', '100610.060000', '100610.520000', '100610.980000', '100611.440000', '100611.900000', '100612.360000', '100612.820000', '100613.280000', '100613.740000', '100614.200000', '100614.660000', '100615.120000', '100615.580000', '100616.040000', '100616.500000', '100616.960000', '100617.420000', '100617.880000', '100618.340000', '100618.800000', '100619.260000', '100619.720000', '100620.180000', '100620.640000', '100621.100000', '100621.560000', '100622.020000', '100622.480000', '100622.940000', '100623.400000', '100623.860000', '100624.320000', '100624.780000', '100625.240000', '100625.700000', '100626.160000', '100626.620000', '100627.080000', '100627.540000', '100628.000000', '100628.460000', '100628.920000', '100629.380000', '100629.840000', '100630.300000', '100630.760000', '100631.220000', '100631.680000', '100632.140000', '100632.600000', '100633.060000', '100633.520000', '100633.980000', '100634.440000', '100634.900000', '100635.360000', '100635.820000', '100636.280000', '100636.740000', '100637.200000', '100637.660000', '100638.120000', '100638.580000', '100639.040000', '100639.500000', '100639.960000', '100640.420000', '100640.880000', '100641.340000', '100641.800000', '100642.260000', '100642.720000', '100643.180000', '100643.640000', '100644.100000', '100644.560000', '100645.020000', '100645.480000', '100645.940000', '100646.400000', '100646.860000', '100647.320000', '100647.780000', '100648.240000', '100648.700000', '100649.160000', '100649.620000', '100650.080000', '100650.540000', '100651.000000', '100651.460000', '100651.920000', '100652.380000', '100652.840000', '100653.300000', '100653.760000', '100654.220000', '100654.680000', '100655.140000', '100655.600000', '100656.060000', '100656.520000', '100656.980000', '100657.440000', '100657.900000', '100658.360000', '100658.820000', '100659.280000', '100659.740000', '100700.200000', '100700.660000', '100701.120000', '100701.580000', '100702.040000', '100702.500000', '100702.960000', '100703.420000', '100703.880000', '100704.340000', '100704.800000', '100705.260000', '100705.720000', '100706.180000', '100706.640000', '100707.100000', '100707.560000', '100708.020000', '100708.480000', '100708.940000', '100709.400000', '100709.860000', '100710.320000', '100710.780000', '100711.240000', '100711.700000', '100712.160000', '100712.620000', '100713.080000', '100713.540000', '100714.000000', '100714.460000', '100714.920000', '100715.380000', '100715.840000', '100716.300000', '100716.760000', '100717.220000', '100717.680000', '100718.140000', '100718.600000', '100719.060000', '100719.520000', '100719.980000', '100720.440000', '100720.900000', '100721.360000', '100721.820000', '100722.280000', '100722.740000', '100723.200000', '100723.660000', '100724.120000', '100724.580000', '100725.040000', '100725.500000', '100725.960000', '100726.420000', '100726.880000', '100727.340000', '100727.800000', '100728.260000', '100728.720000', '100729.180000', '100729.640000', '100730.100000', '100730.560000', '100731.020000', '100731.480000', '100731.940000', '100732.400000', '100732.860000', '100733.320000', '100733.780000', '100734.240000', '100734.700000', '100735.160000', '100735.620000', '100736.080000', '100736.540000', '100737.000000', '100737.460000', '100737.920000', '100738.380000', '100738.840000', '100739.300000', '100739.760000', '100740.220000', '100740.680000', '100741.140000', '100741.600000', '100742.060000', '100742.520000', '100742.980000', '100743.440000', '100743.900000', '100744.360000', '100744.820000', '100745.280000', '100745.740000', '100746.200000', '100746.660000', '100747.120000', '100747.580000', '100748.040000', '100748.500000', '100748.960000', '100749.420000', '100749.880000', '100750.340000', '100750.800000', '100751.260000', '100751.720000', '100752.180000', '100752.640000', '100753.100000', '100753.560000', '100754.020000', '100754.480000', '100754.940000', '100755.400000', '100755.860000', '100756.320000', '100756.780000', '100757.240000', '100757.700000', '100758.160000', '100758.620000', '100759.080000', '100759.540000', '100800.000000', '100800.460000', '100800.920000', '100801.380000', '100801.840000', '100802.300000', '100802.760000', '100803.220000', '100803.680000', '100804.140000', '100804.600000', '100805.060000', '100805.520000', '100805.980000', '100806.440000', '100806.900000', '100807.360000', '100807.820000', '100808.280000', '100808.740000', '100809.200000', '100809.660000', '100810.120000', '100810.580000', '100811.040000', '100811.500000', '100811.960000', '100812.420000', '100812.880000', '100813.340000', '100813.800000', '100814.260000', '100814.720000', '100815.180000', '100815.640000', '100816.100000', '100816.560000', '100817.020000', '100817.480000', '100817.940000', '100818.400000', '100818.860000', '100819.320000', '100819.780000', '100820.240000', '100820.700000', '100821.160000', '100821.620000', '100822.080000', '100822.540000', '100823.000000', '100823.460000', '100823.920000', '100824.380000', '100824.840000', '100825.300000', '100825.760000', '100826.220000', '100826.680000', '100827.140000', '100827.600000', '100828.060000', '100828.520000', '100828.980000', '100829.440000', '100829.900000', '100830.360000', '100830.820000', '100831.280000', '100831.740000', '100832.200000', '100832.660000', '100833.120000', '100833.580000', '100834.040000', '100834.500000', '100834.960000', '100835.420000', '100835.880000', '100836.340000', '100836.800000', '100837.260000', '100837.720000', '100838.180000', '100838.640000', '100839.100000', '100839.560000', '100840.020000', '100840.480000', '100840.940000', '100841.400000', '100841.860000', '100842.320000', '100842.780000', '100843.240000', '100843.700000', '100844.160000', '100844.620000', '100845.080000', '100845.540000', '100846.000000', '100846.460000', '100846.920000', '100847.380000', '100847.840000', '100848.300000', '100848.760000', '100849.220000', '100849.680000', '100850.140000', '100850.600000', '100851.060000', '100851.520000', '100851.980000', '100852.440000', '100852.900000', '100853.360000', '100853.820000', '100854.280000', '100854.740000', '100855.200000', '100855.660000', '100856.120000', '100856.580000', '100857.040000', '100857.500000', '100857.960000', '100858.420000', '100858.880000', '100859.340000', '100859.800000', '100900.260000', '100900.720000', '100901.180000', '100901.640000', '100902.100000', '100902.560000', '100903.020000', '100903.480000', '100903.940000', '100904.400000', '100904.860000', '100905.320000', '100905.780000', '100906.240000', '100906.700000', '100907.160000', '100907.620000', '100908.080000', '100908.540000', '100909.000000', '100909.460000', '100909.920000', '100910.380000', '100910.840000', '100911.300000', '100911.760000', '100912.220000', '100912.680000', '100913.140000', '100913.600000', '100914.060000', '100914.520000', '100914.980000', '100915.440000', '100915.900000', '100916.360000', '100916.820000', '100917.280000', '100917.740000', '100918.200000', '100918.660000', '100919.120000', '100919.580000', '100920.040000', '100920.500000', '100920.960000', '100921.420000', '100921.880000', '100922.340000', '100922.800000', '100923.260000', '100923.720000', '100924.180000', '100924.640000', '100925.100000', '100925.560000', '100926.020000', '100926.480000', '100926.940000', '100927.400000', '100927.860000', '100928.320000', '100928.780000', '100929.240000', '100929.700000', '100930.160000', '100930.620000', '100931.080000', '100931.540000', '100932.000000', '100932.460000', '100932.920000', '100933.380000', '100933.840000', '100934.300000', '100934.760000', '100935.220000', '100935.680000', '100936.140000', '100936.600000', '100937.060000', '100937.520000', '100937.980000', '100938.440000', '100938.900000', '100939.360000', '100939.820000', '100940.280000', '100940.740000', '100941.200000', '100941.660000', '100942.120000', '100942.580000', '100943.040000', '100943.500000', '100943.960000', '100944.420000', '100944.880000', '100945.340000', '100945.800000', '100946.260000', '100946.720000', '100947.180000', '100947.640000', '100948.100000', '100948.560000', '100949.020000', '100949.480000', '100949.940000', '100950.400000', '100950.860000', '100951.320000', '100951.780000', '100952.240000', '100952.700000', '100953.160000', '100953.620000', '100954.080000', '100954.540000', '100955.000000', '100955.460000', '100955.920000', '100956.380000', '100956.840000', '100957.300000', '100957.760000', '100958.220000', '100958.680000', '100959.140000', '100959.600000', '101000.060000', '101000.520000', '101000.980000', '101001.440000', '101001.900000', '101002.360000', '101002.820000', '101003.280000', '101003.740000', '101004.200000', '101004.660000', '101005.120000', '101005.580000', '101006.040000', '101006.500000', '101006.960000', '101007.420000', '101007.880000'], 'ContentTime': ['100345.411000', '100345.415000', '100345.418000', '100345.422000', '100345.424000', '100345.427000', '100345.430000', '100345.433000', '100345.436000', '100345.439000', '100345.441000', '100345.444000', '100345.447000', '100345.450000', '100345.460000', '100345.463000', '100345.465000', '100345.468000', '100345.471000', '100345.474000', '100345.476000', '100345.479000', '100345.482000', '100345.485000', '100345.488000', '100345.490000', '100345.493000', '100345.496000', '100345.499000', '100345.502000', '100345.505000', '100345.507000', '100345.510000', '100345.513000', '100345.516000', '100345.519000', '100345.521000', '100345.524000', '100405.381000', '100405.384000', '100405.387000', '100405.404000', '100405.407000', '100405.410000', '100405.413000', '100405.416000', '100405.418000', '100405.421000', '100405.424000', '100405.427000', '100405.430000', '100405.433000', '100405.435000', '100405.438000', '100405.441000', '100405.448000', '100405.452000', '100405.456000', '100405.459000', '100405.461000', '100405.464000', '100405.467000', '100405.470000', '100405.473000', '100405.476000', '100405.479000', '100405.481000', '100405.484000', '100405.487000', '100405.490000', '100405.493000', '100405.496000', '100405.498000', '100405.501000', '100405.504000', '100405.507000', '100405.510000', '100405.513000', '100405.515000', '100405.518000', '100405.521000', '100425.381000', '100425.384000', '100425.387000', '100425.390000', '100425.392000', '100425.395000', '100425.398000', '100425.401000', '100425.404000', '100425.407000', '100425.409000', '100425.412000', '100425.415000', '100425.418000', '100425.421000', '100425.424000', '100425.426000', '100425.429000', '100425.432000', '100425.435000', '100425.438000', '100425.441000', '100425.444000', '100425.446000', '100425.449000', '100425.452000', '100425.455000', '100425.458000', '100425.460000', '100425.463000', '100425.466000', '100425.469000', '100425.472000', '100425.475000', '100425.478000', '100425.480000', '100425.483000', '100425.486000', '100425.489000', '100425.492000', '100425.495000', '100425.497000', '100425.500000', '100425.503000', '100445.381000', '100445.384000', '100445.387000', '100445.389000', '100445.392000', '100445.395000', '100445.398000', '100445.401000', '100445.404000', '100445.408000', '100445.410000', '100445.413000', '100445.416000', '100445.419000', '100445.422000', '100445.425000', '100445.427000', '100445.430000', '100445.433000', '100445.436000', '100445.439000', '100445.441000', '100445.444000', '100445.447000', '100445.450000', '100445.452000', '100445.455000', '100445.458000', '100445.461000', '100445.464000', '100445.467000', '100445.470000', '100445.473000', '100445.476000', '100445.479000', '100445.481000', '100445.484000', '100445.487000', '100445.490000', '100445.493000', '100445.495000', '100445.498000', '100445.501000', '100505.382000', '100505.385000', '100505.388000', '100505.390000', '100505.393000', '100505.396000', '100505.399000', '100505.402000', '100505.405000', '100505.408000', '100505.410000', '100505.413000', '100505.416000', '100505.419000', '100505.422000', '100505.424000', '100505.427000', '100505.430000', '100505.433000', '100505.436000', '100505.439000', '100505.442000', '100505.444000', '100505.447000', '100505.450000', '100505.453000', '100505.456000', '100505.459000', '100505.462000', '100505.465000', '100505.467000', '100505.470000', '100505.473000', '100505.476000', '100505.479000', '100505.482000', '100505.484000', '100505.487000', '100505.490000', '100505.493000', '100505.496000', '100505.498000', '100505.501000', '100505.504000', '100525.381000', '100525.384000', '100525.386000', '100525.389000', '100525.392000', '100525.395000', '100525.398000', '100525.401000', '100525.404000', '100525.406000', '100525.409000', '100525.412000', '100525.415000', '100525.418000', '100525.421000', '100525.424000', '100525.426000', '100525.429000', '100525.432000', '100525.435000', '100525.438000', '100525.441000', '100525.443000', '100525.446000', '100525.449000', '100525.452000', '100525.455000', '100525.458000', '100525.461000', '100525.463000', '100525.466000', '100525.469000', '100525.472000', '100525.475000', '100525.478000', '100525.480000', '100525.483000', '100525.486000', '100525.489000', '100525.492000', '100525.495000', '100525.498000', '100525.501000', '100545.381000', '100545.384000', '100545.387000', '100545.389000', '100545.392000', '100545.395000', '100545.398000', '100545.401000', '100545.404000', '100545.407000', '100545.410000', '100545.412000', '100545.415000', '100545.418000', '100545.421000', '100545.424000', '100545.436000', '100545.438000', '100545.441000', '100545.444000', '100545.447000', '100545.450000', '100545.453000', '100545.455000', '100545.459000', '100545.461000', '100545.464000', '100545.467000', '100545.470000', '100545.473000', '100545.476000', '100545.479000', '100545.481000', '100545.484000', '100545.487000', '100545.490000', '100545.493000', '100545.495000', '100545.498000', '100545.501000', '100545.504000', '100545.507000', '100545.510000', '100545.512000', '100605.381000', '100605.384000', '100605.387000', '100605.390000', '100605.392000', '100605.395000', '100605.398000', '100605.401000', '100605.404000', '100605.407000', '100605.410000', '100605.412000', '100605.415000', '100605.418000', '100605.421000', '100605.424000', '100605.427000', '100605.430000', '100605.432000', '100605.435000', '100605.438000', '100605.441000', '100605.445000', '100605.448000', '100605.451000', '100605.454000', '100605.457000', '100605.460000', '100605.462000', '100605.465000', '100605.468000', '100605.471000', '100605.474000', '100605.476000', '100605.479000', '100605.482000', '100605.485000', '100605.488000', '100605.490000', '100605.493000', '100605.496000', '100605.500000', '100605.503000', '100625.381000', '100625.384000', '100625.387000', '100625.389000', '100625.392000', '100625.395000', '100625.398000', '100625.401000', '100625.403000', '100625.406000', '100625.410000', '100625.413000', '100625.416000', '100625.419000', '100625.421000', '100625.424000', '100625.427000', '100625.430000', '100625.433000', '100625.435000', '100625.438000', '100625.441000', '100625.444000', '100625.447000', '100625.449000', '100625.452000', '100625.455000', '100625.458000', '100625.461000', '100625.464000', '100625.466000', '100625.469000', '100625.472000', '100625.475000', '100625.477000', '100625.480000', '100625.483000', '100625.486000', '100625.489000', '100625.491000', '100625.494000', '100625.497000', '100625.500000', '100625.503000', '100645.381000', '100645.384000', '100645.387000', '100645.390000', '100645.393000', '100645.396000', '100645.398000', '100645.401000', '100645.404000', '100645.407000', '100645.410000', '100645.412000', '100645.415000', '100645.418000', '100645.421000', '100645.424000', '100645.426000', '100645.429000', '100645.432000', '100645.435000', '100645.437000', '100645.440000', '100645.443000', '100645.446000', '100645.449000', '100645.452000', '100645.454000', '100645.457000', '100645.460000', '100645.463000', '100645.465000', '100645.468000', '100645.471000', '100645.474000', '100645.476000', '100645.479000', '100645.482000', '100645.485000', '100645.488000', '100645.491000', '100645.493000', '100645.496000', '100645.499000', '100705.381000', '100705.384000', '100705.387000', '100705.390000', '100705.392000', '100705.395000', '100705.398000', '100705.401000', '100705.403000', '100705.406000', '100705.409000', '100705.412000', '100705.415000', '100705.418000', '100705.420000', '100705.423000', '100705.426000', '100705.429000', '100705.432000', '100705.434000', '100705.437000', '100705.440000', '100705.443000', '100705.446000', '100705.448000', '100705.451000', '100705.454000', '100705.457000', '100705.460000', '100705.462000', '100705.465000', '100705.468000', '100705.471000', '100705.473000', '100705.476000', '100705.479000', '100705.482000', '100705.485000', '100705.499000', '100705.502000', '100705.505000', '100705.508000', '100705.511000', '100705.514000', '100725.382000', '100725.385000', '100725.388000', '100725.391000', '100725.393000', '100725.396000', '100725.399000', '100725.402000', '100725.405000', '100725.407000', '100725.410000', '100725.413000', '100725.416000', '100725.419000', '100725.422000', '100725.424000', '100725.427000', '100725.430000', '100725.433000', '100725.436000', '100725.439000', '100725.441000', '100725.444000', '100725.447000', '100725.450000', '100725.453000', '100725.456000', '100725.459000', '100725.462000', '100725.464000', '100725.467000', '100725.470000', '100725.473000', '100725.476000', '100725.478000', '100725.482000', '100725.485000', '100725.488000', '100725.491000', '100725.494000', '100725.497000', '100725.500000', '100725.502000', '100745.381000', '100745.384000', '100745.387000', '100745.390000', '100745.393000', '100745.395000', '100745.398000', '100745.401000', '100745.404000', '100745.407000', '100745.410000', '100745.412000', '100745.415000', '100745.418000', '100745.421000', '100745.424000', '100745.427000', '100745.430000', '100745.432000', '100745.435000', '100745.438000', '100745.441000', '100745.444000', '100745.447000', '100745.450000', '100745.453000', '100745.456000', '100745.459000', '100745.462000', '100745.465000', '100745.467000', '100745.470000', '100745.473000', '100745.476000', '100745.479000', '100745.482000', '100745.485000', '100745.487000', '100745.490000', '100745.493000', '100745.496000', '100745.499000', '100745.502000', '100745.504000', '100805.381000', '100805.384000', '100805.387000', '100805.389000', '100805.392000', '100805.395000', '100805.398000', '100805.401000', '100805.404000', '100805.406000', '100805.409000', '100805.412000', '100805.415000', '100805.418000', '100805.420000', '100805.423000', '100805.426000', '100805.429000', '100805.432000', '100805.435000', '100805.437000', '100805.440000', '100805.443000', '100805.446000', '100805.449000', '100805.452000', '100805.454000', '100805.457000', '100805.460000', '100805.463000', '100805.466000', '100805.469000', '100805.471000', '100805.474000', '100805.477000', '100805.480000', '100805.482000', '100805.485000', '100805.488000', '100805.491000', '100805.494000', '100805.497000', '100805.499000', '100825.381000', '100825.384000', '100825.387000', '100825.389000', '100825.392000', '100825.395000', '100825.398000', '100825.401000', '100825.404000', '100825.406000', '100825.409000', '100825.412000', '100825.415000', '100825.418000', '100825.421000', '100825.424000', '100825.427000', '100825.429000', '100825.432000', '100825.435000', '100825.438000', '100825.441000', '100825.444000', '100825.446000', '100825.449000', '100825.452000', '100825.455000', '100825.458000', '100825.460000', '100825.463000', '100825.466000', '100825.469000', '100825.472000', '100825.475000', '100825.477000', '100825.480000', '100825.483000', '100825.486000', '100825.489000', '100825.491000', '100825.494000', '100825.497000', '100825.500000', '100845.381000', '100845.384000', '100845.387000', '100845.390000', '100845.392000', '100845.395000', '100845.416000', '100845.419000', '100845.422000', '100845.424000', '100845.427000', '100845.430000', '100845.433000', '100845.436000', '100845.439000', '100845.441000', '100845.444000', '100845.447000', '100845.450000', '100845.453000', '100845.456000', '100845.458000', '100845.461000', '100845.464000', '100845.467000', '100845.470000', '100845.472000', '100845.475000', '100845.478000', '100845.481000', '100845.484000', '100845.486000', '100845.489000', '100845.492000', '100845.495000', '100845.498000', '100845.501000', '100845.503000', '100845.506000', '100845.509000', '100845.512000', '100845.515000', '100845.517000', '100845.521000', '100905.381000', '100905.384000', '100905.387000', '100905.389000', '100905.392000', '100905.395000', '100905.398000', '100905.401000', '100905.403000', '100905.407000', '100905.411000', '100905.414000', '100905.417000', '100905.420000', '100905.423000', '100905.426000', '100905.428000', '100905.431000', '100905.434000', '100905.437000', '100905.440000', '100905.442000', '100905.445000', '100905.448000', '100905.451000', '100905.454000', '100905.456000', '100905.459000', '100905.462000', '100905.465000', '100905.467000', '100905.470000', '100905.473000', '100905.476000', '100905.479000', '100905.482000', '100905.484000', '100905.487000', '100905.490000', '100905.493000', '100905.496000', '100905.499000', '100905.501000', '100925.381000', '100925.384000', '100925.387000', '100925.390000', '100925.392000', '100925.395000', '100925.398000', '100925.401000', '100925.404000', '100925.406000', '100925.409000', '100925.412000', '100925.415000', '100925.418000', '100925.421000', '100925.423000', '100925.426000', '100925.429000', '100925.432000', '100925.435000', '100925.438000', '100925.441000', '100925.443000', '100925.446000', '100925.449000', '100925.452000', '100925.455000', '100925.457000', '100925.460000', '100925.463000', '100925.466000', '100925.469000', '100925.471000', '100925.474000', '100925.477000', '100925.480000', '100925.483000', '100925.486000', '100925.488000', '100925.491000', '100925.494000', '100925.497000', '100925.500000', '100925.503000', '100945.382000', '100945.385000', '100945.388000', '100945.391000', '100945.393000', '100945.396000', '100945.399000', '100945.402000', '100945.405000', '100945.408000', '100945.410000', '100945.413000', '100945.416000', '100945.420000', '100945.423000', '100945.426000', '100945.429000', '100945.432000', '100945.435000', '100945.437000', '100945.440000', '100945.443000', '100945.446000', '100945.448000', '100945.451000', '100945.454000', '100945.457000', '100945.460000', '100945.463000', '100945.465000', '100945.468000', '100945.471000', '100945.474000', '100945.477000', '100945.480000', '100945.482000', '100945.485000', '100945.488000', '100945.491000', '100945.493000', '100945.496000', '100945.499000', '100945.502000', '101005.381000', '101005.384000', '101005.387000', '101005.390000', '101005.392000', '101005.395000', '101005.398000', '101005.401000', '101005.404000', '101005.406000', '101005.409000', '101005.412000', '101005.415000', '101005.418000', '101005.420000', '101005.423000', '101005.426000', '101005.438000', '101005.441000', '101005.444000', '101005.447000', '101005.449000', '101005.452000', '101005.455000', '101005.458000', '101005.460000', '101005.463000', '101005.466000', '101005.469000', '101005.472000', '101005.474000', '101005.477000', '101005.480000', '101005.483000', '101005.486000', '101005.488000', '101005.491000', '101005.494000', '101005.497000', '101005.500000', '101005.502000', '101005.505000', '101005.508000', '101005.511000', '101008.903000', '101008.906000', '101008.909000', '101008.913000', '101008.916000', '101008.919000', '101008.922000', '101008.925000'], 'InstanceCreationTime': ['100345.411000', '100345.415000', '100345.418000', '100345.422000', '100345.424000', '100345.427000', '100345.430000', '100345.433000', '100345.436000', '100345.439000', '100345.441000', '100345.444000', '100345.447000', '100345.450000', '100345.460000', '100345.463000', '100345.465000', '100345.468000', '100345.471000', '100345.474000', '100345.476000', '100345.479000', '100345.482000', '100345.485000', '100345.488000', '100345.490000', '100345.493000', '100345.496000', '100345.499000', '100345.502000', '100345.505000', '100345.507000', '100345.510000', '100345.513000', '100345.516000', '100345.519000', '100345.521000', '100345.524000', '100405.381000', '100405.384000', '100405.387000', '100405.404000', '100405.407000', '100405.410000', '100405.413000', '100405.416000', '100405.418000', '100405.421000', '100405.424000', '100405.427000', '100405.430000', '100405.433000', '100405.435000', '100405.438000', '100405.441000', '100405.448000', '100405.452000', '100405.456000', '100405.459000', '100405.461000', '100405.464000', '100405.467000', '100405.470000', '100405.473000', '100405.476000', '100405.479000', '100405.481000', '100405.484000', '100405.487000', '100405.490000', '100405.493000', '100405.496000', '100405.498000', '100405.501000', '100405.504000', '100405.507000', '100405.510000', '100405.513000', '100405.515000', '100405.518000', '100405.521000', '100425.381000', '100425.384000', '100425.387000', '100425.390000', '100425.392000', '100425.395000', '100425.398000', '100425.401000', '100425.404000', '100425.407000', '100425.409000', '100425.412000', '100425.415000', '100425.418000', '100425.421000', '100425.424000', '100425.426000', '100425.429000', '100425.432000', '100425.435000', '100425.438000', '100425.441000', '100425.444000', '100425.446000', '100425.449000', '100425.452000', '100425.455000', '100425.458000', '100425.460000', '100425.463000', '100425.466000', '100425.469000', '100425.472000', '100425.475000', '100425.478000', '100425.480000', '100425.483000', '100425.486000', '100425.489000', '100425.492000', '100425.495000', '100425.497000', '100425.500000', '100425.503000', '100445.381000', '100445.384000', '100445.387000', '100445.389000', '100445.392000', '100445.395000', '100445.398000', '100445.401000', '100445.404000', '100445.408000', '100445.410000', '100445.413000', '100445.416000', '100445.419000', '100445.422000', '100445.425000', '100445.427000', '100445.430000', '100445.433000', '100445.436000', '100445.439000', '100445.441000', '100445.444000', '100445.447000', '100445.450000', '100445.452000', '100445.455000', '100445.458000', '100445.461000', '100445.464000', '100445.467000', '100445.470000', '100445.473000', '100445.476000', '100445.479000', '100445.481000', '100445.484000', '100445.487000', '100445.490000', '100445.493000', '100445.495000', '100445.498000', '100445.501000', '100505.382000', '100505.385000', '100505.388000', '100505.390000', '100505.393000', '100505.396000', '100505.399000', '100505.402000', '100505.405000', '100505.408000', '100505.410000', '100505.413000', '100505.416000', '100505.419000', '100505.422000', '100505.424000', '100505.427000', '100505.430000', '100505.433000', '100505.436000', '100505.439000', '100505.442000', '100505.444000', '100505.447000', '100505.450000', '100505.453000', '100505.456000', '100505.459000', '100505.462000', '100505.465000', '100505.467000', '100505.470000', '100505.473000', '100505.476000', '100505.479000', '100505.482000', '100505.484000', '100505.487000', '100505.490000', '100505.493000', '100505.496000', '100505.498000', '100505.501000', '100505.504000', '100525.381000', '100525.384000', '100525.386000', '100525.389000', '100525.392000', '100525.395000', '100525.398000', '100525.401000', '100525.404000', '100525.406000', '100525.409000', '100525.412000', '100525.415000', '100525.418000', '100525.421000', '100525.424000', '100525.426000', '100525.429000', '100525.432000', '100525.435000', '100525.438000', '100525.441000', '100525.443000', '100525.446000', '100525.449000', '100525.452000', '100525.455000', '100525.458000', '100525.461000', '100525.463000', '100525.466000', '100525.469000', '100525.472000', '100525.475000', '100525.478000', '100525.480000', '100525.483000', '100525.486000', '100525.489000', '100525.492000', '100525.495000', '100525.498000', '100525.501000', '100545.381000', '100545.384000', '100545.387000', '100545.389000', '100545.392000', '100545.395000', '100545.398000', '100545.401000', '100545.404000', '100545.407000', '100545.410000', '100545.412000', '100545.415000', '100545.418000', '100545.421000', '100545.424000', '100545.436000', '100545.438000', '100545.441000', '100545.444000', '100545.447000', '100545.450000', '100545.453000', '100545.455000', '100545.459000', '100545.461000', '100545.464000', '100545.467000', '100545.470000', '100545.473000', '100545.476000', '100545.479000', '100545.481000', '100545.484000', '100545.487000', '100545.490000', '100545.493000', '100545.495000', '100545.498000', '100545.501000', '100545.504000', '100545.507000', '100545.510000', '100545.512000', '100605.381000', '100605.384000', '100605.387000', '100605.390000', '100605.392000', '100605.395000', '100605.398000', '100605.401000', '100605.404000', '100605.407000', '100605.410000', '100605.412000', '100605.415000', '100605.418000', '100605.421000', '100605.424000', '100605.427000', '100605.430000', '100605.432000', '100605.435000', '100605.438000', '100605.441000', '100605.445000', '100605.448000', '100605.451000', '100605.454000', '100605.457000', '100605.460000', '100605.462000', '100605.465000', '100605.468000', '100605.471000', '100605.474000', '100605.476000', '100605.479000', '100605.482000', '100605.485000', '100605.488000', '100605.490000', '100605.493000', '100605.496000', '100605.500000', '100605.503000', '100625.381000', '100625.384000', '100625.387000', '100625.389000', '100625.392000', '100625.395000', '100625.398000', '100625.401000', '100625.403000', '100625.406000', '100625.410000', '100625.413000', '100625.416000', '100625.419000', '100625.421000', '100625.424000', '100625.427000', '100625.430000', '100625.433000', '100625.435000', '100625.438000', '100625.441000', '100625.444000', '100625.447000', '100625.449000', '100625.452000', '100625.455000', '100625.458000', '100625.461000', '100625.464000', '100625.466000', '100625.469000', '100625.472000', '100625.475000', '100625.477000', '100625.480000', '100625.483000', '100625.486000', '100625.489000', '100625.491000', '100625.494000', '100625.497000', '100625.500000', '100625.503000', '100645.381000', '100645.384000', '100645.387000', '100645.390000', '100645.393000', '100645.396000', '100645.398000', '100645.401000', '100645.404000', '100645.407000', '100645.410000', '100645.412000', '100645.415000', '100645.418000', '100645.421000', '100645.424000', '100645.426000', '100645.429000', '100645.432000', '100645.435000', '100645.437000', '100645.440000', '100645.443000', '100645.446000', '100645.449000', '100645.452000', '100645.454000', '100645.457000', '100645.460000', '100645.463000', '100645.465000', '100645.468000', '100645.471000', '100645.474000', '100645.476000', '100645.479000', '100645.482000', '100645.485000', '100645.488000', '100645.491000', '100645.493000', '100645.496000', '100645.499000', '100705.381000', '100705.384000', '100705.387000', '100705.390000', '100705.392000', '100705.395000', '100705.398000', '100705.401000', '100705.403000', '100705.406000', '100705.409000', '100705.412000', '100705.415000', '100705.418000', '100705.420000', '100705.423000', '100705.426000', '100705.429000', '100705.432000', '100705.434000', '100705.437000', '100705.440000', '100705.443000', '100705.446000', '100705.448000', '100705.451000', '100705.454000', '100705.457000', '100705.460000', '100705.462000', '100705.465000', '100705.468000', '100705.471000', '100705.473000', '100705.476000', '100705.479000', '100705.482000', '100705.485000', '100705.499000', '100705.502000', '100705.505000', '100705.508000', '100705.511000', '100705.514000', '100725.382000', '100725.385000', '100725.388000', '100725.391000', '100725.393000', '100725.396000', '100725.399000', '100725.402000', '100725.405000', '100725.407000', '100725.410000', '100725.413000', '100725.416000', '100725.419000', '100725.422000', '100725.424000', '100725.427000', '100725.430000', '100725.433000', '100725.436000', '100725.439000', '100725.441000', '100725.444000', '100725.447000', '100725.450000', '100725.453000', '100725.456000', '100725.459000', '100725.462000', '100725.464000', '100725.467000', '100725.470000', '100725.473000', '100725.476000', '100725.478000', '100725.482000', '100725.485000', '100725.488000', '100725.491000', '100725.494000', '100725.497000', '100725.500000', '100725.502000', '100745.381000', '100745.384000', '100745.387000', '100745.390000', '100745.393000', '100745.395000', '100745.398000', '100745.401000', '100745.404000', '100745.407000', '100745.410000', '100745.412000', '100745.415000', '100745.418000', '100745.421000', '100745.424000', '100745.427000', '100745.430000', '100745.432000', '100745.435000', '100745.438000', '100745.441000', '100745.444000', '100745.447000', '100745.450000', '100745.453000', '100745.456000', '100745.459000', '100745.462000', '100745.465000', '100745.467000', '100745.470000', '100745.473000', '100745.476000', '100745.479000', '100745.482000', '100745.485000', '100745.487000', '100745.490000', '100745.493000', '100745.496000', '100745.499000', '100745.502000', '100745.504000', '100805.381000', '100805.384000', '100805.387000', '100805.389000', '100805.392000', '100805.395000', '100805.398000', '100805.401000', '100805.404000', '100805.406000', '100805.409000', '100805.412000', '100805.415000', '100805.418000', '100805.420000', '100805.423000', '100805.426000', '100805.429000', '100805.432000', '100805.435000', '100805.437000', '100805.440000', '100805.443000', '100805.446000', '100805.449000', '100805.452000', '100805.454000', '100805.457000', '100805.460000', '100805.463000', '100805.466000', '100805.469000', '100805.471000', '100805.474000', '100805.477000', '100805.480000', '100805.482000', '100805.485000', '100805.488000', '100805.491000', '100805.494000', '100805.497000', '100805.499000', '100825.381000', '100825.384000', '100825.387000', '100825.389000', '100825.392000', '100825.395000', '100825.398000', '100825.401000', '100825.404000', '100825.406000', '100825.409000', '100825.412000', '100825.415000', '100825.418000', '100825.421000', '100825.424000', '100825.427000', '100825.429000', '100825.432000', '100825.435000', '100825.438000', '100825.441000', '100825.444000', '100825.446000', '100825.449000', '100825.452000', '100825.455000', '100825.458000', '100825.460000', '100825.463000', '100825.466000', '100825.469000', '100825.472000', '100825.475000', '100825.477000', '100825.480000', '100825.483000', '100825.486000', '100825.489000', '100825.491000', '100825.494000', '100825.497000', '100825.500000', '100845.381000', '100845.384000', '100845.387000', '100845.390000', '100845.392000', '100845.395000', '100845.416000', '100845.419000', '100845.422000', '100845.424000', '100845.427000', '100845.430000', '100845.433000', '100845.436000', '100845.439000', '100845.441000', '100845.444000', '100845.447000', '100845.450000', '100845.453000', '100845.456000', '100845.458000', '100845.461000', '100845.464000', '100845.467000', '100845.470000', '100845.472000', '100845.475000', '100845.478000', '100845.481000', '100845.484000', '100845.486000', '100845.489000', '100845.492000', '100845.495000', '100845.498000', '100845.501000', '100845.503000', '100845.506000', '100845.509000', '100845.512000', '100845.515000', '100845.517000', '100845.521000', '100905.381000', '100905.384000', '100905.387000', '100905.389000', '100905.392000', '100905.395000', '100905.398000', '100905.401000', '100905.403000', '100905.407000', '100905.411000', '100905.414000', '100905.417000', '100905.420000', '100905.423000', '100905.426000', '100905.428000', '100905.431000', '100905.434000', '100905.437000', '100905.440000', '100905.442000', '100905.445000', '100905.448000', '100905.451000', '100905.454000', '100905.456000', '100905.459000', '100905.462000', '100905.465000', '100905.467000', '100905.470000', '100905.473000', '100905.476000', '100905.479000', '100905.482000', '100905.484000', '100905.487000', '100905.490000', '100905.493000', '100905.496000', '100905.499000', '100905.501000', '100925.381000', '100925.384000', '100925.387000', '100925.390000', '100925.392000', '100925.395000', '100925.398000', '100925.401000', '100925.404000', '100925.406000', '100925.409000', '100925.412000', '100925.415000', '100925.418000', '100925.421000', '100925.423000', '100925.426000', '100925.429000', '100925.432000', '100925.435000', '100925.438000', '100925.441000', '100925.443000', '100925.446000', '100925.449000', '100925.452000', '100925.455000', '100925.457000', '100925.460000', '100925.463000', '100925.466000', '100925.469000', '100925.471000', '100925.474000', '100925.477000', '100925.480000', '100925.483000', '100925.486000', '100925.488000', '100925.491000', '100925.494000', '100925.497000', '100925.500000', '100925.503000', '100945.382000', '100945.385000', '100945.388000', '100945.391000', '100945.393000', '100945.396000', '100945.399000', '100945.402000', '100945.405000', '100945.408000', '100945.410000', '100945.413000', '100945.416000', '100945.420000', '100945.423000', '100945.426000', '100945.429000', '100945.432000', '100945.435000', '100945.437000', '100945.440000', '100945.443000', '100945.446000', '100945.448000', '100945.451000', '100945.454000', '100945.457000', '100945.460000', '100945.463000', '100945.465000', '100945.468000', '100945.471000', '100945.474000', '100945.477000', '100945.480000', '100945.482000', '100945.485000', '100945.488000', '100945.491000', '100945.493000', '100945.496000', '100945.499000', '100945.502000', '101005.381000', '101005.384000', '101005.387000', '101005.390000', '101005.392000', '101005.395000', '101005.398000', '101005.401000', '101005.404000', '101005.406000', '101005.409000', '101005.412000', '101005.415000', '101005.418000', '101005.420000', '101005.423000', '101005.426000', '101005.438000', '101005.441000', '101005.444000', '101005.447000', '101005.449000', '101005.452000', '101005.455000', '101005.458000', '101005.460000', '101005.463000', '101005.466000', '101005.469000', '101005.472000', '101005.474000', '101005.477000', '101005.480000', '101005.483000', '101005.486000', '101005.488000', '101005.491000', '101005.494000', '101005.497000', '101005.500000', '101005.502000', '101005.505000', '101005.508000', '101005.511000', '101008.903000', '101008.906000', '101008.909000', '101008.913000', '101008.916000', '101008.919000', '101008.922000', '101008.925000'], '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': [9089, 8382, 10175, 8521, 10779, 8733, 8084, 9154, 8700, 9602, 8447, 8353, 9119, 8424, 9742, 8611, 8564, 8898, 8490, 9430, 8542, 8198, 9224, 8595, 10009, 8764, 8246, 8846, 8868, 8229, 8290, 8451, 8406, 8655, 8625, 8245, 8476, 8386, 8002, 9126, 8394, 11430, 8909, 11478, 9235, 10630, 10432, 8761, 11917, 9026, 13207, 12535, 10561, 13600, 10882, 10239, 13991, 10903, 14716, 12057, 13696, 11635, 11666, 12649, 9072, 14091, 9341, 14130, 8984, 12524, 8868, 8218, 8962, 8752, 9685, 8925, 7764, 8904, 8780, 8497, 8770, 8719, 8117, 8427, 8336, 8150, 8153, 8240, 9893, 8077, 11775, 9643, 9054, 9631, 8243, 11833, 9840, 13340, 10228, 13613, 12403, 13265, 10587, 8717, 13378, 8566, 12951, 8974, 8076, 9066, 8486, 10045, 8558, 11406, 8925, 9435, 8997, 9401, 8918, 8965, 8955, 9046, 9266, 8212, 9348, 8578, 9288, 8583, 9888, 8758, 8198, 9038, 8404, 9913, 8715, 8170, 9620, 8591, 9929, 8750, 10115, 7798, 9308, 9524, 9618, 8797, 11516, 8697, 12348, 9029, 7763, 9500, 8367, 11346, 8906, 8413, 10735, 8759, 12448, 8907, 10256, 9488, 8870, 11561, 8915, 13033, 9910, 13003, 9113, 8260, 9725, 8559, 10846, 12764, 12390, 13700, 11293, 8358, 11862, 8633, 10570, 9237, 8167, 14229, 11482, 12947, 9821, 8443, 9993, 8601, 9141, 8938, 8394, 11267, 8519, 8383, 9121, 7943, 10232, 8921, 8356, 11197, 9080, 9799, 9893, 8189, 7980, 10015, 8061, 8307, 8779, 8574, 8246, 8955, 9095, 8953, 11193, 8702, 8989, 9422, 12105, 18650, 15676, 12428, 14319, 13224, 15005, 13735, 14449, 13066, 10443, 12902, 9130, 12404, 9077, 8795, 9631, 8565, 9477, 8523, 9518, 8844, 9785, 9229, 9632, 9163, 9650, 9403, 8570, 9623, 8687, 9620, 9120, 9498, 8240, 9558, 8401, 9500, 8251, 9683, 8256, 8264, 8329, 8123, 10822, 8511, 8113, 8674, 8456, 8084, 8612, 8587, 10538, 8532, 12565, 10123, 12764, 10410, 13554, 10808, 14088, 10881, 13714, 13103, 11402, 9404, 7766, 9029, 7674, 9244, 8034, 9866, 8157, 10043, 8424, 11058, 8735, 9061, 8893, 7751, 8937, 8267, 11492, 8388, 10054, 8768, 9023, 8984, 8148, 9099, 8109, 9709, 7982, 9846, 8134, 10160, 8183, 9968, 7933, 9774, 8182, 9818, 8072, 9993, 7956, 9918, 8236, 7648, 9231, 7933, 8835, 7924, 8377, 8816, 8752, 8997, 10213, 9020, 10634, 9033, 7782, 9995, 8656, 9477, 8342, 9707, 10116, 13893, 12849, 11810, 10495, 8587, 7980, 9996, 10109, 8819, 8743, 12379, 11061, 11936, 13115, 12404, 16844, 14270, 14067, 14846, 11998, 13593, 10726, 13807, 11741, 8008, 9414, 8483, 10353, 8480, 11098, 8556, 8384, 9008, 8408, 9940, 8308, 8060, 9029, 8113, 9829, 8187, 11233, 8554, 9156, 8733, 8231, 8939, 8284, 10538, 8151, 10759, 8082, 10755, 8281, 10773, 8028, 10654, 8288, 11201, 8581, 7471, 8552, 8296, 8821, 7967, 8052, 9304, 8086, 10535, 7994, 9281, 8914, 9333, 9206, 9587, 9137, 9702, 11246, 8152, 11193, 8075, 9946, 8130, 10257, 8088, 8837, 8876, 8105, 7931, 8828, 8292, 7748, 8648, 8441, 8555, 12532, 11434, 9480, 10275, 15419, 14512, 13742, 13641, 14767, 14968, 15566, 15314, 14535, 15574, 14116, 15179, 12784, 14593, 12334, 8987, 9327, 9037, 9464, 9070, 8623, 9105, 8860, 9155, 9128, 9168, 9061, 8649, 9039, 8813, 9079, 8541, 8988, 9714, 8758, 12024, 8546, 11243, 8991, 10606, 9039, 9331, 9040, 9355, 8600, 9492, 8588, 9638, 8636, 10071, 8368, 10171, 8651, 10596, 8622, 10775, 8496, 10840, 8656, 11315, 8729, 10925, 8851, 10864, 8924, 8227, 9426, 8602, 9210, 9001, 8492, 10245, 8629, 10682, 9988, 7555, 10050, 8548, 8646, 10801, 8122, 12019, 8478, 12091, 9762, 8521, 13024, 9996, 8532, 14538, 10991, 9782, 14935, 12119, 9052, 11857, 9475, 9292, 10085, 15351, 14865, 14642, 16823, 14365, 14420, 14515, 10418, 11422, 10725, 8706, 13727, 9228, 13115, 8543, 8057, 9126, 8519, 11661, 8892, 8320, 8994, 8070, 9040, 8325, 9375, 8151, 9832, 8237, 9521, 8365, 8874, 8493, 8116, 8691, 8081, 9017, 8140, 9553, 8088, 9667, 8286, 9366, 8097, 10221, 9022, 12432, 8792, 8309, 9005, 8420, 8394, 9488, 8485, 11762, 10327, 8336, 9766, 8679, 8323, 10185, 9255, 8000, 9626, 9054, 8405, 12118, 11712, 12553, 11503, 9921, 13027, 11137, 8868, 14027, 9891, 8779, 10445, 9099, 8164, 10127, 9292, 7734, 9704, 8864, 9341, 9754, 9105, 9808, 8314, 10095, 8421, 10135, 8640, 11111, 8783, 11946, 9165, 14135, 12129, 8232, 9045, 8285, 9704, 8764, 9241, 9025, 9003, 9020, 8906, 9226, 8204, 9334, 10353, 9465, 12901, 10643, 13750, 9725, 11050, 8897, 10248, 9493, 8132, 8594, 8759, 8190, 9514, 8079, 8363, 9646, 8223, 7940, 8907, 8162, 12854, 11771, 12741, 12257, 12298, 13990, 12819, 15090, 12413, 10250, 10256, 8867, 8362, 9193, 8255, 8045, 9562, 8686, 10778, 8990, 12131, 12620, 11495, 12734, 9412, 13494, 9865, 14290, 9755, 13344, 8685, 9958, 8983, 9477, 9004, 9860, 9007, 7828, 9561, 8108, 9487, 8792, 10363, 8888, 10412, 8904, 10139, 8793, 9849, 8555, 9807, 8733, 10162, 8875, 11313, 9531, 8193, 9098, 8137, 9393, 8520, 9646, 8451, 9417, 8395, 9481, 8453, 9467, 8510, 9407, 8409, 9730, 8379, 9797, 8157, 10019, 8308, 10191, 8112, 10264, 8352, 10210, 8308, 9708, 8639, 8187, 9199, 8161, 9600, 8336, 8881, 9062, 8133, 10538, 8512, 11950, 8811, 9519, 9477, 8578, 11210, 8816, 12928, 10463, 14997, 10769, 13601, 11342, 12694, 12560, 13935, 11468, 12941, 11067, 9796, 13599, 8677, 10842, 9308, 8287, 10192, 8833, 11369, 8951, 10879, 12028, 11214, 11679, 8441, 9778, 8173, 11679, 8776, 10103, 8513, 9920, 8596, 13017, 8911, 8437, 9075, 8185, 9401, 8348, 9892, 8328, 10784, 9156, 8401, 10098, 8422, 7706, 8879, 8168, 7940, 8180, 8725, 9482, 8804, 8122, 11727, 8889, 11545, 11769, 10705, 14535, 11361, 12121, 11060, 8807, 12521, 9226, 13052, 10733, 13266, 10794, 8312, 9371, 8639, 10919, 8691, 8532, 8816, 8484, 9876, 8813, 11742, 9037, 9486, 9120, 8187, 10016], 'WindowCenter': [4461.0, 4447.0, 4452.0, 4432.0, 4449.0, 4430.0, 4419.0, 4438.0, 4430.0, 4449.0, 4431.0, 4426.0, 4449.0, 4445.0, 4447.0, 4452.0, 4449.0, 4451.0, 4452.0, 4466.0, 4464.0, 4466.0, 4477.0, 4479.0, 4490.0, 4504.0, 4493.0, 4502.0, 4489.0, 4477.0, 4477.0, 4475.0, 4472.0, 4476.0, 4474.0, 4477.0, 4487.0, 4500.0, 4489.0, 4510.0, 4500.0, 4534.0, 4514.0, 4520.0, 4493.0, 4512.0, 4522.0, 4491.0, 4549.0, 4500.0, 4531.0, 4522.0, 4511.0, 4529.0, 4500.0, 4497.0, 4516.0, 4499.0, 4514.0, 4497.0, 4503.0, 4485.0, 4485.0, 4494.0, 4451.0, 4503.0, 4461.0, 4504.0, 4454.0, 4483.0, 4452.0, 4453.0, 4465.0, 4451.0, 4473.0, 4463.0, 4454.0, 4478.0, 4492.0, 4503.0, 4493.0, 4494.0, 4477.0, 4480.0, 4506.0, 4482.0, 4481.0, 4506.0, 4529.0, 4497.0, 4559.0, 4534.0, 4505.0, 4516.0, 4510.0, 4539.0, 4507.0, 4536.0, 4504.0, 4536.0, 4523.0, 4520.0, 4499.0, 4469.0, 4521.0, 4471.0, 4509.0, 4480.0, 4468.0, 4480.0, 4481.0, 4490.0, 4478.0, 4512.0, 4481.0, 4481.0, 4478.0, 4478.0, 4480.0, 4481.0, 4482.0, 4480.0, 4477.0, 4467.0, 4478.0, 4468.0, 4478.0, 4466.0, 4487.0, 4481.0, 4483.0, 4494.0, 4493.0, 4516.0, 4509.0, 4510.0, 4518.0, 4508.0, 4519.0, 4508.0, 4531.0, 4492.0, 4507.0, 4517.0, 4520.0, 4496.0, 4528.0, 4498.0, 4535.0, 4500.0, 4488.0, 4520.0, 4508.0, 4539.0, 4519.0, 4513.0, 4542.0, 4513.0, 4547.0, 4520.0, 4531.0, 4518.0, 4510.0, 4539.0, 4524.0, 4552.0, 4520.0, 4561.0, 4507.0, 4495.0, 4502.0, 4507.0, 4516.0, 4524.0, 4524.0, 4534.0, 4513.0, 4473.0, 4513.0, 4485.0, 4490.0, 4480.0, 4473.0, 4519.0, 4486.0, 4496.0, 4476.0, 4457.0, 4466.0, 4457.0, 4467.0, 4465.0, 4459.0, 4488.0, 4459.0, 4457.0, 4468.0, 4459.0, 4487.0, 4499.0, 4502.0, 4527.0, 4496.0, 4506.0, 4503.0, 4471.0, 4458.0, 4491.0, 4470.0, 4470.0, 4479.0, 4480.0, 4482.0, 4478.0, 4478.0, 4481.0, 4498.0, 4469.0, 4477.0, 4491.0, 4514.0, 4542.0, 4506.0, 4473.0, 4480.0, 4469.0, 4476.0, 4468.0, 4462.0, 4446.0, 4423.0, 4442.0, 4400.0, 4430.0, 4402.0, 4387.0, 4413.0, 4404.0, 4415.0, 4406.0, 4420.0, 4417.0, 4424.0, 4426.0, 4425.0, 4439.0, 4442.0, 4441.0, 4428.0, 4452.0, 4441.0, 4453.0, 4451.0, 4455.0, 4442.0, 4452.0, 4445.0, 4467.0, 4474.0, 4481.0, 4470.0, 4472.0, 4483.0, 4462.0, 4499.0, 4498.0, 4486.0, 4485.0, 4486.0, 4499.0, 4498.0, 4497.0, 4516.0, 4497.0, 4523.0, 4505.0, 4523.0, 4504.0, 4522.0, 4500.0, 4520.0, 4501.0, 4510.0, 4508.0, 4487.0, 4454.0, 4434.0, 4454.0, 4434.0, 4456.0, 4443.0, 4464.0, 4445.0, 4465.0, 4457.0, 4486.0, 4457.0, 4466.0, 4467.0, 4460.0, 4478.0, 4468.0, 4499.0, 4458.0, 4477.0, 4471.0, 4480.0, 4468.0, 4458.0, 4479.0, 4461.0, 4479.0, 4459.0, 4488.0, 4460.0, 4501.0, 4484.0, 4493.0, 4473.0, 4493.0, 4470.0, 4490.0, 4473.0, 4492.0, 4474.0, 4503.0, 4482.0, 4463.0, 4491.0, 4484.0, 4495.0, 4489.0, 4485.0, 4508.0, 4501.0, 4509.0, 4520.0, 4509.0, 4518.0, 4500.0, 4476.0, 4507.0, 4496.0, 4521.0, 4498.0, 4518.0, 4521.0, 4550.0, 4548.0, 4525.0, 4512.0, 4482.0, 4497.0, 4516.0, 4517.0, 4505.0, 4494.0, 4534.0, 4524.0, 4523.0, 4536.0, 4522.0, 4543.0, 4520.0, 4506.0, 4506.0, 4472.0, 4493.0, 4461.0, 4478.0, 4469.0, 4420.0, 4440.0, 4430.0, 4448.0, 4441.0, 4461.0, 4437.0, 4428.0, 4441.0, 4439.0, 4462.0, 4453.0, 4439.0, 4453.0, 4457.0, 4488.0, 4467.0, 4494.0, 4467.0, 4478.0, 4467.0, 4468.0, 4483.0, 4468.0, 4501.0, 4467.0, 4497.0, 4468.0, 4498.0, 4468.0, 4499.0, 4459.0, 4498.0, 4471.0, 4497.0, 4494.0, 4462.0, 4493.0, 4492.0, 4493.0, 4469.0, 4469.0, 4494.0, 4484.0, 4512.0, 4488.0, 4505.0, 4496.0, 4507.0, 4505.0, 4505.0, 4504.0, 4504.0, 4525.0, 4483.0, 4514.0, 4473.0, 4492.0, 4498.0, 4515.0, 4486.0, 4494.0, 4493.0, 4494.0, 4495.0, 4515.0, 4514.0, 4505.0, 4512.0, 4514.0, 4523.0, 4550.0, 4538.0, 4520.0, 4517.0, 4569.0, 4560.0, 4551.0, 4537.0, 4536.0, 4531.0, 4525.0, 4515.0, 4500.0, 4497.0, 4473.0, 4476.0, 4450.0, 4458.0, 4449.0, 4409.0, 4421.0, 4410.0, 4420.0, 4420.0, 4411.0, 4422.0, 4423.0, 4434.0, 4437.0, 4436.0, 4438.0, 4433.0, 4452.0, 4448.0, 4454.0, 4449.0, 4466.0, 4461.0, 4457.0, 4486.0, 4453.0, 4484.0, 4464.0, 4484.0, 4467.0, 4462.0, 4464.0, 4462.0, 4466.0, 4489.0, 4479.0, 4488.0, 4480.0, 4504.0, 4493.0, 4514.0, 4494.0, 4516.0, 4493.0, 4514.0, 4496.0, 4512.0, 4498.0, 4523.0, 4483.0, 4514.0, 4495.0, 4515.0, 4508.0, 4493.0, 4505.0, 4503.0, 4514.0, 4506.0, 4519.0, 4555.0, 4534.0, 4572.0, 4554.0, 4535.0, 4555.0, 4544.0, 4534.0, 4579.0, 4549.0, 4578.0, 4537.0, 4570.0, 4535.0, 4502.0, 4543.0, 4514.0, 4506.0, 4562.0, 4538.0, 4527.0, 4565.0, 4543.0, 4515.0, 4545.0, 4527.0, 4502.0, 4499.0, 4568.0, 4545.0, 4530.0, 4540.0, 4518.0, 4507.0, 4491.0, 4447.0, 4458.0, 4450.0, 4429.0, 4476.0, 4439.0, 4466.0, 4416.0, 4398.0, 4424.0, 4428.0, 4457.0, 4427.0, 4416.0, 4429.0, 4420.0, 4436.0, 4426.0, 4439.0, 4428.0, 4461.0, 4442.0, 4450.0, 4440.0, 4448.0, 4450.0, 4441.0, 4453.0, 4452.0, 4463.0, 4455.0, 4476.0, 4461.0, 4489.0, 4471.0, 4490.0, 4483.0, 4500.0, 4479.0, 4521.0, 4476.0, 4465.0, 4476.0, 4493.0, 4480.0, 4495.0, 4465.0, 4489.0, 4481.0, 4462.0, 4492.0, 4486.0, 4484.0, 4518.0, 4509.0, 4484.0, 4491.0, 4506.0, 4498.0, 4528.0, 4525.0, 4523.0, 4510.0, 4493.0, 4522.0, 4510.0, 4497.0, 4534.0, 4493.0, 4468.0, 4487.0, 4468.0, 4473.0, 4489.0, 4478.0, 4460.0, 4490.0, 4483.0, 4482.0, 4492.0, 4484.0, 4490.0, 4470.0, 4490.0, 4472.0, 4490.0, 4472.0, 4499.0, 4497.0, 4527.0, 4483.0, 4524.0, 4513.0, 4471.0, 4484.0, 4485.0, 4506.0, 4500.0, 4509.0, 4510.0, 4499.0, 4510.0, 4510.0, 4509.0, 4500.0, 4513.0, 4534.0, 4522.0, 4540.0, 4517.0, 4540.0, 4498.0, 4517.0, 4497.0, 4519.0, 4504.0, 4461.0, 4494.0, 4500.0, 4487.0, 4507.0, 4504.0, 4503.0, 4525.0, 4518.0, 4520.0, 4527.0, 4528.0, 4567.0, 4554.0, 4553.0, 4540.0, 4540.0, 4546.0, 4539.0, 4545.0, 4521.0, 4492.0, 4477.0, 4470.0, 4453.0, 4466.0, 4441.0, 4438.0, 4463.0, 4455.0, 4473.0, 4467.0, 4482.0, 4496.0, 4481.0, 4495.0, 4454.0, 4494.0, 4452.0, 4490.0, 4450.0, 4478.0, 4429.0, 4449.0, 4443.0, 4439.0, 4438.0, 4448.0, 4436.0, 4414.0, 4452.0, 4431.0, 4462.0, 4453.0, 4462.0, 4460.0, 4476.0, 4466.0, 4476.0, 4456.0, 4462.0, 4444.0, 4462.0, 4452.0, 4465.0, 4458.0, 4485.0, 4479.0, 4455.0, 4466.0, 4459.0, 4481.0, 4469.0, 4480.0, 4487.0, 4490.0, 4485.0, 4490.0, 4470.0, 4477.0, 4472.0, 4497.0, 4474.0, 4493.0, 4472.0, 4491.0, 4472.0, 4492.0, 4487.0, 4515.0, 4490.0, 4505.0, 4488.0, 4516.0, 4496.0, 4505.0, 4493.0, 4484.0, 4494.0, 4502.0, 4507.0, 4498.0, 4508.0, 4508.0, 4498.0, 4531.0, 4510.0, 4539.0, 4513.0, 4519.0, 4519.0, 4501.0, 4529.0, 4509.0, 4538.0, 4518.0, 4557.0, 4519.0, 4535.0, 4514.0, 4522.0, 4523.0, 4520.0, 4504.0, 4510.0, 4499.0, 4493.0, 4523.0, 4468.0, 4489.0, 4479.0, 4469.0, 4489.0, 4482.0, 4511.0, 4484.0, 4501.0, 4511.0, 4501.0, 4500.0, 4472.0, 4479.0, 4458.0, 4497.0, 4459.0, 4477.0, 4468.0, 4476.0, 4457.0, 4508.0, 4466.0, 4456.0, 4467.0, 4470.0, 4482.0, 4472.0, 4491.0, 4486.0, 4526.0, 4498.0, 4501.0, 4520.0, 4501.0, 4487.0, 4505.0, 4494.0, 4495.0, 4495.0, 4494.0, 4514.0, 4503.0, 4496.0, 4536.0, 4505.0, 4525.0, 4521.0, 4513.0, 4543.0, 4510.0, 4508.0, 4498.0, 4467.0, 4495.0, 4465.0, 4498.0, 4485.0, 4492.0, 4477.0, 4441.0, 4450.0, 4455.0, 4472.0, 4453.0, 4454.0, 4453.0, 4453.0, 4476.0, 4484.0, 4516.0, 4468.0, 4467.0, 4466.0, 4460.0, 4477.0], 'WindowWidth': [9844.0, 9812.0, 9809.0, 9779.0, 9797.0, 9772.0, 9756.0, 9781.0, 9773.0, 9795.0, 9776.0, 9767.0, 9802.0, 9801.0, 9796.0, 9811.0, 9803.0, 9809.0, 9811.0, 9834.0, 9833.0, 9837.0, 9857.0, 9861.0, 9878.0, 9911.0, 9895.0, 9903.0, 9882.0, 9864.0, 9862.0, 9855.0, 9851.0, 9859.0, 9854.0, 9864.0, 9880.0, 9906.0, 9889.0, 9916.0, 9903.0, 9952.0, 9925.0, 9925.0, 9890.0, 9916.0, 9930.0, 9887.0, 9981.0, 9900.0, 9943.0, 9928.0, 9912.0, 9937.0, 9896.0, 9887.0, 9911.0, 9888.0, 9906.0, 9881.0, 9885.0, 9862.0, 9859.0, 9871.0, 9811.0, 9884.0, 9823.0, 9887.0, 9817.0, 9853.0, 9811.0, 9815.0, 9833.0, 9812.0, 9844.0, 9833.0, 9823.0, 9861.0, 9888.0, 9906.0, 9892.0, 9892.0, 9863.0, 9868.0, 9915.0, 9875.0, 9872.0, 9917.0, 9951.0, 9907.0, 9996.0, 9962.0, 9912.0, 9930.0, 9926.0, 9963.0, 9913.0, 9948.0, 9903.0, 9945.0, 9926.0, 9917.0, 9889.0, 9846.0, 9919.0, 9851.0, 9900.0, 9860.0, 9844.0, 9862.0, 9867.0, 9878.0, 9862.0, 9908.0, 9866.0, 9866.0, 9860.0, 9860.0, 9863.0, 9864.0, 9867.0, 9861.0, 9855.0, 9841.0, 9857.0, 9843.0, 9858.0, 9843.0, 9869.0, 9868.0, 9872.0, 9890.0, 9892.0, 9927.0, 9920.0, 9927.0, 9934.0, 9919.0, 9934.0, 9919.0, 9954.0, 9898.0, 9915.0, 9927.0, 9933.0, 9900.0, 9941.0, 9899.0, 9947.0, 9903.0, 9887.0, 9933.0, 9920.0, 9962.0, 9937.0, 9932.0, 9971.0, 9933.0, 9973.0, 9938.0, 9954.0, 9936.0, 9923.0, 9965.0, 9949.0, 9980.0, 9938.0, 9997.0, 9917.0, 9898.0, 9903.0, 9916.0, 9916.0, 9927.0, 9929.0, 9941.0, 9912.0, 9856.0, 9908.0, 9872.0, 9876.0, 9864.0, 9853.0, 9913.0, 9865.0, 9875.0, 9847.0, 9824.0, 9832.0, 9822.0, 9836.0, 9832.0, 9827.0, 9868.0, 9828.0, 9825.0, 9841.0, 9830.0, 9867.0, 9900.0, 9908.0, 9939.0, 9898.0, 9908.0, 9900.0, 9854.0, 9831.0, 9881.0, 9854.0, 9852.0, 9865.0, 9869.0, 9873.0, 9860.0, 9858.0, 9869.0, 9887.0, 9848.0, 9856.0, 9881.0, 9915.0, 9952.0, 9894.0, 9838.0, 9841.0, 9822.0, 9830.0, 9817.0, 9802.0, 9782.0, 9744.0, 9768.0, 9710.0, 9748.0, 9712.0, 9689.0, 9729.0, 9718.0, 9734.0, 9725.0, 9740.0, 9741.0, 9748.0, 9756.0, 9754.0, 9777.0, 9784.0, 9785.0, 9767.0, 9803.0, 9788.0, 9806.0, 9802.0, 9811.0, 9792.0, 9807.0, 9800.0, 9836.0, 9855.0, 9857.0, 9848.0, 9852.0, 9871.0, 9839.0, 9887.0, 9898.0, 9883.0, 9877.0, 9880.0, 9908.0, 9903.0, 9898.0, 9923.0, 9895.0, 9927.0, 9902.0, 9922.0, 9898.0, 9922.0, 9890.0, 9914.0, 9890.0, 9899.0, 9894.0, 9861.0, 9815.0, 9786.0, 9814.0, 9785.0, 9817.0, 9797.0, 9827.0, 9804.0, 9830.0, 9822.0, 9861.0, 9824.0, 9835.0, 9839.0, 9836.0, 9858.0, 9842.0, 9884.0, 9829.0, 9854.0, 9851.0, 9861.0, 9842.0, 9830.0, 9858.0, 9836.0, 9857.0, 9832.0, 9870.0, 9837.0, 9890.0, 9874.0, 9882.0, 9860.0, 9884.0, 9852.0, 9877.0, 9858.0, 9880.0, 9862.0, 9897.0, 9869.0, 9844.0, 9880.0, 9876.0, 9891.0, 9890.0, 9883.0, 9916.0, 9909.0, 9918.0, 9933.0, 9919.0, 9929.0, 9904.0, 9868.0, 9912.0, 9896.0, 9940.0, 9905.0, 9930.0, 9937.0, 9978.0, 9974.0, 9939.0, 9913.0, 9873.0, 9904.0, 9923.0, 9927.0, 9911.0, 9896.0, 9947.0, 9934.0, 9932.0, 9953.0, 9929.0, 9959.0, 9921.0, 9898.0, 9894.0, 9839.0, 9868.0, 9820.0, 9840.0, 9826.0, 9759.0, 9785.0, 9773.0, 9795.0, 9789.0, 9814.0, 9783.0, 9772.0, 9792.0, 9791.0, 9822.0, 9814.0, 9793.0, 9814.0, 9825.0, 9869.0, 9841.0, 9875.0, 9842.0, 9858.0, 9844.0, 9846.0, 9871.0, 9848.0, 9892.0, 9844.0, 9884.0, 9846.0, 9885.0, 9846.0, 9886.0, 9835.0, 9887.0, 9854.0, 9886.0, 9891.0, 9843.0, 9891.0, 9891.0, 9888.0, 9852.0, 9852.0, 9888.0, 9877.0, 9914.0, 9887.0, 9908.0, 9897.0, 9911.0, 9909.0, 9909.0, 9906.0, 9906.0, 9940.0, 9877.0, 9919.0, 9859.0, 9884.0, 9904.0, 9921.0, 9884.0, 9891.0, 9890.0, 9896.0, 9900.0, 9930.0, 9931.0, 9921.0, 9930.0, 9935.0, 9947.0, 9980.0, 9959.0, 9939.0, 9929.0, 10003.0, 9993.0, 9984.0, 9954.0, 9950.0, 9949.0, 9937.0, 9918.0, 9882.0, 9877.0, 9832.0, 9835.0, 9794.0, 9800.0, 9787.0, 9732.0, 9748.0, 9734.0, 9746.0, 9748.0, 9736.0, 9751.0, 9755.0, 9772.0, 9782.0, 9779.0, 9786.0, 9777.0, 9810.0, 9802.0, 9816.0, 9807.0, 9836.0, 9826.0, 9828.0, 9862.0, 9816.0, 9858.0, 9834.0, 9860.0, 9838.0, 9827.0, 9832.0, 9829.0, 9839.0, 9875.0, 9862.0, 9874.0, 9868.0, 9903.0, 9895.0, 9918.0, 9893.0, 9925.0, 9892.0, 9919.0, 9897.0, 9916.0, 9900.0, 9932.0, 9876.0, 9916.0, 9895.0, 9921.0, 9916.0, 9893.0, 9910.0, 9908.0, 9923.0, 9913.0, 9938.0, 10000.0, 9967.0, 10028.0, 10000.0, 9977.0, 10004.0, 9988.0, 9975.0, 10041.0, 10004.0, 10037.0, 9979.0, 10019.0, 9960.0, 9908.0, 9963.0, 9924.0, 9918.0, 9993.0, 9968.0, 9951.0, 10002.0, 9967.0, 9933.0, 9976.0, 9951.0, 9908.0, 9896.0, 10012.0, 9979.0, 9948.0, 9959.0, 9919.0, 9895.0, 9863.0, 9796.0, 9809.0, 9799.0, 9768.0, 9832.0, 9783.0, 9813.0, 9745.0, 9715.0, 9756.0, 9765.0, 9805.0, 9764.0, 9749.0, 9768.0, 9757.0, 9776.0, 9766.0, 9784.0, 9772.0, 9819.0, 9795.0, 9802.0, 9792.0, 9802.0, 9807.0, 9796.0, 9814.0, 9814.0, 9833.0, 9825.0, 9854.0, 9838.0, 9875.0, 9852.0, 9881.0, 9879.0, 9897.0, 9866.0, 9923.0, 9857.0, 9838.0, 9856.0, 9893.0, 9868.0, 9889.0, 9839.0, 9862.0, 9854.0, 9835.0, 9875.0, 9876.0, 9872.0, 9925.0, 9917.0, 9879.0, 9879.0, 9910.0, 9902.0, 9941.0, 9933.0, 9926.0, 9906.0, 9886.0, 9924.0, 9908.0, 9899.0, 9943.0, 9883.0, 9843.0, 9866.0, 9841.0, 9854.0, 9873.0, 9857.0, 9836.0, 9875.0, 9869.0, 9868.0, 9881.0, 9870.0, 9876.0, 9848.0, 9877.0, 9852.0, 9876.0, 9853.0, 9889.0, 9896.0, 9938.0, 9869.0, 9924.0, 9908.0, 9849.0, 9873.0, 9877.0, 9907.0, 9908.0, 9918.0, 9920.0, 9904.0, 9920.0, 9921.0, 9917.0, 9906.0, 9928.0, 9964.0, 9939.0, 9959.0, 9923.0, 9957.0, 9897.0, 9924.0, 9900.0, 9932.0, 9904.0, 9836.0, 9891.0, 9902.0, 9880.0, 9906.0, 9914.0, 9912.0, 9947.0, 9939.0, 9949.0, 9954.0, 9960.0, 10009.0, 9990.0, 9983.0, 9967.0, 9964.0, 9968.0, 9958.0, 9960.0, 9923.0, 9880.0, 9851.0, 9844.0, 9814.0, 9834.0, 9796.0, 9787.0, 9824.0, 9820.0, 9841.0, 9837.0, 9852.0, 9874.0, 9849.0, 9870.0, 9811.0, 9865.0, 9806.0, 9856.0, 9800.0, 9837.0, 9770.0, 9798.0, 9792.0, 9782.0, 9783.0, 9793.0, 9778.0, 9748.0, 9803.0, 9776.0, 9821.0, 9811.0, 9823.0, 9827.0, 9845.0, 9833.0, 9846.0, 9818.0, 9822.0, 9798.0, 9822.0, 9809.0, 9829.0, 9824.0, 9858.0, 9856.0, 9821.0, 9836.0, 9829.0, 9864.0, 9846.0, 9861.0, 9882.0, 9879.0, 9877.0, 9878.0, 9849.0, 9855.0, 9853.0, 9895.0, 9860.0, 9882.0, 9855.0, 9879.0, 9856.0, 9880.0, 9880.0, 9918.0, 9891.0, 9906.0, 9884.0, 9924.0, 9900.0, 9906.0, 9890.0, 9877.0, 9890.0, 9912.0, 9914.0, 9904.0, 9916.0, 9917.0, 9907.0, 9953.0, 9924.0, 9960.0, 9928.0, 9933.0, 9933.0, 9911.0, 9947.0, 9919.0, 9959.0, 9929.0, 9983.0, 9930.0, 9948.0, 9918.0, 9925.0, 9925.0, 9917.0, 9897.0, 9903.0, 9887.0, 9882.0, 9921.0, 9844.0, 9873.0, 9859.0, 9848.0, 9875.0, 9867.0, 9906.0, 9872.0, 9891.0, 9906.0, 9890.0, 9889.0, 9851.0, 9856.0, 9828.0, 9881.0, 9828.0, 9851.0, 9841.0, 9850.0, 9824.0, 9894.0, 9835.0, 9824.0, 9840.0, 9846.0, 9866.0, 9854.0, 9879.0, 9881.0, 9937.0, 9899.0, 9911.0, 9935.0, 9911.0, 9891.0, 9910.0, 9897.0, 9901.0, 9897.0, 9894.0, 9925.0, 9908.0, 9903.0, 9953.0, 9910.0, 9937.0, 9926.0, 9916.0, 9958.0, 9905.0, 9897.0, 9884.0, 9841.0, 9875.0, 9834.0, 9880.0, 9859.0, 9866.0, 9848.0, 9794.0, 9806.0, 9816.0, 9836.0, 9815.0, 9817.0, 9815.0, 9817.0, 9850.0, 9872.0, 9916.0, 9841.0, 9833.0, 9832.0, 9826.0, 9849.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.009787729357798166</td></tr>
<tr><td colspan=3>aqi</td><td>0.06421525997706422</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.77308919761195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2703187038805972</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.129858810034441</td></tr>
<tr><td colspan=3>efc</td><td>0.498</td></tr>
<tr><td colspan=3>fber</td><td>4823.9546</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17317999158258587</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>201</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.05045871559633</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7368007192385924</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.567147847885335</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9307358392167213</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.712518470613719</td></tr>
<tr><td colspan=3>gcor</td><td>0.0271745</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004693667404353619</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04890818148851395</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.884871309421581</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.3577</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.9314</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.1431</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297324.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1132.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.6116</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1508</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.0797</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.2081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4777.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.512</td></tr>
<tr><td colspan=3>tsnr</td><td>24.855254225665703</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>