ds005256-mriqc/sub-0019_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== 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-0019 --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-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-03/func/sub-0019_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>123888994e625c89c04e560ad35f1a64</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>16:25:44.110000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.998158, -0.0596116, 0.0112817, 0.0600009, 0.997472, -0.0380675]</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.0767966</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>[4142, -7772, -7263, 629, 1, -300, 87, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2581644c-0a6b-466b-b40e-b0d362bdb1f4||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.6779847145080566, 0.16097794473171234, 0.024256691336631775, 107.85304260253906], [0.15993346273899078, 2.67614483833313, -0.10442066937685013, -98.74768829345703], [0.030268091708421707, 0.1021324023604393, 2.697870969772339, -78.91615295410156], [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': ['162544.110000', '162544.570000', '162545.030000', '162545.490000', '162545.950000', '162546.410000', '162546.870000', '162547.330000', '162547.790000', '162548.250000', '162548.710000', '162549.170000', '162549.630000', '162550.090000', '162550.550000', '162551.010000', '162551.470000', '162551.930000', '162552.390000', '162552.850000', '162553.310000', '162553.770000', '162554.230000', '162554.690000', '162555.150000', '162555.610000', '162556.070000', '162556.530000', '162556.990000', '162557.450000', '162557.910000', '162558.370000', '162558.830000', '162559.290000', '162559.750000', '162600.210000', '162600.670000', '162601.130000', '162601.590000', '162602.050000', '162602.510000', '162602.970000', '162603.430000', '162603.890000', '162604.350000', '162604.810000', '162605.270000', '162605.730000', '162606.190000', '162606.650000', '162607.110000', '162607.570000', '162608.030000', '162608.490000', '162608.950000', '162609.410000', '162609.870000', '162610.330000', '162610.790000', '162611.250000', '162611.710000', '162612.170000', '162612.630000', '162613.090000', '162613.550000', '162614.010000', '162614.470000', '162614.930000', '162615.390000', '162615.850000', '162616.310000', '162616.770000', '162617.230000', '162617.690000', '162618.150000', '162618.610000', '162619.070000', '162619.530000', '162619.990000', '162620.450000', '162620.910000', '162621.370000', '162621.830000', '162622.290000', '162622.750000', '162623.210000', '162623.670000', '162624.130000', '162624.590000', '162625.050000', '162625.510000', '162625.970000', '162626.430000', '162626.890000', '162627.350000', '162627.810000', '162628.270000', '162628.730000', '162629.190000', '162629.650000', '162630.110000', '162630.570000', '162631.030000', '162631.490000', '162631.950000', '162632.410000', '162632.870000', '162633.330000', '162633.790000', '162634.250000', '162634.710000', '162635.170000', '162635.630000', '162636.090000', '162636.550000', '162637.010000', '162637.470000', '162637.930000', '162638.390000', '162638.850000', '162639.310000', '162639.770000', '162640.230000', '162640.690000', '162641.150000', '162641.610000', '162642.070000', '162642.530000', '162642.990000', '162643.450000', '162643.910000', '162644.370000', '162644.830000', '162645.290000', '162645.750000', '162646.210000', '162646.670000', '162647.130000', '162647.590000', '162648.050000', '162648.510000', '162648.970000', '162649.430000', '162649.890000', '162650.350000', '162650.810000', '162651.270000', '162651.730000', '162652.190000', '162652.650000', '162653.110000', '162653.570000', '162654.030000', '162654.490000', '162654.950000', '162655.410000', '162655.870000', '162656.330000', '162656.790000', '162657.250000', '162657.710000', '162658.170000', '162658.630000', '162659.090000', '162659.550000', '162700.010000', '162700.470000', '162700.930000', '162701.390000', '162701.850000', '162702.310000', '162702.770000', '162703.230000', '162703.690000', '162704.150000', '162704.610000', '162705.070000', '162705.530000', '162705.990000', '162706.450000', '162706.910000', '162707.370000', '162707.830000', '162708.290000', '162708.750000', '162709.210000', '162709.670000', '162710.130000', '162710.590000', '162711.050000', '162711.510000', '162711.970000', '162712.430000', '162712.890000', '162713.350000', '162713.810000', '162714.270000', '162714.730000', '162715.190000', '162715.650000', '162716.110000', '162716.570000', '162717.030000', '162717.490000', '162717.950000', '162718.410000', '162718.870000', '162719.330000', '162719.790000', '162720.250000', '162720.710000', '162721.170000', '162721.630000', '162722.090000', '162722.550000', '162723.010000', '162723.470000', '162723.930000', '162724.390000', '162724.850000', '162725.310000', '162725.770000', '162726.230000', '162726.690000', '162727.150000', '162727.610000', '162728.070000', '162728.530000', '162728.990000', '162729.450000', '162729.910000', '162730.370000', '162730.830000', '162731.290000', '162731.750000', '162732.210000', '162732.670000', '162733.130000', '162733.590000', '162734.050000', '162734.510000', '162734.970000', '162735.430000', '162735.890000', '162736.350000', '162736.810000', '162737.270000', '162737.730000', '162738.190000', '162738.650000', '162739.110000', '162739.570000', '162740.030000', '162740.490000', '162740.950000', '162741.410000', '162741.870000', '162742.330000', '162742.790000', '162743.250000', '162743.710000', '162744.170000', '162744.630000', '162745.090000', '162745.550000', '162746.010000', '162746.470000', '162746.930000', '162747.390000', '162747.850000', '162748.310000', '162748.770000', '162749.230000', '162749.690000', '162750.150000', '162750.610000', '162751.070000', '162751.530000', '162751.990000', '162752.450000', '162752.910000', '162753.370000', '162753.830000', '162754.290000', '162754.750000', '162755.210000', '162755.670000', '162756.130000', '162756.590000', '162757.050000', '162757.510000', '162757.970000', '162758.430000', '162758.890000', '162759.350000', '162759.810000', '162800.270000', '162800.730000', '162801.190000', '162801.650000', '162802.110000', '162802.570000', '162803.030000', '162803.490000', '162803.950000', '162804.410000', '162804.870000', '162805.330000', '162805.790000', '162806.250000', '162806.710000', '162807.170000', '162807.630000', '162808.090000', '162808.550000', '162809.010000', '162809.470000', '162809.930000', '162810.390000', '162810.850000', '162811.310000', '162811.770000', '162812.230000', '162812.690000', '162813.150000', '162813.610000', '162814.070000', '162814.530000', '162814.990000', '162815.450000', '162815.910000', '162816.370000', '162816.830000', '162817.290000', '162817.750000', '162818.210000', '162818.670000', '162819.130000', '162819.590000', '162820.050000', '162820.510000', '162820.970000', '162821.430000', '162821.890000', '162822.350000', '162822.810000', '162823.270000', '162823.730000', '162824.190000', '162824.650000', '162825.110000', '162825.570000', '162826.030000', '162826.490000', '162826.950000', '162827.410000', '162827.870000', '162828.330000', '162828.790000', '162829.250000', '162829.710000', '162830.170000', '162830.630000', '162831.090000', '162831.550000', '162832.010000', '162832.470000', '162832.930000', '162833.390000', '162833.850000', '162834.310000', '162834.770000', '162835.230000', '162835.690000', '162836.150000', '162836.610000', '162837.070000', '162837.530000', '162837.990000', '162838.450000', '162838.910000', '162839.370000', '162839.830000', '162840.290000', '162840.750000', '162841.210000', '162841.670000', '162842.130000', '162842.590000', '162843.050000', '162843.510000', '162843.970000', '162844.430000', '162844.890000', '162845.350000', '162845.810000', '162846.270000', '162846.730000', '162847.190000', '162847.650000', '162848.110000', '162848.570000', '162849.030000', '162849.490000', '162849.950000', '162850.410000', '162850.870000', '162851.330000', '162851.790000', '162852.250000', '162852.710000', '162853.170000', '162853.630000', '162854.090000', '162854.550000', '162855.010000', '162855.470000', '162855.930000', '162856.390000', '162856.850000', '162857.310000', '162857.770000', '162858.230000', '162858.690000', '162859.150000', '162859.610000', '162900.070000', '162900.530000', '162900.990000', '162901.450000', '162901.910000', '162902.370000', '162902.830000', '162903.290000', '162903.750000', '162904.210000', '162904.670000', '162905.130000', '162905.590000', '162906.050000', '162906.510000', '162906.970000', '162907.430000', '162907.890000', '162908.350000', '162908.810000', '162909.270000', '162909.730000', '162910.190000', '162910.650000', '162911.110000', '162911.570000', '162912.030000', '162912.490000', '162912.950000', '162913.410000', '162913.870000', '162914.330000', '162914.790000', '162915.250000', '162915.710000', '162916.170000', '162916.630000', '162917.090000', '162917.550000', '162918.010000', '162918.470000', '162918.930000', '162919.390000', '162919.850000', '162920.310000', '162920.770000', '162921.230000', '162921.690000', '162922.150000', '162922.610000', '162923.070000', '162923.530000', '162923.990000', '162924.450000', '162924.910000', '162925.370000', '162925.830000', '162926.290000', '162926.750000', '162927.210000', '162927.670000', '162928.130000', '162928.590000', '162929.050000', '162929.510000', '162929.970000', '162930.430000', '162930.890000', '162931.350000', '162931.810000', '162932.270000', '162932.730000', '162933.190000', '162933.650000', '162934.110000', '162934.570000', '162935.030000', '162935.490000', '162935.950000', '162936.410000', '162936.870000', '162937.330000', '162937.790000', '162938.250000', '162938.710000', '162939.170000', '162939.630000', '162940.090000', '162940.550000', '162941.010000', '162941.470000', '162941.930000', '162942.390000', '162942.850000', '162943.310000', '162943.770000', '162944.230000', '162944.690000', '162945.150000', '162945.610000', '162946.070000', '162946.530000', '162946.990000', '162947.450000', '162947.910000', '162948.370000', '162948.830000', '162949.290000', '162949.750000', '162950.210000', '162950.670000', '162951.130000', '162951.590000', '162952.050000', '162952.510000', '162952.970000', '162953.430000', '162953.890000', '162954.350000', '162954.810000', '162955.270000', '162955.730000', '162956.190000', '162956.650000', '162957.110000', '162957.570000', '162958.030000', '162958.490000', '162958.950000', '162959.410000', '162959.870000', '163000.330000', '163000.790000', '163001.250000', '163001.710000', '163002.170000', '163002.630000', '163003.090000', '163003.550000', '163004.010000', '163004.470000', '163004.930000', '163005.390000', '163005.850000', '163006.310000', '163006.770000', '163007.230000', '163007.690000', '163008.150000', '163008.610000', '163009.070000', '163009.530000', '163009.990000', '163010.450000', '163010.910000', '163011.370000', '163011.830000', '163012.290000', '163012.750000', '163013.210000', '163013.670000', '163014.130000', '163014.590000', '163015.050000', '163015.510000', '163015.970000', '163016.430000', '163016.890000', '163017.350000', '163017.810000', '163018.270000', '163018.730000', '163019.190000', '163019.650000', '163020.110000', '163020.570000', '163021.030000', '163021.490000', '163021.950000', '163022.410000', '163022.870000', '163023.330000', '163023.790000', '163024.250000', '163024.710000', '163025.170000', '163025.630000', '163026.090000', '163026.550000', '163027.010000', '163027.470000', '163027.930000', '163028.390000', '163028.850000', '163029.310000', '163029.770000', '163030.230000', '163030.690000', '163031.150000', '163031.610000', '163032.070000', '163032.530000', '163032.990000', '163033.450000', '163033.910000', '163034.370000', '163034.830000', '163035.290000', '163035.750000', '163036.210000', '163036.670000', '163037.130000', '163037.590000', '163038.050000', '163038.510000', '163038.970000', '163039.430000', '163039.890000', '163040.350000', '163040.810000', '163041.270000', '163041.730000', '163042.190000', '163042.650000', '163043.110000', '163043.570000', '163044.030000', '163044.490000', '163044.950000', '163045.410000', '163045.870000', '163046.330000', '163046.790000', '163047.250000', '163047.710000', '163048.170000', '163048.630000', '163049.090000', '163049.550000', '163050.010000', '163050.470000', '163050.930000', '163051.390000', '163051.850000', '163052.310000', '163052.770000', '163053.230000', '163053.690000', '163054.150000', '163054.610000', '163055.070000', '163055.530000', '163055.990000', '163056.450000', '163056.910000', '163057.370000', '163057.830000', '163058.290000', '163058.750000', '163059.210000', '163059.670000', '163100.130000', '163100.590000', '163101.050000', '163101.510000', '163101.970000', '163102.430000', '163102.890000', '163103.350000', '163103.810000', '163104.270000', '163104.730000', '163105.190000', '163105.650000', '163106.110000', '163106.570000', '163107.030000', '163107.490000', '163107.950000', '163108.410000', '163108.870000', '163109.330000', '163109.790000', '163110.250000', '163110.710000', '163111.170000', '163111.630000', '163112.090000', '163112.550000', '163113.010000', '163113.470000', '163113.930000', '163114.390000', '163114.850000', '163115.310000', '163115.770000', '163116.230000', '163116.690000', '163117.150000', '163117.610000', '163118.070000', '163118.530000', '163118.990000', '163119.450000', '163119.910000', '163120.370000', '163120.830000', '163121.290000', '163121.750000', '163122.210000', '163122.670000', '163123.130000', '163123.590000', '163124.050000', '163124.510000', '163124.970000', '163125.430000', '163125.890000', '163126.350000', '163126.810000', '163127.270000', '163127.730000', '163128.190000', '163128.650000', '163129.110000', '163129.570000', '163130.030000', '163130.490000', '163130.950000', '163131.410000', '163131.870000', '163132.330000', '163132.790000', '163133.250000', '163133.710000', '163134.170000', '163134.630000', '163135.090000', '163135.550000', '163136.010000', '163136.470000', '163136.930000', '163137.390000', '163137.850000', '163138.310000', '163138.770000', '163139.230000', '163139.690000', '163140.150000', '163140.610000', '163141.070000', '163141.530000', '163141.990000', '163142.450000', '163142.910000', '163143.370000', '163143.830000', '163144.290000', '163144.750000', '163145.210000', '163145.670000', '163146.130000', '163146.590000', '163147.050000', '163147.510000', '163147.970000', '163148.430000', '163148.890000', '163149.350000', '163149.810000', '163150.270000', '163150.730000', '163151.190000', '163151.650000', '163152.110000', '163152.570000', '163153.030000', '163153.490000', '163153.950000', '163154.410000', '163154.870000', '163155.330000', '163155.790000', '163156.250000', '163156.710000', '163157.170000', '163157.630000', '163158.090000', '163158.550000', '163159.010000', '163159.470000', '163159.930000', '163200.390000', '163200.850000', '163201.310000', '163201.770000', '163202.230000', '163202.690000', '163203.150000', '163203.610000', '163204.070000', '163204.530000', '163204.990000', '163205.450000', '163205.910000', '163206.370000', '163206.830000', '163207.290000', '163207.750000', '163208.210000', '163208.670000', '163209.130000', '163209.590000', '163210.050000', '163210.510000', '163210.970000', '163211.430000', '163211.890000', '163212.350000', '163212.810000', '163213.270000', '163213.730000', '163214.190000', '163214.650000', '163215.110000', '163215.570000', '163216.030000', '163216.490000', '163216.950000', '163217.410000', '163217.870000', '163218.330000', '163218.790000', '163219.250000', '163219.710000', '163220.170000', '163220.630000', '163221.090000', '163221.550000', '163222.010000', '163222.470000', '163222.930000', '163223.390000', '163223.850000', '163224.310000', '163224.770000'], 'ContentTime': ['162553.816000', '162553.819000', '162553.822000', '162553.825000', '162553.828000', '162553.838000', '162553.841000', '162553.843000', '162553.846000', '162553.849000', '162553.852000', '162553.855000', '162553.857000', '162553.860000', '162553.863000', '162553.866000', '162553.868000', '162553.871000', '162553.874000', '162553.881000', '162613.784000', '162613.787000', '162613.789000', '162613.792000', '162613.795000', '162613.798000', '162613.801000', '162613.804000', '162613.806000', '162613.809000', '162613.812000', '162613.815000', '162613.817000', '162613.820000', '162613.823000', '162613.826000', '162613.828000', '162613.831000', '162613.834000', '162613.837000', '162613.839000', '162613.842000', '162613.845000', '162613.848000', '162613.851000', '162613.853000', '162613.856000', '162613.859000', '162613.870000', '162613.873000', '162613.875000', '162613.878000', '162613.881000', '162613.884000', '162613.886000', '162613.905000', '162613.908000', '162613.910000', '162613.913000', '162613.916000', '162613.919000', '162613.921000', '162613.924000', '162633.784000', '162633.787000', '162633.790000', '162633.792000', '162633.795000', '162633.798000', '162633.801000', '162633.803000', '162633.806000', '162633.809000', '162633.812000', '162633.814000', '162633.817000', '162633.820000', '162633.823000', '162633.825000', '162633.828000', '162633.831000', '162633.834000', '162633.836000', '162633.839000', '162633.842000', '162633.845000', '162633.848000', '162633.850000', '162633.853000', '162633.856000', '162633.859000', '162633.861000', '162633.864000', '162633.867000', '162633.870000', '162633.872000', '162633.875000', '162633.878000', '162633.881000', '162633.883000', '162633.886000', '162633.889000', '162633.892000', '162633.895000', '162633.897000', '162633.900000', '162633.903000', '162653.783000', '162653.786000', '162653.788000', '162653.791000', '162653.794000', '162653.797000', '162653.800000', '162653.802000', '162653.805000', '162653.808000', '162653.811000', '162653.813000', '162653.816000', '162653.819000', '162653.822000', '162653.824000', '162653.827000', '162653.830000', '162653.833000', '162653.835000', '162653.838000', '162653.841000', '162653.844000', '162653.847000', '162653.849000', '162653.852000', '162653.855000', '162653.858000', '162653.860000', '162653.863000', '162653.866000', '162653.869000', '162653.871000', '162653.874000', '162653.877000', '162653.881000', '162653.884000', '162653.887000', '162653.890000', '162653.893000', '162653.896000', '162653.898000', '162653.901000', '162713.783000', '162713.786000', '162713.788000', '162713.791000', '162713.794000', '162713.797000', '162713.800000', '162713.802000', '162713.805000', '162713.808000', '162713.811000', '162713.813000', '162713.816000', '162713.819000', '162713.822000', '162713.825000', '162713.827000', '162713.830000', '162713.833000', '162713.836000', '162713.838000', '162713.841000', '162713.844000', '162713.848000', '162713.851000', '162713.853000', '162713.856000', '162713.859000', '162713.862000', '162713.865000', '162713.867000', '162713.870000', '162713.873000', '162713.876000', '162713.879000', '162713.881000', '162713.884000', '162713.887000', '162713.890000', '162713.892000', '162713.895000', '162713.898000', '162713.901000', '162713.903000', '162733.783000', '162733.786000', '162733.790000', '162733.792000', '162733.795000', '162733.798000', '162733.801000', '162733.803000', '162733.806000', '162733.809000', '162733.812000', '162733.815000', '162733.817000', '162733.820000', '162733.823000', '162733.826000', '162733.828000', '162733.831000', '162733.834000', '162733.837000', '162733.840000', '162733.842000', '162733.845000', '162733.848000', '162733.851000', '162733.853000', '162733.856000', '162733.859000', '162733.862000', '162733.865000', '162733.867000', '162733.870000', '162733.873000', '162733.876000', '162733.879000', '162733.882000', '162733.884000', '162733.887000', '162733.890000', '162733.893000', '162733.895000', '162733.898000', '162733.901000', '162753.784000', '162753.787000', '162753.790000', '162753.793000', '162753.795000', '162753.798000', '162753.801000', '162753.804000', '162753.807000', '162753.810000', '162753.813000', '162753.815000', '162753.818000', '162753.821000', '162753.824000', '162753.827000', '162753.829000', '162753.832000', '162753.835000', '162753.838000', '162753.841000', '162753.843000', '162753.846000', '162753.849000', '162753.852000', '162753.854000', '162753.857000', '162753.860000', '162753.863000', '162753.865000', '162753.868000', '162753.890000', '162753.892000', '162753.895000', '162753.898000', '162753.901000', '162753.904000', '162753.906000', '162753.909000', '162753.912000', '162753.915000', '162753.918000', '162753.920000', '162813.784000', '162813.787000', '162813.790000', '162813.792000', '162813.795000', '162813.798000', '162813.801000', '162813.804000', '162813.806000', '162813.809000', '162813.812000', '162813.815000', '162813.817000', '162813.820000', '162813.823000', '162813.826000', '162813.828000', '162813.831000', '162813.834000', '162813.837000', '162813.839000', '162813.842000', '162813.845000', '162813.848000', '162813.851000', '162813.853000', '162813.856000', '162813.859000', '162813.862000', '162813.864000', '162813.867000', '162813.870000', '162813.873000', '162813.876000', '162813.879000', '162813.881000', '162813.884000', '162813.887000', '162813.890000', '162813.892000', '162813.895000', '162813.898000', '162813.901000', '162813.904000', '162833.784000', '162833.787000', '162833.790000', '162833.792000', '162833.795000', '162833.798000', '162833.801000', '162833.804000', '162833.807000', '162833.810000', '162833.812000', '162833.815000', '162833.818000', '162833.821000', '162833.823000', '162833.826000', '162833.829000', '162833.832000', '162833.835000', '162833.838000', '162833.840000', '162833.843000', '162833.846000', '162833.849000', '162833.851000', '162833.854000', '162833.857000', '162833.860000', '162833.863000', '162833.865000', '162833.868000', '162833.871000', '162833.874000', '162833.876000', '162833.879000', '162833.882000', '162833.885000', '162833.888000', '162833.890000', '162833.893000', '162833.896000', '162833.899000', '162833.902000', '162853.784000', '162853.787000', '162853.790000', '162853.792000', '162853.795000', '162853.798000', '162853.801000', '162853.804000', '162853.806000', '162853.809000', '162853.812000', '162853.815000', '162853.818000', '162853.820000', '162853.823000', '162853.826000', '162853.829000', '162853.832000', '162853.834000', '162853.837000', '162853.840000', '162853.843000', '162853.846000', '162853.848000', '162853.851000', '162853.854000', '162853.857000', '162853.860000', '162853.862000', '162853.865000', '162853.868000', '162853.871000', '162853.873000', '162853.876000', '162853.879000', '162853.882000', '162853.885000', '162853.887000', '162853.890000', '162853.893000', '162853.896000', '162853.898000', '162853.901000', '162853.904000', '162913.783000', '162913.786000', '162913.789000', '162913.792000', '162913.794000', '162913.817000', '162913.820000', '162913.822000', '162913.825000', '162913.828000', '162913.831000', '162913.833000', '162913.836000', '162913.839000', '162913.842000', '162913.845000', '162913.847000', '162913.850000', '162913.853000', '162913.856000', '162913.859000', '162913.861000', '162913.864000', '162913.867000', '162913.870000', '162913.873000', '162913.876000', '162913.878000', '162913.881000', '162913.884000', '162913.887000', '162913.889000', '162913.892000', '162913.895000', '162913.898000', '162913.900000', '162913.903000', '162913.906000', '162913.909000', '162913.912000', '162913.914000', '162913.917000', '162913.920000', '162933.783000', '162933.786000', '162933.789000', '162933.792000', '162933.794000', '162933.797000', '162933.800000', '162933.803000', '162933.805000', '162933.808000', '162933.811000', '162933.814000', '162933.817000', '162933.833000', '162933.836000', '162933.839000', '162933.842000', '162933.845000', '162933.847000', '162933.850000', '162933.853000', '162933.856000', '162933.858000', '162933.861000', '162933.864000', '162933.867000', '162933.869000', '162933.872000', '162933.875000', '162933.878000', '162933.881000', '162933.883000', '162933.886000', '162933.889000', '162933.892000', '162933.894000', '162933.897000', '162933.900000', '162933.903000', '162933.906000', '162933.908000', '162933.911000', '162933.914000', '162933.917000', '162953.784000', '162953.787000', '162953.790000', '162953.793000', '162953.795000', '162953.798000', '162953.801000', '162953.804000', '162953.807000', '162953.810000', '162953.813000', '162953.816000', '162953.819000', '162953.821000', '162953.824000', '162953.827000', '162953.830000', '162953.832000', '162953.835000', '162953.838000', '162953.841000', '162953.844000', '162953.846000', '162953.849000', '162953.852000', '162953.855000', '162953.858000', '162953.860000', '162953.863000', '162953.866000', '162953.869000', '162953.872000', '162953.875000', '162953.878000', '162953.880000', '162953.883000', '162953.886000', '162953.889000', '162953.892000', '162953.894000', '162953.897000', '162953.900000', '162953.903000', '163013.784000', '163013.787000', '163013.790000', '163013.792000', '163013.795000', '163013.798000', '163013.801000', '163013.804000', '163013.806000', '163013.809000', '163013.812000', '163013.815000', '163013.818000', '163013.820000', '163013.823000', '163013.826000', '163013.829000', '163013.832000', '163013.834000', '163013.837000', '163013.840000', '163013.843000', '163013.846000', '163013.848000', '163013.851000', '163013.854000', '163013.857000', '163013.860000', '163013.862000', '163013.865000', '163013.868000', '163013.871000', '163013.873000', '163013.876000', '163013.879000', '163013.882000', '163013.885000', '163013.887000', '163013.890000', '163013.893000', '163013.896000', '163013.898000', '163013.901000', '163013.904000', '163033.784000', '163033.787000', '163033.790000', '163033.792000', '163033.795000', '163033.798000', '163033.801000', '163033.804000', '163033.806000', '163033.809000', '163033.812000', '163033.815000', '163033.818000', '163033.821000', '163033.824000', '163033.827000', '163033.829000', '163033.832000', '163033.835000', '163033.838000', '163033.841000', '163033.844000', '163033.846000', '163033.849000', '163033.852000', '163033.855000', '163033.858000', '163033.861000', '163033.864000', '163033.867000', '163033.869000', '163033.872000', '163033.875000', '163033.878000', '163033.880000', '163033.883000', '163033.886000', '163033.889000', '163033.892000', '163033.894000', '163033.897000', '163033.900000', '163033.903000', '163053.784000', '163053.787000', '163053.790000', '163053.793000', '163053.795000', '163053.798000', '163053.801000', '163053.804000', '163053.806000', '163053.809000', '163053.812000', '163053.815000', '163053.818000', '163053.821000', '163053.823000', '163053.826000', '163053.829000', '163053.832000', '163053.834000', '163053.837000', '163053.840000', '163053.843000', '163053.846000', '163053.848000', '163053.851000', '163053.854000', '163053.857000', '163053.860000', '163053.863000', '163053.865000', '163053.868000', '163053.871000', '163053.874000', '163053.876000', '163053.879000', '163053.882000', '163053.885000', '163053.888000', '163053.911000', '163053.913000', '163053.916000', '163053.919000', '163053.922000', '163053.930000', '163113.784000', '163113.787000', '163113.790000', '163113.793000', '163113.795000', '163113.798000', '163113.801000', '163113.804000', '163113.807000', '163113.809000', '163113.812000', '163113.815000', '163113.818000', '163113.820000', '163113.823000', '163113.826000', '163113.829000', '163113.832000', '163113.834000', '163113.837000', '163113.840000', '163113.843000', '163113.846000', '163113.857000', '163113.860000', '163113.863000', '163113.866000', '163113.869000', '163113.871000', '163113.874000', '163113.877000', '163113.880000', '163113.883000', '163113.885000', '163113.888000', '163113.891000', '163113.894000', '163113.902000', '163113.904000', '163113.907000', '163113.910000', '163113.913000', '163113.915000', '163133.783000', '163133.786000', '163133.789000', '163133.792000', '163133.794000', '163133.797000', '163133.800000', '163133.803000', '163133.806000', '163133.808000', '163133.811000', '163133.814000', '163133.817000', '163133.820000', '163133.822000', '163133.825000', '163133.828000', '163133.831000', '163133.834000', '163133.836000', '163133.839000', '163133.842000', '163133.845000', '163133.848000', '163133.850000', '163133.853000', '163133.856000', '163133.859000', '163133.862000', '163133.864000', '163133.867000', '163133.870000', '163133.873000', '163133.876000', '163133.878000', '163133.881000', '163133.884000', '163133.887000', '163133.890000', '163133.893000', '163133.895000', '163133.898000', '163133.901000', '163133.904000', '163153.783000', '163153.786000', '163153.789000', '163153.791000', '163153.795000', '163153.798000', '163153.801000', '163153.804000', '163153.806000', '163153.809000', '163153.812000', '163153.815000', '163153.818000', '163153.822000', '163153.825000', '163153.828000', '163153.830000', '163153.833000', '163153.836000', '163153.839000', '163153.842000', '163153.845000', '163153.847000', '163153.850000', '163153.853000', '163153.856000', '163153.859000', '163153.862000', '163153.866000', '163153.869000', '163153.872000', '163153.875000', '163153.878000', '163153.881000', '163153.883000', '163153.886000', '163153.889000', '163153.892000', '163153.895000', '163153.897000', '163153.900000', '163153.903000', '163153.906000', '163213.784000', '163213.787000', '163213.790000', '163213.792000', '163213.795000', '163213.798000', '163213.801000', '163213.804000', '163213.806000', '163213.809000', '163213.812000', '163213.815000', '163213.818000', '163213.820000', '163213.823000', '163213.826000', '163213.829000', '163213.831000', '163213.834000', '163213.837000', '163213.840000', '163213.843000', '163213.846000', '163213.848000', '163213.851000', '163213.854000', '163213.857000', '163213.859000', '163213.862000', '163213.865000', '163213.868000', '163213.871000', '163213.873000', '163213.876000', '163213.879000', '163213.882000', '163213.885000', '163213.887000', '163213.890000', '163213.893000', '163213.896000', '163213.899000', '163213.901000', '163213.904000', '163225.643000', '163225.646000', '163225.650000', '163225.655000', '163225.658000', '163225.673000', '163225.676000', '163225.679000', '163225.682000', '163225.685000', '163225.688000', '163225.692000', '163225.695000', '163225.698000', '163225.701000', '163225.704000', '163225.707000', '163225.710000', '163225.713000', '163225.716000', '163225.719000', '163225.722000', '163225.725000', '163225.728000', '163225.732000', '163225.735000'], 'InstanceCreationTime': ['162553.816000', '162553.819000', '162553.822000', '162553.825000', '162553.828000', '162553.838000', '162553.841000', '162553.843000', '162553.846000', '162553.849000', '162553.852000', '162553.855000', '162553.857000', '162553.860000', '162553.863000', '162553.866000', '162553.868000', '162553.871000', '162553.874000', '162553.881000', '162613.784000', '162613.787000', '162613.789000', '162613.792000', '162613.795000', '162613.798000', '162613.801000', '162613.804000', '162613.806000', '162613.809000', '162613.812000', '162613.815000', '162613.817000', '162613.820000', '162613.823000', '162613.826000', '162613.828000', '162613.831000', '162613.834000', '162613.837000', '162613.839000', '162613.842000', '162613.845000', '162613.848000', '162613.851000', '162613.853000', '162613.856000', '162613.859000', '162613.870000', '162613.873000', '162613.875000', '162613.878000', '162613.881000', '162613.884000', '162613.886000', '162613.905000', '162613.908000', '162613.910000', '162613.913000', '162613.916000', '162613.919000', '162613.921000', '162613.924000', '162633.784000', '162633.787000', '162633.790000', '162633.792000', '162633.795000', '162633.798000', '162633.801000', '162633.803000', '162633.806000', '162633.809000', '162633.812000', '162633.814000', '162633.817000', '162633.820000', '162633.823000', '162633.825000', '162633.828000', '162633.831000', '162633.834000', '162633.836000', '162633.839000', '162633.842000', '162633.845000', '162633.848000', '162633.850000', '162633.853000', '162633.856000', '162633.859000', '162633.861000', '162633.864000', '162633.867000', '162633.870000', '162633.872000', '162633.875000', '162633.878000', '162633.881000', '162633.883000', '162633.886000', '162633.889000', '162633.892000', '162633.895000', '162633.897000', '162633.900000', '162633.903000', '162653.783000', '162653.786000', '162653.788000', '162653.791000', '162653.794000', '162653.797000', '162653.800000', '162653.802000', '162653.805000', '162653.808000', '162653.811000', '162653.813000', '162653.816000', '162653.819000', '162653.822000', '162653.824000', '162653.827000', '162653.830000', '162653.833000', '162653.835000', '162653.838000', '162653.841000', '162653.844000', '162653.847000', '162653.849000', '162653.852000', '162653.855000', '162653.858000', '162653.860000', '162653.863000', '162653.866000', '162653.869000', '162653.871000', '162653.874000', '162653.877000', '162653.881000', '162653.884000', '162653.887000', '162653.890000', '162653.893000', '162653.896000', '162653.898000', '162653.901000', '162713.783000', '162713.786000', '162713.788000', '162713.791000', '162713.794000', '162713.797000', '162713.800000', '162713.802000', '162713.805000', '162713.808000', '162713.811000', '162713.813000', '162713.816000', '162713.819000', '162713.822000', '162713.825000', '162713.827000', '162713.830000', '162713.833000', '162713.836000', '162713.838000', '162713.841000', '162713.844000', '162713.848000', '162713.851000', '162713.853000', '162713.856000', '162713.859000', '162713.862000', '162713.865000', '162713.867000', '162713.870000', '162713.873000', '162713.876000', '162713.879000', '162713.881000', '162713.884000', '162713.887000', '162713.890000', '162713.892000', '162713.895000', '162713.898000', '162713.901000', '162713.903000', '162733.783000', '162733.786000', '162733.790000', '162733.792000', '162733.795000', '162733.798000', '162733.801000', '162733.803000', '162733.806000', '162733.809000', '162733.812000', '162733.815000', '162733.817000', '162733.820000', '162733.823000', '162733.826000', '162733.828000', '162733.831000', '162733.834000', '162733.837000', '162733.840000', '162733.842000', '162733.845000', '162733.848000', '162733.851000', '162733.853000', '162733.856000', '162733.859000', '162733.862000', '162733.865000', '162733.867000', '162733.870000', '162733.873000', '162733.876000', '162733.879000', '162733.882000', '162733.884000', '162733.887000', '162733.890000', '162733.893000', '162733.895000', '162733.898000', '162733.901000', '162753.784000', '162753.787000', '162753.790000', '162753.793000', '162753.795000', '162753.798000', '162753.801000', '162753.804000', '162753.807000', '162753.810000', '162753.813000', '162753.815000', '162753.818000', '162753.821000', '162753.824000', '162753.827000', '162753.829000', '162753.832000', '162753.835000', '162753.838000', '162753.841000', '162753.843000', '162753.846000', '162753.849000', '162753.852000', '162753.854000', '162753.857000', '162753.860000', '162753.863000', '162753.865000', '162753.868000', '162753.890000', '162753.892000', '162753.895000', '162753.898000', '162753.901000', '162753.904000', '162753.906000', '162753.909000', '162753.912000', '162753.915000', '162753.918000', '162753.920000', '162813.784000', '162813.787000', '162813.790000', '162813.792000', '162813.795000', '162813.798000', '162813.801000', '162813.804000', '162813.806000', '162813.809000', '162813.812000', '162813.815000', '162813.817000', '162813.820000', '162813.823000', '162813.826000', '162813.828000', '162813.831000', '162813.834000', '162813.837000', '162813.839000', '162813.842000', '162813.845000', '162813.848000', '162813.851000', '162813.853000', '162813.856000', '162813.859000', '162813.862000', '162813.864000', '162813.867000', '162813.870000', '162813.873000', '162813.876000', '162813.879000', '162813.881000', '162813.884000', '162813.887000', '162813.890000', '162813.892000', '162813.895000', '162813.898000', '162813.901000', '162813.904000', '162833.784000', '162833.787000', '162833.790000', '162833.792000', '162833.795000', '162833.798000', '162833.801000', '162833.804000', '162833.807000', '162833.810000', '162833.812000', '162833.815000', '162833.818000', '162833.821000', '162833.823000', '162833.826000', '162833.829000', '162833.832000', '162833.835000', '162833.838000', '162833.840000', '162833.843000', '162833.846000', '162833.849000', '162833.851000', '162833.854000', '162833.857000', '162833.860000', '162833.863000', '162833.865000', '162833.868000', '162833.871000', '162833.874000', '162833.876000', '162833.879000', '162833.882000', '162833.885000', '162833.888000', '162833.890000', '162833.893000', '162833.896000', '162833.899000', '162833.902000', '162853.784000', '162853.787000', '162853.790000', '162853.792000', '162853.795000', '162853.798000', '162853.801000', '162853.804000', '162853.806000', '162853.809000', '162853.812000', '162853.815000', '162853.818000', '162853.820000', '162853.823000', '162853.826000', '162853.829000', '162853.832000', '162853.834000', '162853.837000', '162853.840000', '162853.843000', '162853.846000', '162853.848000', '162853.851000', '162853.854000', '162853.857000', '162853.860000', '162853.862000', '162853.865000', '162853.868000', '162853.871000', '162853.873000', '162853.876000', '162853.879000', '162853.882000', '162853.885000', '162853.887000', '162853.890000', '162853.893000', '162853.896000', '162853.898000', '162853.901000', '162853.904000', '162913.783000', '162913.786000', '162913.789000', '162913.792000', '162913.794000', '162913.817000', '162913.820000', '162913.822000', '162913.825000', '162913.828000', '162913.831000', '162913.833000', '162913.836000', '162913.839000', '162913.842000', '162913.845000', '162913.847000', '162913.850000', '162913.853000', '162913.856000', '162913.859000', '162913.861000', '162913.864000', '162913.867000', '162913.870000', '162913.873000', '162913.876000', '162913.878000', '162913.881000', '162913.884000', '162913.887000', '162913.889000', '162913.892000', '162913.895000', '162913.898000', '162913.900000', '162913.903000', '162913.906000', '162913.909000', '162913.912000', '162913.914000', '162913.917000', '162913.920000', '162933.783000', '162933.786000', '162933.789000', '162933.792000', '162933.794000', '162933.797000', '162933.800000', '162933.803000', '162933.805000', '162933.808000', '162933.811000', '162933.814000', '162933.817000', '162933.833000', '162933.836000', '162933.839000', '162933.842000', '162933.845000', '162933.847000', '162933.850000', '162933.853000', '162933.856000', '162933.858000', '162933.861000', '162933.864000', '162933.867000', '162933.869000', '162933.872000', '162933.875000', '162933.878000', '162933.881000', '162933.883000', '162933.886000', '162933.889000', '162933.892000', '162933.894000', '162933.897000', '162933.900000', '162933.903000', '162933.906000', '162933.908000', '162933.911000', '162933.914000', '162933.917000', '162953.784000', '162953.787000', '162953.790000', '162953.793000', '162953.795000', '162953.798000', '162953.801000', '162953.804000', '162953.807000', '162953.810000', '162953.813000', '162953.816000', '162953.819000', '162953.821000', '162953.824000', '162953.827000', '162953.830000', '162953.832000', '162953.835000', '162953.838000', '162953.841000', '162953.844000', '162953.846000', '162953.849000', '162953.852000', '162953.855000', '162953.858000', '162953.860000', '162953.863000', '162953.866000', '162953.869000', '162953.872000', '162953.875000', '162953.878000', '162953.880000', '162953.883000', '162953.886000', '162953.889000', '162953.892000', '162953.894000', '162953.897000', '162953.900000', '162953.903000', '163013.784000', '163013.787000', '163013.790000', '163013.792000', '163013.795000', '163013.798000', '163013.801000', '163013.804000', '163013.806000', '163013.809000', '163013.812000', '163013.815000', '163013.818000', '163013.820000', '163013.823000', '163013.826000', '163013.829000', '163013.832000', '163013.834000', '163013.837000', '163013.840000', '163013.843000', '163013.846000', '163013.848000', '163013.851000', '163013.854000', '163013.857000', '163013.860000', '163013.862000', '163013.865000', '163013.868000', '163013.871000', '163013.873000', '163013.876000', '163013.879000', '163013.882000', '163013.885000', '163013.887000', '163013.890000', '163013.893000', '163013.896000', '163013.898000', '163013.901000', '163013.904000', '163033.784000', '163033.787000', '163033.790000', '163033.792000', '163033.795000', '163033.798000', '163033.801000', '163033.804000', '163033.806000', '163033.809000', '163033.812000', '163033.815000', '163033.818000', '163033.821000', '163033.824000', '163033.827000', '163033.829000', '163033.832000', '163033.835000', '163033.838000', '163033.841000', '163033.844000', '163033.846000', '163033.849000', '163033.852000', '163033.855000', '163033.858000', '163033.861000', '163033.864000', '163033.867000', '163033.869000', '163033.872000', '163033.875000', '163033.878000', '163033.880000', '163033.883000', '163033.886000', '163033.889000', '163033.892000', '163033.894000', '163033.897000', '163033.900000', '163033.903000', '163053.784000', '163053.787000', '163053.790000', '163053.793000', '163053.795000', '163053.798000', '163053.801000', '163053.804000', '163053.806000', '163053.809000', '163053.812000', '163053.815000', '163053.818000', '163053.821000', '163053.823000', '163053.826000', '163053.829000', '163053.832000', '163053.834000', '163053.837000', '163053.840000', '163053.843000', '163053.846000', '163053.848000', '163053.851000', '163053.854000', '163053.857000', '163053.860000', '163053.863000', '163053.865000', '163053.868000', '163053.871000', '163053.874000', '163053.876000', '163053.879000', '163053.882000', '163053.885000', '163053.888000', '163053.911000', '163053.913000', '163053.916000', '163053.919000', '163053.922000', '163053.930000', '163113.784000', '163113.787000', '163113.790000', '163113.793000', '163113.795000', '163113.798000', '163113.801000', '163113.804000', '163113.807000', '163113.809000', '163113.812000', '163113.815000', '163113.818000', '163113.820000', '163113.823000', '163113.826000', '163113.829000', '163113.832000', '163113.834000', '163113.837000', '163113.840000', '163113.843000', '163113.846000', '163113.857000', '163113.860000', '163113.863000', '163113.866000', '163113.869000', '163113.871000', '163113.874000', '163113.877000', '163113.880000', '163113.883000', '163113.885000', '163113.888000', '163113.891000', '163113.894000', '163113.902000', '163113.904000', '163113.907000', '163113.910000', '163113.913000', '163113.915000', '163133.783000', '163133.786000', '163133.789000', '163133.792000', '163133.794000', '163133.797000', '163133.800000', '163133.803000', '163133.806000', '163133.808000', '163133.811000', '163133.814000', '163133.817000', '163133.820000', '163133.822000', '163133.825000', '163133.828000', '163133.831000', '163133.834000', '163133.836000', '163133.839000', '163133.842000', '163133.845000', '163133.848000', '163133.850000', '163133.853000', '163133.856000', '163133.859000', '163133.862000', '163133.864000', '163133.867000', '163133.870000', '163133.873000', '163133.876000', '163133.878000', '163133.881000', '163133.884000', '163133.887000', '163133.890000', '163133.893000', '163133.895000', '163133.898000', '163133.901000', '163133.904000', '163153.783000', '163153.786000', '163153.789000', '163153.791000', '163153.795000', '163153.798000', '163153.801000', '163153.804000', '163153.806000', '163153.809000', '163153.812000', '163153.815000', '163153.818000', '163153.822000', '163153.825000', '163153.828000', '163153.830000', '163153.833000', '163153.836000', '163153.839000', '163153.842000', '163153.845000', '163153.847000', '163153.850000', '163153.853000', '163153.856000', '163153.859000', '163153.862000', '163153.866000', '163153.869000', '163153.872000', '163153.875000', '163153.878000', '163153.881000', '163153.883000', '163153.886000', '163153.889000', '163153.892000', '163153.895000', '163153.897000', '163153.900000', '163153.903000', '163153.906000', '163213.784000', '163213.787000', '163213.790000', '163213.792000', '163213.795000', '163213.798000', '163213.801000', '163213.804000', '163213.806000', '163213.809000', '163213.812000', '163213.815000', '163213.818000', '163213.820000', '163213.823000', '163213.826000', '163213.829000', '163213.831000', '163213.834000', '163213.837000', '163213.840000', '163213.843000', '163213.846000', '163213.848000', '163213.851000', '163213.854000', '163213.857000', '163213.859000', '163213.862000', '163213.865000', '163213.868000', '163213.871000', '163213.873000', '163213.876000', '163213.879000', '163213.882000', '163213.885000', '163213.887000', '163213.890000', '163213.893000', '163213.896000', '163213.899000', '163213.901000', '163213.904000', '163225.643000', '163225.646000', '163225.650000', '163225.655000', '163225.658000', '163225.673000', '163225.676000', '163225.679000', '163225.682000', '163225.685000', '163225.688000', '163225.692000', '163225.695000', '163225.698000', '163225.701000', '163225.704000', '163225.707000', '163225.710000', '163225.713000', '163225.716000', '163225.719000', '163225.722000', '163225.725000', '163225.728000', '163225.732000', '163225.735000'], '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': [9578, 16289, 9903, 13521, 8895, 14572, 8864, 15224, 10300, 14574, 10887, 14919, 9021, 14574, 9406, 14575, 9704, 14610, 10182, 13250, 9948, 8480, 9729, 8449, 10359, 8544, 12013, 8390, 11559, 8452, 11091, 8562, 11521, 8337, 10629, 8331, 10750, 8430, 11152, 8380, 12077, 8226, 11793, 8373, 12468, 8259, 11855, 8198, 11260, 8283, 12762, 8443, 13910, 8066, 13602, 8311, 14040, 8686, 14112, 10079, 11896, 9131, 14368, 9102, 9814, 10677, 9334, 11147, 8988, 12395, 8321, 11727, 8337, 12353, 8585, 13829, 8444, 14311, 8464, 14360, 9008, 13693, 10324, 8122, 10898, 8135, 11244, 8235, 13322, 8686, 14132, 9667, 14945, 8503, 14166, 9791, 14660, 10025, 15053, 10585, 14393, 9967, 12702, 9371, 13352, 10610, 10942, 11193, 8375, 10905, 8480, 10620, 8674, 10402, 8618, 11899, 8316, 11082, 8428, 10585, 8328, 11069, 8478, 12452, 8335, 11699, 8254, 11625, 8431, 12194, 8497, 13095, 8545, 12678, 8841, 14105, 9679, 14507, 8609, 13947, 8970, 13756, 10373, 14537, 8661, 14122, 9446, 13851, 10149, 14876, 8559, 14507, 9388, 14214, 10525, 14388, 8521, 14517, 8864, 14070, 10205, 14887, 8541, 14367, 8460, 14022, 8892, 13093, 10186, 13594, 8655, 13895, 8896, 13732, 10058, 13576, 10472, 14361, 8923, 14353, 9017, 14227, 9757, 14337, 10109, 14271, 9917, 14502, 8640, 13958, 9392, 13671, 10933, 14199, 9257, 14060, 8813, 13932, 9183, 13997, 9857, 13425, 9086, 13617, 8666, 13526, 8834, 12903, 9405, 13520, 8658, 13846, 9019, 13743, 9287, 14053, 8579, 14109, 8946, 13363, 10275, 13913, 8398, 13685, 8566, 13569, 8702, 13616, 9394, 14127, 8310, 13941, 8677, 13512, 10037, 13704, 8954, 14069, 8778, 13760, 9318, 13194, 10082, 13979, 8683, 14099, 9346, 14160, 9454, 13150, 10815, 14513, 9330, 13400, 9625, 12599, 10356, 8343, 12365, 8561, 11364, 8681, 12452, 8932, 13546, 9122, 13969, 8835, 13914, 10025, 11634, 9772, 8330, 9964, 8682, 12186, 8844, 14269, 9546, 14671, 8898, 14754, 9725, 15203, 10620, 14832, 9032, 14440, 9076, 14358, 9817, 14810, 11007, 11845, 9504, 9618, 9638, 9504, 10066, 8476, 11577, 8294, 10795, 8930, 12375, 9172, 12900, 8502, 10279, 9234, 8207, 10577, 13805, 9053, 14609, 9492, 13053, 9344, 12873, 9357, 13016, 10630, 9243, 14702, 9280, 15532, 8831, 11339, 9165, 12370, 9160, 15234, 8879, 14834, 9476, 14660, 9512, 14683, 9424, 13260, 9069, 12231, 9075, 13997, 9113, 13490, 8996, 12547, 8984, 11423, 9083, 11192, 8997, 11554, 8976, 11313, 8971, 11296, 13124, 9809, 14292, 10255, 10002, 9212, 10870, 9010, 13558, 8769, 13743, 8897, 13344, 8742, 13312, 9332, 11231, 10324, 9299, 9809, 11457, 9588, 12242, 10299, 10217, 11311, 8598, 10877, 8561, 10450, 9319, 10123, 13227, 10124, 12160, 9926, 12697, 8644, 14745, 9027, 14025, 9140, 12981, 8961, 13688, 8552, 12762, 8758, 12237, 8885, 12720, 8592, 13627, 8650, 13690, 8883, 13382, 9933, 14637, 8649, 14415, 9629, 13576, 10755, 14005, 8856, 13930, 9516, 14431, 10107, 14913, 9875, 14678, 9039, 14784, 9843, 14593, 11032, 11077, 9991, 10193, 10469, 9852, 10795, 8600, 12020, 8371, 10974, 8488, 11220, 9006, 11942, 8663, 14080, 8656, 14035, 9007, 14386, 9711, 14320, 10596, 15147, 9062, 14222, 9836, 13627, 10756, 8649, 10807, 8301, 10488, 8629, 11052, 9028, 13935, 9341, 14513, 8737, 13921, 8803, 13349, 9506, 9254, 10585, 8182, 10374, 8219, 10293, 8668, 11067, 8611, 12250, 8614, 11513, 8722, 13232, 8923, 13167, 9175, 14132, 8651, 14376, 8980, 14419, 8936, 13547, 10068, 11133, 9778, 11029, 10554, 11966, 11998, 8410, 11430, 8406, 11049, 8801, 11941, 8814, 13653, 8711, 12742, 8709, 13401, 9244, 13619, 10255, 14818, 9009, 14801, 8944, 14468, 10886, 11049, 11446, 8391, 10683, 8811, 12158, 9332, 12913, 8728, 13089, 8898, 12088, 8996, 13581, 9522, 14244, 10728, 14584, 8870, 14278, 9471, 13511, 9858, 12285, 10289, 11505, 11204, 8537, 10725, 8667, 10943, 8824, 11405, 9190, 12308, 9086, 13561, 8964, 13723, 8952, 14222, 9284, 13866, 9632, 14868, 8763, 14453, 8808, 14352, 9051, 14030, 9554, 12397, 8643, 9848, 9136, 9356, 10643, 8658, 12393, 8361, 11833, 8705, 13331, 9133, 14118, 9345, 15267, 8772, 14639, 9623, 14606, 10679, 9135, 10428, 8281, 10445, 8626, 11490, 8977, 13784, 8677, 13951, 8912, 13973, 9127, 14321, 10788, 10838, 10074, 8259, 10449, 8631, 12279, 8892, 13589, 8694, 13583, 8842, 13725, 9069, 13748, 10391, 14158, 8888, 14511, 8626, 14409, 8906, 13925, 9610, 10025, 9952, 8261, 9673, 8447, 10410, 8734, 11693, 8963, 13092, 8593, 13495, 8860, 13469, 10225, 14561, 10231, 9296, 9834, 8220, 10057, 9333, 10801, 8793, 12333, 8895, 13905, 8653, 13407, 9105, 14729, 9540, 15404, 10132, 14881, 9043, 13919, 9385, 13833, 9198, 14462, 9136, 13422, 9258, 13554, 9392, 13655, 8807, 14352, 8850, 14107, 9154, 14090, 10230, 8930, 10094, 8856, 10571, 9210, 11806, 9198, 13975, 9264, 13612, 9324, 13744, 10307, 14177, 10715, 14517, 8723, 13693, 9324, 13610, 9559, 13907, 10205, 13197, 8813, 13896, 8946, 13952, 9128, 9288, 8942, 8992, 11151, 8949, 11598, 9096, 13607, 8995, 13190, 9945, 8753, 9888, 8818, 10439, 9177, 10564, 10866, 11690, 9016, 10771, 8696, 9840, 8857, 10951, 9322, 11773, 9071, 12875, 8945, 12707, 8979, 13944, 9302, 14097, 10145, 14768, 9030, 14698, 9127, 13900, 9191, 14302, 10281, 12608, 8560, 13076, 8642, 13714, 8863, 13781, 9050, 13574, 10144, 10837, 8938, 11492, 8594, 12513, 9096, 11735, 9902, 8868, 9533, 10563, 9462, 13015, 9284, 10964, 10555, 8858, 9946, 8717, 10178, 10284, 9763, 10642, 10762, 8869, 10576, 8757, 10506, 8894, 11277, 8950, 11926, 8951, 11319, 8902, 11435, 9137, 12070, 9195, 12411, 9164, 12158, 9051, 12607, 9108, 12613, 9049, 12238, 8983, 12097, 8933, 11934, 8909, 12053, 8942, 12024, 8991, 11861, 9012, 11906, 9145, 12034, 9213, 13030, 8981, 12388, 8795, 10980, 9717, 9173, 11948, 9099, 11684, 9131, 12304, 9246, 12856, 9083, 13235, 9136, 12619, 8957, 12089, 9043, 12070, 9152, 12957, 9128, 13154, 8999, 12845, 9272], 'WindowCenter': [4110.0, 4126.0, 4078.0, 4085.0, 4051.0, 4081.0, 4039.0, 4079.0, 4049.0, 4067.0, 4058.0, 4067.0, 4037.0, 4066.0, 4047.0, 4077.0, 4047.0, 4077.0, 4048.0, 4067.0, 4060.0, 4037.0, 4049.0, 4039.0, 4071.0, 4051.0, 4081.0, 4052.0, 4084.0, 4053.0, 4084.0, 4063.0, 4084.0, 4054.0, 4073.0, 4054.0, 4074.0, 4053.0, 4085.0, 4053.0, 4084.0, 4054.0, 4084.0, 4054.0, 4084.0, 4053.0, 4084.0, 4054.0, 4085.0, 4065.0, 4096.0, 4066.0, 4106.0, 4067.0, 4096.0, 4065.0, 4105.0, 4065.0, 4106.0, 4077.0, 4084.0, 4074.0, 4105.0, 4066.0, 4075.0, 4087.0, 4074.0, 4086.0, 4064.0, 4095.0, 4066.0, 4096.0, 4065.0, 4096.0, 4067.0, 4105.0, 4066.0, 4106.0, 4066.0, 4105.0, 4077.0, 4108.0, 4088.0, 4055.0, 4087.0, 4067.0, 4086.0, 4066.0, 4108.0, 4078.0, 4108.0, 4088.0, 4119.0, 4078.0, 4107.0, 4088.0, 4107.0, 4077.0, 4107.0, 4087.0, 4095.0, 4076.0, 4095.0, 4076.0, 4093.0, 4085.0, 4085.0, 4085.0, 4054.0, 4086.0, 4065.0, 4086.0, 4064.0, 4086.0, 4065.0, 4086.0, 4055.0, 4086.0, 4066.0, 4086.0, 4064.0, 4087.0, 4065.0, 4096.0, 4067.0, 4085.0, 4054.0, 4086.0, 4055.0, 4096.0, 4066.0, 4096.0, 4066.0, 4095.0, 4066.0, 4106.0, 4076.0, 4107.0, 4065.0, 4105.0, 4075.0, 4106.0, 4087.0, 4106.0, 4065.0, 4105.0, 4077.0, 4096.0, 4086.0, 4106.0, 4066.0, 4105.0, 4076.0, 4096.0, 4086.0, 4095.0, 4065.0, 4094.0, 4065.0, 4093.0, 4075.0, 4094.0, 4065.0, 4093.0, 4054.0, 4093.0, 4063.0, 4094.0, 4074.0, 4095.0, 4064.0, 4094.0, 4066.0, 4094.0, 4075.0, 4093.0, 4075.0, 4094.0, 4064.0, 4093.0, 4064.0, 4093.0, 4064.0, 4093.0, 4075.0, 4093.0, 4064.0, 4094.0, 4053.0, 4092.0, 4063.0, 4093.0, 4075.0, 4084.0, 4064.0, 4093.0, 4053.0, 4082.0, 4064.0, 4092.0, 4063.0, 4083.0, 4062.0, 4092.0, 4053.0, 4093.0, 4064.0, 4094.0, 4074.0, 4095.0, 4066.0, 4094.0, 4066.0, 4095.0, 4065.0, 4095.0, 4066.0, 4095.0, 4065.0, 4095.0, 4075.0, 4096.0, 4055.0, 4094.0, 4064.0, 4095.0, 4066.0, 4095.0, 4076.0, 4105.0, 4055.0, 4093.0, 4064.0, 4094.0, 4075.0, 4094.0, 4065.0, 4093.0, 4063.0, 4093.0, 4064.0, 4095.0, 4074.0, 4094.0, 4065.0, 4093.0, 4064.0, 4094.0, 4065.0, 4095.0, 4085.0, 4095.0, 4077.0, 4094.0, 4074.0, 4083.0, 4075.0, 4054.0, 4095.0, 4063.0, 4084.0, 4054.0, 4084.0, 4065.0, 4097.0, 4065.0, 4094.0, 4065.0, 4096.0, 4077.0, 4085.0, 4074.0, 4054.0, 4075.0, 4063.0, 4096.0, 4066.0, 4106.0, 4077.0, 4106.0, 4066.0, 4095.0, 4075.0, 4095.0, 4075.0, 4094.0, 4052.0, 4093.0, 4053.0, 4092.0, 4064.0, 4094.0, 4074.0, 4072.0, 4063.0, 4061.0, 4062.0, 4062.0, 4073.0, 4052.0, 4084.0, 4054.0, 4086.0, 4066.0, 4097.0, 4065.0, 4084.0, 4066.0, 4086.0, 4079.0, 4079.0, 4101.0, 4097.0, 4068.0, 4097.0, 4066.0, 4097.0, 4067.0, 4096.0, 4078.0, 4098.0, 4090.0, 4066.0, 4096.0, 4066.0, 4096.0, 4054.0, 4072.0, 4064.0, 4083.0, 4065.0, 4094.0, 4054.0, 4094.0, 4064.0, 4094.0, 4063.0, 4083.0, 4050.0, 4071.0, 4038.0, 4059.0, 4026.0, 4069.0, 4026.0, 4058.0, 4026.0, 4057.0, 4015.0, 4045.0, 4024.0, 4046.0, 4025.0, 4046.0, 4023.0, 4046.0, 4024.0, 4047.0, 4055.0, 4047.0, 4066.0, 4037.0, 4035.0, 4037.0, 4046.0, 4038.0, 4067.0, 4039.0, 4080.0, 4051.0, 4079.0, 4040.0, 4081.0, 4051.0, 4071.0, 4063.0, 4051.0, 4064.0, 4072.0, 4063.0, 4072.0, 4075.0, 4063.0, 4073.0, 4052.0, 4074.0, 4052.0, 4073.0, 4052.0, 4073.0, 4083.0, 4074.0, 4072.0, 4063.0, 4082.0, 4053.0, 4094.0, 4064.0, 4082.0, 4063.0, 4085.0, 4064.0, 4092.0, 4064.0, 4094.0, 4065.0, 4095.0, 4077.0, 4095.0, 4066.0, 4106.0, 4067.0, 4106.0, 4078.0, 4098.0, 4088.0, 4107.0, 4067.0, 4106.0, 4076.0, 4096.0, 4086.0, 4095.0, 4064.0, 4095.0, 4075.0, 4095.0, 4077.0, 4106.0, 4076.0, 4095.0, 4065.0, 4093.0, 4076.0, 4094.0, 4086.0, 4083.0, 4075.0, 4075.0, 4086.0, 4075.0, 4086.0, 4054.0, 4085.0, 4055.0, 4084.0, 4065.0, 4086.0, 4065.0, 4084.0, 4065.0, 4095.0, 4065.0, 4096.0, 4065.0, 4095.0, 4076.0, 4096.0, 4076.0, 4094.0, 4065.0, 4094.0, 4075.0, 4094.0, 4085.0, 4053.0, 4074.0, 4054.0, 4075.0, 4065.0, 4085.0, 4065.0, 4096.0, 4076.0, 4106.0, 4078.0, 4107.0, 4066.0, 4094.0, 4075.0, 4064.0, 4074.0, 4054.0, 4075.0, 4054.0, 4085.0, 4065.0, 4086.0, 4065.0, 4085.0, 4066.0, 4085.0, 4065.0, 4094.0, 4064.0, 4094.0, 4065.0, 4095.0, 4066.0, 4095.0, 4066.0, 4095.0, 4066.0, 4095.0, 4075.0, 4084.0, 4076.0, 4075.0, 4087.0, 4086.0, 4087.0, 4055.0, 4086.0, 4054.0, 4085.0, 4065.0, 4085.0, 4064.0, 4094.0, 4064.0, 4095.0, 4065.0, 4094.0, 4078.0, 4096.0, 4076.0, 4106.0, 4077.0, 4105.0, 4067.0, 4095.0, 4087.0, 4085.0, 4086.0, 4053.0, 4075.0, 4063.0, 4086.0, 4063.0, 4085.0, 4052.0, 4083.0, 4053.0, 4082.0, 4052.0, 4081.0, 4062.0, 4082.0, 4073.0, 4082.0, 4051.0, 4081.0, 4062.0, 4080.0, 4062.0, 4069.0, 4062.0, 4070.0, 4072.0, 4051.0, 4072.0, 4051.0, 4072.0, 4051.0, 4071.0, 4062.0, 4081.0, 4052.0, 4082.0, 4063.0, 4093.0, 4064.0, 4093.0, 4064.0, 4094.0, 4064.0, 4096.0, 4065.0, 4094.0, 4064.0, 4094.0, 4065.0, 4094.0, 4066.0, 4084.0, 4066.0, 4074.0, 4075.0, 4075.0, 4086.0, 4064.0, 4097.0, 4066.0, 4086.0, 4066.0, 4096.0, 4078.0, 4107.0, 4077.0, 4106.0, 4067.0, 4105.0, 4077.0, 4106.0, 4086.0, 4065.0, 4087.0, 4054.0, 4086.0, 4065.0, 4097.0, 4066.0, 4096.0, 4066.0, 4106.0, 4066.0, 4094.0, 4076.0, 4106.0, 4087.0, 4084.0, 4075.0, 4054.0, 4075.0, 4052.0, 4085.0, 4064.0, 4095.0, 4054.0, 4094.0, 4064.0, 4094.0, 4064.0, 4094.0, 4075.0, 4094.0, 4064.0, 4094.0, 4065.0, 4093.0, 4064.0, 4094.0, 4076.0, 4074.0, 4075.0, 4053.0, 4075.0, 4054.0, 4085.0, 4066.0, 4097.0, 4077.0, 4096.0, 4078.0, 4106.0, 4078.0, 4108.0, 4089.0, 4120.0, 4090.0, 4078.0, 4089.0, 4067.0, 4088.0, 4076.0, 4099.0, 4067.0, 4099.0, 4066.0, 4108.0, 4066.0, 4095.0, 4065.0, 4094.0, 4064.0, 4094.0, 4063.0, 4082.0, 4051.0, 4069.0, 4051.0, 4069.0, 4040.0, 4069.0, 4039.0, 4069.0, 4039.0, 4068.0, 4050.0, 4069.0, 4049.0, 4080.0, 4050.0, 4080.0, 4051.0, 4081.0, 4062.0, 4051.0, 4062.0, 4051.0, 4072.0, 4051.0, 4073.0, 4062.0, 4093.0, 4064.0, 4082.0, 4063.0, 4082.0, 4074.0, 4083.0, 4074.0, 4083.0, 4052.0, 4082.0, 4052.0, 4081.0, 4063.0, 4081.0, 4062.0, 4069.0, 4052.0, 4081.0, 4051.0, 4092.0, 4062.0, 4051.0, 4052.0, 4051.0, 4084.0, 4064.0, 4083.0, 4065.0, 4094.0, 4066.0, 4084.0, 4075.0, 4054.0, 4075.0, 4054.0, 4075.0, 4063.0, 4074.0, 4073.0, 4085.0, 4053.0, 4074.0, 4053.0, 4062.0, 4051.0, 4072.0, 4063.0, 4084.0, 4053.0, 4084.0, 4064.0, 4083.0, 4065.0, 4094.0, 4066.0, 4095.0, 4076.0, 4096.0, 4066.0, 4097.0, 4064.0, 4093.0, 4065.0, 4095.0, 4075.0, 4083.0, 4053.0, 4082.0, 4053.0, 4082.0, 4054.0, 4083.0, 4065.0, 4084.0, 4076.0, 4073.0, 4064.0, 4072.0, 4053.0, 4082.0, 4064.0, 4082.0, 4065.0, 4052.0, 4065.0, 4073.0, 4064.0, 4083.0, 4065.0, 4073.0, 4076.0, 4064.0, 4075.0, 4053.0, 4076.0, 4073.0, 4075.0, 4074.0, 4085.0, 4063.0, 4086.0, 4053.0, 4075.0, 4064.0, 4086.0, 4064.0, 4085.0, 4065.0, 4085.0, 4064.0, 4085.0, 4065.0, 4085.0, 4064.0, 4084.0, 4065.0, 4083.0, 4064.0, 4083.0, 4052.0, 4084.0, 4052.0, 4072.0, 4064.0, 4083.0, 4064.0, 4082.0, 4064.0, 4084.0, 4064.0, 4084.0, 4065.0, 4083.0, 4066.0, 4083.0, 4076.0, 4086.0, 4076.0, 4096.0, 4076.0, 4096.0, 4067.0, 4086.0, 4078.0, 4078.0, 4097.0, 4079.0, 4098.0, 4077.0, 4097.0, 4076.0, 4097.0, 4065.0, 4097.0, 4075.0, 4096.0, 4065.0, 4085.0, 4065.0, 4096.0, 4076.0, 4096.0, 4065.0, 4096.0, 4076.0, 4095.0, 4064.0], 'WindowWidth': [9152.0, 9164.0, 9081.0, 9081.0, 9028.0, 9067.0, 9009.0, 9059.0, 9021.0, 9041.0, 9031.0, 9041.0, 9002.0, 9036.0, 9013.0, 9053.0, 9013.0, 9053.0, 9017.0, 9040.0, 9034.0, 9000.0, 9020.0, 9007.0, 9054.0, 9025.0, 9067.0, 9031.0, 9074.0, 9033.0, 9077.0, 9048.0, 9075.0, 9037.0, 9060.0, 9036.0, 9062.0, 9034.0, 9078.0, 9034.0, 9074.0, 9037.0, 9074.0, 9036.0, 9075.0, 9034.0, 9074.0, 9037.0, 9079.0, 9055.0, 9096.0, 9057.0, 9108.0, 9059.0, 9094.0, 9055.0, 9106.0, 9055.0, 9109.0, 9071.0, 9076.0, 9064.0, 9105.0, 9056.0, 9066.0, 9084.0, 9064.0, 9082.0, 9050.0, 9093.0, 9055.0, 9094.0, 9053.0, 9096.0, 9058.0, 9106.0, 9057.0, 9107.0, 9057.0, 9106.0, 9073.0, 9114.0, 9090.0, 9041.0, 9086.0, 9059.0, 9084.0, 9057.0, 9115.0, 9077.0, 9115.0, 9091.0, 9132.0, 9076.0, 9114.0, 9090.0, 9111.0, 9073.0, 9111.0, 9084.0, 9094.0, 9069.0, 9093.0, 9068.0, 9087.0, 9079.0, 9078.0, 9080.0, 9036.0, 9081.0, 9053.0, 9082.0, 9049.0, 9081.0, 9051.0, 9081.0, 9038.0, 9082.0, 9055.0, 9081.0, 9051.0, 9084.0, 9054.0, 9094.0, 9059.0, 9079.0, 9038.0, 9082.0, 9042.0, 9094.0, 9056.0, 9094.0, 9056.0, 9092.0, 9056.0, 9108.0, 9071.0, 9112.0, 9056.0, 9106.0, 9069.0, 9108.0, 9087.0, 9110.0, 9054.0, 9106.0, 9073.0, 9096.0, 9083.0, 9111.0, 9058.0, 9107.0, 9069.0, 9095.0, 9082.0, 9093.0, 9054.0, 9090.0, 9052.0, 9088.0, 9065.0, 9090.0, 9053.0, 9087.0, 9036.0, 9086.0, 9047.0, 9087.0, 9064.0, 9091.0, 9052.0, 9090.0, 9054.0, 9088.0, 9067.0, 9088.0, 9067.0, 9088.0, 9049.0, 9086.0, 9048.0, 9085.0, 9048.0, 9086.0, 9064.0, 9086.0, 9049.0, 9088.0, 9034.0, 9084.0, 9046.0, 9086.0, 9066.0, 9073.0, 9048.0, 9086.0, 9033.0, 9069.0, 9047.0, 9083.0, 9046.0, 9071.0, 9044.0, 9082.0, 9033.0, 9084.0, 9049.0, 9088.0, 9064.0, 9093.0, 9056.0, 9091.0, 9055.0, 9092.0, 9053.0, 9091.0, 9055.0, 9091.0, 9054.0, 9091.0, 9066.0, 9094.0, 9039.0, 9089.0, 9051.0, 9093.0, 9056.0, 9092.0, 9068.0, 9106.0, 9041.0, 9087.0, 9050.0, 9089.0, 9067.0, 9088.0, 9053.0, 9087.0, 9049.0, 9086.0, 9050.0, 9089.0, 9064.0, 9090.0, 9052.0, 9087.0, 9051.0, 9089.0, 9053.0, 9091.0, 9080.0, 9092.0, 9071.0, 9089.0, 9064.0, 9072.0, 9066.0, 9036.0, 9092.0, 9048.0, 9076.0, 9036.0, 9076.0, 9051.0, 9095.0, 9053.0, 9089.0, 9050.0, 9096.0, 9071.0, 9077.0, 9063.0, 9036.0, 9065.0, 9048.0, 9094.0, 9056.0, 9109.0, 9070.0, 9110.0, 9056.0, 9093.0, 9065.0, 9091.0, 9063.0, 9086.0, 9030.0, 9084.0, 9031.0, 9082.0, 9048.0, 9087.0, 9058.0, 9053.0, 9043.0, 9039.0, 9043.0, 9042.0, 9058.0, 9028.0, 9076.0, 9036.0, 9081.0, 9056.0, 9097.0, 9051.0, 9074.0, 9054.0, 9082.0, 9078.0, 9080.0, 9110.0, 9098.0, 9059.0, 9096.0, 9054.0, 9094.0, 9056.0, 9092.0, 9075.0, 9101.0, 9093.0, 9054.0, 9092.0, 9053.0, 9093.0, 9033.0, 9051.0, 9047.0, 9069.0, 9049.0, 9087.0, 9034.0, 9086.0, 9046.0, 9085.0, 9043.0, 9072.0, 9020.0, 9048.0, 8999.0, 9031.0, 8981.0, 9043.0, 8980.0, 9026.0, 8979.0, 9020.0, 8961.0, 9003.0, 8971.0, 9005.0, 8975.0, 9005.0, 8971.0, 9006.0, 8975.0, 9010.0, 9018.0, 9010.0, 9035.0, 8996.0, 8991.0, 8998.0, 9006.0, 9000.0, 9037.0, 9005.0, 9060.0, 9024.0, 9058.0, 9010.0, 9062.0, 9026.0, 9050.0, 9043.0, 9025.0, 9045.0, 9052.0, 9043.0, 9054.0, 9062.0, 9042.0, 9056.0, 9028.0, 9059.0, 9029.0, 9059.0, 9028.0, 9059.0, 9071.0, 9060.0, 9055.0, 9045.0, 9068.0, 9032.0, 9086.0, 9047.0, 9067.0, 9045.0, 9073.0, 9047.0, 9083.0, 9050.0, 9087.0, 9053.0, 9092.0, 9072.0, 9093.0, 9057.0, 9108.0, 9058.0, 9109.0, 9075.0, 9100.0, 9088.0, 9112.0, 9059.0, 9108.0, 9070.0, 9094.0, 9082.0, 9093.0, 9052.0, 9090.0, 9066.0, 9093.0, 9072.0, 9107.0, 9069.0, 9091.0, 9053.0, 9088.0, 9068.0, 9089.0, 9079.0, 9075.0, 9066.0, 9063.0, 9081.0, 9063.0, 9083.0, 9036.0, 9079.0, 9038.0, 9076.0, 9051.0, 9080.0, 9052.0, 9077.0, 9053.0, 9093.0, 9053.0, 9093.0, 9054.0, 9092.0, 9069.0, 9095.0, 9068.0, 9090.0, 9052.0, 9089.0, 9065.0, 9089.0, 9078.0, 9032.0, 9062.0, 9035.0, 9062.0, 9052.0, 9077.0, 9053.0, 9094.0, 9069.0, 9110.0, 9076.0, 9112.0, 9057.0, 9089.0, 9067.0, 9049.0, 9062.0, 9035.0, 9065.0, 9036.0, 9079.0, 9053.0, 9082.0, 9053.0, 9079.0, 9056.0, 9079.0, 9052.0, 9088.0, 9052.0, 9088.0, 9054.0, 9092.0, 9055.0, 9091.0, 9055.0, 9091.0, 9057.0, 9090.0, 9065.0, 9075.0, 9067.0, 9064.0, 9084.0, 9080.0, 9084.0, 9038.0, 9081.0, 9038.0, 9078.0, 9051.0, 9080.0, 9050.0, 9089.0, 9053.0, 9090.0, 9053.0, 9088.0, 9072.0, 9095.0, 9070.0, 9111.0, 9072.0, 9107.0, 9058.0, 9094.0, 9085.0, 9079.0, 9080.0, 9034.0, 9064.0, 9046.0, 9080.0, 9046.0, 9078.0, 9029.0, 9072.0, 9031.0, 9067.0, 9027.0, 9065.0, 9042.0, 9069.0, 9056.0, 9069.0, 9025.0, 9065.0, 9041.0, 9063.0, 9041.0, 9047.0, 9043.0, 9050.0, 9054.0, 9025.0, 9054.0, 9026.0, 9054.0, 9026.0, 9053.0, 9042.0, 9066.0, 9031.0, 9069.0, 9046.0, 9084.0, 9048.0, 9084.0, 9050.0, 9088.0, 9050.0, 9093.0, 9052.0, 9089.0, 9051.0, 9088.0, 9052.0, 9088.0, 9053.0, 9076.0, 9054.0, 9061.0, 9066.0, 9065.0, 9082.0, 9049.0, 9096.0, 9057.0, 9081.0, 9056.0, 9095.0, 9075.0, 9112.0, 9072.0, 9110.0, 9059.0, 9106.0, 9071.0, 9109.0, 9083.0, 9051.0, 9083.0, 9037.0, 9081.0, 9054.0, 9098.0, 9056.0, 9096.0, 9057.0, 9108.0, 9056.0, 9089.0, 9070.0, 9108.0, 9084.0, 9075.0, 9066.0, 9035.0, 9064.0, 9030.0, 9078.0, 9048.0, 9090.0, 9035.0, 9087.0, 9049.0, 9088.0, 9049.0, 9089.0, 9065.0, 9089.0, 9050.0, 9088.0, 9051.0, 9086.0, 9050.0, 9088.0, 9067.0, 9062.0, 9066.0, 9035.0, 9066.0, 9037.0, 9080.0, 9057.0, 9097.0, 9072.0, 9096.0, 9074.0, 9108.0, 9076.0, 9114.0, 9094.0, 9135.0, 9096.0, 9076.0, 9094.0, 9060.0, 9089.0, 9070.0, 9104.0, 9060.0, 9104.0, 9057.0, 9115.0, 9055.0, 9093.0, 9052.0, 9091.0, 9049.0, 9088.0, 9043.0, 9067.0, 9025.0, 9046.0, 9024.0, 9045.0, 9007.0, 9043.0, 9005.0, 9042.0, 9004.0, 9041.0, 9022.0, 9044.0, 9020.0, 9061.0, 9023.0, 9061.0, 9025.0, 9065.0, 9042.0, 9023.0, 9039.0, 9023.0, 9055.0, 9025.0, 9057.0, 9042.0, 9084.0, 9047.0, 9068.0, 9046.0, 9068.0, 9061.0, 9072.0, 9059.0, 9072.0, 9029.0, 9066.0, 9029.0, 9063.0, 9043.0, 9065.0, 9041.0, 9047.0, 9027.0, 9064.0, 9026.0, 9083.0, 9043.0, 9023.0, 9024.0, 9027.0, 9074.0, 9049.0, 9072.0, 9051.0, 9087.0, 9054.0, 9075.0, 9062.0, 9032.0, 9062.0, 9033.0, 9064.0, 9045.0, 9062.0, 9058.0, 9075.0, 9029.0, 9058.0, 9029.0, 9041.0, 9024.0, 9056.0, 9043.0, 9073.0, 9032.0, 9072.0, 9049.0, 9071.0, 9052.0, 9089.0, 9054.0, 9094.0, 9068.0, 9095.0, 9055.0, 9096.0, 9048.0, 9087.0, 9053.0, 9090.0, 9062.0, 9070.0, 9031.0, 9068.0, 9033.0, 9068.0, 9033.0, 9070.0, 9050.0, 9074.0, 9065.0, 9056.0, 9048.0, 9054.0, 9032.0, 9066.0, 9049.0, 9069.0, 9050.0, 9030.0, 9050.0, 9058.0, 9048.0, 9071.0, 9051.0, 9058.0, 9065.0, 9047.0, 9065.0, 9033.0, 9066.0, 9059.0, 9063.0, 9061.0, 9078.0, 9046.0, 9079.0, 9033.0, 9064.0, 9048.0, 9081.0, 9048.0, 9077.0, 9052.0, 9077.0, 9049.0, 9076.0, 9051.0, 9079.0, 9049.0, 9074.0, 9051.0, 9071.0, 9050.0, 9072.0, 9031.0, 9075.0, 9030.0, 9054.0, 9048.0, 9071.0, 9048.0, 9069.0, 9048.0, 9073.0, 9050.0, 9075.0, 9053.0, 9073.0, 9055.0, 9074.0, 9067.0, 9080.0, 9070.0, 9095.0, 9071.0, 9095.0, 9059.0, 9081.0, 9077.0, 9074.0, 9100.0, 9078.0, 9100.0, 9074.0, 9100.0, 9069.0, 9100.0, 9055.0, 9100.0, 9067.0, 9096.0, 9052.0, 9077.0, 9051.0, 9095.0, 9066.0, 9095.0, 9053.0, 9095.0, 9070.0, 9091.0, 9051.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.0004646896551724138</td></tr>
<tr><td colspan=3>aqi</td><td>0.01767934367816092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.476128037042606</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2697358986766416</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0061756438550038</td></tr>
<tr><td colspan=3>efc</td><td>0.4506</td></tr>
<tr><td colspan=3>fber</td><td>6210.0542</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0741657693530786</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.336388111479893</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.293424399865956</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.55828812082384</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1574518137498817</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155714</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02203960530459881</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.010151948779821396</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9043036995919627</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>43.7182</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8302</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0805</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308012.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.0809</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6192</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.8957</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3324.6208</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.2575</td></tr>
<tr><td colspan=3>tsnr</td><td>46.14426390314475</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>