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

616 lines
No EOL
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-03/func/sub-0107_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>0e25f3bfda5017d76c7bc6fa7471ec55</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>20:06:58.750000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990047, 0.0880212, 0.109817, -0.0874885, 0.996119, -0.00966923]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0793046</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>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -114, -169, 61, 36]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b18d73ce-00c4-4d03-b8cf-ce029e7bb305||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6562230587005615, -0.23472528159618378, 0.29765287041664124, 115.26358032226562], [-0.2361544519662857, 2.672513484954834, 9.378582035424188e-05, -92.82630157470703], [0.29463082551956177, 0.02594182640314102, 2.6835429668426514, -102.44097900390625], [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': ['200658.750000', '200659.210000', '200659.670000', '200700.130000', '200700.590000', '200701.050000', '200701.510000', '200701.970000', '200702.430000', '200702.890000', '200703.350000', '200703.810000', '200704.270000', '200704.730000', '200705.190000', '200705.650000', '200706.110000', '200706.570000', '200707.030000', '200707.490000', '200707.950000', '200708.410000', '200708.870000', '200709.330000', '200709.790000', '200710.250000', '200710.710000', '200711.170000', '200711.630000', '200712.090000', '200712.550000', '200713.010000', '200713.470000', '200713.930000', '200714.390000', '200714.850000', '200715.310000', '200715.770000', '200716.230000', '200716.690000', '200717.150000', '200717.610000', '200718.070000', '200718.530000', '200718.990000', '200719.450000', '200719.910000', '200720.370000', '200720.830000', '200721.290000', '200721.750000', '200722.210000', '200722.670000', '200723.130000', '200723.590000', '200724.050000', '200724.510000', '200724.970000', '200725.430000', '200725.890000', '200726.350000', '200726.810000', '200727.270000', '200727.730000', '200728.190000', '200728.650000', '200729.110000', '200729.570000', '200730.030000', '200730.490000', '200730.950000', '200731.410000', '200731.870000', '200732.330000', '200732.790000', '200733.250000', '200733.710000', '200734.170000', '200734.630000', '200735.090000', '200735.550000', '200736.010000', '200736.470000', '200736.930000', '200737.390000', '200737.850000', '200738.310000', '200738.770000', '200739.230000', '200739.690000', '200740.150000', '200740.610000', '200741.070000', '200741.530000', '200741.990000', '200742.450000', '200742.910000', '200743.370000', '200743.830000', '200744.290000', '200744.750000', '200745.210000', '200745.670000', '200746.130000', '200746.590000', '200747.050000', '200747.510000', '200747.970000', '200748.430000', '200748.890000', '200749.350000', '200749.810000', '200750.270000', '200750.730000', '200751.190000', '200751.650000', '200752.110000', '200752.570000', '200753.030000', '200753.490000', '200753.950000', '200754.410000', '200754.870000', '200755.330000', '200755.790000', '200756.250000', '200756.710000', '200757.170000', '200757.630000', '200758.090000', '200758.550000', '200759.010000', '200759.470000', '200759.930000', '200800.390000', '200800.850000', '200801.310000', '200801.770000', '200802.230000', '200802.690000', '200803.150000', '200803.610000', '200804.070000', '200804.530000', '200804.990000', '200805.450000', '200805.910000', '200806.370000', '200806.830000', '200807.290000', '200807.750000', '200808.210000', '200808.670000', '200809.130000', '200809.590000', '200810.050000', '200810.510000', '200810.970000', '200811.430000', '200811.890000', '200812.350000', '200812.810000', '200813.270000', '200813.730000', '200814.190000', '200814.650000', '200815.110000', '200815.570000', '200816.030000', '200816.490000', '200816.950000', '200817.410000', '200817.870000', '200818.330000', '200818.790000', '200819.250000', '200819.710000', '200820.170000', '200820.630000', '200821.090000', '200821.550000', '200822.010000', '200822.470000', '200822.930000', '200823.390000', '200823.850000', '200824.310000', '200824.770000', '200825.230000', '200825.690000', '200826.150000', '200826.610000', '200827.070000', '200827.530000', '200827.990000', '200828.450000', '200828.910000', '200829.370000', '200829.830000', '200830.290000', '200830.750000', '200831.210000', '200831.670000', '200832.130000', '200832.590000', '200833.050000', '200833.510000', '200833.970000', '200834.430000', '200834.890000', '200835.350000', '200835.810000', '200836.270000', '200836.730000', '200837.190000', '200837.650000', '200838.110000', '200838.570000', '200839.030000', '200839.490000', '200839.950000', '200840.410000', '200840.870000', '200841.330000', '200841.790000', '200842.250000', '200842.710000', '200843.170000', '200843.630000', '200844.090000', '200844.550000', '200845.010000', '200845.470000', '200845.930000', '200846.390000', '200846.850000', '200847.310000', '200847.770000', '200848.230000', '200848.690000', '200849.150000', '200849.610000', '200850.070000', '200850.530000', '200850.990000', '200851.450000', '200851.910000', '200852.370000', '200852.830000', '200853.290000', '200853.750000', '200854.210000', '200854.670000', '200855.130000', '200855.590000', '200856.050000', '200856.510000', '200856.970000', '200857.430000', '200857.890000', '200858.350000', '200858.810000', '200859.270000', '200859.730000', '200900.190000', '200900.650000', '200901.110000', '200901.570000', '200902.030000', '200902.490000', '200902.950000', '200903.410000', '200903.870000', '200904.330000', '200904.790000', '200905.250000', '200905.710000', '200906.170000', '200906.630000', '200907.090000', '200907.550000', '200908.010000', '200908.470000', '200908.930000', '200909.390000', '200909.850000', '200910.310000', '200910.770000', '200911.230000', '200911.690000', '200912.150000', '200912.610000', '200913.070000', '200913.530000', '200913.990000', '200914.450000', '200914.910000', '200915.370000', '200915.830000', '200916.290000', '200916.750000', '200917.210000', '200917.670000', '200918.130000', '200918.590000', '200919.050000', '200919.510000', '200919.970000', '200920.430000', '200920.890000', '200921.350000', '200921.810000', '200922.270000', '200922.730000', '200923.190000', '200923.650000', '200924.110000', '200924.570000', '200925.030000', '200925.490000', '200925.950000', '200926.410000', '200926.870000', '200927.330000', '200927.790000', '200928.250000', '200928.710000', '200929.170000', '200929.630000', '200930.090000', '200930.550000', '200931.010000', '200931.470000', '200931.930000', '200932.390000', '200932.850000', '200933.310000', '200933.770000', '200934.230000', '200934.690000', '200935.150000', '200935.610000', '200936.070000', '200936.530000', '200936.990000', '200937.450000', '200937.910000', '200938.370000', '200938.830000', '200939.290000', '200939.750000', '200940.210000', '200940.670000', '200941.130000', '200941.590000', '200942.050000', '200942.510000', '200942.970000', '200943.430000', '200943.890000', '200944.350000', '200944.810000', '200945.270000', '200945.730000', '200946.190000', '200946.650000', '200947.110000', '200947.570000', '200948.030000', '200948.490000', '200948.950000', '200949.410000', '200949.870000', '200950.330000', '200950.790000', '200951.250000', '200951.710000', '200952.170000', '200952.630000', '200953.090000', '200953.550000', '200954.010000', '200954.470000', '200954.930000', '200955.390000', '200955.850000', '200956.310000', '200956.770000', '200957.230000', '200957.690000', '200958.150000', '200958.610000', '200959.070000', '200959.530000', '200959.990000', '201000.450000', '201000.910000', '201001.370000', '201001.830000', '201002.290000', '201002.750000', '201003.210000', '201003.670000', '201004.130000', '201004.590000', '201005.050000', '201005.510000', '201005.970000', '201006.430000', '201006.890000', '201007.350000', '201007.810000', '201008.270000', '201008.730000', '201009.190000', '201009.650000', '201010.110000', '201010.570000', '201011.030000', '201011.490000', '201011.950000', '201012.410000', '201012.870000', '201013.330000', '201013.790000', '201014.250000', '201014.710000', '201015.170000', '201015.630000', '201016.090000', '201016.550000', '201017.010000', '201017.470000', '201017.930000', '201018.390000', '201018.850000', '201019.310000', '201019.770000', '201020.230000', '201020.690000', '201021.150000', '201021.610000', '201022.070000', '201022.530000', '201022.990000', '201023.450000', '201023.910000', '201024.370000', '201024.830000', '201025.290000', '201025.750000', '201026.210000', '201026.670000', '201027.130000', '201027.590000', '201028.050000', '201028.510000', '201028.970000', '201029.430000', '201029.890000', '201030.350000', '201030.810000', '201031.270000', '201031.730000', '201032.190000', '201032.650000', '201033.110000', '201033.570000', '201034.030000', '201034.490000', '201034.950000', '201035.410000', '201035.870000', '201036.330000', '201036.790000', '201037.250000', '201037.710000', '201038.170000', '201038.630000', '201039.090000', '201039.550000', '201040.010000', '201040.470000', '201040.930000', '201041.390000', '201041.850000', '201042.310000', '201042.770000', '201043.230000', '201043.690000', '201044.150000', '201044.610000', '201045.070000', '201045.530000', '201045.990000', '201046.450000', '201046.910000', '201047.370000', '201047.830000', '201048.290000', '201048.750000', '201049.210000', '201049.670000', '201050.130000', '201050.590000', '201051.050000', '201051.510000', '201051.970000', '201052.430000', '201052.890000', '201053.350000', '201053.810000', '201054.270000', '201054.730000', '201055.190000', '201055.650000', '201056.110000', '201056.570000', '201057.030000', '201057.490000', '201057.950000', '201058.410000', '201058.870000', '201059.330000', '201059.790000', '201100.250000', '201100.710000', '201101.170000', '201101.630000', '201102.090000', '201102.550000', '201103.010000', '201103.470000', '201103.930000', '201104.390000', '201104.850000', '201105.310000', '201105.770000', '201106.230000', '201106.690000', '201107.150000', '201107.610000', '201108.070000', '201108.530000', '201108.990000', '201109.450000', '201109.910000', '201110.370000', '201110.830000', '201111.290000', '201111.750000', '201112.210000', '201112.670000', '201113.130000', '201113.590000', '201114.050000', '201114.510000', '201114.970000', '201115.430000', '201115.890000', '201116.350000', '201116.810000', '201117.270000', '201117.730000', '201118.190000', '201118.650000', '201119.110000', '201119.570000', '201120.030000', '201120.490000', '201120.950000', '201121.410000', '201121.870000', '201122.330000', '201122.790000', '201123.250000', '201123.710000', '201124.170000', '201124.630000', '201125.090000', '201125.550000', '201126.010000', '201126.470000', '201126.930000', '201127.390000', '201127.850000', '201128.310000', '201128.770000', '201129.230000', '201129.690000', '201130.150000', '201130.610000', '201131.070000', '201131.530000', '201131.990000', '201132.450000', '201132.910000', '201133.370000', '201133.830000', '201134.290000', '201134.750000', '201135.210000', '201135.670000', '201136.130000', '201136.590000', '201137.050000', '201137.510000', '201137.970000', '201138.430000', '201138.890000', '201139.350000', '201139.810000', '201140.270000', '201140.730000', '201141.190000', '201141.650000', '201142.110000', '201142.570000', '201143.030000', '201143.490000', '201143.950000', '201144.410000', '201144.870000', '201145.330000', '201145.790000', '201146.250000', '201146.710000', '201147.170000', '201147.630000', '201148.090000', '201148.550000', '201149.010000', '201149.470000', '201149.930000', '201150.390000', '201150.850000', '201151.310000', '201151.770000', '201152.230000', '201152.690000', '201153.150000', '201153.610000', '201154.070000', '201154.530000', '201154.990000', '201155.450000', '201155.910000', '201156.370000', '201156.830000', '201157.290000', '201157.750000', '201158.210000', '201158.670000', '201159.130000', '201159.590000', '201200.050000', '201200.510000', '201200.970000', '201201.430000', '201201.890000', '201202.350000', '201202.810000', '201203.270000', '201203.730000', '201204.190000', '201204.650000', '201205.110000', '201205.570000', '201206.030000', '201206.490000', '201206.950000', '201207.410000', '201207.870000', '201208.330000', '201208.790000', '201209.250000', '201209.710000', '201210.170000', '201210.630000', '201211.090000', '201211.550000', '201212.010000', '201212.470000', '201212.930000', '201213.390000', '201213.850000', '201214.310000', '201214.770000', '201215.230000', '201215.690000', '201216.150000', '201216.610000', '201217.070000', '201217.530000', '201217.990000', '201218.450000', '201218.910000', '201219.370000', '201219.830000', '201220.290000', '201220.750000', '201221.210000', '201221.670000', '201222.130000', '201222.590000', '201223.050000', '201223.510000', '201223.970000', '201224.430000', '201224.890000', '201225.350000', '201225.810000', '201226.270000', '201226.730000', '201227.190000', '201227.650000', '201228.110000', '201228.570000', '201229.030000', '201229.490000', '201229.950000', '201230.410000', '201230.870000', '201231.330000', '201231.790000', '201232.250000', '201232.710000', '201233.170000', '201233.630000', '201234.090000', '201234.550000', '201235.010000', '201235.470000', '201235.930000', '201236.390000', '201236.850000', '201237.310000', '201237.770000', '201238.230000', '201238.690000', '201239.150000', '201239.610000', '201240.070000', '201240.530000', '201240.990000', '201241.450000', '201241.910000', '201242.370000', '201242.830000', '201243.290000', '201243.750000', '201244.210000', '201244.670000', '201245.130000', '201245.590000', '201246.050000', '201246.510000', '201246.970000', '201247.430000', '201247.890000', '201248.350000', '201248.810000', '201249.270000', '201249.730000', '201250.190000', '201250.650000', '201251.110000', '201251.570000', '201252.030000', '201252.490000', '201252.950000', '201253.410000', '201253.870000', '201254.330000', '201254.790000', '201255.250000', '201255.710000', '201256.170000', '201256.630000', '201257.090000', '201257.550000', '201258.010000', '201258.470000', '201258.930000', '201259.390000', '201259.850000', '201300.310000', '201300.770000', '201301.230000', '201301.690000', '201302.150000', '201302.610000', '201303.070000', '201303.530000', '201303.990000', '201304.450000', '201304.910000', '201305.370000', '201305.830000', '201306.290000', '201306.750000', '201307.210000', '201307.670000', '201308.130000', '201308.590000', '201309.050000', '201309.510000', '201309.970000', '201310.430000', '201310.890000', '201311.350000', '201311.810000', '201312.270000', '201312.730000', '201313.190000', '201313.650000', '201314.110000', '201314.570000', '201315.030000', '201315.490000', '201315.950000', '201316.410000', '201316.870000', '201317.330000', '201317.790000', '201318.250000', '201318.710000', '201319.170000', '201319.630000', '201320.090000', '201320.550000', '201321.010000', '201321.470000', '201321.930000', '201322.390000', '201322.850000', '201323.310000', '201323.770000', '201324.230000', '201324.690000', '201325.150000', '201325.610000', '201326.070000', '201326.530000', '201326.990000', '201327.450000', '201327.910000', '201328.370000', '201328.830000', '201329.290000', '201329.750000', '201330.210000', '201330.670000', '201331.130000', '201331.590000', '201332.050000', '201332.510000', '201332.970000', '201333.430000', '201333.890000', '201334.350000', '201334.810000', '201335.270000', '201335.730000', '201336.190000', '201336.650000', '201337.110000', '201337.570000', '201338.030000', '201338.490000', '201338.950000', '201339.410000'], 'ContentTime': ['200724.734000', '200724.737000', '200724.740000', '200724.743000', '200724.745000', '200724.748000', '200724.750000', '200724.753000', '200724.756000', '200724.758000', '200724.761000', '200724.763000', '200724.766000', '200724.769000', '200724.772000', '200724.774000', '200724.777000', '200724.779000', '200724.782000', '200724.785000', '200724.787000', '200724.790000', '200724.792000', '200724.795000', '200724.798000', '200724.800000', '200724.803000', '200724.806000', '200724.808000', '200724.811000', '200724.814000', '200724.816000', '200724.844000', '200724.847000', '200724.849000', '200724.852000', '200724.855000', '200724.857000', '200724.860000', '200724.862000', '200724.865000', '200724.868000', '200724.870000', '200724.873000', '200724.876000', '200724.878000', '200724.881000', '200724.884000', '200724.886000', '200724.889000', '200724.891000', '200724.894000', '200724.897000', '200724.899000', '200744.710000', '200744.713000', '200744.716000', '200744.718000', '200744.721000', '200744.724000', '200744.726000', '200744.729000', '200744.731000', '200744.734000', '200744.736000', '200744.739000', '200744.741000', '200744.744000', '200744.746000', '200744.749000', '200744.752000', '200744.754000', '200744.757000', '200744.759000', '200744.762000', '200744.764000', '200744.767000', '200744.769000', '200744.772000', '200744.775000', '200744.777000', '200744.780000', '200744.782000', '200744.785000', '200744.787000', '200744.790000', '200744.793000', '200744.795000', '200744.798000', '200744.800000', '200744.803000', '200744.805000', '200744.808000', '200744.810000', '200744.813000', '200744.816000', '200744.818000', '200804.711000', '200804.714000', '200804.716000', '200804.719000', '200804.721000', '200804.724000', '200804.726000', '200804.729000', '200804.732000', '200804.734000', '200804.737000', '200804.739000', '200804.742000', '200804.744000', '200804.747000', '200804.749000', '200804.752000', '200804.755000', '200804.757000', '200804.760000', '200804.762000', '200804.765000', '200804.767000', '200804.770000', '200804.772000', '200804.775000', '200804.778000', '200804.780000', '200804.783000', '200804.796000', '200804.798000', '200804.801000', '200804.803000', '200804.806000', '200804.809000', '200804.811000', '200804.814000', '200804.816000', '200804.819000', '200804.822000', '200804.824000', '200804.827000', '200804.829000', '200804.832000', '200824.709000', '200824.712000', '200824.715000', '200824.717000', '200824.720000', '200824.722000', '200824.725000', '200824.728000', '200824.730000', '200824.733000', '200824.735000', '200824.738000', '200824.740000', '200824.743000', '200824.746000', '200824.748000', '200824.751000', '200824.753000', '200824.756000', '200824.759000', '200824.761000', '200824.764000', '200824.766000', '200824.769000', '200824.771000', '200824.774000', '200824.777000', '200824.779000', '200824.782000', '200824.784000', '200824.787000', '200824.789000', '200824.792000', '200824.795000', '200824.797000', '200824.800000', '200824.802000', '200824.809000', '200824.812000', '200824.815000', '200824.817000', '200824.820000', '200824.822000', '200844.711000', '200844.713000', '200844.716000', '200844.719000', '200844.721000', '200844.724000', '200844.726000', '200844.729000', '200844.731000', '200844.734000', '200844.737000', '200844.739000', '200844.742000', '200844.744000', '200844.747000', '200844.749000', '200844.752000', '200844.755000', '200844.758000', '200844.760000', '200844.763000', '200844.765000', '200844.768000', '200844.771000', '200844.773000', '200844.776000', '200844.778000', '200844.781000', '200844.783000', '200844.786000', '200844.788000', '200844.791000', '200844.794000', '200844.796000', '200844.799000', '200844.801000', '200844.804000', '200844.806000', '200844.809000', '200844.812000', '200844.815000', '200844.817000', '200844.820000', '200904.710000', '200904.713000', '200904.716000', '200904.719000', '200904.721000', '200904.724000', '200904.726000', '200904.729000', '200904.732000', '200904.734000', '200904.737000', '200904.739000', '200904.742000', '200904.744000', '200904.747000', '200904.750000', '200904.752000', '200904.755000', '200904.757000', '200904.760000', '200904.762000', '200904.765000', '200904.768000', '200904.770000', '200904.773000', '200904.775000', '200904.778000', '200904.781000', '200904.783000', '200904.786000', '200904.788000', '200904.791000', '200904.793000', '200904.796000', '200904.799000', '200904.801000', '200904.804000', '200904.806000', '200904.809000', '200904.811000', '200904.817000', '200904.819000', '200904.822000', '200904.824000', '200924.711000', '200924.714000', '200924.717000', '200924.720000', '200924.722000', '200924.725000', '200924.728000', '200924.730000', '200924.733000', '200924.735000', '200924.738000', '200924.740000', '200924.743000', '200924.746000', '200924.748000', '200924.751000', '200924.754000', '200924.756000', '200924.759000', '200924.761000', '200924.764000', '200924.766000', '200924.769000', '200924.771000', '200924.774000', '200924.777000', '200924.779000', '200924.782000', '200924.784000', '200924.787000', '200924.790000', '200924.792000', '200924.795000', '200924.797000', '200924.800000', '200924.802000', '200924.805000', '200924.808000', '200924.810000', '200924.813000', '200924.815000', '200924.818000', '200924.821000', '200944.710000', '200944.713000', '200944.716000', '200944.718000', '200944.721000', '200944.724000', '200944.726000', '200944.729000', '200944.731000', '200944.734000', '200944.737000', '200944.739000', '200944.742000', '200944.744000', '200944.747000', '200944.750000', '200944.752000', '200944.755000', '200944.757000', '200944.760000', '200944.762000', '200944.765000', '200944.767000', '200944.770000', '200944.773000', '200944.788000', '200944.791000', '200944.793000', '200944.796000', '200944.798000', '200944.801000', '200944.803000', '200944.806000', '200944.809000', '200944.812000', '200944.814000', '200944.817000', '200944.819000', '200944.822000', '200944.824000', '200944.827000', '200944.830000', '200944.832000', '200944.835000', '201004.711000', '201004.713000', '201004.716000', '201004.719000', '201004.721000', '201004.724000', '201004.726000', '201004.729000', '201004.732000', '201004.735000', '201004.738000', '201004.741000', '201004.744000', '201004.746000', '201004.749000', '201004.751000', '201004.754000', '201004.756000', '201004.759000', '201004.762000', '201004.764000', '201004.767000', '201004.769000', '201004.772000', '201004.775000', '201004.777000', '201004.780000', '201004.782000', '201004.785000', '201004.787000', '201004.790000', '201004.793000', '201004.796000', '201004.799000', '201004.801000', '201004.804000', '201004.806000', '201004.809000', '201004.812000', '201004.814000', '201004.817000', '201004.819000', '201004.822000', '201024.710000', '201024.713000', '201024.716000', '201024.718000', '201024.721000', '201024.724000', '201024.726000', '201024.729000', '201024.731000', '201024.734000', '201024.737000', '201024.739000', '201024.742000', '201024.744000', '201024.747000', '201024.750000', '201024.752000', '201024.755000', '201024.757000', '201024.760000', '201024.762000', '201024.765000', '201024.768000', '201024.770000', '201024.773000', '201024.775000', '201024.778000', '201024.781000', '201024.783000', '201024.792000', '201024.795000', '201024.797000', '201024.800000', '201024.802000', '201024.805000', '201024.808000', '201024.810000', '201024.813000', '201024.815000', '201024.818000', '201024.821000', '201024.823000', '201024.826000', '201024.828000', '201044.709000', '201044.712000', '201044.715000', '201044.717000', '201044.720000', '201044.723000', '201044.725000', '201044.728000', '201044.730000', '201044.733000', '201044.735000', '201044.738000', '201044.741000', '201044.743000', '201044.746000', '201044.748000', '201044.751000', '201044.754000', '201044.756000', '201044.759000', '201044.761000', '201044.764000', '201044.767000', '201044.769000', '201044.772000', '201044.774000', '201044.777000', '201044.779000', '201044.782000', '201044.785000', '201044.787000', '201044.790000', '201044.793000', '201044.796000', '201044.799000', '201044.802000', '201044.804000', '201044.807000', '201044.809000', '201044.812000', '201044.815000', '201044.817000', '201044.820000', '201104.711000', '201104.713000', '201104.716000', '201104.719000', '201104.721000', '201104.724000', '201104.727000', '201104.729000', '201104.732000', '201104.734000', '201104.737000', '201104.740000', '201104.742000', '201104.745000', '201104.747000', '201104.750000', '201104.752000', '201104.755000', '201104.758000', '201104.760000', '201104.763000', '201104.765000', '201104.768000', '201104.771000', '201104.773000', '201104.776000', '201104.779000', '201104.781000', '201104.784000', '201104.786000', '201104.789000', '201104.792000', '201104.794000', '201104.797000', '201104.800000', '201104.802000', '201104.805000', '201104.807000', '201104.810000', '201104.813000', '201104.815000', '201104.818000', '201104.820000', '201104.823000', '201124.710000', '201124.713000', '201124.716000', '201124.718000', '201124.721000', '201124.724000', '201124.742000', '201124.744000', '201124.747000', '201124.750000', '201124.752000', '201124.755000', '201124.757000', '201124.760000', '201124.762000', '201124.765000', '201124.768000', '201124.770000', '201124.773000', '201124.776000', '201124.778000', '201124.781000', '201124.783000', '201124.786000', '201124.789000', '201124.792000', '201124.795000', '201124.798000', '201124.800000', '201124.803000', '201124.806000', '201124.808000', '201124.811000', '201124.813000', '201124.816000', '201124.818000', '201124.821000', '201124.824000', '201124.826000', '201124.829000', '201124.831000', '201124.834000', '201124.838000', '201144.710000', '201144.713000', '201144.716000', '201144.718000', '201144.721000', '201144.723000', '201144.726000', '201144.729000', '201144.731000', '201144.734000', '201144.737000', '201144.739000', '201144.742000', '201144.744000', '201144.747000', '201144.749000', '201144.752000', '201144.755000', '201144.757000', '201144.760000', '201144.762000', '201144.765000', '201144.768000', '201144.770000', '201144.773000', '201144.775000', '201144.778000', '201144.780000', '201144.783000', '201144.785000', '201144.788000', '201144.791000', '201144.793000', '201144.796000', '201144.798000', '201144.801000', '201144.805000', '201144.807000', '201144.810000', '201144.812000', '201144.815000', '201144.817000', '201144.820000', '201144.823000', '201204.711000', '201204.714000', '201204.716000', '201204.719000', '201204.721000', '201204.724000', '201204.727000', '201204.729000', '201204.732000', '201204.734000', '201204.737000', '201204.740000', '201204.742000', '201204.745000', '201204.747000', '201204.750000', '201204.752000', '201204.755000', '201204.758000', '201204.760000', '201204.763000', '201204.765000', '201204.768000', '201204.771000', '201204.773000', '201204.776000', '201204.778000', '201204.781000', '201204.783000', '201204.786000', '201204.789000', '201204.793000', '201204.795000', '201204.798000', '201204.801000', '201204.804000', '201204.806000', '201204.809000', '201204.812000', '201204.814000', '201204.817000', '201204.819000', '201204.822000', '201224.711000', '201224.713000', '201224.716000', '201224.719000', '201224.721000', '201224.724000', '201224.727000', '201224.729000', '201224.732000', '201224.734000', '201224.737000', '201224.739000', '201224.742000', '201224.745000', '201224.747000', '201224.750000', '201224.752000', '201224.755000', '201224.758000', '201224.760000', '201224.763000', '201224.765000', '201224.768000', '201224.771000', '201224.773000', '201224.776000', '201224.778000', '201224.781000', '201224.783000', '201224.791000', '201224.793000', '201224.796000', '201224.798000', '201224.801000', '201224.804000', '201224.806000', '201224.809000', '201224.811000', '201224.814000', '201224.817000', '201224.819000', '201224.822000', '201224.824000', '201224.827000', '201244.710000', '201244.713000', '201244.716000', '201244.718000', '201244.721000', '201244.724000', '201244.726000', '201244.729000', '201244.731000', '201244.734000', '201244.737000', '201244.739000', '201244.742000', '201244.744000', '201244.747000', '201244.750000', '201244.752000', '201244.778000', '201244.780000', '201244.783000', '201244.785000', '201244.788000', '201244.791000', '201244.793000', '201244.796000', '201244.798000', '201244.801000', '201244.804000', '201244.806000', '201244.809000', '201244.811000', '201244.814000', '201244.817000', '201244.819000', '201244.822000', '201244.824000', '201244.827000', '201244.829000', '201244.832000', '201244.835000', '201244.838000', '201244.840000', '201244.843000', '201304.710000', '201304.713000', '201304.715000', '201304.718000', '201304.721000', '201304.723000', '201304.726000', '201304.728000', '201304.731000', '201304.733000', '201304.736000', '201304.739000', '201304.741000', '201304.744000', '201304.746000', '201304.749000', '201304.752000', '201304.754000', '201304.757000', '201304.759000', '201304.762000', '201304.765000', '201304.767000', '201304.770000', '201304.772000', '201304.775000', '201304.777000', '201304.780000', '201304.783000', '201304.785000', '201304.788000', '201304.790000', '201304.793000', '201304.796000', '201304.798000', '201304.801000', '201304.803000', '201304.806000', '201304.809000', '201304.811000', '201304.814000', '201304.816000', '201304.819000', '201304.821000', '201324.711000', '201324.714000', '201324.716000', '201324.719000', '201324.722000', '201324.724000', '201324.727000', '201324.729000', '201324.732000', '201324.734000', '201324.737000', '201324.740000', '201324.742000', '201324.745000', '201324.747000', '201324.750000', '201324.753000', '201324.755000', '201324.758000', '201324.760000', '201324.763000', '201324.766000', '201324.768000', '201324.771000', '201324.773000', '201324.776000', '201324.778000', '201324.781000', '201324.784000', '201324.786000', '201324.789000', '201324.791000', '201324.794000', '201324.797000', '201324.799000', '201324.802000', '201324.804000', '201324.807000', '201324.810000', '201324.812000', '201324.815000', '201324.817000', '201324.820000', '201340.963000', '201340.966000', '201340.969000', '201340.972000', '201340.975000', '201340.977000', '201340.980000', '201340.983000', '201340.985000', '201340.988000', '201340.991000', '201340.993000', '201340.996000', '201340.999000', '201341.002000', '201341.004000', '201341.007000', '201341.010000', '201341.012000', '201341.015000', '201341.018000', '201341.020000', '201341.023000', '201341.026000', '201341.029000', '201341.032000', '201341.035000', '201341.038000', '201341.042000', '201341.045000', '201341.048000', '201341.051000', '201341.054000', '201341.057000', '201341.060000', '201341.063000'], 'InstanceCreationTime': ['200724.734000', '200724.737000', '200724.740000', '200724.743000', '200724.745000', '200724.748000', '200724.750000', '200724.753000', '200724.756000', '200724.758000', '200724.761000', '200724.763000', '200724.766000', '200724.769000', '200724.772000', '200724.774000', '200724.777000', '200724.779000', '200724.782000', '200724.785000', '200724.787000', '200724.790000', '200724.792000', '200724.795000', '200724.798000', '200724.800000', '200724.803000', '200724.806000', '200724.808000', '200724.811000', '200724.814000', '200724.816000', '200724.844000', '200724.847000', '200724.849000', '200724.852000', '200724.855000', '200724.857000', '200724.860000', '200724.862000', '200724.865000', '200724.868000', '200724.870000', '200724.873000', '200724.876000', '200724.878000', '200724.881000', '200724.884000', '200724.886000', '200724.889000', '200724.891000', '200724.894000', '200724.897000', '200724.899000', '200744.710000', '200744.713000', '200744.716000', '200744.718000', '200744.721000', '200744.724000', '200744.726000', '200744.729000', '200744.731000', '200744.734000', '200744.736000', '200744.739000', '200744.741000', '200744.744000', '200744.746000', '200744.749000', '200744.752000', '200744.754000', '200744.757000', '200744.759000', '200744.762000', '200744.764000', '200744.767000', '200744.769000', '200744.772000', '200744.775000', '200744.777000', '200744.780000', '200744.782000', '200744.785000', '200744.787000', '200744.790000', '200744.793000', '200744.795000', '200744.798000', '200744.800000', '200744.803000', '200744.805000', '200744.808000', '200744.810000', '200744.813000', '200744.816000', '200744.818000', '200804.711000', '200804.714000', '200804.716000', '200804.719000', '200804.721000', '200804.724000', '200804.726000', '200804.729000', '200804.732000', '200804.734000', '200804.737000', '200804.739000', '200804.742000', '200804.744000', '200804.747000', '200804.749000', '200804.752000', '200804.755000', '200804.757000', '200804.760000', '200804.762000', '200804.765000', '200804.767000', '200804.770000', '200804.772000', '200804.775000', '200804.778000', '200804.780000', '200804.783000', '200804.796000', '200804.798000', '200804.801000', '200804.803000', '200804.806000', '200804.809000', '200804.811000', '200804.814000', '200804.816000', '200804.819000', '200804.822000', '200804.824000', '200804.827000', '200804.829000', '200804.832000', '200824.709000', '200824.712000', '200824.715000', '200824.717000', '200824.720000', '200824.722000', '200824.725000', '200824.728000', '200824.730000', '200824.733000', '200824.735000', '200824.738000', '200824.740000', '200824.743000', '200824.746000', '200824.748000', '200824.751000', '200824.753000', '200824.756000', '200824.759000', '200824.761000', '200824.764000', '200824.766000', '200824.769000', '200824.771000', '200824.774000', '200824.777000', '200824.779000', '200824.782000', '200824.784000', '200824.787000', '200824.789000', '200824.792000', '200824.795000', '200824.797000', '200824.800000', '200824.802000', '200824.809000', '200824.812000', '200824.815000', '200824.817000', '200824.820000', '200824.822000', '200844.711000', '200844.713000', '200844.716000', '200844.719000', '200844.721000', '200844.724000', '200844.726000', '200844.729000', '200844.731000', '200844.734000', '200844.737000', '200844.739000', '200844.742000', '200844.744000', '200844.747000', '200844.749000', '200844.752000', '200844.755000', '200844.758000', '200844.760000', '200844.763000', '200844.765000', '200844.768000', '200844.771000', '200844.773000', '200844.776000', '200844.778000', '200844.781000', '200844.783000', '200844.786000', '200844.788000', '200844.791000', '200844.794000', '200844.796000', '200844.799000', '200844.801000', '200844.804000', '200844.806000', '200844.809000', '200844.812000', '200844.815000', '200844.817000', '200844.820000', '200904.710000', '200904.713000', '200904.716000', '200904.719000', '200904.721000', '200904.724000', '200904.726000', '200904.729000', '200904.732000', '200904.734000', '200904.737000', '200904.739000', '200904.742000', '200904.744000', '200904.747000', '200904.750000', '200904.752000', '200904.755000', '200904.757000', '200904.760000', '200904.762000', '200904.765000', '200904.768000', '200904.770000', '200904.773000', '200904.775000', '200904.778000', '200904.781000', '200904.783000', '200904.786000', '200904.788000', '200904.791000', '200904.793000', '200904.796000', '200904.799000', '200904.801000', '200904.804000', '200904.806000', '200904.809000', '200904.811000', '200904.817000', '200904.819000', '200904.822000', '200904.824000', '200924.711000', '200924.714000', '200924.717000', '200924.720000', '200924.722000', '200924.725000', '200924.728000', '200924.730000', '200924.733000', '200924.735000', '200924.738000', '200924.740000', '200924.743000', '200924.746000', '200924.748000', '200924.751000', '200924.754000', '200924.756000', '200924.759000', '200924.761000', '200924.764000', '200924.766000', '200924.769000', '200924.771000', '200924.774000', '200924.777000', '200924.779000', '200924.782000', '200924.784000', '200924.787000', '200924.790000', '200924.792000', '200924.795000', '200924.797000', '200924.800000', '200924.802000', '200924.805000', '200924.808000', '200924.810000', '200924.813000', '200924.815000', '200924.818000', '200924.821000', '200944.710000', '200944.713000', '200944.716000', '200944.718000', '200944.721000', '200944.724000', '200944.726000', '200944.729000', '200944.731000', '200944.734000', '200944.737000', '200944.739000', '200944.742000', '200944.744000', '200944.747000', '200944.750000', '200944.752000', '200944.755000', '200944.757000', '200944.760000', '200944.762000', '200944.765000', '200944.767000', '200944.770000', '200944.773000', '200944.788000', '200944.791000', '200944.793000', '200944.796000', '200944.798000', '200944.801000', '200944.803000', '200944.806000', '200944.809000', '200944.812000', '200944.814000', '200944.817000', '200944.819000', '200944.822000', '200944.824000', '200944.827000', '200944.830000', '200944.832000', '200944.835000', '201004.711000', '201004.713000', '201004.716000', '201004.719000', '201004.721000', '201004.724000', '201004.726000', '201004.729000', '201004.732000', '201004.735000', '201004.738000', '201004.741000', '201004.744000', '201004.746000', '201004.749000', '201004.751000', '201004.754000', '201004.756000', '201004.759000', '201004.762000', '201004.764000', '201004.767000', '201004.769000', '201004.772000', '201004.775000', '201004.777000', '201004.780000', '201004.782000', '201004.785000', '201004.787000', '201004.790000', '201004.793000', '201004.796000', '201004.799000', '201004.801000', '201004.804000', '201004.806000', '201004.809000', '201004.812000', '201004.814000', '201004.817000', '201004.819000', '201004.822000', '201024.710000', '201024.713000', '201024.716000', '201024.718000', '201024.721000', '201024.724000', '201024.726000', '201024.729000', '201024.731000', '201024.734000', '201024.737000', '201024.739000', '201024.742000', '201024.744000', '201024.747000', '201024.750000', '201024.752000', '201024.755000', '201024.757000', '201024.760000', '201024.762000', '201024.765000', '201024.768000', '201024.770000', '201024.773000', '201024.775000', '201024.778000', '201024.781000', '201024.783000', '201024.792000', '201024.795000', '201024.797000', '201024.800000', '201024.802000', '201024.805000', '201024.808000', '201024.810000', '201024.813000', '201024.815000', '201024.818000', '201024.821000', '201024.823000', '201024.826000', '201024.828000', '201044.709000', '201044.712000', '201044.715000', '201044.717000', '201044.720000', '201044.723000', '201044.725000', '201044.728000', '201044.730000', '201044.733000', '201044.735000', '201044.738000', '201044.741000', '201044.743000', '201044.746000', '201044.748000', '201044.751000', '201044.754000', '201044.756000', '201044.759000', '201044.761000', '201044.764000', '201044.767000', '201044.769000', '201044.772000', '201044.774000', '201044.777000', '201044.779000', '201044.782000', '201044.785000', '201044.787000', '201044.790000', '201044.793000', '201044.796000', '201044.799000', '201044.802000', '201044.804000', '201044.807000', '201044.809000', '201044.812000', '201044.815000', '201044.817000', '201044.820000', '201104.711000', '201104.713000', '201104.716000', '201104.719000', '201104.721000', '201104.724000', '201104.727000', '201104.729000', '201104.732000', '201104.734000', '201104.737000', '201104.740000', '201104.742000', '201104.745000', '201104.747000', '201104.750000', '201104.752000', '201104.755000', '201104.758000', '201104.760000', '201104.763000', '201104.765000', '201104.768000', '201104.771000', '201104.773000', '201104.776000', '201104.779000', '201104.781000', '201104.784000', '201104.786000', '201104.789000', '201104.792000', '201104.794000', '201104.797000', '201104.800000', '201104.802000', '201104.805000', '201104.807000', '201104.810000', '201104.813000', '201104.815000', '201104.818000', '201104.820000', '201104.823000', '201124.710000', '201124.713000', '201124.716000', '201124.718000', '201124.721000', '201124.724000', '201124.742000', '201124.744000', '201124.747000', '201124.750000', '201124.752000', '201124.755000', '201124.757000', '201124.760000', '201124.762000', '201124.765000', '201124.768000', '201124.770000', '201124.773000', '201124.776000', '201124.778000', '201124.781000', '201124.783000', '201124.786000', '201124.789000', '201124.792000', '201124.795000', '201124.798000', '201124.800000', '201124.803000', '201124.806000', '201124.808000', '201124.811000', '201124.813000', '201124.816000', '201124.818000', '201124.821000', '201124.824000', '201124.826000', '201124.829000', '201124.831000', '201124.834000', '201124.838000', '201144.710000', '201144.713000', '201144.716000', '201144.718000', '201144.721000', '201144.723000', '201144.726000', '201144.729000', '201144.731000', '201144.734000', '201144.737000', '201144.739000', '201144.742000', '201144.744000', '201144.747000', '201144.749000', '201144.752000', '201144.755000', '201144.757000', '201144.760000', '201144.762000', '201144.765000', '201144.768000', '201144.770000', '201144.773000', '201144.775000', '201144.778000', '201144.780000', '201144.783000', '201144.785000', '201144.788000', '201144.791000', '201144.793000', '201144.796000', '201144.798000', '201144.801000', '201144.805000', '201144.807000', '201144.810000', '201144.812000', '201144.815000', '201144.817000', '201144.820000', '201144.823000', '201204.711000', '201204.714000', '201204.716000', '201204.719000', '201204.721000', '201204.724000', '201204.727000', '201204.729000', '201204.732000', '201204.734000', '201204.737000', '201204.740000', '201204.742000', '201204.745000', '201204.747000', '201204.750000', '201204.752000', '201204.755000', '201204.758000', '201204.760000', '201204.763000', '201204.765000', '201204.768000', '201204.771000', '201204.773000', '201204.776000', '201204.778000', '201204.781000', '201204.783000', '201204.786000', '201204.789000', '201204.793000', '201204.795000', '201204.798000', '201204.801000', '201204.804000', '201204.806000', '201204.809000', '201204.812000', '201204.814000', '201204.817000', '201204.819000', '201204.822000', '201224.711000', '201224.713000', '201224.716000', '201224.719000', '201224.721000', '201224.724000', '201224.727000', '201224.729000', '201224.732000', '201224.734000', '201224.737000', '201224.739000', '201224.742000', '201224.745000', '201224.747000', '201224.750000', '201224.752000', '201224.755000', '201224.758000', '201224.760000', '201224.763000', '201224.765000', '201224.768000', '201224.771000', '201224.773000', '201224.776000', '201224.778000', '201224.781000', '201224.783000', '201224.791000', '201224.793000', '201224.796000', '201224.798000', '201224.801000', '201224.804000', '201224.806000', '201224.809000', '201224.811000', '201224.814000', '201224.817000', '201224.819000', '201224.822000', '201224.824000', '201224.827000', '201244.710000', '201244.713000', '201244.716000', '201244.718000', '201244.721000', '201244.724000', '201244.726000', '201244.729000', '201244.731000', '201244.734000', '201244.737000', '201244.739000', '201244.742000', '201244.744000', '201244.747000', '201244.750000', '201244.752000', '201244.778000', '201244.780000', '201244.783000', '201244.785000', '201244.788000', '201244.791000', '201244.793000', '201244.796000', '201244.798000', '201244.801000', '201244.804000', '201244.806000', '201244.809000', '201244.811000', '201244.814000', '201244.817000', '201244.819000', '201244.822000', '201244.824000', '201244.827000', '201244.829000', '201244.832000', '201244.835000', '201244.838000', '201244.840000', '201244.843000', '201304.710000', '201304.713000', '201304.715000', '201304.718000', '201304.721000', '201304.723000', '201304.726000', '201304.728000', '201304.731000', '201304.733000', '201304.736000', '201304.739000', '201304.741000', '201304.744000', '201304.746000', '201304.749000', '201304.752000', '201304.754000', '201304.757000', '201304.759000', '201304.762000', '201304.765000', '201304.767000', '201304.770000', '201304.772000', '201304.775000', '201304.777000', '201304.780000', '201304.783000', '201304.785000', '201304.788000', '201304.790000', '201304.793000', '201304.796000', '201304.798000', '201304.801000', '201304.803000', '201304.806000', '201304.809000', '201304.811000', '201304.814000', '201304.816000', '201304.819000', '201304.821000', '201324.711000', '201324.714000', '201324.716000', '201324.719000', '201324.722000', '201324.724000', '201324.727000', '201324.729000', '201324.732000', '201324.734000', '201324.737000', '201324.740000', '201324.742000', '201324.745000', '201324.747000', '201324.750000', '201324.753000', '201324.755000', '201324.758000', '201324.760000', '201324.763000', '201324.766000', '201324.768000', '201324.771000', '201324.773000', '201324.776000', '201324.778000', '201324.781000', '201324.784000', '201324.786000', '201324.789000', '201324.791000', '201324.794000', '201324.797000', '201324.799000', '201324.802000', '201324.804000', '201324.807000', '201324.810000', '201324.812000', '201324.815000', '201324.817000', '201324.820000', '201340.963000', '201340.966000', '201340.969000', '201340.972000', '201340.975000', '201340.977000', '201340.980000', '201340.983000', '201340.985000', '201340.988000', '201340.991000', '201340.993000', '201340.996000', '201340.999000', '201341.002000', '201341.004000', '201341.007000', '201341.010000', '201341.012000', '201341.015000', '201341.018000', '201341.020000', '201341.023000', '201341.026000', '201341.029000', '201341.032000', '201341.035000', '201341.038000', '201341.042000', '201341.045000', '201341.048000', '201341.051000', '201341.054000', '201341.057000', '201341.060000', '201341.063000'], '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': [8905, 12766, 9474, 13130, 9052, 12229, 8154, 11997, 8342, 12610, 8968, 13251, 8246, 11766, 8688, 7008, 10825, 8020, 11748, 8927, 13873, 8928, 11691, 8384, 7646, 11055, 7439, 12633, 7566, 11478, 7672, 10856, 7760, 11708, 8471, 11301, 8256, 10943, 8201, 11079, 8147, 13227, 8601, 11413, 8103, 8043, 9055, 8247, 10572, 9138, 12744, 7891, 12242, 7498, 13572, 7813, 12230, 8003, 11384, 8150, 11653, 8315, 12419, 8860, 13093, 8434, 11779, 8534, 12355, 9085, 13059, 8604, 12233, 8382, 11652, 8493, 13056, 8468, 12100, 8145, 9634, 8214, 9247, 9804, 7859, 11119, 7210, 10368, 7917, 11983, 8783, 12034, 9091, 11516, 8823, 12487, 8874, 13577, 8769, 12984, 8201, 10565, 8823, 8202, 11415, 7529, 10594, 7320, 11188, 8462, 12517, 9084, 13227, 8943, 13347, 8765, 12347, 8695, 8378, 11934, 7329, 10812, 8011, 10904, 8522, 13078, 8316, 9766, 8680, 8011, 11775, 7951, 12983, 8666, 11604, 8454, 13772, 8694, 10428, 9178, 7312, 10175, 7530, 12106, 8866, 11800, 8247, 10709, 8279, 7769, 11292, 7934, 12871, 9263, 13279, 8676, 13147, 8363, 11541, 10707, 7446, 10506, 7345, 12048, 8569, 13076, 8786, 13726, 8344, 12020, 7809, 11777, 8370, 7833, 8976, 7207, 11675, 7343, 11936, 7638, 11506, 7903, 11831, 8212, 12295, 9116, 12667, 8659, 11641, 8728, 11908, 8994, 12043, 8625, 11789, 8944, 11567, 8838, 12014, 8960, 12504, 8148, 11771, 8095, 11027, 9073, 7698, 9376, 7625, 10241, 7887, 11675, 7661, 11467, 7943, 11381, 8574, 12186, 9322, 13587, 8890, 11738, 8459, 12939, 8638, 14059, 8567, 14148, 8312, 14065, 8236, 13215, 8420, 10356, 8112, 8101, 9120, 8079, 10244, 8434, 11752, 7561, 10432, 7354, 11084, 7776, 12129, 8576, 12074, 8357, 11311, 8407, 12318, 8828, 12207, 8857, 11943, 8678, 11689, 8641, 12437, 8723, 13085, 8520, 12917, 8658, 12700, 8393, 12700, 8492, 13173, 8049, 11787, 7680, 12107, 8264, 12761, 8537, 12533, 8036, 11920, 8338, 12347, 8744, 8492, 9213, 7272, 9576, 7875, 11125, 7619, 11581, 8123, 11136, 8629, 11671, 9004, 13848, 9225, 12625, 8215, 8776, 9706, 7797, 11552, 7547, 12843, 8721, 12346, 8179, 8551, 11449, 7962, 13197, 9092, 13377, 8314, 11138, 9148, 9138, 11022, 8856, 12372, 7737, 10792, 7337, 11782, 8445, 11831, 8642, 11284, 8381, 10980, 8260, 13579, 8434, 9891, 8076, 7371, 9926, 7619, 10737, 7814, 11404, 9029, 11102, 8933, 11896, 8907, 13187, 8633, 14112, 8611, 14100, 8337, 14045, 8850, 13989, 8468, 13223, 8024, 12945, 8477, 12622, 9182, 8719, 9239, 7746, 10086, 7531, 11488, 7718, 11692, 7963, 11001, 8353, 11847, 8981, 12403, 8622, 13970, 8036, 12520, 8015, 12686, 8743, 8554, 9752, 7658, 13227, 7524, 12306, 7798, 12376, 8145, 11496, 8124, 11867, 8638, 12440, 8110, 11149, 8224, 11175, 8227, 11525, 8384, 12484, 7851, 10269, 7969, 8413, 9757, 7799, 11270, 7749, 10662, 8254, 11254, 8424, 12593, 8903, 11967, 7753, 7455, 10493, 7412, 11884, 8534, 12900, 8765, 13536, 8479, 12693, 8646, 9984, 9759, 7885, 11238, 7232, 11507, 8575, 11714, 8762, 11773, 7643, 8876, 9556, 8220, 11167, 7756, 11467, 8552, 11269, 8903, 13002, 8497, 8389, 9769, 7241, 10387, 7718, 11455, 8879, 12036, 8261, 7511, 10805, 7218, 11373, 8663, 12181, 8586, 12586, 8402, 11556, 9887, 8269, 11093, 7573, 11500, 8429, 12078, 9201, 12134, 8785, 7698, 10458, 7362, 11553, 8469, 13656, 9083, 13826, 8679, 11571, 8884, 8717, 11897, 7826, 11886, 8830, 13501, 8477, 12107, 9551, 8373, 10538, 7708, 11965, 8688, 13476, 8905, 13379, 8229, 8941, 10406, 7429, 11573, 7984, 13844, 8738, 14244, 8354, 12703, 8625, 8025, 10541, 7248, 10965, 8025, 12484, 8932, 12594, 8240, 7776, 9776, 7213, 11370, 8137, 13219, 8918, 12509, 7999, 7715, 10168, 7559, 10546, 8251, 10214, 9356, 8124, 11357, 7962, 12220, 8251, 12685, 8223, 13551, 8366, 12801, 7594, 10217, 7414, 10244, 7278, 11253, 7996, 10710, 7829, 11449, 7626, 10937, 8115, 7811, 9418, 7208, 10827, 7467, 11826, 7554, 11686, 7936, 11040, 8070, 11028, 7972, 12616, 8545, 12201, 8263, 11366, 8350, 12202, 9016, 13114, 8592, 11625, 8284, 12098, 8646, 12396, 8405, 11493, 8253, 11643, 8139, 11612, 8362, 11101, 7944, 10797, 8379, 11858, 8572, 11072, 7558, 10019, 8351, 10205, 9746, 8693, 10203, 7987, 10251, 8013, 13353, 7682, 11136, 7432, 11458, 8164, 11902, 8595, 13439, 8765, 13112, 8594, 12794, 8736, 13940, 8396, 11470, 7483, 7425, 10108, 7481, 11524, 8227, 11695, 8397, 11350, 8427, 12714, 8466, 14239, 8539, 13361, 7796, 12820, 7693, 12735, 8129, 9849, 8346, 7256, 11716, 7280, 11894, 7850, 11521, 8525, 12474, 8182, 11808, 8628, 8104, 10822, 7410, 11678, 8191, 13522, 9020, 13639, 8382, 11936, 7816, 8885, 10859, 7403, 10880, 7610, 11590, 8057, 13105, 9161, 13902, 8706, 13535, 8388, 12029, 8492, 7778, 9776, 7241, 10530, 8246, 11331, 8275, 10852, 9512, 7409, 10070, 7879, 12069, 9164, 12324, 8253, 8986, 9930, 8147, 13382, 7430, 12317, 7761, 11058, 8355, 12174, 8627, 11717, 7880, 7517, 11112, 7363, 12068, 8561, 13097, 8622, 11791, 8279, 8775, 12325, 7342, 11666, 8429, 11155, 8233, 11644, 8823, 8033, 11782, 7440, 11683, 8323, 12851, 9171, 13912, 9131, 14176, 8253, 10338, 8011, 7467, 11921, 7308, 11297, 7945, 11129, 8449, 12225, 8314, 8280, 9160, 7187, 10475, 7256, 11726, 8136, 11533, 8615, 11322, 8480, 11768, 8788, 13235, 8531, 11613, 8026, 8929, 9541, 9037, 11191, 7407, 12077, 7456, 11004, 7606, 11980, 8907, 13027, 8844, 12575, 7969, 9735, 7810, 8278, 11368, 7634, 10175, 7673, 11364, 8263, 13158, 9415, 13911, 8582, 12561, 8679, 12733, 9204, 13142, 8521, 12819, 7638, 10132, 8417, 9864, 9189, 7689, 10919, 7684, 10886, 7669, 11429, 8593, 11626, 9180, 12376, 8624, 12316, 8875, 12845, 8475, 8791, 8501, 7629, 11495, 7519, 11621, 8225, 11472, 8305, 10956, 8852, 11514, 8758, 13057, 8464, 11386, 8227, 8841, 9600, 7620, 10493, 8097, 11438, 8268, 12192, 8220, 7805, 12612, 7887], 'WindowCenter': [3980.0, 3997.0, 3964.0, 3982.0, 3938.0, 3968.0, 3926.0, 3955.0, 3924.0, 3965.0, 3948.0, 3979.0, 3937.0, 3967.0, 3948.0, 3928.0, 3971.0, 3938.0, 3980.0, 3950.0, 3989.0, 3950.0, 3969.0, 3937.0, 3926.0, 3968.0, 3914.0, 3979.0, 3926.0, 3969.0, 3926.0, 3969.0, 3927.0, 3967.0, 3936.0, 3955.0, 3937.0, 3955.0, 3935.0, 3957.0, 3936.0, 3979.0, 3939.0, 3966.0, 3937.0, 3938.0, 3947.0, 3935.0, 3959.0, 3947.0, 3981.0, 3926.0, 3969.0, 3915.0, 3979.0, 3926.0, 3968.0, 3924.0, 3956.0, 3925.0, 3956.0, 3936.0, 3966.0, 3935.0, 3977.0, 3924.0, 3955.0, 3934.0, 3964.0, 3935.0, 3965.0, 3923.0, 3953.0, 3923.0, 3952.0, 3934.0, 3965.0, 3924.0, 3965.0, 3925.0, 3944.0, 3935.0, 3944.0, 3947.0, 3924.0, 3956.0, 3925.0, 3957.0, 3925.0, 3968.0, 3935.0, 3967.0, 3937.0, 3957.0, 3935.0, 3965.0, 3935.0, 3966.0, 3937.0, 3965.0, 3925.0, 3944.0, 3932.0, 3923.0, 3955.0, 3924.0, 3956.0, 3915.0, 3966.0, 3936.0, 3967.0, 3948.0, 3977.0, 3936.0, 3965.0, 3934.0, 3964.0, 3933.0, 3923.0, 3955.0, 3912.0, 3955.0, 3925.0, 3956.0, 3937.0, 3979.0, 3936.0, 3957.0, 3936.0, 3925.0, 3968.0, 3925.0, 3979.0, 3937.0, 3967.0, 3936.0, 3977.0, 3949.0, 3955.0, 3945.0, 3913.0, 3945.0, 3924.0, 3967.0, 3935.0, 3965.0, 3936.0, 3956.0, 3935.0, 3923.0, 3957.0, 3924.0, 3968.0, 3935.0, 3965.0, 3935.0, 3964.0, 3924.0, 3953.0, 3945.0, 3900.0, 3943.0, 3911.0, 3952.0, 3923.0, 3964.0, 3934.0, 3964.0, 3922.0, 3952.0, 3923.0, 3964.0, 3924.0, 3912.0, 3932.0, 3912.0, 3954.0, 3913.0, 3967.0, 3924.0, 3956.0, 3923.0, 3954.0, 3922.0, 3954.0, 3932.0, 3953.0, 3921.0, 3941.0, 3921.0, 3942.0, 3922.0, 3952.0, 3922.0, 3942.0, 3922.0, 3941.0, 3921.0, 3952.0, 3933.0, 3963.0, 3925.0, 3965.0, 3925.0, 3955.0, 3935.0, 3924.0, 3947.0, 3924.0, 3958.0, 3926.0, 3968.0, 3926.0, 3967.0, 3927.0, 3968.0, 3936.0, 3968.0, 3948.0, 3978.0, 3937.0, 3968.0, 3938.0, 3968.0, 3937.0, 3979.0, 3937.0, 3977.0, 3927.0, 3977.0, 3938.0, 3967.0, 3936.0, 3945.0, 3926.0, 3925.0, 3945.0, 3924.0, 3957.0, 3936.0, 3968.0, 3926.0, 3956.0, 3925.0, 3957.0, 3927.0, 3968.0, 3936.0, 3967.0, 3926.0, 3956.0, 3925.0, 3966.0, 3936.0, 3966.0, 3936.0, 3956.0, 3935.0, 3955.0, 3936.0, 3965.0, 3936.0, 3965.0, 3924.0, 3955.0, 3922.0, 3953.0, 3923.0, 3953.0, 3923.0, 3963.0, 3923.0, 3952.0, 3912.0, 3954.0, 3925.0, 3965.0, 3935.0, 3965.0, 3924.0, 3953.0, 3924.0, 3965.0, 3923.0, 3925.0, 3933.0, 3914.0, 3945.0, 3924.0, 3956.0, 3926.0, 3967.0, 3936.0, 3957.0, 3936.0, 3967.0, 3948.0, 3980.0, 3951.0, 3967.0, 3936.0, 3937.0, 3947.0, 3926.0, 3968.0, 3925.0, 3966.0, 3938.0, 3978.0, 3938.0, 3947.0, 3970.0, 3937.0, 3979.0, 3948.0, 3978.0, 3935.0, 3954.0, 3934.0, 3935.0, 3956.0, 3935.0, 3968.0, 3913.0, 3944.0, 3901.0, 3951.0, 3922.0, 3953.0, 3921.0, 3942.0, 3923.0, 3942.0, 3923.0, 3964.0, 3925.0, 3943.0, 3924.0, 3914.0, 3946.0, 3925.0, 3958.0, 3926.0, 3968.0, 3948.0, 3957.0, 3947.0, 3967.0, 3948.0, 3979.0, 3937.0, 3977.0, 3937.0, 3977.0, 3936.0, 3977.0, 3936.0, 3977.0, 3926.0, 3965.0, 3923.0, 3954.0, 3923.0, 3954.0, 3934.0, 3921.0, 3932.0, 3913.0, 3946.0, 3912.0, 3956.0, 3924.0, 3966.0, 3926.0, 3956.0, 3936.0, 3968.0, 3949.0, 3979.0, 3949.0, 3979.0, 3938.0, 3967.0, 3926.0, 3979.0, 3937.0, 3936.0, 3947.0, 3925.0, 3977.0, 3925.0, 3967.0, 3924.0, 3966.0, 3923.0, 3954.0, 3924.0, 3953.0, 3922.0, 3954.0, 3911.0, 3942.0, 3923.0, 3942.0, 3922.0, 3952.0, 3924.0, 3954.0, 3923.0, 3943.0, 3922.0, 3922.0, 3944.0, 3924.0, 3957.0, 3923.0, 3955.0, 3935.0, 3955.0, 3936.0, 3968.0, 3937.0, 3966.0, 3925.0, 3924.0, 3956.0, 3924.0, 3967.0, 3937.0, 3978.0, 3938.0, 3977.0, 3936.0, 3966.0, 3936.0, 3944.0, 3946.0, 3926.0, 3955.0, 3913.0, 3954.0, 3923.0, 3954.0, 3934.0, 3966.0, 3925.0, 3934.0, 3945.0, 3924.0, 3957.0, 3924.0, 3955.0, 3934.0, 3954.0, 3934.0, 3964.0, 3934.0, 3922.0, 3944.0, 3914.0, 3945.0, 3924.0, 3966.0, 3947.0, 3966.0, 3937.0, 3925.0, 3957.0, 3927.0, 3968.0, 3948.0, 3969.0, 3937.0, 3977.0, 3938.0, 3966.0, 3946.0, 3924.0, 3956.0, 3924.0, 3955.0, 3925.0, 3965.0, 3947.0, 3966.0, 3936.0, 3925.0, 3958.0, 3915.0, 3967.0, 3937.0, 3978.0, 3936.0, 3978.0, 3938.0, 3966.0, 3936.0, 3936.0, 3981.0, 3928.0, 3970.0, 3948.0, 3976.0, 3936.0, 3968.0, 3948.0, 3924.0, 3956.0, 3924.0, 3966.0, 3934.0, 3976.0, 3935.0, 3965.0, 3924.0, 3933.0, 3943.0, 3912.0, 3954.0, 3922.0, 3964.0, 3923.0, 3974.0, 3924.0, 3965.0, 3924.0, 3923.0, 3944.0, 3912.0, 3942.0, 3921.0, 3963.0, 3935.0, 3963.0, 3923.0, 3913.0, 3943.0, 3912.0, 3954.0, 3923.0, 3965.0, 3935.0, 3967.0, 3925.0, 3923.0, 3946.0, 3925.0, 3956.0, 3937.0, 3958.0, 3948.0, 3938.0, 3969.0, 3926.0, 3967.0, 3923.0, 3964.0, 3921.0, 3953.0, 3911.0, 3952.0, 3909.0, 3930.0, 3899.0, 3931.0, 3901.0, 3942.0, 3911.0, 3941.0, 3912.0, 3954.0, 3924.0, 3956.0, 3925.0, 3925.0, 3947.0, 3926.0, 3968.0, 3926.0, 3968.0, 3928.0, 3970.0, 3939.0, 3970.0, 3938.0, 3959.0, 3927.0, 3967.0, 3936.0, 3967.0, 3936.0, 3956.0, 3935.0, 3967.0, 3947.0, 3978.0, 3936.0, 3956.0, 3925.0, 3966.0, 3934.0, 3965.0, 3923.0, 3953.0, 3922.0, 3953.0, 3923.0, 3954.0, 3923.0, 3954.0, 3924.0, 3956.0, 3937.0, 3967.0, 3938.0, 3968.0, 3928.0, 3947.0, 3937.0, 3958.0, 3960.0, 3937.0, 3959.0, 3937.0, 3958.0, 3926.0, 3979.0, 3926.0, 3958.0, 3915.0, 3957.0, 3925.0, 3967.0, 3936.0, 3978.0, 3935.0, 3966.0, 3935.0, 3965.0, 3936.0, 3977.0, 3937.0, 3956.0, 3914.0, 3925.0, 3958.0, 3927.0, 3968.0, 3938.0, 3981.0, 3939.0, 3969.0, 3939.0, 3980.0, 3940.0, 3979.0, 3938.0, 3977.0, 3926.0, 3966.0, 3926.0, 3978.0, 3926.0, 3947.0, 3936.0, 3914.0, 3967.0, 3927.0, 3968.0, 3938.0, 3968.0, 3937.0, 3968.0, 3937.0, 3967.0, 3937.0, 3926.0, 3957.0, 3926.0, 3967.0, 3936.0, 3978.0, 3937.0, 3978.0, 3937.0, 3966.0, 3925.0, 3935.0, 3958.0, 3915.0, 3956.0, 3925.0, 3966.0, 3925.0, 3977.0, 3936.0, 3976.0, 3935.0, 3965.0, 3925.0, 3954.0, 3923.0, 3913.0, 3944.0, 3913.0, 3955.0, 3936.0, 3958.0, 3939.0, 3958.0, 3949.0, 3926.0, 3959.0, 3938.0, 3980.0, 3950.0, 3979.0, 3937.0, 3947.0, 3947.0, 3925.0, 3978.0, 3914.0, 3966.0, 3913.0, 3954.0, 3923.0, 3965.0, 3924.0, 3955.0, 3924.0, 3913.0, 3955.0, 3915.0, 3966.0, 3937.0, 3977.0, 3936.0, 3966.0, 3936.0, 3935.0, 3967.0, 3914.0, 3967.0, 3936.0, 3956.0, 3936.0, 3955.0, 3935.0, 3925.0, 3968.0, 3914.0, 3966.0, 3925.0, 3965.0, 3934.0, 3975.0, 3934.0, 3975.0, 3923.0, 3944.0, 3922.0, 3913.0, 3955.0, 3913.0, 3955.0, 3923.0, 3953.0, 3924.0, 3965.0, 3936.0, 3935.0, 3948.0, 3915.0, 3956.0, 3914.0, 3968.0, 3926.0, 3969.0, 3936.0, 3957.0, 3935.0, 3966.0, 3937.0, 3978.0, 3938.0, 3968.0, 3936.0, 3936.0, 3946.0, 3934.0, 3957.0, 3914.0, 3955.0, 3913.0, 3943.0, 3924.0, 3966.0, 3935.0, 3966.0, 3935.0, 3965.0, 3924.0, 3944.0, 3925.0, 3936.0, 3968.0, 3928.0, 3958.0, 3938.0, 3970.0, 3939.0, 3979.0, 3948.0, 3978.0, 3936.0, 3966.0, 3935.0, 3965.0, 3935.0, 3965.0, 3935.0, 3965.0, 3913.0, 3944.0, 3924.0, 3944.0, 3945.0, 3924.0, 3956.0, 3924.0, 3955.0, 3925.0, 3956.0, 3935.0, 3955.0, 3947.0, 3967.0, 3935.0, 3966.0, 3938.0, 3966.0, 3925.0, 3934.0, 3936.0, 3923.0, 3955.0, 3914.0, 3967.0, 3935.0, 3968.0, 3936.0, 3956.0, 3936.0, 3968.0, 3937.0, 3978.0, 3937.0, 3967.0, 3936.0, 3936.0, 3948.0, 3928.0, 3959.0, 3927.0, 3969.0, 3939.0, 3979.0, 3938.0, 3938.0, 3981.0, 3939.0], 'WindowWidth': [8893.0, 8911.0, 8858.0, 8879.0, 8812.0, 8854.0, 8793.0, 8831.0, 8788.0, 8845.0, 8828.0, 8868.0, 8811.0, 8850.0, 8829.0, 8803.0, 8863.0, 8817.0, 8873.0, 8834.0, 8885.0, 8834.0, 8855.0, 8812.0, 8796.0, 8854.0, 8778.0, 8870.0, 8795.0, 8857.0, 8796.0, 8858.0, 8797.0, 8849.0, 8807.0, 8832.0, 8809.0, 8832.0, 8807.0, 8836.0, 8810.0, 8870.0, 8816.0, 8848.0, 8811.0, 8813.0, 8827.0, 8807.0, 8843.0, 8825.0, 8878.0, 8795.0, 8857.0, 8778.0, 8871.0, 8794.0, 8856.0, 8790.0, 8835.0, 8792.0, 8835.0, 8807.0, 8849.0, 8805.0, 8863.0, 8789.0, 8831.0, 8801.0, 8842.0, 8802.0, 8844.0, 8785.0, 8826.0, 8785.0, 8824.0, 8801.0, 8844.0, 8789.0, 8845.0, 8792.0, 8817.0, 8805.0, 8816.0, 8822.0, 8790.0, 8835.0, 8792.0, 8836.0, 8792.0, 8854.0, 8807.0, 8853.0, 8810.0, 8837.0, 8804.0, 8847.0, 8804.0, 8847.0, 8812.0, 8845.0, 8791.0, 8814.0, 8796.0, 8786.0, 8832.0, 8788.0, 8833.0, 8778.0, 8847.0, 8808.0, 8851.0, 8827.0, 8864.0, 8808.0, 8845.0, 8802.0, 8840.0, 8798.0, 8784.0, 8832.0, 8770.0, 8831.0, 8791.0, 8835.0, 8811.0, 8869.0, 8809.0, 8836.0, 8808.0, 8793.0, 8854.0, 8794.0, 8871.0, 8811.0, 8852.0, 8808.0, 8863.0, 8831.0, 8830.0, 8819.0, 8772.0, 8817.0, 8788.0, 8849.0, 8805.0, 8845.0, 8808.0, 8834.0, 8805.0, 8788.0, 8837.0, 8791.0, 8853.0, 8803.0, 8846.0, 8804.0, 8840.0, 8790.0, 8823.0, 8817.0, 8751.0, 8812.0, 8767.0, 8825.0, 8785.0, 8840.0, 8802.0, 8841.0, 8784.0, 8823.0, 8788.0, 8841.0, 8789.0, 8769.0, 8797.0, 8768.0, 8828.0, 8772.0, 8849.0, 8789.0, 8833.0, 8787.0, 8827.0, 8783.0, 8827.0, 8796.0, 8825.0, 8779.0, 8806.0, 8778.0, 8807.0, 8780.0, 8820.0, 8780.0, 8806.0, 8780.0, 8805.0, 8779.0, 8822.0, 8799.0, 8839.0, 8791.0, 8843.0, 8791.0, 8830.0, 8804.0, 8789.0, 8824.0, 8790.0, 8839.0, 8794.0, 8854.0, 8793.0, 8852.0, 8796.0, 8853.0, 8808.0, 8853.0, 8826.0, 8866.0, 8808.0, 8852.0, 8811.0, 8854.0, 8811.0, 8869.0, 8810.0, 8865.0, 8795.0, 8865.0, 8811.0, 8851.0, 8807.0, 8817.0, 8794.0, 8790.0, 8818.0, 8790.0, 8837.0, 8807.0, 8853.0, 8793.0, 8834.0, 8791.0, 8836.0, 8795.0, 8854.0, 8808.0, 8849.0, 8793.0, 8833.0, 8790.0, 8846.0, 8806.0, 8846.0, 8805.0, 8832.0, 8803.0, 8830.0, 8804.0, 8844.0, 8805.0, 8844.0, 8788.0, 8829.0, 8783.0, 8824.0, 8784.0, 8824.0, 8783.0, 8837.0, 8785.0, 8823.0, 8770.0, 8828.0, 8790.0, 8844.0, 8804.0, 8842.0, 8787.0, 8824.0, 8787.0, 8844.0, 8785.0, 8788.0, 8799.0, 8774.0, 8817.0, 8789.0, 8836.0, 8794.0, 8850.0, 8808.0, 8838.0, 8810.0, 8853.0, 8828.0, 8872.0, 8834.0, 8851.0, 8808.0, 8809.0, 8824.0, 8793.0, 8853.0, 8791.0, 8850.0, 8812.0, 8867.0, 8815.0, 8826.0, 8860.0, 8813.0, 8872.0, 8825.0, 8864.0, 8806.0, 8828.0, 8803.0, 8802.0, 8833.0, 8803.0, 8854.0, 8771.0, 8814.0, 8751.0, 8820.0, 8782.0, 8825.0, 8780.0, 8808.0, 8784.0, 8808.0, 8786.0, 8842.0, 8791.0, 8812.0, 8789.0, 8774.0, 8823.0, 8792.0, 8839.0, 8795.0, 8854.0, 8826.0, 8838.0, 8825.0, 8852.0, 8826.0, 8868.0, 8810.0, 8866.0, 8811.0, 8865.0, 8807.0, 8863.0, 8807.0, 8862.0, 8792.0, 8843.0, 8785.0, 8826.0, 8785.0, 8826.0, 8801.0, 8780.0, 8797.0, 8772.0, 8822.0, 8771.0, 8835.0, 8790.0, 8846.0, 8793.0, 8835.0, 8810.0, 8853.0, 8828.0, 8870.0, 8830.0, 8871.0, 8813.0, 8850.0, 8795.0, 8869.0, 8812.0, 8807.0, 8824.0, 8792.0, 8864.0, 8792.0, 8853.0, 8790.0, 8850.0, 8787.0, 8829.0, 8786.0, 8827.0, 8783.0, 8827.0, 8767.0, 8808.0, 8783.0, 8808.0, 8783.0, 8822.0, 8787.0, 8826.0, 8784.0, 8812.0, 8785.0, 8783.0, 8816.0, 8789.0, 8836.0, 8788.0, 8832.0, 8807.0, 8833.0, 8808.0, 8852.0, 8810.0, 8846.0, 8791.0, 8790.0, 8834.0, 8791.0, 8851.0, 8812.0, 8867.0, 8813.0, 8864.0, 8807.0, 8846.0, 8808.0, 8815.0, 8821.0, 8793.0, 8830.0, 8772.0, 8827.0, 8785.0, 8829.0, 8803.0, 8845.0, 8791.0, 8801.0, 8819.0, 8788.0, 8838.0, 8790.0, 8832.0, 8802.0, 8830.0, 8801.0, 8842.0, 8802.0, 8783.0, 8814.0, 8774.0, 8818.0, 8789.0, 8848.0, 8824.0, 8848.0, 8810.0, 8794.0, 8838.0, 8797.0, 8855.0, 8827.0, 8857.0, 8813.0, 8865.0, 8814.0, 8848.0, 8823.0, 8789.0, 8835.0, 8789.0, 8831.0, 8792.0, 8846.0, 8823.0, 8849.0, 8809.0, 8794.0, 8841.0, 8779.0, 8853.0, 8809.0, 8867.0, 8807.0, 8867.0, 8812.0, 8846.0, 8808.0, 8809.0, 8878.0, 8800.0, 8861.0, 8826.0, 8863.0, 8808.0, 8851.0, 8825.0, 8790.0, 8833.0, 8790.0, 8847.0, 8803.0, 8862.0, 8806.0, 8846.0, 8787.0, 8798.0, 8812.0, 8767.0, 8827.0, 8784.0, 8843.0, 8785.0, 8855.0, 8788.0, 8844.0, 8787.0, 8785.0, 8815.0, 8768.0, 8808.0, 8780.0, 8839.0, 8803.0, 8840.0, 8786.0, 8771.0, 8813.0, 8769.0, 8828.0, 8786.0, 8845.0, 8805.0, 8851.0, 8791.0, 8786.0, 8819.0, 8792.0, 8836.0, 8811.0, 8838.0, 8828.0, 8813.0, 8856.0, 8795.0, 8850.0, 8786.0, 8842.0, 8779.0, 8826.0, 8764.0, 8821.0, 8759.0, 8789.0, 8747.0, 8790.0, 8751.0, 8808.0, 8765.0, 8806.0, 8770.0, 8826.0, 8788.0, 8832.0, 8794.0, 8794.0, 8825.0, 8796.0, 8854.0, 8795.0, 8856.0, 8799.0, 8859.0, 8814.0, 8858.0, 8814.0, 8841.0, 8797.0, 8851.0, 8806.0, 8850.0, 8806.0, 8833.0, 8806.0, 8850.0, 8824.0, 8865.0, 8806.0, 8834.0, 8790.0, 8845.0, 8801.0, 8843.0, 8786.0, 8825.0, 8781.0, 8825.0, 8783.0, 8826.0, 8785.0, 8827.0, 8788.0, 8834.0, 8810.0, 8851.0, 8813.0, 8854.0, 8799.0, 8824.0, 8812.0, 8840.0, 8847.0, 8812.0, 8842.0, 8809.0, 8840.0, 8794.0, 8870.0, 8792.0, 8840.0, 8779.0, 8837.0, 8790.0, 8850.0, 8807.0, 8866.0, 8805.0, 8849.0, 8803.0, 8844.0, 8808.0, 8862.0, 8809.0, 8833.0, 8775.0, 8792.0, 8838.0, 8796.0, 8856.0, 8815.0, 8876.0, 8817.0, 8858.0, 8817.0, 8872.0, 8819.0, 8870.0, 8812.0, 8864.0, 8793.0, 8847.0, 8793.0, 8864.0, 8793.0, 8822.0, 8806.0, 8777.0, 8851.0, 8798.0, 8854.0, 8812.0, 8855.0, 8812.0, 8853.0, 8811.0, 8852.0, 8812.0, 8795.0, 8838.0, 8793.0, 8851.0, 8809.0, 8866.0, 8810.0, 8867.0, 8809.0, 8846.0, 8791.0, 8803.0, 8838.0, 8778.0, 8836.0, 8791.0, 8848.0, 8791.0, 8865.0, 8806.0, 8862.0, 8803.0, 8845.0, 8789.0, 8826.0, 8784.0, 8772.0, 8813.0, 8772.0, 8830.0, 8810.0, 8838.0, 8817.0, 8839.0, 8828.0, 8797.0, 8841.0, 8815.0, 8873.0, 8833.0, 8868.0, 8812.0, 8822.0, 8824.0, 8790.0, 8867.0, 8775.0, 8847.0, 8770.0, 8826.0, 8784.0, 8845.0, 8787.0, 8830.0, 8788.0, 8773.0, 8831.0, 8777.0, 8848.0, 8809.0, 8864.0, 8807.0, 8847.0, 8807.0, 8804.0, 8851.0, 8775.0, 8850.0, 8806.0, 8834.0, 8807.0, 8832.0, 8806.0, 8791.0, 8854.0, 8777.0, 8846.0, 8789.0, 8845.0, 8801.0, 8859.0, 8802.0, 8857.0, 8784.0, 8812.0, 8783.0, 8771.0, 8829.0, 8771.0, 8830.0, 8785.0, 8826.0, 8788.0, 8844.0, 8807.0, 8804.0, 8824.0, 8779.0, 8834.0, 8778.0, 8853.0, 8793.0, 8855.0, 8806.0, 8835.0, 8805.0, 8848.0, 8810.0, 8866.0, 8812.0, 8853.0, 8808.0, 8806.0, 8821.0, 8801.0, 8837.0, 8773.0, 8830.0, 8771.0, 8813.0, 8788.0, 8849.0, 8802.0, 8845.0, 8803.0, 8845.0, 8787.0, 8814.0, 8792.0, 8807.0, 8856.0, 8800.0, 8842.0, 8814.0, 8859.0, 8815.0, 8872.0, 8825.0, 8869.0, 8806.0, 8848.0, 8804.0, 8845.0, 8803.0, 8844.0, 8803.0, 8844.0, 8773.0, 8813.0, 8788.0, 8813.0, 8819.0, 8788.0, 8834.0, 8788.0, 8832.0, 8790.0, 8833.0, 8804.0, 8832.0, 8821.0, 8851.0, 8804.0, 8847.0, 8811.0, 8846.0, 8790.0, 8802.0, 8804.0, 8786.0, 8831.0, 8775.0, 8849.0, 8805.0, 8850.0, 8806.0, 8834.0, 8808.0, 8851.0, 8811.0, 8866.0, 8809.0, 8849.0, 8806.0, 8806.0, 8827.0, 8799.0, 8841.0, 8795.0, 8854.0, 8817.0, 8870.0, 8816.0, 8815.0, 8876.0, 8816.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.00045669735327963167</td></tr>
<tr><td colspan=3>aqi</td><td>0.0184987584579977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.87123332491936</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2850154368433178</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0015555928341022</td></tr>
<tr><td colspan=3>efc</td><td>0.4963</td></tr>
<tr><td colspan=3>fber</td><td>4432.2275</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0750313060416101</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7261219792865363</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5813167929763936</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4762135773261043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8834516585258827</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3842851430771943</td></tr>
<tr><td colspan=3>gcor</td><td>0.00641746</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017928672954440117</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032525647431612015</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.785105841848598</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>21.4003</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9807</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1182</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.5</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296956.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>970.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.1449</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2115</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.7607</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3100.6471</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.5118</td></tr>
<tr><td colspan=3>tsnr</td><td>42.9950630068779</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>