ds005256-mriqc/sub-0037_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 2b3c66583d [DATALAD RUNCMD] Compute MRIQC for sub-0037
=== 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-0037 --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-0037",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:28 +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-0037_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0037_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-03/func/sub-0037_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8f3cfb02423297cc8a0a77c74baae931</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:32:2.635000</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.999551, 0.0294697, -0.00550875, -0.029666, 0.998768, -0.0397899]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.096222</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7741, -7226, 510, -44, -161, 39, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d9edfdb8-37a0-4126-8b8c-85230dca087f||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.6817209720611572, -0.07959159463644028, -0.01168928574770689, 116.74121856689453], [-0.07906518131494522, 2.6796205043792725, -0.10782559961080551, -87.05282592773438], [-0.014779577031731606, 0.10675331205129623, 2.6978209018707275, -55.5608024597168], [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': ['173202.635000', '173203.095000', '173203.555000', '173204.015000', '173204.475000', '173204.935000', '173205.395000', '173205.855000', '173206.315000', '173206.775000', '173207.235000', '173207.695000', '173208.155000', '173208.615000', '173209.075000', '173209.535000', '173209.995000', '173210.455000', '173210.915000', '173211.375000', '173211.835000', '173212.295000', '173212.755000', '173213.215000', '173213.675000', '173214.135000', '173214.595000', '173215.055000', '173215.515000', '173215.975000', '173216.435000', '173216.895000', '173217.355000', '173217.815000', '173218.275000', '173218.735000', '173219.195000', '173219.655000', '173220.115000', '173220.575000', '173221.035000', '173221.495000', '173221.955000', '173222.415000', '173222.875000', '173223.335000', '173223.795000', '173224.255000', '173224.715000', '173225.175000', '173225.635000', '173226.095000', '173226.555000', '173227.015000', '173227.475000', '173227.935000', '173228.395000', '173228.855000', '173229.315000', '173229.775000', '173230.235000', '173230.695000', '173231.155000', '173231.615000', '173232.075000', '173232.535000', '173232.995000', '173233.455000', '173233.915000', '173234.375000', '173234.835000', '173235.295000', '173235.755000', '173236.215000', '173236.675000', '173237.135000', '173237.595000', '173238.055000', '173238.515000', '173238.975000', '173239.435000', '173239.895000', '173240.355000', '173240.815000', '173241.275000', '173241.735000', '173242.195000', '173242.655000', '173243.115000', '173243.575000', '173244.035000', '173244.495000', '173244.955000', '173245.415000', '173245.875000', '173246.335000', '173246.795000', '173247.255000', '173247.715000', '173248.175000', '173248.635000', '173249.095000', '173249.555000', '173250.015000', '173250.475000', '173250.935000', '173251.395000', '173251.855000', '173252.315000', '173252.775000', '173253.235000', '173253.695000', '173254.155000', '173254.615000', '173255.075000', '173255.535000', '173255.995000', '173256.455000', '173256.915000', '173257.375000', '173257.835000', '173258.295000', '173258.755000', '173259.215000', '173259.675000', '173300.135000', '173300.595000', '173301.055000', '173301.515000', '173301.975000', '173302.435000', '173302.895000', '173303.355000', '173303.815000', '173304.275000', '173304.735000', '173305.195000', '173305.655000', '173306.115000', '173306.575000', '173307.035000', '173307.495000', '173307.955000', '173308.415000', '173308.875000', '173309.335000', '173309.795000', '173310.255000', '173310.715000', '173311.175000', '173311.635000', '173312.095000', '173312.555000', '173313.015000', '173313.475000', '173313.935000', '173314.395000', '173314.855000', '173315.315000', '173315.775000', '173316.235000', '173316.695000', '173317.155000', '173317.615000', '173318.075000', '173318.535000', '173318.995000', '173319.455000', '173319.915000', '173320.375000', '173320.835000', '173321.295000', '173321.755000', '173322.215000', '173322.675000', '173323.135000', '173323.595000', '173324.055000', '173324.515000', '173324.975000', '173325.435000', '173325.895000', '173326.355000', '173326.815000', '173327.275000', '173327.735000', '173328.195000', '173328.655000', '173329.115000', '173329.575000', '173330.035000', '173330.495000', '173330.955000', '173331.415000', '173331.875000', '173332.335000', '173332.795000', '173333.255000', '173333.715000', '173334.175000', '173334.635000', '173335.095000', '173335.555000', '173336.015000', '173336.475000', '173336.935000', '173337.395000', '173337.855000', '173338.315000', '173338.775000', '173339.235000', '173339.695000', '173340.155000', '173340.615000', '173341.075000', '173341.535000', '173341.995000', '173342.455000', '173342.915000', '173343.375000', '173343.835000', '173344.295000', '173344.755000', '173345.215000', '173345.675000', '173346.135000', '173346.595000', '173347.055000', '173347.515000', '173347.975000', '173348.435000', '173348.895000', '173349.355000', '173349.815000', '173350.275000', '173350.735000', '173351.195000', '173351.655000', '173352.115000', '173352.575000', '173353.035000', '173353.495000', '173353.955000', '173354.415000', '173354.875000', '173355.335000', '173355.795000', '173356.255000', '173356.715000', '173357.175000', '173357.635000', '173358.095000', '173358.555000', '173359.015000', '173359.475000', '173359.935000', '173400.395000', '173400.855000', '173401.315000', '173401.775000', '173402.235000', '173402.695000', '173403.155000', '173403.615000', '173404.075000', '173404.535000', '173404.995000', '173405.455000', '173405.915000', '173406.375000', '173406.835000', '173407.295000', '173407.755000', '173408.215000', '173408.675000', '173409.135000', '173409.595000', '173410.055000', '173410.515000', '173410.975000', '173411.435000', '173411.895000', '173412.355000', '173412.815000', '173413.275000', '173413.735000', '173414.195000', '173414.655000', '173415.115000', '173415.575000', '173416.035000', '173416.495000', '173416.955000', '173417.415000', '173417.875000', '173418.335000', '173418.795000', '173419.255000', '173419.715000', '173420.175000', '173420.635000', '173421.095000', '173421.555000', '173422.015000', '173422.475000', '173422.935000', '173423.395000', '173423.855000', '173424.315000', '173424.775000', '173425.235000', '173425.695000', '173426.155000', '173426.615000', '173427.075000', '173427.535000', '173427.995000', '173428.455000', '173428.915000', '173429.375000', '173429.835000', '173430.295000', '173430.755000', '173431.215000', '173431.675000', '173432.135000', '173432.595000', '173433.055000', '173433.515000', '173433.975000', '173434.435000', '173434.895000', '173435.355000', '173435.815000', '173436.275000', '173436.735000', '173437.195000', '173437.655000', '173438.115000', '173438.575000', '173439.035000', '173439.495000', '173439.955000', '173440.415000', '173440.875000', '173441.335000', '173441.795000', '173442.255000', '173442.715000', '173443.175000', '173443.635000', '173444.095000', '173444.555000', '173445.015000', '173445.475000', '173445.935000', '173446.395000', '173446.855000', '173447.315000', '173447.775000', '173448.235000', '173448.695000', '173449.155000', '173449.615000', '173450.075000', '173450.535000', '173450.995000', '173451.455000', '173451.915000', '173452.375000', '173452.835000', '173453.295000', '173453.755000', '173454.215000', '173454.675000', '173455.135000', '173455.595000', '173456.055000', '173456.515000', '173456.975000', '173457.435000', '173457.895000', '173458.355000', '173458.815000', '173459.275000', '173459.735000', '173500.195000', '173500.655000', '173501.115000', '173501.575000', '173502.035000', '173502.495000', '173502.955000', '173503.415000', '173503.875000', '173504.335000', '173504.795000', '173505.255000', '173505.715000', '173506.175000', '173506.635000', '173507.095000', '173507.555000', '173508.015000', '173508.475000', '173508.935000', '173509.395000', '173509.855000', '173510.315000', '173510.775000', '173511.235000', '173511.695000', '173512.155000', '173512.615000', '173513.075000', '173513.535000', '173513.995000', '173514.455000', '173514.915000', '173515.375000', '173515.835000', '173516.295000', '173516.755000', '173517.215000', '173517.675000', '173518.135000', '173518.595000', '173519.055000', '173519.515000', '173519.975000', '173520.435000', '173520.895000', '173521.355000', '173521.815000', '173522.275000', '173522.735000', '173523.195000', '173523.655000', '173524.115000', '173524.575000', '173525.035000', '173525.495000', '173525.955000', '173526.415000', '173526.875000', '173527.335000', '173527.795000', '173528.255000', '173528.715000', '173529.175000', '173529.635000', '173530.095000', '173530.555000', '173531.015000', '173531.475000', '173531.935000', '173532.395000', '173532.855000', '173533.315000', '173533.775000', '173534.235000', '173534.695000', '173535.155000', '173535.615000', '173536.075000', '173536.535000', '173536.995000', '173537.455000', '173537.915000', '173538.375000', '173538.835000', '173539.295000', '173539.755000', '173540.215000', '173540.675000', '173541.135000', '173541.595000', '173542.055000', '173542.515000', '173542.975000', '173543.435000', '173543.895000', '173544.355000', '173544.815000', '173545.275000', '173545.735000', '173546.195000', '173546.655000', '173547.115000', '173547.575000', '173548.035000', '173548.495000', '173548.955000', '173549.415000', '173549.875000', '173550.335000', '173550.795000', '173551.255000', '173551.715000', '173552.175000', '173552.635000', '173553.095000', '173553.555000', '173554.015000', '173554.475000', '173554.935000', '173555.395000', '173555.855000', '173556.315000', '173556.775000', '173557.235000', '173557.695000', '173558.155000', '173558.615000', '173559.075000', '173559.535000', '173559.995000', '173600.455000', '173600.915000', '173601.375000', '173601.835000', '173602.295000', '173602.755000', '173603.215000', '173603.675000', '173604.135000', '173604.595000', '173605.055000', '173605.515000', '173605.975000', '173606.435000', '173606.895000', '173607.355000', '173607.815000', '173608.275000', '173608.735000', '173609.195000', '173609.655000', '173610.115000', '173610.575000', '173611.035000', '173611.495000', '173611.955000', '173612.415000', '173612.875000', '173613.335000', '173613.795000', '173614.255000', '173614.715000', '173615.175000', '173615.635000', '173616.095000', '173616.555000', '173617.015000', '173617.475000', '173617.935000', '173618.395000', '173618.855000', '173619.315000', '173619.775000', '173620.235000', '173620.695000', '173621.155000', '173621.615000', '173622.075000', '173622.535000', '173622.995000', '173623.455000', '173623.915000', '173624.375000', '173624.835000', '173625.295000', '173625.755000', '173626.215000', '173626.675000', '173627.135000', '173627.595000', '173628.055000', '173628.515000', '173628.975000', '173629.435000', '173629.895000', '173630.355000', '173630.815000', '173631.275000', '173631.735000', '173632.195000', '173632.655000', '173633.115000', '173633.575000', '173634.035000', '173634.495000', '173634.955000', '173635.415000', '173635.875000', '173636.335000', '173636.795000', '173637.255000', '173637.715000', '173638.175000', '173638.635000', '173639.095000', '173639.555000', '173640.015000', '173640.475000', '173640.935000', '173641.395000', '173641.855000', '173642.315000', '173642.775000', '173643.235000', '173643.695000', '173644.155000', '173644.615000', '173645.075000', '173645.535000', '173645.995000', '173646.455000', '173646.915000', '173647.375000', '173647.835000', '173648.295000', '173648.755000', '173649.215000', '173649.675000', '173650.135000', '173650.595000', '173651.055000', '173651.515000', '173651.975000', '173652.435000', '173652.895000', '173653.355000', '173653.815000', '173654.275000', '173654.735000', '173655.195000', '173655.655000', '173656.115000', '173656.575000', '173657.035000', '173657.495000', '173657.955000', '173658.415000', '173658.875000', '173659.335000', '173659.795000', '173700.255000', '173700.715000', '173701.175000', '173701.635000', '173702.095000', '173702.555000', '173703.015000', '173703.475000', '173703.935000', '173704.395000', '173704.855000', '173705.315000', '173705.775000', '173706.235000', '173706.695000', '173707.155000', '173707.615000', '173708.075000', '173708.535000', '173708.995000', '173709.455000', '173709.915000', '173710.375000', '173710.835000', '173711.295000', '173711.755000', '173712.215000', '173712.675000', '173713.135000', '173713.595000', '173714.055000', '173714.515000', '173714.975000', '173715.435000', '173715.895000', '173716.355000', '173716.815000', '173717.275000', '173717.735000', '173718.195000', '173718.655000', '173719.115000', '173719.575000', '173720.035000', '173720.495000', '173720.955000', '173721.415000', '173721.875000', '173722.335000', '173722.795000', '173723.255000', '173723.715000', '173724.175000', '173724.635000', '173725.095000', '173725.555000', '173726.015000', '173726.475000', '173726.935000', '173727.395000', '173727.855000', '173728.315000', '173728.775000', '173729.235000', '173729.695000', '173730.155000', '173730.615000', '173731.075000', '173731.535000', '173731.995000', '173732.455000', '173732.915000', '173733.375000', '173733.835000', '173734.295000', '173734.755000', '173735.215000', '173735.675000', '173736.135000', '173736.595000', '173737.055000', '173737.515000', '173737.975000', '173738.435000', '173738.895000', '173739.355000', '173739.815000', '173740.275000', '173740.735000', '173741.195000', '173741.655000', '173742.115000', '173742.575000', '173743.035000', '173743.495000', '173743.955000', '173744.415000', '173744.875000', '173745.335000', '173745.795000', '173746.255000', '173746.715000', '173747.175000', '173747.635000', '173748.095000', '173748.555000', '173749.015000', '173749.475000', '173749.935000', '173750.395000', '173750.855000', '173751.315000', '173751.775000', '173752.235000', '173752.695000', '173753.155000', '173753.615000', '173754.075000', '173754.535000', '173754.995000', '173755.455000', '173755.915000', '173756.375000', '173756.835000', '173757.295000', '173757.755000', '173758.215000', '173758.675000', '173759.135000', '173759.595000', '173800.055000', '173800.515000', '173800.975000', '173801.435000', '173801.895000', '173802.355000', '173802.815000', '173803.275000', '173803.735000', '173804.195000', '173804.655000', '173805.115000', '173805.575000', '173806.035000', '173806.495000', '173806.955000', '173807.415000', '173807.875000', '173808.335000', '173808.795000', '173809.255000', '173809.715000', '173810.175000', '173810.635000', '173811.095000', '173811.555000', '173812.015000', '173812.475000', '173812.935000', '173813.395000', '173813.855000', '173814.315000', '173814.775000', '173815.235000', '173815.695000', '173816.155000', '173816.615000', '173817.075000', '173817.535000', '173817.995000', '173818.455000', '173818.915000', '173819.375000', '173819.835000', '173820.295000', '173820.755000', '173821.215000', '173821.675000', '173822.135000', '173822.595000', '173823.055000', '173823.515000', '173823.975000', '173824.435000', '173824.895000', '173825.355000', '173825.815000', '173826.275000', '173826.735000', '173827.195000', '173827.655000', '173828.115000', '173828.575000', '173829.035000', '173829.495000', '173829.955000', '173830.415000', '173830.875000', '173831.335000', '173831.795000', '173832.255000', '173832.715000', '173833.175000', '173833.635000', '173834.095000', '173834.555000', '173835.015000', '173835.475000', '173835.935000', '173836.395000', '173836.855000', '173837.315000', '173837.775000', '173838.235000', '173838.695000', '173839.155000', '173839.615000', '173840.075000', '173840.535000', '173840.995000', '173841.455000', '173841.915000', '173842.375000', '173842.835000', '173843.295000'], 'ContentTime': ['173227.143000', '173227.146000', '173227.157000', '173227.160000', '173227.163000', '173227.165000', '173227.169000', '173227.172000', '173227.175000', '173227.178000', '173227.181000', '173227.183000', '173227.186000', '173227.189000', '173227.192000', '173227.195000', '173227.198000', '173227.201000', '173227.203000', '173227.206000', '173227.209000', '173227.212000', '173227.215000', '173227.218000', '173227.221000', '173227.224000', '173227.226000', '173227.229000', '173227.232000', '173227.235000', '173227.238000', '173227.241000', '173227.244000', '173227.247000', '173227.250000', '173227.252000', '173227.255000', '173227.258000', '173227.261000', '173227.264000', '173227.267000', '173227.273000', '173227.276000', '173227.279000', '173227.282000', '173227.285000', '173227.288000', '173227.290000', '173227.293000', '173227.296000', '173227.299000', '173227.302000', '173247.107000', '173247.110000', '173247.112000', '173247.116000', '173247.118000', '173247.121000', '173247.124000', '173247.127000', '173247.130000', '173247.132000', '173247.135000', '173247.138000', '173247.141000', '173247.144000', '173247.147000', '173247.150000', '173247.153000', '173247.156000', '173247.158000', '173247.161000', '173247.164000', '173247.167000', '173247.170000', '173247.172000', '173247.175000', '173247.178000', '173247.185000', '173247.188000', '173247.191000', '173247.194000', '173247.196000', '173247.199000', '173247.202000', '173247.205000', '173247.208000', '173247.211000', '173247.213000', '173247.216000', '173247.219000', '173247.222000', '173247.225000', '173247.228000', '173247.230000', '173247.233000', '173307.107000', '173307.110000', '173307.113000', '173307.116000', '173307.119000', '173307.122000', '173307.124000', '173307.127000', '173307.130000', '173307.133000', '173307.136000', '173307.139000', '173307.142000', '173307.144000', '173307.147000', '173307.150000', '173307.153000', '173307.156000', '173307.159000', '173307.162000', '173307.165000', '173307.167000', '173307.170000', '173307.173000', '173307.176000', '173307.188000', '173307.191000', '173307.194000', '173307.197000', '173307.200000', '173307.202000', '173307.205000', '173307.208000', '173307.211000', '173307.214000', '173307.217000', '173307.219000', '173307.222000', '173307.225000', '173307.228000', '173307.231000', '173307.234000', '173307.237000', '173327.106000', '173327.121000', '173327.124000', '173327.127000', '173327.130000', '173327.132000', '173327.135000', '173327.138000', '173327.141000', '173327.144000', '173327.147000', '173327.149000', '173327.152000', '173327.155000', '173327.158000', '173327.161000', '173327.164000', '173327.166000', '173327.169000', '173327.172000', '173327.175000', '173327.178000', '173327.181000', '173327.183000', '173327.186000', '173327.189000', '173327.192000', '173327.195000', '173327.197000', '173327.200000', '173327.203000', '173327.206000', '173327.209000', '173327.212000', '173327.215000', '173327.217000', '173327.220000', '173327.223000', '173327.226000', '173327.229000', '173327.231000', '173327.234000', '173327.237000', '173327.240000', '173347.106000', '173347.109000', '173347.112000', '173347.114000', '173347.117000', '173347.120000', '173347.123000', '173347.126000', '173347.129000', '173347.132000', '173347.134000', '173347.137000', '173347.140000', '173347.143000', '173347.156000', '173347.159000', '173347.162000', '173347.165000', '173347.167000', '173347.170000', '173347.173000', '173347.176000', '173347.179000', '173347.182000', '173347.184000', '173347.187000', '173347.190000', '173347.193000', '173347.201000', '173347.205000', '173347.208000', '173347.211000', '173347.214000', '173347.217000', '173347.220000', '173347.223000', '173347.226000', '173347.228000', '173347.231000', '173347.234000', '173347.237000', '173347.240000', '173347.242000', '173407.106000', '173407.115000', '173407.118000', '173407.121000', '173407.124000', '173407.127000', '173407.129000', '173407.132000', '173407.135000', '173407.138000', '173407.141000', '173407.144000', '173407.146000', '173407.149000', '173407.158000', '173407.160000', '173407.163000', '173407.166000', '173407.169000', '173407.173000', '173407.176000', '173407.179000', '173407.182000', '173407.184000', '173407.187000', '173407.190000', '173407.193000', '173407.196000', '173407.199000', '173407.202000', '173407.204000', '173407.207000', '173407.210000', '173407.213000', '173407.216000', '173407.219000', '173407.222000', '173407.224000', '173407.227000', '173407.230000', '173407.233000', '173407.236000', '173407.239000', '173407.242000', '173427.106000', '173427.109000', '173427.112000', '173427.115000', '173427.118000', '173427.120000', '173427.123000', '173427.126000', '173427.129000', '173427.132000', '173427.135000', '173427.138000', '173427.140000', '173427.143000', '173427.146000', '173427.149000', '173427.152000', '173427.155000', '173427.157000', '173427.160000', '173427.163000', '173427.166000', '173427.169000', '173427.172000', '173427.174000', '173427.177000', '173427.180000', '173427.183000', '173427.186000', '173427.189000', '173427.191000', '173427.194000', '173427.197000', '173427.200000', '173427.203000', '173427.206000', '173427.209000', '173427.211000', '173427.214000', '173427.217000', '173427.220000', '173427.223000', '173427.226000', '173447.107000', '173447.110000', '173447.113000', '173447.115000', '173447.127000', '173447.130000', '173447.132000', '173447.135000', '173447.138000', '173447.141000', '173447.144000', '173447.147000', '173447.150000', '173447.153000', '173447.155000', '173447.158000', '173447.161000', '173447.164000', '173447.167000', '173447.170000', '173447.173000', '173447.175000', '173447.178000', '173447.181000', '173447.184000', '173447.187000', '173447.190000', '173447.192000', '173447.195000', '173447.198000', '173447.201000', '173447.204000', '173447.207000', '173447.209000', '173447.212000', '173447.215000', '173447.218000', '173447.221000', '173447.224000', '173447.227000', '173447.230000', '173447.232000', '173447.235000', '173447.238000', '173507.107000', '173507.110000', '173507.113000', '173507.116000', '173507.119000', '173507.121000', '173507.124000', '173507.127000', '173507.130000', '173507.133000', '173507.136000', '173507.139000', '173507.142000', '173507.144000', '173507.147000', '173507.150000', '173507.153000', '173507.156000', '173507.159000', '173507.162000', '173507.164000', '173507.167000', '173507.170000', '173507.173000', '173507.176000', '173507.179000', '173507.182000', '173507.185000', '173507.193000', '173507.196000', '173507.199000', '173507.201000', '173507.204000', '173507.207000', '173507.210000', '173507.213000', '173507.216000', '173507.218000', '173507.221000', '173507.224000', '173507.227000', '173507.230000', '173507.233000', '173527.107000', '173527.110000', '173527.112000', '173527.116000', '173527.118000', '173527.121000', '173527.124000', '173527.127000', '173527.130000', '173527.133000', '173527.150000', '173527.161000', '173527.164000', '173527.167000', '173527.170000', '173527.173000', '173527.175000', '173527.178000', '173527.181000', '173527.184000', '173527.187000', '173527.190000', '173527.192000', '173527.195000', '173527.198000', '173527.201000', '173527.204000', '173527.207000', '173527.210000', '173527.213000', '173527.216000', '173527.219000', '173527.221000', '173527.224000', '173527.227000', '173527.230000', '173527.233000', '173527.236000', '173527.238000', '173527.241000', '173527.244000', '173527.247000', '173527.250000', '173527.253000', '173547.107000', '173547.111000', '173547.114000', '173547.116000', '173547.119000', '173547.122000', '173547.125000', '173547.128000', '173547.131000', '173547.134000', '173547.137000', '173547.139000', '173547.142000', '173547.145000', '173547.148000', '173547.151000', '173547.154000', '173547.156000', '173547.159000', '173547.162000', '173547.165000', '173547.168000', '173547.171000', '173547.174000', '173547.176000', '173547.179000', '173547.182000', '173547.185000', '173547.188000', '173547.191000', '173547.194000', '173547.196000', '173547.199000', '173547.202000', '173547.205000', '173547.208000', '173547.211000', '173547.214000', '173547.216000', '173547.219000', '173547.222000', '173547.225000', '173547.228000', '173607.106000', '173607.109000', '173607.112000', '173607.115000', '173607.118000', '173607.121000', '173607.124000', '173607.127000', '173607.130000', '173607.133000', '173607.136000', '173607.138000', '173607.141000', '173607.144000', '173607.147000', '173607.150000', '173607.153000', '173607.156000', '173607.159000', '173607.161000', '173607.164000', '173607.167000', '173607.170000', '173607.173000', '173607.176000', '173607.179000', '173607.182000', '173607.184000', '173607.187000', '173607.190000', '173607.193000', '173607.196000', '173607.199000', '173607.201000', '173607.204000', '173607.207000', '173607.210000', '173607.213000', '173607.216000', '173607.219000', '173607.222000', '173607.224000', '173607.227000', '173627.106000', '173627.109000', '173627.112000', '173627.115000', '173627.118000', '173627.121000', '173627.123000', '173627.126000', '173627.129000', '173627.137000', '173627.139000', '173627.142000', '173627.145000', '173627.148000', '173627.151000', '173627.154000', '173627.161000', '173627.164000', '173627.166000', '173627.169000', '173627.172000', '173627.175000', '173627.178000', '173627.181000', '173627.183000', '173627.186000', '173627.189000', '173627.192000', '173627.195000', '173627.198000', '173627.201000', '173627.204000', '173627.206000', '173627.209000', '173627.212000', '173627.215000', '173627.218000', '173627.221000', '173627.224000', '173627.226000', '173627.229000', '173627.232000', '173627.235000', '173627.238000', '173647.106000', '173647.109000', '173647.112000', '173647.115000', '173647.118000', '173647.120000', '173647.123000', '173647.126000', '173647.129000', '173647.132000', '173647.135000', '173647.138000', '173647.141000', '173647.144000', '173647.146000', '173647.149000', '173647.152000', '173647.155000', '173647.158000', '173647.161000', '173647.163000', '173647.167000', '173647.169000', '173647.172000', '173647.175000', '173647.178000', '173647.181000', '173647.183000', '173647.186000', '173647.189000', '173647.192000', '173647.195000', '173647.198000', '173647.201000', '173647.203000', '173647.215000', '173647.218000', '173647.221000', '173647.224000', '173647.226000', '173647.229000', '173647.232000', '173647.235000', '173707.107000', '173707.110000', '173707.113000', '173707.116000', '173707.119000', '173707.121000', '173707.124000', '173707.127000', '173707.130000', '173707.133000', '173707.136000', '173707.139000', '173707.142000', '173707.145000', '173707.147000', '173707.150000', '173707.153000', '173707.156000', '173707.159000', '173707.162000', '173707.165000', '173707.167000', '173707.170000', '173707.173000', '173707.176000', '173707.179000', '173707.182000', '173707.185000', '173707.188000', '173707.190000', '173707.193000', '173707.196000', '173707.199000', '173707.202000', '173707.205000', '173707.208000', '173707.211000', '173707.214000', '173707.216000', '173707.219000', '173707.222000', '173707.225000', '173707.228000', '173707.231000', '173727.107000', '173727.110000', '173727.113000', '173727.116000', '173727.119000', '173727.121000', '173727.124000', '173727.127000', '173727.130000', '173727.133000', '173727.136000', '173727.139000', '173727.142000', '173727.145000', '173727.148000', '173727.151000', '173727.153000', '173727.156000', '173727.159000', '173727.162000', '173727.165000', '173727.168000', '173727.171000', '173727.174000', '173727.177000', '173727.180000', '173727.183000', '173727.185000', '173727.188000', '173727.191000', '173727.194000', '173727.197000', '173727.200000', '173727.203000', '173727.206000', '173727.208000', '173727.211000', '173727.214000', '173727.217000', '173727.220000', '173727.223000', '173727.225000', '173727.228000', '173747.107000', '173747.110000', '173747.113000', '173747.116000', '173747.119000', '173747.122000', '173747.124000', '173747.127000', '173747.130000', '173747.133000', '173747.136000', '173747.146000', '173747.149000', '173747.152000', '173747.155000', '173747.158000', '173747.161000', '173747.164000', '173747.166000', '173747.169000', '173747.172000', '173747.175000', '173747.178000', '173747.181000', '173747.184000', '173747.187000', '173747.189000', '173747.192000', '173747.195000', '173747.198000', '173747.201000', '173747.204000', '173747.207000', '173747.209000', '173747.212000', '173747.215000', '173747.218000', '173747.221000', '173747.224000', '173747.227000', '173747.229000', '173747.232000', '173747.235000', '173747.238000', '173807.106000', '173807.109000', '173807.112000', '173807.115000', '173807.118000', '173807.121000', '173807.124000', '173807.126000', '173807.129000', '173807.132000', '173807.135000', '173807.138000', '173807.141000', '173807.144000', '173807.147000', '173807.150000', '173807.152000', '173807.156000', '173807.159000', '173807.163000', '173807.166000', '173807.169000', '173807.171000', '173807.174000', '173807.177000', '173807.180000', '173807.183000', '173807.187000', '173807.190000', '173807.193000', '173807.196000', '173807.199000', '173807.202000', '173807.205000', '173807.207000', '173807.210000', '173807.213000', '173807.216000', '173807.219000', '173807.222000', '173807.225000', '173807.227000', '173807.230000', '173827.106000', '173827.109000', '173827.112000', '173827.115000', '173827.118000', '173827.120000', '173827.123000', '173827.126000', '173827.129000', '173827.132000', '173827.135000', '173827.138000', '173827.140000', '173827.143000', '173827.146000', '173827.149000', '173827.152000', '173827.155000', '173827.158000', '173827.160000', '173827.163000', '173827.166000', '173827.169000', '173827.172000', '173827.174000', '173827.177000', '173827.180000', '173827.183000', '173827.186000', '173827.189000', '173827.192000', '173827.195000', '173827.197000', '173827.200000', '173827.203000', '173827.206000', '173827.209000', '173827.212000', '173827.215000', '173827.217000', '173827.220000', '173827.223000', '173827.226000', '173827.229000', '173844.020000', '173844.024000', '173844.027000', '173844.030000', '173844.033000', '173844.036000', '173844.039000', '173844.042000', '173844.045000', '173844.049000', '173844.052000', '173844.055000', '173844.059000', '173844.062000', '173844.065000', '173844.068000', '173844.071000', '173844.074000', '173844.077000', '173844.080000', '173844.084000', '173844.087000', '173844.090000', '173844.093000', '173844.096000', '173844.099000', '173844.102000', '173844.104000', '173844.107000', '173844.110000', '173844.113000', '173844.116000', '173844.119000', '173844.122000', '173844.125000', '173844.128000', '173844.131000'], 'InstanceCreationTime': ['173227.143000', '173227.146000', '173227.157000', '173227.160000', '173227.163000', '173227.165000', '173227.169000', '173227.172000', '173227.175000', '173227.178000', '173227.181000', '173227.183000', '173227.186000', '173227.189000', '173227.192000', '173227.195000', '173227.198000', '173227.201000', '173227.203000', '173227.206000', '173227.209000', '173227.212000', '173227.215000', '173227.218000', '173227.221000', '173227.224000', '173227.226000', '173227.229000', '173227.232000', '173227.235000', '173227.238000', '173227.241000', '173227.244000', '173227.247000', '173227.250000', '173227.252000', '173227.255000', '173227.258000', '173227.261000', '173227.264000', '173227.267000', '173227.273000', '173227.276000', '173227.279000', '173227.282000', '173227.285000', '173227.288000', '173227.290000', '173227.293000', '173227.296000', '173227.299000', '173227.302000', '173247.107000', '173247.110000', '173247.112000', '173247.116000', '173247.118000', '173247.121000', '173247.124000', '173247.127000', '173247.130000', '173247.132000', '173247.135000', '173247.138000', '173247.141000', '173247.144000', '173247.147000', '173247.150000', '173247.153000', '173247.156000', '173247.158000', '173247.161000', '173247.164000', '173247.167000', '173247.170000', '173247.172000', '173247.175000', '173247.178000', '173247.185000', '173247.188000', '173247.191000', '173247.194000', '173247.196000', '173247.199000', '173247.202000', '173247.205000', '173247.208000', '173247.211000', '173247.213000', '173247.216000', '173247.219000', '173247.222000', '173247.225000', '173247.228000', '173247.230000', '173247.233000', '173307.107000', '173307.110000', '173307.113000', '173307.116000', '173307.119000', '173307.122000', '173307.124000', '173307.127000', '173307.130000', '173307.133000', '173307.136000', '173307.139000', '173307.142000', '173307.144000', '173307.147000', '173307.150000', '173307.153000', '173307.156000', '173307.159000', '173307.162000', '173307.165000', '173307.167000', '173307.170000', '173307.173000', '173307.176000', '173307.188000', '173307.191000', '173307.194000', '173307.197000', '173307.200000', '173307.202000', '173307.205000', '173307.208000', '173307.211000', '173307.214000', '173307.217000', '173307.219000', '173307.222000', '173307.225000', '173307.228000', '173307.231000', '173307.234000', '173307.237000', '173327.106000', '173327.121000', '173327.124000', '173327.127000', '173327.130000', '173327.132000', '173327.135000', '173327.138000', '173327.141000', '173327.144000', '173327.147000', '173327.149000', '173327.152000', '173327.155000', '173327.158000', '173327.161000', '173327.164000', '173327.166000', '173327.169000', '173327.172000', '173327.175000', '173327.178000', '173327.181000', '173327.183000', '173327.186000', '173327.189000', '173327.192000', '173327.195000', '173327.197000', '173327.200000', '173327.203000', '173327.206000', '173327.209000', '173327.212000', '173327.215000', '173327.217000', '173327.220000', '173327.223000', '173327.226000', '173327.229000', '173327.231000', '173327.234000', '173327.237000', '173327.240000', '173347.106000', '173347.109000', '173347.112000', '173347.114000', '173347.117000', '173347.120000', '173347.123000', '173347.126000', '173347.129000', '173347.132000', '173347.134000', '173347.137000', '173347.140000', '173347.143000', '173347.156000', '173347.159000', '173347.162000', '173347.165000', '173347.167000', '173347.170000', '173347.173000', '173347.176000', '173347.179000', '173347.182000', '173347.184000', '173347.187000', '173347.190000', '173347.193000', '173347.201000', '173347.205000', '173347.208000', '173347.211000', '173347.214000', '173347.217000', '173347.220000', '173347.223000', '173347.226000', '173347.228000', '173347.231000', '173347.234000', '173347.237000', '173347.240000', '173347.242000', '173407.106000', '173407.115000', '173407.118000', '173407.121000', '173407.124000', '173407.127000', '173407.129000', '173407.132000', '173407.135000', '173407.138000', '173407.141000', '173407.144000', '173407.146000', '173407.149000', '173407.158000', '173407.160000', '173407.163000', '173407.166000', '173407.169000', '173407.173000', '173407.176000', '173407.179000', '173407.182000', '173407.184000', '173407.187000', '173407.190000', '173407.193000', '173407.196000', '173407.199000', '173407.202000', '173407.204000', '173407.207000', '173407.210000', '173407.213000', '173407.216000', '173407.219000', '173407.222000', '173407.224000', '173407.227000', '173407.230000', '173407.233000', '173407.236000', '173407.239000', '173407.242000', '173427.106000', '173427.109000', '173427.112000', '173427.115000', '173427.118000', '173427.120000', '173427.123000', '173427.126000', '173427.129000', '173427.132000', '173427.135000', '173427.138000', '173427.140000', '173427.143000', '173427.146000', '173427.149000', '173427.152000', '173427.155000', '173427.157000', '173427.160000', '173427.163000', '173427.166000', '173427.169000', '173427.172000', '173427.174000', '173427.177000', '173427.180000', '173427.183000', '173427.186000', '173427.189000', '173427.191000', '173427.194000', '173427.197000', '173427.200000', '173427.203000', '173427.206000', '173427.209000', '173427.211000', '173427.214000', '173427.217000', '173427.220000', '173427.223000', '173427.226000', '173447.107000', '173447.110000', '173447.113000', '173447.115000', '173447.127000', '173447.130000', '173447.132000', '173447.135000', '173447.138000', '173447.141000', '173447.144000', '173447.147000', '173447.150000', '173447.153000', '173447.155000', '173447.158000', '173447.161000', '173447.164000', '173447.167000', '173447.170000', '173447.173000', '173447.175000', '173447.178000', '173447.181000', '173447.184000', '173447.187000', '173447.190000', '173447.192000', '173447.195000', '173447.198000', '173447.201000', '173447.204000', '173447.207000', '173447.209000', '173447.212000', '173447.215000', '173447.218000', '173447.221000', '173447.224000', '173447.227000', '173447.230000', '173447.232000', '173447.235000', '173447.238000', '173507.107000', '173507.110000', '173507.113000', '173507.116000', '173507.119000', '173507.121000', '173507.124000', '173507.127000', '173507.130000', '173507.133000', '173507.136000', '173507.139000', '173507.142000', '173507.144000', '173507.147000', '173507.150000', '173507.153000', '173507.156000', '173507.159000', '173507.162000', '173507.164000', '173507.167000', '173507.170000', '173507.173000', '173507.176000', '173507.179000', '173507.182000', '173507.185000', '173507.193000', '173507.196000', '173507.199000', '173507.201000', '173507.204000', '173507.207000', '173507.210000', '173507.213000', '173507.216000', '173507.218000', '173507.221000', '173507.224000', '173507.227000', '173507.230000', '173507.233000', '173527.107000', '173527.110000', '173527.112000', '173527.116000', '173527.118000', '173527.121000', '173527.124000', '173527.127000', '173527.130000', '173527.133000', '173527.150000', '173527.161000', '173527.164000', '173527.167000', '173527.170000', '173527.173000', '173527.175000', '173527.178000', '173527.181000', '173527.184000', '173527.187000', '173527.190000', '173527.192000', '173527.195000', '173527.198000', '173527.201000', '173527.204000', '173527.207000', '173527.210000', '173527.213000', '173527.216000', '173527.219000', '173527.221000', '173527.224000', '173527.227000', '173527.230000', '173527.233000', '173527.236000', '173527.238000', '173527.241000', '173527.244000', '173527.247000', '173527.250000', '173527.253000', '173547.107000', '173547.111000', '173547.114000', '173547.116000', '173547.119000', '173547.122000', '173547.125000', '173547.128000', '173547.131000', '173547.134000', '173547.137000', '173547.139000', '173547.142000', '173547.145000', '173547.148000', '173547.151000', '173547.154000', '173547.156000', '173547.159000', '173547.162000', '173547.165000', '173547.168000', '173547.171000', '173547.174000', '173547.176000', '173547.179000', '173547.182000', '173547.185000', '173547.188000', '173547.191000', '173547.194000', '173547.196000', '173547.199000', '173547.202000', '173547.205000', '173547.208000', '173547.211000', '173547.214000', '173547.216000', '173547.219000', '173547.222000', '173547.225000', '173547.228000', '173607.106000', '173607.109000', '173607.112000', '173607.115000', '173607.118000', '173607.121000', '173607.124000', '173607.127000', '173607.130000', '173607.133000', '173607.136000', '173607.138000', '173607.141000', '173607.144000', '173607.147000', '173607.150000', '173607.153000', '173607.156000', '173607.159000', '173607.161000', '173607.164000', '173607.167000', '173607.170000', '173607.173000', '173607.176000', '173607.179000', '173607.182000', '173607.184000', '173607.187000', '173607.190000', '173607.193000', '173607.196000', '173607.199000', '173607.201000', '173607.204000', '173607.207000', '173607.210000', '173607.213000', '173607.216000', '173607.219000', '173607.222000', '173607.224000', '173607.227000', '173627.106000', '173627.109000', '173627.112000', '173627.115000', '173627.118000', '173627.121000', '173627.123000', '173627.126000', '173627.129000', '173627.137000', '173627.139000', '173627.142000', '173627.145000', '173627.148000', '173627.151000', '173627.154000', '173627.161000', '173627.164000', '173627.166000', '173627.169000', '173627.172000', '173627.175000', '173627.178000', '173627.181000', '173627.183000', '173627.186000', '173627.189000', '173627.192000', '173627.195000', '173627.198000', '173627.201000', '173627.204000', '173627.206000', '173627.209000', '173627.212000', '173627.215000', '173627.218000', '173627.221000', '173627.224000', '173627.226000', '173627.229000', '173627.232000', '173627.235000', '173627.238000', '173647.106000', '173647.109000', '173647.112000', '173647.115000', '173647.118000', '173647.120000', '173647.123000', '173647.126000', '173647.129000', '173647.132000', '173647.135000', '173647.138000', '173647.141000', '173647.144000', '173647.146000', '173647.149000', '173647.152000', '173647.155000', '173647.158000', '173647.161000', '173647.163000', '173647.167000', '173647.169000', '173647.172000', '173647.175000', '173647.178000', '173647.181000', '173647.183000', '173647.186000', '173647.189000', '173647.192000', '173647.195000', '173647.198000', '173647.201000', '173647.203000', '173647.215000', '173647.218000', '173647.221000', '173647.224000', '173647.226000', '173647.229000', '173647.232000', '173647.235000', '173707.107000', '173707.110000', '173707.113000', '173707.116000', '173707.119000', '173707.121000', '173707.124000', '173707.127000', '173707.130000', '173707.133000', '173707.136000', '173707.139000', '173707.142000', '173707.145000', '173707.147000', '173707.150000', '173707.153000', '173707.156000', '173707.159000', '173707.162000', '173707.165000', '173707.167000', '173707.170000', '173707.173000', '173707.176000', '173707.179000', '173707.182000', '173707.185000', '173707.188000', '173707.190000', '173707.193000', '173707.196000', '173707.199000', '173707.202000', '173707.205000', '173707.208000', '173707.211000', '173707.214000', '173707.216000', '173707.219000', '173707.222000', '173707.225000', '173707.228000', '173707.231000', '173727.107000', '173727.110000', '173727.113000', '173727.116000', '173727.119000', '173727.121000', '173727.124000', '173727.127000', '173727.130000', '173727.133000', '173727.136000', '173727.139000', '173727.142000', '173727.145000', '173727.148000', '173727.151000', '173727.153000', '173727.156000', '173727.159000', '173727.162000', '173727.165000', '173727.168000', '173727.171000', '173727.174000', '173727.177000', '173727.180000', '173727.183000', '173727.185000', '173727.188000', '173727.191000', '173727.194000', '173727.197000', '173727.200000', '173727.203000', '173727.206000', '173727.208000', '173727.211000', '173727.214000', '173727.217000', '173727.220000', '173727.223000', '173727.225000', '173727.228000', '173747.107000', '173747.110000', '173747.113000', '173747.116000', '173747.119000', '173747.122000', '173747.124000', '173747.127000', '173747.130000', '173747.133000', '173747.136000', '173747.146000', '173747.149000', '173747.152000', '173747.155000', '173747.158000', '173747.161000', '173747.164000', '173747.166000', '173747.169000', '173747.172000', '173747.175000', '173747.178000', '173747.181000', '173747.184000', '173747.187000', '173747.189000', '173747.192000', '173747.195000', '173747.198000', '173747.201000', '173747.204000', '173747.207000', '173747.209000', '173747.212000', '173747.215000', '173747.218000', '173747.221000', '173747.224000', '173747.227000', '173747.229000', '173747.232000', '173747.235000', '173747.238000', '173807.106000', '173807.109000', '173807.112000', '173807.115000', '173807.118000', '173807.121000', '173807.124000', '173807.126000', '173807.129000', '173807.132000', '173807.135000', '173807.138000', '173807.141000', '173807.144000', '173807.147000', '173807.150000', '173807.152000', '173807.156000', '173807.159000', '173807.163000', '173807.166000', '173807.169000', '173807.171000', '173807.174000', '173807.177000', '173807.180000', '173807.183000', '173807.187000', '173807.190000', '173807.193000', '173807.196000', '173807.199000', '173807.202000', '173807.205000', '173807.207000', '173807.210000', '173807.213000', '173807.216000', '173807.219000', '173807.222000', '173807.225000', '173807.227000', '173807.230000', '173827.106000', '173827.109000', '173827.112000', '173827.115000', '173827.118000', '173827.120000', '173827.123000', '173827.126000', '173827.129000', '173827.132000', '173827.135000', '173827.138000', '173827.140000', '173827.143000', '173827.146000', '173827.149000', '173827.152000', '173827.155000', '173827.158000', '173827.160000', '173827.163000', '173827.166000', '173827.169000', '173827.172000', '173827.174000', '173827.177000', '173827.180000', '173827.183000', '173827.186000', '173827.189000', '173827.192000', '173827.195000', '173827.197000', '173827.200000', '173827.203000', '173827.206000', '173827.209000', '173827.212000', '173827.215000', '173827.217000', '173827.220000', '173827.223000', '173827.226000', '173827.229000', '173844.020000', '173844.024000', '173844.027000', '173844.030000', '173844.033000', '173844.036000', '173844.039000', '173844.042000', '173844.045000', '173844.049000', '173844.052000', '173844.055000', '173844.059000', '173844.062000', '173844.065000', '173844.068000', '173844.071000', '173844.074000', '173844.077000', '173844.080000', '173844.084000', '173844.087000', '173844.090000', '173844.093000', '173844.096000', '173844.099000', '173844.102000', '173844.104000', '173844.107000', '173844.110000', '173844.113000', '173844.116000', '173844.119000', '173844.122000', '173844.125000', '173844.128000', '173844.131000'], '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': [19162, 18039, 16926, 20164, 13475, 15297, 18052, 14037, 20241, 13691, 12372, 12629, 14613, 18522, 13129, 12349, 12424, 13803, 12065, 13135, 10850, 12980, 13337, 14779, 12138, 11147, 12228, 13912, 14854, 12574, 10977, 12668, 13643, 17888, 12104, 11374, 16344, 12811, 14386, 12172, 11630, 16107, 12232, 14466, 12428, 11515, 12381, 12740, 15498, 15436, 12970, 18140, 12126, 11678, 18349, 12739, 14677, 12955, 13791, 18906, 12354, 13700, 18791, 12172, 13794, 12410, 13891, 16043, 12708, 13326, 18550, 13505, 14101, 12326, 14350, 18875, 12607, 11613, 15131, 12999, 12121, 12353, 13686, 17187, 12754, 13811, 12476, 14608, 18848, 12231, 13304, 17950, 13059, 14379, 12342, 14028, 16615, 12540, 11231, 12749, 13927, 12858, 12742, 11565, 12803, 13714, 17043, 12118, 13019, 18947, 13046, 14917, 12422, 11514, 17684, 12382, 14413, 12606, 13839, 18372, 12367, 13211, 18948, 12360, 14289, 12206, 13854, 18688, 12690, 12058, 12567, 12841, 12523, 12491, 13164, 19335, 12244, 12157, 12167, 13668, 17062, 12594, 13401, 12330, 10810, 12626, 13106, 16864, 13557, 12743, 18080, 12061, 13803, 18233, 12089, 11444, 13308, 12492, 11421, 12694, 12559, 14268, 12057, 10979, 12513, 12454, 11853, 13140, 12036, 12440, 12186, 11896, 14952, 12363, 15125, 12251, 13712, 19084, 12078, 13756, 14472, 12904, 16702, 12019, 13182, 19782, 14008, 15290, 12167, 13668, 19493, 12551, 13172, 13790, 12941, 15522, 12460, 11644, 14356, 12105, 12215, 12041, 11798, 12776, 12119, 16785, 12130, 11221, 12538, 13404, 19025, 13212, 12842, 12868, 12064, 12258, 12046, 12505, 12798, 11735, 17307, 12357, 13855, 11904, 12638, 12676, 11427, 12972, 11955, 12202, 12388, 17311, 13328, 12946, 19846, 12212, 15748, 12301, 12231, 14785, 12272, 16465, 12465, 11518, 12261, 13470, 18391, 12211, 12929, 18564, 11816, 12117, 12687, 12510, 14300, 12480, 11817, 12337, 12450, 11515, 13100, 13288, 17442, 12267, 11126, 12686, 12604, 14546, 12854, 11830, 12656, 13791, 17611, 12667, 13559, 17166, 12069, 14355, 12105, 13671, 19473, 12972, 15359, 12458, 13242, 19484, 11874, 11623, 16834, 12228, 13713, 12512, 12409, 17622, 11821, 14085, 12401, 13422, 18036, 12424, 13396, 12113, 11289, 12212, 13691, 17943, 13028, 12169, 12798, 13402, 18608, 12163, 11299, 17708, 12910, 15188, 12338, 12051, 17401, 12662, 13574, 12370, 11508, 15877, 12669, 15345, 12499, 11604, 12838, 13603, 17070, 12664, 11633, 12944, 13542, 14938, 12666, 11596, 12387, 13354, 14166, 12201, 11606, 14355, 12534, 12248, 12039, 13366, 13993, 12046, 13482, 12289, 11652, 12943, 11487, 12863, 12169, 16184, 12776, 16187, 12824, 12281, 12703, 12613, 13012, 16939, 12577, 17416, 20770, 14239, 16280, 13064, 12127, 13729, 13144, 11353, 12722, 13026, 17742, 12250, 11615, 12529, 13690, 16974, 12753, 11540, 12487, 11478, 12256, 11930, 11496, 12680, 10630, 12956, 12608, 16546, 13197, 12778, 18731, 12188, 12582, 15134, 12052, 16210, 12699, 12968, 16197, 12027, 11567, 16901, 12397, 13794, 12110, 13973, 18902, 12183, 13506, 18166, 12179, 14845, 12236, 13178, 16215, 12419, 11061, 12820, 13208, 16584, 13053, 12670, 17684, 11944, 11182, 14402, 12257, 11369, 12851, 12936, 12188, 12486, 13689, 16314, 12384, 11219, 12693, 12299, 12476, 12727, 13450, 18213, 12529, 11848, 15053, 12305, 15819, 11982, 13964, 19933, 13164, 15450, 12684, 13401, 18969, 12302, 13871, 20374, 13817, 14130, 20256, 12163, 12961, 12350, 13315, 11553, 12410, 13811, 16510, 12262, 11843, 12375, 13974, 17109, 12523, 11683, 14408, 12572, 13178, 12978, 12677, 16562, 12899, 13737, 18568, 11871, 13476, 18035, 11792, 13984, 12481, 12673, 15744, 12487, 11469, 12517, 12019, 11985, 13141, 12023, 15387, 12260, 11418, 12909, 12918, 18537, 13026, 11528, 12409, 12464, 11799, 13690, 12542, 13048, 12666, 11409, 16727, 12746, 14157, 13261, 13486, 19175, 12705, 13543, 18866, 12732, 12796, 12348, 14109, 18308, 12708, 12849, 16494, 12584, 11721, 12782, 13000, 16206, 13419, 13548, 18458, 12478, 14310, 19892, 12352, 14112, 19255, 12581, 14386, 19049, 12639, 13918, 16696, 12456, 11265, 12765, 12685, 11848, 13089, 12766, 12317, 12966, 14071, 15791, 12833, 13304, 16702, 12901, 12543, 15033, 12696, 13009, 13117, 12298, 14626, 13134, 13606, 13403, 13793, 18748, 14853, 13973, 18826, 13116, 14231, 19613, 13295, 13349, 18900, 13218, 13476, 15841, 13150, 12125, 15014, 13320, 10791, 13497, 12767, 11246, 13970, 13219, 12338, 13513, 12529, 15688, 13527, 12464, 15264, 13308, 13064, 13469, 12772, 18607, 13613, 12472, 15728, 13187, 13888, 13246, 12645, 18267, 13555, 12334, 13664, 12693, 18198, 13704, 13340, 18373, 12959, 14327, 15513, 12844, 13612, 13260, 13034, 12754, 13002, 13071, 15433, 18611, 13867, 15124, 14684, 12828, 12771, 13556, 13099, 13156, 13536, 12724, 13143, 13467, 13553, 12364, 13387, 12845, 11971, 13538, 13431, 13183, 13078, 13586, 14614, 13421, 12159, 13293, 12814, 11836, 14133, 13176, 11775, 13744, 12690, 14864, 14049, 13225, 17040, 13539, 14119, 19321, 13835, 13448, 17277, 13618, 14858, 13737, 12661, 15172, 14165, 13272, 15387, 13091, 11789, 14775, 13027, 13950, 14431, 12738, 13091, 13627, 13024, 17788, 13146, 14170, 19352, 13232, 12165, 13641, 12591, 13193, 13634, 13187, 17546, 12916, 11552, 12996, 12573, 14291, 13424, 13629, 16362, 12943, 14236, 18750, 13206, 14463, 16485, 13340, 15731, 13215, 14039, 17766, 13363, 13658, 18013, 13142, 14590, 18160, 12501, 14410, 17228, 13095, 11855, 13190, 13107, 12231, 12895, 14101, 16927, 13277, 13546, 16917, 12987, 11805, 13728, 12676, 11536, 14969, 13064, 12700, 13547, 13924, 17375, 12958, 14177, 19020, 13049, 12975, 16069, 12666, 14146, 13312, 12733, 16158, 13454, 13839, 17656, 13008, 11912, 15530, 13168, 13275, 13249, 11923, 13235, 12816, 13086, 13709, 11405, 13577, 12819, 17379, 13334, 12194, 13934, 12629, 13368, 12562, 13823, 14100, 13151, 16508, 13345, 14022, 13274, 12128, 14050, 13430, 15817, 13385, 13363, 13528, 12388, 18479, 13636, 15182, 13434, 12433, 18344, 13200, 14130, 13857, 12731, 13382, 13112, 11800, 14238, 12984, 17449, 13097, 14716, 13839, 12959, 18330, 13461, 13077, 13627, 12247, 13273, 13189, 12890, 14279, 12755, 13661, 12955, 11271, 13764, 13069, 17370, 13427, 11134, 13865, 12718, 17873, 13534, 12802, 13772, 12578, 13716, 12802, 15277, 16627], 'WindowCenter': [4574.0, 4533.0, 4507.0, 4512.0, 4460.0, 4469.0, 4473.0, 4444.0, 4484.0, 4444.0, 4432.0, 4431.0, 4454.0, 4469.0, 4429.0, 4430.0, 4430.0, 4442.0, 4419.0, 4441.0, 4421.0, 4440.0, 4442.0, 4453.0, 4433.0, 4422.0, 4444.0, 4455.0, 4451.0, 4443.0, 4425.0, 4444.0, 4468.0, 4482.0, 4448.0, 4434.0, 4475.0, 4445.0, 4452.0, 4447.0, 4435.0, 4464.0, 4443.0, 4464.0, 4445.0, 4444.0, 4446.0, 4453.0, 4478.0, 4464.0, 4447.0, 4484.0, 4446.0, 4435.0, 4472.0, 4442.0, 4451.0, 4430.0, 4453.0, 4481.0, 4432.0, 4443.0, 4468.0, 4430.0, 4440.0, 4441.0, 4455.0, 4461.0, 4432.0, 4443.0, 4472.0, 4444.0, 4441.0, 4444.0, 4451.0, 4469.0, 4429.0, 4422.0, 4448.0, 4442.0, 4430.0, 4442.0, 4452.0, 4472.0, 4445.0, 4442.0, 4446.0, 4466.0, 4481.0, 4433.0, 4442.0, 4470.0, 4444.0, 4451.0, 4442.0, 4454.0, 4459.0, 4431.0, 4421.0, 4432.0, 4454.0, 4441.0, 4443.0, 4432.0, 4442.0, 4454.0, 4472.0, 4443.0, 4444.0, 4483.0, 4444.0, 4452.0, 4443.0, 4434.0, 4470.0, 4431.0, 4451.0, 4431.0, 4454.0, 4473.0, 4431.0, 4442.0, 4480.0, 4431.0, 4440.0, 4431.0, 4440.0, 4471.0, 4431.0, 4432.0, 4430.0, 4443.0, 4431.0, 4431.0, 4441.0, 4470.0, 4430.0, 4430.0, 4443.0, 4454.0, 4470.0, 4442.0, 4442.0, 4442.0, 4422.0, 4443.0, 4456.0, 4473.0, 4441.0, 4443.0, 4471.0, 4431.0, 4451.0, 4470.0, 4429.0, 4420.0, 4440.0, 4431.0, 4421.0, 4440.0, 4431.0, 4452.0, 4434.0, 4421.0, 4442.0, 4442.0, 4432.0, 4442.0, 4445.0, 4442.0, 4446.0, 4444.0, 4461.0, 4443.0, 4453.0, 4432.0, 4452.0, 4483.0, 4433.0, 4453.0, 4453.0, 4445.0, 4474.0, 4445.0, 4457.0, 4493.0, 4453.0, 4462.0, 4432.0, 4452.0, 4483.0, 4433.0, 4442.0, 4440.0, 4443.0, 4460.0, 4442.0, 4431.0, 4448.0, 4432.0, 4429.0, 4443.0, 4433.0, 4442.0, 4445.0, 4473.0, 4445.0, 4434.0, 4445.0, 4456.0, 4486.0, 4444.0, 4445.0, 4445.0, 4446.0, 4442.0, 4446.0, 4444.0, 4445.0, 4434.0, 4475.0, 4444.0, 4453.0, 4445.0, 4446.0, 4455.0, 4435.0, 4453.0, 4447.0, 4444.0, 4456.0, 4488.0, 4455.0, 4443.0, 4497.0, 4446.0, 4462.0, 4445.0, 4447.0, 4452.0, 4433.0, 4462.0, 4433.0, 4432.0, 4442.0, 4455.0, 4485.0, 4433.0, 4442.0, 4481.0, 4433.0, 4433.0, 4441.0, 4442.0, 4451.0, 4444.0, 4432.0, 4441.0, 4443.0, 4432.0, 4442.0, 4451.0, 4472.0, 4442.0, 4420.0, 4445.0, 4455.0, 4463.0, 4443.0, 4444.0, 4456.0, 4467.0, 4487.0, 4455.0, 4458.0, 4486.0, 4446.0, 4464.0, 4447.0, 4468.0, 4483.0, 4442.0, 4464.0, 4443.0, 4456.0, 4483.0, 4434.0, 4431.0, 4473.0, 4432.0, 4441.0, 4444.0, 4443.0, 4472.0, 4433.0, 4450.0, 4442.0, 4453.0, 4482.0, 4442.0, 4454.0, 4446.0, 4435.0, 4445.0, 4464.0, 4483.0, 4442.0, 4435.0, 4441.0, 4456.0, 4480.0, 4433.0, 4423.0, 4472.0, 4442.0, 4452.0, 4444.0, 4434.0, 4473.0, 4443.0, 4438.0, 4442.0, 4434.0, 4462.0, 4443.0, 4449.0, 4431.0, 4419.0, 4440.0, 4452.0, 4462.0, 4443.0, 4418.0, 4440.0, 4455.0, 4463.0, 4442.0, 4420.0, 4429.0, 4451.0, 4452.0, 4445.0, 4435.0, 4453.0, 4444.0, 4432.0, 4442.0, 4454.0, 4453.0, 4443.0, 4442.0, 4444.0, 4434.0, 4443.0, 4435.0, 4444.0, 4445.0, 4476.0, 4446.0, 4465.0, 4443.0, 4433.0, 4453.0, 4456.0, 4459.0, 4488.0, 4461.0, 4491.0, 4498.0, 4444.0, 4465.0, 4433.0, 4431.0, 4439.0, 4442.0, 4422.0, 4429.0, 4441.0, 4460.0, 4430.0, 4421.0, 4429.0, 4442.0, 4460.0, 4430.0, 4421.0, 4442.0, 4435.0, 4441.0, 4446.0, 4432.0, 4444.0, 4422.0, 4444.0, 4444.0, 4475.0, 4441.0, 4445.0, 4484.0, 4446.0, 4443.0, 4461.0, 4443.0, 4475.0, 4444.0, 4444.0, 4473.0, 4445.0, 4432.0, 4473.0, 4441.0, 4443.0, 4433.0, 4455.0, 4482.0, 4432.0, 4445.0, 4470.0, 4433.0, 4451.0, 4433.0, 4443.0, 4460.0, 4432.0, 4423.0, 4444.0, 4455.0, 4473.0, 4442.0, 4444.0, 4470.0, 4432.0, 4424.0, 4451.0, 4430.0, 4421.0, 4440.0, 4443.0, 4431.0, 4444.0, 4453.0, 4472.0, 4443.0, 4432.0, 4442.0, 4445.0, 4444.0, 4445.0, 4456.0, 4483.0, 4444.0, 4435.0, 4465.0, 4446.0, 4462.0, 4444.0, 4465.0, 4494.0, 4444.0, 4464.0, 4434.0, 4445.0, 4472.0, 4433.0, 4441.0, 4482.0, 4440.0, 4443.0, 4481.0, 4419.0, 4430.0, 4430.0, 4440.0, 4417.0, 4430.0, 4440.0, 4460.0, 4430.0, 4430.0, 4445.0, 4465.0, 4472.0, 4443.0, 4431.0, 4452.0, 4444.0, 4444.0, 4432.0, 4431.0, 4462.0, 4429.0, 4440.0, 4472.0, 4431.0, 4441.0, 4469.0, 4422.0, 4442.0, 4442.0, 4444.0, 4461.0, 4431.0, 4431.0, 4431.0, 4443.0, 4430.0, 4442.0, 4444.0, 4463.0, 4446.0, 4433.0, 4444.0, 4455.0, 4485.0, 4470.0, 4449.0, 4456.0, 4456.0, 4446.0, 4454.0, 4445.0, 4444.0, 4455.0, 4435.0, 4475.0, 4443.0, 4452.0, 4443.0, 4454.0, 4485.0, 4441.0, 4443.0, 4482.0, 4444.0, 4432.0, 4443.0, 4466.0, 4482.0, 4444.0, 4442.0, 4462.0, 4443.0, 4433.0, 4442.0, 4453.0, 4474.0, 4443.0, 4455.0, 4484.0, 4433.0, 4456.0, 4485.0, 4432.0, 4443.0, 4469.0, 4432.0, 4441.0, 4469.0, 4420.0, 4430.0, 4449.0, 4420.0, 4408.0, 4428.0, 4430.0, 4418.0, 4428.0, 4432.0, 4417.0, 4443.0, 4453.0, 4461.0, 4444.0, 4443.0, 4463.0, 4443.0, 4445.0, 4452.0, 4441.0, 4442.0, 4444.0, 4445.0, 4466.0, 4456.0, 4457.0, 4458.0, 4470.0, 4497.0, 4455.0, 4457.0, 4472.0, 4444.0, 4453.0, 4483.0, 4442.0, 4442.0, 4472.0, 4432.0, 4441.0, 4449.0, 4431.0, 4433.0, 4450.0, 4441.0, 4409.0, 4442.0, 4444.0, 4424.0, 4452.0, 4446.0, 4433.0, 4457.0, 4448.0, 4463.0, 4457.0, 4448.0, 4466.0, 4456.0, 4445.0, 4455.0, 4456.0, 4487.0, 4454.0, 4446.0, 4465.0, 4457.0, 4455.0, 4457.0, 4458.0, 4486.0, 4455.0, 4445.0, 4469.0, 4460.0, 4495.0, 4457.0, 4458.0, 4488.0, 4447.0, 4466.0, 4463.0, 4445.0, 4455.0, 4446.0, 4453.0, 4460.0, 4470.0, 4484.0, 4495.0, 4500.0, 4456.0, 4467.0, 4453.0, 4434.0, 4433.0, 4431.0, 4433.0, 4431.0, 4440.0, 4432.0, 4430.0, 4442.0, 4443.0, 4428.0, 4441.0, 4430.0, 4419.0, 4440.0, 4441.0, 4428.0, 4443.0, 4441.0, 4450.0, 4441.0, 4434.0, 4441.0, 4446.0, 4435.0, 4452.0, 4454.0, 4433.0, 4454.0, 4456.0, 4464.0, 4452.0, 4456.0, 4475.0, 4455.0, 4468.0, 4484.0, 4454.0, 4458.0, 4475.0, 4456.0, 4466.0, 4454.0, 4444.0, 4464.0, 4452.0, 4443.0, 4463.0, 4456.0, 4447.0, 4465.0, 4455.0, 4454.0, 4452.0, 4444.0, 4441.0, 4454.0, 4454.0, 4472.0, 4455.0, 4464.0, 4483.0, 4442.0, 4433.0, 4454.0, 4446.0, 4444.0, 4452.0, 4452.0, 4482.0, 4444.0, 4432.0, 4443.0, 4445.0, 4465.0, 4454.0, 4454.0, 4474.0, 4445.0, 4456.0, 4484.0, 4442.0, 4454.0, 4463.0, 4442.0, 4463.0, 4445.0, 4450.0, 4471.0, 4439.0, 4439.0, 4470.0, 4441.0, 4450.0, 4471.0, 4433.0, 4451.0, 4459.0, 4431.0, 4418.0, 4430.0, 4441.0, 4431.0, 4442.0, 4452.0, 4459.0, 4439.0, 4442.0, 4472.0, 4444.0, 4433.0, 4441.0, 4443.0, 4432.0, 4452.0, 4440.0, 4442.0, 4440.0, 4453.0, 4471.0, 4444.0, 4454.0, 4472.0, 4441.0, 4444.0, 4459.0, 4443.0, 4451.0, 4440.0, 4442.0, 4462.0, 4440.0, 4442.0, 4469.0, 4441.0, 4429.0, 4447.0, 4441.0, 4441.0, 4452.0, 4434.0, 4442.0, 4442.0, 4441.0, 4453.0, 4433.0, 4453.0, 4454.0, 4473.0, 4451.0, 4445.0, 4454.0, 4444.0, 4456.0, 4458.0, 4467.0, 4463.0, 4455.0, 4487.0, 4465.0, 4465.0, 4457.0, 4458.0, 4464.0, 4457.0, 4475.0, 4467.0, 4457.0, 4469.0, 4459.0, 4495.0, 4456.0, 4467.0, 4457.0, 4456.0, 4483.0, 4452.0, 4455.0, 4453.0, 4445.0, 4452.0, 4455.0, 4434.0, 4454.0, 4454.0, 4483.0, 4455.0, 4464.0, 4453.0, 4444.0, 4482.0, 4453.0, 4443.0, 4454.0, 4443.0, 4443.0, 4453.0, 4443.0, 4453.0, 4445.0, 4453.0, 4455.0, 4433.0, 4452.0, 4453.0, 4473.0, 4453.0, 4422.0, 4452.0, 4455.0, 4484.0, 4453.0, 4443.0, 4455.0, 4445.0, 4454.0, 4456.0, 4465.0, 4474.0], 'WindowWidth': [10035.0, 9947.0, 9896.0, 9895.0, 9815.0, 9827.0, 9823.0, 9781.0, 9842.0, 9781.0, 9762.0, 9763.0, 9793.0, 9812.0, 9754.0, 9756.0, 9755.0, 9774.0, 9740.0, 9774.0, 9747.0, 9771.0, 9778.0, 9793.0, 9768.0, 9750.0, 9784.0, 9799.0, 9791.0, 9781.0, 9760.0, 9784.0, 9821.0, 9838.0, 9795.0, 9772.0, 9827.0, 9784.0, 9796.0, 9791.0, 9774.0, 9811.0, 9782.0, 9813.0, 9789.0, 9785.0, 9789.0, 9798.0, 9839.0, 9812.0, 9790.0, 9841.0, 9787.0, 9772.0, 9820.0, 9776.0, 9791.0, 9760.0, 9793.0, 9833.0, 9764.0, 9778.0, 9814.0, 9761.0, 9773.0, 9776.0, 9798.0, 9804.0, 9763.0, 9780.0, 9822.0, 9782.0, 9774.0, 9782.0, 9789.0, 9816.0, 9757.0, 9747.0, 9785.0, 9776.0, 9760.0, 9781.0, 9794.0, 9822.0, 9786.0, 9778.0, 9788.0, 9814.0, 9834.0, 9766.0, 9778.0, 9817.0, 9780.0, 9789.0, 9778.0, 9794.0, 9799.0, 9760.0, 9745.0, 9763.0, 9797.0, 9775.0, 9781.0, 9766.0, 9778.0, 9796.0, 9822.0, 9783.0, 9784.0, 9838.0, 9782.0, 9793.0, 9783.0, 9772.0, 9816.0, 9762.0, 9793.0, 9763.0, 9794.0, 9822.0, 9762.0, 9778.0, 9830.0, 9761.0, 9773.0, 9763.0, 9775.0, 9819.0, 9762.0, 9764.0, 9758.0, 9778.0, 9760.0, 9760.0, 9773.0, 9815.0, 9758.0, 9760.0, 9781.0, 9796.0, 9818.0, 9778.0, 9780.0, 9780.0, 9752.0, 9783.0, 9801.0, 9827.0, 9775.0, 9780.0, 9818.0, 9762.0, 9789.0, 9816.0, 9758.0, 9746.0, 9772.0, 9762.0, 9747.0, 9773.0, 9762.0, 9791.0, 9769.0, 9750.0, 9778.0, 9779.0, 9766.0, 9779.0, 9786.0, 9779.0, 9790.0, 9787.0, 9806.0, 9782.0, 9795.0, 9768.0, 9793.0, 9839.0, 9766.0, 9797.0, 9795.0, 9786.0, 9826.0, 9789.0, 9810.0, 9857.0, 9797.0, 9807.0, 9765.0, 9792.0, 9839.0, 9768.0, 9780.0, 9774.0, 9780.0, 9801.0, 9779.0, 9762.0, 9783.0, 9763.0, 9759.0, 9783.0, 9770.0, 9779.0, 9787.0, 9825.0, 9788.0, 9770.0, 9790.0, 9804.0, 9847.0, 9785.0, 9785.0, 9787.0, 9787.0, 9781.0, 9790.0, 9786.0, 9788.0, 9771.0, 9829.0, 9785.0, 9799.0, 9790.0, 9792.0, 9802.0, 9774.0, 9798.0, 9792.0, 9788.0, 9806.0, 9854.0, 9801.0, 9783.0, 9865.0, 9788.0, 9809.0, 9789.0, 9794.0, 9794.0, 9769.0, 9807.0, 9768.0, 9765.0, 9782.0, 9801.0, 9844.0, 9769.0, 9780.0, 9833.0, 9769.0, 9768.0, 9774.0, 9779.0, 9793.0, 9785.0, 9764.0, 9776.0, 9782.0, 9765.0, 9779.0, 9790.0, 9821.0, 9780.0, 9747.0, 9788.0, 9804.0, 9810.0, 9784.0, 9785.0, 9806.0, 9822.0, 9850.0, 9802.0, 9812.0, 9847.0, 9789.0, 9811.0, 9793.0, 9824.0, 9846.0, 9781.0, 9814.0, 9782.0, 9801.0, 9838.0, 9769.0, 9765.0, 9822.0, 9765.0, 9775.0, 9784.0, 9782.0, 9823.0, 9767.0, 9789.0, 9780.0, 9794.0, 9837.0, 9778.0, 9797.0, 9789.0, 9773.0, 9791.0, 9813.0, 9840.0, 9781.0, 9772.0, 9778.0, 9802.0, 9832.0, 9769.0, 9755.0, 9822.0, 9777.0, 9792.0, 9784.0, 9769.0, 9824.0, 9782.0, 9771.0, 9778.0, 9769.0, 9805.0, 9777.0, 9786.0, 9762.0, 9744.0, 9772.0, 9792.0, 9807.0, 9781.0, 9740.0, 9773.0, 9798.0, 9807.0, 9777.0, 9747.0, 9759.0, 9793.0, 9793.0, 9788.0, 9772.0, 9794.0, 9783.0, 9768.0, 9781.0, 9801.0, 9795.0, 9783.0, 9781.0, 9785.0, 9771.0, 9784.0, 9771.0, 9787.0, 9787.0, 9830.0, 9785.0, 9813.0, 9781.0, 9769.0, 9799.0, 9803.0, 9812.0, 9853.0, 9818.0, 9862.0, 9869.0, 9782.0, 9813.0, 9765.0, 9762.0, 9770.0, 9777.0, 9748.0, 9758.0, 9774.0, 9802.0, 9759.0, 9746.0, 9757.0, 9775.0, 9800.0, 9760.0, 9748.0, 9779.0, 9772.0, 9775.0, 9788.0, 9766.0, 9785.0, 9752.0, 9784.0, 9787.0, 9831.0, 9779.0, 9786.0, 9841.0, 9788.0, 9784.0, 9805.0, 9781.0, 9831.0, 9784.0, 9784.0, 9823.0, 9785.0, 9766.0, 9821.0, 9777.0, 9780.0, 9769.0, 9800.0, 9836.0, 9764.0, 9783.0, 9817.0, 9765.0, 9789.0, 9767.0, 9780.0, 9801.0, 9765.0, 9751.0, 9782.0, 9800.0, 9825.0, 9779.0, 9782.0, 9815.0, 9766.0, 9755.0, 9789.0, 9760.0, 9749.0, 9774.0, 9779.0, 9761.0, 9784.0, 9797.0, 9823.0, 9781.0, 9767.0, 9777.0, 9786.0, 9784.0, 9787.0, 9801.0, 9839.0, 9784.0, 9774.0, 9814.0, 9789.0, 9808.0, 9786.0, 9816.0, 9859.0, 9784.0, 9814.0, 9769.0, 9784.0, 9823.0, 9767.0, 9775.0, 9837.0, 9775.0, 9779.0, 9832.0, 9742.0, 9759.0, 9758.0, 9772.0, 9738.0, 9758.0, 9772.0, 9798.0, 9759.0, 9757.0, 9786.0, 9813.0, 9820.0, 9782.0, 9764.0, 9792.0, 9783.0, 9783.0, 9762.0, 9761.0, 9806.0, 9757.0, 9775.0, 9821.0, 9762.0, 9774.0, 9815.0, 9749.0, 9777.0, 9778.0, 9781.0, 9802.0, 9763.0, 9761.0, 9761.0, 9782.0, 9762.0, 9778.0, 9783.0, 9811.0, 9789.0, 9770.0, 9786.0, 9801.0, 9847.0, 9832.0, 9802.0, 9807.0, 9807.0, 9793.0, 9798.0, 9789.0, 9785.0, 9803.0, 9777.0, 9829.0, 9782.0, 9796.0, 9782.0, 9798.0, 9843.0, 9777.0, 9780.0, 9838.0, 9783.0, 9766.0, 9784.0, 9818.0, 9838.0, 9783.0, 9778.0, 9809.0, 9781.0, 9767.0, 9780.0, 9798.0, 9828.0, 9782.0, 9798.0, 9838.0, 9768.0, 9799.0, 9841.0, 9763.0, 9777.0, 9812.0, 9761.0, 9772.0, 9812.0, 9741.0, 9754.0, 9782.0, 9740.0, 9723.0, 9750.0, 9756.0, 9736.0, 9752.0, 9762.0, 9737.0, 9779.0, 9794.0, 9803.0, 9780.0, 9780.0, 9808.0, 9779.0, 9785.0, 9791.0, 9777.0, 9776.0, 9782.0, 9784.0, 9814.0, 9802.0, 9806.0, 9810.0, 9825.0, 9871.0, 9801.0, 9801.0, 9822.0, 9783.0, 9794.0, 9840.0, 9777.0, 9774.0, 9819.0, 9760.0, 9772.0, 9784.0, 9759.0, 9762.0, 9783.0, 9773.0, 9727.0, 9775.0, 9782.0, 9754.0, 9788.0, 9786.0, 9766.0, 9803.0, 9791.0, 9811.0, 9804.0, 9794.0, 9817.0, 9800.0, 9787.0, 9801.0, 9802.0, 9848.0, 9798.0, 9788.0, 9815.0, 9803.0, 9800.0, 9805.0, 9806.0, 9846.0, 9801.0, 9788.0, 9823.0, 9815.0, 9859.0, 9805.0, 9809.0, 9851.0, 9790.0, 9818.0, 9809.0, 9786.0, 9794.0, 9782.0, 9795.0, 9813.0, 9831.0, 9853.0, 9875.0, 9880.0, 9806.0, 9821.0, 9792.0, 9767.0, 9766.0, 9759.0, 9764.0, 9759.0, 9769.0, 9760.0, 9758.0, 9773.0, 9777.0, 9752.0, 9773.0, 9757.0, 9741.0, 9769.0, 9773.0, 9752.0, 9777.0, 9775.0, 9785.0, 9775.0, 9769.0, 9776.0, 9788.0, 9773.0, 9794.0, 9796.0, 9770.0, 9796.0, 9802.0, 9815.0, 9793.0, 9801.0, 9828.0, 9802.0, 9821.0, 9845.0, 9798.0, 9809.0, 9834.0, 9802.0, 9816.0, 9797.0, 9786.0, 9813.0, 9793.0, 9782.0, 9811.0, 9803.0, 9792.0, 9813.0, 9800.0, 9800.0, 9794.0, 9783.0, 9777.0, 9797.0, 9796.0, 9822.0, 9801.0, 9812.0, 9840.0, 9779.0, 9769.0, 9798.0, 9789.0, 9786.0, 9791.0, 9793.0, 9834.0, 9787.0, 9766.0, 9780.0, 9789.0, 9819.0, 9799.0, 9800.0, 9828.0, 9787.0, 9803.0, 9844.0, 9777.0, 9801.0, 9811.0, 9779.0, 9808.0, 9785.0, 9787.0, 9819.0, 9770.0, 9769.0, 9818.0, 9777.0, 9786.0, 9820.0, 9767.0, 9788.0, 9798.0, 9758.0, 9741.0, 9758.0, 9775.0, 9759.0, 9781.0, 9792.0, 9799.0, 9771.0, 9777.0, 9819.0, 9783.0, 9770.0, 9777.0, 9781.0, 9766.0, 9791.0, 9774.0, 9779.0, 9775.0, 9794.0, 9819.0, 9784.0, 9798.0, 9822.0, 9776.0, 9786.0, 9803.0, 9779.0, 9791.0, 9773.0, 9779.0, 9809.0, 9775.0, 9778.0, 9814.0, 9775.0, 9759.0, 9782.0, 9774.0, 9774.0, 9794.0, 9769.0, 9778.0, 9780.0, 9778.0, 9795.0, 9765.0, 9798.0, 9801.0, 9825.0, 9794.0, 9787.0, 9799.0, 9785.0, 9805.0, 9811.0, 9822.0, 9812.0, 9801.0, 9851.0, 9817.0, 9818.0, 9808.0, 9809.0, 9815.0, 9806.0, 9833.0, 9821.0, 9807.0, 9827.0, 9816.0, 9866.0, 9806.0, 9821.0, 9808.0, 9805.0, 9842.0, 9795.0, 9803.0, 9797.0, 9786.0, 9794.0, 9800.0, 9771.0, 9797.0, 9797.0, 9840.0, 9800.0, 9812.0, 9795.0, 9785.0, 9839.0, 9797.0, 9780.0, 9798.0, 9782.0, 9782.0, 9795.0, 9784.0, 9797.0, 9788.0, 9796.0, 9801.0, 9771.0, 9794.0, 9796.0, 9824.0, 9796.0, 9753.0, 9794.0, 9801.0, 9841.0, 9797.0, 9783.0, 9799.0, 9788.0, 9801.0, 9802.0, 9818.0, 9825.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.00025714614499424624</td></tr>
<tr><td colspan=3>aqi</td><td>0.019002546605293442</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.12687478744237</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2949150603686628</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9972156638594467</td></tr>
<tr><td colspan=3>efc</td><td>0.4978</td></tr>
<tr><td colspan=3>fber</td><td>4751.2695</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09350356216672863</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0713463751438437</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3301810812438752</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3286247626630776</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.543766666624604</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.118151814443945</td></tr>
<tr><td colspan=3>gcor</td><td>0.00738511</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021879203617572784</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03687027096748352</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031647464083863</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>22.2971</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2374</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.9199</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299429.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.3662</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7448</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.7897</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3655.8979</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1386.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.2493</td></tr>
<tr><td colspan=3>tsnr</td><td>42.69171830895357</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>