ds005256-mriqc/sub-0060_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0060_ses-04_task-social_acq-mb8_run-06_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-0060_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-06_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-0060/ses-04/func/sub-0060_ses-04_task-social_acq-mb8_run-06_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>93b3c435d09c660686bdf4ce8640a61e</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>15:09:19.125000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</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-06_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.0953177</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>94c37804-839c-43d3-b2a9-a9762b79d401||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['150919.125000', '150919.585000', '150920.045000', '150920.505000', '150920.965000', '150921.425000', '150921.885000', '150922.345000', '150922.805000', '150923.265000', '150923.725000', '150924.185000', '150924.645000', '150925.105000', '150925.565000', '150926.025000', '150926.485000', '150926.945000', '150927.405000', '150927.865000', '150928.325000', '150928.785000', '150929.245000', '150929.705000', '150930.165000', '150930.625000', '150931.085000', '150931.545000', '150932.005000', '150932.465000', '150932.925000', '150933.385000', '150933.845000', '150934.305000', '150934.765000', '150935.225000', '150935.685000', '150936.145000', '150936.605000', '150937.065000', '150937.525000', '150937.985000', '150938.445000', '150938.905000', '150939.365000', '150939.825000', '150940.285000', '150940.745000', '150941.205000', '150941.665000', '150942.125000', '150942.585000', '150943.045000', '150943.505000', '150943.965000', '150944.425000', '150944.885000', '150945.345000', '150945.805000', '150946.265000', '150946.725000', '150947.185000', '150947.645000', '150948.105000', '150948.565000', '150949.025000', '150949.485000', '150949.945000', '150950.405000', '150950.865000', '150951.325000', '150951.785000', '150952.245000', '150952.705000', '150953.165000', '150953.625000', '150954.085000', '150954.545000', '150955.005000', '150955.465000', '150955.925000', '150956.385000', '150956.845000', '150957.305000', '150957.765000', '150958.225000', '150958.685000', '150959.145000', '150959.605000', '151000.065000', '151000.525000', '151000.985000', '151001.445000', '151001.905000', '151002.365000', '151002.825000', '151003.285000', '151003.745000', '151004.205000', '151004.665000', '151005.125000', '151005.585000', '151006.045000', '151006.505000', '151006.965000', '151007.425000', '151007.885000', '151008.345000', '151008.805000', '151009.265000', '151009.725000', '151010.185000', '151010.645000', '151011.105000', '151011.565000', '151012.025000', '151012.485000', '151012.945000', '151013.405000', '151013.865000', '151014.325000', '151014.785000', '151015.245000', '151015.705000', '151016.165000', '151016.625000', '151017.085000', '151017.545000', '151018.005000', '151018.465000', '151018.925000', '151019.385000', '151019.845000', '151020.305000', '151020.765000', '151021.225000', '151021.685000', '151022.145000', '151022.605000', '151023.065000', '151023.525000', '151023.985000', '151024.445000', '151024.905000', '151025.365000', '151025.825000', '151026.285000', '151026.745000', '151027.205000', '151027.665000', '151028.125000', '151028.585000', '151029.045000', '151029.505000', '151029.965000', '151030.425000', '151030.885000', '151031.345000', '151031.805000', '151032.265000', '151032.725000', '151033.185000', '151033.645000', '151034.105000', '151034.565000', '151035.025000', '151035.485000', '151035.945000', '151036.405000', '151036.865000', '151037.325000', '151037.785000', '151038.245000', '151038.705000', '151039.165000', '151039.625000', '151040.085000', '151040.545000', '151041.005000', '151041.465000', '151041.925000', '151042.385000', '151042.845000', '151043.305000', '151043.765000', '151044.225000', '151044.685000', '151045.145000', '151045.605000', '151046.065000', '151046.525000', '151046.985000', '151047.445000', '151047.905000', '151048.365000', '151048.825000', '151049.285000', '151049.745000', '151050.205000', '151050.665000', '151051.125000', '151051.585000', '151052.045000', '151052.505000', '151052.965000', '151053.425000', '151053.885000', '151054.345000', '151054.805000', '151055.265000', '151055.725000', '151056.185000', '151056.645000', '151057.105000', '151057.565000', '151058.025000', '151058.485000', '151058.945000', '151059.405000', '151059.865000', '151100.325000', '151100.785000', '151101.245000', '151101.705000', '151102.165000', '151102.625000', '151103.085000', '151103.545000', '151104.005000', '151104.465000', '151104.925000', '151105.385000', '151105.845000', '151106.305000', '151106.765000', '151107.225000', '151107.685000', '151108.145000', '151108.605000', '151109.065000', '151109.525000', '151109.985000', '151110.445000', '151110.905000', '151111.365000', '151111.825000', '151112.285000', '151112.745000', '151113.205000', '151113.665000', '151114.125000', '151114.585000', '151115.045000', '151115.505000', '151115.965000', '151116.425000', '151116.885000', '151117.345000', '151117.805000', '151118.265000', '151118.725000', '151119.185000', '151119.645000', '151120.105000', '151120.565000', '151121.025000', '151121.485000', '151121.945000', '151122.405000', '151122.865000', '151123.325000', '151123.785000', '151124.245000', '151124.705000', '151125.165000', '151125.625000', '151126.085000', '151126.545000', '151127.005000', '151127.465000', '151127.925000', '151128.385000', '151128.845000', '151129.305000', '151129.765000', '151130.225000', '151130.685000', '151131.145000', '151131.605000', '151132.065000', '151132.525000', '151132.985000', '151133.445000', '151133.905000', '151134.365000', '151134.825000', '151135.285000', '151135.745000', '151136.205000', '151136.665000', '151137.125000', '151137.585000', '151138.045000', '151138.505000', '151138.965000', '151139.425000', '151139.885000', '151140.345000', '151140.805000', '151141.265000', '151141.725000', '151142.185000', '151142.645000', '151143.105000', '151143.565000', '151144.025000', '151144.485000', '151144.945000', '151145.405000', '151145.865000', '151146.325000', '151146.785000', '151147.245000', '151147.705000', '151148.165000', '151148.625000', '151149.085000', '151149.545000', '151150.005000', '151150.465000', '151150.925000', '151151.385000', '151151.845000', '151152.305000', '151152.765000', '151153.225000', '151153.685000', '151154.145000', '151154.605000', '151155.065000', '151155.525000', '151155.985000', '151156.445000', '151156.905000', '151157.365000', '151157.825000', '151158.285000', '151158.745000', '151159.205000', '151159.665000', '151200.125000', '151200.585000', '151201.045000', '151201.505000', '151201.965000', '151202.425000', '151202.885000', '151203.345000', '151203.805000', '151204.265000', '151204.725000', '151205.185000', '151205.645000', '151206.105000', '151206.565000', '151207.025000', '151207.485000', '151207.945000', '151208.405000', '151208.865000', '151209.325000', '151209.785000', '151210.245000', '151210.705000', '151211.165000', '151211.625000', '151212.085000', '151212.545000', '151213.005000', '151213.465000', '151213.925000', '151214.385000', '151214.845000', '151215.305000', '151215.765000', '151216.225000', '151216.685000', '151217.145000', '151217.605000', '151218.065000', '151218.525000', '151218.985000', '151219.445000', '151219.905000', '151220.365000', '151220.825000', '151221.285000', '151221.745000', '151222.205000', '151222.665000', '151223.125000', '151223.585000', '151224.045000', '151224.505000', '151224.965000', '151225.425000', '151225.885000', '151226.345000', '151226.805000', '151227.265000', '151227.725000', '151228.185000', '151228.645000', '151229.105000', '151229.565000', '151230.025000', '151230.485000', '151230.945000', '151231.405000', '151231.865000', '151232.325000', '151232.785000', '151233.245000', '151233.705000', '151234.165000', '151234.625000', '151235.085000', '151235.545000', '151236.005000', '151236.465000', '151236.925000', '151237.385000', '151237.845000', '151238.305000', '151238.765000', '151239.225000', '151239.685000', '151240.145000', '151240.605000', '151241.065000', '151241.525000', '151241.985000', '151242.445000', '151242.905000', '151243.365000', '151243.825000', '151244.285000', '151244.745000', '151245.205000', '151245.665000', '151246.125000', '151246.585000', '151247.045000', '151247.505000', '151247.965000', '151248.425000', '151248.885000', '151249.345000', '151249.805000', '151250.265000', '151250.725000', '151251.185000', '151251.645000', '151252.105000', '151252.565000', '151253.025000', '151253.485000', '151253.945000', '151254.405000', '151254.865000', '151255.325000', '151255.785000', '151256.245000', '151256.705000', '151257.165000', '151257.625000', '151258.085000', '151258.545000', '151259.005000', '151259.465000', '151259.925000', '151300.385000', '151300.845000', '151301.305000', '151301.765000', '151302.225000', '151302.685000', '151303.145000', '151303.605000', '151304.065000', '151304.525000', '151304.985000', '151305.445000', '151305.905000', '151306.365000', '151306.825000', '151307.285000', '151307.745000', '151308.205000', '151308.665000', '151309.125000', '151309.585000', '151310.045000', '151310.505000', '151310.965000', '151311.425000', '151311.885000', '151312.345000', '151312.805000', '151313.265000', '151313.725000', '151314.185000', '151314.645000', '151315.105000', '151315.565000', '151316.025000', '151316.485000', '151316.945000', '151317.405000', '151317.865000', '151318.325000', '151318.785000', '151319.245000', '151319.705000', '151320.165000', '151320.625000', '151321.085000', '151321.545000', '151322.005000', '151322.465000', '151322.925000', '151323.385000', '151323.845000', '151324.305000', '151324.765000', '151325.225000', '151325.685000', '151326.145000', '151326.605000', '151327.065000', '151327.525000', '151327.985000', '151328.445000', '151328.905000', '151329.365000', '151329.825000', '151330.285000', '151330.745000', '151331.205000', '151331.665000', '151332.125000', '151332.585000', '151333.045000', '151333.505000', '151333.965000', '151334.425000', '151334.885000', '151335.345000', '151335.805000', '151336.265000', '151336.725000', '151337.185000', '151337.645000', '151338.105000', '151338.565000', '151339.025000', '151339.485000', '151339.945000', '151340.405000', '151340.865000', '151341.325000', '151341.785000', '151342.245000', '151342.705000', '151343.165000', '151343.625000', '151344.085000', '151344.545000', '151345.005000', '151345.465000', '151345.925000', '151346.385000', '151346.845000', '151347.305000', '151347.765000', '151348.225000', '151348.685000', '151349.145000', '151349.605000', '151350.065000', '151350.525000', '151350.985000', '151351.445000', '151351.905000', '151352.365000', '151352.825000', '151353.285000', '151353.745000', '151354.205000', '151354.665000', '151355.125000', '151355.585000', '151356.045000', '151356.505000', '151356.965000', '151357.425000', '151357.885000', '151358.345000', '151358.805000', '151359.265000', '151359.725000', '151400.185000', '151400.645000', '151401.105000', '151401.565000', '151402.025000', '151402.485000', '151402.945000', '151403.405000', '151403.865000', '151404.325000', '151404.785000', '151405.245000', '151405.705000', '151406.165000', '151406.625000', '151407.085000', '151407.545000', '151408.005000', '151408.465000', '151408.925000', '151409.385000', '151409.845000', '151410.305000', '151410.765000', '151411.225000', '151411.685000', '151412.145000', '151412.605000', '151413.065000', '151413.525000', '151413.985000', '151414.445000', '151414.905000', '151415.365000', '151415.825000', '151416.285000', '151416.745000', '151417.205000', '151417.665000', '151418.125000', '151418.585000', '151419.045000', '151419.505000', '151419.965000', '151420.425000', '151420.885000', '151421.345000', '151421.805000', '151422.265000', '151422.725000', '151423.185000', '151423.645000', '151424.105000', '151424.565000', '151425.025000', '151425.485000', '151425.945000', '151426.405000', '151426.865000', '151427.325000', '151427.785000', '151428.245000', '151428.705000', '151429.165000', '151429.625000', '151430.085000', '151430.545000', '151431.005000', '151431.465000', '151431.925000', '151432.385000', '151432.845000', '151433.305000', '151433.765000', '151434.225000', '151434.685000', '151435.145000', '151435.605000', '151436.065000', '151436.525000', '151436.985000', '151437.445000', '151437.905000', '151438.365000', '151438.825000', '151439.285000', '151439.745000', '151440.205000', '151440.665000', '151441.125000', '151441.585000', '151442.045000', '151442.505000', '151442.965000', '151443.425000', '151443.885000', '151444.345000', '151444.805000', '151445.265000', '151445.725000', '151446.185000', '151446.645000', '151447.105000', '151447.565000', '151448.025000', '151448.485000', '151448.945000', '151449.405000', '151449.865000', '151450.325000', '151450.785000', '151451.245000', '151451.705000', '151452.165000', '151452.625000', '151453.085000', '151453.545000', '151454.005000', '151454.465000', '151454.925000', '151455.385000', '151455.845000', '151456.305000', '151456.765000', '151457.225000', '151457.685000', '151458.145000', '151458.605000', '151459.065000', '151459.525000', '151459.985000', '151500.445000', '151500.905000', '151501.365000', '151501.825000', '151502.285000', '151502.745000', '151503.205000', '151503.665000', '151504.125000', '151504.585000', '151505.045000', '151505.505000', '151505.965000', '151506.425000', '151506.885000', '151507.345000', '151507.805000', '151508.265000', '151508.725000', '151509.185000', '151509.645000', '151510.105000', '151510.565000', '151511.025000', '151511.485000', '151511.945000', '151512.405000', '151512.865000', '151513.325000', '151513.785000', '151514.245000', '151514.705000', '151515.165000', '151515.625000', '151516.085000', '151516.545000', '151517.005000', '151517.465000', '151517.925000', '151518.385000', '151518.845000', '151519.305000', '151519.765000', '151520.225000', '151520.685000', '151521.145000', '151521.605000', '151522.065000', '151522.525000', '151522.985000', '151523.445000', '151523.905000', '151524.365000', '151524.825000', '151525.285000', '151525.745000', '151526.205000', '151526.665000', '151527.125000', '151527.585000', '151528.045000', '151528.505000', '151528.965000', '151529.425000', '151529.885000', '151530.345000', '151530.805000', '151531.265000', '151531.725000', '151532.185000', '151532.645000', '151533.105000', '151533.565000', '151534.025000', '151534.485000', '151534.945000', '151535.405000', '151535.865000', '151536.325000', '151536.785000', '151537.245000', '151537.705000', '151538.165000', '151538.625000', '151539.085000', '151539.545000', '151540.005000', '151540.465000', '151540.925000', '151541.385000', '151541.845000', '151542.305000', '151542.765000', '151543.225000', '151543.685000', '151544.145000', '151544.605000', '151545.065000', '151545.525000', '151545.985000', '151546.445000', '151546.905000', '151547.365000', '151547.825000', '151548.285000', '151548.745000', '151549.205000', '151549.665000', '151550.125000', '151550.585000', '151551.045000', '151551.505000', '151551.965000', '151552.425000', '151552.885000', '151553.345000', '151553.805000', '151554.265000', '151554.725000', '151555.185000', '151555.645000', '151556.105000', '151556.565000', '151557.025000', '151557.485000', '151557.945000', '151558.405000', '151558.865000', '151559.325000', '151559.785000'], 'ContentTime': ['150947.662000', '150947.665000', '150947.668000', '150947.671000', '150947.674000', '150947.676000', '150947.679000', '150947.682000', '150947.684000', '150947.687000', '150947.690000', '150947.692000', '150947.695000', '150947.697000', '150947.700000', '150947.703000', '150947.705000', '150947.708000', '150947.710000', '150947.713000', '150947.716000', '150947.718000', '150947.721000', '150947.724000', '150947.726000', '150947.729000', '150947.732000', '150947.734000', '150947.737000', '150947.739000', '150947.742000', '150947.745000', '150947.752000', '150947.754000', '150947.757000', '150947.760000', '150947.762000', '150947.765000', '150947.767000', '150947.770000', '150947.773000', '150947.775000', '150947.778000', '150947.780000', '150947.783000', '150947.786000', '150947.788000', '150947.791000', '150947.794000', '150947.796000', '150947.799000', '150947.801000', '150947.804000', '150947.807000', '150947.809000', '150947.819000', '150947.821000', '150947.824000', '150947.827000', '151007.609000', '151007.613000', '151007.615000', '151007.618000', '151007.622000', '151007.633000', '151007.636000', '151007.638000', '151007.641000', '151007.644000', '151007.646000', '151007.649000', '151007.652000', '151007.654000', '151007.657000', '151007.660000', '151007.662000', '151007.665000', '151007.667000', '151007.670000', '151007.673000', '151007.675000', '151007.678000', '151007.681000', '151007.683000', '151007.686000', '151007.688000', '151007.691000', '151007.694000', '151007.696000', '151007.699000', '151007.702000', '151007.704000', '151007.707000', '151007.709000', '151007.712000', '151007.714000', '151007.717000', '151007.720000', '151007.722000', '151007.725000', '151007.728000', '151007.730000', '151027.610000', '151027.613000', '151027.616000', '151027.619000', '151027.621000', '151027.624000', '151027.627000', '151027.629000', '151027.632000', '151027.635000', '151027.637000', '151027.640000', '151027.643000', '151027.645000', '151027.648000', '151027.651000', '151027.653000', '151027.656000', '151027.659000', '151027.661000', '151027.664000', '151027.666000', '151027.669000', '151027.672000', '151027.674000', '151027.677000', '151027.680000', '151027.682000', '151027.685000', '151027.688000', '151027.690000', '151027.693000', '151027.695000', '151027.698000', '151027.701000', '151027.703000', '151027.706000', '151027.708000', '151027.711000', '151027.714000', '151027.716000', '151027.719000', '151027.722000', '151027.724000', '151047.610000', '151047.613000', '151047.616000', '151047.618000', '151047.621000', '151047.624000', '151047.626000', '151047.629000', '151047.632000', '151047.634000', '151047.637000', '151047.640000', '151047.642000', '151047.645000', '151047.648000', '151047.650000', '151047.653000', '151047.655000', '151047.658000', '151047.661000', '151047.663000', '151047.666000', '151047.669000', '151047.671000', '151047.674000', '151047.677000', '151047.680000', '151047.682000', '151047.685000', '151047.687000', '151047.690000', '151047.693000', '151047.696000', '151047.699000', '151047.702000', '151047.705000', '151047.707000', '151047.710000', '151047.713000', '151047.715000', '151047.718000', '151047.720000', '151047.723000', '151107.610000', '151107.614000', '151107.616000', '151107.619000', '151107.622000', '151107.624000', '151107.627000', '151107.629000', '151107.669000', '151107.672000', '151107.674000', '151107.677000', '151107.679000', '151107.682000', '151107.685000', '151107.687000', '151107.690000', '151107.693000', '151107.695000', '151107.698000', '151107.700000', '151107.703000', '151107.706000', '151107.708000', '151107.711000', '151107.714000', '151107.716000', '151107.719000', '151107.722000', '151107.724000', '151107.727000', '151107.729000', '151107.732000', '151107.735000', '151107.737000', '151107.740000', '151107.743000', '151107.745000', '151107.748000', '151107.750000', '151107.753000', '151107.756000', '151107.758000', '151107.761000', '151127.610000', '151127.613000', '151127.615000', '151127.618000', '151127.621000', '151127.623000', '151127.626000', '151127.629000', '151127.631000', '151127.634000', '151127.636000', '151127.639000', '151127.642000', '151127.644000', '151127.647000', '151127.649000', '151127.652000', '151127.655000', '151127.658000', '151127.660000', '151127.663000', '151127.666000', '151127.668000', '151127.671000', '151127.674000', '151127.676000', '151127.679000', '151127.682000', '151127.685000', '151127.687000', '151127.690000', '151127.693000', '151127.695000', '151127.698000', '151127.700000', '151127.703000', '151127.706000', '151127.709000', '151127.711000', '151127.714000', '151127.716000', '151127.719000', '151127.722000', '151147.609000', '151147.612000', '151147.615000', '151147.617000', '151147.621000', '151147.623000', '151147.626000', '151147.629000', '151147.631000', '151147.634000', '151147.636000', '151147.639000', '151147.642000', '151147.644000', '151147.647000', '151147.650000', '151147.652000', '151147.655000', '151147.658000', '151147.660000', '151147.663000', '151147.666000', '151147.668000', '151147.671000', '151147.674000', '151147.676000', '151147.679000', '151147.682000', '151147.684000', '151147.687000', '151147.689000', '151147.692000', '151147.695000', '151147.697000', '151147.700000', '151147.703000', '151147.705000', '151147.708000', '151147.710000', '151147.713000', '151147.716000', '151147.718000', '151147.721000', '151147.723000', '151207.609000', '151207.612000', '151207.615000', '151207.618000', '151207.620000', '151207.623000', '151207.626000', '151207.629000', '151207.631000', '151207.634000', '151207.636000', '151207.639000', '151207.642000', '151207.644000', '151207.647000', '151207.649000', '151207.652000', '151207.655000', '151207.657000', '151207.660000', '151207.663000', '151207.665000', '151207.668000', '151207.670000', '151207.673000', '151207.676000', '151207.678000', '151207.681000', '151207.684000', '151207.686000', '151207.689000', '151207.692000', '151207.695000', '151207.697000', '151207.700000', '151207.702000', '151207.705000', '151207.714000', '151207.716000', '151207.719000', '151207.722000', '151207.724000', '151207.727000', '151227.610000', '151227.613000', '151227.616000', '151227.619000', '151227.622000', '151227.624000', '151227.627000', '151227.630000', '151227.633000', '151227.635000', '151227.638000', '151227.641000', '151227.643000', '151227.646000', '151227.649000', '151227.652000', '151227.654000', '151227.657000', '151227.659000', '151227.662000', '151227.665000', '151227.667000', '151227.670000', '151227.673000', '151227.675000', '151227.678000', '151227.681000', '151227.683000', '151227.686000', '151227.688000', '151227.691000', '151227.694000', '151227.696000', '151227.699000', '151227.702000', '151227.704000', '151227.707000', '151227.710000', '151227.712000', '151227.715000', '151227.718000', '151227.720000', '151227.723000', '151227.726000', '151247.610000', '151247.613000', '151247.616000', '151247.619000', '151247.622000', '151247.624000', '151247.627000', '151247.630000', '151247.632000', '151247.635000', '151247.638000', '151247.640000', '151247.643000', '151247.645000', '151247.648000', '151247.651000', '151247.653000', '151247.656000', '151247.659000', '151247.661000', '151247.664000', '151247.667000', '151247.669000', '151247.672000', '151247.674000', '151247.677000', '151247.680000', '151247.682000', '151247.685000', '151247.688000', '151247.690000', '151247.693000', '151247.696000', '151247.698000', '151247.701000', '151247.704000', '151247.706000', '151247.709000', '151247.712000', '151247.714000', '151247.717000', '151247.720000', '151247.722000', '151307.610000', '151307.613000', '151307.617000', '151307.619000', '151307.622000', '151307.625000', '151307.627000', '151307.630000', '151307.633000', '151307.635000', '151307.638000', '151307.641000', '151307.643000', '151307.646000', '151307.649000', '151307.651000', '151307.654000', '151307.657000', '151307.660000', '151307.662000', '151307.665000', '151307.667000', '151307.670000', '151307.673000', '151307.675000', '151307.678000', '151307.681000', '151307.683000', '151307.686000', '151307.689000', '151307.691000', '151307.694000', '151307.696000', '151307.699000', '151307.702000', '151307.704000', '151307.707000', '151307.710000', '151307.712000', '151307.715000', '151307.718000', '151307.720000', '151307.723000', '151307.726000', '151327.611000', '151327.614000', '151327.616000', '151327.619000', '151327.622000', '151327.625000', '151327.627000', '151327.630000', '151327.632000', '151327.635000', '151327.638000', '151327.640000', '151327.643000', '151327.646000', '151327.648000', '151327.651000', '151327.654000', '151327.657000', '151327.659000', '151327.662000', '151327.665000', '151327.667000', '151327.670000', '151327.673000', '151327.675000', '151327.678000', '151327.680000', '151327.683000', '151327.686000', '151327.688000', '151327.691000', '151327.694000', '151327.696000', '151327.699000', '151327.702000', '151327.704000', '151327.707000', '151327.710000', '151327.712000', '151327.715000', '151327.718000', '151327.720000', '151327.723000', '151347.610000', '151347.613000', '151347.615000', '151347.618000', '151347.620000', '151347.623000', '151347.626000', '151347.628000', '151347.631000', '151347.634000', '151347.636000', '151347.639000', '151347.642000', '151347.645000', '151347.647000', '151347.650000', '151347.652000', '151347.655000', '151347.658000', '151347.660000', '151347.663000', '151347.666000', '151347.668000', '151347.671000', '151347.674000', '151347.676000', '151347.679000', '151347.682000', '151347.684000', '151347.687000', '151347.690000', '151347.692000', '151347.695000', '151347.697000', '151347.700000', '151347.703000', '151347.705000', '151347.708000', '151347.710000', '151347.713000', '151347.716000', '151347.718000', '151347.721000', '151347.723000', '151407.609000', '151407.612000', '151407.615000', '151407.618000', '151407.620000', '151407.623000', '151407.626000', '151407.628000', '151407.631000', '151407.634000', '151407.636000', '151407.639000', '151407.642000', '151407.644000', '151407.667000', '151407.669000', '151407.672000', '151407.675000', '151407.677000', '151407.680000', '151407.683000', '151407.685000', '151407.688000', '151407.691000', '151407.693000', '151407.696000', '151407.699000', '151407.701000', '151407.704000', '151407.707000', '151407.709000', '151407.712000', '151407.715000', '151407.717000', '151407.720000', '151407.723000', '151407.725000', '151407.728000', '151407.731000', '151407.733000', '151407.736000', '151407.739000', '151407.742000', '151427.610000', '151427.612000', '151427.615000', '151427.618000', '151427.620000', '151427.623000', '151427.626000', '151427.629000', '151427.631000', '151427.634000', '151427.636000', '151427.639000', '151427.642000', '151427.644000', '151427.647000', '151427.650000', '151427.653000', '151427.655000', '151427.658000', '151427.660000', '151427.663000', '151427.666000', '151427.668000', '151427.671000', '151427.674000', '151427.676000', '151427.679000', '151427.682000', '151427.684000', '151427.687000', '151427.690000', '151427.692000', '151427.695000', '151427.697000', '151427.700000', '151427.703000', '151427.705000', '151427.708000', '151427.711000', '151427.713000', '151427.716000', '151427.719000', '151427.721000', '151427.724000', '151447.610000', '151447.613000', '151447.616000', '151447.619000', '151447.621000', '151447.624000', '151447.627000', '151447.629000', '151447.632000', '151447.634000', '151447.637000', '151447.640000', '151447.642000', '151447.645000', '151447.648000', '151447.651000', '151447.653000', '151447.656000', '151447.659000', '151447.661000', '151447.664000', '151447.667000', '151447.669000', '151447.672000', '151447.675000', '151447.678000', '151447.680000', '151447.683000', '151447.685000', '151447.688000', '151447.691000', '151447.693000', '151447.696000', '151447.699000', '151447.701000', '151447.704000', '151447.707000', '151447.709000', '151447.712000', '151447.714000', '151447.717000', '151447.720000', '151447.722000', '151507.611000', '151507.613000', '151507.616000', '151507.619000', '151507.621000', '151507.624000', '151507.627000', '151507.629000', '151507.632000', '151507.634000', '151507.637000', '151507.640000', '151507.642000', '151507.645000', '151507.648000', '151507.650000', '151507.653000', '151507.655000', '151507.658000', '151507.661000', '151507.663000', '151507.666000', '151507.669000', '151507.671000', '151507.674000', '151507.677000', '151507.679000', '151507.682000', '151507.685000', '151507.687000', '151507.690000', '151507.693000', '151507.695000', '151507.698000', '151507.701000', '151507.703000', '151507.706000', '151507.709000', '151507.711000', '151507.714000', '151507.716000', '151507.719000', '151507.722000', '151507.724000', '151527.611000', '151527.613000', '151527.616000', '151527.619000', '151527.622000', '151527.624000', '151527.627000', '151527.630000', '151527.632000', '151527.635000', '151527.638000', '151527.640000', '151527.643000', '151527.646000', '151527.648000', '151527.651000', '151527.654000', '151527.656000', '151527.659000', '151527.661000', '151527.664000', '151527.667000', '151527.669000', '151527.672000', '151527.675000', '151527.686000', '151527.688000', '151527.691000', '151527.693000', '151527.696000', '151527.699000', '151527.701000', '151527.710000', '151527.713000', '151527.715000', '151527.718000', '151527.721000', '151527.723000', '151527.726000', '151527.729000', '151527.731000', '151527.734000', '151527.736000', '151547.609000', '151547.612000', '151547.615000', '151547.618000', '151547.621000', '151547.623000', '151547.626000', '151547.629000', '151547.631000', '151547.634000', '151547.637000', '151547.639000', '151547.642000', '151547.645000', '151547.647000', '151547.650000', '151547.653000', '151547.655000', '151547.658000', '151547.661000', '151547.663000', '151547.666000', '151547.669000', '151547.672000', '151547.675000', '151547.678000', '151547.680000', '151547.683000', '151547.686000', '151547.689000', '151547.691000', '151547.694000', '151547.696000', '151547.699000', '151547.702000', '151547.704000', '151547.707000', '151547.710000', '151547.712000', '151547.715000', '151547.718000', '151547.720000', '151547.723000', '151547.726000', '151601.345000', '151601.348000', '151601.350000', '151601.353000', '151601.356000', '151601.358000', '151601.361000', '151601.364000', '151601.366000', '151601.369000', '151601.372000', '151601.374000', '151601.377000', '151601.380000', '151601.382000', '151601.385000', '151601.388000', '151601.390000', '151601.393000', '151601.396000', '151601.398000', '151601.401000', '151601.404000', '151601.406000', '151601.409000', '151601.412000', '151601.414000', '151601.417000', '151601.419000', '151601.422000'], 'InstanceCreationTime': ['150947.662000', '150947.665000', '150947.668000', '150947.671000', '150947.674000', '150947.676000', '150947.679000', '150947.682000', '150947.684000', '150947.687000', '150947.690000', '150947.692000', '150947.695000', '150947.697000', '150947.700000', '150947.703000', '150947.705000', '150947.708000', '150947.710000', '150947.713000', '150947.716000', '150947.718000', '150947.721000', '150947.724000', '150947.726000', '150947.729000', '150947.732000', '150947.734000', '150947.737000', '150947.739000', '150947.742000', '150947.745000', '150947.752000', '150947.754000', '150947.757000', '150947.760000', '150947.762000', '150947.765000', '150947.767000', '150947.770000', '150947.773000', '150947.775000', '150947.778000', '150947.780000', '150947.783000', '150947.786000', '150947.788000', '150947.791000', '150947.794000', '150947.796000', '150947.799000', '150947.801000', '150947.804000', '150947.807000', '150947.809000', '150947.819000', '150947.821000', '150947.824000', '150947.827000', '151007.609000', '151007.613000', '151007.615000', '151007.618000', '151007.622000', '151007.633000', '151007.636000', '151007.638000', '151007.641000', '151007.644000', '151007.646000', '151007.649000', '151007.652000', '151007.654000', '151007.657000', '151007.660000', '151007.662000', '151007.665000', '151007.667000', '151007.670000', '151007.673000', '151007.675000', '151007.678000', '151007.681000', '151007.683000', '151007.686000', '151007.688000', '151007.691000', '151007.694000', '151007.696000', '151007.699000', '151007.702000', '151007.704000', '151007.707000', '151007.709000', '151007.712000', '151007.714000', '151007.717000', '151007.720000', '151007.722000', '151007.725000', '151007.728000', '151007.730000', '151027.610000', '151027.613000', '151027.616000', '151027.619000', '151027.621000', '151027.624000', '151027.627000', '151027.629000', '151027.632000', '151027.635000', '151027.637000', '151027.640000', '151027.643000', '151027.645000', '151027.648000', '151027.651000', '151027.653000', '151027.656000', '151027.659000', '151027.661000', '151027.664000', '151027.666000', '151027.669000', '151027.672000', '151027.674000', '151027.677000', '151027.680000', '151027.682000', '151027.685000', '151027.688000', '151027.690000', '151027.693000', '151027.695000', '151027.698000', '151027.701000', '151027.703000', '151027.706000', '151027.708000', '151027.711000', '151027.714000', '151027.716000', '151027.719000', '151027.722000', '151027.724000', '151047.610000', '151047.613000', '151047.616000', '151047.618000', '151047.621000', '151047.624000', '151047.626000', '151047.629000', '151047.632000', '151047.634000', '151047.637000', '151047.640000', '151047.642000', '151047.645000', '151047.648000', '151047.650000', '151047.653000', '151047.655000', '151047.658000', '151047.661000', '151047.663000', '151047.666000', '151047.669000', '151047.671000', '151047.674000', '151047.677000', '151047.680000', '151047.682000', '151047.685000', '151047.687000', '151047.690000', '151047.693000', '151047.696000', '151047.699000', '151047.702000', '151047.705000', '151047.707000', '151047.710000', '151047.713000', '151047.715000', '151047.718000', '151047.720000', '151047.723000', '151107.610000', '151107.614000', '151107.616000', '151107.619000', '151107.622000', '151107.624000', '151107.627000', '151107.629000', '151107.669000', '151107.672000', '151107.674000', '151107.677000', '151107.679000', '151107.682000', '151107.685000', '151107.687000', '151107.690000', '151107.693000', '151107.695000', '151107.698000', '151107.700000', '151107.703000', '151107.706000', '151107.708000', '151107.711000', '151107.714000', '151107.716000', '151107.719000', '151107.722000', '151107.724000', '151107.727000', '151107.729000', '151107.732000', '151107.735000', '151107.737000', '151107.740000', '151107.743000', '151107.745000', '151107.748000', '151107.750000', '151107.753000', '151107.756000', '151107.758000', '151107.761000', '151127.610000', '151127.613000', '151127.615000', '151127.618000', '151127.621000', '151127.623000', '151127.626000', '151127.629000', '151127.631000', '151127.634000', '151127.636000', '151127.639000', '151127.642000', '151127.644000', '151127.647000', '151127.649000', '151127.652000', '151127.655000', '151127.658000', '151127.660000', '151127.663000', '151127.666000', '151127.668000', '151127.671000', '151127.674000', '151127.676000', '151127.679000', '151127.682000', '151127.685000', '151127.687000', '151127.690000', '151127.693000', '151127.695000', '151127.698000', '151127.700000', '151127.703000', '151127.706000', '151127.709000', '151127.711000', '151127.714000', '151127.716000', '151127.719000', '151127.722000', '151147.609000', '151147.612000', '151147.615000', '151147.617000', '151147.621000', '151147.623000', '151147.626000', '151147.629000', '151147.631000', '151147.634000', '151147.636000', '151147.639000', '151147.642000', '151147.644000', '151147.647000', '151147.650000', '151147.652000', '151147.655000', '151147.658000', '151147.660000', '151147.663000', '151147.666000', '151147.668000', '151147.671000', '151147.674000', '151147.676000', '151147.679000', '151147.682000', '151147.684000', '151147.687000', '151147.689000', '151147.692000', '151147.695000', '151147.697000', '151147.700000', '151147.703000', '151147.705000', '151147.708000', '151147.710000', '151147.713000', '151147.716000', '151147.718000', '151147.721000', '151147.723000', '151207.609000', '151207.612000', '151207.615000', '151207.618000', '151207.620000', '151207.623000', '151207.626000', '151207.629000', '151207.631000', '151207.634000', '151207.636000', '151207.639000', '151207.642000', '151207.644000', '151207.647000', '151207.649000', '151207.652000', '151207.655000', '151207.657000', '151207.660000', '151207.663000', '151207.665000', '151207.668000', '151207.670000', '151207.673000', '151207.676000', '151207.678000', '151207.681000', '151207.684000', '151207.686000', '151207.689000', '151207.692000', '151207.695000', '151207.697000', '151207.700000', '151207.702000', '151207.705000', '151207.714000', '151207.716000', '151207.719000', '151207.722000', '151207.724000', '151207.727000', '151227.610000', '151227.613000', '151227.616000', '151227.619000', '151227.622000', '151227.624000', '151227.627000', '151227.630000', '151227.633000', '151227.635000', '151227.638000', '151227.641000', '151227.643000', '151227.646000', '151227.649000', '151227.652000', '151227.654000', '151227.657000', '151227.659000', '151227.662000', '151227.665000', '151227.667000', '151227.670000', '151227.673000', '151227.675000', '151227.678000', '151227.681000', '151227.683000', '151227.686000', '151227.688000', '151227.691000', '151227.694000', '151227.696000', '151227.699000', '151227.702000', '151227.704000', '151227.707000', '151227.710000', '151227.712000', '151227.715000', '151227.718000', '151227.720000', '151227.723000', '151227.726000', '151247.610000', '151247.613000', '151247.616000', '151247.619000', '151247.622000', '151247.624000', '151247.627000', '151247.630000', '151247.632000', '151247.635000', '151247.638000', '151247.640000', '151247.643000', '151247.645000', '151247.648000', '151247.651000', '151247.653000', '151247.656000', '151247.659000', '151247.661000', '151247.664000', '151247.667000', '151247.669000', '151247.672000', '151247.674000', '151247.677000', '151247.680000', '151247.682000', '151247.685000', '151247.688000', '151247.690000', '151247.693000', '151247.696000', '151247.698000', '151247.701000', '151247.704000', '151247.706000', '151247.709000', '151247.712000', '151247.714000', '151247.717000', '151247.720000', '151247.722000', '151307.610000', '151307.613000', '151307.617000', '151307.619000', '151307.622000', '151307.625000', '151307.627000', '151307.630000', '151307.633000', '151307.635000', '151307.638000', '151307.641000', '151307.643000', '151307.646000', '151307.649000', '151307.651000', '151307.654000', '151307.657000', '151307.660000', '151307.662000', '151307.665000', '151307.667000', '151307.670000', '151307.673000', '151307.675000', '151307.678000', '151307.681000', '151307.683000', '151307.686000', '151307.689000', '151307.691000', '151307.694000', '151307.696000', '151307.699000', '151307.702000', '151307.704000', '151307.707000', '151307.710000', '151307.712000', '151307.715000', '151307.718000', '151307.720000', '151307.723000', '151307.726000', '151327.611000', '151327.614000', '151327.616000', '151327.619000', '151327.622000', '151327.625000', '151327.627000', '151327.630000', '151327.632000', '151327.635000', '151327.638000', '151327.640000', '151327.643000', '151327.646000', '151327.648000', '151327.651000', '151327.654000', '151327.657000', '151327.659000', '151327.662000', '151327.665000', '151327.667000', '151327.670000', '151327.673000', '151327.675000', '151327.678000', '151327.680000', '151327.683000', '151327.686000', '151327.688000', '151327.691000', '151327.694000', '151327.696000', '151327.699000', '151327.702000', '151327.704000', '151327.707000', '151327.710000', '151327.712000', '151327.715000', '151327.718000', '151327.720000', '151327.723000', '151347.610000', '151347.613000', '151347.615000', '151347.618000', '151347.620000', '151347.623000', '151347.626000', '151347.628000', '151347.631000', '151347.634000', '151347.636000', '151347.639000', '151347.642000', '151347.645000', '151347.647000', '151347.650000', '151347.652000', '151347.655000', '151347.658000', '151347.660000', '151347.663000', '151347.666000', '151347.668000', '151347.671000', '151347.674000', '151347.676000', '151347.679000', '151347.682000', '151347.684000', '151347.687000', '151347.690000', '151347.692000', '151347.695000', '151347.697000', '151347.700000', '151347.703000', '151347.705000', '151347.708000', '151347.710000', '151347.713000', '151347.716000', '151347.718000', '151347.721000', '151347.723000', '151407.609000', '151407.612000', '151407.615000', '151407.618000', '151407.620000', '151407.623000', '151407.626000', '151407.628000', '151407.631000', '151407.634000', '151407.636000', '151407.639000', '151407.642000', '151407.644000', '151407.667000', '151407.669000', '151407.672000', '151407.675000', '151407.677000', '151407.680000', '151407.683000', '151407.685000', '151407.688000', '151407.691000', '151407.693000', '151407.696000', '151407.699000', '151407.701000', '151407.704000', '151407.707000', '151407.709000', '151407.712000', '151407.715000', '151407.717000', '151407.720000', '151407.723000', '151407.725000', '151407.728000', '151407.731000', '151407.733000', '151407.736000', '151407.739000', '151407.742000', '151427.610000', '151427.612000', '151427.615000', '151427.618000', '151427.620000', '151427.623000', '151427.626000', '151427.629000', '151427.631000', '151427.634000', '151427.636000', '151427.639000', '151427.642000', '151427.644000', '151427.647000', '151427.650000', '151427.653000', '151427.655000', '151427.658000', '151427.660000', '151427.663000', '151427.666000', '151427.668000', '151427.671000', '151427.674000', '151427.676000', '151427.679000', '151427.682000', '151427.684000', '151427.687000', '151427.690000', '151427.692000', '151427.695000', '151427.697000', '151427.700000', '151427.703000', '151427.705000', '151427.708000', '151427.711000', '151427.713000', '151427.716000', '151427.719000', '151427.721000', '151427.724000', '151447.610000', '151447.613000', '151447.616000', '151447.619000', '151447.621000', '151447.624000', '151447.627000', '151447.629000', '151447.632000', '151447.634000', '151447.637000', '151447.640000', '151447.642000', '151447.645000', '151447.648000', '151447.651000', '151447.653000', '151447.656000', '151447.659000', '151447.661000', '151447.664000', '151447.667000', '151447.669000', '151447.672000', '151447.675000', '151447.678000', '151447.680000', '151447.683000', '151447.685000', '151447.688000', '151447.691000', '151447.693000', '151447.696000', '151447.699000', '151447.701000', '151447.704000', '151447.707000', '151447.709000', '151447.712000', '151447.714000', '151447.717000', '151447.720000', '151447.722000', '151507.611000', '151507.613000', '151507.616000', '151507.619000', '151507.621000', '151507.624000', '151507.627000', '151507.629000', '151507.632000', '151507.634000', '151507.637000', '151507.640000', '151507.642000', '151507.645000', '151507.648000', '151507.650000', '151507.653000', '151507.655000', '151507.658000', '151507.661000', '151507.663000', '151507.666000', '151507.669000', '151507.671000', '151507.674000', '151507.677000', '151507.679000', '151507.682000', '151507.685000', '151507.687000', '151507.690000', '151507.693000', '151507.695000', '151507.698000', '151507.701000', '151507.703000', '151507.706000', '151507.709000', '151507.711000', '151507.714000', '151507.716000', '151507.719000', '151507.722000', '151507.724000', '151527.611000', '151527.613000', '151527.616000', '151527.619000', '151527.622000', '151527.624000', '151527.627000', '151527.630000', '151527.632000', '151527.635000', '151527.638000', '151527.640000', '151527.643000', '151527.646000', '151527.648000', '151527.651000', '151527.654000', '151527.656000', '151527.659000', '151527.661000', '151527.664000', '151527.667000', '151527.669000', '151527.672000', '151527.675000', '151527.686000', '151527.688000', '151527.691000', '151527.693000', '151527.696000', '151527.699000', '151527.701000', '151527.710000', '151527.713000', '151527.715000', '151527.718000', '151527.721000', '151527.723000', '151527.726000', '151527.729000', '151527.731000', '151527.734000', '151527.736000', '151547.609000', '151547.612000', '151547.615000', '151547.618000', '151547.621000', '151547.623000', '151547.626000', '151547.629000', '151547.631000', '151547.634000', '151547.637000', '151547.639000', '151547.642000', '151547.645000', '151547.647000', '151547.650000', '151547.653000', '151547.655000', '151547.658000', '151547.661000', '151547.663000', '151547.666000', '151547.669000', '151547.672000', '151547.675000', '151547.678000', '151547.680000', '151547.683000', '151547.686000', '151547.689000', '151547.691000', '151547.694000', '151547.696000', '151547.699000', '151547.702000', '151547.704000', '151547.707000', '151547.710000', '151547.712000', '151547.715000', '151547.718000', '151547.720000', '151547.723000', '151547.726000', '151601.345000', '151601.348000', '151601.350000', '151601.353000', '151601.356000', '151601.358000', '151601.361000', '151601.364000', '151601.366000', '151601.369000', '151601.372000', '151601.374000', '151601.377000', '151601.380000', '151601.382000', '151601.385000', '151601.388000', '151601.390000', '151601.393000', '151601.396000', '151601.398000', '151601.401000', '151601.404000', '151601.406000', '151601.409000', '151601.412000', '151601.414000', '151601.417000', '151601.419000', '151601.422000'], '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': [8523, 12697, 9795, 9414, 12196, 8607, 7724, 8077, 8140, 7774, 8201, 8383, 7719, 9179, 8399, 7879, 8007, 8454, 8165, 8658, 8714, 8096, 8581, 8800, 8091, 8872, 8526, 8003, 9792, 8638, 7839, 8900, 9107, 8127, 10552, 8312, 8075, 8645, 8169, 8185, 9683, 8467, 8147, 9235, 8485, 8411, 7853, 8446, 8606, 7845, 9852, 8682, 7848, 9024, 8366, 8946, 8452, 8403, 11923, 9666, 8287, 10427, 8527, 8065, 9141, 8391, 7725, 9882, 8126, 7810, 8160, 8339, 8004, 7979, 8356, 8570, 7593, 8281, 8844, 8100, 8271, 9849, 8426, 8278, 8027, 7802, 8087, 8363, 7934, 8290, 8750, 9131, 8419, 8007, 9532, 8286, 8512, 8822, 8451, 11209, 9380, 8540, 7674, 10175, 7731, 8547, 8396, 8541, 8247, 8544, 8224, 8080, 8160, 9819, 8190, 8604, 9861, 8260, 11996, 10824, 7994, 10287, 8667, 8043, 11370, 9665, 8058, 9110, 8310, 8099, 9565, 8184, 8003, 9265, 8397, 7933, 8845, 8163, 7722, 7515, 8136, 8376, 8297, 8005, 8236, 8422, 8047, 7934, 8413, 7691, 7827, 8403, 7717, 8311, 8257, 7852, 7891, 8475, 9715, 9203, 8250, 10178, 8517, 8008, 8211, 8201, 8245, 8452, 8073, 8103, 9284, 8018, 7895, 8476, 7655, 7833, 7584, 8301, 7602, 7625, 7488, 7593, 9160, 7502, 8964, 8673, 7946, 11028, 8383, 11624, 9946, 8054, 11093, 8564, 10423, 7835, 8163, 9388, 8276, 7995, 9253, 8491, 7546, 9177, 7972, 7731, 7754, 8275, 8324, 8627, 7905, 9232, 8291, 7804, 8206, 8222, 7883, 7977, 8114, 9474, 8422, 7976, 9850, 8014, 7974, 7991, 7796, 8028, 9447, 8147, 7824, 9921, 8100, 10843, 9521, 7835, 8378, 7633, 7868, 9074, 7947, 8061, 10104, 7888, 8083, 8981, 8261, 8138, 9442, 8321, 8069, 9375, 7978, 8092, 8912, 8089, 8043, 10465, 8481, 8081, 9134, 7962, 8146, 9898, 8316, 8183, 10535, 8057, 8277, 9697, 8179, 8132, 8572, 8265, 8151, 8908, 7868, 8342, 10578, 8671, 8060, 8647, 8346, 8325, 8285, 8510, 8300, 9723, 7738, 8110, 9790, 8026, 7917, 10707, 7893, 7761, 8929, 8180, 8164, 8076, 9045, 7907, 8180, 10710, 7515, 8274, 9061, 7718, 7973, 9952, 8677, 8053, 10141, 9846, 8232, 8020, 8307, 7463, 8283, 8800, 8043, 9878, 7961, 8693, 8245, 8076, 10816, 7953, 8557, 8373, 8208, 11836, 9477, 8253, 9993, 8137, 10937, 9041, 8164, 8546, 8594, 8395, 8708, 8227, 8256, 7909, 8112, 8933, 7951, 8281, 8663, 7975, 8305, 8328, 7915, 8302, 8200, 8175, 8958, 7916, 8530, 9605, 8257, 8509, 8595, 8098, 8614, 8440, 8265, 8768, 7716, 8259, 8674, 8018, 8148, 8673, 7971, 8413, 8658, 8088, 8307, 8970, 8091, 8378, 11101, 8606, 8267, 8651, 8452, 8127, 8735, 9743, 8286, 8403, 10580, 7702, 8594, 10192, 8248, 8697, 8902, 8469, 8560, 8832, 8198, 8595, 8538, 8137, 8744, 8512, 7924, 8797, 9954, 8237, 8756, 9146, 8140, 8790, 9385, 8456, 8797, 8337, 8589, 8788, 8352, 8551, 8618, 8334, 8300, 8867, 8394, 8277, 8695, 10495, 8280, 9014, 9350, 8083, 8722, 11164, 9095, 9022, 9103, 8245, 8825, 9065, 8184, 8877, 10192, 8227, 8872, 8988, 7994, 8725, 8891, 8255, 8840, 9202, 8750, 8224, 8863, 8901, 8308, 8516, 11228, 9422, 8834, 9268, 9045, 8541, 9278, 8563, 8744, 11481, 9053, 8704, 11289, 8676, 8689, 8836, 8231, 8741, 8959, 8065, 8647, 9197, 8527, 8632, 9059, 8118, 8464, 9569, 8848, 8409, 8939, 8706, 8582, 9335, 8249, 8586, 9324, 8576, 8764, 9038, 8242, 8715, 9297, 8090, 8687, 9260, 7941, 8779, 9028, 8278, 8552, 9248, 8303, 8816, 9104, 8251, 8799, 9156, 8292, 8769, 8961, 7493, 8795, 9066, 7793, 8736, 9852, 8431, 8653, 9395, 7634, 8771, 10041, 8066, 8966, 8828, 8206, 8488, 11479, 9431, 8821, 8980, 8977, 8959, 9097, 8977, 8603, 9567, 8491, 8644, 9031, 8522, 8816, 8849, 8409, 8871, 8866, 9104, 8179, 8871, 8874, 8706, 8968, 8557, 8807, 8810, 8897, 8787, 9000, 8614, 8364, 8585, 10885, 8300, 8964, 9140, 7908, 8964, 9027, 8256, 8952, 9781, 8100, 8842, 8875, 8077, 8663, 9326, 7948, 8725, 10107, 8339, 8841, 9086, 7878, 8812, 10136, 8246, 8771, 11440, 8704, 8634, 9483, 8136, 8571, 10482, 8695, 8473, 11572, 9420, 8766, 8717, 8877, 8028, 8928, 8850, 8129, 8744, 8806, 7944, 8715, 8827, 7788, 8724, 9414, 8040, 8617, 9491, 10663, 8573, 8243, 8521, 7521, 8615, 7805, 8408, 8486, 7707, 8229, 7783, 7817, 8336, 7264, 7817, 8916, 9688, 8455, 11080, 10170, 7890, 12090, 10488, 8122, 11902, 9105, 8930, 9596, 8230, 10411, 8673, 8336, 9648, 7477, 8296, 8799, 7403, 8428, 8524, 7880, 8476, 8335, 7933, 8404, 8470, 8068, 8236, 8354, 8069, 8130, 7657, 7977, 8279, 7765, 8174, 8319, 8007, 8118, 8640, 8225, 8549, 8313, 8927, 8455, 8376, 8774, 8183, 8833, 8738, 8210, 8711, 8852, 8364, 8480, 9759, 7495, 8831, 8554, 7233, 8802, 8887, 7555, 8677, 9541, 7996, 8669, 10814, 9239, 8724, 9312, 8620, 8872, 8928, 8580, 8523, 9202, 8269, 8454, 10549, 9343, 8450, 9057, 8632, 8616, 9009, 8499, 8621, 9933, 7856, 8656, 10367, 7903, 8886, 9257, 7703, 8734, 8711, 8594, 8149, 8964, 8722, 8068, 8964, 9232, 7670, 8632, 10322, 7925, 8930, 9197, 7716, 8844, 9212, 7363, 8806, 9091, 7745, 8727, 8756, 7748, 8806, 8905, 7450, 8696, 9028, 8056, 8715, 9910, 7893, 8653, 9853, 8058, 8673, 9214, 8170, 8666, 8810, 9258, 8056, 8697, 10776, 8545, 8945, 9159, 8121, 8865, 9185, 8085, 8820, 9857, 7978, 8946, 8902, 7597, 8925, 9100, 7785, 8773, 9934, 8671, 8509, 8950, 8522, 8908, 9121, 8644, 8951, 8953, 9450, 8275, 8588, 11454, 7967, 8823, 9376, 8519, 8670, 8957, 8679, 8430, 8598, 9203, 8341, 8614, 8659, 7617, 8566, 9805, 7947, 8742, 9347, 8167, 8580, 9761, 7900, 8434, 10642, 8718, 8423, 9017, 8393, 8709, 9019, 8514, 8413, 8791, 8623, 8512, 8737, 9198, 8415, 8751, 8668, 8046, 8777, 9368, 8068, 8725, 9062], 'WindowCenter': [3905.0, 3932.0, 3896.0, 3871.0, 3890.0, 3858.0, 3835.0, 3844.0, 3846.0, 3834.0, 3857.0, 3856.0, 3846.0, 3867.0, 3858.0, 3857.0, 3857.0, 3858.0, 3857.0, 3869.0, 3871.0, 3860.0, 3870.0, 3871.0, 3861.0, 3871.0, 3872.0, 3873.0, 3882.0, 3872.0, 3861.0, 3871.0, 3870.0, 3861.0, 3879.0, 3860.0, 3860.0, 3869.0, 3869.0, 3870.0, 3881.0, 3871.0, 3861.0, 3870.0, 3870.0, 3870.0, 3860.0, 3859.0, 3869.0, 3860.0, 3880.0, 3871.0, 3860.0, 3869.0, 3870.0, 3868.0, 3858.0, 3857.0, 3888.0, 3868.0, 3846.0, 3866.0, 3844.0, 3843.0, 3855.0, 3856.0, 3845.0, 3866.0, 3844.0, 3844.0, 3844.0, 3855.0, 3845.0, 3846.0, 3856.0, 3855.0, 3846.0, 3856.0, 3856.0, 3846.0, 3857.0, 3878.0, 3858.0, 3857.0, 3857.0, 3858.0, 3858.0, 3858.0, 3860.0, 3871.0, 3870.0, 3869.0, 3859.0, 3858.0, 3868.0, 3858.0, 3857.0, 3857.0, 3858.0, 3878.0, 3856.0, 3856.0, 3845.0, 3878.0, 3845.0, 3857.0, 3856.0, 3868.0, 3858.0, 3868.0, 3859.0, 3861.0, 3871.0, 3880.0, 3859.0, 3858.0, 3868.0, 3847.0, 3877.0, 3866.0, 3833.0, 3853.0, 3842.0, 3831.0, 3862.0, 3840.0, 3818.0, 3842.0, 3830.0, 3831.0, 3850.0, 3841.0, 3830.0, 3839.0, 3831.0, 3829.0, 3840.0, 3832.0, 3830.0, 3821.0, 3831.0, 3842.0, 3842.0, 3842.0, 3843.0, 3845.0, 3845.0, 3845.0, 3856.0, 3846.0, 3846.0, 3858.0, 3846.0, 3857.0, 3857.0, 3846.0, 3857.0, 3857.0, 3867.0, 3869.0, 3857.0, 3879.0, 3857.0, 3847.0, 3856.0, 3856.0, 3857.0, 3858.0, 3858.0, 3859.0, 3870.0, 3860.0, 3859.0, 3871.0, 3872.0, 3874.0, 3873.0, 3872.0, 3872.0, 3860.0, 3862.0, 3862.0, 3894.0, 3862.0, 3884.0, 3885.0, 3874.0, 3894.0, 3872.0, 3891.0, 3869.0, 3847.0, 3878.0, 3845.0, 3866.0, 3834.0, 3845.0, 3855.0, 3845.0, 3844.0, 3854.0, 3855.0, 3845.0, 3856.0, 3845.0, 3833.0, 3844.0, 3855.0, 3855.0, 3856.0, 3858.0, 3868.0, 3859.0, 3847.0, 3857.0, 3858.0, 3858.0, 3858.0, 3858.0, 3868.0, 3858.0, 3858.0, 3880.0, 3859.0, 3858.0, 3858.0, 3859.0, 3858.0, 3879.0, 3859.0, 3858.0, 3880.0, 3860.0, 3889.0, 3868.0, 3848.0, 3856.0, 3845.0, 3857.0, 3866.0, 3858.0, 3858.0, 3879.0, 3858.0, 3858.0, 3868.0, 3858.0, 3856.0, 3879.0, 3859.0, 3858.0, 3869.0, 3858.0, 3858.0, 3868.0, 3858.0, 3858.0, 3879.0, 3868.0, 3858.0, 3867.0, 3847.0, 3856.0, 3866.0, 3858.0, 3858.0, 3878.0, 3857.0, 3856.0, 3867.0, 3857.0, 3857.0, 3856.0, 3856.0, 3857.0, 3867.0, 3858.0, 3856.0, 3878.0, 3857.0, 3844.0, 3855.0, 3855.0, 3856.0, 3856.0, 3856.0, 3856.0, 3867.0, 3846.0, 3857.0, 3868.0, 3857.0, 3858.0, 3890.0, 3858.0, 3846.0, 3867.0, 3857.0, 3857.0, 3856.0, 3867.0, 3859.0, 3858.0, 3890.0, 3848.0, 3858.0, 3868.0, 3858.0, 3858.0, 3879.0, 3869.0, 3858.0, 3877.0, 3879.0, 3858.0, 3846.0, 3858.0, 3847.0, 3857.0, 3866.0, 3857.0, 3867.0, 3857.0, 3857.0, 3857.0, 3845.0, 3875.0, 3845.0, 3843.0, 3843.0, 3842.0, 3873.0, 3853.0, 3830.0, 3851.0, 3831.0, 3851.0, 3839.0, 3829.0, 3827.0, 3828.0, 3828.0, 3828.0, 3830.0, 3829.0, 3830.0, 3832.0, 3852.0, 3831.0, 3841.0, 3842.0, 3842.0, 3843.0, 3842.0, 3845.0, 3844.0, 3855.0, 3856.0, 3865.0, 3857.0, 3856.0, 3867.0, 3857.0, 3856.0, 3855.0, 3856.0, 3856.0, 3855.0, 3856.0, 3867.0, 3847.0, 3858.0, 3869.0, 3859.0, 3858.0, 3868.0, 3857.0, 3868.0, 3869.0, 3859.0, 3869.0, 3870.0, 3860.0, 3870.0, 3891.0, 3870.0, 3870.0, 3869.0, 3859.0, 3860.0, 3870.0, 3882.0, 3871.0, 3870.0, 3889.0, 3848.0, 3858.0, 3878.0, 3859.0, 3868.0, 3868.0, 3858.0, 3868.0, 3868.0, 3858.0, 3867.0, 3867.0, 3858.0, 3868.0, 3869.0, 3870.0, 3869.0, 3881.0, 3870.0, 3869.0, 3868.0, 3858.0, 3857.0, 3868.0, 3858.0, 3857.0, 3857.0, 3868.0, 3867.0, 3858.0, 3869.0, 3869.0, 3869.0, 3870.0, 3869.0, 3870.0, 3871.0, 3870.0, 3891.0, 3869.0, 3869.0, 3868.0, 3859.0, 3869.0, 3890.0, 3869.0, 3868.0, 3868.0, 3858.0, 3869.0, 3868.0, 3858.0, 3868.0, 3879.0, 3859.0, 3869.0, 3868.0, 3857.0, 3868.0, 3869.0, 3870.0, 3870.0, 3881.0, 3869.0, 3859.0, 3868.0, 3869.0, 3859.0, 3868.0, 3889.0, 3868.0, 3867.0, 3868.0, 3867.0, 3857.0, 3867.0, 3856.0, 3856.0, 3876.0, 3857.0, 3855.0, 3876.0, 3844.0, 3854.0, 3853.0, 3845.0, 3856.0, 3867.0, 3857.0, 3856.0, 3866.0, 3856.0, 3856.0, 3856.0, 3846.0, 3857.0, 3866.0, 3856.0, 3845.0, 3855.0, 3855.0, 3856.0, 3855.0, 3844.0, 3857.0, 3855.0, 3856.0, 3855.0, 3855.0, 3856.0, 3855.0, 3867.0, 3857.0, 3868.0, 3867.0, 3857.0, 3868.0, 3868.0, 3859.0, 3869.0, 3868.0, 3858.0, 3868.0, 3868.0, 3858.0, 3857.0, 3868.0, 3857.0, 3868.0, 3868.0, 3849.0, 3869.0, 3869.0, 3858.0, 3869.0, 3880.0, 3870.0, 3870.0, 3869.0, 3848.0, 3868.0, 3879.0, 3858.0, 3868.0, 3868.0, 3858.0, 3868.0, 3890.0, 3868.0, 3867.0, 3867.0, 3866.0, 3867.0, 3868.0, 3868.0, 3858.0, 3880.0, 3869.0, 3858.0, 3857.0, 3856.0, 3868.0, 3868.0, 3858.0, 3868.0, 3870.0, 3869.0, 3870.0, 3869.0, 3868.0, 3870.0, 3869.0, 3869.0, 3870.0, 3869.0, 3869.0, 3870.0, 3867.0, 3858.0, 3858.0, 3869.0, 3889.0, 3858.0, 3869.0, 3868.0, 3858.0, 3868.0, 3869.0, 3859.0, 3869.0, 3880.0, 3861.0, 3869.0, 3868.0, 3858.0, 3868.0, 3869.0, 3858.0, 3868.0, 3878.0, 3857.0, 3869.0, 3869.0, 3859.0, 3869.0, 3878.0, 3858.0, 3858.0, 3890.0, 3858.0, 3857.0, 3868.0, 3847.0, 3857.0, 3877.0, 3857.0, 3857.0, 3878.0, 3856.0, 3855.0, 3855.0, 3854.0, 3845.0, 3854.0, 3855.0, 3846.0, 3855.0, 3855.0, 3857.0, 3857.0, 3867.0, 3847.0, 3868.0, 3868.0, 3857.0, 3856.0, 3880.0, 3891.0, 3870.0, 3858.0, 3856.0, 3846.0, 3855.0, 3846.0, 3855.0, 3855.0, 3846.0, 3856.0, 3857.0, 3859.0, 3869.0, 3848.0, 3858.0, 3869.0, 3879.0, 3858.0, 3877.0, 3866.0, 3833.0, 3863.0, 3852.0, 3818.0, 3849.0, 3827.0, 3826.0, 3825.0, 3815.0, 3835.0, 3813.0, 3814.0, 3825.0, 3805.0, 3815.0, 3826.0, 3806.0, 3828.0, 3827.0, 3829.0, 3829.0, 3829.0, 3831.0, 3841.0, 3841.0, 3844.0, 3843.0, 3844.0, 3845.0, 3843.0, 3833.0, 3844.0, 3855.0, 3846.0, 3857.0, 3856.0, 3855.0, 3857.0, 3868.0, 3857.0, 3869.0, 3858.0, 3870.0, 3859.0, 3857.0, 3858.0, 3858.0, 3868.0, 3857.0, 3870.0, 3869.0, 3869.0, 3870.0, 3869.0, 3880.0, 3849.0, 3870.0, 3868.0, 3849.0, 3881.0, 3881.0, 3860.0, 3870.0, 3880.0, 3871.0, 3871.0, 3892.0, 3870.0, 3859.0, 3868.0, 3857.0, 3868.0, 3868.0, 3858.0, 3858.0, 3868.0, 3858.0, 3859.0, 3879.0, 3867.0, 3858.0, 3856.0, 3855.0, 3856.0, 3867.0, 3857.0, 3857.0, 3867.0, 3847.0, 3856.0, 3878.0, 3845.0, 3856.0, 3867.0, 3846.0, 3857.0, 3857.0, 3856.0, 3857.0, 3867.0, 3858.0, 3859.0, 3869.0, 3869.0, 3858.0, 3868.0, 3879.0, 3857.0, 3867.0, 3868.0, 3858.0, 3870.0, 3879.0, 3849.0, 3870.0, 3871.0, 3861.0, 3871.0, 3870.0, 3859.0, 3870.0, 3869.0, 3860.0, 3871.0, 3868.0, 3859.0, 3870.0, 3878.0, 3857.0, 3868.0, 3878.0, 3858.0, 3869.0, 3878.0, 3859.0, 3869.0, 3870.0, 3881.0, 3860.0, 3869.0, 3891.0, 3870.0, 3869.0, 3868.0, 3858.0, 3868.0, 3869.0, 3857.0, 3867.0, 3879.0, 3859.0, 3867.0, 3867.0, 3847.0, 3868.0, 3868.0, 3859.0, 3870.0, 3881.0, 3871.0, 3870.0, 3869.0, 3857.0, 3869.0, 3869.0, 3857.0, 3869.0, 3868.0, 3880.0, 3859.0, 3858.0, 3879.0, 3847.0, 3857.0, 3867.0, 3856.0, 3857.0, 3867.0, 3857.0, 3858.0, 3870.0, 3868.0, 3858.0, 3856.0, 3857.0, 3847.0, 3857.0, 3868.0, 3858.0, 3856.0, 3868.0, 3857.0, 3857.0, 3867.0, 3847.0, 3857.0, 3876.0, 3856.0, 3845.0, 3855.0, 3843.0, 3856.0, 3856.0, 3856.0, 3857.0, 3857.0, 3857.0, 3869.0, 3868.0, 3868.0, 3858.0, 3857.0, 3856.0, 3857.0, 3868.0, 3869.0, 3859.0, 3858.0, 3868.0], 'WindowWidth': [8748.0, 8774.0, 8715.0, 8670.0, 8692.0, 8644.0, 8611.0, 8621.0, 8626.0, 8607.0, 8642.0, 8641.0, 8628.0, 8656.0, 8644.0, 8643.0, 8642.0, 8647.0, 8644.0, 8663.0, 8667.0, 8651.0, 8666.0, 8668.0, 8656.0, 8668.0, 8672.0, 8678.0, 8686.0, 8670.0, 8656.0, 8670.0, 8665.0, 8654.0, 8678.0, 8652.0, 8653.0, 8664.0, 8664.0, 8668.0, 8683.0, 8669.0, 8655.0, 8666.0, 8666.0, 8665.0, 8652.0, 8651.0, 8665.0, 8653.0, 8681.0, 8669.0, 8653.0, 8664.0, 8666.0, 8662.0, 8646.0, 8645.0, 8688.0, 8660.0, 8626.0, 8652.0, 8621.0, 8618.0, 8635.0, 8639.0, 8622.0, 8653.0, 8621.0, 8620.0, 8622.0, 8638.0, 8623.0, 8628.0, 8641.0, 8640.0, 8627.0, 8642.0, 8642.0, 8629.0, 8643.0, 8674.0, 8646.0, 8643.0, 8646.0, 8647.0, 8649.0, 8649.0, 8653.0, 8670.0, 8667.0, 8663.0, 8650.0, 8646.0, 8660.0, 8646.0, 8643.0, 8643.0, 8645.0, 8672.0, 8641.0, 8642.0, 8624.0, 8674.0, 8627.0, 8643.0, 8643.0, 8662.0, 8646.0, 8661.0, 8650.0, 8656.0, 8668.0, 8678.0, 8651.0, 8645.0, 8659.0, 8628.0, 8667.0, 8650.0, 8601.0, 8627.0, 8613.0, 8594.0, 8640.0, 8606.0, 8575.0, 8611.0, 8595.0, 8594.0, 8621.0, 8610.0, 8594.0, 8605.0, 8596.0, 8592.0, 8607.0, 8598.0, 8593.0, 8583.0, 8596.0, 8613.0, 8613.0, 8613.0, 8616.0, 8622.0, 8623.0, 8625.0, 8642.0, 8629.0, 8628.0, 8646.0, 8630.0, 8644.0, 8643.0, 8628.0, 8642.0, 8642.0, 8657.0, 8660.0, 8643.0, 8675.0, 8643.0, 8629.0, 8639.0, 8641.0, 8642.0, 8645.0, 8646.0, 8651.0, 8667.0, 8653.0, 8651.0, 8672.0, 8675.0, 8680.0, 8676.0, 8673.0, 8673.0, 8655.0, 8659.0, 8659.0, 8705.0, 8660.0, 8692.0, 8694.0, 8677.0, 8704.0, 8671.0, 8693.0, 8662.0, 8627.0, 8669.0, 8623.0, 8650.0, 8607.0, 8621.0, 8634.0, 8621.0, 8620.0, 8633.0, 8636.0, 8622.0, 8638.0, 8623.0, 8604.0, 8620.0, 8637.0, 8638.0, 8641.0, 8646.0, 8659.0, 8648.0, 8629.0, 8643.0, 8647.0, 8645.0, 8647.0, 8647.0, 8659.0, 8647.0, 8647.0, 8678.0, 8650.0, 8648.0, 8648.0, 8650.0, 8648.0, 8677.0, 8651.0, 8647.0, 8680.0, 8651.0, 8691.0, 8660.0, 8631.0, 8640.0, 8625.0, 8642.0, 8655.0, 8645.0, 8645.0, 8675.0, 8645.0, 8646.0, 8661.0, 8648.0, 8643.0, 8677.0, 8649.0, 8647.0, 8661.0, 8647.0, 8646.0, 8661.0, 8649.0, 8649.0, 8677.0, 8662.0, 8645.0, 8656.0, 8631.0, 8641.0, 8656.0, 8647.0, 8645.0, 8674.0, 8645.0, 8640.0, 8657.0, 8644.0, 8643.0, 8642.0, 8643.0, 8643.0, 8658.0, 8647.0, 8641.0, 8671.0, 8643.0, 8622.0, 8637.0, 8637.0, 8641.0, 8641.0, 8640.0, 8642.0, 8657.0, 8628.0, 8644.0, 8659.0, 8644.0, 8646.0, 8696.0, 8647.0, 8630.0, 8658.0, 8644.0, 8645.0, 8641.0, 8660.0, 8650.0, 8647.0, 8694.0, 8635.0, 8648.0, 8662.0, 8648.0, 8649.0, 8678.0, 8665.0, 8649.0, 8673.0, 8675.0, 8645.0, 8627.0, 8648.0, 8632.0, 8643.0, 8655.0, 8644.0, 8656.0, 8645.0, 8645.0, 8642.0, 8625.0, 8663.0, 8623.0, 8618.0, 8615.0, 8613.0, 8656.0, 8628.0, 8595.0, 8623.0, 8595.0, 8623.0, 8603.0, 8588.0, 8583.0, 8587.0, 8587.0, 8589.0, 8594.0, 8590.0, 8593.0, 8600.0, 8629.0, 8599.0, 8612.0, 8614.0, 8616.0, 8617.0, 8617.0, 8623.0, 8621.0, 8637.0, 8642.0, 8652.0, 8642.0, 8642.0, 8655.0, 8642.0, 8640.0, 8637.0, 8640.0, 8641.0, 8640.0, 8643.0, 8658.0, 8632.0, 8646.0, 8662.0, 8651.0, 8647.0, 8661.0, 8644.0, 8662.0, 8663.0, 8651.0, 8666.0, 8667.0, 8654.0, 8667.0, 8695.0, 8666.0, 8669.0, 8662.0, 8650.0, 8653.0, 8668.0, 8686.0, 8669.0, 8667.0, 8690.0, 8635.0, 8647.0, 8673.0, 8649.0, 8660.0, 8660.0, 8647.0, 8660.0, 8660.0, 8647.0, 8659.0, 8658.0, 8647.0, 8660.0, 8665.0, 8669.0, 8664.0, 8683.0, 8666.0, 8662.0, 8661.0, 8648.0, 8643.0, 8660.0, 8647.0, 8644.0, 8643.0, 8660.0, 8658.0, 8649.0, 8665.0, 8664.0, 8664.0, 8667.0, 8664.0, 8667.0, 8669.0, 8665.0, 8696.0, 8665.0, 8663.0, 8661.0, 8652.0, 8663.0, 8692.0, 8663.0, 8659.0, 8659.0, 8647.0, 8662.0, 8661.0, 8647.0, 8660.0, 8676.0, 8649.0, 8662.0, 8662.0, 8646.0, 8662.0, 8665.0, 8667.0, 8667.0, 8683.0, 8662.0, 8649.0, 8660.0, 8663.0, 8650.0, 8660.0, 8689.0, 8661.0, 8657.0, 8658.0, 8656.0, 8645.0, 8656.0, 8641.0, 8640.0, 8666.0, 8644.0, 8636.0, 8666.0, 8620.0, 8634.0, 8633.0, 8623.0, 8642.0, 8656.0, 8644.0, 8640.0, 8655.0, 8641.0, 8641.0, 8639.0, 8627.0, 8642.0, 8653.0, 8639.0, 8624.0, 8635.0, 8637.0, 8639.0, 8637.0, 8621.0, 8642.0, 8637.0, 8640.0, 8637.0, 8638.0, 8640.0, 8640.0, 8656.0, 8643.0, 8659.0, 8658.0, 8646.0, 8661.0, 8662.0, 8649.0, 8661.0, 8659.0, 8646.0, 8660.0, 8661.0, 8648.0, 8644.0, 8660.0, 8645.0, 8661.0, 8661.0, 8637.0, 8663.0, 8665.0, 8650.0, 8665.0, 8681.0, 8667.0, 8665.0, 8663.0, 8635.0, 8659.0, 8675.0, 8648.0, 8659.0, 8658.0, 8646.0, 8660.0, 8691.0, 8660.0, 8657.0, 8656.0, 8654.0, 8657.0, 8658.0, 8660.0, 8647.0, 8679.0, 8664.0, 8646.0, 8643.0, 8640.0, 8659.0, 8658.0, 8646.0, 8662.0, 8665.0, 8664.0, 8667.0, 8663.0, 8662.0, 8666.0, 8662.0, 8664.0, 8666.0, 8663.0, 8663.0, 8668.0, 8657.0, 8646.0, 8648.0, 8661.0, 8691.0, 8649.0, 8663.0, 8662.0, 8647.0, 8661.0, 8662.0, 8649.0, 8662.0, 8679.0, 8656.0, 8662.0, 8661.0, 8648.0, 8661.0, 8663.0, 8647.0, 8659.0, 8676.0, 8645.0, 8664.0, 8663.0, 8650.0, 8663.0, 8675.0, 8648.0, 8648.0, 8691.0, 8647.0, 8644.0, 8658.0, 8629.0, 8642.0, 8670.0, 8642.0, 8643.0, 8672.0, 8640.0, 8638.0, 8635.0, 8634.0, 8623.0, 8635.0, 8638.0, 8628.0, 8637.0, 8639.0, 8644.0, 8642.0, 8657.0, 8630.0, 8659.0, 8659.0, 8643.0, 8642.0, 8679.0, 8696.0, 8666.0, 8645.0, 8637.0, 8626.0, 8637.0, 8628.0, 8636.0, 8637.0, 8628.0, 8641.0, 8645.0, 8650.0, 8664.0, 8636.0, 8648.0, 8663.0, 8676.0, 8649.0, 8670.0, 8650.0, 8601.0, 8640.0, 8624.0, 8572.0, 8615.0, 8584.0, 8580.0, 8578.0, 8564.0, 8590.0, 8559.0, 8560.0, 8576.0, 8551.0, 8565.0, 8580.0, 8555.0, 8586.0, 8584.0, 8590.0, 8590.0, 8592.0, 8596.0, 8611.0, 8612.0, 8619.0, 8617.0, 8620.0, 8623.0, 8620.0, 8605.0, 8621.0, 8638.0, 8628.0, 8643.0, 8641.0, 8639.0, 8643.0, 8659.0, 8644.0, 8662.0, 8648.0, 8665.0, 8650.0, 8644.0, 8646.0, 8646.0, 8658.0, 8644.0, 8668.0, 8662.0, 8663.0, 8666.0, 8663.0, 8680.0, 8638.0, 8666.0, 8662.0, 8639.0, 8681.0, 8683.0, 8654.0, 8668.0, 8681.0, 8669.0, 8668.0, 8697.0, 8665.0, 8648.0, 8658.0, 8644.0, 8660.0, 8658.0, 8646.0, 8646.0, 8658.0, 8646.0, 8650.0, 8677.0, 8658.0, 8645.0, 8640.0, 8639.0, 8640.0, 8655.0, 8643.0, 8643.0, 8658.0, 8630.0, 8640.0, 8671.0, 8625.0, 8638.0, 8657.0, 8628.0, 8643.0, 8642.0, 8640.0, 8644.0, 8656.0, 8646.0, 8649.0, 8661.0, 8663.0, 8649.0, 8662.0, 8676.0, 8645.0, 8658.0, 8660.0, 8647.0, 8665.0, 8678.0, 8638.0, 8668.0, 8669.0, 8655.0, 8668.0, 8666.0, 8651.0, 8667.0, 8663.0, 8654.0, 8670.0, 8663.0, 8649.0, 8666.0, 8675.0, 8644.0, 8660.0, 8674.0, 8648.0, 8663.0, 8675.0, 8648.0, 8664.0, 8666.0, 8681.0, 8654.0, 8664.0, 8696.0, 8667.0, 8663.0, 8658.0, 8646.0, 8657.0, 8661.0, 8645.0, 8657.0, 8677.0, 8648.0, 8658.0, 8658.0, 8631.0, 8659.0, 8660.0, 8650.0, 8666.0, 8684.0, 8668.0, 8664.0, 8663.0, 8645.0, 8662.0, 8660.0, 8645.0, 8662.0, 8659.0, 8678.0, 8650.0, 8647.0, 8676.0, 8630.0, 8642.0, 8655.0, 8641.0, 8644.0, 8657.0, 8645.0, 8648.0, 8667.0, 8661.0, 8647.0, 8641.0, 8643.0, 8631.0, 8643.0, 8660.0, 8644.0, 8641.0, 8658.0, 8643.0, 8641.0, 8655.0, 8628.0, 8642.0, 8668.0, 8640.0, 8624.0, 8636.0, 8618.0, 8639.0, 8640.0, 8640.0, 8645.0, 8644.0, 8644.0, 8664.0, 8659.0, 8660.0, 8645.0, 8643.0, 8641.0, 8643.0, 8659.0, 8661.0, 8649.0, 8647.0, 8661.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.0007037011494252873</td></tr>
<tr><td colspan=3>aqi</td><td>0.01774753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.72116924684694</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1770236105293443</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110969556846934</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>5921.4487</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06904365369026055</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3761749704174133</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2912476726451256</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.593473574530408</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2438036640767054</td></tr>
<tr><td colspan=3>gcor</td><td>0.0171307</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020540880039334297</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015509692952036858</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.8263924084047707</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>34.3688</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1002</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.0796</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309926.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>758.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.1668</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1514</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.3104</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3127.1765</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4094.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.2649</td></tr>
<tr><td colspan=3>tsnr</td><td>45.48401679005474</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>