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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0132_ses-01_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-0132_ses-01_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-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_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-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_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-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-01_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-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_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-0132/ses-01/func/sub-0132_ses-01_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>a40910cec6165385e52f24e42adc4ace</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>21:27:27.110000</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.999716, 0.013493, 0.0196481, -0.0118654, 0.996666, -0.0807215]</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.0822304</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>13</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7719, -7280, 230, -111, -98, -104, 94]</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>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfbb322d-c572-457e-aef7-8a154ff7ccc6||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.6821646690368652, -0.031833913177251816, 0.05581387132406235, 112.94351959228516], [-0.03620075434446335, 2.6739821434020996, -0.21725666522979736, -101.35795593261719], [0.0527145080268383, 0.21656987071037292, 2.6906661987304688, -108.70662689208984], [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': ['212727.110000', '212727.570000', '212728.030000', '212728.490000', '212728.950000', '212729.410000', '212729.870000', '212730.330000', '212730.790000', '212731.250000', '212731.710000', '212732.170000', '212732.630000', '212733.090000', '212733.550000', '212734.010000', '212734.470000', '212734.930000', '212735.390000', '212735.850000', '212736.310000', '212736.770000', '212737.230000', '212737.690000', '212738.150000', '212738.610000', '212739.070000', '212739.530000', '212739.990000', '212740.450000', '212740.910000', '212741.370000', '212741.830000', '212742.290000', '212742.750000', '212743.210000', '212743.670000', '212744.130000', '212744.590000', '212745.050000', '212745.510000', '212745.970000', '212746.430000', '212746.890000', '212747.350000', '212747.810000', '212748.270000', '212748.730000', '212749.190000', '212749.650000', '212750.110000', '212750.570000', '212751.030000', '212751.490000', '212751.950000', '212752.410000', '212752.870000', '212753.330000', '212753.790000', '212754.250000', '212754.710000', '212755.170000', '212755.630000', '212756.090000', '212756.550000', '212757.010000', '212757.470000', '212757.930000', '212758.390000', '212758.850000', '212759.310000', '212759.770000', '212800.230000', '212800.690000', '212801.150000', '212801.610000', '212802.070000', '212802.530000', '212802.990000', '212803.450000', '212803.910000', '212804.370000', '212804.830000', '212805.290000', '212805.750000', '212806.210000', '212806.670000', '212807.130000', '212807.590000', '212808.050000', '212808.510000', '212808.970000', '212809.430000', '212809.890000', '212810.350000', '212810.810000', '212811.270000', '212811.730000', '212812.190000', '212812.650000', '212813.110000', '212813.570000', '212814.030000', '212814.490000', '212814.950000', '212815.410000', '212815.870000', '212816.330000', '212816.790000', '212817.250000', '212817.710000', '212818.170000', '212818.630000', '212819.090000', '212819.550000', '212820.010000', '212820.470000', '212820.930000', '212821.390000', '212821.850000', '212822.310000', '212822.770000', '212823.230000', '212823.690000', '212824.150000', '212824.610000', '212825.070000', '212825.530000', '212825.990000', '212826.450000', '212826.910000', '212827.370000', '212827.830000', '212828.290000', '212828.750000', '212829.210000', '212829.670000', '212830.130000', '212830.590000', '212831.050000', '212831.510000', '212831.970000', '212832.430000', '212832.890000', '212833.350000', '212833.810000', '212834.270000', '212834.730000', '212835.190000', '212835.650000', '212836.110000', '212836.570000', '212837.030000', '212837.490000', '212837.950000', '212838.410000', '212838.870000', '212839.330000', '212839.790000', '212840.250000', '212840.710000', '212841.170000', '212841.630000', '212842.090000', '212842.550000', '212843.010000', '212843.470000', '212843.930000', '212844.390000', '212844.850000', '212845.310000', '212845.770000', '212846.230000', '212846.690000', '212847.150000', '212847.610000', '212848.070000', '212848.530000', '212848.990000', '212849.450000', '212849.910000', '212850.370000', '212850.830000', '212851.290000', '212851.750000', '212852.210000', '212852.670000', '212853.130000', '212853.590000', '212854.050000', '212854.510000', '212854.970000', '212855.430000', '212855.890000', '212856.350000', '212856.810000', '212857.270000', '212857.730000', '212858.190000', '212858.650000', '212859.110000', '212859.570000', '212900.030000', '212900.490000', '212900.950000', '212901.410000', '212901.870000', '212902.330000', '212902.790000', '212903.250000', '212903.710000', '212904.170000', '212904.630000', '212905.090000', '212905.550000', '212906.010000', '212906.470000', '212906.930000', '212907.390000', '212907.850000', '212908.310000', '212908.770000', '212909.230000', '212909.690000', '212910.150000', '212910.610000', '212911.070000', '212911.530000', '212911.990000', '212912.450000', '212912.910000', '212913.370000', '212913.830000', '212914.290000', '212914.750000', '212915.210000', '212915.670000', '212916.130000', '212916.590000', '212917.050000', '212917.510000', '212917.970000', '212918.430000', '212918.890000', '212919.350000', '212919.810000', '212920.270000', '212920.730000', '212921.190000', '212921.650000', '212922.110000', '212922.570000', '212923.030000', '212923.490000', '212923.950000', '212924.410000', '212924.870000', '212925.330000', '212925.790000', '212926.250000', '212926.710000', '212927.170000', '212927.630000', '212928.090000', '212928.550000', '212929.010000', '212929.470000', '212929.930000', '212930.390000', '212930.850000', '212931.310000', '212931.770000', '212932.230000', '212932.690000', '212933.150000', '212933.610000', '212934.070000', '212934.530000', '212934.990000', '212935.450000', '212935.910000', '212936.370000', '212936.830000', '212937.290000', '212937.750000', '212938.210000', '212938.670000', '212939.130000', '212939.590000', '212940.050000', '212940.510000', '212940.970000', '212941.430000', '212941.890000', '212942.350000', '212942.810000', '212943.270000', '212943.730000', '212944.190000', '212944.650000', '212945.110000', '212945.570000', '212946.030000', '212946.490000', '212946.950000', '212947.410000', '212947.870000', '212948.330000', '212948.790000', '212949.250000', '212949.710000', '212950.170000', '212950.630000', '212951.090000', '212951.550000', '212952.010000', '212952.470000', '212952.930000', '212953.390000', '212953.850000', '212954.310000', '212954.770000', '212955.230000', '212955.690000', '212956.150000', '212956.610000', '212957.070000', '212957.530000', '212957.990000', '212958.450000', '212958.910000', '212959.370000', '212959.830000', '213000.290000', '213000.750000', '213001.210000', '213001.670000', '213002.130000', '213002.590000', '213003.050000', '213003.510000', '213003.970000', '213004.430000', '213004.890000', '213005.350000', '213005.810000', '213006.270000', '213006.730000', '213007.190000', '213007.650000', '213008.110000', '213008.570000', '213009.030000', '213009.490000', '213009.950000', '213010.410000', '213010.870000', '213011.330000', '213011.790000', '213012.250000', '213012.710000', '213013.170000', '213013.630000', '213014.090000', '213014.550000', '213015.010000', '213015.470000', '213015.930000', '213016.390000', '213016.850000', '213017.310000', '213017.770000', '213018.230000', '213018.690000', '213019.150000', '213019.610000', '213020.070000', '213020.530000', '213020.990000', '213021.450000', '213021.910000', '213022.370000', '213022.830000', '213023.290000', '213023.750000', '213024.210000', '213024.670000', '213025.130000', '213025.590000', '213026.050000', '213026.510000', '213026.970000', '213027.430000', '213027.890000', '213028.350000', '213028.810000', '213029.270000', '213029.730000', '213030.190000', '213030.650000', '213031.110000', '213031.570000', '213032.030000', '213032.490000', '213032.950000', '213033.410000', '213033.870000', '213034.330000', '213034.790000', '213035.250000', '213035.710000', '213036.170000', '213036.630000', '213037.090000', '213037.550000', '213038.010000', '213038.470000', '213038.930000', '213039.390000', '213039.850000', '213040.310000', '213040.770000', '213041.230000', '213041.690000', '213042.150000', '213042.610000', '213043.070000', '213043.530000', '213043.990000', '213044.450000', '213044.910000', '213045.370000', '213045.830000', '213046.290000', '213046.750000', '213047.210000', '213047.670000', '213048.130000', '213048.590000', '213049.050000', '213049.510000', '213049.970000', '213050.430000', '213050.890000', '213051.350000', '213051.810000', '213052.270000', '213052.730000', '213053.190000', '213053.650000', '213054.110000', '213054.570000', '213055.030000', '213055.490000', '213055.950000', '213056.410000', '213056.870000', '213057.330000', '213057.790000', '213058.250000', '213058.710000', '213059.170000', '213059.630000', '213100.090000', '213100.550000', '213101.010000', '213101.470000', '213101.930000', '213102.390000', '213102.850000', '213103.310000', '213103.770000', '213104.230000', '213104.690000', '213105.150000', '213105.610000', '213106.070000', '213106.530000', '213106.990000', '213107.450000', '213107.910000', '213108.370000', '213108.830000', '213109.290000', '213109.750000', '213110.210000', '213110.670000', '213111.130000', '213111.590000', '213112.050000', '213112.510000', '213112.970000', '213113.430000', '213113.890000', '213114.350000', '213114.810000', '213115.270000', '213115.730000', '213116.190000', '213116.650000', '213117.110000', '213117.570000', '213118.030000', '213118.490000', '213118.950000', '213119.410000', '213119.870000', '213120.330000', '213120.790000', '213121.250000', '213121.710000', '213122.170000', '213122.630000', '213123.090000', '213123.550000', '213124.010000', '213124.470000', '213124.930000', '213125.390000', '213125.850000', '213126.310000', '213126.770000', '213127.230000', '213127.690000', '213128.150000', '213128.610000', '213129.070000', '213129.530000', '213129.990000', '213130.450000', '213130.910000', '213131.370000', '213131.830000', '213132.290000', '213132.750000', '213133.210000', '213133.670000', '213134.130000', '213134.590000', '213135.050000', '213135.510000', '213135.970000', '213136.430000', '213136.890000', '213137.350000', '213137.810000', '213138.270000', '213138.730000', '213139.190000', '213139.650000', '213140.110000', '213140.570000', '213141.030000', '213141.490000', '213141.950000', '213142.410000', '213142.870000', '213143.330000', '213143.790000', '213144.250000', '213144.710000', '213145.170000', '213145.630000', '213146.090000', '213146.550000', '213147.010000', '213147.470000', '213147.930000', '213148.390000', '213148.850000', '213149.310000', '213149.770000', '213150.230000', '213150.690000', '213151.150000', '213151.610000', '213152.070000', '213152.530000', '213152.990000', '213153.450000', '213153.910000', '213154.370000', '213154.830000', '213155.290000', '213155.750000', '213156.210000', '213156.670000', '213157.130000', '213157.590000', '213158.050000', '213158.510000', '213158.970000', '213159.430000', '213159.890000', '213200.350000', '213200.810000', '213201.270000', '213201.730000', '213202.190000', '213202.650000', '213203.110000', '213203.570000', '213204.030000', '213204.490000', '213204.950000', '213205.410000', '213205.870000', '213206.330000', '213206.790000', '213207.250000', '213207.710000', '213208.170000', '213208.630000', '213209.090000', '213209.550000', '213210.010000', '213210.470000', '213210.930000', '213211.390000', '213211.850000', '213212.310000', '213212.770000', '213213.230000', '213213.690000', '213214.150000', '213214.610000', '213215.070000', '213215.530000', '213215.990000', '213216.450000', '213216.910000', '213217.370000', '213217.830000', '213218.290000', '213218.750000', '213219.210000', '213219.670000', '213220.130000', '213220.590000', '213221.050000', '213221.510000', '213221.970000', '213222.430000', '213222.890000', '213223.350000', '213223.810000', '213224.270000', '213224.730000', '213225.190000', '213225.650000', '213226.110000', '213226.570000', '213227.030000', '213227.490000', '213227.950000', '213228.410000', '213228.870000', '213229.330000', '213229.790000', '213230.250000', '213230.710000', '213231.170000', '213231.630000', '213232.090000', '213232.550000', '213233.010000', '213233.470000', '213233.930000', '213234.390000', '213234.850000', '213235.310000', '213235.770000', '213236.230000', '213236.690000', '213237.150000', '213237.610000', '213238.070000', '213238.530000', '213238.990000', '213239.450000', '213239.910000', '213240.370000', '213240.830000', '213241.290000', '213241.750000', '213242.210000', '213242.670000', '213243.130000', '213243.590000', '213244.050000', '213244.510000', '213244.970000', '213245.430000', '213245.890000', '213246.350000', '213246.810000', '213247.270000', '213247.730000', '213248.190000', '213248.650000', '213249.110000', '213249.570000', '213250.030000', '213250.490000', '213250.950000', '213251.410000', '213251.870000', '213252.330000', '213252.790000', '213253.250000', '213253.710000', '213254.170000', '213254.630000', '213255.090000', '213255.550000', '213256.010000', '213256.470000', '213256.930000', '213257.390000', '213257.850000', '213258.310000', '213258.770000', '213259.230000', '213259.690000', '213300.150000', '213300.610000', '213301.070000', '213301.530000', '213301.990000', '213302.450000', '213302.910000', '213303.370000', '213303.830000', '213304.290000', '213304.750000', '213305.210000', '213305.670000', '213306.130000', '213306.590000', '213307.050000', '213307.510000', '213307.970000', '213308.430000', '213308.890000', '213309.350000', '213309.810000', '213310.270000', '213310.730000', '213311.190000', '213311.650000', '213312.110000', '213312.570000', '213313.030000', '213313.490000', '213313.950000', '213314.410000', '213314.870000', '213315.330000', '213315.790000', '213316.250000', '213316.710000', '213317.170000', '213317.630000', '213318.090000', '213318.550000', '213319.010000', '213319.470000', '213319.930000', '213320.390000', '213320.850000', '213321.310000', '213321.770000', '213322.230000', '213322.690000', '213323.150000', '213323.610000', '213324.070000', '213324.530000', '213324.990000', '213325.450000', '213325.910000', '213326.370000', '213326.830000', '213327.290000', '213327.750000', '213328.210000', '213328.670000', '213329.130000', '213329.590000', '213330.050000', '213330.510000', '213330.970000', '213331.430000', '213331.890000', '213332.350000', '213332.810000', '213333.270000', '213333.730000', '213334.190000', '213334.650000', '213335.110000', '213335.570000', '213336.030000', '213336.490000', '213336.950000', '213337.410000', '213337.870000', '213338.330000', '213338.790000', '213339.250000', '213339.710000', '213340.170000', '213340.630000', '213341.090000', '213341.550000', '213342.010000', '213342.470000', '213342.930000', '213343.390000', '213343.850000', '213344.310000', '213344.770000', '213345.230000', '213345.690000', '213346.150000', '213346.610000', '213347.070000', '213347.530000', '213347.990000', '213348.450000', '213348.910000', '213349.370000', '213349.830000', '213350.290000', '213350.750000', '213351.210000', '213351.670000', '213352.130000', '213352.590000', '213353.050000', '213353.510000', '213353.970000', '213354.430000', '213354.890000', '213355.350000', '213355.810000', '213356.270000', '213356.730000', '213357.190000', '213357.650000', '213358.110000', '213358.570000', '213359.030000', '213359.490000', '213359.950000', '213400.410000', '213400.870000', '213401.330000', '213401.790000', '213402.250000', '213402.710000', '213403.170000', '213403.630000', '213404.090000', '213404.550000', '213405.010000', '213405.470000', '213405.930000', '213406.390000', '213406.850000', '213407.310000', '213407.770000'], 'ContentTime': ['212739.716000', '212739.719000', '212739.722000', '212739.725000', '212739.734000', '212739.738000', '212739.740000', '212739.743000', '212739.748000', '212739.751000', '212739.754000', '212739.756000', '212739.759000', '212739.762000', '212739.764000', '212739.767000', '212739.769000', '212739.772000', '212739.774000', '212739.777000', '212739.780000', '212739.782000', '212739.785000', '212739.787000', '212739.790000', '212739.792000', '212759.678000', '212759.681000', '212759.684000', '212759.686000', '212759.689000', '212759.691000', '212759.694000', '212759.696000', '212759.699000', '212759.701000', '212759.704000', '212759.707000', '212759.709000', '212759.712000', '212759.714000', '212759.747000', '212759.750000', '212759.752000', '212759.755000', '212759.757000', '212759.760000', '212759.762000', '212759.765000', '212759.767000', '212759.770000', '212759.772000', '212759.775000', '212759.777000', '212759.780000', '212759.791000', '212759.793000', '212759.796000', '212759.798000', '212759.801000', '212759.804000', '212759.806000', '212759.809000', '212759.811000', '212759.814000', '212759.816000', '212759.819000', '212759.821000', '212759.824000', '212819.678000', '212819.681000', '212819.684000', '212819.686000', '212819.689000', '212819.691000', '212819.694000', '212819.697000', '212819.699000', '212819.702000', '212819.704000', '212819.707000', '212819.709000', '212819.712000', '212819.715000', '212819.717000', '212819.720000', '212819.722000', '212819.725000', '212819.727000', '212819.730000', '212819.732000', '212819.735000', '212819.737000', '212819.740000', '212819.743000', '212819.745000', '212819.748000', '212819.750000', '212819.753000', '212819.755000', '212819.758000', '212819.761000', '212819.763000', '212819.766000', '212819.768000', '212819.771000', '212819.773000', '212819.780000', '212819.783000', '212819.785000', '212819.788000', '212819.790000', '212819.793000', '212839.678000', '212839.681000', '212839.684000', '212839.686000', '212839.689000', '212839.691000', '212839.694000', '212839.697000', '212839.699000', '212839.702000', '212839.704000', '212839.707000', '212839.709000', '212839.712000', '212839.715000', '212839.717000', '212839.720000', '212839.722000', '212839.725000', '212839.727000', '212839.730000', '212839.732000', '212839.735000', '212839.737000', '212839.740000', '212839.743000', '212839.745000', '212839.748000', '212839.750000', '212839.753000', '212839.755000', '212839.758000', '212839.761000', '212839.763000', '212839.766000', '212839.768000', '212839.771000', '212839.773000', '212839.776000', '212839.778000', '212839.781000', '212839.783000', '212839.786000', '212859.677000', '212859.680000', '212859.683000', '212859.685000', '212859.688000', '212859.690000', '212859.693000', '212859.695000', '212859.698000', '212859.701000', '212859.704000', '212859.707000', '212859.710000', '212859.713000', '212859.716000', '212859.719000', '212859.721000', '212859.724000', '212859.726000', '212859.729000', '212859.731000', '212859.734000', '212859.737000', '212859.740000', '212859.743000', '212859.745000', '212859.748000', '212859.750000', '212859.753000', '212859.755000', '212859.758000', '212859.761000', '212859.763000', '212859.766000', '212859.768000', '212859.771000', '212859.774000', '212859.776000', '212859.779000', '212859.781000', '212859.784000', '212859.786000', '212859.789000', '212919.677000', '212919.680000', '212919.683000', '212919.685000', '212919.688000', '212919.690000', '212919.693000', '212919.696000', '212919.698000', '212919.701000', '212919.703000', '212919.706000', '212919.708000', '212919.711000', '212919.713000', '212919.716000', '212919.719000', '212919.721000', '212919.724000', '212919.726000', '212919.729000', '212919.731000', '212919.734000', '212919.736000', '212919.739000', '212919.741000', '212919.744000', '212919.747000', '212919.749000', '212919.752000', '212919.754000', '212919.757000', '212919.759000', '212919.762000', '212919.764000', '212919.767000', '212919.770000', '212919.772000', '212919.775000', '212919.777000', '212919.780000', '212919.782000', '212919.785000', '212919.788000', '212939.677000', '212939.680000', '212939.683000', '212939.685000', '212939.688000', '212939.690000', '212939.693000', '212939.695000', '212939.698000', '212939.701000', '212939.703000', '212939.718000', '212939.721000', '212939.723000', '212939.726000', '212939.729000', '212939.731000', '212939.734000', '212939.737000', '212939.740000', '212939.743000', '212939.745000', '212939.748000', '212939.751000', '212939.753000', '212939.756000', '212939.759000', '212939.761000', '212939.764000', '212939.766000', '212939.769000', '212939.771000', '212939.774000', '212939.776000', '212939.779000', '212939.782000', '212939.784000', '212939.787000', '212939.789000', '212939.792000', '212939.794000', '212939.797000', '212939.799000', '212959.678000', '212959.680000', '212959.683000', '212959.685000', '212959.688000', '212959.691000', '212959.693000', '212959.696000', '212959.698000', '212959.701000', '212959.703000', '212959.706000', '212959.709000', '212959.711000', '212959.714000', '212959.716000', '212959.719000', '212959.721000', '212959.724000', '212959.727000', '212959.729000', '212959.732000', '212959.734000', '212959.737000', '212959.739000', '212959.742000', '212959.744000', '212959.747000', '212959.749000', '212959.752000', '212959.755000', '212959.757000', '212959.760000', '212959.762000', '212959.765000', '212959.767000', '212959.770000', '212959.772000', '212959.775000', '212959.778000', '212959.780000', '212959.783000', '212959.785000', '212959.788000', '213019.678000', '213019.681000', '213019.684000', '213019.686000', '213019.689000', '213019.692000', '213019.694000', '213019.697000', '213019.700000', '213019.702000', '213019.705000', '213019.707000', '213019.710000', '213019.713000', '213019.715000', '213019.718000', '213019.720000', '213019.723000', '213019.726000', '213019.728000', '213019.731000', '213019.733000', '213019.736000', '213019.738000', '213019.741000', '213019.744000', '213019.747000', '213019.749000', '213019.752000', '213019.755000', '213019.757000', '213019.760000', '213019.763000', '213019.765000', '213019.768000', '213019.770000', '213019.773000', '213019.775000', '213019.778000', '213019.782000', '213019.784000', '213019.787000', '213019.789000', '213039.678000', '213039.681000', '213039.684000', '213039.686000', '213039.689000', '213039.691000', '213039.694000', '213039.697000', '213039.699000', '213039.702000', '213039.704000', '213039.707000', '213039.710000', '213039.712000', '213039.715000', '213039.717000', '213039.720000', '213039.723000', '213039.725000', '213039.728000', '213039.730000', '213039.733000', '213039.735000', '213039.738000', '213039.741000', '213039.743000', '213039.746000', '213039.748000', '213039.751000', '213039.753000', '213039.756000', '213039.759000', '213039.761000', '213039.764000', '213039.766000', '213039.769000', '213039.771000', '213039.774000', '213039.777000', '213039.779000', '213039.782000', '213039.784000', '213039.787000', '213039.789000', '213059.678000', '213059.681000', '213059.684000', '213059.686000', '213059.689000', '213059.692000', '213059.694000', '213059.697000', '213059.699000', '213059.702000', '213059.704000', '213059.707000', '213059.709000', '213059.712000', '213059.715000', '213059.717000', '213059.720000', '213059.722000', '213059.725000', '213059.728000', '213059.730000', '213059.733000', '213059.736000', '213059.738000', '213059.741000', '213059.744000', '213059.747000', '213059.749000', '213059.752000', '213059.754000', '213059.765000', '213059.767000', '213059.770000', '213059.772000', '213059.775000', '213059.778000', '213059.780000', '213059.783000', '213059.785000', '213059.788000', '213059.791000', '213059.793000', '213059.796000', '213119.678000', '213119.681000', '213119.683000', '213119.686000', '213119.688000', '213119.691000', '213119.694000', '213119.696000', '213119.699000', '213119.701000', '213119.704000', '213119.706000', '213119.709000', '213119.712000', '213119.714000', '213119.717000', '213119.719000', '213119.722000', '213119.724000', '213119.727000', '213119.729000', '213119.732000', '213119.735000', '213119.737000', '213119.740000', '213119.742000', '213119.745000', '213119.747000', '213119.750000', '213119.752000', '213119.755000', '213119.758000', '213119.760000', '213119.763000', '213119.765000', '213119.768000', '213119.770000', '213119.773000', '213119.776000', '213119.778000', '213119.781000', '213119.783000', '213119.786000', '213119.788000', '213139.677000', '213139.680000', '213139.683000', '213139.685000', '213139.688000', '213139.691000', '213139.693000', '213139.696000', '213139.698000', '213139.701000', '213139.704000', '213139.706000', '213139.709000', '213139.711000', '213139.714000', '213139.716000', '213139.719000', '213139.722000', '213139.724000', '213139.727000', '213139.729000', '213139.732000', '213139.735000', '213139.737000', '213139.740000', '213139.742000', '213139.745000', '213139.747000', '213139.750000', '213139.753000', '213139.755000', '213139.758000', '213139.760000', '213139.763000', '213139.766000', '213139.768000', '213139.771000', '213139.774000', '213139.776000', '213139.779000', '213139.781000', '213139.784000', '213139.787000', '213159.677000', '213159.680000', '213159.683000', '213159.685000', '213159.688000', '213159.690000', '213159.693000', '213159.696000', '213159.698000', '213159.701000', '213159.703000', '213159.706000', '213159.708000', '213159.711000', '213159.714000', '213159.716000', '213159.719000', '213159.721000', '213159.724000', '213159.726000', '213159.729000', '213159.732000', '213159.734000', '213159.737000', '213159.739000', '213159.742000', '213159.745000', '213159.747000', '213159.750000', '213159.753000', '213159.755000', '213159.758000', '213159.760000', '213159.763000', '213159.765000', '213159.768000', '213159.771000', '213159.773000', '213159.776000', '213159.778000', '213159.781000', '213159.783000', '213159.786000', '213159.789000', '213219.677000', '213219.680000', '213219.683000', '213219.685000', '213219.688000', '213219.691000', '213219.693000', '213219.696000', '213219.698000', '213219.701000', '213219.704000', '213219.706000', '213219.709000', '213219.711000', '213219.714000', '213219.716000', '213219.719000', '213219.721000', '213219.724000', '213219.727000', '213219.729000', '213219.732000', '213219.734000', '213219.737000', '213219.739000', '213219.742000', '213219.745000', '213219.747000', '213219.750000', '213219.752000', '213219.755000', '213219.757000', '213219.760000', '213219.763000', '213219.765000', '213219.768000', '213219.770000', '213219.773000', '213219.776000', '213219.778000', '213219.781000', '213219.784000', '213219.786000', '213239.678000', '213239.681000', '213239.684000', '213239.687000', '213239.689000', '213239.692000', '213239.694000', '213239.697000', '213239.700000', '213239.702000', '213239.705000', '213239.707000', '213239.710000', '213239.712000', '213239.715000', '213239.718000', '213239.720000', '213239.723000', '213239.758000', '213239.761000', '213239.763000', '213239.766000', '213239.769000', '213239.771000', '213239.774000', '213239.776000', '213239.779000', '213239.781000', '213239.784000', '213239.786000', '213239.789000', '213239.791000', '213239.794000', '213239.797000', '213239.799000', '213239.802000', '213239.804000', '213239.807000', '213239.809000', '213239.812000', '213239.814000', '213239.817000', '213239.820000', '213239.822000', '213259.679000', '213259.681000', '213259.684000', '213259.686000', '213259.689000', '213259.692000', '213259.694000', '213259.697000', '213259.699000', '213259.702000', '213259.705000', '213259.707000', '213259.710000', '213259.712000', '213259.715000', '213259.717000', '213259.720000', '213259.723000', '213259.725000', '213259.728000', '213259.731000', '213259.733000', '213259.736000', '213259.738000', '213259.741000', '213259.744000', '213259.746000', '213259.749000', '213259.751000', '213259.754000', '213259.757000', '213259.759000', '213259.762000', '213259.764000', '213259.767000', '213259.769000', '213259.772000', '213259.775000', '213259.777000', '213259.780000', '213259.782000', '213259.785000', '213259.787000', '213319.678000', '213319.681000', '213319.684000', '213319.686000', '213319.689000', '213319.692000', '213319.694000', '213319.697000', '213319.699000', '213319.702000', '213319.705000', '213319.707000', '213319.710000', '213319.712000', '213319.715000', '213319.718000', '213319.720000', '213319.723000', '213319.726000', '213319.728000', '213319.731000', '213319.733000', '213319.736000', '213319.738000', '213319.741000', '213319.744000', '213319.746000', '213319.749000', '213319.751000', '213319.754000', '213319.756000', '213319.759000', '213319.762000', '213319.764000', '213319.767000', '213319.769000', '213319.772000', '213319.774000', '213319.777000', '213319.779000', '213319.782000', '213319.785000', '213319.787000', '213319.790000', '213339.677000', '213339.680000', '213339.683000', '213339.686000', '213339.688000', '213339.691000', '213339.693000', '213339.696000', '213339.699000', '213339.701000', '213339.704000', '213339.707000', '213339.709000', '213339.712000', '213339.714000', '213339.717000', '213339.720000', '213339.722000', '213339.725000', '213339.728000', '213339.731000', '213339.734000', '213339.737000', '213339.739000', '213339.742000', '213339.745000', '213339.747000', '213339.750000', '213339.753000', '213339.755000', '213339.758000', '213339.760000', '213339.763000', '213339.766000', '213339.768000', '213339.771000', '213339.773000', '213339.776000', '213339.778000', '213339.781000', '213339.784000', '213339.786000', '213339.789000', '213359.678000', '213359.680000', '213359.683000', '213359.686000', '213359.688000', '213359.691000', '213359.693000', '213359.696000', '213359.698000', '213359.701000', '213359.703000', '213359.706000', '213359.709000', '213359.711000', '213359.714000', '213359.716000', '213359.719000', '213359.722000', '213359.724000', '213359.727000', '213359.729000', '213359.732000', '213359.734000', '213359.737000', '213359.739000', '213359.742000', '213359.745000', '213359.747000', '213359.750000', '213359.762000', '213359.765000', '213359.767000', '213359.770000', '213359.772000', '213359.775000', '213359.777000', '213359.780000', '213359.783000', '213359.785000', '213359.788000', '213359.790000', '213359.793000', '213359.795000', '213359.798000', '213408.835000', '213408.838000', '213408.840000', '213408.843000', '213408.846000', '213408.849000', '213408.851000', '213408.854000', '213408.856000', '213408.859000', '213408.862000', '213408.864000', '213408.867000', '213408.870000', '213408.872000', '213408.875000', '213408.878000', '213408.881000', '213408.884000', '213408.886000'], 'InstanceCreationTime': ['212739.716000', '212739.719000', '212739.722000', '212739.725000', '212739.734000', '212739.738000', '212739.740000', '212739.743000', '212739.748000', '212739.751000', '212739.754000', '212739.756000', '212739.759000', '212739.762000', '212739.764000', '212739.767000', '212739.769000', '212739.772000', '212739.774000', '212739.777000', '212739.780000', '212739.782000', '212739.785000', '212739.787000', '212739.790000', '212739.792000', '212759.678000', '212759.681000', '212759.684000', '212759.686000', '212759.689000', '212759.691000', '212759.694000', '212759.696000', '212759.699000', '212759.701000', '212759.704000', '212759.707000', '212759.709000', '212759.712000', '212759.714000', '212759.747000', '212759.750000', '212759.752000', '212759.755000', '212759.757000', '212759.760000', '212759.762000', '212759.765000', '212759.767000', '212759.770000', '212759.772000', '212759.775000', '212759.777000', '212759.780000', '212759.791000', '212759.793000', '212759.796000', '212759.798000', '212759.801000', '212759.804000', '212759.806000', '212759.809000', '212759.811000', '212759.814000', '212759.816000', '212759.819000', '212759.821000', '212759.824000', '212819.678000', '212819.681000', '212819.684000', '212819.686000', '212819.689000', '212819.691000', '212819.694000', '212819.697000', '212819.699000', '212819.702000', '212819.704000', '212819.707000', '212819.709000', '212819.712000', '212819.715000', '212819.717000', '212819.720000', '212819.722000', '212819.725000', '212819.727000', '212819.730000', '212819.732000', '212819.735000', '212819.737000', '212819.740000', '212819.743000', '212819.745000', '212819.748000', '212819.750000', '212819.753000', '212819.755000', '212819.758000', '212819.761000', '212819.763000', '212819.766000', '212819.768000', '212819.771000', '212819.773000', '212819.780000', '212819.783000', '212819.785000', '212819.788000', '212819.790000', '212819.793000', '212839.678000', '212839.681000', '212839.684000', '212839.686000', '212839.689000', '212839.691000', '212839.694000', '212839.697000', '212839.699000', '212839.702000', '212839.704000', '212839.707000', '212839.709000', '212839.712000', '212839.715000', '212839.717000', '212839.720000', '212839.722000', '212839.725000', '212839.727000', '212839.730000', '212839.732000', '212839.735000', '212839.737000', '212839.740000', '212839.743000', '212839.745000', '212839.748000', '212839.750000', '212839.753000', '212839.755000', '212839.758000', '212839.761000', '212839.763000', '212839.766000', '212839.768000', '212839.771000', '212839.773000', '212839.776000', '212839.778000', '212839.781000', '212839.783000', '212839.786000', '212859.677000', '212859.680000', '212859.683000', '212859.685000', '212859.688000', '212859.690000', '212859.693000', '212859.695000', '212859.698000', '212859.701000', '212859.704000', '212859.707000', '212859.710000', '212859.713000', '212859.716000', '212859.719000', '212859.721000', '212859.724000', '212859.726000', '212859.729000', '212859.731000', '212859.734000', '212859.737000', '212859.740000', '212859.743000', '212859.745000', '212859.748000', '212859.750000', '212859.753000', '212859.755000', '212859.758000', '212859.761000', '212859.763000', '212859.766000', '212859.768000', '212859.771000', '212859.774000', '212859.776000', '212859.779000', '212859.781000', '212859.784000', '212859.786000', '212859.789000', '212919.677000', '212919.680000', '212919.683000', '212919.685000', '212919.688000', '212919.690000', '212919.693000', '212919.696000', '212919.698000', '212919.701000', '212919.703000', '212919.706000', '212919.708000', '212919.711000', '212919.713000', '212919.716000', '212919.719000', '212919.721000', '212919.724000', '212919.726000', '212919.729000', '212919.731000', '212919.734000', '212919.736000', '212919.739000', '212919.741000', '212919.744000', '212919.747000', '212919.749000', '212919.752000', '212919.754000', '212919.757000', '212919.759000', '212919.762000', '212919.764000', '212919.767000', '212919.770000', '212919.772000', '212919.775000', '212919.777000', '212919.780000', '212919.782000', '212919.785000', '212919.788000', '212939.677000', '212939.680000', '212939.683000', '212939.685000', '212939.688000', '212939.690000', '212939.693000', '212939.695000', '212939.698000', '212939.701000', '212939.703000', '212939.718000', '212939.721000', '212939.723000', '212939.726000', '212939.729000', '212939.731000', '212939.734000', '212939.737000', '212939.740000', '212939.743000', '212939.745000', '212939.748000', '212939.751000', '212939.753000', '212939.756000', '212939.759000', '212939.761000', '212939.764000', '212939.766000', '212939.769000', '212939.771000', '212939.774000', '212939.776000', '212939.779000', '212939.782000', '212939.784000', '212939.787000', '212939.789000', '212939.792000', '212939.794000', '212939.797000', '212939.799000', '212959.678000', '212959.680000', '212959.683000', '212959.685000', '212959.688000', '212959.691000', '212959.693000', '212959.696000', '212959.698000', '212959.701000', '212959.703000', '212959.706000', '212959.709000', '212959.711000', '212959.714000', '212959.716000', '212959.719000', '212959.721000', '212959.724000', '212959.727000', '212959.729000', '212959.732000', '212959.734000', '212959.737000', '212959.739000', '212959.742000', '212959.744000', '212959.747000', '212959.749000', '212959.752000', '212959.755000', '212959.757000', '212959.760000', '212959.762000', '212959.765000', '212959.767000', '212959.770000', '212959.772000', '212959.775000', '212959.778000', '212959.780000', '212959.783000', '212959.785000', '212959.788000', '213019.678000', '213019.681000', '213019.684000', '213019.686000', '213019.689000', '213019.692000', '213019.694000', '213019.697000', '213019.700000', '213019.702000', '213019.705000', '213019.707000', '213019.710000', '213019.713000', '213019.715000', '213019.718000', '213019.720000', '213019.723000', '213019.726000', '213019.728000', '213019.731000', '213019.733000', '213019.736000', '213019.738000', '213019.741000', '213019.744000', '213019.747000', '213019.749000', '213019.752000', '213019.755000', '213019.757000', '213019.760000', '213019.763000', '213019.765000', '213019.768000', '213019.770000', '213019.773000', '213019.775000', '213019.778000', '213019.782000', '213019.784000', '213019.787000', '213019.789000', '213039.678000', '213039.681000', '213039.684000', '213039.686000', '213039.689000', '213039.691000', '213039.694000', '213039.697000', '213039.699000', '213039.702000', '213039.704000', '213039.707000', '213039.710000', '213039.712000', '213039.715000', '213039.717000', '213039.720000', '213039.723000', '213039.725000', '213039.728000', '213039.730000', '213039.733000', '213039.735000', '213039.738000', '213039.741000', '213039.743000', '213039.746000', '213039.748000', '213039.751000', '213039.753000', '213039.756000', '213039.759000', '213039.761000', '213039.764000', '213039.766000', '213039.769000', '213039.771000', '213039.774000', '213039.777000', '213039.779000', '213039.782000', '213039.784000', '213039.787000', '213039.789000', '213059.678000', '213059.681000', '213059.684000', '213059.686000', '213059.689000', '213059.692000', '213059.694000', '213059.697000', '213059.699000', '213059.702000', '213059.704000', '213059.707000', '213059.709000', '213059.712000', '213059.715000', '213059.717000', '213059.720000', '213059.722000', '213059.725000', '213059.728000', '213059.730000', '213059.733000', '213059.736000', '213059.738000', '213059.741000', '213059.744000', '213059.747000', '213059.749000', '213059.752000', '213059.754000', '213059.765000', '213059.767000', '213059.770000', '213059.772000', '213059.775000', '213059.778000', '213059.780000', '213059.783000', '213059.785000', '213059.788000', '213059.791000', '213059.793000', '213059.796000', '213119.678000', '213119.681000', '213119.683000', '213119.686000', '213119.688000', '213119.691000', '213119.694000', '213119.696000', '213119.699000', '213119.701000', '213119.704000', '213119.706000', '213119.709000', '213119.712000', '213119.714000', '213119.717000', '213119.719000', '213119.722000', '213119.724000', '213119.727000', '213119.729000', '213119.732000', '213119.735000', '213119.737000', '213119.740000', '213119.742000', '213119.745000', '213119.747000', '213119.750000', '213119.752000', '213119.755000', '213119.758000', '213119.760000', '213119.763000', '213119.765000', '213119.768000', '213119.770000', '213119.773000', '213119.776000', '213119.778000', '213119.781000', '213119.783000', '213119.786000', '213119.788000', '213139.677000', '213139.680000', '213139.683000', '213139.685000', '213139.688000', '213139.691000', '213139.693000', '213139.696000', '213139.698000', '213139.701000', '213139.704000', '213139.706000', '213139.709000', '213139.711000', '213139.714000', '213139.716000', '213139.719000', '213139.722000', '213139.724000', '213139.727000', '213139.729000', '213139.732000', '213139.735000', '213139.737000', '213139.740000', '213139.742000', '213139.745000', '213139.747000', '213139.750000', '213139.753000', '213139.755000', '213139.758000', '213139.760000', '213139.763000', '213139.766000', '213139.768000', '213139.771000', '213139.774000', '213139.776000', '213139.779000', '213139.781000', '213139.784000', '213139.787000', '213159.677000', '213159.680000', '213159.683000', '213159.685000', '213159.688000', '213159.690000', '213159.693000', '213159.696000', '213159.698000', '213159.701000', '213159.703000', '213159.706000', '213159.708000', '213159.711000', '213159.714000', '213159.716000', '213159.719000', '213159.721000', '213159.724000', '213159.726000', '213159.729000', '213159.732000', '213159.734000', '213159.737000', '213159.739000', '213159.742000', '213159.745000', '213159.747000', '213159.750000', '213159.753000', '213159.755000', '213159.758000', '213159.760000', '213159.763000', '213159.765000', '213159.768000', '213159.771000', '213159.773000', '213159.776000', '213159.778000', '213159.781000', '213159.783000', '213159.786000', '213159.789000', '213219.677000', '213219.680000', '213219.683000', '213219.685000', '213219.688000', '213219.691000', '213219.693000', '213219.696000', '213219.698000', '213219.701000', '213219.704000', '213219.706000', '213219.709000', '213219.711000', '213219.714000', '213219.716000', '213219.719000', '213219.721000', '213219.724000', '213219.727000', '213219.729000', '213219.732000', '213219.734000', '213219.737000', '213219.739000', '213219.742000', '213219.745000', '213219.747000', '213219.750000', '213219.752000', '213219.755000', '213219.757000', '213219.760000', '213219.763000', '213219.765000', '213219.768000', '213219.770000', '213219.773000', '213219.776000', '213219.778000', '213219.781000', '213219.784000', '213219.786000', '213239.678000', '213239.681000', '213239.684000', '213239.687000', '213239.689000', '213239.692000', '213239.694000', '213239.697000', '213239.700000', '213239.702000', '213239.705000', '213239.707000', '213239.710000', '213239.712000', '213239.715000', '213239.718000', '213239.720000', '213239.723000', '213239.758000', '213239.761000', '213239.763000', '213239.766000', '213239.769000', '213239.771000', '213239.774000', '213239.776000', '213239.779000', '213239.781000', '213239.784000', '213239.786000', '213239.789000', '213239.791000', '213239.794000', '213239.797000', '213239.799000', '213239.802000', '213239.804000', '213239.807000', '213239.809000', '213239.812000', '213239.814000', '213239.817000', '213239.820000', '213239.822000', '213259.679000', '213259.681000', '213259.684000', '213259.686000', '213259.689000', '213259.692000', '213259.694000', '213259.697000', '213259.699000', '213259.702000', '213259.705000', '213259.707000', '213259.710000', '213259.712000', '213259.715000', '213259.717000', '213259.720000', '213259.723000', '213259.725000', '213259.728000', '213259.731000', '213259.733000', '213259.736000', '213259.738000', '213259.741000', '213259.744000', '213259.746000', '213259.749000', '213259.751000', '213259.754000', '213259.757000', '213259.759000', '213259.762000', '213259.764000', '213259.767000', '213259.769000', '213259.772000', '213259.775000', '213259.777000', '213259.780000', '213259.782000', '213259.785000', '213259.787000', '213319.678000', '213319.681000', '213319.684000', '213319.686000', '213319.689000', '213319.692000', '213319.694000', '213319.697000', '213319.699000', '213319.702000', '213319.705000', '213319.707000', '213319.710000', '213319.712000', '213319.715000', '213319.718000', '213319.720000', '213319.723000', '213319.726000', '213319.728000', '213319.731000', '213319.733000', '213319.736000', '213319.738000', '213319.741000', '213319.744000', '213319.746000', '213319.749000', '213319.751000', '213319.754000', '213319.756000', '213319.759000', '213319.762000', '213319.764000', '213319.767000', '213319.769000', '213319.772000', '213319.774000', '213319.777000', '213319.779000', '213319.782000', '213319.785000', '213319.787000', '213319.790000', '213339.677000', '213339.680000', '213339.683000', '213339.686000', '213339.688000', '213339.691000', '213339.693000', '213339.696000', '213339.699000', '213339.701000', '213339.704000', '213339.707000', '213339.709000', '213339.712000', '213339.714000', '213339.717000', '213339.720000', '213339.722000', '213339.725000', '213339.728000', '213339.731000', '213339.734000', '213339.737000', '213339.739000', '213339.742000', '213339.745000', '213339.747000', '213339.750000', '213339.753000', '213339.755000', '213339.758000', '213339.760000', '213339.763000', '213339.766000', '213339.768000', '213339.771000', '213339.773000', '213339.776000', '213339.778000', '213339.781000', '213339.784000', '213339.786000', '213339.789000', '213359.678000', '213359.680000', '213359.683000', '213359.686000', '213359.688000', '213359.691000', '213359.693000', '213359.696000', '213359.698000', '213359.701000', '213359.703000', '213359.706000', '213359.709000', '213359.711000', '213359.714000', '213359.716000', '213359.719000', '213359.722000', '213359.724000', '213359.727000', '213359.729000', '213359.732000', '213359.734000', '213359.737000', '213359.739000', '213359.742000', '213359.745000', '213359.747000', '213359.750000', '213359.762000', '213359.765000', '213359.767000', '213359.770000', '213359.772000', '213359.775000', '213359.777000', '213359.780000', '213359.783000', '213359.785000', '213359.788000', '213359.790000', '213359.793000', '213359.795000', '213359.798000', '213408.835000', '213408.838000', '213408.840000', '213408.843000', '213408.846000', '213408.849000', '213408.851000', '213408.854000', '213408.856000', '213408.859000', '213408.862000', '213408.864000', '213408.867000', '213408.870000', '213408.872000', '213408.875000', '213408.878000', '213408.881000', '213408.884000', '213408.886000'], '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': [6931, 6975, 12254, 6146, 8915, 6435, 6762, 10112, 5807, 9415, 6124, 7758, 6714, 7334, 6377, 7108, 11363, 6403, 9547, 7583, 7248, 11935, 7844, 8431, 12781, 6050, 9542, 7994, 6171, 8002, 7413, 6334, 6763, 6277, 6505, 6843, 7025, 5798, 11656, 5737, 10931, 8064, 7662, 12528, 6081, 11397, 7806, 7927, 14656, 6340, 11464, 6288, 6458, 8441, 6481, 7598, 7168, 6671, 6588, 6655, 8108, 5765, 8061, 6890, 6444, 8615, 6379, 9845, 6328, 9105, 10262, 8173, 12761, 8340, 9107, 10079, 5966, 8959, 7209, 6902, 6626, 5893, 9947, 6072, 8611, 6894, 7154, 7285, 6671, 10526, 5973, 8456, 7120, 7253, 6887, 6736, 6641, 6249, 10725, 6097, 10016, 8559, 9971, 10167, 6974, 13149, 5853, 10022, 6727, 7651, 6454, 6936, 6620, 6432, 6737, 6925, 10505, 5893, 9461, 5981, 8951, 6385, 8934, 7503, 7573, 7609, 6283, 13155, 5929, 10653, 7085, 9560, 7836, 7377, 8823, 5966, 9302, 6771, 9459, 6357, 8670, 7668, 7205, 6169, 6759, 9771, 6199, 8636, 7301, 7214, 6617, 6916, 6520, 6597, 10543, 6206, 9873, 6911, 8190, 9249, 6604, 12475, 7084, 10629, 8126, 7205, 6666, 7182, 12188, 6992, 13094, 6185, 10228, 6564, 7210, 6748, 6078, 10638, 5997, 9828, 6650, 7309, 6931, 7419, 6975, 6953, 6646, 6131, 9956, 5853, 9150, 6394, 7489, 6285, 6323, 10187, 6145, 7558, 6548, 6609, 7014, 6941, 6349, 6236, 6639, 6823, 9267, 6564, 6891, 7240, 6815, 7855, 6732, 11680, 6462, 9329, 6345, 9705, 6655, 9235, 6469, 8808, 6814, 9676, 8166, 12239, 7180, 7652, 10456, 8414, 11780, 6339, 12174, 6679, 9905, 7339, 8580, 6930, 6562, 10058, 6657, 7180, 6765, 6090, 10053, 6473, 6582, 6831, 6416, 9325, 6289, 6569, 6621, 6236, 8674, 7048, 6526, 6189, 6194, 9149, 6036, 7970, 7675, 6837, 6707, 7126, 7096, 7015, 8952, 6432, 12513, 7416, 7674, 12110, 7083, 11543, 6778, 6816, 6993, 6566, 10429, 6083, 8784, 6557, 6033, 8387, 5906, 9271, 5826, 7974, 6359, 6805, 8056, 6285, 9968, 8961, 7226, 13411, 7343, 9066, 6831, 6248, 10776, 7149, 6564, 6073, 6100, 10018, 6517, 8069, 6923, 6924, 8087, 6393, 9686, 6765, 9904, 6778, 6861, 6785, 6449, 12401, 9120, 7860, 7309, 6175, 10539, 6019, 7929, 6522, 7072, 6532, 6614, 7109, 6844, 9444, 6102, 8553, 6930, 6255, 9079, 6229, 7056, 6884, 6359, 9517, 6752, 6747, 6683, 6306, 8675, 7128, 6155, 6872, 6415, 8028, 6661, 6812, 6466, 6358, 10516, 6223, 7783, 8133, 6709, 9932, 7296, 7532, 7676, 6445, 10484, 6939, 7246, 6853, 6111, 9286, 6386, 8779, 5833, 8599, 6950, 9661, 9159, 6612, 12324, 7075, 7612, 11566, 6126, 11582, 6676, 6448, 11447, 6074, 7418, 6426, 6216, 6825, 6677, 7546, 7133, 6410, 7769, 6202, 9223, 6655, 6528, 6580, 6786, 8638, 6512, 7098, 6219, 6490, 8947, 6522, 9533, 6951, 7276, 12482, 6431, 9353, 10688, 6130, 9068, 6101, 5792, 8687, 5972, 7775, 7428, 6372, 7460, 6770, 7807, 5786, 7828, 5908, 8428, 6239, 9684, 12198, 10400, 13089, 8620, 8451, 13944, 10084, 10271, 7355, 6490, 10081, 5904, 7490, 6404, 6699, 11432, 6420, 6148, 7781, 5908, 8237, 6015, 6795, 5954, 6647, 6579, 6297, 10345, 7207, 7514, 11773, 8353, 9136, 10792, 6834, 9812, 7521, 7662, 12585, 6612, 7081, 6618, 6469, 6159, 6537, 6834, 6463, 6649, 6723, 8837, 6746, 6671, 11926, 6187, 9230, 6721, 6378, 9588, 6287, 8268, 6415, 6440, 6412, 6392, 8362, 6696, 6588, 6740, 6529, 7068, 7204, 6347, 6653, 6804, 7016, 7097, 6340, 7976, 6281, 6966, 12018, 7367, 10722, 8559, 8070, 12377, 6899, 8719, 11317, 7457, 10379, 6468, 6159, 10417, 6012, 7792, 6610, 6483, 6683, 6424, 6654, 5992, 7485, 7200, 6611, 8653, 6156, 8657, 6201, 6984, 11071, 7538, 7752, 6715, 6234, 8774, 6226, 10369, 6124, 9246, 6753, 8852, 7930, 8077, 12908, 6420, 9937, 8938, 7024, 11936, 6234, 7516, 6334, 6826, 9243, 6128, 7702, 6571, 7120, 6115, 6708, 6432, 6689, 6691, 6876, 9616, 6490, 7103, 9448, 6607, 12447, 6272, 6812, 9575, 6753, 9787, 6578, 6531, 5987, 6050, 9525, 6810, 6841, 6653, 6512, 5679, 6635, 8899, 6369, 8309, 7234, 7048, 11844, 7998, 11402, 6941, 7971, 13490, 7113, 11579, 7400, 6947, 13802, 6501, 10567, 6912, 6943, 6359, 6841, 9509, 6438, 8737, 7354, 6623, 13128, 6375, 10530, 6575, 6270, 13133, 7654, 7625, 9688, 6365, 9149, 6368, 6482, 8212, 6143, 8117, 6782, 6958, 6466, 7165, 6200, 7629, 6314, 7800, 13020, 9506, 10352, 11621, 6974, 11906, 10361, 8253, 11116, 6368, 10694, 9869, 8292, 13074, 6433, 7676, 6113, 6732, 9039, 6318, 6437, 6173, 6382, 9065, 6529, 6322, 6234, 6163, 10135, 6262, 7836, 6946, 6540, 12808, 6431, 9651, 10026, 7586, 12459, 6641, 6496, 10921, 6352, 9841, 6486, 6927, 6530, 6268, 8989, 6511, 8171, 6512, 7405, 7340, 6641, 11717, 6586, 9951, 6540, 6502, 11275, 6511, 7709, 6482, 7417, 7610, 6266, 10448, 6113, 8681, 6168, 8528, 6774, 8757, 7581, 6463, 11992, 6330, 9407, 6456, 6902, 6423, 6524, 9756, 6090, 8319, 6600, 6838, 6411, 6653, 6387, 6091, 8046, 6336, 7431, 6505, 6646, 11053, 6180, 8845, 7751, 6838, 10282, 6782, 8679, 6454, 6444, 7389, 6047, 10834, 6336, 6840, 6349, 6679, 7043, 7025, 6514, 6141, 9867, 7235, 11737, 6905, 12058, 9675, 9165, 13656, 10881, 9742, 6463, 6488, 11217, 8396, 7548, 7160, 6566, 8733, 6553, 6547, 7273, 6207, 7750, 6314, 6357, 8748, 6371, 6924, 6103, 6288, 6915, 6297, 8159, 6080, 7816, 6588, 7014, 8651, 6850, 10836, 6409, 10348, 10492, 9087, 12161, 6512, 11570, 8422, 9488, 11225, 8017, 13566, 7143, 7306, 12163, 6550, 11516, 6434, 6326, 10329, 6715, 8417, 5885, 8650, 6406, 7822, 6312, 9269, 7101, 9493, 6479, 10831, 9294, 8049, 12900, 9555, 8812, 13098, 6397, 8482, 8114, 7198, 10558, 6279, 7563, 6331, 6538, 9357, 6502, 6791, 5689, 6470, 9031, 6267, 7393], 'WindowCenter': [3675.0, 3649.0, 3686.0, 3621.0, 3650.0, 3617.0, 3629.0, 3659.0, 3609.0, 3649.0, 3618.0, 3641.0, 3630.0, 3641.0, 3619.0, 3641.0, 3683.0, 3630.0, 3663.0, 3639.0, 3640.0, 3672.0, 3651.0, 3650.0, 3670.0, 3606.0, 3661.0, 3639.0, 3608.0, 3626.0, 3627.0, 3616.0, 3627.0, 3617.0, 3618.0, 3630.0, 3643.0, 3610.0, 3672.0, 3609.0, 3660.0, 3626.0, 3628.0, 3670.0, 3606.0, 3657.0, 3613.0, 3625.0, 3668.0, 3603.0, 3645.0, 3591.0, 3603.0, 3624.0, 3604.0, 3624.0, 3626.0, 3616.0, 3628.0, 3643.0, 3652.0, 3634.0, 3664.0, 3640.0, 3631.0, 3661.0, 3630.0, 3661.0, 3630.0, 3662.0, 3673.0, 3653.0, 3683.0, 3639.0, 3649.0, 3660.0, 3620.0, 3649.0, 3628.0, 3618.0, 3618.0, 3609.0, 3650.0, 3607.0, 3637.0, 3627.0, 3629.0, 3628.0, 3630.0, 3671.0, 3621.0, 3652.0, 3630.0, 3641.0, 3641.0, 3631.0, 3628.0, 3619.0, 3660.0, 3609.0, 3664.0, 3640.0, 3650.0, 3648.0, 3618.0, 3671.0, 3596.0, 3648.0, 3616.0, 3627.0, 3605.0, 3617.0, 3630.0, 3621.0, 3616.0, 3629.0, 3661.0, 3608.0, 3649.0, 3608.0, 3649.0, 3608.0, 3650.0, 3629.0, 3629.0, 3627.0, 3607.0, 3669.0, 3607.0, 3658.0, 3616.0, 3647.0, 3626.0, 3628.0, 3637.0, 3606.0, 3635.0, 3616.0, 3660.0, 3619.0, 3638.0, 3627.0, 3626.0, 3606.0, 3629.0, 3659.0, 3619.0, 3649.0, 3626.0, 3626.0, 3617.0, 3629.0, 3617.0, 3629.0, 3659.0, 3606.0, 3660.0, 3616.0, 3638.0, 3636.0, 3617.0, 3668.0, 3615.0, 3646.0, 3625.0, 3615.0, 3604.0, 3616.0, 3658.0, 3615.0, 3655.0, 3592.0, 3646.0, 3602.0, 3615.0, 3603.0, 3592.0, 3645.0, 3605.0, 3646.0, 3615.0, 3625.0, 3615.0, 3627.0, 3615.0, 3616.0, 3602.0, 3593.0, 3645.0, 3593.0, 3646.0, 3604.0, 3614.0, 3604.0, 3606.0, 3645.0, 3594.0, 3625.0, 3603.0, 3614.0, 3626.0, 3627.0, 3605.0, 3607.0, 3616.0, 3617.0, 3649.0, 3617.0, 3627.0, 3627.0, 3630.0, 3638.0, 3617.0, 3670.0, 3618.0, 3648.0, 3618.0, 3659.0, 3618.0, 3646.0, 3617.0, 3648.0, 3629.0, 3648.0, 3639.0, 3668.0, 3615.0, 3625.0, 3645.0, 3637.0, 3655.0, 3605.0, 3655.0, 3614.0, 3645.0, 3613.0, 3623.0, 3600.0, 3603.0, 3646.0, 3614.0, 3613.0, 3602.0, 3594.0, 3647.0, 3604.0, 3616.0, 3614.0, 3604.0, 3634.0, 3603.0, 3604.0, 3604.0, 3606.0, 3638.0, 3630.0, 3619.0, 3594.0, 3605.0, 3646.0, 3593.0, 3625.0, 3627.0, 3618.0, 3631.0, 3643.0, 3630.0, 3629.0, 3648.0, 3618.0, 3669.0, 3627.0, 3627.0, 3669.0, 3616.0, 3657.0, 3615.0, 3616.0, 3616.0, 3617.0, 3657.0, 3605.0, 3637.0, 3604.0, 3605.0, 3637.0, 3596.0, 3648.0, 3595.0, 3639.0, 3618.0, 3628.0, 3636.0, 3617.0, 3659.0, 3648.0, 3628.0, 3667.0, 3615.0, 3635.0, 3602.0, 3606.0, 3658.0, 3617.0, 3605.0, 3594.0, 3606.0, 3647.0, 3620.0, 3651.0, 3615.0, 3616.0, 3624.0, 3606.0, 3658.0, 3628.0, 3659.0, 3616.0, 3615.0, 3602.0, 3605.0, 3667.0, 3636.0, 3626.0, 3614.0, 3593.0, 3645.0, 3595.0, 3626.0, 3605.0, 3615.0, 3605.0, 3615.0, 3628.0, 3617.0, 3648.0, 3595.0, 3636.0, 3603.0, 3604.0, 3635.0, 3593.0, 3614.0, 3601.0, 3604.0, 3634.0, 3604.0, 3605.0, 3602.0, 3604.0, 3635.0, 3616.0, 3595.0, 3605.0, 3605.0, 3625.0, 3616.0, 3617.0, 3605.0, 3605.0, 3645.0, 3593.0, 3625.0, 3638.0, 3619.0, 3648.0, 3641.0, 3628.0, 3625.0, 3617.0, 3645.0, 3614.0, 3615.0, 3603.0, 3605.0, 3647.0, 3607.0, 3650.0, 3609.0, 3637.0, 3617.0, 3647.0, 3634.0, 3615.0, 3667.0, 3615.0, 3626.0, 3657.0, 3593.0, 3644.0, 3602.0, 3603.0, 3655.0, 3592.0, 3613.0, 3602.0, 3605.0, 3616.0, 3617.0, 3625.0, 3613.0, 3605.0, 3624.0, 3604.0, 3647.0, 3616.0, 3618.0, 3614.0, 3617.0, 3638.0, 3617.0, 3617.0, 3606.0, 3606.0, 3635.0, 3606.0, 3648.0, 3615.0, 3616.0, 3656.0, 3606.0, 3650.0, 3646.0, 3605.0, 3636.0, 3603.0, 3593.0, 3635.0, 3605.0, 3626.0, 3628.0, 3619.0, 3625.0, 3617.0, 3628.0, 3597.0, 3628.0, 3597.0, 3637.0, 3606.0, 3662.0, 3659.0, 3647.0, 3656.0, 3624.0, 3626.0, 3668.0, 3635.0, 3633.0, 3599.0, 3591.0, 3632.0, 3581.0, 3613.0, 3591.0, 3602.0, 3641.0, 3591.0, 3595.0, 3613.0, 3583.0, 3614.0, 3593.0, 3602.0, 3604.0, 3616.0, 3615.0, 3606.0, 3647.0, 3614.0, 3615.0, 3656.0, 3624.0, 3634.0, 3643.0, 3603.0, 3634.0, 3611.0, 3611.0, 3641.0, 3590.0, 3601.0, 3589.0, 3589.0, 3590.0, 3604.0, 3614.0, 3604.0, 3602.0, 3603.0, 3635.0, 3605.0, 3593.0, 3654.0, 3580.0, 3620.0, 3588.0, 3590.0, 3633.0, 3590.0, 3610.0, 3590.0, 3591.0, 3589.0, 3605.0, 3635.0, 3603.0, 3602.0, 3599.0, 3601.0, 3601.0, 3614.0, 3604.0, 3616.0, 3617.0, 3641.0, 3629.0, 3619.0, 3640.0, 3605.0, 3629.0, 3670.0, 3629.0, 3659.0, 3637.0, 3625.0, 3654.0, 3602.0, 3636.0, 3643.0, 3602.0, 3632.0, 3579.0, 3581.0, 3643.0, 3592.0, 3613.0, 3602.0, 3603.0, 3602.0, 3604.0, 3603.0, 3606.0, 3626.0, 3639.0, 3630.0, 3637.0, 3607.0, 3637.0, 3594.0, 3617.0, 3657.0, 3627.0, 3626.0, 3603.0, 3606.0, 3636.0, 3595.0, 3645.0, 3594.0, 3634.0, 3603.0, 3635.0, 3625.0, 3637.0, 3668.0, 3604.0, 3646.0, 3633.0, 3601.0, 3642.0, 3590.0, 3614.0, 3603.0, 3615.0, 3632.0, 3591.0, 3612.0, 3601.0, 3612.0, 3592.0, 3617.0, 3605.0, 3615.0, 3603.0, 3604.0, 3646.0, 3617.0, 3615.0, 3634.0, 3602.0, 3652.0, 3602.0, 3616.0, 3633.0, 3603.0, 3630.0, 3599.0, 3602.0, 3592.0, 3604.0, 3645.0, 3616.0, 3615.0, 3614.0, 3619.0, 3598.0, 3619.0, 3649.0, 3617.0, 3639.0, 3629.0, 3631.0, 3670.0, 3638.0, 3669.0, 3616.0, 3639.0, 3667.0, 3615.0, 3656.0, 3613.0, 3614.0, 3667.0, 3604.0, 3646.0, 3603.0, 3614.0, 3603.0, 3617.0, 3646.0, 3605.0, 3636.0, 3615.0, 3616.0, 3668.0, 3604.0, 3646.0, 3602.0, 3603.0, 3669.0, 3627.0, 3639.0, 3646.0, 3593.0, 3634.0, 3593.0, 3594.0, 3624.0, 3592.0, 3625.0, 3615.0, 3616.0, 3606.0, 3616.0, 3606.0, 3628.0, 3608.0, 3641.0, 3670.0, 3648.0, 3647.0, 3645.0, 3603.0, 3657.0, 3633.0, 3624.0, 3644.0, 3602.0, 3644.0, 3632.0, 3623.0, 3654.0, 3590.0, 3611.0, 3578.0, 3601.0, 3621.0, 3592.0, 3590.0, 3578.0, 3592.0, 3635.0, 3603.0, 3603.0, 3592.0, 3593.0, 3644.0, 3604.0, 3625.0, 3604.0, 3603.0, 3654.0, 3592.0, 3635.0, 3634.0, 3613.0, 3653.0, 3591.0, 3593.0, 3646.0, 3592.0, 3632.0, 3592.0, 3601.0, 3592.0, 3605.0, 3636.0, 3604.0, 3624.0, 3605.0, 3615.0, 3626.0, 3619.0, 3669.0, 3616.0, 3647.0, 3604.0, 3606.0, 3657.0, 3605.0, 3626.0, 3605.0, 3626.0, 3624.0, 3605.0, 3646.0, 3593.0, 3635.0, 3607.0, 3636.0, 3605.0, 3625.0, 3625.0, 3604.0, 3655.0, 3593.0, 3635.0, 3593.0, 3603.0, 3592.0, 3595.0, 3635.0, 3593.0, 3622.0, 3603.0, 3616.0, 3603.0, 3604.0, 3591.0, 3594.0, 3638.0, 3618.0, 3628.0, 3606.0, 3616.0, 3655.0, 3605.0, 3650.0, 3625.0, 3617.0, 3644.0, 3604.0, 3635.0, 3618.0, 3619.0, 3614.0, 3594.0, 3645.0, 3604.0, 3604.0, 3604.0, 3617.0, 3615.0, 3617.0, 3617.0, 3621.0, 3660.0, 3630.0, 3668.0, 3616.0, 3669.0, 3635.0, 3635.0, 3666.0, 3644.0, 3634.0, 3589.0, 3603.0, 3643.0, 3612.0, 3611.0, 3586.0, 3588.0, 3609.0, 3590.0, 3590.0, 3599.0, 3589.0, 3612.0, 3591.0, 3605.0, 3622.0, 3593.0, 3602.0, 3592.0, 3607.0, 3614.0, 3605.0, 3625.0, 3605.0, 3626.0, 3617.0, 3628.0, 3638.0, 3618.0, 3657.0, 3604.0, 3647.0, 3646.0, 3635.0, 3655.0, 3591.0, 3656.0, 3625.0, 3634.0, 3645.0, 3613.0, 3653.0, 3601.0, 3614.0, 3654.0, 3605.0, 3655.0, 3588.0, 3603.0, 3645.0, 3604.0, 3621.0, 3583.0, 3623.0, 3603.0, 3624.0, 3605.0, 3647.0, 3618.0, 3647.0, 3607.0, 3658.0, 3634.0, 3625.0, 3656.0, 3621.0, 3622.0, 3641.0, 3589.0, 3621.0, 3611.0, 3601.0, 3630.0, 3590.0, 3610.0, 3603.0, 3605.0, 3635.0, 3590.0, 3604.0, 3581.0, 3606.0, 3635.0, 3605.0, 3627.0], 'WindowWidth': [8315.0, 8265.0, 8306.0, 8213.0, 8245.0, 8196.0, 8217.0, 8255.0, 8189.0, 8241.0, 8200.0, 8234.0, 8218.0, 8235.0, 8201.0, 8234.0, 8291.0, 8219.0, 8267.0, 8227.0, 8230.0, 8276.0, 8248.0, 8243.0, 8270.0, 8181.0, 8259.0, 8227.0, 8185.0, 8203.0, 8206.0, 8190.0, 8208.0, 8195.0, 8199.0, 8217.0, 8239.0, 8191.0, 8272.0, 8185.0, 8254.0, 8202.0, 8208.0, 8267.0, 8176.0, 8245.0, 8181.0, 8198.0, 8260.0, 8168.0, 8223.0, 8148.0, 8167.0, 8195.0, 8170.0, 8198.0, 8203.0, 8193.0, 8212.0, 8240.0, 8253.0, 8237.0, 8271.0, 8232.0, 8222.0, 8263.0, 8221.0, 8260.0, 8220.0, 8265.0, 8281.0, 8253.0, 8292.0, 8227.0, 8240.0, 8256.0, 8206.0, 8240.0, 8212.0, 8194.0, 8193.0, 8186.0, 8236.0, 8181.0, 8219.0, 8207.0, 8215.0, 8209.0, 8219.0, 8271.0, 8209.0, 8249.0, 8216.0, 8234.0, 8233.0, 8221.0, 8212.0, 8202.0, 8255.0, 8186.0, 8264.0, 8229.0, 8238.0, 8232.0, 8196.0, 8270.0, 8165.0, 8233.0, 8188.0, 8203.0, 8171.0, 8193.0, 8218.0, 8206.0, 8191.0, 8212.0, 8256.0, 8185.0, 8238.0, 8183.0, 8238.0, 8182.0, 8239.0, 8211.0, 8213.0, 8205.0, 8179.0, 8266.0, 8180.0, 8249.0, 8192.0, 8232.0, 8202.0, 8208.0, 8218.0, 8176.0, 8213.0, 8191.0, 8256.0, 8202.0, 8222.0, 8207.0, 8206.0, 8181.0, 8216.0, 8255.0, 8201.0, 8242.0, 8206.0, 8206.0, 8195.0, 8214.0, 8194.0, 8214.0, 8253.0, 8180.0, 8255.0, 8192.0, 8221.0, 8215.0, 8194.0, 8261.0, 8188.0, 8229.0, 8200.0, 8186.0, 8171.0, 8189.0, 8248.0, 8186.0, 8239.0, 8154.0, 8229.0, 8166.0, 8186.0, 8167.0, 8154.0, 8226.0, 8177.0, 8230.0, 8188.0, 8199.0, 8191.0, 8207.0, 8188.0, 8190.0, 8167.0, 8157.0, 8227.0, 8158.0, 8230.0, 8172.0, 8185.0, 8172.0, 8178.0, 8225.0, 8157.0, 8199.0, 8169.0, 8188.0, 8206.0, 8210.0, 8176.0, 8182.0, 8194.0, 8196.0, 8240.0, 8196.0, 8207.0, 8210.0, 8218.0, 8224.0, 8194.0, 8268.0, 8200.0, 8239.0, 8202.0, 8255.0, 8199.0, 8233.0, 8197.0, 8238.0, 8216.0, 8239.0, 8226.0, 8264.0, 8188.0, 8201.0, 8228.0, 8219.0, 8240.0, 8174.0, 8240.0, 8186.0, 8227.0, 8182.0, 8193.0, 8158.0, 8169.0, 8230.0, 8186.0, 8181.0, 8166.0, 8157.0, 8234.0, 8174.0, 8192.0, 8185.0, 8171.0, 8210.0, 8167.0, 8169.0, 8170.0, 8176.0, 8222.0, 8218.0, 8201.0, 8157.0, 8174.0, 8230.0, 8156.0, 8199.0, 8207.0, 8199.0, 8223.0, 8241.0, 8218.0, 8216.0, 8236.0, 8197.0, 8266.0, 8205.0, 8207.0, 8265.0, 8192.0, 8247.0, 8188.0, 8194.0, 8192.0, 8193.0, 8247.0, 8177.0, 8219.0, 8173.0, 8176.0, 8219.0, 8165.0, 8234.0, 8165.0, 8225.0, 8198.0, 8212.0, 8220.0, 8197.0, 8254.0, 8238.0, 8210.0, 8261.0, 8189.0, 8215.0, 8167.0, 8179.0, 8251.0, 8196.0, 8175.0, 8158.0, 8180.0, 8232.0, 8205.0, 8247.0, 8189.0, 8192.0, 8198.0, 8179.0, 8253.0, 8214.0, 8252.0, 8191.0, 8189.0, 8167.0, 8173.0, 8259.0, 8216.0, 8202.0, 8182.0, 8154.0, 8226.0, 8160.0, 8201.0, 8174.0, 8187.0, 8174.0, 8187.0, 8212.0, 8194.0, 8235.0, 8160.0, 8215.0, 8167.0, 8171.0, 8212.0, 8156.0, 8182.0, 8160.0, 8171.0, 8210.0, 8170.0, 8173.0, 8166.0, 8172.0, 8214.0, 8190.0, 8163.0, 8172.0, 8176.0, 8199.0, 8193.0, 8197.0, 8175.0, 8176.0, 8227.0, 8157.0, 8203.0, 8224.0, 8200.0, 8236.0, 8234.0, 8210.0, 8201.0, 8196.0, 8225.0, 8183.0, 8186.0, 8167.0, 8176.0, 8234.0, 8183.0, 8244.0, 8190.0, 8219.0, 8194.0, 8232.0, 8210.0, 8190.0, 8260.0, 8188.0, 8202.0, 8243.0, 8155.0, 8223.0, 8164.0, 8170.0, 8238.0, 8153.0, 8179.0, 8166.0, 8177.0, 8193.0, 8196.0, 8199.0, 8184.0, 8175.0, 8197.0, 8174.0, 8232.0, 8192.0, 8196.0, 8186.0, 8194.0, 8224.0, 8198.0, 8195.0, 8179.0, 8177.0, 8213.0, 8179.0, 8236.0, 8189.0, 8189.0, 8243.0, 8179.0, 8242.0, 8229.0, 8176.0, 8217.0, 8171.0, 8159.0, 8216.0, 8175.0, 8203.0, 8213.0, 8200.0, 8202.0, 8197.0, 8211.0, 8170.0, 8211.0, 8169.0, 8222.0, 8180.0, 8262.0, 8253.0, 8231.0, 8241.0, 8194.0, 8201.0, 8259.0, 8212.0, 8208.0, 8156.0, 8149.0, 8202.0, 8138.0, 8182.0, 8149.0, 8167.0, 8215.0, 8151.0, 8161.0, 8183.0, 8143.0, 8180.0, 8156.0, 8168.0, 8173.0, 8192.0, 8188.0, 8180.0, 8234.0, 8186.0, 8188.0, 8243.0, 8198.0, 8212.0, 8220.0, 8168.0, 8211.0, 8174.0, 8176.0, 8214.0, 8147.0, 8161.0, 8144.0, 8145.0, 8147.0, 8176.0, 8187.0, 8172.0, 8165.0, 8169.0, 8212.0, 8174.0, 8152.0, 8235.0, 8132.0, 8183.0, 8138.0, 8146.0, 8207.0, 8146.0, 8172.0, 8148.0, 8150.0, 8145.0, 8175.0, 8217.0, 8170.0, 8166.0, 8157.0, 8165.0, 8164.0, 8184.0, 8173.0, 8192.0, 8196.0, 8237.0, 8217.0, 8203.0, 8229.0, 8178.0, 8213.0, 8271.0, 8212.0, 8251.0, 8218.0, 8202.0, 8237.0, 8166.0, 8218.0, 8219.0, 8162.0, 8202.0, 8127.0, 8134.0, 8217.0, 8152.0, 8180.0, 8166.0, 8169.0, 8166.0, 8172.0, 8169.0, 8180.0, 8204.0, 8229.0, 8219.0, 8221.0, 8183.0, 8221.0, 8161.0, 8196.0, 8248.0, 8208.0, 8204.0, 8170.0, 8177.0, 8218.0, 8163.0, 8229.0, 8160.0, 8211.0, 8171.0, 8214.0, 8199.0, 8223.0, 8262.0, 8173.0, 8231.0, 8206.0, 8163.0, 8217.0, 8146.0, 8184.0, 8172.0, 8189.0, 8203.0, 8150.0, 8177.0, 8164.0, 8180.0, 8154.0, 8195.0, 8176.0, 8189.0, 8169.0, 8173.0, 8231.0, 8198.0, 8187.0, 8209.0, 8167.0, 8231.0, 8167.0, 8194.0, 8208.0, 8167.0, 8197.0, 8156.0, 8167.0, 8154.0, 8174.0, 8228.0, 8193.0, 8192.0, 8187.0, 8201.0, 8171.0, 8199.0, 8238.0, 8197.0, 8227.0, 8214.0, 8222.0, 8269.0, 8224.0, 8265.0, 8190.0, 8224.0, 8259.0, 8188.0, 8241.0, 8182.0, 8185.0, 8257.0, 8172.0, 8229.0, 8168.0, 8185.0, 8170.0, 8194.0, 8229.0, 8177.0, 8216.0, 8187.0, 8192.0, 8260.0, 8174.0, 8230.0, 8168.0, 8170.0, 8265.0, 8205.0, 8228.0, 8229.0, 8154.0, 8209.0, 8153.0, 8157.0, 8195.0, 8154.0, 8200.0, 8190.0, 8191.0, 8179.0, 8192.0, 8181.0, 8211.0, 8185.0, 8231.0, 8270.0, 8236.0, 8231.0, 8222.0, 8167.0, 8243.0, 8207.0, 8195.0, 8222.0, 8166.0, 8223.0, 8203.0, 8193.0, 8235.0, 8146.0, 8172.0, 8127.0, 8163.0, 8186.0, 8151.0, 8146.0, 8129.0, 8152.0, 8211.0, 8169.0, 8169.0, 8152.0, 8158.0, 8223.0, 8172.0, 8201.0, 8172.0, 8169.0, 8236.0, 8151.0, 8214.0, 8209.0, 8181.0, 8232.0, 8150.0, 8154.0, 8227.0, 8151.0, 8204.0, 8152.0, 8161.0, 8151.0, 8176.0, 8218.0, 8172.0, 8198.0, 8175.0, 8186.0, 8206.0, 8199.0, 8265.0, 8191.0, 8233.0, 8173.0, 8180.0, 8246.0, 8177.0, 8207.0, 8179.0, 8207.0, 8198.0, 8175.0, 8229.0, 8158.0, 8214.0, 8182.0, 8217.0, 8175.0, 8198.0, 8200.0, 8170.0, 8238.0, 8155.0, 8210.0, 8154.0, 8168.0, 8152.0, 8160.0, 8212.0, 8155.0, 8190.0, 8169.0, 8193.0, 8169.0, 8172.0, 8150.0, 8161.0, 8224.0, 8198.0, 8210.0, 8178.0, 8192.0, 8240.0, 8178.0, 8241.0, 8201.0, 8193.0, 8223.0, 8172.0, 8215.0, 8200.0, 8200.0, 8186.0, 8159.0, 8226.0, 8172.0, 8174.0, 8175.0, 8195.0, 8187.0, 8194.0, 8199.0, 8211.0, 8257.0, 8218.0, 8265.0, 8192.0, 8266.0, 8213.0, 8213.0, 8257.0, 8223.0, 8210.0, 8144.0, 8169.0, 8221.0, 8176.0, 8173.0, 8134.0, 8140.0, 8167.0, 8146.0, 8147.0, 8155.0, 8145.0, 8175.0, 8149.0, 8175.0, 8190.0, 8151.0, 8163.0, 8155.0, 8181.0, 8185.0, 8176.0, 8201.0, 8177.0, 8207.0, 8195.0, 8210.0, 8225.0, 8199.0, 8246.0, 8174.0, 8232.0, 8230.0, 8214.0, 8238.0, 8151.0, 8242.0, 8201.0, 8213.0, 8226.0, 8179.0, 8233.0, 8162.0, 8185.0, 8236.0, 8179.0, 8240.0, 8142.0, 8170.0, 8225.0, 8169.0, 8189.0, 8143.0, 8194.0, 8170.0, 8198.0, 8177.0, 8233.0, 8198.0, 8233.0, 8180.0, 8248.0, 8211.0, 8201.0, 8242.0, 8188.0, 8188.0, 8214.0, 8141.0, 8187.0, 8174.0, 8163.0, 8196.0, 8145.0, 8173.0, 8170.0, 8176.0, 8213.0, 8149.0, 8170.0, 8137.0, 8178.0, 8215.0, 8178.0, 8206.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.004748312284730195</td></tr>
<tr><td colspan=3>aqi</td><td>0.05103441354764637</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.37779772087352</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1564186889080466</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0136985768390805</td></tr>
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
<tr><td colspan=3>fber</td><td>6134.7847</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14571973456694465</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.714121699196326</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4360344293446135</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.340928489642461</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.627645210079329</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3395295883120504</td></tr>
<tr><td colspan=3>gcor</td><td>0.00758716</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01866869628429413</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028069986030459404</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.131981647147483</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>33.9309</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7414</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.2358</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>607.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.9075</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6289</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.3118</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2920.0957</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.8013</td></tr>
<tr><td colspan=3>tsnr</td><td>28.590254329377785</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>