ds005256-mriqc/sub-0059_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 11d67ab8d6 [DATALAD RUNCMD] Compute MRIQC for sub-0059
=== 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-0059 --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-0059",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:39 +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-0059_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0059_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-03/func/sub-0059_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>97b57f811aaa23abd45adf7f39509861</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>13:14:30.070000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997759, 0.0457585, 0.0488213, -0.0507189, 0.993099, 0.105743]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102029</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7751, -7251, 456, -83, -164, -29, 7]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b76408d-7137-49ba-a22c-aa5f5f2b2560||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6769139766693115, -0.1360749751329422, 0.11784358322620392, 116.6454086303711], [-0.12276657670736313, 2.664412498474121, 0.29155126214027405, -92.31764221191406], [0.13098397850990295, -0.2837001383304596, 2.6816246509552, -50.06892395019531], [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': ['131430.070000', '131430.530000', '131430.990000', '131431.450000', '131431.910000', '131432.370000', '131432.830000', '131433.290000', '131433.750000', '131434.210000', '131434.670000', '131435.130000', '131435.590000', '131436.050000', '131436.510000', '131436.970000', '131437.430000', '131437.890000', '131438.350000', '131438.810000', '131439.270000', '131439.730000', '131440.190000', '131440.650000', '131441.110000', '131441.570000', '131442.030000', '131442.490000', '131442.950000', '131443.410000', '131443.870000', '131444.330000', '131444.790000', '131445.250000', '131445.710000', '131446.170000', '131446.630000', '131447.090000', '131447.550000', '131448.010000', '131448.470000', '131448.930000', '131449.390000', '131449.850000', '131450.310000', '131450.770000', '131451.230000', '131451.690000', '131452.150000', '131452.610000', '131453.070000', '131453.530000', '131453.990000', '131454.450000', '131454.910000', '131455.370000', '131455.830000', '131456.290000', '131456.750000', '131457.210000', '131457.670000', '131458.130000', '131458.590000', '131459.050000', '131459.510000', '131459.970000', '131500.430000', '131500.890000', '131501.350000', '131501.810000', '131502.270000', '131502.730000', '131503.190000', '131503.650000', '131504.110000', '131504.570000', '131505.030000', '131505.490000', '131505.950000', '131506.410000', '131506.870000', '131507.330000', '131507.790000', '131508.250000', '131508.710000', '131509.170000', '131509.630000', '131510.090000', '131510.550000', '131511.010000', '131511.470000', '131511.930000', '131512.390000', '131512.850000', '131513.310000', '131513.770000', '131514.230000', '131514.690000', '131515.150000', '131515.610000', '131516.070000', '131516.530000', '131516.990000', '131517.450000', '131517.910000', '131518.370000', '131518.830000', '131519.290000', '131519.750000', '131520.210000', '131520.670000', '131521.130000', '131521.590000', '131522.050000', '131522.510000', '131522.970000', '131523.430000', '131523.890000', '131524.350000', '131524.810000', '131525.270000', '131525.730000', '131526.190000', '131526.650000', '131527.110000', '131527.570000', '131528.030000', '131528.490000', '131528.950000', '131529.410000', '131529.870000', '131530.330000', '131530.790000', '131531.250000', '131531.710000', '131532.170000', '131532.630000', '131533.090000', '131533.550000', '131534.010000', '131534.470000', '131534.930000', '131535.390000', '131535.850000', '131536.310000', '131536.770000', '131537.230000', '131537.690000', '131538.150000', '131538.610000', '131539.070000', '131539.530000', '131539.990000', '131540.450000', '131540.910000', '131541.370000', '131541.830000', '131542.290000', '131542.750000', '131543.210000', '131543.670000', '131544.130000', '131544.590000', '131545.050000', '131545.510000', '131545.970000', '131546.430000', '131546.890000', '131547.350000', '131547.810000', '131548.270000', '131548.730000', '131549.190000', '131549.650000', '131550.110000', '131550.570000', '131551.030000', '131551.490000', '131551.950000', '131552.410000', '131552.870000', '131553.330000', '131553.790000', '131554.250000', '131554.710000', '131555.170000', '131555.630000', '131556.090000', '131556.550000', '131557.010000', '131557.470000', '131557.930000', '131558.390000', '131558.850000', '131559.310000', '131559.770000', '131600.230000', '131600.690000', '131601.150000', '131601.610000', '131602.070000', '131602.530000', '131602.990000', '131603.450000', '131603.910000', '131604.370000', '131604.830000', '131605.290000', '131605.750000', '131606.210000', '131606.670000', '131607.130000', '131607.590000', '131608.050000', '131608.510000', '131608.970000', '131609.430000', '131609.890000', '131610.350000', '131610.810000', '131611.270000', '131611.730000', '131612.190000', '131612.650000', '131613.110000', '131613.570000', '131614.030000', '131614.490000', '131614.950000', '131615.410000', '131615.870000', '131616.330000', '131616.790000', '131617.250000', '131617.710000', '131618.170000', '131618.630000', '131619.090000', '131619.550000', '131620.010000', '131620.470000', '131620.930000', '131621.390000', '131621.850000', '131622.310000', '131622.770000', '131623.230000', '131623.690000', '131624.150000', '131624.610000', '131625.070000', '131625.530000', '131625.990000', '131626.450000', '131626.910000', '131627.370000', '131627.830000', '131628.290000', '131628.750000', '131629.210000', '131629.670000', '131630.130000', '131630.590000', '131631.050000', '131631.510000', '131631.970000', '131632.430000', '131632.890000', '131633.350000', '131633.810000', '131634.270000', '131634.730000', '131635.190000', '131635.650000', '131636.110000', '131636.570000', '131637.030000', '131637.490000', '131637.950000', '131638.410000', '131638.870000', '131639.330000', '131639.790000', '131640.250000', '131640.710000', '131641.170000', '131641.630000', '131642.090000', '131642.550000', '131643.010000', '131643.470000', '131643.930000', '131644.390000', '131644.850000', '131645.310000', '131645.770000', '131646.230000', '131646.690000', '131647.150000', '131647.610000', '131648.070000', '131648.530000', '131648.990000', '131649.450000', '131649.910000', '131650.370000', '131650.830000', '131651.290000', '131651.750000', '131652.210000', '131652.670000', '131653.130000', '131653.590000', '131654.050000', '131654.510000', '131654.970000', '131655.430000', '131655.890000', '131656.350000', '131656.810000', '131657.270000', '131657.730000', '131658.190000', '131658.650000', '131659.110000', '131659.570000', '131700.030000', '131700.490000', '131700.950000', '131701.410000', '131701.870000', '131702.330000', '131702.790000', '131703.250000', '131703.710000', '131704.170000', '131704.630000', '131705.090000', '131705.550000', '131706.010000', '131706.470000', '131706.930000', '131707.390000', '131707.850000', '131708.310000', '131708.770000', '131709.230000', '131709.690000', '131710.150000', '131710.610000', '131711.070000', '131711.530000', '131711.990000', '131712.450000', '131712.910000', '131713.370000', '131713.830000', '131714.290000', '131714.750000', '131715.210000', '131715.670000', '131716.130000', '131716.590000', '131717.050000', '131717.510000', '131717.970000', '131718.430000', '131718.890000', '131719.350000', '131719.810000', '131720.270000', '131720.730000', '131721.190000', '131721.650000', '131722.110000', '131722.570000', '131723.030000', '131723.490000', '131723.950000', '131724.410000', '131724.870000', '131725.330000', '131725.790000', '131726.250000', '131726.710000', '131727.170000', '131727.630000', '131728.090000', '131728.550000', '131729.010000', '131729.470000', '131729.930000', '131730.390000', '131730.850000', '131731.310000', '131731.770000', '131732.230000', '131732.690000', '131733.150000', '131733.610000', '131734.070000', '131734.530000', '131734.990000', '131735.450000', '131735.910000', '131736.370000', '131736.830000', '131737.290000', '131737.750000', '131738.210000', '131738.670000', '131739.130000', '131739.590000', '131740.050000', '131740.510000', '131740.970000', '131741.430000', '131741.890000', '131742.350000', '131742.810000', '131743.270000', '131743.730000', '131744.190000', '131744.650000', '131745.110000', '131745.570000', '131746.030000', '131746.490000', '131746.950000', '131747.410000', '131747.870000', '131748.330000', '131748.790000', '131749.250000', '131749.710000', '131750.170000', '131750.630000', '131751.090000', '131751.550000', '131752.010000', '131752.470000', '131752.930000', '131753.390000', '131753.850000', '131754.310000', '131754.770000', '131755.230000', '131755.690000', '131756.150000', '131756.610000', '131757.070000', '131757.530000', '131757.990000', '131758.450000', '131758.910000', '131759.370000', '131759.830000', '131800.290000', '131800.750000', '131801.210000', '131801.670000', '131802.130000', '131802.590000', '131803.050000', '131803.510000', '131803.970000', '131804.430000', '131804.890000', '131805.350000', '131805.810000', '131806.270000', '131806.730000', '131807.190000', '131807.650000', '131808.110000', '131808.570000', '131809.030000', '131809.490000', '131809.950000', '131810.410000', '131810.870000', '131811.330000', '131811.790000', '131812.250000', '131812.710000', '131813.170000', '131813.630000', '131814.090000', '131814.550000', '131815.010000', '131815.470000', '131815.930000', '131816.390000', '131816.850000', '131817.310000', '131817.770000', '131818.230000', '131818.690000', '131819.150000', '131819.610000', '131820.070000', '131820.530000', '131820.990000', '131821.450000', '131821.910000', '131822.370000', '131822.830000', '131823.290000', '131823.750000', '131824.210000', '131824.670000', '131825.130000', '131825.590000', '131826.050000', '131826.510000', '131826.970000', '131827.430000', '131827.890000', '131828.350000', '131828.810000', '131829.270000', '131829.730000', '131830.190000', '131830.650000', '131831.110000', '131831.570000', '131832.030000', '131832.490000', '131832.950000', '131833.410000', '131833.870000', '131834.330000', '131834.790000', '131835.250000', '131835.710000', '131836.170000', '131836.630000', '131837.090000', '131837.550000', '131838.010000', '131838.470000', '131838.930000', '131839.390000', '131839.850000', '131840.310000', '131840.770000', '131841.230000', '131841.690000', '131842.150000', '131842.610000', '131843.070000', '131843.530000', '131843.990000', '131844.450000', '131844.910000', '131845.370000', '131845.830000', '131846.290000', '131846.750000', '131847.210000', '131847.670000', '131848.130000', '131848.590000', '131849.050000', '131849.510000', '131849.970000', '131850.430000', '131850.890000', '131851.350000', '131851.810000', '131852.270000', '131852.730000', '131853.190000', '131853.650000', '131854.110000', '131854.570000', '131855.030000', '131855.490000', '131855.950000', '131856.410000', '131856.870000', '131857.330000', '131857.790000', '131858.250000', '131858.710000', '131859.170000', '131859.630000', '131900.090000', '131900.550000', '131901.010000', '131901.470000', '131901.930000', '131902.390000', '131902.850000', '131903.310000', '131903.770000', '131904.230000', '131904.690000', '131905.150000', '131905.610000', '131906.070000', '131906.530000', '131906.990000', '131907.450000', '131907.910000', '131908.370000', '131908.830000', '131909.290000', '131909.750000', '131910.210000', '131910.670000', '131911.130000', '131911.590000', '131912.050000', '131912.510000', '131912.970000', '131913.430000', '131913.890000', '131914.350000', '131914.810000', '131915.270000', '131915.730000', '131916.190000', '131916.650000', '131917.110000', '131917.570000', '131918.030000', '131918.490000', '131918.950000', '131919.410000', '131919.870000', '131920.330000', '131920.790000', '131921.250000', '131921.710000', '131922.170000', '131922.630000', '131923.090000', '131923.550000', '131924.010000', '131924.470000', '131924.930000', '131925.390000', '131925.850000', '131926.310000', '131926.770000', '131927.230000', '131927.690000', '131928.150000', '131928.610000', '131929.070000', '131929.530000', '131929.990000', '131930.450000', '131930.910000', '131931.370000', '131931.830000', '131932.290000', '131932.750000', '131933.210000', '131933.670000', '131934.130000', '131934.590000', '131935.050000', '131935.510000', '131935.970000', '131936.430000', '131936.890000', '131937.350000', '131937.810000', '131938.270000', '131938.730000', '131939.190000', '131939.650000', '131940.110000', '131940.570000', '131941.030000', '131941.490000', '131941.950000', '131942.410000', '131942.870000', '131943.330000', '131943.790000', '131944.250000', '131944.710000', '131945.170000', '131945.630000', '131946.090000', '131946.550000', '131947.010000', '131947.470000', '131947.930000', '131948.390000', '131948.850000', '131949.310000', '131949.770000', '131950.230000', '131950.690000', '131951.150000', '131951.610000', '131952.070000', '131952.530000', '131952.990000', '131953.450000', '131953.910000', '131954.370000', '131954.830000', '131955.290000', '131955.750000', '131956.210000', '131956.670000', '131957.130000', '131957.590000', '131958.050000', '131958.510000', '131958.970000', '131959.430000', '131959.890000', '132000.350000', '132000.810000', '132001.270000', '132001.730000', '132002.190000', '132002.650000', '132003.110000', '132003.570000', '132004.030000', '132004.490000', '132004.950000', '132005.410000', '132005.870000', '132006.330000', '132006.790000', '132007.250000', '132007.710000', '132008.170000', '132008.630000', '132009.090000', '132009.550000', '132010.010000', '132010.470000', '132010.930000', '132011.390000', '132011.850000', '132012.310000', '132012.770000', '132013.230000', '132013.690000', '132014.150000', '132014.610000', '132015.070000', '132015.530000', '132015.990000', '132016.450000', '132016.910000', '132017.370000', '132017.830000', '132018.290000', '132018.750000', '132019.210000', '132019.670000', '132020.130000', '132020.590000', '132021.050000', '132021.510000', '132021.970000', '132022.430000', '132022.890000', '132023.350000', '132023.810000', '132024.270000', '132024.730000', '132025.190000', '132025.650000', '132026.110000', '132026.570000', '132027.030000', '132027.490000', '132027.950000', '132028.410000', '132028.870000', '132029.330000', '132029.790000', '132030.250000', '132030.710000', '132031.170000', '132031.630000', '132032.090000', '132032.550000', '132033.010000', '132033.470000', '132033.930000', '132034.390000', '132034.850000', '132035.310000', '132035.770000', '132036.230000', '132036.690000', '132037.150000', '132037.610000', '132038.070000', '132038.530000', '132038.990000', '132039.450000', '132039.910000', '132040.370000', '132040.830000', '132041.290000', '132041.750000', '132042.210000', '132042.670000', '132043.130000', '132043.590000', '132044.050000', '132044.510000', '132044.970000', '132045.430000', '132045.890000', '132046.350000', '132046.810000', '132047.270000', '132047.730000', '132048.190000', '132048.650000', '132049.110000', '132049.570000', '132050.030000', '132050.490000', '132050.950000', '132051.410000', '132051.870000', '132052.330000', '132052.790000', '132053.250000', '132053.710000', '132054.170000', '132054.630000', '132055.090000', '132055.550000', '132056.010000', '132056.470000', '132056.930000', '132057.390000', '132057.850000', '132058.310000', '132058.770000', '132059.230000', '132059.690000', '132100.150000', '132100.610000', '132101.070000', '132101.530000', '132101.990000', '132102.450000', '132102.910000', '132103.370000', '132103.830000', '132104.290000', '132104.750000', '132105.210000', '132105.670000', '132106.130000', '132106.590000', '132107.050000', '132107.510000', '132107.970000', '132108.430000', '132108.890000', '132109.350000', '132109.810000', '132110.270000', '132110.730000'], 'ContentTime': ['131453.857000', '131453.860000', '131453.862000', '131453.865000', '131453.868000', '131453.870000', '131453.873000', '131453.875000', '131453.878000', '131453.881000', '131453.883000', '131453.886000', '131453.888000', '131453.891000', '131453.894000', '131453.896000', '131453.899000', '131453.901000', '131453.904000', '131453.906000', '131453.909000', '131453.912000', '131453.914000', '131453.917000', '131453.919000', '131453.922000', '131453.925000', '131453.937000', '131453.940000', '131453.942000', '131453.945000', '131453.948000', '131453.950000', '131453.953000', '131453.955000', '131453.958000', '131453.961000', '131453.963000', '131453.970000', '131453.973000', '131453.975000', '131453.978000', '131453.981000', '131453.983000', '131453.986000', '131453.988000', '131453.991000', '131453.993000', '131453.996000', '131454.000000', '131513.827000', '131513.830000', '131513.833000', '131513.835000', '131513.838000', '131513.841000', '131513.843000', '131513.846000', '131513.848000', '131513.851000', '131513.854000', '131513.856000', '131513.859000', '131513.861000', '131513.864000', '131513.866000', '131513.869000', '131513.872000', '131513.874000', '131513.877000', '131513.879000', '131513.883000', '131513.885000', '131513.888000', '131513.891000', '131513.893000', '131513.896000', '131513.898000', '131513.901000', '131513.908000', '131513.910000', '131513.913000', '131513.916000', '131513.918000', '131513.921000', '131513.923000', '131513.926000', '131513.928000', '131513.931000', '131513.934000', '131513.936000', '131513.939000', '131513.941000', '131533.827000', '131533.830000', '131533.833000', '131533.835000', '131533.839000', '131533.841000', '131533.844000', '131533.847000', '131533.851000', '131533.853000', '131533.856000', '131533.858000', '131533.861000', '131533.864000', '131533.866000', '131533.869000', '131533.872000', '131533.874000', '131533.877000', '131533.879000', '131533.882000', '131533.885000', '131533.887000', '131533.890000', '131533.893000', '131533.903000', '131533.905000', '131533.908000', '131533.910000', '131533.913000', '131533.915000', '131533.918000', '131533.921000', '131533.924000', '131533.926000', '131533.929000', '131533.931000', '131533.934000', '131533.936000', '131533.939000', '131533.942000', '131533.944000', '131533.947000', '131533.949000', '131553.827000', '131553.830000', '131553.833000', '131553.836000', '131553.838000', '131553.841000', '131553.843000', '131553.846000', '131553.848000', '131553.851000', '131553.854000', '131553.856000', '131553.859000', '131553.862000', '131553.865000', '131553.868000', '131553.870000', '131553.873000', '131553.876000', '131553.878000', '131553.881000', '131553.884000', '131553.886000', '131553.889000', '131553.892000', '131553.894000', '131553.897000', '131553.899000', '131553.902000', '131553.905000', '131553.907000', '131553.910000', '131553.913000', '131553.915000', '131553.918000', '131553.920000', '131553.923000', '131553.925000', '131553.928000', '131553.931000', '131553.933000', '131553.936000', '131553.938000', '131613.826000', '131613.829000', '131613.832000', '131613.834000', '131613.837000', '131613.840000', '131613.842000', '131613.845000', '131613.848000', '131613.850000', '131613.853000', '131613.856000', '131613.858000', '131613.861000', '131613.863000', '131613.866000', '131613.869000', '131613.871000', '131613.874000', '131613.876000', '131613.879000', '131613.881000', '131613.884000', '131613.887000', '131613.889000', '131613.892000', '131613.894000', '131613.897000', '131613.900000', '131613.902000', '131613.905000', '131613.907000', '131613.910000', '131613.921000', '131613.924000', '131613.926000', '131613.929000', '131613.931000', '131613.934000', '131613.937000', '131613.939000', '131613.942000', '131613.944000', '131613.947000', '131633.827000', '131633.830000', '131633.833000', '131633.836000', '131633.838000', '131633.841000', '131633.843000', '131633.846000', '131633.849000', '131633.851000', '131633.854000', '131633.856000', '131633.859000', '131633.862000', '131633.864000', '131633.867000', '131633.900000', '131633.902000', '131633.905000', '131633.907000', '131633.910000', '131633.913000', '131633.915000', '131633.918000', '131633.920000', '131633.924000', '131633.926000', '131633.929000', '131633.932000', '131633.934000', '131633.937000', '131633.940000', '131633.942000', '131633.945000', '131633.947000', '131633.950000', '131633.953000', '131633.955000', '131633.958000', '131633.960000', '131633.963000', '131633.966000', '131633.968000', '131653.827000', '131653.830000', '131653.833000', '131653.836000', '131653.838000', '131653.841000', '131653.843000', '131653.846000', '131653.849000', '131653.851000', '131653.854000', '131653.856000', '131653.859000', '131653.862000', '131653.864000', '131653.867000', '131653.870000', '131653.872000', '131653.875000', '131653.877000', '131653.880000', '131653.883000', '131653.885000', '131653.888000', '131653.890000', '131653.893000', '131653.896000', '131653.898000', '131653.901000', '131653.903000', '131653.906000', '131653.909000', '131653.911000', '131653.914000', '131653.916000', '131653.919000', '131653.921000', '131653.924000', '131653.927000', '131653.929000', '131653.932000', '131653.934000', '131653.937000', '131653.940000', '131713.828000', '131713.830000', '131713.833000', '131713.835000', '131713.838000', '131713.841000', '131713.843000', '131713.846000', '131713.849000', '131713.851000', '131713.854000', '131713.856000', '131713.859000', '131713.862000', '131713.864000', '131713.867000', '131713.870000', '131713.872000', '131713.875000', '131713.877000', '131713.880000', '131713.883000', '131713.885000', '131713.888000', '131713.890000', '131713.893000', '131713.896000', '131713.898000', '131713.901000', '131713.904000', '131713.906000', '131713.909000', '131713.911000', '131713.914000', '131713.917000', '131713.919000', '131713.922000', '131713.924000', '131713.927000', '131713.930000', '131713.932000', '131713.935000', '131713.938000', '131733.828000', '131733.831000', '131733.833000', '131733.836000', '131733.838000', '131733.841000', '131733.844000', '131733.846000', '131733.849000', '131733.851000', '131733.854000', '131733.856000', '131733.859000', '131733.862000', '131733.864000', '131733.867000', '131733.869000', '131733.872000', '131733.875000', '131733.877000', '131733.880000', '131733.882000', '131733.885000', '131733.887000', '131733.890000', '131733.893000', '131733.895000', '131733.898000', '131733.900000', '131733.903000', '131733.906000', '131733.908000', '131733.911000', '131733.914000', '131733.916000', '131733.919000', '131733.921000', '131733.924000', '131733.926000', '131733.929000', '131733.932000', '131733.934000', '131733.937000', '131733.939000', '131753.827000', '131753.830000', '131753.836000', '131753.839000', '131753.841000', '131753.844000', '131753.846000', '131753.849000', '131753.852000', '131753.854000', '131753.857000', '131753.859000', '131753.862000', '131753.865000', '131753.867000', '131753.870000', '131753.872000', '131753.875000', '131753.878000', '131753.881000', '131753.883000', '131753.886000', '131753.888000', '131753.891000', '131753.893000', '131753.896000', '131753.899000', '131753.902000', '131753.904000', '131753.908000', '131753.911000', '131753.914000', '131753.916000', '131753.919000', '131753.921000', '131753.924000', '131753.927000', '131753.929000', '131753.932000', '131753.934000', '131753.937000', '131753.940000', '131753.942000', '131813.827000', '131813.830000', '131813.833000', '131813.836000', '131813.838000', '131813.841000', '131813.843000', '131813.846000', '131813.849000', '131813.851000', '131813.854000', '131813.857000', '131813.859000', '131813.862000', '131813.865000', '131813.867000', '131813.870000', '131813.873000', '131813.875000', '131813.878000', '131813.881000', '131813.883000', '131813.886000', '131813.888000', '131813.891000', '131813.894000', '131813.896000', '131813.899000', '131813.902000', '131813.904000', '131813.907000', '131813.909000', '131813.912000', '131813.915000', '131813.917000', '131813.920000', '131813.923000', '131813.925000', '131813.928000', '131813.930000', '131813.933000', '131813.936000', '131813.938000', '131813.941000', '131833.827000', '131833.829000', '131833.832000', '131833.835000', '131833.838000', '131833.840000', '131833.843000', '131833.846000', '131833.848000', '131833.851000', '131833.854000', '131833.856000', '131833.859000', '131833.861000', '131833.864000', '131833.867000', '131833.869000', '131833.872000', '131833.875000', '131833.877000', '131833.880000', '131833.882000', '131833.885000', '131833.887000', '131833.890000', '131833.893000', '131833.895000', '131833.898000', '131833.900000', '131833.903000', '131833.906000', '131833.908000', '131833.911000', '131833.913000', '131833.916000', '131833.919000', '131833.921000', '131833.924000', '131833.927000', '131833.929000', '131833.932000', '131833.936000', '131833.939000', '131853.828000', '131853.830000', '131853.833000', '131853.836000', '131853.839000', '131853.841000', '131853.844000', '131853.847000', '131853.849000', '131853.852000', '131853.854000', '131853.857000', '131853.860000', '131853.863000', '131853.865000', '131853.868000', '131853.871000', '131853.873000', '131853.876000', '131853.879000', '131853.881000', '131853.884000', '131853.886000', '131853.889000', '131853.892000', '131853.894000', '131853.897000', '131853.899000', '131853.902000', '131853.905000', '131853.907000', '131853.910000', '131853.912000', '131853.915000', '131853.918000', '131853.920000', '131853.923000', '131853.925000', '131853.928000', '131853.931000', '131853.933000', '131853.936000', '131853.939000', '131853.941000', '131913.827000', '131913.830000', '131913.833000', '131913.836000', '131913.838000', '131913.841000', '131913.844000', '131913.846000', '131913.849000', '131913.851000', '131913.854000', '131913.857000', '131913.859000', '131913.862000', '131913.864000', '131913.867000', '131913.870000', '131913.872000', '131913.875000', '131913.877000', '131913.880000', '131913.887000', '131913.889000', '131913.892000', '131913.895000', '131913.897000', '131913.900000', '131913.903000', '131913.905000', '131913.908000', '131913.910000', '131913.913000', '131913.916000', '131913.918000', '131913.921000', '131913.924000', '131913.926000', '131913.929000', '131913.931000', '131913.934000', '131913.937000', '131913.939000', '131913.942000', '131933.827000', '131933.830000', '131933.833000', '131933.836000', '131933.838000', '131933.841000', '131933.844000', '131933.846000', '131933.849000', '131933.851000', '131933.854000', '131933.857000', '131933.859000', '131933.862000', '131933.864000', '131933.867000', '131933.870000', '131933.872000', '131933.875000', '131933.877000', '131933.880000', '131933.883000', '131933.885000', '131933.892000', '131933.894000', '131933.897000', '131933.899000', '131933.902000', '131933.905000', '131933.907000', '131933.910000', '131933.912000', '131933.915000', '131933.917000', '131933.920000', '131933.923000', '131933.925000', '131933.928000', '131933.931000', '131933.933000', '131933.936000', '131933.938000', '131933.941000', '131933.944000', '131953.827000', '131953.830000', '131953.833000', '131953.835000', '131953.838000', '131953.841000', '131953.844000', '131953.846000', '131953.849000', '131953.852000', '131953.854000', '131953.857000', '131953.860000', '131953.862000', '131953.865000', '131953.867000', '131953.870000', '131953.873000', '131953.875000', '131953.878000', '131953.880000', '131953.883000', '131953.886000', '131953.888000', '131953.891000', '131953.893000', '131953.896000', '131953.899000', '131953.901000', '131953.904000', '131953.907000', '131953.909000', '131953.912000', '131953.914000', '131953.917000', '131953.920000', '131953.923000', '131953.925000', '131953.928000', '131953.930000', '131953.933000', '131953.936000', '131953.938000', '132013.827000', '132013.831000', '132013.833000', '132013.836000', '132013.838000', '132013.841000', '132013.844000', '132013.846000', '132013.849000', '132013.852000', '132013.854000', '132013.857000', '132013.860000', '132013.862000', '132013.865000', '132013.867000', '132013.870000', '132013.873000', '132013.875000', '132013.878000', '132013.880000', '132013.883000', '132013.886000', '132013.888000', '132013.891000', '132013.894000', '132013.896000', '132013.899000', '132013.901000', '132013.904000', '132013.907000', '132013.909000', '132013.912000', '132013.914000', '132013.917000', '132013.920000', '132013.922000', '132013.927000', '132013.929000', '132013.932000', '132013.935000', '132013.937000', '132013.940000', '132013.943000', '132033.828000', '132033.830000', '132033.833000', '132033.836000', '132033.838000', '132033.841000', '132033.843000', '132033.846000', '132033.849000', '132033.851000', '132033.854000', '132033.857000', '132033.859000', '132033.862000', '132033.864000', '132033.867000', '132033.870000', '132033.872000', '132033.875000', '132033.878000', '132033.880000', '132033.883000', '132033.885000', '132033.888000', '132033.891000', '132033.893000', '132033.896000', '132033.898000', '132033.901000', '132033.904000', '132033.906000', '132033.909000', '132033.911000', '132033.914000', '132033.917000', '132033.919000', '132033.922000', '132033.924000', '132033.927000', '132033.930000', '132033.932000', '132033.935000', '132033.937000', '132053.826000', '132053.829000', '132053.832000', '132053.835000', '132053.838000', '132053.841000', '132053.843000', '132053.846000', '132053.849000', '132053.851000', '132053.854000', '132053.857000', '132053.859000', '132053.862000', '132053.864000', '132053.867000', '132053.870000', '132053.872000', '132053.875000', '132053.877000', '132053.880000', '132053.882000', '132053.885000', '132053.888000', '132053.890000', '132053.893000', '132053.896000', '132053.898000', '132053.901000', '132053.903000', '132053.906000', '132053.908000', '132053.911000', '132053.923000', '132053.925000', '132053.928000', '132053.930000', '132053.933000', '132053.936000', '132053.938000', '132053.941000', '132053.943000', '132053.946000', '132053.949000', '132111.702000', '132111.705000', '132111.708000', '132111.711000', '132111.713000', '132111.716000', '132111.718000', '132111.721000', '132111.724000', '132111.726000', '132111.729000', '132111.731000', '132111.734000', '132111.737000', '132111.739000', '132111.742000', '132111.744000', '132111.747000', '132111.750000', '132111.752000', '132111.755000', '132111.757000', '132111.760000', '132111.763000', '132111.765000', '132111.768000', '132111.771000', '132111.773000', '132111.776000', '132111.778000', '132111.781000', '132111.784000', '132111.787000', '132111.789000', '132111.792000', '132111.794000', '132111.797000', '132111.800000', '132111.802000'], 'InstanceCreationTime': ['131453.857000', '131453.860000', '131453.862000', '131453.865000', '131453.868000', '131453.870000', '131453.873000', '131453.875000', '131453.878000', '131453.881000', '131453.883000', '131453.886000', '131453.888000', '131453.891000', '131453.894000', '131453.896000', '131453.899000', '131453.901000', '131453.904000', '131453.906000', '131453.909000', '131453.912000', '131453.914000', '131453.917000', '131453.919000', '131453.922000', '131453.925000', '131453.937000', '131453.940000', '131453.942000', '131453.945000', '131453.948000', '131453.950000', '131453.953000', '131453.955000', '131453.958000', '131453.961000', '131453.963000', '131453.970000', '131453.973000', '131453.975000', '131453.978000', '131453.981000', '131453.983000', '131453.986000', '131453.988000', '131453.991000', '131453.993000', '131453.996000', '131454.000000', '131513.827000', '131513.830000', '131513.833000', '131513.835000', '131513.838000', '131513.841000', '131513.843000', '131513.846000', '131513.848000', '131513.851000', '131513.854000', '131513.856000', '131513.859000', '131513.861000', '131513.864000', '131513.866000', '131513.869000', '131513.872000', '131513.874000', '131513.877000', '131513.879000', '131513.883000', '131513.885000', '131513.888000', '131513.891000', '131513.893000', '131513.896000', '131513.898000', '131513.901000', '131513.908000', '131513.910000', '131513.913000', '131513.916000', '131513.918000', '131513.921000', '131513.923000', '131513.926000', '131513.928000', '131513.931000', '131513.934000', '131513.936000', '131513.939000', '131513.941000', '131533.827000', '131533.830000', '131533.833000', '131533.835000', '131533.839000', '131533.841000', '131533.844000', '131533.847000', '131533.851000', '131533.853000', '131533.856000', '131533.858000', '131533.861000', '131533.864000', '131533.866000', '131533.869000', '131533.872000', '131533.874000', '131533.877000', '131533.879000', '131533.882000', '131533.885000', '131533.887000', '131533.890000', '131533.893000', '131533.903000', '131533.905000', '131533.908000', '131533.910000', '131533.913000', '131533.915000', '131533.918000', '131533.921000', '131533.924000', '131533.926000', '131533.929000', '131533.931000', '131533.934000', '131533.936000', '131533.939000', '131533.942000', '131533.944000', '131533.947000', '131533.949000', '131553.827000', '131553.830000', '131553.833000', '131553.836000', '131553.838000', '131553.841000', '131553.843000', '131553.846000', '131553.848000', '131553.851000', '131553.854000', '131553.856000', '131553.859000', '131553.862000', '131553.865000', '131553.868000', '131553.870000', '131553.873000', '131553.876000', '131553.878000', '131553.881000', '131553.884000', '131553.886000', '131553.889000', '131553.892000', '131553.894000', '131553.897000', '131553.899000', '131553.902000', '131553.905000', '131553.907000', '131553.910000', '131553.913000', '131553.915000', '131553.918000', '131553.920000', '131553.923000', '131553.925000', '131553.928000', '131553.931000', '131553.933000', '131553.936000', '131553.938000', '131613.826000', '131613.829000', '131613.832000', '131613.834000', '131613.837000', '131613.840000', '131613.842000', '131613.845000', '131613.848000', '131613.850000', '131613.853000', '131613.856000', '131613.858000', '131613.861000', '131613.863000', '131613.866000', '131613.869000', '131613.871000', '131613.874000', '131613.876000', '131613.879000', '131613.881000', '131613.884000', '131613.887000', '131613.889000', '131613.892000', '131613.894000', '131613.897000', '131613.900000', '131613.902000', '131613.905000', '131613.907000', '131613.910000', '131613.921000', '131613.924000', '131613.926000', '131613.929000', '131613.931000', '131613.934000', '131613.937000', '131613.939000', '131613.942000', '131613.944000', '131613.947000', '131633.827000', '131633.830000', '131633.833000', '131633.836000', '131633.838000', '131633.841000', '131633.843000', '131633.846000', '131633.849000', '131633.851000', '131633.854000', '131633.856000', '131633.859000', '131633.862000', '131633.864000', '131633.867000', '131633.900000', '131633.902000', '131633.905000', '131633.907000', '131633.910000', '131633.913000', '131633.915000', '131633.918000', '131633.920000', '131633.924000', '131633.926000', '131633.929000', '131633.932000', '131633.934000', '131633.937000', '131633.940000', '131633.942000', '131633.945000', '131633.947000', '131633.950000', '131633.953000', '131633.955000', '131633.958000', '131633.960000', '131633.963000', '131633.966000', '131633.968000', '131653.827000', '131653.830000', '131653.833000', '131653.836000', '131653.838000', '131653.841000', '131653.843000', '131653.846000', '131653.849000', '131653.851000', '131653.854000', '131653.856000', '131653.859000', '131653.862000', '131653.864000', '131653.867000', '131653.870000', '131653.872000', '131653.875000', '131653.877000', '131653.880000', '131653.883000', '131653.885000', '131653.888000', '131653.890000', '131653.893000', '131653.896000', '131653.898000', '131653.901000', '131653.903000', '131653.906000', '131653.909000', '131653.911000', '131653.914000', '131653.916000', '131653.919000', '131653.921000', '131653.924000', '131653.927000', '131653.929000', '131653.932000', '131653.934000', '131653.937000', '131653.940000', '131713.828000', '131713.830000', '131713.833000', '131713.835000', '131713.838000', '131713.841000', '131713.843000', '131713.846000', '131713.849000', '131713.851000', '131713.854000', '131713.856000', '131713.859000', '131713.862000', '131713.864000', '131713.867000', '131713.870000', '131713.872000', '131713.875000', '131713.877000', '131713.880000', '131713.883000', '131713.885000', '131713.888000', '131713.890000', '131713.893000', '131713.896000', '131713.898000', '131713.901000', '131713.904000', '131713.906000', '131713.909000', '131713.911000', '131713.914000', '131713.917000', '131713.919000', '131713.922000', '131713.924000', '131713.927000', '131713.930000', '131713.932000', '131713.935000', '131713.938000', '131733.828000', '131733.831000', '131733.833000', '131733.836000', '131733.838000', '131733.841000', '131733.844000', '131733.846000', '131733.849000', '131733.851000', '131733.854000', '131733.856000', '131733.859000', '131733.862000', '131733.864000', '131733.867000', '131733.869000', '131733.872000', '131733.875000', '131733.877000', '131733.880000', '131733.882000', '131733.885000', '131733.887000', '131733.890000', '131733.893000', '131733.895000', '131733.898000', '131733.900000', '131733.903000', '131733.906000', '131733.908000', '131733.911000', '131733.914000', '131733.916000', '131733.919000', '131733.921000', '131733.924000', '131733.926000', '131733.929000', '131733.932000', '131733.934000', '131733.937000', '131733.939000', '131753.827000', '131753.830000', '131753.836000', '131753.839000', '131753.841000', '131753.844000', '131753.846000', '131753.849000', '131753.852000', '131753.854000', '131753.857000', '131753.859000', '131753.862000', '131753.865000', '131753.867000', '131753.870000', '131753.872000', '131753.875000', '131753.878000', '131753.881000', '131753.883000', '131753.886000', '131753.888000', '131753.891000', '131753.893000', '131753.896000', '131753.899000', '131753.902000', '131753.904000', '131753.908000', '131753.911000', '131753.914000', '131753.916000', '131753.919000', '131753.921000', '131753.924000', '131753.927000', '131753.929000', '131753.932000', '131753.934000', '131753.937000', '131753.940000', '131753.942000', '131813.827000', '131813.830000', '131813.833000', '131813.836000', '131813.838000', '131813.841000', '131813.843000', '131813.846000', '131813.849000', '131813.851000', '131813.854000', '131813.857000', '131813.859000', '131813.862000', '131813.865000', '131813.867000', '131813.870000', '131813.873000', '131813.875000', '131813.878000', '131813.881000', '131813.883000', '131813.886000', '131813.888000', '131813.891000', '131813.894000', '131813.896000', '131813.899000', '131813.902000', '131813.904000', '131813.907000', '131813.909000', '131813.912000', '131813.915000', '131813.917000', '131813.920000', '131813.923000', '131813.925000', '131813.928000', '131813.930000', '131813.933000', '131813.936000', '131813.938000', '131813.941000', '131833.827000', '131833.829000', '131833.832000', '131833.835000', '131833.838000', '131833.840000', '131833.843000', '131833.846000', '131833.848000', '131833.851000', '131833.854000', '131833.856000', '131833.859000', '131833.861000', '131833.864000', '131833.867000', '131833.869000', '131833.872000', '131833.875000', '131833.877000', '131833.880000', '131833.882000', '131833.885000', '131833.887000', '131833.890000', '131833.893000', '131833.895000', '131833.898000', '131833.900000', '131833.903000', '131833.906000', '131833.908000', '131833.911000', '131833.913000', '131833.916000', '131833.919000', '131833.921000', '131833.924000', '131833.927000', '131833.929000', '131833.932000', '131833.936000', '131833.939000', '131853.828000', '131853.830000', '131853.833000', '131853.836000', '131853.839000', '131853.841000', '131853.844000', '131853.847000', '131853.849000', '131853.852000', '131853.854000', '131853.857000', '131853.860000', '131853.863000', '131853.865000', '131853.868000', '131853.871000', '131853.873000', '131853.876000', '131853.879000', '131853.881000', '131853.884000', '131853.886000', '131853.889000', '131853.892000', '131853.894000', '131853.897000', '131853.899000', '131853.902000', '131853.905000', '131853.907000', '131853.910000', '131853.912000', '131853.915000', '131853.918000', '131853.920000', '131853.923000', '131853.925000', '131853.928000', '131853.931000', '131853.933000', '131853.936000', '131853.939000', '131853.941000', '131913.827000', '131913.830000', '131913.833000', '131913.836000', '131913.838000', '131913.841000', '131913.844000', '131913.846000', '131913.849000', '131913.851000', '131913.854000', '131913.857000', '131913.859000', '131913.862000', '131913.864000', '131913.867000', '131913.870000', '131913.872000', '131913.875000', '131913.877000', '131913.880000', '131913.887000', '131913.889000', '131913.892000', '131913.895000', '131913.897000', '131913.900000', '131913.903000', '131913.905000', '131913.908000', '131913.910000', '131913.913000', '131913.916000', '131913.918000', '131913.921000', '131913.924000', '131913.926000', '131913.929000', '131913.931000', '131913.934000', '131913.937000', '131913.939000', '131913.942000', '131933.827000', '131933.830000', '131933.833000', '131933.836000', '131933.838000', '131933.841000', '131933.844000', '131933.846000', '131933.849000', '131933.851000', '131933.854000', '131933.857000', '131933.859000', '131933.862000', '131933.864000', '131933.867000', '131933.870000', '131933.872000', '131933.875000', '131933.877000', '131933.880000', '131933.883000', '131933.885000', '131933.892000', '131933.894000', '131933.897000', '131933.899000', '131933.902000', '131933.905000', '131933.907000', '131933.910000', '131933.912000', '131933.915000', '131933.917000', '131933.920000', '131933.923000', '131933.925000', '131933.928000', '131933.931000', '131933.933000', '131933.936000', '131933.938000', '131933.941000', '131933.944000', '131953.827000', '131953.830000', '131953.833000', '131953.835000', '131953.838000', '131953.841000', '131953.844000', '131953.846000', '131953.849000', '131953.852000', '131953.854000', '131953.857000', '131953.860000', '131953.862000', '131953.865000', '131953.867000', '131953.870000', '131953.873000', '131953.875000', '131953.878000', '131953.880000', '131953.883000', '131953.886000', '131953.888000', '131953.891000', '131953.893000', '131953.896000', '131953.899000', '131953.901000', '131953.904000', '131953.907000', '131953.909000', '131953.912000', '131953.914000', '131953.917000', '131953.920000', '131953.923000', '131953.925000', '131953.928000', '131953.930000', '131953.933000', '131953.936000', '131953.938000', '132013.827000', '132013.831000', '132013.833000', '132013.836000', '132013.838000', '132013.841000', '132013.844000', '132013.846000', '132013.849000', '132013.852000', '132013.854000', '132013.857000', '132013.860000', '132013.862000', '132013.865000', '132013.867000', '132013.870000', '132013.873000', '132013.875000', '132013.878000', '132013.880000', '132013.883000', '132013.886000', '132013.888000', '132013.891000', '132013.894000', '132013.896000', '132013.899000', '132013.901000', '132013.904000', '132013.907000', '132013.909000', '132013.912000', '132013.914000', '132013.917000', '132013.920000', '132013.922000', '132013.927000', '132013.929000', '132013.932000', '132013.935000', '132013.937000', '132013.940000', '132013.943000', '132033.828000', '132033.830000', '132033.833000', '132033.836000', '132033.838000', '132033.841000', '132033.843000', '132033.846000', '132033.849000', '132033.851000', '132033.854000', '132033.857000', '132033.859000', '132033.862000', '132033.864000', '132033.867000', '132033.870000', '132033.872000', '132033.875000', '132033.878000', '132033.880000', '132033.883000', '132033.885000', '132033.888000', '132033.891000', '132033.893000', '132033.896000', '132033.898000', '132033.901000', '132033.904000', '132033.906000', '132033.909000', '132033.911000', '132033.914000', '132033.917000', '132033.919000', '132033.922000', '132033.924000', '132033.927000', '132033.930000', '132033.932000', '132033.935000', '132033.937000', '132053.826000', '132053.829000', '132053.832000', '132053.835000', '132053.838000', '132053.841000', '132053.843000', '132053.846000', '132053.849000', '132053.851000', '132053.854000', '132053.857000', '132053.859000', '132053.862000', '132053.864000', '132053.867000', '132053.870000', '132053.872000', '132053.875000', '132053.877000', '132053.880000', '132053.882000', '132053.885000', '132053.888000', '132053.890000', '132053.893000', '132053.896000', '132053.898000', '132053.901000', '132053.903000', '132053.906000', '132053.908000', '132053.911000', '132053.923000', '132053.925000', '132053.928000', '132053.930000', '132053.933000', '132053.936000', '132053.938000', '132053.941000', '132053.943000', '132053.946000', '132053.949000', '132111.702000', '132111.705000', '132111.708000', '132111.711000', '132111.713000', '132111.716000', '132111.718000', '132111.721000', '132111.724000', '132111.726000', '132111.729000', '132111.731000', '132111.734000', '132111.737000', '132111.739000', '132111.742000', '132111.744000', '132111.747000', '132111.750000', '132111.752000', '132111.755000', '132111.757000', '132111.760000', '132111.763000', '132111.765000', '132111.768000', '132111.771000', '132111.773000', '132111.776000', '132111.778000', '132111.781000', '132111.784000', '132111.787000', '132111.789000', '132111.792000', '132111.794000', '132111.797000', '132111.800000', '132111.802000'], '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': [10763, 7673, 8400, 10075, 8440, 9603, 7912, 8774, 7946, 7906, 8424, 12539, 8738, 14472, 10231, 13868, 10053, 14683, 10374, 12564, 10371, 8676, 13154, 8788, 12340, 8846, 8645, 10239, 9271, 13584, 8838, 7870, 7135, 8527, 9281, 8440, 12105, 8738, 11513, 8689, 7732, 8197, 7966, 12607, 8748, 7592, 8309, 8286, 12273, 8701, 9366, 11515, 8275, 12623, 8875, 12786, 9082, 11725, 9769, 8089, 9052, 8472, 10356, 8188, 12738, 8558, 11193, 8547, 7605, 8488, 8116, 12978, 8685, 13869, 8755, 10011, 8952, 9263, 9139, 9022, 11361, 8660, 12347, 8443, 13690, 8717, 11881, 8903, 8393, 8772, 8304, 11395, 8514, 13678, 9668, 8407, 10260, 8538, 12724, 8786, 13396, 9768, 8530, 9401, 8425, 11424, 8431, 12999, 9205, 8205, 10895, 8422, 12958, 8847, 11225, 9955, 8391, 12093, 8649, 13406, 8884, 12054, 9349, 8497, 10103, 8278, 12357, 8562, 10454, 8546, 8006, 9694, 8082, 10183, 8131, 12449, 8408, 11780, 9105, 8173, 8386, 7939, 12551, 8594, 13978, 8794, 10400, 8180, 8076, 11975, 8594, 14025, 8748, 9584, 7636, 8002, 11447, 8663, 14149, 9406, 10227, 8562, 8644, 11841, 8436, 13711, 8787, 9422, 7497, 7978, 11700, 8446, 13124, 8491, 8394, 10400, 8360, 14190, 9781, 11670, 9132, 8369, 11213, 8822, 14146, 9380, 15584, 8622, 9171, 8217, 7900, 10201, 8290, 11955, 8717, 9167, 9083, 8243, 9571, 7700, 11269, 8625, 13131, 8945, 13814, 10545, 9415, 8218, 8098, 9987, 8783, 13077, 9138, 11798, 9206, 8170, 7511, 8232, 12660, 8653, 12031, 9089, 7586, 8631, 7812, 13383, 8805, 9760, 8407, 8049, 12705, 9138, 13605, 9371, 11737, 9320, 9386, 10677, 9005, 14193, 8885, 13226, 8909, 12044, 9400, 9785, 9864, 8269, 11572, 8829, 13181, 9319, 11484, 9063, 8113, 9348, 8348, 12013, 9166, 13984, 9939, 10453, 9780, 8603, 11854, 8836, 13566, 8943, 13423, 9254, 9652, 9104, 8032, 9386, 7939, 13277, 8582, 13029, 8977, 10525, 9947, 9248, 13854, 8722, 11737, 9108, 8426, 10268, 9101, 14700, 9836, 13614, 9178, 9617, 10033, 8910, 12894, 8885, 14540, 9114, 8255, 8680, 8822, 12682, 9253, 12144, 9564, 8545, 10892, 8800, 10744, 8148, 8706, 12625, 9177, 10209, 9060, 9027, 13176, 9101, 12405, 9616, 8401, 11974, 8995, 14202, 9757, 10401, 9890, 8410, 11107, 8994, 12090, 9004, 8409, 11331, 8434, 12503, 9276, 9447, 12834, 8509, 13457, 8917, 7932, 9142, 8307, 13779, 8719, 11466, 9081, 7256, 8437, 7839, 12725, 8591, 10530, 8402, 7957, 11820, 8655, 10861, 8153, 8334, 12244, 8900, 13269, 10320, 8576, 10680, 8515, 12997, 9236, 11650, 11024, 8959, 13005, 9042, 11339, 9426, 9814, 11097, 8908, 15076, 9016, 11939, 9073, 8215, 8797, 8542, 14040, 9087, 12930, 8928, 8887, 9335, 7921, 10170, 8004, 12106, 8347, 11544, 9018, 9161, 8925, 7935, 11870, 8389, 10796, 9089, 9804, 12822, 8595, 13518, 8987, 13805, 9332, 11896, 9816, 8343, 10181, 8469, 10909, 8713, 13126, 9278, 8216, 8237, 8299, 10698, 8555, 13908, 9961, 9062, 8603, 7952, 11600, 8118, 13406, 8134, 11643, 8592, 10073, 9077, 9394, 11333, 8081, 12152, 8602, 12454, 9084, 11724, 10240, 8899, 12197, 8328, 12568, 8856, 13216, 9451, 10635, 10673, 8739, 11635, 9024, 12625, 8947, 13784, 8906, 8375, 7747, 8439, 10993, 8757, 14441, 9363, 10105, 7730, 8435, 10686, 8801, 14520, 10054, 9285, 8555, 8417, 11317, 8950, 14076, 9748, 13948, 8659, 8143, 9181, 8445, 13170, 9077, 8385, 9975, 8327, 12560, 8790, 13542, 10300, 8985, 10241, 8544, 12581, 9424, 10546, 11044, 8645, 11798, 7455, 8141, 11890, 8597, 11135, 8264, 8253, 10478, 8280, 14617, 10140, 9677, 9807, 7916, 11940, 8008, 13934, 8982, 7695, 7923, 7918, 13079, 9002, 9168, 10982, 8472, 12175, 9444, 10500, 12164, 8903, 13414, 9392, 8201, 10648, 9451, 13851, 10506, 11270, 9529, 9110, 12040, 9216, 9598, 9831, 9060, 13642, 9527, 8247, 10360, 9557, 14513, 11086, 8629, 12673, 9258, 9173, 8113, 8436, 13440, 9082, 13850, 8924, 8414, 9888, 8922, 13550, 9541, 12144, 9077, 8667, 9581, 8748, 13853, 9450, 10179, 7628, 8046, 8759, 8139, 12180, 8498, 8075, 11528, 9091, 13640, 9808, 11830, 11851, 9223, 13542, 9015, 12987, 9267, 10492, 9621, 9449, 13339, 9092, 12556, 8992, 8896, 8540, 8715, 12053, 8984, 13459, 9234, 10145, 9316, 8315, 9140, 8647, 12672, 8772, 12846, 9192, 12840, 9435, 11639, 10048, 8584, 10501, 8204, 10589, 8882, 13227, 9038, 9949, 9124, 8293, 11564, 8875, 14064, 10316, 14805, 9418, 9301, 9400, 7856, 8339, 7945, 10161, 7873, 9829, 8007, 12330, 8705, 14256, 9296, 10179, 7714, 7787, 9792, 8560, 13828, 10378, 14162, 10163, 9418, 8413, 8599, 12140, 9110, 15129, 8492, 11023, 8871, 11679, 9229, 13707, 9477, 8864, 8484, 8472, 11292, 8936, 11372, 8988, 8474, 11510, 8648, 12275, 9075, 13921, 9526, 12097, 9669, 9264, 9730, 8720, 11469, 8885, 14617, 8983, 10067, 7347, 8226, 10209, 8226, 13931, 9360, 8179, 8386, 8218, 12480, 8625, 14118, 8515, 12318, 8855, 11786, 9278, 13955, 9556, 10243, 9275, 7760, 8339, 8253, 13464, 9064, 9687, 7174, 8552, 11276, 9058, 14495, 9424, 13250, 9272, 12672, 9737, 11154, 10049, 8758, 10860, 9193, 12378, 9589, 10361, 10803, 9226, 13406, 9371, 8304, 7425, 8510, 13044, 9240, 14513, 10335, 14089, 9880, 11212, 9325, 9004, 13160, 9399, 11685, 9706, 8074, 8860, 8692, 13944, 8505, 8229, 9665, 9120, 12521, 9661, 10291, 11254, 8878, 12337, 9273, 13196, 9421, 10764, 9139, 8303, 9830, 8718, 11625, 9569, 10021, 10840, 8466, 12832, 9233, 11928, 9594, 9808, 11366, 8492, 12630, 9214, 8295, 9826, 9091, 15359, 12707, 11783, 9559, 8915, 11433, 8813, 8070, 9802, 8872, 13608, 8765, 14723, 10197, 11030, 10467, 9061, 13946, 9963, 14747, 11155, 9759, 11165, 8965, 11984, 8871, 12678, 9082, 12152, 9300, 10728, 9002, 8153, 8003, 8266, 9326, 9106, 7507, 7566, 8235, 13007, 8721, 8761, 8585, 8318, 13268, 8912, 14877, 10346, 9558, 9066, 8341, 12751, 8691, 13925, 9491, 10460, 10541, 8366], 'WindowCenter': [4344.0, 4299.0, 4306.0, 4327.0, 4306.0, 4314.0, 4292.0, 4305.0, 4293.0, 4304.0, 4305.0, 4345.0, 4306.0, 4345.0, 4316.0, 4334.0, 4302.0, 4330.0, 4301.0, 4309.0, 4288.0, 4275.0, 4316.0, 4276.0, 4305.0, 4274.0, 4262.0, 4284.0, 4275.0, 4306.0, 4275.0, 4264.0, 4254.0, 4276.0, 4286.0, 4277.0, 4318.0, 4290.0, 4320.0, 4290.0, 4279.0, 4289.0, 4293.0, 4333.0, 4303.0, 4283.0, 4291.0, 4293.0, 4333.0, 4305.0, 4303.0, 4334.0, 4293.0, 4333.0, 4303.0, 4331.0, 4304.0, 4320.0, 4312.0, 4281.0, 4302.0, 4291.0, 4311.0, 4290.0, 4330.0, 4291.0, 4321.0, 4290.0, 4279.0, 4291.0, 4281.0, 4331.0, 4292.0, 4332.0, 4292.0, 4300.0, 4290.0, 4288.0, 4289.0, 4288.0, 4311.0, 4288.0, 4320.0, 4280.0, 4329.0, 4290.0, 4319.0, 4290.0, 4279.0, 4291.0, 4289.0, 4321.0, 4303.0, 4341.0, 4302.0, 4290.0, 4312.0, 4290.0, 4331.0, 4291.0, 4331.0, 4311.0, 4290.0, 4302.0, 4291.0, 4321.0, 4292.0, 4331.0, 4301.0, 4290.0, 4321.0, 4290.0, 4332.0, 4301.0, 4321.0, 4300.0, 4289.0, 4319.0, 4290.0, 4329.0, 4290.0, 4318.0, 4290.0, 4289.0, 4298.0, 4277.0, 4317.0, 4289.0, 4308.0, 4288.0, 4279.0, 4300.0, 4279.0, 4309.0, 4292.0, 4330.0, 4292.0, 4332.0, 4302.0, 4292.0, 4291.0, 4292.0, 4332.0, 4302.0, 4343.0, 4302.0, 4312.0, 4290.0, 4290.0, 4321.0, 4292.0, 4331.0, 4290.0, 4300.0, 4281.0, 4280.0, 4321.0, 4291.0, 4341.0, 4301.0, 4310.0, 4289.0, 4289.0, 4320.0, 4280.0, 4329.0, 4289.0, 4287.0, 4269.0, 4280.0, 4330.0, 4291.0, 4330.0, 4301.0, 4290.0, 4321.0, 4293.0, 4342.0, 4312.0, 4322.0, 4301.0, 4290.0, 4320.0, 4300.0, 4332.0, 4290.0, 4340.0, 4277.0, 4287.0, 4277.0, 4277.0, 4297.0, 4279.0, 4318.0, 4290.0, 4300.0, 4302.0, 4292.0, 4311.0, 4293.0, 4333.0, 4303.0, 4343.0, 4305.0, 4343.0, 4323.0, 4300.0, 4290.0, 4279.0, 4299.0, 4289.0, 4329.0, 4300.0, 4308.0, 4288.0, 4278.0, 4267.0, 4290.0, 4332.0, 4301.0, 4331.0, 4303.0, 4292.0, 4303.0, 4283.0, 4344.0, 4303.0, 4313.0, 4293.0, 4292.0, 4343.0, 4314.0, 4345.0, 4303.0, 4322.0, 4300.0, 4289.0, 4310.0, 4288.0, 4330.0, 4289.0, 4318.0, 4289.0, 4306.0, 4289.0, 4297.0, 4299.0, 4278.0, 4309.0, 4290.0, 4318.0, 4300.0, 4321.0, 4292.0, 4279.0, 4302.0, 4292.0, 4330.0, 4303.0, 4343.0, 4312.0, 4312.0, 4311.0, 4290.0, 4321.0, 4290.0, 4332.0, 4301.0, 4331.0, 4300.0, 4299.0, 4300.0, 4290.0, 4302.0, 4292.0, 4342.0, 4302.0, 4341.0, 4303.0, 4323.0, 4311.0, 4300.0, 4332.0, 4292.0, 4320.0, 4289.0, 4279.0, 4298.0, 4288.0, 4342.0, 4299.0, 4330.0, 4290.0, 4299.0, 4299.0, 4288.0, 4320.0, 4289.0, 4330.0, 4289.0, 4278.0, 4289.0, 4289.0, 4330.0, 4301.0, 4321.0, 4301.0, 4291.0, 4309.0, 4300.0, 4309.0, 4279.0, 4290.0, 4332.0, 4301.0, 4310.0, 4291.0, 4301.0, 4332.0, 4301.0, 4332.0, 4301.0, 4289.0, 4320.0, 4290.0, 4331.0, 4299.0, 4310.0, 4298.0, 4278.0, 4309.0, 4289.0, 4320.0, 4289.0, 4279.0, 4319.0, 4291.0, 4319.0, 4299.0, 4301.0, 4330.0, 4292.0, 4331.0, 4289.0, 4279.0, 4289.0, 4289.0, 4329.0, 4291.0, 4320.0, 4301.0, 4280.0, 4293.0, 4292.0, 4332.0, 4304.0, 4325.0, 4307.0, 4294.0, 4334.0, 4305.0, 4323.0, 4293.0, 4293.0, 4332.0, 4303.0, 4344.0, 4314.0, 4303.0, 4312.0, 4303.0, 4332.0, 4303.0, 4320.0, 4312.0, 4291.0, 4330.0, 4291.0, 4308.0, 4289.0, 4286.0, 4307.0, 4277.0, 4327.0, 4276.0, 4307.0, 4286.0, 4276.0, 4277.0, 4276.0, 4329.0, 4289.0, 4318.0, 4287.0, 4287.0, 4288.0, 4277.0, 4299.0, 4279.0, 4318.0, 4290.0, 4309.0, 4301.0, 4300.0, 4302.0, 4292.0, 4332.0, 4303.0, 4323.0, 4303.0, 4313.0, 4335.0, 4304.0, 4344.0, 4301.0, 4331.0, 4301.0, 4319.0, 4299.0, 4278.0, 4297.0, 4278.0, 4307.0, 4289.0, 4329.0, 4300.0, 4279.0, 4279.0, 4290.0, 4309.0, 4291.0, 4342.0, 4313.0, 4300.0, 4291.0, 4291.0, 4323.0, 4290.0, 4332.0, 4292.0, 4322.0, 4303.0, 4312.0, 4302.0, 4301.0, 4324.0, 4293.0, 4333.0, 4302.0, 4332.0, 4303.0, 4321.0, 4312.0, 4291.0, 4320.0, 4279.0, 4319.0, 4291.0, 4330.0, 4299.0, 4308.0, 4309.0, 4288.0, 4309.0, 4289.0, 4318.0, 4289.0, 4329.0, 4289.0, 4278.0, 4267.0, 4277.0, 4308.0, 4290.0, 4329.0, 4290.0, 4297.0, 4268.0, 4279.0, 4310.0, 4301.0, 4340.0, 4300.0, 4300.0, 4290.0, 4288.0, 4319.0, 4300.0, 4330.0, 4300.0, 4330.0, 4278.0, 4278.0, 4289.0, 4289.0, 4329.0, 4290.0, 4290.0, 4301.0, 4289.0, 4331.0, 4291.0, 4330.0, 4312.0, 4290.0, 4310.0, 4290.0, 4318.0, 4299.0, 4309.0, 4309.0, 4289.0, 4318.0, 4269.0, 4279.0, 4330.0, 4290.0, 4321.0, 4290.0, 4292.0, 4323.0, 4303.0, 4354.0, 4323.0, 4314.0, 4314.0, 4291.0, 4333.0, 4293.0, 4341.0, 4303.0, 4291.0, 4293.0, 4293.0, 4344.0, 4314.0, 4313.0, 4324.0, 4292.0, 4333.0, 4313.0, 4313.0, 4333.0, 4302.0, 4332.0, 4301.0, 4280.0, 4310.0, 4300.0, 4330.0, 4299.0, 4308.0, 4287.0, 4289.0, 4319.0, 4288.0, 4286.0, 4297.0, 4288.0, 4329.0, 4299.0, 4277.0, 4297.0, 4299.0, 4330.0, 4309.0, 4278.0, 4318.0, 4286.0, 4287.0, 4267.0, 4276.0, 4318.0, 4287.0, 4329.0, 4288.0, 4278.0, 4298.0, 4287.0, 4318.0, 4287.0, 4308.0, 4277.0, 4276.0, 4287.0, 4288.0, 4329.0, 4314.0, 4310.0, 4280.0, 4290.0, 4290.0, 4292.0, 4333.0, 4304.0, 4292.0, 4331.0, 4304.0, 4343.0, 4313.0, 4323.0, 4323.0, 4301.0, 4331.0, 4291.0, 4330.0, 4287.0, 4297.0, 4287.0, 4287.0, 4318.0, 4276.0, 4318.0, 4287.0, 4287.0, 4277.0, 4276.0, 4317.0, 4289.0, 4330.0, 4288.0, 4297.0, 4298.0, 4279.0, 4300.0, 4290.0, 4331.0, 4291.0, 4331.0, 4302.0, 4320.0, 4301.0, 4319.0, 4300.0, 4289.0, 4310.0, 4278.0, 4310.0, 4289.0, 4331.0, 4301.0, 4312.0, 4301.0, 4292.0, 4321.0, 4302.0, 4342.0, 4312.0, 4332.0, 4289.0, 4289.0, 4300.0, 4278.0, 4278.0, 4279.0, 4311.0, 4281.0, 4310.0, 4291.0, 4333.0, 4302.0, 4343.0, 4300.0, 4311.0, 4280.0, 4282.0, 4312.0, 4302.0, 4343.0, 4314.0, 4344.0, 4314.0, 4302.0, 4290.0, 4288.0, 4319.0, 4289.0, 4340.0, 4278.0, 4309.0, 4288.0, 4307.0, 4300.0, 4329.0, 4298.0, 4289.0, 4288.0, 4278.0, 4309.0, 4290.0, 4320.0, 4291.0, 4279.0, 4320.0, 4290.0, 4319.0, 4289.0, 4330.0, 4300.0, 4320.0, 4300.0, 4287.0, 4298.0, 4287.0, 4308.0, 4288.0, 4329.0, 4289.0, 4298.0, 4267.0, 4277.0, 4310.0, 4290.0, 4341.0, 4302.0, 4291.0, 4291.0, 4290.0, 4331.0, 4292.0, 4343.0, 4290.0, 4321.0, 4291.0, 4319.0, 4301.0, 4330.0, 4299.0, 4299.0, 4299.0, 4268.0, 4278.0, 4290.0, 4330.0, 4290.0, 4299.0, 4269.0, 4290.0, 4320.0, 4300.0, 4341.0, 4301.0, 4329.0, 4300.0, 4318.0, 4300.0, 4309.0, 4298.0, 4289.0, 4310.0, 4300.0, 4319.0, 4299.0, 4297.0, 4309.0, 4288.0, 4331.0, 4289.0, 4279.0, 4268.0, 4289.0, 4332.0, 4302.0, 4342.0, 4313.0, 4341.0, 4301.0, 4308.0, 4288.0, 4276.0, 4319.0, 4287.0, 4307.0, 4286.0, 4266.0, 4288.0, 4288.0, 4328.0, 4290.0, 4289.0, 4299.0, 4302.0, 4320.0, 4301.0, 4301.0, 4321.0, 4290.0, 4320.0, 4299.0, 4318.0, 4290.0, 4307.0, 4288.0, 4278.0, 4300.0, 4290.0, 4319.0, 4300.0, 4309.0, 4321.0, 4290.0, 4332.0, 4300.0, 4321.0, 4300.0, 4300.0, 4323.0, 4291.0, 4331.0, 4301.0, 4291.0, 4312.0, 4303.0, 4369.0, 4349.0, 4335.0, 4301.0, 4290.0, 4308.0, 4287.0, 4267.0, 4300.0, 4291.0, 4332.0, 4292.0, 4341.0, 4312.0, 4308.0, 4298.0, 4276.0, 4317.0, 4287.0, 4316.0, 4283.0, 4263.0, 4283.0, 4251.0, 4280.0, 4260.0, 4290.0, 4260.0, 4278.0, 4260.0, 4280.0, 4260.0, 4249.0, 4250.0, 4263.0, 4273.0, 4286.0, 4266.0, 4279.0, 4289.0, 4330.0, 4292.0, 4301.0, 4302.0, 4291.0, 4331.0, 4304.0, 4344.0, 4314.0, 4301.0, 4292.0, 4293.0, 4331.0, 4291.0, 4332.0, 4302.0, 4311.0, 4314.0, 4307.0], 'WindowWidth': [9609.0, 9537.0, 9540.0, 9571.0, 9539.0, 9545.0, 9514.0, 9535.0, 9518.0, 9533.0, 9533.0, 9588.0, 9536.0, 9588.0, 9548.0, 9572.0, 9525.0, 9562.0, 9519.0, 9527.0, 9496.0, 9476.0, 9533.0, 9477.0, 9515.0, 9472.0, 9454.0, 9486.0, 9475.0, 9520.0, 9475.0, 9459.0, 9449.0, 9480.0, 9495.0, 9483.0, 9540.0, 9506.0, 9544.0, 9504.0, 9489.0, 9504.0, 9513.0, 9567.0, 9527.0, 9499.0, 9510.0, 9515.0, 9569.0, 9532.0, 9528.0, 9571.0, 9516.0, 9569.0, 9529.0, 9563.0, 9528.0, 9548.0, 9538.0, 9495.0, 9522.0, 9506.0, 9533.0, 9505.0, 9560.0, 9509.0, 9547.0, 9505.0, 9490.0, 9507.0, 9496.0, 9563.0, 9512.0, 9567.0, 9511.0, 9518.0, 9505.0, 9499.0, 9503.0, 9500.0, 9533.0, 9500.0, 9543.0, 9490.0, 9553.0, 9503.0, 9542.0, 9506.0, 9489.0, 9506.0, 9504.0, 9549.0, 9527.0, 9579.0, 9525.0, 9505.0, 9536.0, 9506.0, 9561.0, 9509.0, 9563.0, 9537.0, 9506.0, 9522.0, 9507.0, 9547.0, 9512.0, 9563.0, 9522.0, 9505.0, 9549.0, 9507.0, 9564.0, 9523.0, 9548.0, 9521.0, 9504.0, 9545.0, 9505.0, 9555.0, 9505.0, 9541.0, 9504.0, 9502.0, 9514.0, 9485.0, 9536.0, 9503.0, 9527.0, 9501.0, 9488.0, 9520.0, 9489.0, 9531.0, 9511.0, 9561.0, 9513.0, 9566.0, 9525.0, 9512.0, 9509.0, 9513.0, 9567.0, 9526.0, 9583.0, 9526.0, 9536.0, 9506.0, 9507.0, 9550.0, 9510.0, 9564.0, 9507.0, 9517.0, 9493.0, 9493.0, 9549.0, 9510.0, 9579.0, 9522.0, 9532.0, 9503.0, 9503.0, 9546.0, 9491.0, 9559.0, 9503.0, 9498.0, 9476.0, 9493.0, 9562.0, 9511.0, 9562.0, 9523.0, 9507.0, 9549.0, 9516.0, 9580.0, 9541.0, 9553.0, 9522.0, 9505.0, 9548.0, 9520.0, 9568.0, 9507.0, 9576.0, 9485.0, 9497.0, 9483.0, 9482.0, 9511.0, 9489.0, 9541.0, 9505.0, 9520.0, 9524.0, 9513.0, 9538.0, 9514.0, 9569.0, 9531.0, 9583.0, 9535.0, 9583.0, 9555.0, 9520.0, 9506.0, 9490.0, 9516.0, 9503.0, 9556.0, 9519.0, 9525.0, 9498.0, 9485.0, 9472.0, 9504.0, 9564.0, 9523.0, 9561.0, 9525.0, 9514.0, 9530.0, 9503.0, 9584.0, 9529.0, 9542.0, 9516.0, 9514.0, 9584.0, 9545.0, 9588.0, 9529.0, 9551.0, 9518.0, 9502.0, 9531.0, 9499.0, 9562.0, 9500.0, 9540.0, 9501.0, 9521.0, 9500.0, 9509.0, 9513.0, 9485.0, 9528.0, 9504.0, 9539.0, 9520.0, 9548.0, 9510.0, 9491.0, 9523.0, 9510.0, 9561.0, 9528.0, 9582.0, 9540.0, 9538.0, 9534.0, 9505.0, 9548.0, 9506.0, 9566.0, 9524.0, 9563.0, 9519.0, 9516.0, 9519.0, 9506.0, 9524.0, 9512.0, 9580.0, 9526.0, 9577.0, 9527.0, 9553.0, 9537.0, 9520.0, 9569.0, 9510.0, 9547.0, 9501.0, 9488.0, 9515.0, 9500.0, 9580.0, 9518.0, 9561.0, 9504.0, 9516.0, 9516.0, 9499.0, 9547.0, 9503.0, 9561.0, 9501.0, 9487.0, 9502.0, 9502.0, 9560.0, 9523.0, 9548.0, 9522.0, 9507.0, 9530.0, 9519.0, 9531.0, 9492.0, 9505.0, 9565.0, 9522.0, 9533.0, 9508.0, 9522.0, 9566.0, 9522.0, 9564.0, 9522.0, 9503.0, 9546.0, 9507.0, 9565.0, 9518.0, 9530.0, 9514.0, 9485.0, 9528.0, 9502.0, 9544.0, 9504.0, 9489.0, 9543.0, 9507.0, 9542.0, 9517.0, 9520.0, 9562.0, 9510.0, 9562.0, 9501.0, 9487.0, 9502.0, 9502.0, 9558.0, 9508.0, 9546.0, 9522.0, 9494.0, 9515.0, 9515.0, 9566.0, 9533.0, 9561.0, 9539.0, 9518.0, 9570.0, 9534.0, 9555.0, 9514.0, 9515.0, 9566.0, 9531.0, 9585.0, 9545.0, 9526.0, 9539.0, 9527.0, 9565.0, 9526.0, 9547.0, 9537.0, 9508.0, 9562.0, 9506.0, 9525.0, 9500.0, 9493.0, 9523.0, 9480.0, 9553.0, 9479.0, 9523.0, 9493.0, 9479.0, 9482.0, 9481.0, 9556.0, 9502.0, 9541.0, 9496.0, 9496.0, 9497.0, 9484.0, 9514.0, 9487.0, 9539.0, 9506.0, 9529.0, 9521.0, 9521.0, 9525.0, 9510.0, 9566.0, 9528.0, 9555.0, 9530.0, 9542.0, 9574.0, 9529.0, 9585.0, 9524.0, 9564.0, 9521.0, 9543.0, 9515.0, 9484.0, 9511.0, 9484.0, 9522.0, 9503.0, 9554.0, 9519.0, 9488.0, 9490.0, 9505.0, 9530.0, 9509.0, 9577.0, 9540.0, 9519.0, 9508.0, 9510.0, 9554.0, 9508.0, 9568.0, 9512.0, 9552.0, 9528.0, 9538.0, 9525.0, 9524.0, 9557.0, 9516.0, 9569.0, 9527.0, 9564.0, 9527.0, 9548.0, 9538.0, 9507.0, 9548.0, 9490.0, 9543.0, 9506.0, 9557.0, 9515.0, 9526.0, 9528.0, 9498.0, 9529.0, 9502.0, 9539.0, 9503.0, 9558.0, 9501.0, 9486.0, 9471.0, 9485.0, 9528.0, 9505.0, 9558.0, 9505.0, 9511.0, 9472.0, 9487.0, 9532.0, 9521.0, 9575.0, 9520.0, 9517.0, 9506.0, 9501.0, 9544.0, 9519.0, 9561.0, 9519.0, 9561.0, 9486.0, 9485.0, 9501.0, 9503.0, 9556.0, 9507.0, 9505.0, 9521.0, 9504.0, 9561.0, 9510.0, 9563.0, 9538.0, 9505.0, 9532.0, 9504.0, 9540.0, 9516.0, 9528.0, 9531.0, 9502.0, 9542.0, 9476.0, 9489.0, 9561.0, 9507.0, 9550.0, 9507.0, 9513.0, 9553.0, 9529.0, 9598.0, 9557.0, 9545.0, 9543.0, 9510.0, 9567.0, 9514.0, 9577.0, 9527.0, 9511.0, 9514.0, 9516.0, 9583.0, 9546.0, 9542.0, 9558.0, 9512.0, 9566.0, 9540.0, 9539.0, 9568.0, 9525.0, 9566.0, 9521.0, 9492.0, 9530.0, 9517.0, 9559.0, 9516.0, 9525.0, 9497.0, 9501.0, 9539.0, 9498.0, 9492.0, 9508.0, 9498.0, 9555.0, 9514.0, 9484.0, 9511.0, 9513.0, 9559.0, 9528.0, 9485.0, 9541.0, 9494.0, 9495.0, 9470.0, 9480.0, 9540.0, 9498.0, 9556.0, 9497.0, 9483.0, 9510.0, 9496.0, 9539.0, 9498.0, 9526.0, 9482.0, 9479.0, 9496.0, 9500.0, 9553.0, 9546.0, 9531.0, 9491.0, 9507.0, 9504.0, 9511.0, 9568.0, 9531.0, 9513.0, 9565.0, 9531.0, 9580.0, 9540.0, 9552.0, 9555.0, 9521.0, 9563.0, 9506.0, 9558.0, 9497.0, 9508.0, 9495.0, 9494.0, 9542.0, 9478.0, 9538.0, 9495.0, 9495.0, 9482.0, 9481.0, 9537.0, 9503.0, 9558.0, 9500.0, 9509.0, 9512.0, 9489.0, 9517.0, 9504.0, 9560.0, 9508.0, 9560.0, 9524.0, 9543.0, 9521.0, 9543.0, 9518.0, 9501.0, 9530.0, 9488.0, 9529.0, 9504.0, 9560.0, 9522.0, 9536.0, 9522.0, 9510.0, 9548.0, 9524.0, 9579.0, 9538.0, 9566.0, 9503.0, 9503.0, 9516.0, 9485.0, 9487.0, 9488.0, 9533.0, 9493.0, 9532.0, 9510.0, 9566.0, 9527.0, 9581.0, 9522.0, 9535.0, 9494.0, 9497.0, 9537.0, 9526.0, 9582.0, 9546.0, 9588.0, 9544.0, 9524.0, 9505.0, 9500.0, 9544.0, 9502.0, 9578.0, 9486.0, 9527.0, 9498.0, 9523.0, 9517.0, 9555.0, 9515.0, 9500.0, 9499.0, 9486.0, 9528.0, 9504.0, 9545.0, 9508.0, 9489.0, 9545.0, 9505.0, 9541.0, 9504.0, 9558.0, 9519.0, 9546.0, 9518.0, 9497.0, 9513.0, 9497.0, 9526.0, 9499.0, 9558.0, 9502.0, 9512.0, 9470.0, 9484.0, 9533.0, 9507.0, 9576.0, 9524.0, 9509.0, 9509.0, 9507.0, 9565.0, 9513.0, 9584.0, 9507.0, 9549.0, 9508.0, 9541.0, 9520.0, 9559.0, 9518.0, 9513.0, 9514.0, 9471.0, 9487.0, 9504.0, 9558.0, 9507.0, 9517.0, 9477.0, 9506.0, 9546.0, 9518.0, 9576.0, 9519.0, 9555.0, 9518.0, 9540.0, 9518.0, 9529.0, 9514.0, 9502.0, 9531.0, 9520.0, 9542.0, 9516.0, 9511.0, 9529.0, 9501.0, 9561.0, 9503.0, 9489.0, 9474.0, 9502.0, 9564.0, 9527.0, 9582.0, 9542.0, 9578.0, 9522.0, 9527.0, 9500.0, 9480.0, 9542.0, 9495.0, 9522.0, 9493.0, 9466.0, 9497.0, 9500.0, 9553.0, 9504.0, 9503.0, 9518.0, 9523.0, 9545.0, 9521.0, 9520.0, 9548.0, 9504.0, 9545.0, 9516.0, 9540.0, 9503.0, 9523.0, 9500.0, 9485.0, 9516.0, 9505.0, 9542.0, 9519.0, 9530.0, 9548.0, 9504.0, 9562.0, 9519.0, 9546.0, 9518.0, 9517.0, 9552.0, 9506.0, 9561.0, 9521.0, 9506.0, 9539.0, 9527.0, 9633.0, 9602.0, 9575.0, 9520.0, 9504.0, 9525.0, 9497.0, 9467.0, 9517.0, 9505.0, 9562.0, 9511.0, 9575.0, 9536.0, 9525.0, 9510.0, 9477.0, 9535.0, 9492.0, 9532.0, 9484.0, 9452.0, 9479.0, 9433.0, 9474.0, 9443.0, 9484.0, 9445.0, 9465.0, 9446.0, 9471.0, 9445.0, 9431.0, 9433.0, 9456.0, 9470.0, 9492.0, 9468.0, 9489.0, 9503.0, 9559.0, 9512.0, 9522.0, 9525.0, 9510.0, 9563.0, 9529.0, 9582.0, 9543.0, 9521.0, 9510.0, 9511.0, 9562.0, 9508.0, 9563.0, 9523.0, 9533.0, 9541.0, 9541.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.0006025573394495414</td></tr>
<tr><td colspan=3>aqi</td><td>0.01969797901376147</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.591919659184896</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2803304321354771</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008451044339839</td></tr>
<tr><td colspan=3>efc</td><td>0.4809</td></tr>
<tr><td colspan=3>fber</td><td>5998.4839</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07667547936501566</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0321100917431192</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4166856944926622</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3223815809937447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.677542208889692</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2501332935945495</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111031</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016446685418486595</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0354774110019207</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8615669681227165</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.5529</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.669</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296531.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>792.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.1197</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4957</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.6167</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3473.8156</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.0109</td></tr>
<tr><td colspan=3>tsnr</td><td>43.735175899229944</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>