ds005256-mriqc/sub-0132_ses-01_task-social_acq-mb8_run-03_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-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0132_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-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-03_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-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-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-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-01/func/sub-0132_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b9d0405ee630be4fab5820559daabfc0</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:43:17.880000</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>17</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>b1b5bf5a-9f0a-42d2-bb14-6719ecd2d05d||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': ['214317.880000', '214318.340000', '214318.800000', '214319.260000', '214319.720000', '214320.180000', '214320.640000', '214321.100000', '214321.560000', '214322.020000', '214322.480000', '214322.940000', '214323.400000', '214323.860000', '214324.320000', '214324.780000', '214325.240000', '214325.700000', '214326.160000', '214326.620000', '214327.080000', '214327.540000', '214328.000000', '214328.460000', '214328.920000', '214329.380000', '214329.840000', '214330.300000', '214330.760000', '214331.220000', '214331.680000', '214332.140000', '214332.600000', '214333.060000', '214333.520000', '214333.980000', '214334.440000', '214334.900000', '214335.360000', '214335.820000', '214336.280000', '214336.740000', '214337.200000', '214337.660000', '214338.120000', '214338.580000', '214339.040000', '214339.500000', '214339.960000', '214340.420000', '214340.880000', '214341.340000', '214341.800000', '214342.260000', '214342.720000', '214343.180000', '214343.640000', '214344.100000', '214344.560000', '214345.020000', '214345.480000', '214345.940000', '214346.400000', '214346.860000', '214347.320000', '214347.780000', '214348.240000', '214348.700000', '214349.160000', '214349.620000', '214350.080000', '214350.540000', '214351.000000', '214351.460000', '214351.920000', '214352.380000', '214352.840000', '214353.300000', '214353.760000', '214354.220000', '214354.680000', '214355.140000', '214355.600000', '214356.060000', '214356.520000', '214356.980000', '214357.440000', '214357.900000', '214358.360000', '214358.820000', '214359.280000', '214359.740000', '214400.200000', '214400.660000', '214401.120000', '214401.580000', '214402.040000', '214402.500000', '214402.960000', '214403.420000', '214403.880000', '214404.340000', '214404.800000', '214405.260000', '214405.720000', '214406.180000', '214406.640000', '214407.100000', '214407.560000', '214408.020000', '214408.480000', '214408.940000', '214409.400000', '214409.860000', '214410.320000', '214410.780000', '214411.240000', '214411.700000', '214412.160000', '214412.620000', '214413.080000', '214413.540000', '214414.000000', '214414.460000', '214414.920000', '214415.380000', '214415.840000', '214416.300000', '214416.760000', '214417.220000', '214417.680000', '214418.140000', '214418.600000', '214419.060000', '214419.520000', '214419.980000', '214420.440000', '214420.900000', '214421.360000', '214421.820000', '214422.280000', '214422.740000', '214423.200000', '214423.660000', '214424.120000', '214424.580000', '214425.040000', '214425.500000', '214425.960000', '214426.420000', '214426.880000', '214427.340000', '214427.800000', '214428.260000', '214428.720000', '214429.180000', '214429.640000', '214430.100000', '214430.560000', '214431.020000', '214431.480000', '214431.940000', '214432.400000', '214432.860000', '214433.320000', '214433.780000', '214434.240000', '214434.700000', '214435.160000', '214435.620000', '214436.080000', '214436.540000', '214437.000000', '214437.460000', '214437.920000', '214438.380000', '214438.840000', '214439.300000', '214439.760000', '214440.220000', '214440.680000', '214441.140000', '214441.600000', '214442.060000', '214442.520000', '214442.980000', '214443.440000', '214443.900000', '214444.360000', '214444.820000', '214445.280000', '214445.740000', '214446.200000', '214446.660000', '214447.120000', '214447.580000', '214448.040000', '214448.500000', '214448.960000', '214449.420000', '214449.880000', '214450.340000', '214450.800000', '214451.260000', '214451.720000', '214452.180000', '214452.640000', '214453.100000', '214453.560000', '214454.020000', '214454.480000', '214454.940000', '214455.400000', '214455.860000', '214456.320000', '214456.780000', '214457.240000', '214457.700000', '214458.160000', '214458.620000', '214459.080000', '214459.540000', '214500.000000', '214500.460000', '214500.920000', '214501.380000', '214501.840000', '214502.300000', '214502.760000', '214503.220000', '214503.680000', '214504.140000', '214504.600000', '214505.060000', '214505.520000', '214505.980000', '214506.440000', '214506.900000', '214507.360000', '214507.820000', '214508.280000', '214508.740000', '214509.200000', '214509.660000', '214510.120000', '214510.580000', '214511.040000', '214511.500000', '214511.960000', '214512.420000', '214512.880000', '214513.340000', '214513.800000', '214514.260000', '214514.720000', '214515.180000', '214515.640000', '214516.100000', '214516.560000', '214517.020000', '214517.480000', '214517.940000', '214518.400000', '214518.860000', '214519.320000', '214519.780000', '214520.240000', '214520.700000', '214521.160000', '214521.620000', '214522.080000', '214522.540000', '214523.000000', '214523.460000', '214523.920000', '214524.380000', '214524.840000', '214525.300000', '214525.760000', '214526.220000', '214526.680000', '214527.140000', '214527.600000', '214528.060000', '214528.520000', '214528.980000', '214529.440000', '214529.900000', '214530.360000', '214530.820000', '214531.280000', '214531.740000', '214532.200000', '214532.660000', '214533.120000', '214533.580000', '214534.040000', '214534.500000', '214534.960000', '214535.420000', '214535.880000', '214536.340000', '214536.800000', '214537.260000', '214537.720000', '214538.180000', '214538.640000', '214539.100000', '214539.560000', '214540.020000', '214540.480000', '214540.940000', '214541.400000', '214541.860000', '214542.320000', '214542.780000', '214543.240000', '214543.700000', '214544.160000', '214544.620000', '214545.080000', '214545.540000', '214546.000000', '214546.460000', '214546.920000', '214547.380000', '214547.840000', '214548.300000', '214548.760000', '214549.220000', '214549.680000', '214550.140000', '214550.600000', '214551.060000', '214551.520000', '214551.980000', '214552.440000', '214552.900000', '214553.360000', '214553.820000', '214554.280000', '214554.740000', '214555.200000', '214555.660000', '214556.120000', '214556.580000', '214557.040000', '214557.500000', '214557.960000', '214558.420000', '214558.880000', '214559.340000', '214559.800000', '214600.260000', '214600.720000', '214601.180000', '214601.640000', '214602.100000', '214602.560000', '214603.020000', '214603.480000', '214603.940000', '214604.400000', '214604.860000', '214605.320000', '214605.780000', '214606.240000', '214606.700000', '214607.160000', '214607.620000', '214608.080000', '214608.540000', '214609.000000', '214609.460000', '214609.920000', '214610.380000', '214610.840000', '214611.300000', '214611.760000', '214612.220000', '214612.680000', '214613.140000', '214613.600000', '214614.060000', '214614.520000', '214614.980000', '214615.440000', '214615.900000', '214616.360000', '214616.820000', '214617.280000', '214617.740000', '214618.200000', '214618.660000', '214619.120000', '214619.580000', '214620.040000', '214620.500000', '214620.960000', '214621.420000', '214621.880000', '214622.340000', '214622.800000', '214623.260000', '214623.720000', '214624.180000', '214624.640000', '214625.100000', '214625.560000', '214626.020000', '214626.480000', '214626.940000', '214627.400000', '214627.860000', '214628.320000', '214628.780000', '214629.240000', '214629.700000', '214630.160000', '214630.620000', '214631.080000', '214631.540000', '214632.000000', '214632.460000', '214632.920000', '214633.380000', '214633.840000', '214634.300000', '214634.760000', '214635.220000', '214635.680000', '214636.140000', '214636.600000', '214637.060000', '214637.520000', '214637.980000', '214638.440000', '214638.900000', '214639.360000', '214639.820000', '214640.280000', '214640.740000', '214641.200000', '214641.660000', '214642.120000', '214642.580000', '214643.040000', '214643.500000', '214643.960000', '214644.420000', '214644.880000', '214645.340000', '214645.800000', '214646.260000', '214646.720000', '214647.180000', '214647.640000', '214648.100000', '214648.560000', '214649.020000', '214649.480000', '214649.940000', '214650.400000', '214650.860000', '214651.320000', '214651.780000', '214652.240000', '214652.700000', '214653.160000', '214653.620000', '214654.080000', '214654.540000', '214655.000000', '214655.460000', '214655.920000', '214656.380000', '214656.840000', '214657.300000', '214657.760000', '214658.220000', '214658.680000', '214659.140000', '214659.600000', '214700.060000', '214700.520000', '214700.980000', '214701.440000', '214701.900000', '214702.360000', '214702.820000', '214703.280000', '214703.740000', '214704.200000', '214704.660000', '214705.120000', '214705.580000', '214706.040000', '214706.500000', '214706.960000', '214707.420000', '214707.880000', '214708.340000', '214708.800000', '214709.260000', '214709.720000', '214710.180000', '214710.640000', '214711.100000', '214711.560000', '214712.020000', '214712.480000', '214712.940000', '214713.400000', '214713.860000', '214714.320000', '214714.780000', '214715.240000', '214715.700000', '214716.160000', '214716.620000', '214717.080000', '214717.540000', '214718.000000', '214718.460000', '214718.920000', '214719.380000', '214719.840000', '214720.300000', '214720.760000', '214721.220000', '214721.680000', '214722.140000', '214722.600000', '214723.060000', '214723.520000', '214723.980000', '214724.440000', '214724.900000', '214725.360000', '214725.820000', '214726.280000', '214726.740000', '214727.200000', '214727.660000', '214728.120000', '214728.580000', '214729.040000', '214729.500000', '214729.960000', '214730.420000', '214730.880000', '214731.340000', '214731.800000', '214732.260000', '214732.720000', '214733.180000', '214733.640000', '214734.100000', '214734.560000', '214735.020000', '214735.480000', '214735.940000', '214736.400000', '214736.860000', '214737.320000', '214737.780000', '214738.240000', '214738.700000', '214739.160000', '214739.620000', '214740.080000', '214740.540000', '214741.000000', '214741.460000', '214741.920000', '214742.380000', '214742.840000', '214743.300000', '214743.760000', '214744.220000', '214744.680000', '214745.140000', '214745.600000', '214746.060000', '214746.520000', '214746.980000', '214747.440000', '214747.900000', '214748.360000', '214748.820000', '214749.280000', '214749.740000', '214750.200000', '214750.660000', '214751.120000', '214751.580000', '214752.040000', '214752.500000', '214752.960000', '214753.420000', '214753.880000', '214754.340000', '214754.800000', '214755.260000', '214755.720000', '214756.180000', '214756.640000', '214757.100000', '214757.560000', '214758.020000', '214758.480000', '214758.940000', '214759.400000', '214759.860000', '214800.320000', '214800.780000', '214801.240000', '214801.700000', '214802.160000', '214802.620000', '214803.080000', '214803.540000', '214804.000000', '214804.460000', '214804.920000', '214805.380000', '214805.840000', '214806.300000', '214806.760000', '214807.220000', '214807.680000', '214808.140000', '214808.600000', '214809.060000', '214809.520000', '214809.980000', '214810.440000', '214810.900000', '214811.360000', '214811.820000', '214812.280000', '214812.740000', '214813.200000', '214813.660000', '214814.120000', '214814.580000', '214815.040000', '214815.500000', '214815.960000', '214816.420000', '214816.880000', '214817.340000', '214817.800000', '214818.260000', '214818.720000', '214819.180000', '214819.640000', '214820.100000', '214820.560000', '214821.020000', '214821.480000', '214821.940000', '214822.400000', '214822.860000', '214823.320000', '214823.780000', '214824.240000', '214824.700000', '214825.160000', '214825.620000', '214826.080000', '214826.540000', '214827.000000', '214827.460000', '214827.920000', '214828.380000', '214828.840000', '214829.300000', '214829.760000', '214830.220000', '214830.680000', '214831.140000', '214831.600000', '214832.060000', '214832.520000', '214832.980000', '214833.440000', '214833.900000', '214834.360000', '214834.820000', '214835.280000', '214835.740000', '214836.200000', '214836.660000', '214837.120000', '214837.580000', '214838.040000', '214838.500000', '214838.960000', '214839.420000', '214839.880000', '214840.340000', '214840.800000', '214841.260000', '214841.720000', '214842.180000', '214842.640000', '214843.100000', '214843.560000', '214844.020000', '214844.480000', '214844.940000', '214845.400000', '214845.860000', '214846.320000', '214846.780000', '214847.240000', '214847.700000', '214848.160000', '214848.620000', '214849.080000', '214849.540000', '214850.000000', '214850.460000', '214850.920000', '214851.380000', '214851.840000', '214852.300000', '214852.760000', '214853.220000', '214853.680000', '214854.140000', '214854.600000', '214855.060000', '214855.520000', '214855.980000', '214856.440000', '214856.900000', '214857.360000', '214857.820000', '214858.280000', '214858.740000', '214859.200000', '214859.660000', '214900.120000', '214900.580000', '214901.040000', '214901.500000', '214901.960000', '214902.420000', '214902.880000', '214903.340000', '214903.800000', '214904.260000', '214904.720000', '214905.180000', '214905.640000', '214906.100000', '214906.560000', '214907.020000', '214907.480000', '214907.940000', '214908.400000', '214908.860000', '214909.320000', '214909.780000', '214910.240000', '214910.700000', '214911.160000', '214911.620000', '214912.080000', '214912.540000', '214913.000000', '214913.460000', '214913.920000', '214914.380000', '214914.840000', '214915.300000', '214915.760000', '214916.220000', '214916.680000', '214917.140000', '214917.600000', '214918.060000', '214918.520000', '214918.980000', '214919.440000', '214919.900000', '214920.360000', '214920.820000', '214921.280000', '214921.740000', '214922.200000', '214922.660000', '214923.120000', '214923.580000', '214924.040000', '214924.500000', '214924.960000', '214925.420000', '214925.880000', '214926.340000', '214926.800000', '214927.260000', '214927.720000', '214928.180000', '214928.640000', '214929.100000', '214929.560000', '214930.020000', '214930.480000', '214930.940000', '214931.400000', '214931.860000', '214932.320000', '214932.780000', '214933.240000', '214933.700000', '214934.160000', '214934.620000', '214935.080000', '214935.540000', '214936.000000', '214936.460000', '214936.920000', '214937.380000', '214937.840000', '214938.300000', '214938.760000', '214939.220000', '214939.680000', '214940.140000', '214940.600000', '214941.060000', '214941.520000', '214941.980000', '214942.440000', '214942.900000', '214943.360000', '214943.820000', '214944.280000', '214944.740000', '214945.200000', '214945.660000', '214946.120000', '214946.580000', '214947.040000', '214947.500000', '214947.960000', '214948.420000', '214948.880000', '214949.340000', '214949.800000', '214950.260000', '214950.720000', '214951.180000', '214951.640000', '214952.100000', '214952.560000', '214953.020000', '214953.480000', '214953.940000', '214954.400000', '214954.860000', '214955.320000', '214955.780000', '214956.240000', '214956.700000', '214957.160000', '214957.620000', '214958.080000', '214958.540000'], 'ContentTime': ['214339.617000', '214339.628000', '214339.631000', '214339.634000', '214339.636000', '214339.639000', '214339.641000', '214339.644000', '214339.646000', '214339.649000', '214339.651000', '214339.654000', '214339.657000', '214339.659000', '214339.662000', '214339.664000', '214339.667000', '214339.669000', '214339.672000', '214339.675000', '214339.677000', '214339.680000', '214339.682000', '214339.685000', '214339.687000', '214339.690000', '214339.693000', '214339.695000', '214339.698000', '214339.701000', '214339.703000', '214339.706000', '214339.708000', '214339.711000', '214339.713000', '214339.716000', '214339.718000', '214339.721000', '214339.723000', '214339.726000', '214339.728000', '214339.731000', '214339.733000', '214339.736000', '214339.739000', '214359.594000', '214359.597000', '214359.599000', '214359.602000', '214359.604000', '214359.607000', '214359.609000', '214359.612000', '214359.616000', '214359.619000', '214359.621000', '214359.624000', '214359.626000', '214359.629000', '214359.631000', '214359.634000', '214359.637000', '214359.639000', '214359.642000', '214359.644000', '214359.647000', '214359.649000', '214359.652000', '214359.655000', '214359.657000', '214359.661000', '214359.663000', '214359.666000', '214359.668000', '214359.671000', '214359.673000', '214359.676000', '214359.678000', '214359.681000', '214359.683000', '214359.686000', '214359.688000', '214359.691000', '214359.693000', '214359.696000', '214359.699000', '214359.701000', '214359.704000', '214419.594000', '214419.597000', '214419.600000', '214419.602000', '214419.605000', '214419.607000', '214419.610000', '214419.612000', '214419.615000', '214419.617000', '214419.620000', '214419.623000', '214419.625000', '214419.628000', '214419.630000', '214419.633000', '214419.635000', '214419.638000', '214419.640000', '214419.643000', '214419.645000', '214419.648000', '214419.650000', '214419.653000', '214419.656000', '214419.658000', '214419.661000', '214419.663000', '214419.666000', '214419.668000', '214419.671000', '214419.673000', '214419.676000', '214419.679000', '214419.681000', '214419.692000', '214419.694000', '214419.697000', '214419.731000', '214419.733000', '214419.736000', '214419.738000', '214419.741000', '214419.743000', '214439.595000', '214439.597000', '214439.600000', '214439.602000', '214439.605000', '214439.607000', '214439.610000', '214439.613000', '214439.615000', '214439.618000', '214439.620000', '214439.623000', '214439.625000', '214439.628000', '214439.630000', '214439.633000', '214439.636000', '214439.645000', '214439.648000', '214439.651000', '214439.653000', '214439.656000', '214439.659000', '214439.662000', '214439.664000', '214439.667000', '214439.669000', '214439.672000', '214439.675000', '214439.677000', '214439.680000', '214439.682000', '214439.685000', '214439.687000', '214439.691000', '214439.694000', '214439.696000', '214439.699000', '214439.701000', '214439.704000', '214439.706000', '214439.709000', '214439.712000', '214459.595000', '214459.597000', '214459.600000', '214459.603000', '214459.605000', '214459.608000', '214459.610000', '214459.613000', '214459.616000', '214459.618000', '214459.621000', '214459.624000', '214459.626000', '214459.635000', '214459.638000', '214459.641000', '214459.643000', '214459.646000', '214459.648000', '214459.651000', '214459.653000', '214459.656000', '214459.659000', '214459.661000', '214459.664000', '214459.666000', '214459.669000', '214459.672000', '214459.674000', '214459.677000', '214459.679000', '214459.682000', '214459.684000', '214459.687000', '214459.689000', '214459.692000', '214459.695000', '214459.697000', '214459.700000', '214459.702000', '214459.705000', '214459.707000', '214459.710000', '214459.712000', '214519.593000', '214519.596000', '214519.599000', '214519.601000', '214519.604000', '214519.606000', '214519.609000', '214519.611000', '214519.614000', '214519.616000', '214519.619000', '214519.621000', '214519.624000', '214519.627000', '214519.629000', '214519.632000', '214519.634000', '214519.637000', '214519.639000', '214519.642000', '214519.644000', '214519.647000', '214519.649000', '214519.652000', '214519.654000', '214519.657000', '214519.660000', '214519.662000', '214519.665000', '214519.668000', '214519.671000', '214519.674000', '214519.676000', '214519.679000', '214519.681000', '214519.684000', '214519.687000', '214519.689000', '214519.692000', '214519.694000', '214519.697000', '214519.699000', '214519.702000', '214539.594000', '214539.596000', '214539.599000', '214539.602000', '214539.604000', '214539.607000', '214539.609000', '214539.612000', '214539.614000', '214539.617000', '214539.619000', '214539.622000', '214539.625000', '214539.627000', '214539.630000', '214539.632000', '214539.635000', '214539.637000', '214539.640000', '214539.642000', '214539.645000', '214539.648000', '214539.650000', '214539.653000', '214539.655000', '214539.658000', '214539.660000', '214539.663000', '214539.665000', '214539.668000', '214539.671000', '214539.673000', '214539.676000', '214539.678000', '214539.681000', '214539.683000', '214539.686000', '214539.689000', '214539.691000', '214539.694000', '214539.696000', '214539.699000', '214539.701000', '214539.704000', '214559.593000', '214559.596000', '214559.599000', '214559.602000', '214559.604000', '214559.607000', '214559.609000', '214559.612000', '214559.614000', '214559.617000', '214559.619000', '214559.622000', '214559.624000', '214559.627000', '214559.630000', '214559.632000', '214559.635000', '214559.637000', '214559.640000', '214559.643000', '214559.645000', '214559.648000', '214559.650000', '214559.656000', '214559.658000', '214559.661000', '214559.663000', '214559.666000', '214559.669000', '214559.672000', '214559.675000', '214559.678000', '214559.680000', '214559.694000', '214559.696000', '214559.699000', '214559.701000', '214559.704000', '214559.707000', '214559.709000', '214559.712000', '214559.714000', '214559.717000', '214619.594000', '214619.597000', '214619.600000', '214619.603000', '214619.605000', '214619.608000', '214619.610000', '214619.613000', '214619.615000', '214619.618000', '214619.620000', '214619.623000', '214619.626000', '214619.628000', '214619.631000', '214619.633000', '214619.636000', '214619.639000', '214619.641000', '214619.644000', '214619.646000', '214619.649000', '214619.651000', '214619.654000', '214619.656000', '214619.659000', '214619.662000', '214619.664000', '214619.667000', '214619.669000', '214619.672000', '214619.674000', '214619.677000', '214619.680000', '214619.682000', '214619.685000', '214619.687000', '214619.690000', '214619.692000', '214619.695000', '214619.698000', '214619.700000', '214619.703000', '214619.705000', '214639.594000', '214639.597000', '214639.600000', '214639.602000', '214639.605000', '214639.608000', '214639.610000', '214639.613000', '214639.615000', '214639.618000', '214639.620000', '214639.623000', '214639.625000', '214639.628000', '214639.631000', '214639.633000', '214639.636000', '214639.638000', '214639.641000', '214639.644000', '214639.646000', '214639.649000', '214639.651000', '214639.654000', '214639.656000', '214639.659000', '214639.662000', '214639.664000', '214639.667000', '214639.669000', '214639.672000', '214639.674000', '214639.677000', '214639.686000', '214639.689000', '214639.691000', '214639.694000', '214639.696000', '214639.699000', '214639.702000', '214639.704000', '214639.707000', '214639.709000', '214659.595000', '214659.597000', '214659.600000', '214659.603000', '214659.605000', '214659.608000', '214659.610000', '214659.613000', '214659.615000', '214659.618000', '214659.620000', '214659.623000', '214659.626000', '214659.628000', '214659.631000', '214659.633000', '214659.636000', '214659.638000', '214659.641000', '214659.644000', '214659.646000', '214659.649000', '214659.651000', '214659.654000', '214659.656000', '214659.659000', '214659.661000', '214659.664000', '214659.667000', '214659.669000', '214659.672000', '214659.674000', '214659.677000', '214659.679000', '214659.682000', '214659.684000', '214659.687000', '214659.690000', '214659.692000', '214659.695000', '214659.697000', '214659.700000', '214659.702000', '214659.705000', '214719.594000', '214719.597000', '214719.600000', '214719.602000', '214719.605000', '214719.607000', '214719.610000', '214719.612000', '214719.615000', '214719.618000', '214719.620000', '214719.623000', '214719.625000', '214719.628000', '214719.630000', '214719.633000', '214719.637000', '214719.639000', '214719.642000', '214719.644000', '214719.647000', '214719.650000', '214719.652000', '214719.655000', '214719.657000', '214719.660000', '214719.662000', '214719.665000', '214719.667000', '214719.670000', '214719.673000', '214719.675000', '214719.678000', '214719.680000', '214719.683000', '214719.685000', '214719.688000', '214719.690000', '214719.693000', '214719.696000', '214719.698000', '214719.701000', '214719.704000', '214739.593000', '214739.596000', '214739.599000', '214739.601000', '214739.604000', '214739.606000', '214739.609000', '214739.612000', '214739.614000', '214739.617000', '214739.619000', '214739.622000', '214739.624000', '214739.627000', '214739.629000', '214739.646000', '214739.649000', '214739.651000', '214739.654000', '214739.656000', '214739.659000', '214739.661000', '214739.664000', '214739.666000', '214739.669000', '214739.672000', '214739.674000', '214739.677000', '214739.679000', '214739.682000', '214739.684000', '214739.687000', '214739.689000', '214739.692000', '214739.695000', '214739.697000', '214739.700000', '214739.702000', '214739.705000', '214739.708000', '214739.710000', '214739.713000', '214739.715000', '214739.718000', '214759.594000', '214759.596000', '214759.599000', '214759.602000', '214759.604000', '214759.607000', '214759.609000', '214759.612000', '214759.614000', '214759.617000', '214759.619000', '214759.622000', '214759.624000', '214759.627000', '214759.630000', '214759.632000', '214759.635000', '214759.637000', '214759.640000', '214759.642000', '214759.645000', '214759.648000', '214759.650000', '214759.653000', '214759.656000', '214759.658000', '214759.661000', '214759.663000', '214759.666000', '214759.669000', '214759.671000', '214759.674000', '214759.676000', '214759.679000', '214759.681000', '214759.684000', '214759.687000', '214759.689000', '214759.692000', '214759.694000', '214759.697000', '214759.700000', '214759.702000', '214819.594000', '214819.596000', '214819.599000', '214819.602000', '214819.604000', '214819.607000', '214819.609000', '214819.612000', '214819.614000', '214819.617000', '214819.619000', '214819.622000', '214819.625000', '214819.627000', '214819.630000', '214819.632000', '214819.635000', '214819.638000', '214819.640000', '214819.643000', '214819.645000', '214819.648000', '214819.650000', '214819.653000', '214819.655000', '214819.658000', '214819.660000', '214819.663000', '214819.666000', '214819.668000', '214819.671000', '214819.673000', '214819.676000', '214819.678000', '214819.681000', '214819.684000', '214819.686000', '214819.689000', '214819.691000', '214819.694000', '214819.696000', '214819.699000', '214819.702000', '214819.704000', '214839.595000', '214839.598000', '214839.600000', '214839.603000', '214839.605000', '214839.608000', '214839.611000', '214839.613000', '214839.616000', '214839.618000', '214839.621000', '214839.624000', '214839.626000', '214839.629000', '214839.631000', '214839.634000', '214839.636000', '214839.639000', '214839.642000', '214839.644000', '214839.647000', '214839.649000', '214839.652000', '214839.655000', '214839.657000', '214839.660000', '214839.662000', '214839.665000', '214839.668000', '214839.670000', '214839.673000', '214839.675000', '214839.678000', '214839.681000', '214839.683000', '214839.686000', '214839.688000', '214839.691000', '214839.693000', '214839.696000', '214839.699000', '214839.701000', '214839.704000', '214859.594000', '214859.597000', '214859.600000', '214859.602000', '214859.605000', '214859.608000', '214859.610000', '214859.613000', '214859.615000', '214859.618000', '214859.620000', '214859.623000', '214859.625000', '214859.628000', '214859.631000', '214859.633000', '214859.636000', '214859.638000', '214859.641000', '214859.643000', '214859.646000', '214859.648000', '214859.651000', '214859.653000', '214859.656000', '214859.659000', '214859.696000', '214859.698000', '214859.701000', '214859.703000', '214859.706000', '214859.709000', '214859.711000', '214859.714000', '214859.716000', '214859.719000', '214859.721000', '214859.724000', '214859.726000', '214859.729000', '214859.732000', '214859.734000', '214859.737000', '214859.739000', '214919.595000', '214919.597000', '214919.600000', '214919.602000', '214919.605000', '214919.608000', '214919.610000', '214919.613000', '214919.623000', '214919.625000', '214919.628000', '214919.631000', '214919.633000', '214919.636000', '214919.638000', '214919.641000', '214919.643000', '214919.646000', '214919.649000', '214919.651000', '214919.654000', '214919.656000', '214919.659000', '214919.662000', '214919.666000', '214919.668000', '214919.671000', '214919.674000', '214919.676000', '214919.679000', '214919.681000', '214919.684000', '214919.687000', '214919.689000', '214919.692000', '214919.694000', '214919.697000', '214919.699000', '214919.702000', '214919.705000', '214919.707000', '214919.710000', '214919.712000', '214939.594000', '214939.597000', '214939.600000', '214939.602000', '214939.605000', '214939.608000', '214939.611000', '214939.614000', '214939.616000', '214939.619000', '214939.621000', '214939.624000', '214939.627000', '214939.630000', '214939.633000', '214939.636000', '214939.638000', '214939.641000', '214939.644000', '214939.646000', '214939.649000', '214939.651000', '214939.654000', '214939.656000', '214939.659000', '214939.662000', '214939.664000', '214939.667000', '214939.670000', '214939.672000', '214939.675000', '214939.677000', '214939.680000', '214939.682000', '214939.685000', '214939.688000', '214939.690000', '214939.693000', '214939.695000', '214939.698000', '214939.700000', '214939.703000', '214939.705000', '214959.593000', '214959.596000', '214959.599000', '214959.601000', '214959.604000', '214959.607000', '214959.609000', '214959.612000', '214959.615000', '214959.618000', '214959.621000', '214959.624000', '214959.627000', '214959.630000', '214959.632000', '214959.635000', '214959.637000', '214959.640000', '214959.643000', '214959.645000', '214959.648000', '214959.650000', '214959.653000', '214959.655000', '214959.658000', '214959.661000', '214959.663000', '214959.666000', '214959.668000', '214959.671000', '214959.674000', '214959.676000', '214959.679000', '214959.681000', '214959.684000', '214959.687000', '214959.689000', '214959.692000', '214959.695000', '214959.699000', '214959.702000', '214959.705000', '214959.708000', '214959.712000', '214959.791000'], 'InstanceCreationTime': ['214339.617000', '214339.628000', '214339.631000', '214339.634000', '214339.636000', '214339.639000', '214339.641000', '214339.644000', '214339.646000', '214339.649000', '214339.651000', '214339.654000', '214339.657000', '214339.659000', '214339.662000', '214339.664000', '214339.667000', '214339.669000', '214339.672000', '214339.675000', '214339.677000', '214339.680000', '214339.682000', '214339.685000', '214339.687000', '214339.690000', '214339.693000', '214339.695000', '214339.698000', '214339.701000', '214339.703000', '214339.706000', '214339.708000', '214339.711000', '214339.713000', '214339.716000', '214339.718000', '214339.721000', '214339.723000', '214339.726000', '214339.728000', '214339.731000', '214339.733000', '214339.736000', '214339.739000', '214359.594000', '214359.597000', '214359.599000', '214359.602000', '214359.604000', '214359.607000', '214359.609000', '214359.612000', '214359.616000', '214359.619000', '214359.621000', '214359.624000', '214359.626000', '214359.629000', '214359.631000', '214359.634000', '214359.637000', '214359.639000', '214359.642000', '214359.644000', '214359.647000', '214359.649000', '214359.652000', '214359.655000', '214359.657000', '214359.661000', '214359.663000', '214359.666000', '214359.668000', '214359.671000', '214359.673000', '214359.676000', '214359.678000', '214359.681000', '214359.683000', '214359.686000', '214359.688000', '214359.691000', '214359.693000', '214359.696000', '214359.699000', '214359.701000', '214359.704000', '214419.594000', '214419.597000', '214419.600000', '214419.602000', '214419.605000', '214419.607000', '214419.610000', '214419.612000', '214419.615000', '214419.617000', '214419.620000', '214419.623000', '214419.625000', '214419.628000', '214419.630000', '214419.633000', '214419.635000', '214419.638000', '214419.640000', '214419.643000', '214419.645000', '214419.648000', '214419.650000', '214419.653000', '214419.656000', '214419.658000', '214419.661000', '214419.663000', '214419.666000', '214419.668000', '214419.671000', '214419.673000', '214419.676000', '214419.679000', '214419.681000', '214419.692000', '214419.694000', '214419.697000', '214419.731000', '214419.733000', '214419.736000', '214419.738000', '214419.741000', '214419.743000', '214439.595000', '214439.597000', '214439.600000', '214439.602000', '214439.605000', '214439.607000', '214439.610000', '214439.613000', '214439.615000', '214439.618000', '214439.620000', '214439.623000', '214439.625000', '214439.628000', '214439.630000', '214439.633000', '214439.636000', '214439.645000', '214439.648000', '214439.651000', '214439.653000', '214439.656000', '214439.659000', '214439.662000', '214439.664000', '214439.667000', '214439.669000', '214439.672000', '214439.675000', '214439.677000', '214439.680000', '214439.682000', '214439.685000', '214439.687000', '214439.691000', '214439.694000', '214439.696000', '214439.699000', '214439.701000', '214439.704000', '214439.706000', '214439.709000', '214439.712000', '214459.595000', '214459.597000', '214459.600000', '214459.603000', '214459.605000', '214459.608000', '214459.610000', '214459.613000', '214459.616000', '214459.618000', '214459.621000', '214459.624000', '214459.626000', '214459.635000', '214459.638000', '214459.641000', '214459.643000', '214459.646000', '214459.648000', '214459.651000', '214459.653000', '214459.656000', '214459.659000', '214459.661000', '214459.664000', '214459.666000', '214459.669000', '214459.672000', '214459.674000', '214459.677000', '214459.679000', '214459.682000', '214459.684000', '214459.687000', '214459.689000', '214459.692000', '214459.695000', '214459.697000', '214459.700000', '214459.702000', '214459.705000', '214459.707000', '214459.710000', '214459.712000', '214519.593000', '214519.596000', '214519.599000', '214519.601000', '214519.604000', '214519.606000', '214519.609000', '214519.611000', '214519.614000', '214519.616000', '214519.619000', '214519.621000', '214519.624000', '214519.627000', '214519.629000', '214519.632000', '214519.634000', '214519.637000', '214519.639000', '214519.642000', '214519.644000', '214519.647000', '214519.649000', '214519.652000', '214519.654000', '214519.657000', '214519.660000', '214519.662000', '214519.665000', '214519.668000', '214519.671000', '214519.674000', '214519.676000', '214519.679000', '214519.681000', '214519.684000', '214519.687000', '214519.689000', '214519.692000', '214519.694000', '214519.697000', '214519.699000', '214519.702000', '214539.594000', '214539.596000', '214539.599000', '214539.602000', '214539.604000', '214539.607000', '214539.609000', '214539.612000', '214539.614000', '214539.617000', '214539.619000', '214539.622000', '214539.625000', '214539.627000', '214539.630000', '214539.632000', '214539.635000', '214539.637000', '214539.640000', '214539.642000', '214539.645000', '214539.648000', '214539.650000', '214539.653000', '214539.655000', '214539.658000', '214539.660000', '214539.663000', '214539.665000', '214539.668000', '214539.671000', '214539.673000', '214539.676000', '214539.678000', '214539.681000', '214539.683000', '214539.686000', '214539.689000', '214539.691000', '214539.694000', '214539.696000', '214539.699000', '214539.701000', '214539.704000', '214559.593000', '214559.596000', '214559.599000', '214559.602000', '214559.604000', '214559.607000', '214559.609000', '214559.612000', '214559.614000', '214559.617000', '214559.619000', '214559.622000', '214559.624000', '214559.627000', '214559.630000', '214559.632000', '214559.635000', '214559.637000', '214559.640000', '214559.643000', '214559.645000', '214559.648000', '214559.650000', '214559.656000', '214559.658000', '214559.661000', '214559.663000', '214559.666000', '214559.669000', '214559.672000', '214559.675000', '214559.678000', '214559.680000', '214559.694000', '214559.696000', '214559.699000', '214559.701000', '214559.704000', '214559.707000', '214559.709000', '214559.712000', '214559.714000', '214559.717000', '214619.594000', '214619.597000', '214619.600000', '214619.603000', '214619.605000', '214619.608000', '214619.610000', '214619.613000', '214619.615000', '214619.618000', '214619.620000', '214619.623000', '214619.626000', '214619.628000', '214619.631000', '214619.633000', '214619.636000', '214619.639000', '214619.641000', '214619.644000', '214619.646000', '214619.649000', '214619.651000', '214619.654000', '214619.656000', '214619.659000', '214619.662000', '214619.664000', '214619.667000', '214619.669000', '214619.672000', '214619.674000', '214619.677000', '214619.680000', '214619.682000', '214619.685000', '214619.687000', '214619.690000', '214619.692000', '214619.695000', '214619.698000', '214619.700000', '214619.703000', '214619.705000', '214639.594000', '214639.597000', '214639.600000', '214639.602000', '214639.605000', '214639.608000', '214639.610000', '214639.613000', '214639.615000', '214639.618000', '214639.620000', '214639.623000', '214639.625000', '214639.628000', '214639.631000', '214639.633000', '214639.636000', '214639.638000', '214639.641000', '214639.644000', '214639.646000', '214639.649000', '214639.651000', '214639.654000', '214639.656000', '214639.659000', '214639.662000', '214639.664000', '214639.667000', '214639.669000', '214639.672000', '214639.674000', '214639.677000', '214639.686000', '214639.689000', '214639.691000', '214639.694000', '214639.696000', '214639.699000', '214639.702000', '214639.704000', '214639.707000', '214639.709000', '214659.595000', '214659.597000', '214659.600000', '214659.603000', '214659.605000', '214659.608000', '214659.610000', '214659.613000', '214659.615000', '214659.618000', '214659.620000', '214659.623000', '214659.626000', '214659.628000', '214659.631000', '214659.633000', '214659.636000', '214659.638000', '214659.641000', '214659.644000', '214659.646000', '214659.649000', '214659.651000', '214659.654000', '214659.656000', '214659.659000', '214659.661000', '214659.664000', '214659.667000', '214659.669000', '214659.672000', '214659.674000', '214659.677000', '214659.679000', '214659.682000', '214659.684000', '214659.687000', '214659.690000', '214659.692000', '214659.695000', '214659.697000', '214659.700000', '214659.702000', '214659.705000', '214719.594000', '214719.597000', '214719.600000', '214719.602000', '214719.605000', '214719.607000', '214719.610000', '214719.612000', '214719.615000', '214719.618000', '214719.620000', '214719.623000', '214719.625000', '214719.628000', '214719.630000', '214719.633000', '214719.637000', '214719.639000', '214719.642000', '214719.644000', '214719.647000', '214719.650000', '214719.652000', '214719.655000', '214719.657000', '214719.660000', '214719.662000', '214719.665000', '214719.667000', '214719.670000', '214719.673000', '214719.675000', '214719.678000', '214719.680000', '214719.683000', '214719.685000', '214719.688000', '214719.690000', '214719.693000', '214719.696000', '214719.698000', '214719.701000', '214719.704000', '214739.593000', '214739.596000', '214739.599000', '214739.601000', '214739.604000', '214739.606000', '214739.609000', '214739.612000', '214739.614000', '214739.617000', '214739.619000', '214739.622000', '214739.624000', '214739.627000', '214739.629000', '214739.646000', '214739.649000', '214739.651000', '214739.654000', '214739.656000', '214739.659000', '214739.661000', '214739.664000', '214739.666000', '214739.669000', '214739.672000', '214739.674000', '214739.677000', '214739.679000', '214739.682000', '214739.684000', '214739.687000', '214739.689000', '214739.692000', '214739.695000', '214739.697000', '214739.700000', '214739.702000', '214739.705000', '214739.708000', '214739.710000', '214739.713000', '214739.715000', '214739.718000', '214759.594000', '214759.596000', '214759.599000', '214759.602000', '214759.604000', '214759.607000', '214759.609000', '214759.612000', '214759.614000', '214759.617000', '214759.619000', '214759.622000', '214759.624000', '214759.627000', '214759.630000', '214759.632000', '214759.635000', '214759.637000', '214759.640000', '214759.642000', '214759.645000', '214759.648000', '214759.650000', '214759.653000', '214759.656000', '214759.658000', '214759.661000', '214759.663000', '214759.666000', '214759.669000', '214759.671000', '214759.674000', '214759.676000', '214759.679000', '214759.681000', '214759.684000', '214759.687000', '214759.689000', '214759.692000', '214759.694000', '214759.697000', '214759.700000', '214759.702000', '214819.594000', '214819.596000', '214819.599000', '214819.602000', '214819.604000', '214819.607000', '214819.609000', '214819.612000', '214819.614000', '214819.617000', '214819.619000', '214819.622000', '214819.625000', '214819.627000', '214819.630000', '214819.632000', '214819.635000', '214819.638000', '214819.640000', '214819.643000', '214819.645000', '214819.648000', '214819.650000', '214819.653000', '214819.655000', '214819.658000', '214819.660000', '214819.663000', '214819.666000', '214819.668000', '214819.671000', '214819.673000', '214819.676000', '214819.678000', '214819.681000', '214819.684000', '214819.686000', '214819.689000', '214819.691000', '214819.694000', '214819.696000', '214819.699000', '214819.702000', '214819.704000', '214839.595000', '214839.598000', '214839.600000', '214839.603000', '214839.605000', '214839.608000', '214839.611000', '214839.613000', '214839.616000', '214839.618000', '214839.621000', '214839.624000', '214839.626000', '214839.629000', '214839.631000', '214839.634000', '214839.636000', '214839.639000', '214839.642000', '214839.644000', '214839.647000', '214839.649000', '214839.652000', '214839.655000', '214839.657000', '214839.660000', '214839.662000', '214839.665000', '214839.668000', '214839.670000', '214839.673000', '214839.675000', '214839.678000', '214839.681000', '214839.683000', '214839.686000', '214839.688000', '214839.691000', '214839.693000', '214839.696000', '214839.699000', '214839.701000', '214839.704000', '214859.594000', '214859.597000', '214859.600000', '214859.602000', '214859.605000', '214859.608000', '214859.610000', '214859.613000', '214859.615000', '214859.618000', '214859.620000', '214859.623000', '214859.625000', '214859.628000', '214859.631000', '214859.633000', '214859.636000', '214859.638000', '214859.641000', '214859.643000', '214859.646000', '214859.648000', '214859.651000', '214859.653000', '214859.656000', '214859.659000', '214859.696000', '214859.698000', '214859.701000', '214859.703000', '214859.706000', '214859.709000', '214859.711000', '214859.714000', '214859.716000', '214859.719000', '214859.721000', '214859.724000', '214859.726000', '214859.729000', '214859.732000', '214859.734000', '214859.737000', '214859.739000', '214919.595000', '214919.597000', '214919.600000', '214919.602000', '214919.605000', '214919.608000', '214919.610000', '214919.613000', '214919.623000', '214919.625000', '214919.628000', '214919.631000', '214919.633000', '214919.636000', '214919.638000', '214919.641000', '214919.643000', '214919.646000', '214919.649000', '214919.651000', '214919.654000', '214919.656000', '214919.659000', '214919.662000', '214919.666000', '214919.668000', '214919.671000', '214919.674000', '214919.676000', '214919.679000', '214919.681000', '214919.684000', '214919.687000', '214919.689000', '214919.692000', '214919.694000', '214919.697000', '214919.699000', '214919.702000', '214919.705000', '214919.707000', '214919.710000', '214919.712000', '214939.594000', '214939.597000', '214939.600000', '214939.602000', '214939.605000', '214939.608000', '214939.611000', '214939.614000', '214939.616000', '214939.619000', '214939.621000', '214939.624000', '214939.627000', '214939.630000', '214939.633000', '214939.636000', '214939.638000', '214939.641000', '214939.644000', '214939.646000', '214939.649000', '214939.651000', '214939.654000', '214939.656000', '214939.659000', '214939.662000', '214939.664000', '214939.667000', '214939.670000', '214939.672000', '214939.675000', '214939.677000', '214939.680000', '214939.682000', '214939.685000', '214939.688000', '214939.690000', '214939.693000', '214939.695000', '214939.698000', '214939.700000', '214939.703000', '214939.705000', '214959.593000', '214959.596000', '214959.599000', '214959.601000', '214959.604000', '214959.607000', '214959.609000', '214959.612000', '214959.615000', '214959.618000', '214959.621000', '214959.624000', '214959.627000', '214959.630000', '214959.632000', '214959.635000', '214959.637000', '214959.640000', '214959.643000', '214959.645000', '214959.648000', '214959.650000', '214959.653000', '214959.655000', '214959.658000', '214959.661000', '214959.663000', '214959.666000', '214959.668000', '214959.671000', '214959.674000', '214959.676000', '214959.679000', '214959.681000', '214959.684000', '214959.687000', '214959.689000', '214959.692000', '214959.695000', '214959.699000', '214959.702000', '214959.705000', '214959.708000', '214959.712000', '214959.791000'], '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': [13033, 8593, 12529, 8934, 10174, 14893, 10254, 12814, 9664, 9217, 14593, 8915, 8005, 10152, 5989, 12700, 7039, 6306, 6034, 7022, 6592, 5882, 6767, 6170, 6585, 6457, 6465, 6156, 7007, 7353, 7355, 12524, 8232, 11086, 9964, 9939, 13744, 6106, 12691, 9563, 9096, 6696, 7370, 12726, 5751, 8945, 6433, 6321, 7372, 6489, 7632, 7517, 7142, 6244, 6306, 6398, 6435, 9729, 6030, 6826, 6510, 6241, 6209, 5605, 5741, 6184, 8721, 5646, 6352, 13495, 9519, 10440, 9994, 7033, 7108, 11882, 7427, 11525, 8978, 9483, 9564, 6771, 12819, 9510, 9031, 13496, 7722, 8126, 11250, 6799, 8068, 6621, 6698, 6092, 6513, 6143, 6449, 6474, 6607, 8024, 6348, 8811, 7428, 8608, 11170, 6600, 8156, 6948, 7099, 12713, 7113, 6639, 12564, 6324, 7042, 6247, 6004, 8116, 6834, 6317, 6240, 5881, 7520, 6625, 6198, 9675, 5772, 9197, 6873, 6379, 12260, 5750, 10790, 7971, 7483, 12509, 7748, 7666, 9034, 6215, 8514, 8777, 7137, 8238, 6079, 7993, 6491, 7684, 6493, 6428, 11929, 8319, 7581, 5967, 6449, 10160, 6757, 7107, 12068, 5847, 8732, 6647, 6614, 9179, 6287, 7256, 6268, 6398, 9513, 6464, 6332, 13684, 6081, 6921, 7097, 5894, 9115, 5964, 6119, 9482, 5722, 8659, 6408, 6273, 11608, 5603, 10035, 6539, 6934, 11870, 7928, 12019, 9598, 9126, 14874, 9054, 11204, 10165, 7044, 12635, 8598, 8432, 13617, 8438, 7203, 6052, 6077, 6064, 6167, 6587, 6286, 5679, 6351, 6071, 6900, 6207, 11675, 6838, 7366, 12595, 8274, 9008, 9139, 6812, 10977, 7361, 8463, 13758, 10218, 8846, 7618, 5830, 7431, 6066, 6566, 8011, 6183, 6106, 7520, 6199, 6938, 7116, 6763, 7211, 6922, 9808, 6603, 7473, 7089, 6506, 10981, 8337, 7771, 11756, 6403, 10256, 7119, 7935, 12554, 8372, 9923, 6887, 7074, 11840, 7484, 7556, 6260, 6501, 5909, 5859, 6056, 6178, 5883, 7307, 9230, 6975, 10938, 12992, 8372, 12125, 7743, 8393, 13158, 8734, 11358, 10193, 8658, 14034, 9401, 8143, 10945, 7598, 13162, 6807, 5821, 8912, 5854, 6500, 5688, 6085, 7529, 6392, 6127, 9749, 6568, 6398, 6311, 5981, 8379, 7494, 6234, 9998, 6520, 6310, 6304, 6814, 8050, 6353, 7009, 7281, 5986, 8557, 5971, 10030, 6730, 6000, 11387, 8338, 7806, 11530, 6333, 7980, 10305, 6301, 9811, 6511, 6296, 11291, 7603, 7335, 11268, 6086, 6182, 10820, 6626, 7328, 6493, 6227, 10147, 6670, 5851, 6800, 5949, 9870, 5900, 8363, 6790, 6043, 7635, 6511, 6220, 6312, 9241, 6296, 10669, 12524, 7459, 9705, 7660, 7311, 10860, 8229, 6872, 10100, 6090, 6956, 5921, 5974, 8425, 6058, 7119, 6391, 6161, 8586, 6220, 9118, 6115, 6329, 11858, 6154, 9857, 7065, 6155, 11336, 5819, 9553, 6441, 6740, 5921, 7018, 7117, 6463, 6168, 6023, 11890, 6430, 11311, 8279, 9612, 9945, 6076, 9925, 8327, 8497, 6857, 6276, 9480, 6340, 6318, 6320, 5839, 10544, 5989, 6238, 6011, 5729, 6161, 5593, 6049, 5799, 7808, 5882, 7629, 9998, 8634, 10461, 9290, 11302, 10525, 11358, 13828, 9861, 10062, 10162, 7915, 13107, 10083, 9012, 6265, 9168, 5714, 6657, 7227, 6044, 6475, 6083, 6199, 5764, 6235, 6484, 6003, 5983, 8436, 6082, 6860, 6436, 6741, 6276, 6004, 6378, 6054, 6581, 6394, 6668, 6344, 5965, 9312, 6263, 7121, 10131, 6103, 9129, 9700, 6461, 9733, 5900, 6442, 10258, 5900, 8988, 5777, 7726, 5912, 7274, 5464, 6968, 6165, 6654, 6616, 9931, 7215, 9785, 12698, 9259, 10504, 9621, 8044, 11476, 7716, 7716, 12650, 9056, 10266, 6234, 6585, 8623, 5511, 5983, 6208, 6430, 7038, 5752, 6508, 6151, 6310, 7600, 5870, 5954, 5771, 6190, 9848, 5614, 6526, 7867, 5967, 9181, 5995, 6358, 11124, 7135, 6695, 6191, 5743, 7522, 6848, 5791, 6473, 6054, 7297, 6467, 6097, 9305, 5850, 7734, 6154, 6067, 10555, 5906, 6973, 6514, 6643, 9311, 6365, 9258, 6841, 6322, 6859, 5952, 6031, 6434, 7991, 6429, 8421, 8586, 7949, 11436, 7507, 11390, 11934, 9611, 12612, 11326, 12080, 11175, 6891, 10699, 6902, 7129, 9755, 6293, 8615, 6602, 7017, 6981, 5793, 6260, 5506, 6886, 7902, 5814, 6562, 5608, 6613, 7617, 5819, 6209, 5889, 6363, 5831, 5770, 7094, 5905, 7557, 5517, 6859, 6100, 5965, 12962, 5693, 10504, 6461, 8088, 5923, 6452, 6431, 6845, 5933, 7171, 5702, 9796, 5874, 11388, 8538, 11478, 9518, 8181, 11197, 7297, 12046, 10625, 12077, 12932, 8728, 11770, 8767, 8555, 6132, 6153, 6048, 6001, 9607, 6040, 7556, 6326, 5844, 9056, 5890, 8221, 6027, 5719, 10347, 5829, 6090, 5775, 5650, 5976, 5671, 10194, 5720, 7731, 6113, 5772, 9977, 6597, 7096, 11649, 5927, 7612, 12045, 5864, 7713, 6129, 5570, 9697, 6267, 6406, 5899, 6088, 8513, 6329, 6210, 10441, 6118, 7979, 10613, 6349, 9648, 11926, 6922, 8073, 10335, 6498, 8287, 6540, 5926, 6293, 6728, 6207, 6418, 6017, 6257, 5966, 7457, 10542, 9857, 14009, 9118, 12648, 15758, 10288, 11852, 10230, 9739, 13927, 10336, 12528, 8993, 11637, 10102, 9290, 11906, 5909, 10800, 7231, 7263, 11801, 6949, 9843, 6158, 5993, 5785, 5921, 5761, 5528, 7773, 6319, 7030, 6500, 7198, 5845, 7194, 5424, 6546, 9714, 5494, 9601, 7357, 7773, 11803, 6108, 11054, 7588, 7966, 13010, 7988, 8653, 9701, 6230, 9997, 5684, 6909, 5985, 6018, 7066, 6456, 6661, 7561, 6783, 7295, 6360, 9740, 7035, 12929, 6758, 11900, 8713, 9648, 15255, 9153, 12468, 10278, 8344, 9283, 7075, 11992, 8159, 12312, 9531, 9925, 9867, 6492, 10120, 6514, 8128, 6608, 6449, 5704, 5923, 5705, 6207, 8258, 5805, 8254, 6688, 7229, 6475, 6036, 6380, 5651, 7829, 6433, 7575, 5547, 6413, 9278, 6652, 7229, 6073, 6268, 5733, 6082, 7253, 5868, 7563, 8208, 8224, 7226, 6001, 6868, 6161, 7363, 13406, 9572, 9216, 12162, 7949, 8482, 8361, 8690, 10333, 6609, 5519, 5478, 5625, 6115, 6167, 6648, 6265, 6691, 6426, 9497, 10281, 6997, 14027, 9730, 9019, 11738, 8148, 9886, 11250, 8708, 10508], 'WindowCenter': [3742.0, 3685.0, 3701.0, 3665.0, 3665.0, 3684.0, 3661.0, 3672.0, 3648.0, 3648.0, 3679.0, 3636.0, 3626.0, 3645.0, 3592.0, 3667.0, 3616.0, 3604.0, 3593.0, 3615.0, 3614.0, 3608.0, 3617.0, 3609.0, 3618.0, 3619.0, 3620.0, 3621.0, 3643.0, 3642.0, 3644.0, 3672.0, 3639.0, 3659.0, 3647.0, 3648.0, 3656.0, 3592.0, 3657.0, 3635.0, 3624.0, 3601.0, 3613.0, 3654.0, 3582.0, 3634.0, 3604.0, 3604.0, 3601.0, 3591.0, 3612.0, 3613.0, 3615.0, 3605.0, 3605.0, 3605.0, 3619.0, 3623.0, 3597.0, 3593.0, 3581.0, 3582.0, 3571.0, 3571.0, 3558.0, 3581.0, 3614.0, 3567.0, 3580.0, 3644.0, 3609.0, 3634.0, 3636.0, 3592.0, 3591.0, 3631.0, 3589.0, 3632.0, 3610.0, 3609.0, 3607.0, 3578.0, 3631.0, 3609.0, 3609.0, 3629.0, 3586.0, 3585.0, 3594.0, 3563.0, 3583.0, 3563.0, 3576.0, 3565.0, 3565.0, 3553.0, 3565.0, 3562.0, 3576.0, 3585.0, 3579.0, 3609.0, 3590.0, 3611.0, 3619.0, 3578.0, 3588.0, 3576.0, 3577.0, 3616.0, 3577.0, 3578.0, 3628.0, 3566.0, 3576.0, 3564.0, 3566.0, 3599.0, 3590.0, 3580.0, 3578.0, 3570.0, 3599.0, 3590.0, 3593.0, 3634.0, 3582.0, 3636.0, 3593.0, 3594.0, 3643.0, 3583.0, 3647.0, 3611.0, 3603.0, 3644.0, 3614.0, 3617.0, 3624.0, 3582.0, 3613.0, 3614.0, 3605.0, 3626.0, 3608.0, 3629.0, 3595.0, 3615.0, 3593.0, 3591.0, 3644.0, 3614.0, 3614.0, 3581.0, 3594.0, 3634.0, 3593.0, 3604.0, 3645.0, 3584.0, 3626.0, 3591.0, 3605.0, 3624.0, 3593.0, 3615.0, 3593.0, 3594.0, 3635.0, 3594.0, 3594.0, 3655.0, 3594.0, 3604.0, 3603.0, 3584.0, 3626.0, 3582.0, 3594.0, 3635.0, 3583.0, 3625.0, 3592.0, 3593.0, 3645.0, 3585.0, 3636.0, 3593.0, 3605.0, 3644.0, 3616.0, 3658.0, 3624.0, 3624.0, 3643.0, 3611.0, 3633.0, 3621.0, 3590.0, 3645.0, 3601.0, 3600.0, 3629.0, 3598.0, 3575.0, 3578.0, 3565.0, 3564.0, 3568.0, 3594.0, 3578.0, 3570.0, 3578.0, 3582.0, 3592.0, 3596.0, 3647.0, 3594.0, 3606.0, 3647.0, 3613.0, 3615.0, 3613.0, 3583.0, 3633.0, 3591.0, 3616.0, 3646.0, 3623.0, 3611.0, 3601.0, 3558.0, 3590.0, 3570.0, 3594.0, 3602.0, 3582.0, 3583.0, 3614.0, 3595.0, 3618.0, 3616.0, 3607.0, 3617.0, 3620.0, 3650.0, 3609.0, 3620.0, 3619.0, 3610.0, 3661.0, 3642.0, 3630.0, 3658.0, 3597.0, 3650.0, 3606.0, 3630.0, 3660.0, 3627.0, 3637.0, 3592.0, 3593.0, 3633.0, 3619.0, 3604.0, 3569.0, 3567.0, 3545.0, 3556.0, 3569.0, 3566.0, 3556.0, 3589.0, 3611.0, 3590.0, 3623.0, 3631.0, 3598.0, 3618.0, 3576.0, 3602.0, 3629.0, 3587.0, 3607.0, 3596.0, 3586.0, 3614.0, 3583.0, 3573.0, 3605.0, 3572.0, 3603.0, 3548.0, 3529.0, 3582.0, 3542.0, 3552.0, 3540.0, 3551.0, 3559.0, 3551.0, 3554.0, 3594.0, 3577.0, 3565.0, 3552.0, 3566.0, 3597.0, 3590.0, 3568.0, 3607.0, 3568.0, 3578.0, 3579.0, 3591.0, 3600.0, 3581.0, 3591.0, 3604.0, 3584.0, 3625.0, 3583.0, 3624.0, 3592.0, 3582.0, 3634.0, 3614.0, 3603.0, 3633.0, 3580.0, 3602.0, 3623.0, 3581.0, 3622.0, 3579.0, 3581.0, 3632.0, 3590.0, 3603.0, 3633.0, 3582.0, 3584.0, 3634.0, 3593.0, 3591.0, 3580.0, 3582.0, 3636.0, 3615.0, 3606.0, 3614.0, 3618.0, 3658.0, 3596.0, 3628.0, 3594.0, 3596.0, 3616.0, 3594.0, 3569.0, 3579.0, 3623.0, 3594.0, 3648.0, 3645.0, 3591.0, 3612.0, 3591.0, 3604.0, 3632.0, 3601.0, 3581.0, 3620.0, 3569.0, 3593.0, 3568.0, 3569.0, 3601.0, 3582.0, 3592.0, 3593.0, 3584.0, 3625.0, 3585.0, 3626.0, 3583.0, 3583.0, 3647.0, 3583.0, 3637.0, 3595.0, 3598.0, 3637.0, 3585.0, 3625.0, 3594.0, 3593.0, 3581.0, 3606.0, 3606.0, 3585.0, 3585.0, 3585.0, 3647.0, 3582.0, 3636.0, 3603.0, 3612.0, 3612.0, 3571.0, 3612.0, 3602.0, 3601.0, 3568.0, 3569.0, 3610.0, 3583.0, 3582.0, 3582.0, 3572.0, 3623.0, 3570.0, 3556.0, 3558.0, 3559.0, 3568.0, 3557.0, 3570.0, 3570.0, 3604.0, 3560.0, 3606.0, 3623.0, 3614.0, 3623.0, 3612.0, 3623.0, 3610.0, 3621.0, 3618.0, 3594.0, 3582.0, 3592.0, 3570.0, 3602.0, 3590.0, 3568.0, 3535.0, 3578.0, 3526.0, 3547.0, 3545.0, 3539.0, 3547.0, 3537.0, 3537.0, 3524.0, 3537.0, 3547.0, 3550.0, 3552.0, 3583.0, 3553.0, 3564.0, 3551.0, 3564.0, 3562.0, 3554.0, 3552.0, 3567.0, 3577.0, 3566.0, 3579.0, 3580.0, 3569.0, 3611.0, 3569.0, 3578.0, 3621.0, 3557.0, 3597.0, 3597.0, 3567.0, 3609.0, 3557.0, 3567.0, 3609.0, 3546.0, 3598.0, 3560.0, 3578.0, 3561.0, 3578.0, 3538.0, 3568.0, 3558.0, 3554.0, 3554.0, 3599.0, 3567.0, 3599.0, 3608.0, 3585.0, 3595.0, 3584.0, 3562.0, 3605.0, 3561.0, 3559.0, 3591.0, 3570.0, 3580.0, 3524.0, 3539.0, 3558.0, 3517.0, 3541.0, 3529.0, 3542.0, 3551.0, 3529.0, 3541.0, 3529.0, 3542.0, 3563.0, 3542.0, 3554.0, 3545.0, 3556.0, 3595.0, 3543.0, 3553.0, 3574.0, 3545.0, 3596.0, 3556.0, 3555.0, 3607.0, 3564.0, 3566.0, 3544.0, 3546.0, 3575.0, 3567.0, 3547.0, 3556.0, 3558.0, 3577.0, 3568.0, 3572.0, 3611.0, 3559.0, 3589.0, 3557.0, 3570.0, 3621.0, 3548.0, 3568.0, 3570.0, 3584.0, 3612.0, 3570.0, 3599.0, 3567.0, 3554.0, 3566.0, 3557.0, 3562.0, 3557.0, 3591.0, 3568.0, 3599.0, 3598.0, 3601.0, 3619.0, 3591.0, 3645.0, 3628.0, 3595.0, 3617.0, 3619.0, 3616.0, 3592.0, 3549.0, 3589.0, 3550.0, 3550.0, 3581.0, 3537.0, 3567.0, 3549.0, 3575.0, 3548.0, 3526.0, 3537.0, 3527.0, 3561.0, 3569.0, 3540.0, 3549.0, 3540.0, 3554.0, 3575.0, 3545.0, 3555.0, 3546.0, 3571.0, 3558.0, 3558.0, 3566.0, 3548.0, 3588.0, 3547.0, 3568.0, 3558.0, 3560.0, 3631.0, 3560.0, 3624.0, 3587.0, 3606.0, 3560.0, 3557.0, 3554.0, 3591.0, 3578.0, 3590.0, 3570.0, 3633.0, 3585.0, 3659.0, 3614.0, 3635.0, 3612.0, 3601.0, 3619.0, 3577.0, 3618.0, 3595.0, 3609.0, 3606.0, 3588.0, 3608.0, 3574.0, 3574.0, 3544.0, 3544.0, 3542.0, 3544.0, 3597.0, 3545.0, 3566.0, 3544.0, 3535.0, 3587.0, 3547.0, 3587.0, 3533.0, 3533.0, 3596.0, 3537.0, 3547.0, 3547.0, 3547.0, 3558.0, 3549.0, 3610.0, 3549.0, 3577.0, 3546.0, 3545.0, 3598.0, 3556.0, 3567.0, 3621.0, 3557.0, 3578.0, 3621.0, 3547.0, 3577.0, 3546.0, 3537.0, 3597.0, 3558.0, 3571.0, 3559.0, 3572.0, 3602.0, 3570.0, 3561.0, 3623.0, 3560.0, 3592.0, 3611.0, 3558.0, 3600.0, 3622.0, 3568.0, 3579.0, 3600.0, 3547.0, 3588.0, 3530.0, 3520.0, 3532.0, 3542.0, 3519.0, 3519.0, 3517.0, 3516.0, 3505.0, 3525.0, 3557.0, 3560.0, 3580.0, 3549.0, 3585.0, 3595.0, 3560.0, 3581.0, 3556.0, 3546.0, 3578.0, 3557.0, 3565.0, 3534.0, 3555.0, 3545.0, 3545.0, 3553.0, 3490.0, 3553.0, 3512.0, 3509.0, 3551.0, 3510.0, 3529.0, 3488.0, 3489.0, 3478.0, 3506.0, 3492.0, 3480.0, 3510.0, 3515.0, 3513.0, 3504.0, 3516.0, 3494.0, 3527.0, 3483.0, 3518.0, 3547.0, 3497.0, 3560.0, 3528.0, 3527.0, 3570.0, 3505.0, 3558.0, 3525.0, 3526.0, 3568.0, 3524.0, 3537.0, 3548.0, 3506.0, 3547.0, 3481.0, 3501.0, 3505.0, 3504.0, 3514.0, 3502.0, 3527.0, 3537.0, 3529.0, 3540.0, 3532.0, 3561.0, 3543.0, 3593.0, 3531.0, 3584.0, 3549.0, 3561.0, 3602.0, 3560.0, 3581.0, 3558.0, 3537.0, 3545.0, 3514.0, 3565.0, 3548.0, 3580.0, 3546.0, 3547.0, 3542.0, 3500.0, 3553.0, 3502.0, 3534.0, 3514.0, 3501.0, 3489.0, 3500.0, 3504.0, 3517.0, 3533.0, 3504.0, 3549.0, 3528.0, 3540.0, 3530.0, 3518.0, 3516.0, 3505.0, 3535.0, 3516.0, 3549.0, 3509.0, 3544.0, 3574.0, 3542.0, 3566.0, 3532.0, 3543.0, 3521.0, 3533.0, 3552.0, 3534.0, 3553.0, 3578.0, 3564.0, 3553.0, 3519.0, 3530.0, 3519.0, 3552.0, 3608.0, 3574.0, 3563.0, 3593.0, 3549.0, 3562.0, 3550.0, 3549.0, 3569.0, 3516.0, 3484.0, 3484.0, 3482.0, 3505.0, 3505.0, 3517.0, 3507.0, 3517.0, 3505.0, 3560.0, 3558.0, 3515.0, 3580.0, 3534.0, 3535.0, 3557.0, 3511.0, 3532.0, 3541.0, 3522.0, 3542.0], 'WindowWidth': [8415.0, 8323.0, 8335.0, 8275.0, 8272.0, 8298.0, 8259.0, 8276.0, 8234.0, 8236.0, 8278.0, 8216.0, 8204.0, 8228.0, 8154.0, 8257.0, 8192.0, 8170.0, 8156.0, 8187.0, 8185.0, 8186.0, 8196.0, 8187.0, 8197.0, 8202.0, 8205.0, 8210.0, 8241.0, 8238.0, 8243.0, 8274.0, 8225.0, 8250.0, 8231.0, 8232.0, 8240.0, 8152.0, 8243.0, 8211.0, 8194.0, 8162.0, 8179.0, 8235.0, 8137.0, 8208.0, 8172.0, 8169.0, 8160.0, 8150.0, 8178.0, 8179.0, 8186.0, 8174.0, 8177.0, 8174.0, 8199.0, 8188.0, 8163.0, 8147.0, 8129.0, 8127.0, 8111.0, 8112.0, 8091.0, 8127.0, 8172.0, 8103.0, 8126.0, 8218.0, 8160.0, 8201.0, 8207.0, 8145.0, 8141.0, 8192.0, 8134.0, 8196.0, 8165.0, 8159.0, 8156.0, 8119.0, 8196.0, 8163.0, 8162.0, 8189.0, 8124.0, 8119.0, 8127.0, 8086.0, 8115.0, 8091.0, 8113.0, 8097.0, 8097.0, 8076.0, 8095.0, 8089.0, 8111.0, 8121.0, 8120.0, 8161.0, 8137.0, 8166.0, 8172.0, 8117.0, 8130.0, 8111.0, 8115.0, 8164.0, 8114.0, 8119.0, 8182.0, 8100.0, 8111.0, 8092.0, 8101.0, 8148.0, 8139.0, 8125.0, 8119.0, 8113.0, 8149.0, 8141.0, 8151.0, 8204.0, 8134.0, 8213.0, 8151.0, 8151.0, 8213.0, 8138.0, 8228.0, 8170.0, 8162.0, 8215.0, 8178.0, 8184.0, 8188.0, 8134.0, 8174.0, 8176.0, 8167.0, 8198.0, 8183.0, 8209.0, 8158.0, 8184.0, 8148.0, 8144.0, 8216.0, 8177.0, 8178.0, 8130.0, 8153.0, 8203.0, 8151.0, 8166.0, 8219.0, 8142.0, 8199.0, 8142.0, 8170.0, 8189.0, 8151.0, 8183.0, 8149.0, 8154.0, 8209.0, 8153.0, 8153.0, 8234.0, 8152.0, 8168.0, 8166.0, 8142.0, 8196.0, 8133.0, 8153.0, 8209.0, 8138.0, 8192.0, 8147.0, 8149.0, 8221.0, 8141.0, 8209.0, 8149.0, 8168.0, 8218.0, 8185.0, 8242.0, 8191.0, 8189.0, 8215.0, 8168.0, 8199.0, 8178.0, 8137.0, 8219.0, 8153.0, 8151.0, 8186.0, 8142.0, 8108.0, 8123.0, 8100.0, 8093.0, 8108.0, 8151.0, 8120.0, 8111.0, 8119.0, 8130.0, 8145.0, 8157.0, 8224.0, 8151.0, 8168.0, 8224.0, 8172.0, 8175.0, 8167.0, 8129.0, 8198.0, 8139.0, 8180.0, 8221.0, 8182.0, 8164.0, 8153.0, 8094.0, 8136.0, 8111.0, 8151.0, 8156.0, 8130.0, 8136.0, 8178.0, 8157.0, 8192.0, 8189.0, 8175.0, 8189.0, 8198.0, 8236.0, 8182.0, 8197.0, 8192.0, 8183.0, 8252.0, 8228.0, 8210.0, 8244.0, 8163.0, 8237.0, 8173.0, 8208.0, 8247.0, 8199.0, 8210.0, 8144.0, 8148.0, 8200.0, 8194.0, 8161.0, 8105.0, 8098.0, 8066.0, 8082.0, 8107.0, 8098.0, 8085.0, 8129.0, 8163.0, 8139.0, 8185.0, 8192.0, 8143.0, 8169.0, 8110.0, 8156.0, 8184.0, 8125.0, 8151.0, 8133.0, 8117.0, 8155.0, 8112.0, 8099.0, 8145.0, 8097.0, 8136.0, 8058.0, 8036.0, 8109.0, 8061.0, 8074.0, 8051.0, 8069.0, 8075.0, 8068.0, 8078.0, 8129.0, 8115.0, 8095.0, 8074.0, 8101.0, 8140.0, 8140.0, 8106.0, 8154.0, 8104.0, 8118.0, 8121.0, 8141.0, 8151.0, 8130.0, 8144.0, 8166.0, 8140.0, 8193.0, 8134.0, 8189.0, 8143.0, 8132.0, 8203.0, 8175.0, 8161.0, 8198.0, 8126.0, 8157.0, 8184.0, 8128.0, 8183.0, 8124.0, 8128.0, 8195.0, 8137.0, 8161.0, 8197.0, 8132.0, 8139.0, 8202.0, 8150.0, 8141.0, 8123.0, 8130.0, 8211.0, 8189.0, 8182.0, 8189.0, 8202.0, 8250.0, 8163.0, 8205.0, 8151.0, 8160.0, 8182.0, 8153.0, 8112.0, 8125.0, 8185.0, 8151.0, 8229.0, 8219.0, 8140.0, 8170.0, 8140.0, 8166.0, 8197.0, 8152.0, 8127.0, 8175.0, 8106.0, 8145.0, 8106.0, 8109.0, 8153.0, 8129.0, 8144.0, 8149.0, 8138.0, 8192.0, 8141.0, 8196.0, 8136.0, 8136.0, 8223.0, 8134.0, 8209.0, 8152.0, 8163.0, 8209.0, 8144.0, 8190.0, 8151.0, 8148.0, 8129.0, 8170.0, 8171.0, 8139.0, 8140.0, 8142.0, 8227.0, 8131.0, 8206.0, 8154.0, 8168.0, 8167.0, 8115.0, 8166.0, 8156.0, 8151.0, 8102.0, 8106.0, 8162.0, 8133.0, 8128.0, 8129.0, 8118.0, 8183.0, 8109.0, 8082.0, 8088.0, 8094.0, 8103.0, 8090.0, 8111.0, 8110.0, 8158.0, 8096.0, 8164.0, 8184.0, 8172.0, 8185.0, 8170.0, 8186.0, 8163.0, 8178.0, 8174.0, 8130.0, 8110.0, 8127.0, 8093.0, 8136.0, 8118.0, 8088.0, 8038.0, 8099.0, 8029.0, 8057.0, 8052.0, 8050.0, 8058.0, 8045.0, 8047.0, 8023.0, 8046.0, 8060.0, 8069.0, 8075.0, 8117.0, 8080.0, 8094.0, 8070.0, 8095.0, 8089.0, 8079.0, 8075.0, 8103.0, 8114.0, 8102.0, 8122.0, 8127.0, 8110.0, 8164.0, 8107.0, 8117.0, 8180.0, 8089.0, 8140.0, 8135.0, 8101.0, 8156.0, 8087.0, 8099.0, 8155.0, 8072.0, 8140.0, 8097.0, 8111.0, 8096.0, 8113.0, 8059.0, 8097.0, 8089.0, 8075.0, 8075.0, 8140.0, 8094.0, 8138.0, 8149.0, 8112.0, 8128.0, 8111.0, 8079.0, 8141.0, 8079.0, 8072.0, 8115.0, 8087.0, 8098.0, 8018.0, 8045.0, 8068.0, 8018.0, 8055.0, 8031.0, 8055.0, 8064.0, 8032.0, 8052.0, 8034.0, 8054.0, 8083.0, 8058.0, 8077.0, 8067.0, 8084.0, 8130.0, 8059.0, 8074.0, 8101.0, 8067.0, 8132.0, 8086.0, 8080.0, 8148.0, 8090.0, 8093.0, 8064.0, 8071.0, 8107.0, 8097.0, 8073.0, 8084.0, 8088.0, 8112.0, 8103.0, 8116.0, 8165.0, 8094.0, 8132.0, 8086.0, 8110.0, 8177.0, 8075.0, 8102.0, 8106.0, 8133.0, 8165.0, 8108.0, 8142.0, 8095.0, 8077.0, 8098.0, 8083.0, 8092.0, 8081.0, 8133.0, 8103.0, 8144.0, 8143.0, 8151.0, 8173.0, 8139.0, 8221.0, 8186.0, 8134.0, 8167.0, 8173.0, 8160.0, 8121.0, 8062.0, 8114.0, 8062.0, 8062.0, 8105.0, 8046.0, 8083.0, 8060.0, 8107.0, 8059.0, 8026.0, 8042.0, 8030.0, 8082.0, 8086.0, 8056.0, 8064.0, 8052.0, 8074.0, 8102.0, 8066.0, 8078.0, 8069.0, 8112.0, 8091.0, 8091.0, 8095.0, 8076.0, 8128.0, 8073.0, 8104.0, 8088.0, 8095.0, 8189.0, 8094.0, 8184.0, 8141.0, 8165.0, 8093.0, 8082.0, 8080.0, 8144.0, 8123.0, 8140.0, 8116.0, 8202.0, 8147.0, 8251.0, 8173.0, 8203.0, 8165.0, 8150.0, 8168.0, 8111.0, 8166.0, 8130.0, 8152.0, 8143.0, 8122.0, 8148.0, 8098.0, 8095.0, 8058.0, 8058.0, 8055.0, 8061.0, 8132.0, 8064.0, 8088.0, 8059.0, 8050.0, 8117.0, 8069.0, 8122.0, 8042.0, 8045.0, 8127.0, 8054.0, 8067.0, 8067.0, 8068.0, 8085.0, 8076.0, 8157.0, 8075.0, 8108.0, 8066.0, 8064.0, 8137.0, 8081.0, 8096.0, 8172.0, 8082.0, 8110.0, 8173.0, 8070.0, 8108.0, 8065.0, 8056.0, 8135.0, 8087.0, 8110.0, 8092.0, 8112.0, 8149.0, 8107.0, 8096.0, 8181.0, 8092.0, 8137.0, 8158.0, 8085.0, 8144.0, 8176.0, 8099.0, 8114.0, 8141.0, 8067.0, 8124.0, 8030.0, 8014.0, 8035.0, 8047.0, 8010.0, 8010.0, 8002.0, 8001.0, 7983.0, 8009.0, 8055.0, 8062.0, 8090.0, 8047.0, 8104.0, 8119.0, 8063.0, 8095.0, 8051.0, 8037.0, 8084.0, 8056.0, 8064.0, 8019.0, 8048.0, 8036.0, 8036.0, 8043.0, 7955.0, 8043.0, 7986.0, 7978.0, 8037.0, 7983.0, 8005.0, 7953.0, 7955.0, 7938.0, 7991.0, 7961.0, 7943.0, 7981.0, 7999.0, 7989.0, 7981.0, 7999.0, 7970.0, 8015.0, 7952.0, 8003.0, 8042.0, 7977.0, 8061.0, 8017.0, 8015.0, 8076.0, 7983.0, 8057.0, 8009.0, 8011.0, 8069.0, 8006.0, 8026.0, 8044.0, 7986.0, 8037.0, 7945.0, 7967.0, 7989.0, 7982.0, 7994.0, 7977.0, 8020.0, 8033.0, 8024.0, 8042.0, 8033.0, 8069.0, 8046.0, 8113.0, 8030.0, 8106.0, 8050.0, 8067.0, 8130.0, 8068.0, 8099.0, 8060.0, 8032.0, 8038.0, 7995.0, 8064.0, 8050.0, 8094.0, 8040.0, 8041.0, 8027.0, 7969.0, 8044.0, 7977.0, 8022.0, 7996.0, 7974.0, 7959.0, 7974.0, 7986.0, 8008.0, 8022.0, 7986.0, 8049.0, 8021.0, 8041.0, 8029.0, 8012.0, 8003.0, 7989.0, 8029.0, 8006.0, 8052.0, 8000.0, 8056.0, 8093.0, 8052.0, 8089.0, 8041.0, 8052.0, 8021.0, 8043.0, 8063.0, 8046.0, 8065.0, 8105.0, 8083.0, 8064.0, 8018.0, 8031.0, 8015.0, 8063.0, 8151.0, 8093.0, 8076.0, 8120.0, 8054.0, 8073.0, 8055.0, 8048.0, 8078.0, 8004.0, 7956.0, 7953.0, 7948.0, 7982.0, 7982.0, 8001.0, 7988.0, 8000.0, 7981.0, 8063.0, 8056.0, 7997.0, 8088.0, 8018.0, 8022.0, 8052.0, 7981.0, 8011.0, 8021.0, 7996.0, 8024.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.014721103448275862</td></tr>
<tr><td colspan=3>aqi</td><td>0.20886423448275862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.4300803786421</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0945693206098963</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0967532111277332</td></tr>
<tr><td colspan=3>efc</td><td>0.4605</td></tr>
<tr><td colspan=3>fber</td><td>5590.3501</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2775675153681407</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>412</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>47.35632183908046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9346492570471914</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.655417118508104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.223367741330742</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9251629113027273</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182504</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019926568493247032</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030753107741475105</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.507891105017989</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.114</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.1793</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.3214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308235.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>254.2665</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6193</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>384.1319</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2855.8925</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>668.3786</td></tr>
<tr><td colspan=3>tsnr</td><td>13.897913788387086</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>