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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0040_ses-01_task-social_acq-mb8_run-05_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-0040_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-05_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-0040/ses-01/func/sub-0040_ses-01_task-social_acq-mb8_run-05_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>159756bc64481eeb708031d2ccd0b2a7</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>17:16:31.305000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999497, -0.00364085, -0.0315144, 0.00680347, 0.99488, 0.100838]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0782851</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7741, -7224, 601, -32, -68, 42, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a47024e-fec7-47bb-a245-0e58f008c156||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815764904022217, 0.018253199756145477, -0.08366191387176514, 115.93814849853516], [0.00976813118904829, 2.669189453125, 0.27270326018333435, -101.13042449951172], [-0.08455082029104233, -0.270539790391922, 2.684889793395996, -41.494606018066406], [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': ['171631.305000', '171631.765000', '171632.225000', '171632.685000', '171633.145000', '171633.605000', '171634.065000', '171634.525000', '171634.985000', '171635.445000', '171635.905000', '171636.365000', '171636.825000', '171637.285000', '171637.745000', '171638.205000', '171638.665000', '171639.125000', '171639.585000', '171640.045000', '171640.505000', '171640.965000', '171641.425000', '171641.885000', '171642.345000', '171642.805000', '171643.265000', '171643.725000', '171644.185000', '171644.645000', '171645.105000', '171645.565000', '171646.025000', '171646.485000', '171646.945000', '171647.405000', '171647.865000', '171648.325000', '171648.785000', '171649.245000', '171649.705000', '171650.165000', '171650.625000', '171651.085000', '171651.545000', '171652.005000', '171652.465000', '171652.925000', '171653.385000', '171653.845000', '171654.305000', '171654.765000', '171655.225000', '171655.685000', '171656.145000', '171656.605000', '171657.065000', '171657.525000', '171657.985000', '171658.445000', '171658.905000', '171659.365000', '171659.825000', '171700.285000', '171700.745000', '171701.205000', '171701.665000', '171702.125000', '171702.585000', '171703.045000', '171703.505000', '171703.965000', '171704.425000', '171704.885000', '171705.345000', '171705.805000', '171706.265000', '171706.725000', '171707.185000', '171707.645000', '171708.105000', '171708.565000', '171709.025000', '171709.485000', '171709.945000', '171710.405000', '171710.865000', '171711.325000', '171711.785000', '171712.245000', '171712.705000', '171713.165000', '171713.625000', '171714.085000', '171714.545000', '171715.005000', '171715.465000', '171715.925000', '171716.385000', '171716.845000', '171717.305000', '171717.765000', '171718.225000', '171718.685000', '171719.145000', '171719.605000', '171720.065000', '171720.525000', '171720.985000', '171721.445000', '171721.905000', '171722.365000', '171722.825000', '171723.285000', '171723.745000', '171724.205000', '171724.665000', '171725.125000', '171725.585000', '171726.045000', '171726.505000', '171726.965000', '171727.425000', '171727.885000', '171728.345000', '171728.805000', '171729.265000', '171729.725000', '171730.185000', '171730.645000', '171731.105000', '171731.565000', '171732.025000', '171732.485000', '171732.945000', '171733.405000', '171733.865000', '171734.325000', '171734.785000', '171735.245000', '171735.705000', '171736.165000', '171736.625000', '171737.085000', '171737.545000', '171738.005000', '171738.465000', '171738.925000', '171739.385000', '171739.845000', '171740.305000', '171740.765000', '171741.225000', '171741.685000', '171742.145000', '171742.605000', '171743.065000', '171743.525000', '171743.985000', '171744.445000', '171744.905000', '171745.365000', '171745.825000', '171746.285000', '171746.745000', '171747.205000', '171747.665000', '171748.125000', '171748.585000', '171749.045000', '171749.505000', '171749.965000', '171750.425000', '171750.885000', '171751.345000', '171751.805000', '171752.265000', '171752.725000', '171753.185000', '171753.645000', '171754.105000', '171754.565000', '171755.025000', '171755.485000', '171755.945000', '171756.405000', '171756.865000', '171757.325000', '171757.785000', '171758.245000', '171758.705000', '171759.165000', '171759.625000', '171800.085000', '171800.545000', '171801.005000', '171801.465000', '171801.925000', '171802.385000', '171802.845000', '171803.305000', '171803.765000', '171804.225000', '171804.685000', '171805.145000', '171805.605000', '171806.065000', '171806.525000', '171806.985000', '171807.445000', '171807.905000', '171808.365000', '171808.825000', '171809.285000', '171809.745000', '171810.205000', '171810.665000', '171811.125000', '171811.585000', '171812.045000', '171812.505000', '171812.965000', '171813.425000', '171813.885000', '171814.345000', '171814.805000', '171815.265000', '171815.725000', '171816.185000', '171816.645000', '171817.105000', '171817.565000', '171818.025000', '171818.485000', '171818.945000', '171819.405000', '171819.865000', '171820.325000', '171820.785000', '171821.245000', '171821.705000', '171822.165000', '171822.625000', '171823.085000', '171823.545000', '171824.005000', '171824.465000', '171824.925000', '171825.385000', '171825.845000', '171826.305000', '171826.765000', '171827.225000', '171827.685000', '171828.145000', '171828.605000', '171829.065000', '171829.525000', '171829.985000', '171830.445000', '171830.905000', '171831.365000', '171831.825000', '171832.285000', '171832.745000', '171833.205000', '171833.665000', '171834.125000', '171834.585000', '171835.045000', '171835.505000', '171835.965000', '171836.425000', '171836.885000', '171837.345000', '171837.805000', '171838.265000', '171838.725000', '171839.185000', '171839.645000', '171840.105000', '171840.565000', '171841.025000', '171841.485000', '171841.945000', '171842.405000', '171842.865000', '171843.325000', '171843.785000', '171844.245000', '171844.705000', '171845.165000', '171845.625000', '171846.085000', '171846.545000', '171847.005000', '171847.465000', '171847.925000', '171848.385000', '171848.845000', '171849.305000', '171849.765000', '171850.225000', '171850.685000', '171851.145000', '171851.605000', '171852.065000', '171852.525000', '171852.985000', '171853.445000', '171853.905000', '171854.365000', '171854.825000', '171855.285000', '171855.745000', '171856.205000', '171856.665000', '171857.125000', '171857.585000', '171858.045000', '171858.505000', '171858.965000', '171859.425000', '171859.885000', '171900.345000', '171900.805000', '171901.265000', '171901.725000', '171902.185000', '171902.645000', '171903.105000', '171903.565000', '171904.025000', '171904.485000', '171904.945000', '171905.405000', '171905.865000', '171906.325000', '171906.785000', '171907.245000', '171907.705000', '171908.165000', '171908.625000', '171909.085000', '171909.545000', '171910.005000', '171910.465000', '171910.925000', '171911.385000', '171911.845000', '171912.305000', '171912.765000', '171913.225000', '171913.685000', '171914.145000', '171914.605000', '171915.065000', '171915.525000', '171915.985000', '171916.445000', '171916.905000', '171917.365000', '171917.825000', '171918.285000', '171918.745000', '171919.205000', '171919.665000', '171920.125000', '171920.585000', '171921.045000', '171921.505000', '171921.965000', '171922.425000', '171922.885000', '171923.345000', '171923.805000', '171924.265000', '171924.725000', '171925.185000', '171925.645000', '171926.105000', '171926.565000', '171927.025000', '171927.485000', '171927.945000', '171928.405000', '171928.865000', '171929.325000', '171929.785000', '171930.245000', '171930.705000', '171931.165000', '171931.625000', '171932.085000', '171932.545000', '171933.005000', '171933.465000', '171933.925000', '171934.385000', '171934.845000', '171935.305000', '171935.765000', '171936.225000', '171936.685000', '171937.145000', '171937.605000', '171938.065000', '171938.525000', '171938.985000', '171939.445000', '171939.905000', '171940.365000', '171940.825000', '171941.285000', '171941.745000', '171942.205000', '171942.665000', '171943.125000', '171943.585000', '171944.045000', '171944.505000', '171944.965000', '171945.425000', '171945.885000', '171946.345000', '171946.805000', '171947.265000', '171947.725000', '171948.185000', '171948.645000', '171949.105000', '171949.565000', '171950.025000', '171950.485000', '171950.945000', '171951.405000', '171951.865000', '171952.325000', '171952.785000', '171953.245000', '171953.705000', '171954.165000', '171954.625000', '171955.085000', '171955.545000', '171956.005000', '171956.465000', '171956.925000', '171957.385000', '171957.845000', '171958.305000', '171958.765000', '171959.225000', '171959.685000', '172000.145000', '172000.605000', '172001.065000', '172001.525000', '172001.985000', '172002.445000', '172002.905000', '172003.365000', '172003.825000', '172004.285000', '172004.745000', '172005.205000', '172005.665000', '172006.125000', '172006.585000', '172007.045000', '172007.505000', '172007.965000', '172008.425000', '172008.885000', '172009.345000', '172009.805000', '172010.265000', '172010.725000', '172011.185000', '172011.645000', '172012.105000', '172012.565000', '172013.025000', '172013.485000', '172013.945000', '172014.405000', '172014.865000', '172015.325000', '172015.785000', '172016.245000', '172016.705000', '172017.165000', '172017.625000', '172018.085000', '172018.545000', '172019.005000', '172019.465000', '172019.925000', '172020.385000', '172020.845000', '172021.305000', '172021.765000', '172022.225000', '172022.685000', '172023.145000', '172023.605000', '172024.065000', '172024.525000', '172024.985000', '172025.445000', '172025.905000', '172026.365000', '172026.825000', '172027.285000', '172027.745000', '172028.205000', '172028.665000', '172029.125000', '172029.585000', '172030.045000', '172030.505000', '172030.965000', '172031.425000', '172031.885000', '172032.345000', '172032.805000', '172033.265000', '172033.725000', '172034.185000', '172034.645000', '172035.105000', '172035.565000', '172036.025000', '172036.485000', '172036.945000', '172037.405000', '172037.865000', '172038.325000', '172038.785000', '172039.245000', '172039.705000', '172040.165000', '172040.625000', '172041.085000', '172041.545000', '172042.005000', '172042.465000', '172042.925000', '172043.385000', '172043.845000', '172044.305000', '172044.765000', '172045.225000', '172045.685000', '172046.145000', '172046.605000', '172047.065000', '172047.525000', '172047.985000', '172048.445000', '172048.905000', '172049.365000', '172049.825000', '172050.285000', '172050.745000', '172051.205000', '172051.665000', '172052.125000', '172052.585000', '172053.045000', '172053.505000', '172053.965000', '172054.425000', '172054.885000', '172055.345000', '172055.805000', '172056.265000', '172056.725000', '172057.185000', '172057.645000', '172058.105000', '172058.565000', '172059.025000', '172059.485000', '172059.945000', '172100.405000', '172100.865000', '172101.325000', '172101.785000', '172102.245000', '172102.705000', '172103.165000', '172103.625000', '172104.085000', '172104.545000', '172105.005000', '172105.465000', '172105.925000', '172106.385000', '172106.845000', '172107.305000', '172107.765000', '172108.225000', '172108.685000', '172109.145000', '172109.605000', '172110.065000', '172110.525000', '172110.985000', '172111.445000', '172111.905000', '172112.365000', '172112.825000', '172113.285000', '172113.745000', '172114.205000', '172114.665000', '172115.125000', '172115.585000', '172116.045000', '172116.505000', '172116.965000', '172117.425000', '172117.885000', '172118.345000', '172118.805000', '172119.265000', '172119.725000', '172120.185000', '172120.645000', '172121.105000', '172121.565000', '172122.025000', '172122.485000', '172122.945000', '172123.405000', '172123.865000', '172124.325000', '172124.785000', '172125.245000', '172125.705000', '172126.165000', '172126.625000', '172127.085000', '172127.545000', '172128.005000', '172128.465000', '172128.925000', '172129.385000', '172129.845000', '172130.305000', '172130.765000', '172131.225000', '172131.685000', '172132.145000', '172132.605000', '172133.065000', '172133.525000', '172133.985000', '172134.445000', '172134.905000', '172135.365000', '172135.825000', '172136.285000', '172136.745000', '172137.205000', '172137.665000', '172138.125000', '172138.585000', '172139.045000', '172139.505000', '172139.965000', '172140.425000', '172140.885000', '172141.345000', '172141.805000', '172142.265000', '172142.725000', '172143.185000', '172143.645000', '172144.105000', '172144.565000', '172145.025000', '172145.485000', '172145.945000', '172146.405000', '172146.865000', '172147.325000', '172147.785000', '172148.245000', '172148.705000', '172149.165000', '172149.625000', '172150.085000', '172150.545000', '172151.005000', '172151.465000', '172151.925000', '172152.385000', '172152.845000', '172153.305000', '172153.765000', '172154.225000', '172154.685000', '172155.145000', '172155.605000', '172156.065000', '172156.525000', '172156.985000', '172157.445000', '172157.905000', '172158.365000', '172158.825000', '172159.285000', '172159.745000', '172200.205000', '172200.665000', '172201.125000', '172201.585000', '172202.045000', '172202.505000', '172202.965000', '172203.425000', '172203.885000', '172204.345000', '172204.805000', '172205.265000', '172205.725000', '172206.185000', '172206.645000', '172207.105000', '172207.565000', '172208.025000', '172208.485000', '172208.945000', '172209.405000', '172209.865000', '172210.325000', '172210.785000', '172211.245000', '172211.705000', '172212.165000', '172212.625000', '172213.085000', '172213.545000', '172214.005000', '172214.465000', '172214.925000', '172215.385000', '172215.845000', '172216.305000', '172216.765000', '172217.225000', '172217.685000', '172218.145000', '172218.605000', '172219.065000', '172219.525000', '172219.985000', '172220.445000', '172220.905000', '172221.365000', '172221.825000', '172222.285000', '172222.745000', '172223.205000', '172223.665000', '172224.125000', '172224.585000', '172225.045000', '172225.505000', '172225.965000', '172226.425000', '172226.885000', '172227.345000', '172227.805000', '172228.265000', '172228.725000', '172229.185000', '172229.645000', '172230.105000', '172230.565000', '172231.025000', '172231.485000', '172231.945000', '172232.405000', '172232.865000', '172233.325000', '172233.785000', '172234.245000', '172234.705000', '172235.165000', '172235.625000', '172236.085000', '172236.545000', '172237.005000', '172237.465000', '172237.925000', '172238.385000', '172238.845000', '172239.305000', '172239.765000', '172240.225000', '172240.685000', '172241.145000', '172241.605000', '172242.065000', '172242.525000', '172242.985000', '172243.445000', '172243.905000', '172244.365000', '172244.825000', '172245.285000', '172245.745000', '172246.205000', '172246.665000', '172247.125000', '172247.585000', '172248.045000', '172248.505000', '172248.965000', '172249.425000', '172249.885000', '172250.345000', '172250.805000', '172251.265000', '172251.725000', '172252.185000', '172252.645000', '172253.105000', '172253.565000', '172254.025000', '172254.485000', '172254.945000', '172255.405000', '172255.865000', '172256.325000', '172256.785000', '172257.245000', '172257.705000', '172258.165000', '172258.625000', '172259.085000', '172259.545000', '172300.005000', '172300.465000', '172300.925000', '172301.385000', '172301.845000', '172302.305000', '172302.765000', '172303.225000', '172303.685000', '172304.145000', '172304.605000', '172305.065000', '172305.525000', '172305.985000', '172306.445000', '172306.905000', '172307.365000', '172307.825000', '172308.285000', '172308.745000', '172309.205000', '172309.665000', '172310.125000', '172310.585000', '172311.045000', '172311.505000', '172311.965000'], 'ContentTime': ['171655.161000', '171655.165000', '171655.167000', '171655.170000', '171655.173000', '171655.176000', '171655.182000', '171655.185000', '171655.188000', '171655.190000', '171655.193000', '171655.196000', '171655.199000', '171655.219000', '171655.222000', '171655.225000', '171655.227000', '171655.230000', '171655.233000', '171655.236000', '171655.239000', '171655.241000', '171655.244000', '171655.247000', '171655.250000', '171655.253000', '171655.256000', '171655.259000', '171655.262000', '171655.265000', '171655.268000', '171655.271000', '171655.273000', '171655.276000', '171655.279000', '171655.288000', '171655.291000', '171655.293000', '171655.296000', '171655.299000', '171655.302000', '171655.305000', '171655.308000', '171655.311000', '171655.314000', '171655.316000', '171655.319000', '171655.322000', '171655.325000', '171655.328000', '171655.331000', '171715.123000', '171715.126000', '171715.129000', '171715.132000', '171715.134000', '171715.137000', '171715.140000', '171715.143000', '171715.146000', '171715.149000', '171715.151000', '171715.159000', '171715.162000', '171715.164000', '171715.167000', '171715.170000', '171715.173000', '171715.176000', '171715.178000', '171715.181000', '171715.184000', '171715.187000', '171715.190000', '171715.193000', '171715.195000', '171715.198000', '171715.207000', '171715.210000', '171715.213000', '171715.216000', '171715.219000', '171715.221000', '171715.224000', '171715.227000', '171715.230000', '171715.233000', '171715.236000', '171715.238000', '171715.241000', '171715.244000', '171715.247000', '171715.250000', '171715.252000', '171715.255000', '171735.123000', '171735.126000', '171735.129000', '171735.132000', '171735.134000', '171735.137000', '171735.140000', '171735.143000', '171735.146000', '171735.149000', '171735.152000', '171735.154000', '171735.157000', '171735.160000', '171735.163000', '171735.166000', '171735.169000', '171735.172000', '171735.175000', '171735.177000', '171735.180000', '171735.183000', '171735.186000', '171735.189000', '171735.191000', '171735.200000', '171735.203000', '171735.206000', '171735.209000', '171735.212000', '171735.214000', '171735.217000', '171735.220000', '171735.223000', '171735.226000', '171735.229000', '171735.231000', '171735.234000', '171735.237000', '171735.240000', '171735.243000', '171735.246000', '171735.248000', '171755.123000', '171755.126000', '171755.129000', '171755.132000', '171755.135000', '171755.137000', '171755.140000', '171755.161000', '171755.164000', '171755.167000', '171755.170000', '171755.172000', '171755.175000', '171755.178000', '171755.181000', '171755.184000', '171755.186000', '171755.189000', '171755.192000', '171755.195000', '171755.198000', '171755.201000', '171755.204000', '171755.206000', '171755.209000', '171755.212000', '171755.215000', '171755.218000', '171755.220000', '171755.223000', '171755.226000', '171755.229000', '171755.232000', '171755.235000', '171755.238000', '171755.240000', '171755.243000', '171755.246000', '171755.249000', '171755.252000', '171755.254000', '171755.257000', '171755.260000', '171815.123000', '171815.126000', '171815.129000', '171815.132000', '171815.135000', '171815.138000', '171815.140000', '171815.143000', '171815.146000', '171815.149000', '171815.152000', '171815.154000', '171815.157000', '171815.166000', '171815.169000', '171815.172000', '171815.175000', '171815.178000', '171815.180000', '171815.183000', '171815.186000', '171815.189000', '171815.192000', '171815.194000', '171815.197000', '171815.200000', '171815.203000', '171815.206000', '171815.209000', '171815.212000', '171815.214000', '171815.217000', '171815.220000', '171815.223000', '171815.226000', '171815.229000', '171815.231000', '171815.234000', '171815.237000', '171815.240000', '171815.243000', '171815.246000', '171815.248000', '171815.251000', '171835.123000', '171835.126000', '171835.129000', '171835.132000', '171835.135000', '171835.139000', '171835.142000', '171835.145000', '171835.148000', '171835.151000', '171835.153000', '171835.156000', '171835.159000', '171835.162000', '171835.165000', '171835.184000', '171835.187000', '171835.190000', '171835.193000', '171835.196000', '171835.198000', '171835.201000', '171835.204000', '171835.209000', '171835.212000', '171835.215000', '171835.218000', '171835.221000', '171835.223000', '171835.227000', '171835.229000', '171835.232000', '171835.235000', '171835.238000', '171835.241000', '171835.243000', '171835.246000', '171835.249000', '171835.252000', '171835.255000', '171835.257000', '171835.260000', '171835.263000', '171855.123000', '171855.126000', '171855.129000', '171855.132000', '171855.135000', '171855.137000', '171855.140000', '171855.143000', '171855.146000', '171855.149000', '171855.152000', '171855.154000', '171855.157000', '171855.160000', '171855.163000', '171855.166000', '171855.169000', '171855.172000', '171855.174000', '171855.177000', '171855.180000', '171855.183000', '171855.186000', '171855.188000', '171855.191000', '171855.194000', '171855.197000', '171855.200000', '171855.203000', '171855.205000', '171855.208000', '171855.211000', '171855.214000', '171855.217000', '171855.220000', '171855.222000', '171855.225000', '171855.228000', '171855.231000', '171855.233000', '171855.236000', '171855.239000', '171855.242000', '171855.245000', '171915.123000', '171915.126000', '171915.129000', '171915.132000', '171915.135000', '171915.137000', '171915.143000', '171915.146000', '171915.149000', '171915.152000', '171915.154000', '171915.157000', '171915.160000', '171915.163000', '171915.166000', '171915.169000', '171915.172000', '171915.174000', '171915.177000', '171915.180000', '171915.183000', '171915.186000', '171915.189000', '171915.191000', '171915.194000', '171915.197000', '171915.200000', '171915.203000', '171915.206000', '171915.208000', '171915.211000', '171915.214000', '171915.217000', '171915.220000', '171915.223000', '171915.225000', '171915.228000', '171915.231000', '171915.234000', '171915.237000', '171915.240000', '171915.243000', '171915.245000', '171935.123000', '171935.126000', '171935.129000', '171935.132000', '171935.134000', '171935.137000', '171935.140000', '171935.143000', '171935.146000', '171935.149000', '171935.151000', '171935.154000', '171935.157000', '171935.160000', '171935.163000', '171935.166000', '171935.169000', '171935.172000', '171935.174000', '171935.177000', '171935.180000', '171935.183000', '171935.186000', '171935.189000', '171935.191000', '171935.194000', '171935.197000', '171935.200000', '171935.203000', '171935.206000', '171935.208000', '171935.211000', '171935.214000', '171935.217000', '171935.220000', '171935.223000', '171935.225000', '171935.228000', '171935.231000', '171935.234000', '171935.237000', '171935.240000', '171935.243000', '171935.245000', '171955.123000', '171955.126000', '171955.129000', '171955.132000', '171955.135000', '171955.138000', '171955.140000', '171955.143000', '171955.146000', '171955.149000', '171955.152000', '171955.155000', '171955.158000', '171955.161000', '171955.165000', '171955.168000', '171955.171000', '171955.174000', '171955.177000', '171955.180000', '171955.183000', '171955.185000', '171955.204000', '171955.207000', '171955.210000', '171955.213000', '171955.216000', '171955.219000', '171955.222000', '171955.224000', '171955.227000', '171955.230000', '171955.233000', '171955.236000', '171955.238000', '171955.241000', '171955.244000', '171955.247000', '171955.250000', '171955.253000', '171955.261000', '171955.264000', '171955.267000', '172015.123000', '172015.126000', '172015.129000', '172015.132000', '172015.134000', '172015.137000', '172015.140000', '172015.143000', '172015.146000', '172015.149000', '172015.152000', '172015.155000', '172015.157000', '172015.160000', '172015.163000', '172015.166000', '172015.169000', '172015.172000', '172015.175000', '172015.178000', '172015.180000', '172015.183000', '172015.186000', '172015.189000', '172015.192000', '172015.195000', '172015.197000', '172015.200000', '172015.203000', '172015.206000', '172015.209000', '172015.212000', '172015.214000', '172015.217000', '172015.220000', '172015.223000', '172015.226000', '172015.229000', '172015.232000', '172015.234000', '172015.237000', '172015.240000', '172015.243000', '172015.246000', '172035.123000', '172035.126000', '172035.129000', '172035.132000', '172035.135000', '172035.138000', '172035.140000', '172035.143000', '172035.146000', '172035.149000', '172035.152000', '172035.155000', '172035.158000', '172035.160000', '172035.163000', '172035.166000', '172035.169000', '172035.172000', '172035.175000', '172035.177000', '172035.180000', '172035.183000', '172035.186000', '172035.189000', '172035.192000', '172035.195000', '172035.198000', '172035.201000', '172035.204000', '172035.206000', '172035.209000', '172035.212000', '172035.215000', '172035.218000', '172035.221000', '172035.224000', '172035.227000', '172035.230000', '172035.233000', '172035.236000', '172035.238000', '172035.241000', '172035.244000', '172055.123000', '172055.126000', '172055.129000', '172055.132000', '172055.135000', '172055.138000', '172055.140000', '172055.143000', '172055.146000', '172055.149000', '172055.152000', '172055.154000', '172055.157000', '172055.160000', '172055.163000', '172055.166000', '172055.169000', '172055.172000', '172055.174000', '172055.177000', '172055.180000', '172055.183000', '172055.186000', '172055.189000', '172055.191000', '172055.194000', '172055.197000', '172055.200000', '172055.203000', '172055.206000', '172055.209000', '172055.211000', '172055.214000', '172055.217000', '172055.220000', '172055.223000', '172055.226000', '172055.228000', '172055.231000', '172055.234000', '172055.237000', '172055.240000', '172055.243000', '172055.245000', '172115.123000', '172115.126000', '172115.129000', '172115.132000', '172115.135000', '172115.138000', '172115.141000', '172115.145000', '172115.148000', '172115.151000', '172115.153000', '172115.156000', '172115.159000', '172115.162000', '172115.165000', '172115.168000', '172115.171000', '172115.173000', '172115.176000', '172115.179000', '172115.182000', '172115.185000', '172115.188000', '172115.191000', '172115.193000', '172115.196000', '172115.199000', '172115.202000', '172115.205000', '172115.208000', '172115.211000', '172115.214000', '172115.217000', '172115.219000', '172115.222000', '172115.225000', '172115.228000', '172115.231000', '172115.234000', '172115.237000', '172115.239000', '172115.242000', '172115.245000', '172135.123000', '172135.126000', '172135.129000', '172135.131000', '172135.135000', '172135.137000', '172135.140000', '172135.143000', '172135.146000', '172135.149000', '172135.152000', '172135.154000', '172135.158000', '172135.160000', '172135.163000', '172135.166000', '172135.169000', '172135.172000', '172135.175000', '172135.186000', '172135.189000', '172135.191000', '172135.207000', '172135.210000', '172135.213000', '172135.216000', '172135.219000', '172135.222000', '172135.225000', '172135.228000', '172135.230000', '172135.233000', '172135.236000', '172135.239000', '172135.242000', '172135.244000', '172135.247000', '172135.250000', '172135.253000', '172135.256000', '172135.259000', '172135.262000', '172135.264000', '172135.267000', '172155.123000', '172155.126000', '172155.129000', '172155.132000', '172155.134000', '172155.137000', '172155.140000', '172155.143000', '172155.146000', '172155.149000', '172155.152000', '172155.154000', '172155.157000', '172155.160000', '172155.163000', '172155.166000', '172155.169000', '172155.171000', '172155.174000', '172155.177000', '172155.180000', '172155.183000', '172155.186000', '172155.188000', '172155.191000', '172155.194000', '172155.197000', '172155.200000', '172155.203000', '172155.205000', '172155.208000', '172155.211000', '172155.214000', '172155.217000', '172155.220000', '172155.223000', '172155.225000', '172155.229000', '172155.232000', '172155.235000', '172155.238000', '172155.240000', '172155.243000', '172215.123000', '172215.126000', '172215.129000', '172215.132000', '172215.135000', '172215.138000', '172215.140000', '172215.143000', '172215.146000', '172215.149000', '172215.152000', '172215.155000', '172215.158000', '172215.161000', '172215.163000', '172215.166000', '172215.169000', '172215.172000', '172215.175000', '172215.178000', '172215.181000', '172215.183000', '172215.186000', '172215.189000', '172215.192000', '172215.195000', '172215.198000', '172215.207000', '172215.210000', '172215.213000', '172215.216000', '172215.219000', '172215.222000', '172215.225000', '172215.227000', '172215.230000', '172215.233000', '172215.236000', '172215.239000', '172215.242000', '172215.245000', '172215.247000', '172215.250000', '172215.253000', '172235.123000', '172235.126000', '172235.129000', '172235.132000', '172235.135000', '172235.138000', '172235.140000', '172235.143000', '172235.146000', '172235.149000', '172235.152000', '172235.155000', '172235.157000', '172235.160000', '172235.163000', '172235.166000', '172235.169000', '172235.172000', '172235.175000', '172235.178000', '172235.182000', '172235.185000', '172235.188000', '172235.190000', '172235.193000', '172235.196000', '172235.199000', '172235.202000', '172235.205000', '172235.207000', '172235.210000', '172235.213000', '172235.216000', '172235.219000', '172235.222000', '172235.224000', '172235.227000', '172235.230000', '172235.233000', '172235.236000', '172235.239000', '172235.242000', '172235.245000', '172255.123000', '172255.126000', '172255.129000', '172255.132000', '172255.135000', '172255.137000', '172255.140000', '172255.143000', '172255.146000', '172255.149000', '172255.152000', '172255.155000', '172255.158000', '172255.160000', '172255.163000', '172255.166000', '172255.169000', '172255.172000', '172255.175000', '172255.177000', '172255.180000', '172255.183000', '172255.186000', '172255.189000', '172255.192000', '172255.194000', '172255.197000', '172255.200000', '172255.203000', '172255.206000', '172255.209000', '172255.211000', '172255.225000', '172255.228000', '172255.231000', '172255.234000', '172255.237000', '172255.240000', '172255.243000', '172255.246000', '172255.248000', '172255.251000', '172255.254000', '172255.257000', '172312.567000', '172312.571000', '172312.585000', '172312.588000', '172312.591000', '172312.594000', '172312.598000', '172312.602000', '172312.605000', '172312.608000', '172312.611000', '172312.614000', '172312.616000', '172312.619000', '172312.622000', '172312.625000', '172312.628000', '172312.631000', '172312.634000', '172312.637000', '172312.640000', '172312.643000', '172312.647000', '172312.650000', '172312.653000', '172312.656000', '172312.659000', '172312.662000', '172312.665000', '172312.668000', '172312.671000', '172312.674000', '172312.677000', '172312.680000', '172312.683000', '172312.686000', '172312.689000', '172312.691000'], 'InstanceCreationTime': ['171655.161000', '171655.165000', '171655.167000', '171655.170000', '171655.173000', '171655.176000', '171655.182000', '171655.185000', '171655.188000', '171655.190000', '171655.193000', '171655.196000', '171655.199000', '171655.219000', '171655.222000', '171655.225000', '171655.227000', '171655.230000', '171655.233000', '171655.236000', '171655.239000', '171655.241000', '171655.244000', '171655.247000', '171655.250000', '171655.253000', '171655.256000', '171655.259000', '171655.262000', '171655.265000', '171655.268000', '171655.271000', '171655.273000', '171655.276000', '171655.279000', '171655.288000', '171655.291000', '171655.293000', '171655.296000', '171655.299000', '171655.302000', '171655.305000', '171655.308000', '171655.311000', '171655.314000', '171655.316000', '171655.319000', '171655.322000', '171655.325000', '171655.328000', '171655.331000', '171715.123000', '171715.126000', '171715.129000', '171715.132000', '171715.134000', '171715.137000', '171715.140000', '171715.143000', '171715.146000', '171715.149000', '171715.151000', '171715.159000', '171715.162000', '171715.164000', '171715.167000', '171715.170000', '171715.173000', '171715.176000', '171715.178000', '171715.181000', '171715.184000', '171715.187000', '171715.190000', '171715.193000', '171715.195000', '171715.198000', '171715.207000', '171715.210000', '171715.213000', '171715.216000', '171715.219000', '171715.221000', '171715.224000', '171715.227000', '171715.230000', '171715.233000', '171715.236000', '171715.238000', '171715.241000', '171715.244000', '171715.247000', '171715.250000', '171715.252000', '171715.255000', '171735.123000', '171735.126000', '171735.129000', '171735.132000', '171735.134000', '171735.137000', '171735.140000', '171735.143000', '171735.146000', '171735.149000', '171735.152000', '171735.154000', '171735.157000', '171735.160000', '171735.163000', '171735.166000', '171735.169000', '171735.172000', '171735.175000', '171735.177000', '171735.180000', '171735.183000', '171735.186000', '171735.189000', '171735.191000', '171735.200000', '171735.203000', '171735.206000', '171735.209000', '171735.212000', '171735.214000', '171735.217000', '171735.220000', '171735.223000', '171735.226000', '171735.229000', '171735.231000', '171735.234000', '171735.237000', '171735.240000', '171735.243000', '171735.246000', '171735.248000', '171755.123000', '171755.126000', '171755.129000', '171755.132000', '171755.135000', '171755.137000', '171755.140000', '171755.161000', '171755.164000', '171755.167000', '171755.170000', '171755.172000', '171755.175000', '171755.178000', '171755.181000', '171755.184000', '171755.186000', '171755.189000', '171755.192000', '171755.195000', '171755.198000', '171755.201000', '171755.204000', '171755.206000', '171755.209000', '171755.212000', '171755.215000', '171755.218000', '171755.220000', '171755.223000', '171755.226000', '171755.229000', '171755.232000', '171755.235000', '171755.238000', '171755.240000', '171755.243000', '171755.246000', '171755.249000', '171755.252000', '171755.254000', '171755.257000', '171755.260000', '171815.123000', '171815.126000', '171815.129000', '171815.132000', '171815.135000', '171815.138000', '171815.140000', '171815.143000', '171815.146000', '171815.149000', '171815.152000', '171815.154000', '171815.157000', '171815.166000', '171815.169000', '171815.172000', '171815.175000', '171815.178000', '171815.180000', '171815.183000', '171815.186000', '171815.189000', '171815.192000', '171815.194000', '171815.197000', '171815.200000', '171815.203000', '171815.206000', '171815.209000', '171815.212000', '171815.214000', '171815.217000', '171815.220000', '171815.223000', '171815.226000', '171815.229000', '171815.231000', '171815.234000', '171815.237000', '171815.240000', '171815.243000', '171815.246000', '171815.248000', '171815.251000', '171835.123000', '171835.126000', '171835.129000', '171835.132000', '171835.135000', '171835.139000', '171835.142000', '171835.145000', '171835.148000', '171835.151000', '171835.153000', '171835.156000', '171835.159000', '171835.162000', '171835.165000', '171835.184000', '171835.187000', '171835.190000', '171835.193000', '171835.196000', '171835.198000', '171835.201000', '171835.204000', '171835.209000', '171835.212000', '171835.215000', '171835.218000', '171835.221000', '171835.223000', '171835.227000', '171835.229000', '171835.232000', '171835.235000', '171835.238000', '171835.241000', '171835.243000', '171835.246000', '171835.249000', '171835.252000', '171835.255000', '171835.257000', '171835.260000', '171835.263000', '171855.123000', '171855.126000', '171855.129000', '171855.132000', '171855.135000', '171855.137000', '171855.140000', '171855.143000', '171855.146000', '171855.149000', '171855.152000', '171855.154000', '171855.157000', '171855.160000', '171855.163000', '171855.166000', '171855.169000', '171855.172000', '171855.174000', '171855.177000', '171855.180000', '171855.183000', '171855.186000', '171855.188000', '171855.191000', '171855.194000', '171855.197000', '171855.200000', '171855.203000', '171855.205000', '171855.208000', '171855.211000', '171855.214000', '171855.217000', '171855.220000', '171855.222000', '171855.225000', '171855.228000', '171855.231000', '171855.233000', '171855.236000', '171855.239000', '171855.242000', '171855.245000', '171915.123000', '171915.126000', '171915.129000', '171915.132000', '171915.135000', '171915.137000', '171915.143000', '171915.146000', '171915.149000', '171915.152000', '171915.154000', '171915.157000', '171915.160000', '171915.163000', '171915.166000', '171915.169000', '171915.172000', '171915.174000', '171915.177000', '171915.180000', '171915.183000', '171915.186000', '171915.189000', '171915.191000', '171915.194000', '171915.197000', '171915.200000', '171915.203000', '171915.206000', '171915.208000', '171915.211000', '171915.214000', '171915.217000', '171915.220000', '171915.223000', '171915.225000', '171915.228000', '171915.231000', '171915.234000', '171915.237000', '171915.240000', '171915.243000', '171915.245000', '171935.123000', '171935.126000', '171935.129000', '171935.132000', '171935.134000', '171935.137000', '171935.140000', '171935.143000', '171935.146000', '171935.149000', '171935.151000', '171935.154000', '171935.157000', '171935.160000', '171935.163000', '171935.166000', '171935.169000', '171935.172000', '171935.174000', '171935.177000', '171935.180000', '171935.183000', '171935.186000', '171935.189000', '171935.191000', '171935.194000', '171935.197000', '171935.200000', '171935.203000', '171935.206000', '171935.208000', '171935.211000', '171935.214000', '171935.217000', '171935.220000', '171935.223000', '171935.225000', '171935.228000', '171935.231000', '171935.234000', '171935.237000', '171935.240000', '171935.243000', '171935.245000', '171955.123000', '171955.126000', '171955.129000', '171955.132000', '171955.135000', '171955.138000', '171955.140000', '171955.143000', '171955.146000', '171955.149000', '171955.152000', '171955.155000', '171955.158000', '171955.161000', '171955.165000', '171955.168000', '171955.171000', '171955.174000', '171955.177000', '171955.180000', '171955.183000', '171955.185000', '171955.204000', '171955.207000', '171955.210000', '171955.213000', '171955.216000', '171955.219000', '171955.222000', '171955.224000', '171955.227000', '171955.230000', '171955.233000', '171955.236000', '171955.238000', '171955.241000', '171955.244000', '171955.247000', '171955.250000', '171955.253000', '171955.261000', '171955.264000', '171955.267000', '172015.123000', '172015.126000', '172015.129000', '172015.132000', '172015.134000', '172015.137000', '172015.140000', '172015.143000', '172015.146000', '172015.149000', '172015.152000', '172015.155000', '172015.157000', '172015.160000', '172015.163000', '172015.166000', '172015.169000', '172015.172000', '172015.175000', '172015.178000', '172015.180000', '172015.183000', '172015.186000', '172015.189000', '172015.192000', '172015.195000', '172015.197000', '172015.200000', '172015.203000', '172015.206000', '172015.209000', '172015.212000', '172015.214000', '172015.217000', '172015.220000', '172015.223000', '172015.226000', '172015.229000', '172015.232000', '172015.234000', '172015.237000', '172015.240000', '172015.243000', '172015.246000', '172035.123000', '172035.126000', '172035.129000', '172035.132000', '172035.135000', '172035.138000', '172035.140000', '172035.143000', '172035.146000', '172035.149000', '172035.152000', '172035.155000', '172035.158000', '172035.160000', '172035.163000', '172035.166000', '172035.169000', '172035.172000', '172035.175000', '172035.177000', '172035.180000', '172035.183000', '172035.186000', '172035.189000', '172035.192000', '172035.195000', '172035.198000', '172035.201000', '172035.204000', '172035.206000', '172035.209000', '172035.212000', '172035.215000', '172035.218000', '172035.221000', '172035.224000', '172035.227000', '172035.230000', '172035.233000', '172035.236000', '172035.238000', '172035.241000', '172035.244000', '172055.123000', '172055.126000', '172055.129000', '172055.132000', '172055.135000', '172055.138000', '172055.140000', '172055.143000', '172055.146000', '172055.149000', '172055.152000', '172055.154000', '172055.157000', '172055.160000', '172055.163000', '172055.166000', '172055.169000', '172055.172000', '172055.174000', '172055.177000', '172055.180000', '172055.183000', '172055.186000', '172055.189000', '172055.191000', '172055.194000', '172055.197000', '172055.200000', '172055.203000', '172055.206000', '172055.209000', '172055.211000', '172055.214000', '172055.217000', '172055.220000', '172055.223000', '172055.226000', '172055.228000', '172055.231000', '172055.234000', '172055.237000', '172055.240000', '172055.243000', '172055.245000', '172115.123000', '172115.126000', '172115.129000', '172115.132000', '172115.135000', '172115.138000', '172115.141000', '172115.145000', '172115.148000', '172115.151000', '172115.153000', '172115.156000', '172115.159000', '172115.162000', '172115.165000', '172115.168000', '172115.171000', '172115.173000', '172115.176000', '172115.179000', '172115.182000', '172115.185000', '172115.188000', '172115.191000', '172115.193000', '172115.196000', '172115.199000', '172115.202000', '172115.205000', '172115.208000', '172115.211000', '172115.214000', '172115.217000', '172115.219000', '172115.222000', '172115.225000', '172115.228000', '172115.231000', '172115.234000', '172115.237000', '172115.239000', '172115.242000', '172115.245000', '172135.123000', '172135.126000', '172135.129000', '172135.131000', '172135.135000', '172135.137000', '172135.140000', '172135.143000', '172135.146000', '172135.149000', '172135.152000', '172135.154000', '172135.158000', '172135.160000', '172135.163000', '172135.166000', '172135.169000', '172135.172000', '172135.175000', '172135.186000', '172135.189000', '172135.191000', '172135.207000', '172135.210000', '172135.213000', '172135.216000', '172135.219000', '172135.222000', '172135.225000', '172135.228000', '172135.230000', '172135.233000', '172135.236000', '172135.239000', '172135.242000', '172135.244000', '172135.247000', '172135.250000', '172135.253000', '172135.256000', '172135.259000', '172135.262000', '172135.264000', '172135.267000', '172155.123000', '172155.126000', '172155.129000', '172155.132000', '172155.134000', '172155.137000', '172155.140000', '172155.143000', '172155.146000', '172155.149000', '172155.152000', '172155.154000', '172155.157000', '172155.160000', '172155.163000', '172155.166000', '172155.169000', '172155.171000', '172155.174000', '172155.177000', '172155.180000', '172155.183000', '172155.186000', '172155.188000', '172155.191000', '172155.194000', '172155.197000', '172155.200000', '172155.203000', '172155.205000', '172155.208000', '172155.211000', '172155.214000', '172155.217000', '172155.220000', '172155.223000', '172155.225000', '172155.229000', '172155.232000', '172155.235000', '172155.238000', '172155.240000', '172155.243000', '172215.123000', '172215.126000', '172215.129000', '172215.132000', '172215.135000', '172215.138000', '172215.140000', '172215.143000', '172215.146000', '172215.149000', '172215.152000', '172215.155000', '172215.158000', '172215.161000', '172215.163000', '172215.166000', '172215.169000', '172215.172000', '172215.175000', '172215.178000', '172215.181000', '172215.183000', '172215.186000', '172215.189000', '172215.192000', '172215.195000', '172215.198000', '172215.207000', '172215.210000', '172215.213000', '172215.216000', '172215.219000', '172215.222000', '172215.225000', '172215.227000', '172215.230000', '172215.233000', '172215.236000', '172215.239000', '172215.242000', '172215.245000', '172215.247000', '172215.250000', '172215.253000', '172235.123000', '172235.126000', '172235.129000', '172235.132000', '172235.135000', '172235.138000', '172235.140000', '172235.143000', '172235.146000', '172235.149000', '172235.152000', '172235.155000', '172235.157000', '172235.160000', '172235.163000', '172235.166000', '172235.169000', '172235.172000', '172235.175000', '172235.178000', '172235.182000', '172235.185000', '172235.188000', '172235.190000', '172235.193000', '172235.196000', '172235.199000', '172235.202000', '172235.205000', '172235.207000', '172235.210000', '172235.213000', '172235.216000', '172235.219000', '172235.222000', '172235.224000', '172235.227000', '172235.230000', '172235.233000', '172235.236000', '172235.239000', '172235.242000', '172235.245000', '172255.123000', '172255.126000', '172255.129000', '172255.132000', '172255.135000', '172255.137000', '172255.140000', '172255.143000', '172255.146000', '172255.149000', '172255.152000', '172255.155000', '172255.158000', '172255.160000', '172255.163000', '172255.166000', '172255.169000', '172255.172000', '172255.175000', '172255.177000', '172255.180000', '172255.183000', '172255.186000', '172255.189000', '172255.192000', '172255.194000', '172255.197000', '172255.200000', '172255.203000', '172255.206000', '172255.209000', '172255.211000', '172255.225000', '172255.228000', '172255.231000', '172255.234000', '172255.237000', '172255.240000', '172255.243000', '172255.246000', '172255.248000', '172255.251000', '172255.254000', '172255.257000', '172312.567000', '172312.571000', '172312.585000', '172312.588000', '172312.591000', '172312.594000', '172312.598000', '172312.602000', '172312.605000', '172312.608000', '172312.611000', '172312.614000', '172312.616000', '172312.619000', '172312.622000', '172312.625000', '172312.628000', '172312.631000', '172312.634000', '172312.637000', '172312.640000', '172312.643000', '172312.647000', '172312.650000', '172312.653000', '172312.656000', '172312.659000', '172312.662000', '172312.665000', '172312.668000', '172312.671000', '172312.674000', '172312.677000', '172312.680000', '172312.683000', '172312.686000', '172312.689000', '172312.691000'], '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': [9663, 11186, 12071, 11261, 15861, 11560, 13662, 11048, 8151, 9688, 7970, 10017, 7925, 11598, 8441, 12094, 9384, 12300, 8323, 11736, 7937, 11320, 9095, 11257, 9869, 11574, 9527, 12662, 10462, 12652, 9677, 11735, 9503, 10410, 10542, 7583, 11167, 9168, 11177, 12964, 10333, 15821, 13103, 14965, 11776, 8334, 10438, 9481, 9158, 9640, 7740, 11617, 9123, 13102, 10817, 14129, 11665, 13057, 10413, 7753, 10941, 9552, 12569, 9897, 7783, 11029, 8920, 10534, 12387, 9997, 14749, 10067, 13804, 11701, 12977, 9336, 11997, 9486, 12694, 9470, 11988, 10716, 12145, 9114, 8699, 9235, 8096, 9156, 7470, 9323, 7532, 11097, 8801, 11320, 9329, 7324, 10649, 9136, 11759, 8543, 11478, 8079, 11191, 8327, 13440, 8954, 14268, 12068, 15929, 14751, 10602, 10364, 10550, 10489, 15260, 12098, 13354, 12377, 13678, 10031, 11353, 8571, 10357, 7593, 9851, 13815, 9799, 13585, 12598, 12998, 11412, 14035, 9853, 11567, 9339, 11999, 9238, 12183, 9190, 11955, 9400, 11670, 10606, 12210, 8912, 10515, 9074, 10016, 9016, 11574, 9913, 10903, 9150, 12087, 9285, 11233, 9430, 11237, 9985, 11656, 8875, 10985, 9304, 11088, 9992, 12496, 9109, 11309, 9494, 12017, 10464, 12968, 9018, 11673, 10190, 13394, 11403, 14297, 11954, 14046, 9549, 12390, 9594, 10039, 9529, 7665, 10773, 8730, 11963, 9097, 7892, 10422, 7799, 12394, 10422, 11987, 14799, 11785, 14894, 11159, 14107, 9383, 12567, 9045, 13739, 9212, 11703, 8565, 9437, 9323, 7525, 10619, 8181, 10948, 8323, 11774, 9964, 12373, 10330, 10608, 8792, 10587, 8672, 11971, 9403, 10560, 9238, 7488, 10607, 7901, 12177, 10223, 14291, 12680, 9162, 13732, 9236, 12732, 9057, 10785, 9831, 11966, 9638, 13712, 9744, 9045, 10299, 7946, 13631, 11652, 16742, 13175, 16329, 13080, 12705, 9425, 14487, 10593, 13467, 9636, 12636, 10575, 7604, 10677, 8854, 14739, 11150, 10649, 9036, 7536, 9553, 8191, 10829, 8091, 11879, 9102, 12377, 8777, 10764, 9265, 7491, 9194, 7109, 9343, 7521, 10563, 8787, 7091, 9327, 7690, 10677, 8533, 11676, 9293, 10327, 10042, 10204, 10061, 10815, 8195, 11163, 9127, 11159, 9206, 11376, 9400, 7698, 11212, 8356, 12530, 10209, 13211, 12320, 11105, 9386, 10456, 10288, 11801, 12579, 9486, 13926, 9649, 7819, 12587, 10273, 14281, 11410, 13097, 12291, 9561, 14471, 10734, 15443, 10434, 13455, 10028, 16026, 11878, 13553, 11463, 14031, 11178, 11940, 8985, 11121, 9629, 11147, 9090, 11029, 8833, 10904, 9434, 12425, 9147, 6790, 9317, 7542, 10782, 8047, 11990, 9243, 11643, 9228, 11781, 7975, 11606, 7881, 10541, 8017, 10594, 8343, 13062, 9868, 11266, 8742, 12135, 9874, 13702, 11114, 11565, 9741, 13046, 9912, 15215, 10440, 12172, 10456, 11664, 9774, 11691, 9320, 11640, 8044, 11958, 8113, 10410, 8064, 11575, 9112, 12018, 10490, 7258, 8962, 8437, 10925, 9278, 10551, 9666, 8470, 11070, 8655, 14346, 11058, 10145, 13410, 9253, 15450, 9937, 14456, 8327, 10847, 8602, 13679, 9413, 8503, 10072, 8119, 12583, 9813, 12120, 9580, 9326, 9357, 9789, 10225, 8023, 11030, 9020, 11559, 9283, 10875, 9477, 7576, 10550, 9149, 12093, 9425, 14429, 11712, 14963, 12504, 14812, 10121, 13318, 11859, 14357, 12382, 13882, 11501, 12791, 10433, 12930, 11337, 13868, 10707, 12575, 9047, 12524, 9449, 12322, 11145, 13956, 11415, 9815, 9448, 8082, 10254, 11208, 9830, 14655, 12492, 11266, 10177, 7976, 10217, 8192, 10761, 8286, 10977, 8598, 11191, 8015, 10478, 7801, 10342, 10977, 10061, 14316, 11607, 13383, 9740, 11006, 9356, 11632, 9310, 10899, 9909, 7704, 10751, 8582, 11100, 8341, 11499, 8787, 12537, 9403, 11525, 9242, 11639, 9291, 11709, 10797, 11987, 9144, 7324, 10907, 8080, 10971, 9805, 12415, 9156, 12860, 10456, 13032, 10610, 13085, 8893, 12570, 9988, 15014, 13008, 10269, 10253, 9001, 7622, 11369, 8303, 11788, 8810, 12350, 9917, 13091, 10641, 14235, 10761, 15148, 8929, 13126, 9716, 9296, 9587, 7919, 12693, 10811, 15670, 12199, 14519, 10201, 12464, 10467, 11943, 9701, 11688, 8820, 10826, 9512, 11114, 8682, 7371, 9521, 8777, 10837, 9671, 11110, 9999, 8123, 9480, 11044, 11193, 9643, 11444, 8356, 11884, 8405, 12472, 9102, 12393, 10048, 11175, 10524, 10156, 13087, 10767, 9313, 11199, 8643, 11520, 9705, 13477, 10702, 8486, 12397, 9722, 14546, 12475, 14600, 10172, 10089, 10022, 7619, 10860, 8055, 11645, 8055, 11618, 8228, 12478, 10178, 12721, 8957, 10166, 7815, 11594, 8472, 13910, 9565, 13993, 9698, 14095, 9700, 12257, 9610, 11978, 9297, 11806, 9456, 9905, 8890, 7427, 11045, 8919, 12393, 9684, 12093, 10261, 8316, 11987, 9834, 6817, 10186, 13720, 11209, 12735, 9553, 11948, 9237, 10560, 14290, 11322, 15845, 14137, 14359, 12438, 15250, 10809, 14503, 9863, 12824, 9127, 11794, 8289, 11242, 8373, 10989, 8520, 10907, 8398, 11166, 8926, 11125, 9087, 11817, 9640, 12154, 9784, 12370, 9887, 12424, 8841, 11029, 8870, 8020, 9427, 7559, 10275, 8618, 11301, 8960, 9656, 9525, 8191, 11573, 9027, 13601, 11145, 15471, 11666, 14885, 10851, 12688, 9804, 11601, 10192, 7588, 8836, 8583, 11378, 9566, 8041, 12391, 8779, 13372, 9212, 12972, 10893, 8134, 10151, 8133, 11814, 8334, 12362, 10147, 12944, 9470, 7998, 9025, 7783, 9635, 8264, 11804, 9214, 13352, 9259, 12402, 10265, 11596, 10676, 9301, 10630, 11627, 10416, 14704, 11416, 9122, 10320, 8570, 12183, 9525, 12072, 9248, 12905, 9395, 13885, 11327, 13417, 9527, 13094, 10116, 13642, 10651, 12461, 10583, 9385, 11300, 8757, 7824, 10562, 8923, 9917, 9598, 7822, 13104, 11281, 11458, 10958, 8631, 14527, 9048, 15163, 10072, 13778, 9872, 11936, 10034, 12849, 9897, 7577, 11720, 9024, 12436, 9338, 13405, 10745, 10823, 10051, 7664, 11549, 9299, 10494, 9102, 7763, 10012, 7638, 12473, 9266, 7729, 9569, 7329, 10870, 8812, 12478, 9384, 12945, 9368, 13572, 9824, 12440, 10740, 7843, 12266, 9259, 13038, 9817, 14451, 11859, 15233, 11553, 8127, 11360, 8545, 12962, 10135, 15158, 12193, 8957, 9400, 9273, 8033, 10392, 10515, 10537, 11986, 10161, 14058, 9302, 15230, 9961, 15170, 9523, 13173, 9590, 13656], 'WindowCenter': [4237.0, 4243.0, 4227.0, 4227.0, 4249.0, 4216.0, 4224.0, 4214.0, 4171.0, 4191.0, 4170.0, 4204.0, 4173.0, 4214.0, 4181.0, 4213.0, 4192.0, 4211.0, 4184.0, 4212.0, 4171.0, 4202.0, 4181.0, 4201.0, 4203.0, 4213.0, 4193.0, 4211.0, 4203.0, 4223.0, 4193.0, 4214.0, 4204.0, 4202.0, 4204.0, 4172.0, 4214.0, 4180.0, 4202.0, 4210.0, 4189.0, 4223.0, 4210.0, 4221.0, 4200.0, 4169.0, 4189.0, 4180.0, 4180.0, 4192.0, 4161.0, 4204.0, 4182.0, 4214.0, 4204.0, 4211.0, 4201.0, 4223.0, 4205.0, 4159.0, 4190.0, 4180.0, 4199.0, 4193.0, 4160.0, 4202.0, 4170.0, 4191.0, 4201.0, 4180.0, 4210.0, 4180.0, 4199.0, 4199.0, 4198.0, 4168.0, 4188.0, 4178.0, 4197.0, 4177.0, 4199.0, 4190.0, 4199.0, 4169.0, 4169.0, 4180.0, 4168.0, 4180.0, 4161.0, 4207.0, 4186.0, 4216.0, 4196.0, 4216.0, 4207.0, 4176.0, 4217.0, 4209.0, 4227.0, 4185.0, 4213.0, 4175.0, 4205.0, 4173.0, 4224.0, 4196.0, 4224.0, 4214.0, 4224.0, 4224.0, 4193.0, 4193.0, 4191.0, 4190.0, 4212.0, 4200.0, 4211.0, 4202.0, 4210.0, 4179.0, 4188.0, 4156.0, 4178.0, 4145.0, 4178.0, 4197.0, 4177.0, 4197.0, 4200.0, 4198.0, 4187.0, 4197.0, 4166.0, 4185.0, 4165.0, 4184.0, 4165.0, 4186.0, 4167.0, 4186.0, 4179.0, 4199.0, 4188.0, 4188.0, 4168.0, 4188.0, 4169.0, 4177.0, 4170.0, 4200.0, 4181.0, 4191.0, 4181.0, 4201.0, 4182.0, 4201.0, 4192.0, 4203.0, 4191.0, 4202.0, 4183.0, 4203.0, 4194.0, 4203.0, 4195.0, 4213.0, 4182.0, 4203.0, 4194.0, 4213.0, 4204.0, 4213.0, 4183.0, 4202.0, 4195.0, 4212.0, 4203.0, 4213.0, 4203.0, 4212.0, 4181.0, 4201.0, 4182.0, 4179.0, 4182.0, 4161.0, 4193.0, 4174.0, 4205.0, 4184.0, 4176.0, 4206.0, 4162.0, 4214.0, 4179.0, 4202.0, 4201.0, 4203.0, 4223.0, 4192.0, 4199.0, 4168.0, 4186.0, 4157.0, 4185.0, 4167.0, 4185.0, 4157.0, 4169.0, 4181.0, 4160.0, 4192.0, 4173.0, 4193.0, 4172.0, 4202.0, 4195.0, 4213.0, 4196.0, 4194.0, 4174.0, 4193.0, 4184.0, 4204.0, 4185.0, 4205.0, 4196.0, 4163.0, 4206.0, 4188.0, 4230.0, 4221.0, 4239.0, 4228.0, 4197.0, 4227.0, 4197.0, 4217.0, 4183.0, 4205.0, 4182.0, 4204.0, 4183.0, 4215.0, 4174.0, 4172.0, 4182.0, 4151.0, 4215.0, 4195.0, 4225.0, 4191.0, 4201.0, 4189.0, 4186.0, 4157.0, 4198.0, 4166.0, 4185.0, 4154.0, 4174.0, 4152.0, 4122.0, 4165.0, 4155.0, 4196.0, 4166.0, 4163.0, 4143.0, 4120.0, 4152.0, 4133.0, 4163.0, 4132.0, 4173.0, 4155.0, 4186.0, 4145.0, 4176.0, 4156.0, 4137.0, 4192.0, 4151.0, 4192.0, 4161.0, 4190.0, 4170.0, 4149.0, 4180.0, 4160.0, 4190.0, 4171.0, 4202.0, 4170.0, 4192.0, 4180.0, 4192.0, 4180.0, 4191.0, 4170.0, 4201.0, 4182.0, 4214.0, 4195.0, 4214.0, 4195.0, 4174.0, 4214.0, 4184.0, 4226.0, 4206.0, 4214.0, 4215.0, 4204.0, 4194.0, 4204.0, 4204.0, 4213.0, 4230.0, 4210.0, 4227.0, 4195.0, 4176.0, 4216.0, 4208.0, 4238.0, 4207.0, 4216.0, 4206.0, 4172.0, 4214.0, 4194.0, 4213.0, 4193.0, 4200.0, 4179.0, 4209.0, 4187.0, 4198.0, 4178.0, 4196.0, 4178.0, 4175.0, 4156.0, 4174.0, 4155.0, 4175.0, 4155.0, 4175.0, 4156.0, 4188.0, 4170.0, 4198.0, 4180.0, 4140.0, 4182.0, 4160.0, 4191.0, 4160.0, 4201.0, 4181.0, 4201.0, 4181.0, 4202.0, 4161.0, 4201.0, 4171.0, 4207.0, 4173.0, 4204.0, 4184.0, 4214.0, 4205.0, 4204.0, 4185.0, 4214.0, 4195.0, 4213.0, 4203.0, 4201.0, 4182.0, 4212.0, 4180.0, 4211.0, 4191.0, 4200.0, 4179.0, 4190.0, 4181.0, 4189.0, 4169.0, 4189.0, 4159.0, 4199.0, 4158.0, 4191.0, 4161.0, 4200.0, 4181.0, 4201.0, 4193.0, 4152.0, 4182.0, 4175.0, 4207.0, 4199.0, 4222.0, 4214.0, 4189.0, 4219.0, 4203.0, 4242.0, 4221.0, 4197.0, 4218.0, 4175.0, 4230.0, 4199.0, 4229.0, 4177.0, 4206.0, 4198.0, 4225.0, 4183.0, 4173.0, 4193.0, 4161.0, 4202.0, 4192.0, 4202.0, 4193.0, 4181.0, 4183.0, 4195.0, 4193.0, 4161.0, 4202.0, 4183.0, 4214.0, 4196.0, 4216.0, 4195.0, 4164.0, 4205.0, 4196.0, 4216.0, 4196.0, 4226.0, 4217.0, 4226.0, 4217.0, 4224.0, 4193.0, 4213.0, 4204.0, 4215.0, 4213.0, 4212.0, 4191.0, 4199.0, 4180.0, 4201.0, 4190.0, 4198.0, 4178.0, 4187.0, 4168.0, 4197.0, 4168.0, 4199.0, 4190.0, 4209.0, 4189.0, 4178.0, 4179.0, 4147.0, 4179.0, 4188.0, 4178.0, 4210.0, 4199.0, 4188.0, 4179.0, 4147.0, 4178.0, 4159.0, 4191.0, 4171.0, 4191.0, 4159.0, 4190.0, 4159.0, 4190.0, 4148.0, 4180.0, 4189.0, 4180.0, 4210.0, 4190.0, 4199.0, 4168.0, 4188.0, 4169.0, 4200.0, 4180.0, 4190.0, 4180.0, 4149.0, 4191.0, 4171.0, 4202.0, 4171.0, 4203.0, 4172.0, 4212.0, 4182.0, 4201.0, 4183.0, 4202.0, 4183.0, 4214.0, 4205.0, 4203.0, 4183.0, 4162.0, 4204.0, 4162.0, 4204.0, 4193.0, 4214.0, 4182.0, 4203.0, 4192.0, 4212.0, 4181.0, 4201.0, 4170.0, 4201.0, 4194.0, 4223.0, 4204.0, 4181.0, 4182.0, 4172.0, 4152.0, 4194.0, 4165.0, 4207.0, 4174.0, 4205.0, 4185.0, 4216.0, 4194.0, 4213.0, 4180.0, 4200.0, 4157.0, 4188.0, 4170.0, 4169.0, 4170.0, 4149.0, 4201.0, 4178.0, 4199.0, 4177.0, 4185.0, 4154.0, 4173.0, 4153.0, 4163.0, 4155.0, 4187.0, 4155.0, 4177.0, 4180.0, 4177.0, 4157.0, 4137.0, 4178.0, 4170.0, 4191.0, 4183.0, 4203.0, 4183.0, 4161.0, 4183.0, 4204.0, 4192.0, 4170.0, 4191.0, 4159.0, 4191.0, 4159.0, 4201.0, 4159.0, 4201.0, 4168.0, 4190.0, 4178.0, 4178.0, 4199.0, 4178.0, 4157.0, 4177.0, 4158.0, 4190.0, 4182.0, 4201.0, 4194.0, 4161.0, 4202.0, 4182.0, 4216.0, 4216.0, 4214.0, 4184.0, 4182.0, 4170.0, 4138.0, 4179.0, 4149.0, 4179.0, 4137.0, 4178.0, 4161.0, 4201.0, 4179.0, 4214.0, 4158.0, 4168.0, 4137.0, 4177.0, 4147.0, 4198.0, 4168.0, 4198.0, 4168.0, 4198.0, 4157.0, 4187.0, 4167.0, 4177.0, 4168.0, 4190.0, 4181.0, 4179.0, 4159.0, 4150.0, 4192.0, 4197.0, 4230.0, 4209.0, 4230.0, 4209.0, 4186.0, 4213.0, 4206.0, 4152.0, 4205.0, 4226.0, 4218.0, 4238.0, 4207.0, 4215.0, 4181.0, 4192.0, 4223.0, 4202.0, 4224.0, 4211.0, 4211.0, 4188.0, 4208.0, 4166.0, 4197.0, 4154.0, 4184.0, 4152.0, 4173.0, 4131.0, 4162.0, 4131.0, 4160.0, 4140.0, 4162.0, 4142.0, 4174.0, 4154.0, 4175.0, 4156.0, 4185.0, 4165.0, 4187.0, 4178.0, 4186.0, 4165.0, 4185.0, 4156.0, 4188.0, 4168.0, 4157.0, 4180.0, 4159.0, 4207.0, 4199.0, 4217.0, 4201.0, 4198.0, 4199.0, 4177.0, 4208.0, 4187.0, 4216.0, 4195.0, 4215.0, 4194.0, 4203.0, 4181.0, 4217.0, 4197.0, 4191.0, 4192.0, 4161.0, 4183.0, 4199.0, 4218.0, 4195.0, 4163.0, 4216.0, 4174.0, 4225.0, 4197.0, 4225.0, 4193.0, 4161.0, 4192.0, 4162.0, 4203.0, 4172.0, 4214.0, 4195.0, 4214.0, 4184.0, 4174.0, 4185.0, 4164.0, 4196.0, 4176.0, 4217.0, 4196.0, 4227.0, 4197.0, 4227.0, 4208.0, 4219.0, 4221.0, 4209.0, 4219.0, 4227.0, 4206.0, 4225.0, 4202.0, 4180.0, 4191.0, 4171.0, 4212.0, 4192.0, 4203.0, 4183.0, 4213.0, 4183.0, 4212.0, 4202.0, 4212.0, 4182.0, 4213.0, 4192.0, 4212.0, 4193.0, 4213.0, 4193.0, 4186.0, 4206.0, 4175.0, 4164.0, 4193.0, 4175.0, 4186.0, 4186.0, 4165.0, 4217.0, 4209.0, 4206.0, 4195.0, 4173.0, 4215.0, 4171.0, 4213.0, 4170.0, 4201.0, 4169.0, 4201.0, 4181.0, 4200.0, 4179.0, 4148.0, 4189.0, 4170.0, 4199.0, 4169.0, 4200.0, 4190.0, 4189.0, 4180.0, 4149.0, 4190.0, 4181.0, 4191.0, 4183.0, 4162.0, 4194.0, 4163.0, 4214.0, 4184.0, 4163.0, 4195.0, 4163.0, 4206.0, 4185.0, 4217.0, 4185.0, 4228.0, 4212.0, 4227.0, 4194.0, 4215.0, 4205.0, 4163.0, 4215.0, 4184.0, 4213.0, 4195.0, 4226.0, 4216.0, 4226.0, 4204.0, 4162.0, 4203.0, 4172.0, 4214.0, 4205.0, 4239.0, 4219.0, 4187.0, 4183.0, 4185.0, 4179.0, 4199.0, 4210.0, 4199.0, 4210.0, 4197.0, 4218.0, 4174.0, 4216.0, 4171.0, 4213.0, 4171.0, 4205.0, 4174.0, 4215.0], 'WindowWidth': [9397.0, 9394.0, 9362.0, 9358.0, 9397.0, 9341.0, 9351.0, 9334.0, 9272.0, 9300.0, 9271.0, 9321.0, 9279.0, 9335.0, 9287.0, 9332.0, 9301.0, 9328.0, 9294.0, 9328.0, 9270.0, 9314.0, 9284.0, 9313.0, 9317.0, 9332.0, 9306.0, 9327.0, 9319.0, 9344.0, 9304.0, 9336.0, 9320.0, 9315.0, 9320.0, 9276.0, 9333.0, 9282.0, 9314.0, 9320.0, 9293.0, 9350.0, 9324.0, 9343.0, 9310.0, 9264.0, 9293.0, 9281.0, 9281.0, 9299.0, 9256.0, 9319.0, 9287.0, 9333.0, 9316.0, 9326.0, 9309.0, 9345.0, 9323.0, 9252.0, 9293.0, 9280.0, 9303.0, 9301.0, 9252.0, 9312.0, 9266.0, 9295.0, 9307.0, 9278.0, 9322.0, 9278.0, 9304.0, 9301.0, 9299.0, 9257.0, 9286.0, 9271.0, 9298.0, 9269.0, 9303.0, 9291.0, 9302.0, 9261.0, 9262.0, 9278.0, 9262.0, 9281.0, 9258.0, 9331.0, 9299.0, 9341.0, 9314.0, 9340.0, 9330.0, 9285.0, 9343.0, 9332.0, 9356.0, 9294.0, 9332.0, 9282.0, 9321.0, 9274.0, 9347.0, 9312.0, 9349.0, 9331.0, 9351.0, 9346.0, 9299.0, 9301.0, 9293.0, 9292.0, 9328.0, 9303.0, 9324.0, 9308.0, 9318.0, 9274.0, 9286.0, 9239.0, 9269.0, 9221.0, 9270.0, 9295.0, 9269.0, 9299.0, 9303.0, 9299.0, 9282.0, 9294.0, 9252.0, 9275.0, 9247.0, 9273.0, 9249.0, 9278.0, 9253.0, 9281.0, 9274.0, 9303.0, 9287.0, 9286.0, 9258.0, 9286.0, 9261.0, 9270.0, 9262.0, 9304.0, 9280.0, 9293.0, 9280.0, 9308.0, 9285.0, 9310.0, 9300.0, 9316.0, 9297.0, 9310.0, 9287.0, 9313.0, 9304.0, 9315.0, 9306.0, 9327.0, 9286.0, 9314.0, 9303.0, 9328.0, 9318.0, 9328.0, 9286.0, 9313.0, 9306.0, 9326.0, 9314.0, 9329.0, 9312.0, 9324.0, 9279.0, 9308.0, 9282.0, 9277.0, 9285.0, 9254.0, 9298.0, 9274.0, 9317.0, 9289.0, 9283.0, 9321.0, 9259.0, 9330.0, 9273.0, 9310.0, 9307.0, 9310.0, 9342.0, 9296.0, 9300.0, 9255.0, 9275.0, 9237.0, 9275.0, 9251.0, 9274.0, 9239.0, 9260.0, 9276.0, 9250.0, 9295.0, 9272.0, 9297.0, 9270.0, 9311.0, 9303.0, 9326.0, 9305.0, 9299.0, 9274.0, 9297.0, 9288.0, 9314.0, 9290.0, 9318.0, 9307.0, 9261.0, 9321.0, 9302.0, 9363.0, 9350.0, 9370.0, 9357.0, 9311.0, 9354.0, 9309.0, 9337.0, 9285.0, 9318.0, 9282.0, 9314.0, 9284.0, 9328.0, 9268.0, 9265.0, 9278.0, 9236.0, 9329.0, 9300.0, 9352.0, 9292.0, 9309.0, 9283.0, 9275.0, 9236.0, 9297.0, 9247.0, 9272.0, 9230.0, 9256.0, 9224.0, 9183.0, 9243.0, 9233.0, 9290.0, 9246.0, 9238.0, 9211.0, 9178.0, 9221.0, 9199.0, 9238.0, 9197.0, 9254.0, 9232.0, 9275.0, 9220.0, 9259.0, 9234.0, 9213.0, 9299.0, 9244.0, 9299.0, 9257.0, 9293.0, 9265.0, 9236.0, 9276.0, 9250.0, 9292.0, 9266.0, 9309.0, 9262.0, 9294.0, 9278.0, 9296.0, 9278.0, 9293.0, 9265.0, 9307.0, 9284.0, 9331.0, 9308.0, 9331.0, 9306.0, 9276.0, 9331.0, 9292.0, 9349.0, 9324.0, 9332.0, 9332.0, 9316.0, 9303.0, 9316.0, 9316.0, 9328.0, 9365.0, 9335.0, 9351.0, 9306.0, 9280.0, 9336.0, 9326.0, 9370.0, 9324.0, 9333.0, 9321.0, 9267.0, 9332.0, 9299.0, 9330.0, 9296.0, 9305.0, 9271.0, 9318.0, 9281.0, 9299.0, 9269.0, 9293.0, 9267.0, 9261.0, 9236.0, 9259.0, 9233.0, 9259.0, 9233.0, 9260.0, 9237.0, 9282.0, 9262.0, 9299.0, 9276.0, 9225.0, 9285.0, 9251.0, 9294.0, 9252.0, 9308.0, 9281.0, 9307.0, 9281.0, 9309.0, 9253.0, 9308.0, 9268.0, 9325.0, 9273.0, 9315.0, 9292.0, 9329.0, 9322.0, 9317.0, 9295.0, 9330.0, 9305.0, 9327.0, 9312.0, 9307.0, 9282.0, 9322.0, 9277.0, 9325.0, 9291.0, 9304.0, 9274.0, 9289.0, 9277.0, 9287.0, 9261.0, 9287.0, 9247.0, 9301.0, 9244.0, 9291.0, 9254.0, 9302.0, 9281.0, 9309.0, 9298.0, 9242.0, 9284.0, 9278.0, 9323.0, 9316.0, 9357.0, 9346.0, 9303.0, 9343.0, 9328.0, 9382.0, 9345.0, 9308.0, 9341.0, 9274.0, 9362.0, 9315.0, 9359.0, 9283.0, 9319.0, 9315.0, 9348.0, 9284.0, 9272.0, 9297.0, 9253.0, 9309.0, 9295.0, 9311.0, 9298.0, 9281.0, 9285.0, 9306.0, 9298.0, 9253.0, 9309.0, 9287.0, 9331.0, 9310.0, 9338.0, 9305.0, 9262.0, 9318.0, 9308.0, 9335.0, 9308.0, 9351.0, 9338.0, 9354.0, 9337.0, 9346.0, 9300.0, 9329.0, 9316.0, 9333.0, 9326.0, 9324.0, 9290.0, 9303.0, 9275.0, 9306.0, 9289.0, 9298.0, 9268.0, 9282.0, 9255.0, 9295.0, 9257.0, 9302.0, 9290.0, 9315.0, 9286.0, 9271.0, 9272.0, 9228.0, 9271.0, 9282.0, 9270.0, 9317.0, 9298.0, 9282.0, 9272.0, 9229.0, 9272.0, 9247.0, 9293.0, 9266.0, 9294.0, 9247.0, 9291.0, 9246.0, 9288.0, 9231.0, 9276.0, 9285.0, 9277.0, 9318.0, 9290.0, 9300.0, 9257.0, 9283.0, 9259.0, 9303.0, 9278.0, 9290.0, 9276.0, 9235.0, 9292.0, 9268.0, 9308.0, 9268.0, 9311.0, 9270.0, 9324.0, 9282.0, 9308.0, 9286.0, 9310.0, 9287.0, 9331.0, 9318.0, 9313.0, 9287.0, 9258.0, 9315.0, 9257.0, 9317.0, 9299.0, 9330.0, 9284.0, 9313.0, 9296.0, 9325.0, 9279.0, 9308.0, 9265.0, 9309.0, 9304.0, 9345.0, 9314.0, 9275.0, 9279.0, 9264.0, 9239.0, 9296.0, 9258.0, 9317.0, 9269.0, 9316.0, 9288.0, 9336.0, 9300.0, 9327.0, 9273.0, 9305.0, 9236.0, 9282.0, 9261.0, 9258.0, 9260.0, 9234.0, 9305.0, 9269.0, 9302.0, 9263.0, 9274.0, 9227.0, 9252.0, 9224.0, 9237.0, 9230.0, 9279.0, 9233.0, 9266.0, 9277.0, 9265.0, 9238.0, 9214.0, 9271.0, 9262.0, 9292.0, 9284.0, 9310.0, 9285.0, 9252.0, 9286.0, 9314.0, 9296.0, 9262.0, 9292.0, 9246.0, 9291.0, 9246.0, 9305.0, 9245.0, 9305.0, 9256.0, 9287.0, 9267.0, 9268.0, 9299.0, 9269.0, 9237.0, 9267.0, 9241.0, 9289.0, 9283.0, 9306.0, 9300.0, 9251.0, 9306.0, 9280.0, 9335.0, 9331.0, 9329.0, 9286.0, 9278.0, 9257.0, 9214.0, 9266.0, 9228.0, 9266.0, 9209.0, 9266.0, 9251.0, 9304.0, 9270.0, 9329.0, 9241.0, 9254.0, 9213.0, 9265.0, 9223.0, 9294.0, 9252.0, 9295.0, 9254.0, 9294.0, 9236.0, 9277.0, 9252.0, 9264.0, 9255.0, 9287.0, 9278.0, 9272.0, 9244.0, 9236.0, 9294.0, 9314.0, 9362.0, 9332.0, 9364.0, 9333.0, 9297.0, 9327.0, 9322.0, 9246.0, 9319.0, 9352.0, 9343.0, 9373.0, 9326.0, 9332.0, 9281.0, 9298.0, 9342.0, 9312.0, 9348.0, 9321.0, 9323.0, 9284.0, 9314.0, 9249.0, 9296.0, 9230.0, 9273.0, 9223.0, 9255.0, 9195.0, 9236.0, 9193.0, 9231.0, 9206.0, 9236.0, 9212.0, 9255.0, 9232.0, 9261.0, 9236.0, 9274.0, 9247.0, 9280.0, 9271.0, 9276.0, 9249.0, 9275.0, 9239.0, 9285.0, 9258.0, 9243.0, 9275.0, 9248.0, 9328.0, 9320.0, 9338.0, 9324.0, 9314.0, 9317.0, 9280.0, 9323.0, 9294.0, 9332.0, 9300.0, 9333.0, 9295.0, 9310.0, 9274.0, 9339.0, 9311.0, 9293.0, 9297.0, 9252.0, 9287.0, 9319.0, 9342.0, 9303.0, 9260.0, 9333.0, 9274.0, 9344.0, 9313.0, 9345.0, 9298.0, 9253.0, 9296.0, 9256.0, 9310.0, 9269.0, 9326.0, 9304.0, 9329.0, 9287.0, 9275.0, 9293.0, 9263.0, 9309.0, 9283.0, 9339.0, 9309.0, 9350.0, 9311.0, 9351.0, 9326.0, 9344.0, 9353.0, 9332.0, 9348.0, 9355.0, 9322.0, 9350.0, 9310.0, 9278.0, 9293.0, 9268.0, 9324.0, 9299.0, 9314.0, 9285.0, 9327.0, 9287.0, 9326.0, 9309.0, 9324.0, 9283.0, 9326.0, 9296.0, 9325.0, 9299.0, 9328.0, 9300.0, 9295.0, 9322.0, 9276.0, 9260.0, 9297.0, 9276.0, 9290.0, 9292.0, 9260.0, 9335.0, 9327.0, 9319.0, 9303.0, 9268.0, 9334.0, 9264.0, 9329.0, 9262.0, 9307.0, 9259.0, 9306.0, 9280.0, 9302.0, 9273.0, 9231.0, 9287.0, 9262.0, 9299.0, 9260.0, 9302.0, 9290.0, 9286.0, 9274.0, 9235.0, 9290.0, 9280.0, 9293.0, 9287.0, 9256.0, 9301.0, 9261.0, 9328.0, 9289.0, 9260.0, 9306.0, 9262.0, 9323.0, 9293.0, 9337.0, 9291.0, 9359.0, 9341.0, 9353.0, 9303.0, 9334.0, 9317.0, 9260.0, 9333.0, 9288.0, 9328.0, 9306.0, 9350.0, 9335.0, 9350.0, 9316.0, 9255.0, 9311.0, 9270.0, 9329.0, 9321.0, 9373.0, 9344.0, 9294.0, 9285.0, 9288.0, 9286.0, 9315.0, 9330.0, 9314.0, 9331.0, 9307.0, 9339.0, 9270.0, 9333.0, 9262.0, 9326.0, 9260.0, 9319.0, 9271.0, 9330.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.004869413793103449</td></tr>
<tr><td colspan=3>aqi</td><td>0.04431160735632184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41335808020711</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2513504069965475</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0427142442117379</td></tr>
<tr><td colspan=3>efc</td><td>0.4706</td></tr>
<tr><td colspan=3>fber</td><td>6216.0483</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10354930935572543</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.160919540229886</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.787719111764755</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.699674753816556</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0476641091562073</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.615818472321502</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114518</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017222300171852112</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027911953628063202</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>3.8288166070904217</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>20.8685</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1833</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.5248</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>672.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.2435</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2755</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.6993</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3348.6099</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.9123</td></tr>
<tr><td colspan=3>tsnr</td><td>29.684130381792784</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>