ds005256-mriqc/sub-0032_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +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-0032_ses-01_task-social_acq-mb8_run-04_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-0032_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0032_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_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-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-01_task-social_acq-mb8_run-04_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-0032/ses-01/func/sub-0032_ses-01_task-social_acq-mb8_run-04_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>e31e2c8224b2d78acf51ef08a7de8308</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:24:53.217500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99916, 0.037949, -0.0154846, -0.0392571, 0.994662, -0.0954243]</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-04_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.100924</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7791, -7244, 580, -57, -265, 47, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.699</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d59f0540-ad0a-401d-9500-9346934fee4d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806724071502686, -0.10532385110855103, -0.03180789202451706, 116.67813873291016], [-0.10181448608636856, 2.6686062812805176, -0.259070485830307, -79.74855041503906], [-0.04154408723115921, 0.2560165226459503, 2.6873538494110107, -81.39044189453125], [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': ['152453.217500', '152453.677500', '152454.137500', '152454.597500', '152455.057500', '152455.517500', '152455.977500', '152456.437500', '152456.897500', '152457.357500', '152457.817500', '152458.277500', '152458.737500', '152459.197500', '152459.657500', '152500.117500', '152500.577500', '152501.037500', '152501.497500', '152501.957500', '152502.417500', '152502.877500', '152503.337500', '152503.797500', '152504.257500', '152504.717500', '152505.177500', '152505.637500', '152506.097500', '152506.557500', '152507.017500', '152507.477500', '152507.937500', '152508.397500', '152508.857500', '152509.317500', '152509.777500', '152510.237500', '152510.697500', '152511.157500', '152511.617500', '152512.077500', '152512.537500', '152512.997500', '152513.457500', '152513.917500', '152514.377500', '152514.837500', '152515.297500', '152515.757500', '152516.217500', '152516.677500', '152517.137500', '152517.597500', '152518.057500', '152518.517500', '152518.977500', '152519.437500', '152519.897500', '152520.357500', '152520.817500', '152521.277500', '152521.737500', '152522.197500', '152522.657500', '152523.117500', '152523.577500', '152524.037500', '152524.497500', '152524.957500', '152525.417500', '152525.877500', '152526.337500', '152526.797500', '152527.257500', '152527.717500', '152528.177500', '152528.637500', '152529.097500', '152529.557500', '152530.017500', '152530.477500', '152530.937500', '152531.397500', '152531.857500', '152532.317500', '152532.777500', '152533.237500', '152533.697500', '152534.157500', '152534.617500', '152535.077500', '152535.537500', '152535.997500', '152536.457500', '152536.917500', '152537.377500', '152537.837500', '152538.297500', '152538.757500', '152539.217500', '152539.677500', '152540.137500', '152540.597500', '152541.057500', '152541.517500', '152541.977500', '152542.437500', '152542.897500', '152543.357500', '152543.817500', '152544.277500', '152544.737500', '152545.197500', '152545.657500', '152546.117500', '152546.577500', '152547.037500', '152547.497500', '152547.957500', '152548.417500', '152548.877500', '152549.337500', '152549.797500', '152550.257500', '152550.717500', '152551.177500', '152551.637500', '152552.097500', '152552.557500', '152553.017500', '152553.477500', '152553.937500', '152554.397500', '152554.857500', '152555.317500', '152555.777500', '152556.237500', '152556.697500', '152557.157500', '152557.617500', '152558.077500', '152558.537500', '152558.997500', '152559.457500', '152559.917500', '152600.377500', '152600.837500', '152601.297500', '152601.757500', '152602.217500', '152602.677500', '152603.137500', '152603.597500', '152604.057500', '152604.517500', '152604.977500', '152605.437500', '152605.897500', '152606.357500', '152606.817500', '152607.277500', '152607.737500', '152608.197500', '152608.657500', '152609.117500', '152609.577500', '152610.037500', '152610.497500', '152610.957500', '152611.417500', '152611.877500', '152612.337500', '152612.797500', '152613.257500', '152613.717500', '152614.177500', '152614.637500', '152615.097500', '152615.557500', '152616.017500', '152616.477500', '152616.937500', '152617.397500', '152617.857500', '152618.317500', '152618.777500', '152619.237500', '152619.697500', '152620.157500', '152620.617500', '152621.077500', '152621.537500', '152621.997500', '152622.457500', '152622.917500', '152623.377500', '152623.837500', '152624.297500', '152624.757500', '152625.217500', '152625.677500', '152626.137500', '152626.597500', '152627.057500', '152627.517500', '152627.977500', '152628.437500', '152628.897500', '152629.357500', '152629.817500', '152630.277500', '152630.737500', '152631.197500', '152631.657500', '152632.117500', '152632.577500', '152633.037500', '152633.497500', '152633.957500', '152634.417500', '152634.877500', '152635.337500', '152635.797500', '152636.257500', '152636.717500', '152637.177500', '152637.637500', '152638.097500', '152638.557500', '152639.017500', '152639.477500', '152639.937500', '152640.397500', '152640.857500', '152641.317500', '152641.777500', '152642.237500', '152642.697500', '152643.157500', '152643.617500', '152644.077500', '152644.537500', '152644.997500', '152645.457500', '152645.917500', '152646.377500', '152646.837500', '152647.297500', '152647.757500', '152648.217500', '152648.677500', '152649.137500', '152649.597500', '152650.057500', '152650.517500', '152650.977500', '152651.437500', '152651.897500', '152652.357500', '152652.817500', '152653.277500', '152653.737500', '152654.197500', '152654.657500', '152655.117500', '152655.577500', '152656.037500', '152656.497500', '152656.957500', '152657.417500', '152657.877500', '152658.337500', '152658.797500', '152659.257500', '152659.717500', '152700.177500', '152700.637500', '152701.097500', '152701.557500', '152702.017500', '152702.477500', '152702.937500', '152703.397500', '152703.857500', '152704.317500', '152704.777500', '152705.237500', '152705.697500', '152706.157500', '152706.617500', '152707.077500', '152707.537500', '152707.997500', '152708.457500', '152708.917500', '152709.377500', '152709.837500', '152710.297500', '152710.757500', '152711.217500', '152711.677500', '152712.137500', '152712.597500', '152713.057500', '152713.517500', '152713.977500', '152714.437500', '152714.897500', '152715.357500', '152715.817500', '152716.277500', '152716.737500', '152717.197500', '152717.657500', '152718.117500', '152718.577500', '152719.037500', '152719.497500', '152719.957500', '152720.417500', '152720.877500', '152721.337500', '152721.797500', '152722.257500', '152722.717500', '152723.177500', '152723.637500', '152724.097500', '152724.557500', '152725.017500', '152725.477500', '152725.937500', '152726.397500', '152726.857500', '152727.317500', '152727.777500', '152728.237500', '152728.697500', '152729.157500', '152729.617500', '152730.077500', '152730.537500', '152730.997500', '152731.457500', '152731.917500', '152732.377500', '152732.837500', '152733.297500', '152733.757500', '152734.217500', '152734.677500', '152735.137500', '152735.597500', '152736.057500', '152736.517500', '152736.977500', '152737.437500', '152737.897500', '152738.357500', '152738.817500', '152739.277500', '152739.737500', '152740.197500', '152740.657500', '152741.117500', '152741.577500', '152742.037500', '152742.497500', '152742.957500', '152743.417500', '152743.877500', '152744.337500', '152744.797500', '152745.257500', '152745.717500', '152746.177500', '152746.637500', '152747.097500', '152747.557500', '152748.017500', '152748.477500', '152748.937500', '152749.397500', '152749.857500', '152750.317500', '152750.777500', '152751.237500', '152751.697500', '152752.157500', '152752.617500', '152753.077500', '152753.537500', '152753.997500', '152754.457500', '152754.917500', '152755.377500', '152755.837500', '152756.297500', '152756.757500', '152757.217500', '152757.677500', '152758.137500', '152758.597500', '152759.057500', '152759.517500', '152759.977500', '152800.437500', '152800.897500', '152801.357500', '152801.817500', '152802.277500', '152802.737500', '152803.197500', '152803.657500', '152804.117500', '152804.577500', '152805.037500', '152805.497500', '152805.957500', '152806.417500', '152806.877500', '152807.337500', '152807.797500', '152808.257500', '152808.717500', '152809.177500', '152809.637500', '152810.097500', '152810.557500', '152811.017500', '152811.477500', '152811.937500', '152812.397500', '152812.857500', '152813.317500', '152813.777500', '152814.237500', '152814.697500', '152815.157500', '152815.617500', '152816.077500', '152816.537500', '152816.997500', '152817.457500', '152817.917500', '152818.377500', '152818.837500', '152819.297500', '152819.757500', '152820.217500', '152820.677500', '152821.137500', '152821.597500', '152822.057500', '152822.517500', '152822.977500', '152823.437500', '152823.897500', '152824.357500', '152824.817500', '152825.277500', '152825.737500', '152826.197500', '152826.657500', '152827.117500', '152827.577500', '152828.037500', '152828.497500', '152828.957500', '152829.417500', '152829.877500', '152830.337500', '152830.797500', '152831.257500', '152831.717500', '152832.177500', '152832.637500', '152833.097500', '152833.557500', '152834.017500', '152834.477500', '152834.937500', '152835.397500', '152835.857500', '152836.317500', '152836.777500', '152837.237500', '152837.697500', '152838.157500', '152838.617500', '152839.077500', '152839.537500', '152839.997500', '152840.457500', '152840.917500', '152841.377500', '152841.837500', '152842.297500', '152842.757500', '152843.217500', '152843.677500', '152844.137500', '152844.597500', '152845.057500', '152845.517500', '152845.977500', '152846.437500', '152846.897500', '152847.357500', '152847.817500', '152848.277500', '152848.737500', '152849.197500', '152849.657500', '152850.117500', '152850.577500', '152851.037500', '152851.497500', '152851.957500', '152852.417500', '152852.877500', '152853.337500', '152853.797500', '152854.257500', '152854.717500', '152855.177500', '152855.637500', '152856.097500', '152856.557500', '152857.017500', '152857.477500', '152857.937500', '152858.397500', '152858.857500', '152859.317500', '152859.777500', '152900.237500', '152900.697500', '152901.157500', '152901.617500', '152902.077500', '152902.537500', '152902.997500', '152903.457500', '152903.917500', '152904.377500', '152904.837500', '152905.297500', '152905.757500', '152906.217500', '152906.677500', '152907.137500', '152907.597500', '152908.057500', '152908.517500', '152908.977500', '152909.437500', '152909.897500', '152910.357500', '152910.817500', '152911.277500', '152911.737500', '152912.197500', '152912.657500', '152913.117500', '152913.577500', '152914.037500', '152914.497500', '152914.957500', '152915.417500', '152915.877500', '152916.337500', '152916.797500', '152917.257500', '152917.717500', '152918.177500', '152918.637500', '152919.097500', '152919.557500', '152920.017500', '152920.477500', '152920.937500', '152921.397500', '152921.857500', '152922.317500', '152922.777500', '152923.237500', '152923.697500', '152924.157500', '152924.617500', '152925.077500', '152925.537500', '152925.997500', '152926.457500', '152926.917500', '152927.377500', '152927.837500', '152928.297500', '152928.757500', '152929.217500', '152929.677500', '152930.137500', '152930.597500', '152931.057500', '152931.517500', '152931.977500', '152932.437500', '152932.897500', '152933.357500', '152933.817500', '152934.277500', '152934.737500', '152935.197500', '152935.657500', '152936.117500', '152936.577500', '152937.037500', '152937.497500', '152937.957500', '152938.417500', '152938.877500', '152939.337500', '152939.797500', '152940.257500', '152940.717500', '152941.177500', '152941.637500', '152942.097500', '152942.557500', '152943.017500', '152943.477500', '152943.937500', '152944.397500', '152944.857500', '152945.317500', '152945.777500', '152946.237500', '152946.697500', '152947.157500', '152947.617500', '152948.077500', '152948.537500', '152948.997500', '152949.457500', '152949.917500', '152950.377500', '152950.837500', '152951.297500', '152951.757500', '152952.217500', '152952.677500', '152953.137500', '152953.597500', '152954.057500', '152954.517500', '152954.977500', '152955.437500', '152955.897500', '152956.357500', '152956.817500', '152957.277500', '152957.737500', '152958.197500', '152958.657500', '152959.117500', '152959.577500', '153000.037500', '153000.497500', '153000.957500', '153001.417500', '153001.877500', '153002.337500', '153002.797500', '153003.257500', '153003.717500', '153004.177500', '153004.637500', '153005.097500', '153005.557500', '153006.017500', '153006.477500', '153006.937500', '153007.397500', '153007.857500', '153008.317500', '153008.777500', '153009.237500', '153009.697500', '153010.157500', '153010.617500', '153011.077500', '153011.537500', '153011.997500', '153012.457500', '153012.917500', '153013.377500', '153013.837500', '153014.297500', '153014.757500', '153015.217500', '153015.677500', '153016.137500', '153016.597500', '153017.057500', '153017.517500', '153017.977500', '153018.437500', '153018.897500', '153019.357500', '153019.817500', '153020.277500', '153020.737500', '153021.197500', '153021.657500', '153022.117500', '153022.577500', '153023.037500', '153023.497500', '153023.957500', '153024.417500', '153024.877500', '153025.337500', '153025.797500', '153026.257500', '153026.717500', '153027.177500', '153027.637500', '153028.097500', '153028.557500', '153029.017500', '153029.477500', '153029.937500', '153030.397500', '153030.857500', '153031.317500', '153031.777500', '153032.237500', '153032.697500', '153033.157500', '153033.617500', '153034.077500', '153034.537500', '153034.997500', '153035.457500', '153035.917500', '153036.377500', '153036.837500', '153037.297500', '153037.757500', '153038.217500', '153038.677500', '153039.137500', '153039.597500', '153040.057500', '153040.517500', '153040.977500', '153041.437500', '153041.897500', '153042.357500', '153042.817500', '153043.277500', '153043.737500', '153044.197500', '153044.657500', '153045.117500', '153045.577500', '153046.037500', '153046.497500', '153046.957500', '153047.417500', '153047.877500', '153048.337500', '153048.797500', '153049.257500', '153049.717500', '153050.177500', '153050.637500', '153051.097500', '153051.557500', '153052.017500', '153052.477500', '153052.937500', '153053.397500', '153053.857500', '153054.317500', '153054.777500', '153055.237500', '153055.697500', '153056.157500', '153056.617500', '153057.077500', '153057.537500', '153057.997500', '153058.457500', '153058.917500', '153059.377500', '153059.837500', '153100.297500', '153100.757500', '153101.217500', '153101.677500', '153102.137500', '153102.597500', '153103.057500', '153103.517500', '153103.977500', '153104.437500', '153104.897500', '153105.357500', '153105.817500', '153106.277500', '153106.737500', '153107.197500', '153107.657500', '153108.117500', '153108.577500', '153109.037500', '153109.497500', '153109.957500', '153110.417500', '153110.877500', '153111.337500', '153111.797500', '153112.257500', '153112.717500', '153113.177500', '153113.637500', '153114.097500', '153114.557500', '153115.017500', '153115.477500', '153115.937500', '153116.397500', '153116.857500', '153117.317500', '153117.777500', '153118.237500', '153118.697500', '153119.157500', '153119.617500', '153120.077500', '153120.537500', '153120.997500', '153121.457500', '153121.917500', '153122.377500', '153122.837500', '153123.297500', '153123.757500', '153124.217500', '153124.677500', '153125.137500', '153125.597500', '153126.057500', '153126.517500', '153126.977500', '153127.437500', '153127.897500', '153128.357500', '153128.817500', '153129.277500', '153129.737500', '153130.197500', '153130.657500', '153131.117500', '153131.577500', '153132.037500', '153132.497500', '153132.957500', '153133.417500', '153133.877500'], 'ContentTime': ['152506.205000', '152506.210000', '152506.213000', '152506.216000', '152506.219000', '152506.222000', '152506.225000', '152506.228000', '152506.231000', '152506.234000', '152506.237000', '152506.249000', '152506.252000', '152506.255000', '152506.258000', '152506.261000', '152506.264000', '152506.267000', '152506.271000', '152506.274000', '152506.277000', '152506.280000', '152506.283000', '152506.285000', '152506.288000', '152506.291000', '152506.294000', '152526.172000', '152526.175000', '152526.178000', '152526.181000', '152526.183000', '152526.186000', '152526.189000', '152526.192000', '152526.195000', '152526.197000', '152526.200000', '152526.203000', '152526.206000', '152526.209000', '152526.213000', '152526.216000', '152526.219000', '152526.222000', '152526.225000', '152526.227000', '152526.230000', '152526.233000', '152526.236000', '152526.239000', '152526.241000', '152526.244000', '152526.247000', '152526.250000', '152526.253000', '152526.256000', '152526.259000', '152526.262000', '152526.265000', '152526.268000', '152526.271000', '152526.274000', '152526.277000', '152526.279000', '152526.289000', '152526.291000', '152526.294000', '152526.297000', '152526.300000', '152526.303000', '152546.172000', '152546.213000', '152546.216000', '152546.219000', '152546.222000', '152546.224000', '152546.227000', '152546.231000', '152546.239000', '152546.242000', '152546.245000', '152546.248000', '152546.251000', '152546.253000', '152546.256000', '152546.259000', '152546.262000', '152546.265000', '152546.268000', '152546.270000', '152546.273000', '152546.276000', '152546.279000', '152546.282000', '152546.285000', '152546.288000', '152546.291000', '152546.314000', '152546.316000', '152546.319000', '152546.322000', '152546.325000', '152546.328000', '152546.331000', '152546.333000', '152546.336000', '152546.339000', '152546.342000', '152546.345000', '152546.347000', '152546.350000', '152546.353000', '152546.356000', '152606.172000', '152606.241000', '152606.244000', '152606.247000', '152606.250000', '152606.253000', '152606.256000', '152606.258000', '152606.261000', '152606.264000', '152606.267000', '152606.270000', '152606.273000', '152606.276000', '152606.279000', '152606.282000', '152606.285000', '152606.288000', '152606.291000', '152606.293000', '152606.296000', '152606.299000', '152606.302000', '152606.305000', '152606.308000', '152606.311000', '152606.314000', '152606.317000', '152606.319000', '152606.322000', '152606.325000', '152606.328000', '152606.331000', '152606.334000', '152606.337000', '152606.339000', '152606.342000', '152606.345000', '152606.348000', '152606.351000', '152606.354000', '152606.357000', '152606.360000', '152606.363000', '152626.172000', '152626.175000', '152626.178000', '152626.181000', '152626.184000', '152626.187000', '152626.205000', '152626.208000', '152626.211000', '152626.213000', '152626.216000', '152626.227000', '152626.230000', '152626.233000', '152626.236000', '152626.239000', '152626.242000', '152626.245000', '152626.247000', '152626.250000', '152626.253000', '152626.256000', '152626.259000', '152626.262000', '152626.265000', '152626.268000', '152626.272000', '152626.276000', '152626.279000', '152626.282000', '152626.284000', '152626.287000', '152626.290000', '152626.293000', '152626.296000', '152626.299000', '152626.302000', '152626.305000', '152626.308000', '152626.311000', '152626.314000', '152626.317000', '152626.320000', '152646.172000', '152646.175000', '152646.178000', '152646.181000', '152646.184000', '152646.187000', '152646.190000', '152646.193000', '152646.196000', '152646.199000', '152646.202000', '152646.205000', '152646.208000', '152646.210000', '152646.213000', '152646.216000', '152646.219000', '152646.222000', '152646.225000', '152646.228000', '152646.231000', '152646.234000', '152646.236000', '152646.239000', '152646.242000', '152646.245000', '152646.254000', '152646.257000', '152646.260000', '152646.263000', '152646.266000', '152646.269000', '152646.272000', '152646.275000', '152646.277000', '152646.280000', '152646.283000', '152646.286000', '152646.289000', '152646.292000', '152646.295000', '152646.298000', '152646.301000', '152646.304000', '152706.172000', '152706.175000', '152706.178000', '152706.181000', '152706.184000', '152706.187000', '152706.190000', '152706.193000', '152706.196000', '152706.199000', '152706.201000', '152706.204000', '152706.207000', '152706.210000', '152706.214000', '152706.218000', '152706.221000', '152706.223000', '152706.226000', '152706.229000', '152706.232000', '152706.235000', '152706.238000', '152706.241000', '152706.244000', '152706.247000', '152706.250000', '152706.253000', '152706.256000', '152706.259000', '152706.262000', '152706.264000', '152706.267000', '152706.270000', '152706.274000', '152706.277000', '152706.281000', '152706.284000', '152706.287000', '152706.290000', '152706.293000', '152706.296000', '152706.299000', '152726.172000', '152726.175000', '152726.178000', '152726.181000', '152726.184000', '152726.187000', '152726.190000', '152726.193000', '152726.196000', '152726.199000', '152726.202000', '152726.205000', '152726.208000', '152726.211000', '152726.213000', '152726.216000', '152726.219000', '152726.222000', '152726.225000', '152726.228000', '152726.231000', '152726.234000', '152726.237000', '152726.241000', '152726.245000', '152726.248000', '152726.251000', '152726.254000', '152726.257000', '152726.260000', '152726.263000', '152726.266000', '152726.269000', '152726.272000', '152726.275000', '152726.277000', '152726.280000', '152726.283000', '152726.286000', '152726.289000', '152726.292000', '152726.295000', '152726.298000', '152726.301000', '152746.172000', '152746.176000', '152746.179000', '152746.183000', '152746.186000', '152746.189000', '152746.192000', '152746.195000', '152746.198000', '152746.201000', '152746.204000', '152746.207000', '152746.210000', '152746.213000', '152746.216000', '152746.219000', '152746.222000', '152746.224000', '152746.227000', '152746.230000', '152746.233000', '152746.236000', '152746.239000', '152746.242000', '152746.245000', '152746.248000', '152746.251000', '152746.254000', '152746.257000', '152746.260000', '152746.263000', '152746.266000', '152746.269000', '152746.272000', '152746.274000', '152746.277000', '152746.281000', '152746.284000', '152746.287000', '152746.290000', '152746.293000', '152746.295000', '152746.298000', '152806.172000', '152806.175000', '152806.178000', '152806.181000', '152806.184000', '152806.186000', '152806.189000', '152806.201000', '152806.204000', '152806.207000', '152806.210000', '152806.213000', '152806.216000', '152806.219000', '152806.222000', '152806.225000', '152806.228000', '152806.231000', '152806.233000', '152806.236000', '152806.239000', '152806.242000', '152806.245000', '152806.248000', '152806.251000', '152806.253000', '152806.256000', '152806.259000', '152806.262000', '152806.265000', '152806.268000', '152806.271000', '152806.274000', '152806.277000', '152806.279000', '152806.282000', '152806.286000', '152806.289000', '152806.292000', '152806.294000', '152806.297000', '152806.300000', '152806.303000', '152806.306000', '152826.172000', '152826.201000', '152826.204000', '152826.207000', '152826.210000', '152826.213000', '152826.216000', '152826.219000', '152826.222000', '152826.224000', '152826.227000', '152826.230000', '152826.233000', '152826.236000', '152826.239000', '152826.242000', '152826.245000', '152826.247000', '152826.251000', '152826.256000', '152826.259000', '152826.262000', '152826.265000', '152826.268000', '152826.271000', '152826.274000', '152826.277000', '152826.280000', '152826.283000', '152826.286000', '152826.288000', '152826.291000', '152826.294000', '152826.297000', '152826.300000', '152826.303000', '152826.308000', '152826.312000', '152826.315000', '152826.318000', '152826.321000', '152826.324000', '152826.327000', '152846.172000', '152846.175000', '152846.178000', '152846.181000', '152846.184000', '152846.187000', '152846.190000', '152846.193000', '152846.196000', '152846.198000', '152846.201000', '152846.204000', '152846.207000', '152846.210000', '152846.213000', '152846.216000', '152846.219000', '152846.222000', '152846.224000', '152846.227000', '152846.230000', '152846.233000', '152846.236000', '152846.239000', '152846.242000', '152846.245000', '152846.247000', '152846.250000', '152846.253000', '152846.256000', '152846.259000', '152846.262000', '152846.265000', '152846.268000', '152846.271000', '152846.274000', '152846.277000', '152846.280000', '152846.283000', '152846.285000', '152846.288000', '152846.291000', '152846.294000', '152846.297000', '152906.172000', '152906.214000', '152906.217000', '152906.219000', '152906.222000', '152906.226000', '152906.228000', '152906.231000', '152906.234000', '152906.237000', '152906.240000', '152906.243000', '152906.246000', '152906.248000', '152906.251000', '152906.254000', '152906.257000', '152906.260000', '152906.263000', '152906.266000', '152906.269000', '152906.272000', '152906.275000', '152906.277000', '152906.280000', '152906.283000', '152906.286000', '152906.289000', '152906.292000', '152906.295000', '152906.297000', '152906.300000', '152906.303000', '152906.306000', '152906.309000', '152906.312000', '152906.315000', '152906.318000', '152906.321000', '152906.323000', '152906.326000', '152906.330000', '152906.333000', '152926.172000', '152926.212000', '152926.215000', '152926.218000', '152926.221000', '152926.224000', '152926.227000', '152926.230000', '152926.233000', '152926.235000', '152926.238000', '152926.241000', '152926.244000', '152926.247000', '152926.250000', '152926.253000', '152926.256000', '152926.259000', '152926.262000', '152926.264000', '152926.267000', '152926.270000', '152926.274000', '152926.277000', '152926.286000', '152926.289000', '152926.291000', '152926.294000', '152926.297000', '152926.300000', '152926.303000', '152926.306000', '152926.319000', '152926.322000', '152926.324000', '152926.327000', '152926.330000', '152926.333000', '152926.336000', '152926.339000', '152926.342000', '152926.345000', '152926.347000', '152926.350000', '152946.172000', '152946.201000', '152946.204000', '152946.207000', '152946.210000', '152946.212000', '152946.215000', '152946.218000', '152946.221000', '152946.224000', '152946.227000', '152946.230000', '152946.233000', '152946.235000', '152946.238000', '152946.241000', '152946.244000', '152946.247000', '152946.250000', '152946.253000', '152946.256000', '152946.259000', '152946.262000', '152946.265000', '152946.268000', '152946.270000', '152946.273000', '152946.276000', '152946.279000', '152946.282000', '152946.285000', '152946.288000', '152946.292000', '152946.295000', '152946.298000', '152946.301000', '152946.303000', '152946.306000', '152946.309000', '152946.312000', '152946.315000', '152946.318000', '152946.321000', '153006.172000', '153006.253000', '153006.256000', '153006.259000', '153006.262000', '153006.265000', '153006.268000', '153006.271000', '153006.274000', '153006.276000', '153006.279000', '153006.282000', '153006.285000', '153006.288000', '153006.291000', '153006.294000', '153006.297000', '153006.300000', '153006.303000', '153006.305000', '153006.308000', '153006.311000', '153006.314000', '153006.317000', '153006.320000', '153006.323000', '153006.325000', '153006.328000', '153006.331000', '153006.334000', '153006.337000', '153006.340000', '153006.343000', '153006.346000', '153006.349000', '153006.351000', '153006.354000', '153006.357000', '153006.360000', '153006.363000', '153006.366000', '153006.369000', '153006.371000', '153006.374000', '153026.172000', '153026.199000', '153026.202000', '153026.205000', '153026.208000', '153026.210000', '153026.213000', '153026.216000', '153026.219000', '153026.222000', '153026.225000', '153026.228000', '153026.231000', '153026.233000', '153026.236000', '153026.239000', '153026.242000', '153026.245000', '153026.248000', '153026.251000', '153026.254000', '153026.257000', '153026.260000', '153026.262000', '153026.265000', '153026.268000', '153026.271000', '153026.274000', '153026.277000', '153026.280000', '153026.283000', '153026.286000', '153026.289000', '153026.292000', '153026.295000', '153026.298000', '153026.301000', '153026.304000', '153026.307000', '153026.309000', '153026.312000', '153026.315000', '153026.318000', '153046.172000', '153046.211000', '153046.214000', '153046.216000', '153046.219000', '153046.222000', '153046.225000', '153046.228000', '153046.231000', '153046.234000', '153046.236000', '153046.239000', '153046.242000', '153046.245000', '153046.248000', '153046.251000', '153046.254000', '153046.257000', '153046.260000', '153046.263000', '153046.265000', '153046.268000', '153046.271000', '153046.274000', '153046.277000', '153046.280000', '153046.283000', '153046.286000', '153046.289000', '153046.291000', '153046.294000', '153046.297000', '153046.300000', '153046.303000', '153046.306000', '153046.309000', '153046.312000', '153046.315000', '153046.319000', '153046.322000', '153046.325000', '153046.339000', '153046.342000', '153106.172000', '153106.208000', '153106.211000', '153106.214000', '153106.216000', '153106.219000', '153106.222000', '153106.225000', '153106.228000', '153106.231000', '153106.234000', '153106.237000', '153106.239000', '153106.242000', '153106.245000', '153106.248000', '153106.251000', '153106.254000', '153106.257000', '153106.260000', '153106.262000', '153106.265000', '153106.268000', '153106.271000', '153106.274000', '153106.277000', '153106.280000', '153106.283000', '153106.286000', '153106.289000', '153106.292000', '153106.294000', '153106.297000', '153106.300000', '153106.303000', '153106.306000', '153106.309000', '153106.312000', '153106.315000', '153106.317000', '153106.320000', '153106.323000', '153106.326000', '153106.330000', '153126.172000', '153126.230000', '153126.233000', '153126.236000', '153126.239000', '153126.241000', '153126.244000', '153126.247000', '153126.250000', '153126.253000', '153126.256000', '153126.259000', '153126.262000', '153126.265000', '153126.267000', '153126.270000', '153126.281000', '153126.283000', '153126.286000', '153126.289000', '153126.292000', '153126.296000', '153126.299000', '153126.302000', '153126.305000', '153126.308000', '153126.311000', '153126.314000', '153126.317000', '153126.320000', '153126.323000', '153126.326000', '153126.329000', '153126.332000', '153126.334000', '153126.337000', '153126.340000', '153126.343000', '153126.346000', '153126.349000', '153126.352000', '153126.355000', '153126.357000', '153134.506000', '153134.510000', '153134.513000', '153134.516000', '153134.519000', '153134.522000', '153134.525000', '153134.528000', '153134.531000', '153134.534000', '153134.537000', '153134.540000', '153134.543000', '153134.546000', '153134.549000', '153134.552000', '153134.555000', '153134.558000', '153134.561000'], 'InstanceCreationTime': ['152506.205000', '152506.210000', '152506.213000', '152506.216000', '152506.219000', '152506.222000', '152506.225000', '152506.228000', '152506.231000', '152506.234000', '152506.237000', '152506.249000', '152506.252000', '152506.255000', '152506.258000', '152506.261000', '152506.264000', '152506.267000', '152506.271000', '152506.274000', '152506.277000', '152506.280000', '152506.283000', '152506.285000', '152506.288000', '152506.291000', '152506.294000', '152526.172000', '152526.175000', '152526.178000', '152526.181000', '152526.183000', '152526.186000', '152526.189000', '152526.192000', '152526.195000', '152526.197000', '152526.200000', '152526.203000', '152526.206000', '152526.209000', '152526.213000', '152526.216000', '152526.219000', '152526.222000', '152526.225000', '152526.227000', '152526.230000', '152526.233000', '152526.236000', '152526.239000', '152526.241000', '152526.244000', '152526.247000', '152526.250000', '152526.253000', '152526.256000', '152526.259000', '152526.262000', '152526.265000', '152526.268000', '152526.271000', '152526.274000', '152526.277000', '152526.279000', '152526.289000', '152526.291000', '152526.294000', '152526.297000', '152526.300000', '152526.303000', '152546.172000', '152546.213000', '152546.216000', '152546.219000', '152546.222000', '152546.224000', '152546.227000', '152546.231000', '152546.239000', '152546.242000', '152546.245000', '152546.248000', '152546.251000', '152546.253000', '152546.256000', '152546.259000', '152546.262000', '152546.265000', '152546.268000', '152546.270000', '152546.273000', '152546.276000', '152546.279000', '152546.282000', '152546.285000', '152546.288000', '152546.291000', '152546.314000', '152546.316000', '152546.319000', '152546.322000', '152546.325000', '152546.328000', '152546.331000', '152546.333000', '152546.336000', '152546.339000', '152546.342000', '152546.345000', '152546.347000', '152546.350000', '152546.353000', '152546.356000', '152606.172000', '152606.241000', '152606.244000', '152606.247000', '152606.250000', '152606.253000', '152606.256000', '152606.258000', '152606.261000', '152606.264000', '152606.267000', '152606.270000', '152606.273000', '152606.276000', '152606.279000', '152606.282000', '152606.285000', '152606.288000', '152606.291000', '152606.293000', '152606.296000', '152606.299000', '152606.302000', '152606.305000', '152606.308000', '152606.311000', '152606.314000', '152606.317000', '152606.319000', '152606.322000', '152606.325000', '152606.328000', '152606.331000', '152606.334000', '152606.337000', '152606.339000', '152606.342000', '152606.345000', '152606.348000', '152606.351000', '152606.354000', '152606.357000', '152606.360000', '152606.363000', '152626.172000', '152626.175000', '152626.178000', '152626.181000', '152626.184000', '152626.187000', '152626.205000', '152626.208000', '152626.211000', '152626.213000', '152626.216000', '152626.227000', '152626.230000', '152626.233000', '152626.236000', '152626.239000', '152626.242000', '152626.245000', '152626.247000', '152626.250000', '152626.253000', '152626.256000', '152626.259000', '152626.262000', '152626.265000', '152626.268000', '152626.272000', '152626.276000', '152626.279000', '152626.282000', '152626.284000', '152626.287000', '152626.290000', '152626.293000', '152626.296000', '152626.299000', '152626.302000', '152626.305000', '152626.308000', '152626.311000', '152626.314000', '152626.317000', '152626.320000', '152646.172000', '152646.175000', '152646.178000', '152646.181000', '152646.184000', '152646.187000', '152646.190000', '152646.193000', '152646.196000', '152646.199000', '152646.202000', '152646.205000', '152646.208000', '152646.210000', '152646.213000', '152646.216000', '152646.219000', '152646.222000', '152646.225000', '152646.228000', '152646.231000', '152646.234000', '152646.236000', '152646.239000', '152646.242000', '152646.245000', '152646.254000', '152646.257000', '152646.260000', '152646.263000', '152646.266000', '152646.269000', '152646.272000', '152646.275000', '152646.277000', '152646.280000', '152646.283000', '152646.286000', '152646.289000', '152646.292000', '152646.295000', '152646.298000', '152646.301000', '152646.304000', '152706.172000', '152706.175000', '152706.178000', '152706.181000', '152706.184000', '152706.187000', '152706.190000', '152706.193000', '152706.196000', '152706.199000', '152706.201000', '152706.204000', '152706.207000', '152706.210000', '152706.214000', '152706.218000', '152706.221000', '152706.223000', '152706.226000', '152706.229000', '152706.232000', '152706.235000', '152706.238000', '152706.241000', '152706.244000', '152706.247000', '152706.250000', '152706.253000', '152706.256000', '152706.259000', '152706.262000', '152706.264000', '152706.267000', '152706.270000', '152706.274000', '152706.277000', '152706.281000', '152706.284000', '152706.287000', '152706.290000', '152706.293000', '152706.296000', '152706.299000', '152726.172000', '152726.175000', '152726.178000', '152726.181000', '152726.184000', '152726.187000', '152726.190000', '152726.193000', '152726.196000', '152726.199000', '152726.202000', '152726.205000', '152726.208000', '152726.211000', '152726.213000', '152726.216000', '152726.219000', '152726.222000', '152726.225000', '152726.228000', '152726.231000', '152726.234000', '152726.237000', '152726.241000', '152726.245000', '152726.248000', '152726.251000', '152726.254000', '152726.257000', '152726.260000', '152726.263000', '152726.266000', '152726.269000', '152726.272000', '152726.275000', '152726.277000', '152726.280000', '152726.283000', '152726.286000', '152726.289000', '152726.292000', '152726.295000', '152726.298000', '152726.301000', '152746.172000', '152746.176000', '152746.179000', '152746.183000', '152746.186000', '152746.189000', '152746.192000', '152746.195000', '152746.198000', '152746.201000', '152746.204000', '152746.207000', '152746.210000', '152746.213000', '152746.216000', '152746.219000', '152746.222000', '152746.224000', '152746.227000', '152746.230000', '152746.233000', '152746.236000', '152746.239000', '152746.242000', '152746.245000', '152746.248000', '152746.251000', '152746.254000', '152746.257000', '152746.260000', '152746.263000', '152746.266000', '152746.269000', '152746.272000', '152746.274000', '152746.277000', '152746.281000', '152746.284000', '152746.287000', '152746.290000', '152746.293000', '152746.295000', '152746.298000', '152806.172000', '152806.175000', '152806.178000', '152806.181000', '152806.184000', '152806.186000', '152806.189000', '152806.201000', '152806.204000', '152806.207000', '152806.210000', '152806.213000', '152806.216000', '152806.219000', '152806.222000', '152806.225000', '152806.228000', '152806.231000', '152806.233000', '152806.236000', '152806.239000', '152806.242000', '152806.245000', '152806.248000', '152806.251000', '152806.253000', '152806.256000', '152806.259000', '152806.262000', '152806.265000', '152806.268000', '152806.271000', '152806.274000', '152806.277000', '152806.279000', '152806.282000', '152806.286000', '152806.289000', '152806.292000', '152806.294000', '152806.297000', '152806.300000', '152806.303000', '152806.306000', '152826.172000', '152826.201000', '152826.204000', '152826.207000', '152826.210000', '152826.213000', '152826.216000', '152826.219000', '152826.222000', '152826.224000', '152826.227000', '152826.230000', '152826.233000', '152826.236000', '152826.239000', '152826.242000', '152826.245000', '152826.247000', '152826.251000', '152826.256000', '152826.259000', '152826.262000', '152826.265000', '152826.268000', '152826.271000', '152826.274000', '152826.277000', '152826.280000', '152826.283000', '152826.286000', '152826.288000', '152826.291000', '152826.294000', '152826.297000', '152826.300000', '152826.303000', '152826.308000', '152826.312000', '152826.315000', '152826.318000', '152826.321000', '152826.324000', '152826.327000', '152846.172000', '152846.175000', '152846.178000', '152846.181000', '152846.184000', '152846.187000', '152846.190000', '152846.193000', '152846.196000', '152846.198000', '152846.201000', '152846.204000', '152846.207000', '152846.210000', '152846.213000', '152846.216000', '152846.219000', '152846.222000', '152846.224000', '152846.227000', '152846.230000', '152846.233000', '152846.236000', '152846.239000', '152846.242000', '152846.245000', '152846.247000', '152846.250000', '152846.253000', '152846.256000', '152846.259000', '152846.262000', '152846.265000', '152846.268000', '152846.271000', '152846.274000', '152846.277000', '152846.280000', '152846.283000', '152846.285000', '152846.288000', '152846.291000', '152846.294000', '152846.297000', '152906.172000', '152906.214000', '152906.217000', '152906.219000', '152906.222000', '152906.226000', '152906.228000', '152906.231000', '152906.234000', '152906.237000', '152906.240000', '152906.243000', '152906.246000', '152906.248000', '152906.251000', '152906.254000', '152906.257000', '152906.260000', '152906.263000', '152906.266000', '152906.269000', '152906.272000', '152906.275000', '152906.277000', '152906.280000', '152906.283000', '152906.286000', '152906.289000', '152906.292000', '152906.295000', '152906.297000', '152906.300000', '152906.303000', '152906.306000', '152906.309000', '152906.312000', '152906.315000', '152906.318000', '152906.321000', '152906.323000', '152906.326000', '152906.330000', '152906.333000', '152926.172000', '152926.212000', '152926.215000', '152926.218000', '152926.221000', '152926.224000', '152926.227000', '152926.230000', '152926.233000', '152926.235000', '152926.238000', '152926.241000', '152926.244000', '152926.247000', '152926.250000', '152926.253000', '152926.256000', '152926.259000', '152926.262000', '152926.264000', '152926.267000', '152926.270000', '152926.274000', '152926.277000', '152926.286000', '152926.289000', '152926.291000', '152926.294000', '152926.297000', '152926.300000', '152926.303000', '152926.306000', '152926.319000', '152926.322000', '152926.324000', '152926.327000', '152926.330000', '152926.333000', '152926.336000', '152926.339000', '152926.342000', '152926.345000', '152926.347000', '152926.350000', '152946.172000', '152946.201000', '152946.204000', '152946.207000', '152946.210000', '152946.212000', '152946.215000', '152946.218000', '152946.221000', '152946.224000', '152946.227000', '152946.230000', '152946.233000', '152946.235000', '152946.238000', '152946.241000', '152946.244000', '152946.247000', '152946.250000', '152946.253000', '152946.256000', '152946.259000', '152946.262000', '152946.265000', '152946.268000', '152946.270000', '152946.273000', '152946.276000', '152946.279000', '152946.282000', '152946.285000', '152946.288000', '152946.292000', '152946.295000', '152946.298000', '152946.301000', '152946.303000', '152946.306000', '152946.309000', '152946.312000', '152946.315000', '152946.318000', '152946.321000', '153006.172000', '153006.253000', '153006.256000', '153006.259000', '153006.262000', '153006.265000', '153006.268000', '153006.271000', '153006.274000', '153006.276000', '153006.279000', '153006.282000', '153006.285000', '153006.288000', '153006.291000', '153006.294000', '153006.297000', '153006.300000', '153006.303000', '153006.305000', '153006.308000', '153006.311000', '153006.314000', '153006.317000', '153006.320000', '153006.323000', '153006.325000', '153006.328000', '153006.331000', '153006.334000', '153006.337000', '153006.340000', '153006.343000', '153006.346000', '153006.349000', '153006.351000', '153006.354000', '153006.357000', '153006.360000', '153006.363000', '153006.366000', '153006.369000', '153006.371000', '153006.374000', '153026.172000', '153026.199000', '153026.202000', '153026.205000', '153026.208000', '153026.210000', '153026.213000', '153026.216000', '153026.219000', '153026.222000', '153026.225000', '153026.228000', '153026.231000', '153026.233000', '153026.236000', '153026.239000', '153026.242000', '153026.245000', '153026.248000', '153026.251000', '153026.254000', '153026.257000', '153026.260000', '153026.262000', '153026.265000', '153026.268000', '153026.271000', '153026.274000', '153026.277000', '153026.280000', '153026.283000', '153026.286000', '153026.289000', '153026.292000', '153026.295000', '153026.298000', '153026.301000', '153026.304000', '153026.307000', '153026.309000', '153026.312000', '153026.315000', '153026.318000', '153046.172000', '153046.211000', '153046.214000', '153046.216000', '153046.219000', '153046.222000', '153046.225000', '153046.228000', '153046.231000', '153046.234000', '153046.236000', '153046.239000', '153046.242000', '153046.245000', '153046.248000', '153046.251000', '153046.254000', '153046.257000', '153046.260000', '153046.263000', '153046.265000', '153046.268000', '153046.271000', '153046.274000', '153046.277000', '153046.280000', '153046.283000', '153046.286000', '153046.289000', '153046.291000', '153046.294000', '153046.297000', '153046.300000', '153046.303000', '153046.306000', '153046.309000', '153046.312000', '153046.315000', '153046.319000', '153046.322000', '153046.325000', '153046.339000', '153046.342000', '153106.172000', '153106.208000', '153106.211000', '153106.214000', '153106.216000', '153106.219000', '153106.222000', '153106.225000', '153106.228000', '153106.231000', '153106.234000', '153106.237000', '153106.239000', '153106.242000', '153106.245000', '153106.248000', '153106.251000', '153106.254000', '153106.257000', '153106.260000', '153106.262000', '153106.265000', '153106.268000', '153106.271000', '153106.274000', '153106.277000', '153106.280000', '153106.283000', '153106.286000', '153106.289000', '153106.292000', '153106.294000', '153106.297000', '153106.300000', '153106.303000', '153106.306000', '153106.309000', '153106.312000', '153106.315000', '153106.317000', '153106.320000', '153106.323000', '153106.326000', '153106.330000', '153126.172000', '153126.230000', '153126.233000', '153126.236000', '153126.239000', '153126.241000', '153126.244000', '153126.247000', '153126.250000', '153126.253000', '153126.256000', '153126.259000', '153126.262000', '153126.265000', '153126.267000', '153126.270000', '153126.281000', '153126.283000', '153126.286000', '153126.289000', '153126.292000', '153126.296000', '153126.299000', '153126.302000', '153126.305000', '153126.308000', '153126.311000', '153126.314000', '153126.317000', '153126.320000', '153126.323000', '153126.326000', '153126.329000', '153126.332000', '153126.334000', '153126.337000', '153126.340000', '153126.343000', '153126.346000', '153126.349000', '153126.352000', '153126.355000', '153126.357000', '153134.506000', '153134.510000', '153134.513000', '153134.516000', '153134.519000', '153134.522000', '153134.525000', '153134.528000', '153134.531000', '153134.534000', '153134.537000', '153134.540000', '153134.543000', '153134.546000', '153134.549000', '153134.552000', '153134.555000', '153134.558000', '153134.561000'], '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': [11214, 10391, 7003, 12195, 8381, 8278, 9809, 7202, 11026, 10494, 6843, 9876, 6871, 7668, 9798, 7178, 11742, 7768, 6898, 10171, 7050, 7090, 9417, 6612, 8296, 9573, 6858, 10433, 7907, 6510, 10098, 7994, 6775, 9901, 8562, 6664, 11362, 8406, 7563, 10110, 7408, 12220, 8245, 7844, 10135, 6775, 10416, 7345, 6824, 8754, 6772, 10405, 8145, 6683, 7877, 7618, 6661, 7362, 8318, 6662, 7047, 10678, 7007, 10450, 9802, 7682, 11540, 9394, 7327, 12445, 8925, 7743, 12993, 11299, 7195, 10160, 7332, 8249, 8702, 6795, 10769, 8817, 7006, 9937, 7554, 6744, 8635, 8101, 6634, 8625, 9035, 6952, 7042, 8386, 6723, 10632, 8742, 7124, 10821, 7441, 7967, 10492, 6985, 7872, 8454, 6671, 6656, 9310, 6691, 10852, 10160, 7711, 12139, 7519, 6878, 9187, 6670, 9672, 8946, 6741, 8362, 8819, 6523, 6882, 7971, 6753, 7516, 8606, 6575, 11340, 7066, 6937, 11590, 7776, 6506, 8298, 7407, 7010, 7759, 9856, 8425, 6880, 10400, 8764, 6974, 7026, 9451, 7480, 8122, 10442, 7979, 10980, 9631, 7839, 8790, 8635, 7053, 8941, 7194, 8200, 9359, 7416, 11389, 7874, 10735, 9424, 7140, 10236, 6984, 7703, 8488, 6995, 9350, 9890, 7447, 7517, 8330, 7376, 10026, 7547, 7041, 8916, 7310, 8543, 10263, 7411, 10706, 7817, 8810, 9242, 7880, 11765, 8781, 7615, 9783, 7427, 8190, 10289, 7296, 9618, 7251, 9291, 8246, 7519, 9264, 7416, 9096, 8138, 7142, 9935, 7247, 8049, 8554, 7613, 9179, 8183, 7423, 9108, 8232, 6881, 8325, 9084, 7057, 7924, 10331, 7049, 11259, 8930, 7293, 10373, 7234, 8625, 9004, 7277, 9542, 9805, 7478, 8419, 8759, 6965, 7560, 8247, 6883, 7499, 8559, 7111, 10128, 8428, 7400, 10867, 7240, 10854, 10705, 7428, 10654, 7780, 8217, 9174, 7193, 11516, 9131, 7112, 8978, 7087, 8419, 9807, 6940, 9687, 7363, 7214, 8682, 7207, 8198, 9901, 7085, 11578, 8025, 7100, 9053, 7172, 9971, 8008, 7030, 10091, 7787, 6991, 9055, 7282, 9289, 10275, 7120, 10292, 7437, 7009, 9024, 7258, 7264, 8261, 7162, 10337, 8281, 7100, 8941, 7407, 8663, 8727, 7315, 11684, 8865, 6907, 10019, 7179, 7138, 10134, 7735, 7147, 9996, 7219, 7260, 9003, 6938, 10863, 8869, 7276, 10301, 7865, 9087, 9613, 7096, 10806, 7894, 7209, 9284, 7179, 7872, 9395, 7081, 11075, 7008, 9313, 9377, 7078, 11699, 7609, 6974, 8916, 7053, 8299, 8892, 7174, 10866, 7252, 7247, 8880, 7292, 11262, 8647, 7213, 10918, 7166, 7943, 9188, 7210, 11151, 7847, 7178, 9447, 7171, 7090, 8629, 7242, 7286, 9052, 7229, 6966, 8523, 6941, 8173, 8689, 7292, 9740, 9245, 7327, 11427, 7956, 7712, 9596, 7881, 10652, 9009, 6998, 9504, 7105, 7002, 8506, 7235, 7339, 8255, 6942, 7364, 9401, 6978, 11487, 7787, 9472, 10003, 7247, 10698, 9092, 7063, 9252, 7051, 8667, 9065, 7201, 7896, 9337, 7132, 9950, 7246, 9686, 8659, 7320, 10210, 7114, 6872, 8440, 7269, 10440, 8264, 7056, 11382, 7540, 7143, 8915, 7322, 11844, 9149, 7312, 10915, 7166, 7076, 9227, 7111, 8185, 8850, 7131, 7164, 8443, 7061, 10531, 7361, 9054, 9340, 7197, 10324, 8339, 7052, 9012, 7555, 7514, 9464, 7345, 7255, 8753, 7227, 11397, 7913, 12859, 9245, 10859, 11557, 7653, 10519, 7183, 8011, 7312, 7303, 8903, 7310, 10063, 7249, 10289, 6741, 7526, 7713, 7143, 9186, 7281, 10576, 7064, 10345, 7123, 8057, 6961, 7325, 8403, 7433, 10805, 7105, 7219, 7471, 7259, 9810, 7323, 11169, 7783, 7841, 9201, 7285, 10727, 7319, 7758, 10223, 7277, 11130, 7201, 8074, 8967, 7480, 9809, 7166, 7014, 8797, 7330, 9831, 7598, 7485, 10338, 7127, 8061, 8207, 7256, 10020, 7218, 7248, 8813, 7160, 7314, 8618, 7249, 7652, 9185, 7402, 11214, 7629, 7057, 9089, 7050, 8541, 9038, 7534, 10982, 7536, 9298, 9914, 7161, 10552, 7554, 7810, 10326, 7534, 10963, 7115, 7421, 10067, 7563, 10813, 7510, 7465, 8950, 7242, 8108, 9301, 7601, 10362, 7176, 7582, 9281, 7453, 9188, 8661, 7627, 10588, 7681, 10424, 8547, 7512, 9764, 7382, 10817, 7476, 8583, 8801, 7529, 10928, 7283, 7513, 8187, 7529, 10440, 7447, 8248, 8687, 7429, 9570, 7455, 8015, 9670, 7383, 11689, 7443, 12330, 7791, 7456, 9678, 7326, 7688, 7793, 7412, 9098, 7460, 10988, 7373, 7601, 9578, 7393, 10993, 7367, 9305, 9587, 7491, 10562, 7566, 7516, 8742, 7701, 8917, 7547, 7626, 9997, 7441, 11996, 8308, 9876, 9716, 7576, 11438, 7432, 10869, 7479, 7325, 9706, 7487, 10855, 7445, 7290, 8696, 7336, 7435, 9265, 7599, 7564, 7812, 7396, 8934, 7508, 11518, 7852, 10756, 10247, 7284, 11836, 8403, 7529, 10420, 7498, 11407, 7274, 7647, 9288, 7482, 10333, 7442, 8909, 10770, 7295, 10350, 7262, 7344, 9959, 7562, 11042, 7629, 7224, 9071, 7361, 7590, 8024, 7659, 10288, 7421, 7240, 8925, 7341, 10997, 8144, 9032, 10659, 7389, 9410, 10088, 7450, 10565, 7490, 7550, 10987, 7201, 7547, 8561, 7327, 9173, 7959, 9362, 8720, 6684, 11645, 6947, 8511, 9672, 7018, 9626, 7315, 6579, 8680, 6526, 8093, 8459, 6428, 8974, 9470, 6989, 11233, 7370, 12483, 9198, 11196, 10196, 6967, 10955, 7081, 9364, 8307, 7410, 11725, 7273, 8933, 9156, 6748, 8903, 6765, 11796, 8093, 6569, 10011, 6714, 10872, 7317, 8536, 9450, 7179, 11914, 7130, 8559, 8620, 7014, 10384, 6740, 8860, 8900, 6685, 9555, 6633, 8682, 9410, 6894, 11344, 7557, 7402, 8728, 6903, 9269, 7521, 7642, 10400, 7321, 10907, 6773, 6794, 8438, 6661, 11602, 7430, 7544, 8994, 6558, 8474, 7156, 7482, 8260, 7590, 10660, 7971, 11143, 7518, 7079, 8415, 6840, 9137, 7293, 6672, 8912, 6713, 6989, 8577, 6586, 11736, 7875, 6848, 10005, 6848, 12015, 7678, 10745, 8823, 7191, 11368, 6852, 8076, 8004, 6858, 10074, 6391, 8984, 9068, 7621, 11793, 6813, 11391, 8564, 10048, 9185, 7046, 11138, 6766, 7871, 8060, 6760, 9766, 6755, 6637, 9127, 6840, 9024, 8291, 6725, 11173, 8282, 7463, 9455, 7008, 11312], 'WindowCenter': [4298.0, 4259.0, 4182.0, 4238.0, 4186.0, 4171.0, 4191.0, 4150.0, 4197.0, 4188.0, 4126.0, 4175.0, 4126.0, 4144.0, 4174.0, 4134.0, 4195.0, 4146.0, 4135.0, 4184.0, 4136.0, 4134.0, 4164.0, 4124.0, 4156.0, 4176.0, 4135.0, 4197.0, 4156.0, 4125.0, 4186.0, 4168.0, 4138.0, 4186.0, 4168.0, 4137.0, 4196.0, 4156.0, 4145.0, 4176.0, 4135.0, 4195.0, 4155.0, 4144.0, 4174.0, 4123.0, 4172.0, 4133.0, 4111.0, 4152.0, 4123.0, 4186.0, 4157.0, 4125.0, 4155.0, 4157.0, 4137.0, 4146.0, 4168.0, 4136.0, 4137.0, 4187.0, 4148.0, 4200.0, 4188.0, 4158.0, 4197.0, 4165.0, 4134.0, 4194.0, 4156.0, 4131.0, 4193.0, 4183.0, 4123.0, 4172.0, 4132.0, 4141.0, 4140.0, 4121.0, 4183.0, 4151.0, 4121.0, 4162.0, 4133.0, 4112.0, 4153.0, 4155.0, 4125.0, 4164.0, 4163.0, 4135.0, 4133.0, 4153.0, 4123.0, 4173.0, 4154.0, 4124.0, 4182.0, 4133.0, 4143.0, 4174.0, 4134.0, 4142.0, 4140.0, 4111.0, 4111.0, 4164.0, 4124.0, 4185.0, 4176.0, 4145.0, 4195.0, 4134.0, 4110.0, 4151.0, 4111.0, 4161.0, 4151.0, 4122.0, 4152.0, 4163.0, 4124.0, 4134.0, 4141.0, 4111.0, 4132.0, 4153.0, 4123.0, 4184.0, 4137.0, 4140.0, 4201.0, 4145.0, 4115.0, 4155.0, 4135.0, 4134.0, 4144.0, 4175.0, 4169.0, 4151.0, 4200.0, 4179.0, 4136.0, 4134.0, 4174.0, 4133.0, 4144.0, 4173.0, 4144.0, 4174.0, 4162.0, 4143.0, 4152.0, 4155.0, 4133.0, 4152.0, 4122.0, 4142.0, 4164.0, 4133.0, 4182.0, 4143.0, 4172.0, 4162.0, 4123.0, 4161.0, 4119.0, 4130.0, 4142.0, 4123.0, 4177.0, 4176.0, 4136.0, 4135.0, 4153.0, 4135.0, 4174.0, 4147.0, 4133.0, 4166.0, 4137.0, 4156.0, 4177.0, 4137.0, 4184.0, 4145.0, 4154.0, 4164.0, 4144.0, 4183.0, 4154.0, 4134.0, 4163.0, 4133.0, 4143.0, 4174.0, 4133.0, 4162.0, 4134.0, 4165.0, 4155.0, 4136.0, 4165.0, 4135.0, 4153.0, 4143.0, 4123.0, 4176.0, 4136.0, 4145.0, 4156.0, 4146.0, 4166.0, 4184.0, 4136.0, 4165.0, 4158.0, 4151.0, 4169.0, 4179.0, 4149.0, 4155.0, 4188.0, 4139.0, 4197.0, 4167.0, 4146.0, 4186.0, 4136.0, 4166.0, 4167.0, 4147.0, 4176.0, 4191.0, 4135.0, 4143.0, 4155.0, 4149.0, 4147.0, 4155.0, 4135.0, 4146.0, 4166.0, 4135.0, 4174.0, 4156.0, 4146.0, 4188.0, 4147.0, 4186.0, 4186.0, 4134.0, 4174.0, 4131.0, 4142.0, 4163.0, 4124.0, 4183.0, 4164.0, 4122.0, 4152.0, 4122.0, 4142.0, 4175.0, 4134.0, 4162.0, 4134.0, 4135.0, 4154.0, 4134.0, 4154.0, 4175.0, 4135.0, 4197.0, 4157.0, 4136.0, 4166.0, 4123.0, 4164.0, 4143.0, 4135.0, 4175.0, 4145.0, 4135.0, 4165.0, 4135.0, 4164.0, 4175.0, 4136.0, 4175.0, 4135.0, 4136.0, 4166.0, 4146.0, 4146.0, 4157.0, 4149.0, 4188.0, 4169.0, 4137.0, 4167.0, 4147.0, 4166.0, 4182.0, 4161.0, 4222.0, 4180.0, 4137.0, 4175.0, 4136.0, 4135.0, 4176.0, 4145.0, 4135.0, 4187.0, 4147.0, 4146.0, 4166.0, 4135.0, 4185.0, 4166.0, 4136.0, 4175.0, 4145.0, 4165.0, 4164.0, 4123.0, 4173.0, 4143.0, 4133.0, 4164.0, 4123.0, 4144.0, 4165.0, 4123.0, 4184.0, 4124.0, 4164.0, 4163.0, 4122.0, 4183.0, 4133.0, 4122.0, 4153.0, 4124.0, 4154.0, 4165.0, 4135.0, 4186.0, 4146.0, 4134.0, 4165.0, 4135.0, 4185.0, 4155.0, 4135.0, 4185.0, 4124.0, 4143.0, 4165.0, 4135.0, 4184.0, 4145.0, 4134.0, 4175.0, 4136.0, 4137.0, 4166.0, 4146.0, 4148.0, 4194.0, 4160.0, 4149.0, 4168.0, 4151.0, 4183.0, 4180.0, 4150.0, 4179.0, 4177.0, 4135.0, 4185.0, 4144.0, 4133.0, 4165.0, 4145.0, 4174.0, 4165.0, 4124.0, 4163.0, 4122.0, 4122.0, 4154.0, 4136.0, 4135.0, 4155.0, 4136.0, 4145.0, 4176.0, 4136.0, 4196.0, 4146.0, 4176.0, 4177.0, 4136.0, 4185.0, 4165.0, 4123.0, 4164.0, 4135.0, 4155.0, 4165.0, 4135.0, 4145.0, 4166.0, 4135.0, 4175.0, 4135.0, 4175.0, 4156.0, 4136.0, 4175.0, 4136.0, 4125.0, 4156.0, 4146.0, 4187.0, 4157.0, 4136.0, 4196.0, 4146.0, 4134.0, 4166.0, 4146.0, 4197.0, 4167.0, 4134.0, 4185.0, 4135.0, 4124.0, 4164.0, 4148.0, 4167.0, 4166.0, 4137.0, 4137.0, 4169.0, 4138.0, 4187.0, 4149.0, 4179.0, 4177.0, 4137.0, 4187.0, 4157.0, 4135.0, 4167.0, 4161.0, 4160.0, 4188.0, 4148.0, 4159.0, 4179.0, 4148.0, 4198.0, 4158.0, 4207.0, 4167.0, 4186.0, 4185.0, 4144.0, 4173.0, 4123.0, 4131.0, 4132.0, 4131.0, 4153.0, 4132.0, 4163.0, 4133.0, 4172.0, 4122.0, 4131.0, 4132.0, 4121.0, 4163.0, 4122.0, 4173.0, 4122.0, 4172.0, 4124.0, 4141.0, 4122.0, 4132.0, 4154.0, 4135.0, 4185.0, 4135.0, 4134.0, 4135.0, 4134.0, 4176.0, 4146.0, 4185.0, 4146.0, 4145.0, 4165.0, 4134.0, 4185.0, 4135.0, 4145.0, 4176.0, 4135.0, 4185.0, 4134.0, 4143.0, 4165.0, 4146.0, 4175.0, 4135.0, 4136.0, 4166.0, 4145.0, 4186.0, 4159.0, 4147.0, 4186.0, 4136.0, 4156.0, 4155.0, 4145.0, 4176.0, 4148.0, 4149.0, 4178.0, 4139.0, 4148.0, 4168.0, 4148.0, 4147.0, 4179.0, 4149.0, 4199.0, 4159.0, 4149.0, 4178.0, 4138.0, 4168.0, 4167.0, 4147.0, 4201.0, 4149.0, 4168.0, 4176.0, 4137.0, 4174.0, 4146.0, 4145.0, 4176.0, 4145.0, 4185.0, 4136.0, 4134.0, 4176.0, 4145.0, 4186.0, 4136.0, 4135.0, 4166.0, 4146.0, 4145.0, 4166.0, 4148.0, 4188.0, 4137.0, 4158.0, 4179.0, 4149.0, 4178.0, 4168.0, 4147.0, 4188.0, 4147.0, 4187.0, 4167.0, 4136.0, 4176.0, 4135.0, 4185.0, 4137.0, 4155.0, 4165.0, 4146.0, 4186.0, 4146.0, 4134.0, 4155.0, 4144.0, 4186.0, 4135.0, 4155.0, 4165.0, 4135.0, 4175.0, 4135.0, 4144.0, 4176.0, 4134.0, 4196.0, 4136.0, 4196.0, 4145.0, 4133.0, 4174.0, 4134.0, 4133.0, 4144.0, 4135.0, 4167.0, 4148.0, 4187.0, 4147.0, 4147.0, 4177.0, 4136.0, 4186.0, 4148.0, 4166.0, 4166.0, 4136.0, 4187.0, 4146.0, 4146.0, 4167.0, 4158.0, 4179.0, 4159.0, 4158.0, 4189.0, 4149.0, 4198.0, 4158.0, 4177.0, 4177.0, 4145.0, 4186.0, 4135.0, 4174.0, 4134.0, 4133.0, 4164.0, 4134.0, 4183.0, 4135.0, 4134.0, 4155.0, 4136.0, 4147.0, 4179.0, 4148.0, 4148.0, 4159.0, 4147.0, 4178.0, 4148.0, 4198.0, 4159.0, 4187.0, 4187.0, 4147.0, 4196.0, 4155.0, 4144.0, 4174.0, 4134.0, 4184.0, 4134.0, 4144.0, 4165.0, 4134.0, 4174.0, 4135.0, 4154.0, 4185.0, 4134.0, 4175.0, 4135.0, 4134.0, 4174.0, 4145.0, 4185.0, 4145.0, 4135.0, 4164.0, 4135.0, 4144.0, 4157.0, 4147.0, 4188.0, 4147.0, 4146.0, 4166.0, 4136.0, 4186.0, 4157.0, 4166.0, 4185.0, 4146.0, 4165.0, 4175.0, 4134.0, 4175.0, 4134.0, 4145.0, 4187.0, 4150.0, 4159.0, 4167.0, 4134.0, 4151.0, 4144.0, 4151.0, 4154.0, 4126.0, 4182.0, 4122.0, 4141.0, 4163.0, 4123.0, 4164.0, 4135.0, 4136.0, 4155.0, 4127.0, 4157.0, 4157.0, 4127.0, 4178.0, 4178.0, 4138.0, 4199.0, 4149.0, 4198.0, 4167.0, 4185.0, 4175.0, 4124.0, 4172.0, 4122.0, 4152.0, 4142.0, 4123.0, 4184.0, 4134.0, 4154.0, 4164.0, 4123.0, 4151.0, 4124.0, 4184.0, 4145.0, 4124.0, 4175.0, 4126.0, 4185.0, 4135.0, 4154.0, 4165.0, 4124.0, 4183.0, 4125.0, 4155.0, 4154.0, 4124.0, 4174.0, 4125.0, 4155.0, 4165.0, 4126.0, 4164.0, 4125.0, 4155.0, 4165.0, 4135.0, 4186.0, 4147.0, 4147.0, 4156.0, 4136.0, 4165.0, 4146.0, 4146.0, 4187.0, 4135.0, 4186.0, 4125.0, 4125.0, 4155.0, 4126.0, 4196.0, 4136.0, 4144.0, 4166.0, 4126.0, 4155.0, 4136.0, 4135.0, 4156.0, 4145.0, 4186.0, 4146.0, 4184.0, 4146.0, 4136.0, 4155.0, 4125.0, 4176.0, 4147.0, 4138.0, 4178.0, 4139.0, 4149.0, 4169.0, 4151.0, 4211.0, 4170.0, 4139.0, 4190.0, 4138.0, 4198.0, 4148.0, 4187.0, 4167.0, 4136.0, 4196.0, 4127.0, 4157.0, 4156.0, 4126.0, 4175.0, 4129.0, 4168.0, 4168.0, 4148.0, 4196.0, 4137.0, 4197.0, 4157.0, 4175.0, 4163.0, 4124.0, 4185.0, 4125.0, 4144.0, 4144.0, 4137.0, 4176.0, 4134.0, 4137.0, 4178.0, 4138.0, 4168.0, 4169.0, 4140.0, 4200.0, 4169.0, 4148.0, 4178.0, 4137.0, 4185.0], 'WindowWidth': [9514.0, 9439.0, 9321.0, 9384.0, 9312.0, 9278.0, 9304.0, 9248.0, 9305.0, 9294.0, 9209.0, 9272.0, 9207.0, 9227.0, 9266.0, 9216.0, 9297.0, 9234.0, 9219.0, 9283.0, 9221.0, 9215.0, 9253.0, 9202.0, 9246.0, 9274.0, 9219.0, 9304.0, 9247.0, 9206.0, 9287.0, 9270.0, 9230.0, 9289.0, 9267.0, 9227.0, 9301.0, 9248.0, 9230.0, 9271.0, 9217.0, 9294.0, 9243.0, 9227.0, 9267.0, 9201.0, 9263.0, 9209.0, 9178.0, 9235.0, 9198.0, 9289.0, 9251.0, 9206.0, 9246.0, 9250.0, 9225.0, 9236.0, 9268.0, 9224.0, 9223.0, 9290.0, 9241.0, 9311.0, 9295.0, 9256.0, 9304.0, 9259.0, 9213.0, 9293.0, 9243.0, 9206.0, 9290.0, 9277.0, 9198.0, 9262.0, 9208.0, 9216.0, 9215.0, 9194.0, 9277.0, 9232.0, 9193.0, 9248.0, 9209.0, 9181.0, 9236.0, 9244.0, 9205.0, 9255.0, 9252.0, 9220.0, 9213.0, 9238.0, 9198.0, 9264.0, 9241.0, 9198.0, 9275.0, 9211.0, 9225.0, 9266.0, 9216.0, 9223.0, 9216.0, 9179.0, 9180.0, 9253.0, 9200.0, 9283.0, 9273.0, 9230.0, 9297.0, 9214.0, 9178.0, 9231.0, 9177.0, 9244.0, 9231.0, 9196.0, 9237.0, 9251.0, 9202.0, 9216.0, 9220.0, 9180.0, 9207.0, 9239.0, 9199.0, 9281.0, 9224.0, 9231.0, 9314.0, 9229.0, 9187.0, 9241.0, 9215.0, 9212.0, 9225.0, 9269.0, 9268.0, 9251.0, 9314.0, 9284.0, 9221.0, 9213.0, 9265.0, 9211.0, 9223.0, 9262.0, 9225.0, 9263.0, 9247.0, 9222.0, 9235.0, 9241.0, 9212.0, 9233.0, 9194.0, 9219.0, 9251.0, 9207.0, 9273.0, 9222.0, 9260.0, 9248.0, 9196.0, 9241.0, 9186.0, 9201.0, 9218.0, 9196.0, 9277.0, 9272.0, 9218.0, 9216.0, 9238.0, 9216.0, 9264.0, 9231.0, 9212.0, 9259.0, 9222.0, 9245.0, 9275.0, 9222.0, 9280.0, 9229.0, 9238.0, 9252.0, 9223.0, 9275.0, 9238.0, 9212.0, 9249.0, 9212.0, 9222.0, 9264.0, 9208.0, 9248.0, 9213.0, 9255.0, 9242.0, 9219.0, 9257.0, 9217.0, 9236.0, 9224.0, 9196.0, 9269.0, 9218.0, 9229.0, 9245.0, 9233.0, 9259.0, 9297.0, 9220.0, 9256.0, 9249.0, 9250.0, 9271.0, 9283.0, 9242.0, 9245.0, 9292.0, 9227.0, 9302.0, 9261.0, 9231.0, 9284.0, 9219.0, 9259.0, 9264.0, 9236.0, 9272.0, 9302.0, 9217.0, 9224.0, 9242.0, 9243.0, 9234.0, 9244.0, 9220.0, 9232.0, 9258.0, 9218.0, 9268.0, 9246.0, 9233.0, 9290.0, 9236.0, 9285.0, 9286.0, 9212.0, 9264.0, 9205.0, 9218.0, 9247.0, 9199.0, 9275.0, 9251.0, 9195.0, 9233.0, 9194.0, 9220.0, 9269.0, 9214.0, 9248.0, 9215.0, 9216.0, 9241.0, 9214.0, 9241.0, 9269.0, 9217.0, 9300.0, 9247.0, 9219.0, 9257.0, 9200.0, 9251.0, 9225.0, 9216.0, 9268.0, 9230.0, 9217.0, 9256.0, 9216.0, 9253.0, 9268.0, 9220.0, 9269.0, 9217.0, 9221.0, 9258.0, 9233.0, 9232.0, 9249.0, 9243.0, 9292.0, 9267.0, 9223.0, 9262.0, 9235.0, 9259.0, 9294.0, 9264.0, 9347.0, 9286.0, 9224.0, 9269.0, 9217.0, 9216.0, 9271.0, 9230.0, 9217.0, 9288.0, 9236.0, 9233.0, 9258.0, 9215.0, 9280.0, 9257.0, 9218.0, 9268.0, 9230.0, 9256.0, 9253.0, 9197.0, 9260.0, 9221.0, 9211.0, 9251.0, 9197.0, 9225.0, 9255.0, 9198.0, 9278.0, 9200.0, 9252.0, 9249.0, 9195.0, 9277.0, 9210.0, 9195.0, 9235.0, 9201.0, 9241.0, 9257.0, 9217.0, 9286.0, 9234.0, 9215.0, 9254.0, 9216.0, 9282.0, 9243.0, 9215.0, 9282.0, 9201.0, 9224.0, 9253.0, 9216.0, 9279.0, 9228.0, 9214.0, 9269.0, 9220.0, 9223.0, 9258.0, 9233.0, 9240.0, 9312.0, 9259.0, 9242.0, 9267.0, 9250.0, 9298.0, 9285.0, 9245.0, 9281.0, 9275.0, 9215.0, 9280.0, 9227.0, 9210.0, 9254.0, 9229.0, 9266.0, 9256.0, 9199.0, 9249.0, 9195.0, 9194.0, 9238.0, 9217.0, 9215.0, 9244.0, 9221.0, 9232.0, 9273.0, 9218.0, 9299.0, 9233.0, 9272.0, 9273.0, 9219.0, 9284.0, 9256.0, 9198.0, 9252.0, 9217.0, 9244.0, 9257.0, 9216.0, 9231.0, 9259.0, 9216.0, 9269.0, 9216.0, 9270.0, 9245.0, 9218.0, 9270.0, 9220.0, 9205.0, 9246.0, 9234.0, 9289.0, 9249.0, 9219.0, 9300.0, 9235.0, 9216.0, 9258.0, 9233.0, 9300.0, 9262.0, 9214.0, 9281.0, 9215.0, 9199.0, 9253.0, 9240.0, 9264.0, 9260.0, 9223.0, 9226.0, 9267.0, 9225.0, 9289.0, 9241.0, 9281.0, 9276.0, 9221.0, 9287.0, 9248.0, 9218.0, 9262.0, 9263.0, 9258.0, 9292.0, 9240.0, 9256.0, 9282.0, 9240.0, 9304.0, 9251.0, 9315.0, 9261.0, 9283.0, 9282.0, 9227.0, 9264.0, 9196.0, 9203.0, 9206.0, 9205.0, 9236.0, 9207.0, 9249.0, 9209.0, 9261.0, 9195.0, 9204.0, 9207.0, 9191.0, 9248.0, 9194.0, 9262.0, 9196.0, 9261.0, 9199.0, 9218.0, 9193.0, 9208.0, 9240.0, 9215.0, 9283.0, 9218.0, 9216.0, 9217.0, 9214.0, 9272.0, 9234.0, 9283.0, 9232.0, 9230.0, 9257.0, 9214.0, 9281.0, 9217.0, 9230.0, 9272.0, 9216.0, 9283.0, 9215.0, 9223.0, 9257.0, 9233.0, 9269.0, 9219.0, 9220.0, 9259.0, 9232.0, 9286.0, 9254.0, 9236.0, 9286.0, 9220.0, 9246.0, 9244.0, 9231.0, 9272.0, 9240.0, 9242.0, 9279.0, 9228.0, 9241.0, 9267.0, 9240.0, 9236.0, 9281.0, 9243.0, 9307.0, 9255.0, 9241.0, 9280.0, 9226.0, 9263.0, 9260.0, 9234.0, 9315.0, 9240.0, 9264.0, 9272.0, 9222.0, 9267.0, 9231.0, 9227.0, 9271.0, 9229.0, 9283.0, 9218.0, 9215.0, 9271.0, 9230.0, 9286.0, 9221.0, 9218.0, 9259.0, 9234.0, 9230.0, 9258.0, 9238.0, 9290.0, 9224.0, 9252.0, 9281.0, 9244.0, 9279.0, 9266.0, 9237.0, 9292.0, 9235.0, 9288.0, 9261.0, 9221.0, 9272.0, 9216.0, 9281.0, 9221.0, 9243.0, 9257.0, 9232.0, 9284.0, 9232.0, 9214.0, 9241.0, 9227.0, 9283.0, 9217.0, 9243.0, 9257.0, 9217.0, 9270.0, 9218.0, 9228.0, 9271.0, 9213.0, 9296.0, 9219.0, 9298.0, 9229.0, 9211.0, 9265.0, 9215.0, 9211.0, 9225.0, 9216.0, 9263.0, 9240.0, 9288.0, 9238.0, 9235.0, 9275.0, 9218.0, 9284.0, 9239.0, 9258.0, 9257.0, 9219.0, 9288.0, 9234.0, 9233.0, 9262.0, 9254.0, 9282.0, 9255.0, 9252.0, 9295.0, 9242.0, 9305.0, 9253.0, 9274.0, 9274.0, 9229.0, 9283.0, 9215.0, 9266.0, 9213.0, 9209.0, 9252.0, 9213.0, 9276.0, 9214.0, 9213.0, 9242.0, 9220.0, 9236.0, 9279.0, 9238.0, 9239.0, 9254.0, 9237.0, 9279.0, 9239.0, 9306.0, 9256.0, 9289.0, 9289.0, 9236.0, 9298.0, 9243.0, 9225.0, 9265.0, 9213.0, 9279.0, 9213.0, 9227.0, 9255.0, 9212.0, 9264.0, 9216.0, 9239.0, 9281.0, 9215.0, 9268.0, 9216.0, 9213.0, 9267.0, 9229.0, 9280.0, 9229.0, 9215.0, 9253.0, 9215.0, 9229.0, 9247.0, 9236.0, 9290.0, 9238.0, 9235.0, 9261.0, 9219.0, 9286.0, 9248.0, 9257.0, 9283.0, 9233.0, 9256.0, 9269.0, 9213.0, 9268.0, 9214.0, 9229.0, 9288.0, 9248.0, 9255.0, 9260.0, 9210.0, 9225.0, 9221.0, 9228.0, 9237.0, 9207.0, 9272.0, 9192.0, 9215.0, 9246.0, 9194.0, 9251.0, 9215.0, 9219.0, 9242.0, 9209.0, 9249.0, 9247.0, 9209.0, 9277.0, 9278.0, 9223.0, 9304.0, 9239.0, 9302.0, 9260.0, 9279.0, 9268.0, 9197.0, 9257.0, 9192.0, 9229.0, 9218.0, 9193.0, 9276.0, 9211.0, 9238.0, 9251.0, 9196.0, 9231.0, 9198.0, 9277.0, 9228.0, 9200.0, 9268.0, 9204.0, 9281.0, 9215.0, 9238.0, 9254.0, 9198.0, 9276.0, 9200.0, 9240.0, 9238.0, 9199.0, 9265.0, 9201.0, 9240.0, 9256.0, 9205.0, 9251.0, 9203.0, 9240.0, 9256.0, 9215.0, 9284.0, 9234.0, 9235.0, 9245.0, 9218.0, 9253.0, 9230.0, 9229.0, 9286.0, 9215.0, 9283.0, 9204.0, 9202.0, 9241.0, 9204.0, 9296.0, 9219.0, 9228.0, 9258.0, 9207.0, 9243.0, 9220.0, 9215.0, 9244.0, 9229.0, 9285.0, 9232.0, 9280.0, 9232.0, 9218.0, 9242.0, 9203.0, 9272.0, 9237.0, 9225.0, 9279.0, 9230.0, 9243.0, 9269.0, 9250.0, 9325.0, 9271.0, 9229.0, 9297.0, 9226.0, 9303.0, 9238.0, 9286.0, 9260.0, 9218.0, 9298.0, 9208.0, 9248.0, 9247.0, 9206.0, 9271.0, 9215.0, 9265.0, 9266.0, 9238.0, 9300.0, 9224.0, 9300.0, 9247.0, 9267.0, 9250.0, 9198.0, 9279.0, 9202.0, 9227.0, 9227.0, 9222.0, 9273.0, 9217.0, 9223.0, 9278.0, 9227.0, 9264.0, 9267.0, 9233.0, 9309.0, 9267.0, 9238.0, 9276.0, 9220.0, 9283.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.006250253748558246</td></tr>
<tr><td colspan=3>aqi</td><td>0.037571477162629756</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23623173550811</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2502609817898367</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.071044330946883</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>4320.4443</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12964365874760056</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.996539792387543</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6241034690280043</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6624393001588644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6780192997874077</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5318518071377403</td></tr>
<tr><td colspan=3>gcor</td><td>0.00451336</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0034827410709112883</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.008341530337929726</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.9556048700824094</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.8482</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.7984</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.9978</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>890.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.1605</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6692</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.3513</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.8913</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.3875</td></tr>
<tr><td colspan=3>tsnr</td><td>30.690148665686138</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>