ds005256-mriqc/sub-0057_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 114ba0e3f0 [DATALAD RUNCMD] Compute MRIQC for sub-0057
=== 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-0057 --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-0057",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:44:14 +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-0057_ses-01_task-social_acq-mb8_run-05_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-0057_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0057_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_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-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-01_task-social_acq-mb8_run-05_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-0057/ses-01/func/sub-0057_ses-01_task-social_acq-mb8_run-05_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>47da7e77c752a32456716a44f73eca4d</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>10:06:50.560000</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.999294, -0.00890636, -0.0364931, 0.00610445, 0.997075, -0.0761833]</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-05_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.110915</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7787, -7227, 496, -37, -255, -63, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e80dd847-abd4-4706-b484-93e71f2abeae||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.6810333728790283, 0.016377782449126244, -0.10007528960704803, 114.33978271484375], [0.023895101621747017, 2.675079822540283, -0.2049482762813568, -78.00537872314453], [-0.09790843725204468, 0.20439425110816956, 2.690349578857422, -70.11756134033203], [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': ['100650.560000', '100651.020000', '100651.480000', '100651.940000', '100652.400000', '100652.860000', '100653.320000', '100653.780000', '100654.240000', '100654.700000', '100655.160000', '100655.620000', '100656.080000', '100656.540000', '100657.000000', '100657.460000', '100657.920000', '100658.380000', '100658.840000', '100659.300000', '100659.760000', '100700.220000', '100700.680000', '100701.140000', '100701.600000', '100702.060000', '100702.520000', '100702.980000', '100703.440000', '100703.900000', '100704.360000', '100704.820000', '100705.280000', '100705.740000', '100706.200000', '100706.660000', '100707.120000', '100707.580000', '100708.040000', '100708.500000', '100708.960000', '100709.420000', '100709.880000', '100710.340000', '100710.800000', '100711.260000', '100711.720000', '100712.180000', '100712.640000', '100713.100000', '100713.560000', '100714.020000', '100714.480000', '100714.940000', '100715.400000', '100715.860000', '100716.320000', '100716.780000', '100717.240000', '100717.700000', '100718.160000', '100718.620000', '100719.080000', '100719.540000', '100720.000000', '100720.460000', '100720.920000', '100721.380000', '100721.840000', '100722.300000', '100722.760000', '100723.220000', '100723.680000', '100724.140000', '100724.600000', '100725.060000', '100725.520000', '100725.980000', '100726.440000', '100726.900000', '100727.360000', '100727.820000', '100728.280000', '100728.740000', '100729.200000', '100729.660000', '100730.120000', '100730.580000', '100731.040000', '100731.500000', '100731.960000', '100732.420000', '100732.880000', '100733.340000', '100733.800000', '100734.260000', '100734.720000', '100735.180000', '100735.640000', '100736.100000', '100736.560000', '100737.020000', '100737.480000', '100737.940000', '100738.400000', '100738.860000', '100739.320000', '100739.780000', '100740.240000', '100740.700000', '100741.160000', '100741.620000', '100742.080000', '100742.540000', '100743.000000', '100743.460000', '100743.920000', '100744.380000', '100744.840000', '100745.300000', '100745.760000', '100746.220000', '100746.680000', '100747.140000', '100747.600000', '100748.060000', '100748.520000', '100748.980000', '100749.440000', '100749.900000', '100750.360000', '100750.820000', '100751.280000', '100751.740000', '100752.200000', '100752.660000', '100753.120000', '100753.580000', '100754.040000', '100754.500000', '100754.960000', '100755.420000', '100755.880000', '100756.340000', '100756.800000', '100757.260000', '100757.720000', '100758.180000', '100758.640000', '100759.100000', '100759.560000', '100800.020000', '100800.480000', '100800.940000', '100801.400000', '100801.860000', '100802.320000', '100802.780000', '100803.240000', '100803.700000', '100804.160000', '100804.620000', '100805.080000', '100805.540000', '100806.000000', '100806.460000', '100806.920000', '100807.380000', '100807.840000', '100808.300000', '100808.760000', '100809.220000', '100809.680000', '100810.140000', '100810.600000', '100811.060000', '100811.520000', '100811.980000', '100812.440000', '100812.900000', '100813.360000', '100813.820000', '100814.280000', '100814.740000', '100815.200000', '100815.660000', '100816.120000', '100816.580000', '100817.040000', '100817.500000', '100817.960000', '100818.420000', '100818.880000', '100819.340000', '100819.800000', '100820.260000', '100820.720000', '100821.180000', '100821.640000', '100822.100000', '100822.560000', '100823.020000', '100823.480000', '100823.940000', '100824.400000', '100824.860000', '100825.320000', '100825.780000', '100826.240000', '100826.700000', '100827.160000', '100827.620000', '100828.080000', '100828.540000', '100829.000000', '100829.460000', '100829.920000', '100830.380000', '100830.840000', '100831.300000', '100831.760000', '100832.220000', '100832.680000', '100833.140000', '100833.600000', '100834.060000', '100834.520000', '100834.980000', '100835.440000', '100835.900000', '100836.360000', '100836.820000', '100837.280000', '100837.740000', '100838.200000', '100838.660000', '100839.120000', '100839.580000', '100840.040000', '100840.500000', '100840.960000', '100841.420000', '100841.880000', '100842.340000', '100842.800000', '100843.260000', '100843.720000', '100844.180000', '100844.640000', '100845.100000', '100845.560000', '100846.020000', '100846.480000', '100846.940000', '100847.400000', '100847.860000', '100848.320000', '100848.780000', '100849.240000', '100849.700000', '100850.160000', '100850.620000', '100851.080000', '100851.540000', '100852.000000', '100852.460000', '100852.920000', '100853.380000', '100853.840000', '100854.300000', '100854.760000', '100855.220000', '100855.680000', '100856.140000', '100856.600000', '100857.060000', '100857.520000', '100857.980000', '100858.440000', '100858.900000', '100859.360000', '100859.820000', '100900.280000', '100900.740000', '100901.200000', '100901.660000', '100902.120000', '100902.580000', '100903.040000', '100903.500000', '100903.960000', '100904.420000', '100904.880000', '100905.340000', '100905.800000', '100906.260000', '100906.720000', '100907.180000', '100907.640000', '100908.100000', '100908.560000', '100909.020000', '100909.480000', '100909.940000', '100910.400000', '100910.860000', '100911.320000', '100911.780000', '100912.240000', '100912.700000', '100913.160000', '100913.620000', '100914.080000', '100914.540000', '100915.000000', '100915.460000', '100915.920000', '100916.380000', '100916.840000', '100917.300000', '100917.760000', '100918.220000', '100918.680000', '100919.140000', '100919.600000', '100920.060000', '100920.520000', '100920.980000', '100921.440000', '100921.900000', '100922.360000', '100922.820000', '100923.280000', '100923.740000', '100924.200000', '100924.660000', '100925.120000', '100925.580000', '100926.040000', '100926.500000', '100926.960000', '100927.420000', '100927.880000', '100928.340000', '100928.800000', '100929.260000', '100929.720000', '100930.180000', '100930.640000', '100931.100000', '100931.560000', '100932.020000', '100932.480000', '100932.940000', '100933.400000', '100933.860000', '100934.320000', '100934.780000', '100935.240000', '100935.700000', '100936.160000', '100936.620000', '100937.080000', '100937.540000', '100938.000000', '100938.460000', '100938.920000', '100939.380000', '100939.840000', '100940.300000', '100940.760000', '100941.220000', '100941.680000', '100942.140000', '100942.600000', '100943.060000', '100943.520000', '100943.980000', '100944.440000', '100944.900000', '100945.360000', '100945.820000', '100946.280000', '100946.740000', '100947.200000', '100947.660000', '100948.120000', '100948.580000', '100949.040000', '100949.500000', '100949.960000', '100950.420000', '100950.880000', '100951.340000', '100951.800000', '100952.260000', '100952.720000', '100953.180000', '100953.640000', '100954.100000', '100954.560000', '100955.020000', '100955.480000', '100955.940000', '100956.400000', '100956.860000', '100957.320000', '100957.780000', '100958.240000', '100958.700000', '100959.160000', '100959.620000', '101000.080000', '101000.540000', '101001.000000', '101001.460000', '101001.920000', '101002.380000', '101002.840000', '101003.300000', '101003.760000', '101004.220000', '101004.680000', '101005.140000', '101005.600000', '101006.060000', '101006.520000', '101006.980000', '101007.440000', '101007.900000', '101008.360000', '101008.820000', '101009.280000', '101009.740000', '101010.200000', '101010.660000', '101011.120000', '101011.580000', '101012.040000', '101012.500000', '101012.960000', '101013.420000', '101013.880000', '101014.340000', '101014.800000', '101015.260000', '101015.720000', '101016.180000', '101016.640000', '101017.100000', '101017.560000', '101018.020000', '101018.480000', '101018.940000', '101019.400000', '101019.860000', '101020.320000', '101020.780000', '101021.240000', '101021.700000', '101022.160000', '101022.620000', '101023.080000', '101023.540000', '101024.000000', '101024.460000', '101024.920000', '101025.380000', '101025.840000', '101026.300000', '101026.760000', '101027.220000', '101027.680000', '101028.140000', '101028.600000', '101029.060000', '101029.520000', '101029.980000', '101030.440000', '101030.900000', '101031.360000', '101031.820000', '101032.280000', '101032.740000', '101033.200000', '101033.660000', '101034.120000', '101034.580000', '101035.040000', '101035.500000', '101035.960000', '101036.420000', '101036.880000', '101037.340000', '101037.800000', '101038.260000', '101038.720000', '101039.180000', '101039.640000', '101040.100000', '101040.560000', '101041.020000', '101041.480000', '101041.940000', '101042.400000', '101042.860000', '101043.320000', '101043.780000', '101044.240000', '101044.700000', '101045.160000', '101045.620000', '101046.080000', '101046.540000', '101047.000000', '101047.460000', '101047.920000', '101048.380000', '101048.840000', '101049.300000', '101049.760000', '101050.220000', '101050.680000', '101051.140000', '101051.600000', '101052.060000', '101052.520000', '101052.980000', '101053.440000', '101053.900000', '101054.360000', '101054.820000', '101055.280000', '101055.740000', '101056.200000', '101056.660000', '101057.120000', '101057.580000', '101058.040000', '101058.500000', '101058.960000', '101059.420000', '101059.880000', '101100.340000', '101100.800000', '101101.260000', '101101.720000', '101102.180000', '101102.640000', '101103.100000', '101103.560000', '101104.020000', '101104.480000', '101104.940000', '101105.400000', '101105.860000', '101106.320000', '101106.780000', '101107.240000', '101107.700000', '101108.160000', '101108.620000', '101109.080000', '101109.540000', '101110.000000', '101110.460000', '101110.920000', '101111.380000', '101111.840000', '101112.300000', '101112.760000', '101113.220000', '101113.680000', '101114.140000', '101114.600000', '101115.060000', '101115.520000', '101115.980000', '101116.440000', '101116.900000', '101117.360000', '101117.820000', '101118.280000', '101118.740000', '101119.200000', '101119.660000', '101120.120000', '101120.580000', '101121.040000', '101121.500000', '101121.960000', '101122.420000', '101122.880000', '101123.340000', '101123.800000', '101124.260000', '101124.720000', '101125.180000', '101125.640000', '101126.100000', '101126.560000', '101127.020000', '101127.480000', '101127.940000', '101128.400000', '101128.860000', '101129.320000', '101129.780000', '101130.240000', '101130.700000', '101131.160000', '101131.620000', '101132.080000', '101132.540000', '101133.000000', '101133.460000', '101133.920000', '101134.380000', '101134.840000', '101135.300000', '101135.760000', '101136.220000', '101136.680000', '101137.140000', '101137.600000', '101138.060000', '101138.520000', '101138.980000', '101139.440000', '101139.900000', '101140.360000', '101140.820000', '101141.280000', '101141.740000', '101142.200000', '101142.660000', '101143.120000', '101143.580000', '101144.040000', '101144.500000', '101144.960000', '101145.420000', '101145.880000', '101146.340000', '101146.800000', '101147.260000', '101147.720000', '101148.180000', '101148.640000', '101149.100000', '101149.560000', '101150.020000', '101150.480000', '101150.940000', '101151.400000', '101151.860000', '101152.320000', '101152.780000', '101153.240000', '101153.700000', '101154.160000', '101154.620000', '101155.080000', '101155.540000', '101156.000000', '101156.460000', '101156.920000', '101157.380000', '101157.840000', '101158.300000', '101158.760000', '101159.220000', '101159.680000', '101200.140000', '101200.600000', '101201.060000', '101201.520000', '101201.980000', '101202.440000', '101202.900000', '101203.360000', '101203.820000', '101204.280000', '101204.740000', '101205.200000', '101205.660000', '101206.120000', '101206.580000', '101207.040000', '101207.500000', '101207.960000', '101208.420000', '101208.880000', '101209.340000', '101209.800000', '101210.260000', '101210.720000', '101211.180000', '101211.640000', '101212.100000', '101212.560000', '101213.020000', '101213.480000', '101213.940000', '101214.400000', '101214.860000', '101215.320000', '101215.780000', '101216.240000', '101216.700000', '101217.160000', '101217.620000', '101218.080000', '101218.540000', '101219.000000', '101219.460000', '101219.920000', '101220.380000', '101220.840000', '101221.300000', '101221.760000', '101222.220000', '101222.680000', '101223.140000', '101223.600000', '101224.060000', '101224.520000', '101224.980000', '101225.440000', '101225.900000', '101226.360000', '101226.820000', '101227.280000', '101227.740000', '101228.200000', '101228.660000', '101229.120000', '101229.580000', '101230.040000', '101230.500000', '101230.960000', '101231.420000', '101231.880000', '101232.340000', '101232.800000', '101233.260000', '101233.720000', '101234.180000', '101234.640000', '101235.100000', '101235.560000', '101236.020000', '101236.480000', '101236.940000', '101237.400000', '101237.860000', '101238.320000', '101238.780000', '101239.240000', '101239.700000', '101240.160000', '101240.620000', '101241.080000', '101241.540000', '101242.000000', '101242.460000', '101242.920000', '101243.380000', '101243.840000', '101244.300000', '101244.760000', '101245.220000', '101245.680000', '101246.140000', '101246.600000', '101247.060000', '101247.520000', '101247.980000', '101248.440000', '101248.900000', '101249.360000', '101249.820000', '101250.280000', '101250.740000', '101251.200000', '101251.660000', '101252.120000', '101252.580000', '101253.040000', '101253.500000', '101253.960000', '101254.420000', '101254.880000', '101255.340000', '101255.800000', '101256.260000', '101256.720000', '101257.180000', '101257.640000', '101258.100000', '101258.560000', '101259.020000', '101259.480000', '101259.940000', '101300.400000', '101300.860000', '101301.320000', '101301.780000', '101302.240000', '101302.700000', '101303.160000', '101303.620000', '101304.080000', '101304.540000', '101305.000000', '101305.460000', '101305.920000', '101306.380000', '101306.840000', '101307.300000', '101307.760000', '101308.220000', '101308.680000', '101309.140000', '101309.600000', '101310.060000', '101310.520000', '101310.980000', '101311.440000', '101311.900000', '101312.360000', '101312.820000', '101313.280000', '101313.740000', '101314.200000', '101314.660000', '101315.120000', '101315.580000', '101316.040000', '101316.500000', '101316.960000', '101317.420000', '101317.880000', '101318.340000', '101318.800000', '101319.260000', '101319.720000', '101320.180000', '101320.640000', '101321.100000', '101321.560000', '101322.020000', '101322.480000', '101322.940000', '101323.400000', '101323.860000', '101324.320000', '101324.780000', '101325.240000', '101325.700000', '101326.160000', '101326.620000', '101327.080000', '101327.540000', '101328.000000', '101328.460000', '101328.920000', '101329.380000', '101329.840000', '101330.300000', '101330.760000', '101331.220000'], 'ContentTime': ['100717.800000', '100717.821000', '100717.823000', '100717.826000', '100717.829000', '100717.831000', '100717.834000', '100717.836000', '100717.839000', '100717.841000', '100717.844000', '100717.847000', '100717.849000', '100717.852000', '100717.854000', '100717.857000', '100717.859000', '100717.868000', '100717.870000', '100717.873000', '100717.875000', '100717.878000', '100717.881000', '100717.883000', '100717.886000', '100717.888000', '100717.891000', '100717.904000', '100717.906000', '100717.909000', '100717.911000', '100717.914000', '100717.916000', '100717.919000', '100717.921000', '100717.924000', '100717.927000', '100717.929000', '100717.932000', '100717.934000', '100717.937000', '100717.939000', '100717.942000', '100717.945000', '100717.947000', '100717.950000', '100717.952000', '100717.955000', '100717.957000', '100717.960000', '100717.963000', '100717.965000', '100717.968000', '100717.970000', '100717.973000', '100717.975000', '100737.772000', '100737.775000', '100737.778000', '100737.781000', '100737.783000', '100737.786000', '100737.788000', '100737.791000', '100737.793000', '100737.796000', '100737.799000', '100737.801000', '100737.804000', '100737.806000', '100737.809000', '100737.811000', '100737.814000', '100737.817000', '100737.819000', '100737.822000', '100737.824000', '100737.827000', '100737.829000', '100737.832000', '100737.834000', '100737.837000', '100737.840000', '100737.842000', '100737.845000', '100737.847000', '100737.850000', '100737.853000', '100737.855000', '100737.858000', '100737.860000', '100737.863000', '100737.865000', '100737.868000', '100737.870000', '100737.873000', '100737.875000', '100737.878000', '100737.881000', '100737.883000', '100757.773000', '100757.775000', '100757.778000', '100757.781000', '100757.783000', '100757.786000', '100757.788000', '100757.791000', '100757.793000', '100757.796000', '100757.799000', '100757.801000', '100757.804000', '100757.806000', '100757.809000', '100757.812000', '100757.814000', '100757.821000', '100757.824000', '100757.826000', '100757.829000', '100757.831000', '100757.835000', '100757.838000', '100757.840000', '100757.843000', '100757.845000', '100757.848000', '100757.851000', '100757.853000', '100757.856000', '100757.859000', '100757.861000', '100757.864000', '100757.866000', '100757.869000', '100757.871000', '100757.874000', '100757.877000', '100757.879000', '100757.882000', '100757.884000', '100757.887000', '100817.773000', '100817.776000', '100817.778000', '100817.781000', '100817.783000', '100817.786000', '100817.788000', '100817.791000', '100817.793000', '100817.796000', '100817.799000', '100817.801000', '100817.804000', '100817.807000', '100817.809000', '100817.812000', '100817.815000', '100817.817000', '100817.820000', '100817.822000', '100817.825000', '100817.827000', '100817.830000', '100817.832000', '100817.835000', '100817.837000', '100817.840000', '100817.843000', '100817.845000', '100817.848000', '100817.850000', '100817.853000', '100817.855000', '100817.858000', '100817.860000', '100817.863000', '100817.866000', '100817.868000', '100817.871000', '100817.873000', '100817.876000', '100817.878000', '100817.881000', '100817.883000', '100837.773000', '100837.776000', '100837.779000', '100837.781000', '100837.784000', '100837.787000', '100837.789000', '100837.792000', '100837.794000', '100837.797000', '100837.800000', '100837.802000', '100837.811000', '100837.813000', '100837.816000', '100837.818000', '100837.821000', '100837.824000', '100837.826000', '100837.829000', '100837.831000', '100837.834000', '100837.836000', '100837.839000', '100837.842000', '100837.844000', '100837.847000', '100837.849000', '100837.852000', '100837.855000', '100837.858000', '100837.860000', '100837.863000', '100837.865000', '100837.868000', '100837.871000', '100837.873000', '100837.876000', '100837.878000', '100837.881000', '100837.884000', '100837.886000', '100837.889000', '100857.774000', '100857.776000', '100857.779000', '100857.781000', '100857.784000', '100857.787000', '100857.789000', '100857.792000', '100857.794000', '100857.797000', '100857.810000', '100857.813000', '100857.815000', '100857.818000', '100857.820000', '100857.823000', '100857.826000', '100857.828000', '100857.831000', '100857.833000', '100857.836000', '100857.838000', '100857.841000', '100857.843000', '100857.846000', '100857.849000', '100857.851000', '100857.854000', '100857.856000', '100857.859000', '100857.862000', '100857.864000', '100857.867000', '100857.869000', '100857.872000', '100857.874000', '100857.877000', '100857.880000', '100857.882000', '100857.885000', '100857.887000', '100857.890000', '100857.893000', '100857.895000', '100917.773000', '100917.776000', '100917.779000', '100917.781000', '100917.784000', '100917.786000', '100917.789000', '100917.791000', '100917.794000', '100917.797000', '100917.842000', '100917.844000', '100917.847000', '100917.849000', '100917.852000', '100917.854000', '100917.857000', '100917.860000', '100917.862000', '100917.865000', '100917.868000', '100917.870000', '100917.873000', '100917.877000', '100917.879000', '100917.882000', '100917.884000', '100917.887000', '100917.889000', '100917.892000', '100917.894000', '100917.897000', '100917.899000', '100917.902000', '100917.905000', '100917.907000', '100917.910000', '100917.912000', '100917.915000', '100917.917000', '100917.920000', '100917.923000', '100917.925000', '100937.772000', '100937.775000', '100937.778000', '100937.780000', '100937.815000', '100937.830000', '100937.833000', '100937.836000', '100937.838000', '100937.841000', '100937.843000', '100937.846000', '100937.848000', '100937.851000', '100937.854000', '100937.856000', '100937.859000', '100937.861000', '100937.864000', '100937.866000', '100937.869000', '100937.871000', '100937.874000', '100937.877000', '100937.879000', '100937.882000', '100937.884000', '100937.887000', '100937.889000', '100937.892000', '100937.895000', '100937.897000', '100937.900000', '100937.902000', '100937.905000', '100937.907000', '100937.910000', '100937.912000', '100937.915000', '100937.918000', '100937.920000', '100937.923000', '100937.925000', '100937.928000', '100957.773000', '100957.775000', '100957.778000', '100957.781000', '100957.783000', '100957.786000', '100957.788000', '100957.791000', '100957.794000', '100957.796000', '100957.799000', '100957.840000', '100957.842000', '100957.845000', '100957.847000', '100957.850000', '100957.852000', '100957.855000', '100957.857000', '100957.860000', '100957.863000', '100957.865000', '100957.868000', '100957.870000', '100957.873000', '100957.876000', '100957.878000', '100957.881000', '100957.883000', '100957.886000', '100957.889000', '100957.892000', '100957.895000', '100957.897000', '100957.900000', '100957.903000', '100957.905000', '100957.908000', '100957.910000', '100957.913000', '100957.915000', '100957.918000', '100957.920000', '101017.772000', '101017.775000', '101017.778000', '101017.781000', '101017.783000', '101017.786000', '101017.789000', '101017.791000', '101017.794000', '101017.797000', '101017.799000', '101017.831000', '101017.834000', '101017.836000', '101017.839000', '101017.842000', '101017.844000', '101017.847000', '101017.849000', '101017.852000', '101017.854000', '101017.857000', '101017.860000', '101017.862000', '101017.865000', '101017.867000', '101017.870000', '101017.872000', '101017.875000', '101017.878000', '101017.880000', '101017.883000', '101017.885000', '101017.888000', '101017.890000', '101017.905000', '101017.907000', '101017.917000', '101017.919000', '101017.922000', '101017.924000', '101017.927000', '101017.929000', '101037.773000', '101037.775000', '101037.778000', '101037.781000', '101037.783000', '101037.786000', '101037.788000', '101037.791000', '101037.794000', '101037.796000', '101037.799000', '101037.838000', '101037.841000', '101037.843000', '101037.846000', '101037.849000', '101037.851000', '101037.854000', '101037.856000', '101037.859000', '101037.861000', '101037.864000', '101037.866000', '101037.869000', '101037.872000', '101037.874000', '101037.877000', '101037.879000', '101037.882000', '101037.885000', '101037.887000', '101037.890000', '101037.892000', '101037.895000', '101037.897000', '101037.900000', '101037.903000', '101037.905000', '101037.908000', '101037.911000', '101037.914000', '101037.916000', '101037.919000', '101037.922000', '101057.774000', '101057.776000', '101057.779000', '101057.781000', '101057.784000', '101057.787000', '101057.789000', '101057.792000', '101057.794000', '101057.797000', '101057.800000', '101057.802000', '101057.805000', '101057.807000', '101057.810000', '101057.813000', '101057.815000', '101057.818000', '101057.820000', '101057.823000', '101057.825000', '101057.828000', '101057.831000', '101057.833000', '101057.836000', '101057.838000', '101057.841000', '101057.844000', '101057.846000', '101057.849000', '101057.851000', '101057.854000', '101057.856000', '101057.859000', '101057.862000', '101057.864000', '101057.867000', '101057.869000', '101057.872000', '101057.875000', '101057.877000', '101057.880000', '101057.882000', '101057.885000', '101117.773000', '101117.776000', '101117.779000', '101117.782000', '101117.784000', '101117.787000', '101117.789000', '101117.792000', '101117.794000', '101117.797000', '101117.866000', '101117.869000', '101117.871000', '101117.874000', '101117.876000', '101117.879000', '101117.882000', '101117.884000', '101117.887000', '101117.889000', '101117.892000', '101117.894000', '101117.897000', '101117.900000', '101117.902000', '101117.905000', '101117.907000', '101117.910000', '101117.912000', '101117.915000', '101117.918000', '101117.920000', '101117.923000', '101117.926000', '101117.928000', '101117.931000', '101117.933000', '101117.936000', '101117.939000', '101117.941000', '101117.944000', '101117.946000', '101117.949000', '101137.773000', '101137.776000', '101137.779000', '101137.782000', '101137.784000', '101137.787000', '101137.789000', '101137.792000', '101137.794000', '101137.797000', '101137.820000', '101137.823000', '101137.825000', '101137.828000', '101137.830000', '101137.833000', '101137.835000', '101137.838000', '101137.840000', '101137.843000', '101137.846000', '101137.848000', '101137.851000', '101137.853000', '101137.856000', '101137.858000', '101137.861000', '101137.864000', '101137.866000', '101137.869000', '101137.871000', '101137.874000', '101137.877000', '101137.879000', '101137.882000', '101137.884000', '101137.887000', '101137.889000', '101137.892000', '101137.895000', '101137.897000', '101137.900000', '101137.902000', '101137.905000', '101157.773000', '101157.775000', '101157.778000', '101157.781000', '101157.783000', '101157.786000', '101157.788000', '101157.791000', '101157.793000', '101157.796000', '101157.799000', '101157.838000', '101157.841000', '101157.843000', '101157.846000', '101157.849000', '101157.869000', '101157.871000', '101157.874000', '101157.876000', '101157.879000', '101157.882000', '101157.884000', '101157.887000', '101157.889000', '101157.892000', '101157.894000', '101157.897000', '101157.899000', '101157.902000', '101157.905000', '101157.907000', '101157.910000', '101157.912000', '101157.915000', '101157.917000', '101157.920000', '101157.923000', '101157.925000', '101157.928000', '101157.930000', '101157.933000', '101157.935000', '101217.773000', '101217.776000', '101217.778000', '101217.781000', '101217.783000', '101217.787000', '101217.790000', '101217.792000', '101217.795000', '101217.798000', '101217.837000', '101217.839000', '101217.842000', '101217.845000', '101217.847000', '101217.850000', '101217.852000', '101217.855000', '101217.858000', '101217.860000', '101217.863000', '101217.865000', '101217.868000', '101217.870000', '101217.873000', '101217.876000', '101217.878000', '101217.881000', '101217.883000', '101217.886000', '101217.888000', '101217.891000', '101217.894000', '101217.896000', '101217.899000', '101217.901000', '101217.904000', '101217.906000', '101217.909000', '101217.912000', '101217.914000', '101217.917000', '101217.919000', '101237.772000', '101237.776000', '101237.778000', '101237.781000', '101237.783000', '101237.786000', '101237.789000', '101237.791000', '101237.794000', '101237.796000', '101237.799000', '101237.861000', '101237.864000', '101237.866000', '101237.869000', '101237.871000', '101237.874000', '101237.876000', '101237.879000', '101237.882000', '101237.884000', '101237.887000', '101237.889000', '101237.892000', '101237.894000', '101237.897000', '101237.899000', '101237.902000', '101237.905000', '101237.907000', '101237.910000', '101237.912000', '101237.915000', '101237.917000', '101237.920000', '101237.923000', '101237.925000', '101237.928000', '101237.930000', '101237.933000', '101237.935000', '101237.938000', '101237.941000', '101237.945000', '101257.773000', '101257.775000', '101257.778000', '101257.781000', '101257.783000', '101257.786000', '101257.788000', '101257.791000', '101257.793000', '101257.796000', '101257.799000', '101257.801000', '101257.804000', '101257.806000', '101257.809000', '101257.812000', '101257.815000', '101257.817000', '101257.820000', '101257.822000', '101257.825000', '101257.828000', '101257.830000', '101257.833000', '101257.835000', '101257.838000', '101257.840000', '101257.843000', '101257.846000', '101257.848000', '101257.851000', '101257.853000', '101257.856000', '101257.859000', '101257.861000', '101257.864000', '101257.866000', '101257.869000', '101257.872000', '101257.874000', '101257.877000', '101257.879000', '101257.882000', '101317.774000', '101317.777000', '101317.779000', '101317.782000', '101317.784000', '101317.787000', '101317.789000', '101317.792000', '101317.794000', '101317.797000', '101317.800000', '101317.802000', '101317.805000', '101317.808000', '101317.810000', '101317.813000', '101317.815000', '101317.818000', '101317.821000', '101317.823000', '101317.826000', '101317.828000', '101317.831000', '101317.833000', '101317.836000', '101317.838000', '101317.841000', '101317.853000', '101317.856000', '101317.859000', '101317.861000', '101317.864000', '101317.866000', '101317.869000', '101317.871000', '101317.874000', '101317.877000', '101317.879000', '101317.882000', '101317.884000', '101317.887000', '101317.889000', '101317.892000', '101317.895000', '101332.657000', '101332.660000', '101332.663000', '101332.665000', '101332.668000', '101332.671000', '101332.673000', '101332.676000', '101332.678000', '101332.681000', '101332.684000', '101332.687000', '101332.689000', '101332.692000', '101332.694000', '101332.697000', '101332.700000', '101332.703000', '101332.705000', '101332.708000', '101332.711000', '101332.713000', '101332.716000', '101332.719000', '101332.722000', '101332.724000', '101332.727000', '101332.730000', '101332.732000', '101332.735000', '101332.738000', '101332.740000', '101332.743000'], 'InstanceCreationTime': ['100717.800000', '100717.821000', '100717.823000', '100717.826000', '100717.829000', '100717.831000', '100717.834000', '100717.836000', '100717.839000', '100717.841000', '100717.844000', '100717.847000', '100717.849000', '100717.852000', '100717.854000', '100717.857000', '100717.859000', '100717.868000', '100717.870000', '100717.873000', '100717.875000', '100717.878000', '100717.881000', '100717.883000', '100717.886000', '100717.888000', '100717.891000', '100717.904000', '100717.906000', '100717.909000', '100717.911000', '100717.914000', '100717.916000', '100717.919000', '100717.921000', '100717.924000', '100717.927000', '100717.929000', '100717.932000', '100717.934000', '100717.937000', '100717.939000', '100717.942000', '100717.945000', '100717.947000', '100717.950000', '100717.952000', '100717.955000', '100717.957000', '100717.960000', '100717.963000', '100717.965000', '100717.968000', '100717.970000', '100717.973000', '100717.975000', '100737.772000', '100737.775000', '100737.778000', '100737.781000', '100737.783000', '100737.786000', '100737.788000', '100737.791000', '100737.793000', '100737.796000', '100737.799000', '100737.801000', '100737.804000', '100737.806000', '100737.809000', '100737.811000', '100737.814000', '100737.817000', '100737.819000', '100737.822000', '100737.824000', '100737.827000', '100737.829000', '100737.832000', '100737.834000', '100737.837000', '100737.840000', '100737.842000', '100737.845000', '100737.847000', '100737.850000', '100737.853000', '100737.855000', '100737.858000', '100737.860000', '100737.863000', '100737.865000', '100737.868000', '100737.870000', '100737.873000', '100737.875000', '100737.878000', '100737.881000', '100737.883000', '100757.773000', '100757.775000', '100757.778000', '100757.781000', '100757.783000', '100757.786000', '100757.788000', '100757.791000', '100757.793000', '100757.796000', '100757.799000', '100757.801000', '100757.804000', '100757.806000', '100757.809000', '100757.812000', '100757.814000', '100757.821000', '100757.824000', '100757.826000', '100757.829000', '100757.831000', '100757.835000', '100757.838000', '100757.840000', '100757.843000', '100757.845000', '100757.848000', '100757.851000', '100757.853000', '100757.856000', '100757.859000', '100757.861000', '100757.864000', '100757.866000', '100757.869000', '100757.871000', '100757.874000', '100757.877000', '100757.879000', '100757.882000', '100757.884000', '100757.887000', '100817.773000', '100817.776000', '100817.778000', '100817.781000', '100817.783000', '100817.786000', '100817.788000', '100817.791000', '100817.793000', '100817.796000', '100817.799000', '100817.801000', '100817.804000', '100817.807000', '100817.809000', '100817.812000', '100817.815000', '100817.817000', '100817.820000', '100817.822000', '100817.825000', '100817.827000', '100817.830000', '100817.832000', '100817.835000', '100817.837000', '100817.840000', '100817.843000', '100817.845000', '100817.848000', '100817.850000', '100817.853000', '100817.855000', '100817.858000', '100817.860000', '100817.863000', '100817.866000', '100817.868000', '100817.871000', '100817.873000', '100817.876000', '100817.878000', '100817.881000', '100817.883000', '100837.773000', '100837.776000', '100837.779000', '100837.781000', '100837.784000', '100837.787000', '100837.789000', '100837.792000', '100837.794000', '100837.797000', '100837.800000', '100837.802000', '100837.811000', '100837.813000', '100837.816000', '100837.818000', '100837.821000', '100837.824000', '100837.826000', '100837.829000', '100837.831000', '100837.834000', '100837.836000', '100837.839000', '100837.842000', '100837.844000', '100837.847000', '100837.849000', '100837.852000', '100837.855000', '100837.858000', '100837.860000', '100837.863000', '100837.865000', '100837.868000', '100837.871000', '100837.873000', '100837.876000', '100837.878000', '100837.881000', '100837.884000', '100837.886000', '100837.889000', '100857.774000', '100857.776000', '100857.779000', '100857.781000', '100857.784000', '100857.787000', '100857.789000', '100857.792000', '100857.794000', '100857.797000', '100857.810000', '100857.813000', '100857.815000', '100857.818000', '100857.820000', '100857.823000', '100857.826000', '100857.828000', '100857.831000', '100857.833000', '100857.836000', '100857.838000', '100857.841000', '100857.843000', '100857.846000', '100857.849000', '100857.851000', '100857.854000', '100857.856000', '100857.859000', '100857.862000', '100857.864000', '100857.867000', '100857.869000', '100857.872000', '100857.874000', '100857.877000', '100857.880000', '100857.882000', '100857.885000', '100857.887000', '100857.890000', '100857.893000', '100857.895000', '100917.773000', '100917.776000', '100917.779000', '100917.781000', '100917.784000', '100917.786000', '100917.789000', '100917.791000', '100917.794000', '100917.797000', '100917.842000', '100917.844000', '100917.847000', '100917.849000', '100917.852000', '100917.854000', '100917.857000', '100917.860000', '100917.862000', '100917.865000', '100917.868000', '100917.870000', '100917.873000', '100917.877000', '100917.879000', '100917.882000', '100917.884000', '100917.887000', '100917.889000', '100917.892000', '100917.894000', '100917.897000', '100917.899000', '100917.902000', '100917.905000', '100917.907000', '100917.910000', '100917.912000', '100917.915000', '100917.917000', '100917.920000', '100917.923000', '100917.925000', '100937.772000', '100937.775000', '100937.778000', '100937.780000', '100937.815000', '100937.830000', '100937.833000', '100937.836000', '100937.838000', '100937.841000', '100937.843000', '100937.846000', '100937.848000', '100937.851000', '100937.854000', '100937.856000', '100937.859000', '100937.861000', '100937.864000', '100937.866000', '100937.869000', '100937.871000', '100937.874000', '100937.877000', '100937.879000', '100937.882000', '100937.884000', '100937.887000', '100937.889000', '100937.892000', '100937.895000', '100937.897000', '100937.900000', '100937.902000', '100937.905000', '100937.907000', '100937.910000', '100937.912000', '100937.915000', '100937.918000', '100937.920000', '100937.923000', '100937.925000', '100937.928000', '100957.773000', '100957.775000', '100957.778000', '100957.781000', '100957.783000', '100957.786000', '100957.788000', '100957.791000', '100957.794000', '100957.796000', '100957.799000', '100957.840000', '100957.842000', '100957.845000', '100957.847000', '100957.850000', '100957.852000', '100957.855000', '100957.857000', '100957.860000', '100957.863000', '100957.865000', '100957.868000', '100957.870000', '100957.873000', '100957.876000', '100957.878000', '100957.881000', '100957.883000', '100957.886000', '100957.889000', '100957.892000', '100957.895000', '100957.897000', '100957.900000', '100957.903000', '100957.905000', '100957.908000', '100957.910000', '100957.913000', '100957.915000', '100957.918000', '100957.920000', '101017.772000', '101017.775000', '101017.778000', '101017.781000', '101017.783000', '101017.786000', '101017.789000', '101017.791000', '101017.794000', '101017.797000', '101017.799000', '101017.831000', '101017.834000', '101017.836000', '101017.839000', '101017.842000', '101017.844000', '101017.847000', '101017.849000', '101017.852000', '101017.854000', '101017.857000', '101017.860000', '101017.862000', '101017.865000', '101017.867000', '101017.870000', '101017.872000', '101017.875000', '101017.878000', '101017.880000', '101017.883000', '101017.885000', '101017.888000', '101017.890000', '101017.905000', '101017.907000', '101017.917000', '101017.919000', '101017.922000', '101017.924000', '101017.927000', '101017.929000', '101037.773000', '101037.775000', '101037.778000', '101037.781000', '101037.783000', '101037.786000', '101037.788000', '101037.791000', '101037.794000', '101037.796000', '101037.799000', '101037.838000', '101037.841000', '101037.843000', '101037.846000', '101037.849000', '101037.851000', '101037.854000', '101037.856000', '101037.859000', '101037.861000', '101037.864000', '101037.866000', '101037.869000', '101037.872000', '101037.874000', '101037.877000', '101037.879000', '101037.882000', '101037.885000', '101037.887000', '101037.890000', '101037.892000', '101037.895000', '101037.897000', '101037.900000', '101037.903000', '101037.905000', '101037.908000', '101037.911000', '101037.914000', '101037.916000', '101037.919000', '101037.922000', '101057.774000', '101057.776000', '101057.779000', '101057.781000', '101057.784000', '101057.787000', '101057.789000', '101057.792000', '101057.794000', '101057.797000', '101057.800000', '101057.802000', '101057.805000', '101057.807000', '101057.810000', '101057.813000', '101057.815000', '101057.818000', '101057.820000', '101057.823000', '101057.825000', '101057.828000', '101057.831000', '101057.833000', '101057.836000', '101057.838000', '101057.841000', '101057.844000', '101057.846000', '101057.849000', '101057.851000', '101057.854000', '101057.856000', '101057.859000', '101057.862000', '101057.864000', '101057.867000', '101057.869000', '101057.872000', '101057.875000', '101057.877000', '101057.880000', '101057.882000', '101057.885000', '101117.773000', '101117.776000', '101117.779000', '101117.782000', '101117.784000', '101117.787000', '101117.789000', '101117.792000', '101117.794000', '101117.797000', '101117.866000', '101117.869000', '101117.871000', '101117.874000', '101117.876000', '101117.879000', '101117.882000', '101117.884000', '101117.887000', '101117.889000', '101117.892000', '101117.894000', '101117.897000', '101117.900000', '101117.902000', '101117.905000', '101117.907000', '101117.910000', '101117.912000', '101117.915000', '101117.918000', '101117.920000', '101117.923000', '101117.926000', '101117.928000', '101117.931000', '101117.933000', '101117.936000', '101117.939000', '101117.941000', '101117.944000', '101117.946000', '101117.949000', '101137.773000', '101137.776000', '101137.779000', '101137.782000', '101137.784000', '101137.787000', '101137.789000', '101137.792000', '101137.794000', '101137.797000', '101137.820000', '101137.823000', '101137.825000', '101137.828000', '101137.830000', '101137.833000', '101137.835000', '101137.838000', '101137.840000', '101137.843000', '101137.846000', '101137.848000', '101137.851000', '101137.853000', '101137.856000', '101137.858000', '101137.861000', '101137.864000', '101137.866000', '101137.869000', '101137.871000', '101137.874000', '101137.877000', '101137.879000', '101137.882000', '101137.884000', '101137.887000', '101137.889000', '101137.892000', '101137.895000', '101137.897000', '101137.900000', '101137.902000', '101137.905000', '101157.773000', '101157.775000', '101157.778000', '101157.781000', '101157.783000', '101157.786000', '101157.788000', '101157.791000', '101157.793000', '101157.796000', '101157.799000', '101157.838000', '101157.841000', '101157.843000', '101157.846000', '101157.849000', '101157.869000', '101157.871000', '101157.874000', '101157.876000', '101157.879000', '101157.882000', '101157.884000', '101157.887000', '101157.889000', '101157.892000', '101157.894000', '101157.897000', '101157.899000', '101157.902000', '101157.905000', '101157.907000', '101157.910000', '101157.912000', '101157.915000', '101157.917000', '101157.920000', '101157.923000', '101157.925000', '101157.928000', '101157.930000', '101157.933000', '101157.935000', '101217.773000', '101217.776000', '101217.778000', '101217.781000', '101217.783000', '101217.787000', '101217.790000', '101217.792000', '101217.795000', '101217.798000', '101217.837000', '101217.839000', '101217.842000', '101217.845000', '101217.847000', '101217.850000', '101217.852000', '101217.855000', '101217.858000', '101217.860000', '101217.863000', '101217.865000', '101217.868000', '101217.870000', '101217.873000', '101217.876000', '101217.878000', '101217.881000', '101217.883000', '101217.886000', '101217.888000', '101217.891000', '101217.894000', '101217.896000', '101217.899000', '101217.901000', '101217.904000', '101217.906000', '101217.909000', '101217.912000', '101217.914000', '101217.917000', '101217.919000', '101237.772000', '101237.776000', '101237.778000', '101237.781000', '101237.783000', '101237.786000', '101237.789000', '101237.791000', '101237.794000', '101237.796000', '101237.799000', '101237.861000', '101237.864000', '101237.866000', '101237.869000', '101237.871000', '101237.874000', '101237.876000', '101237.879000', '101237.882000', '101237.884000', '101237.887000', '101237.889000', '101237.892000', '101237.894000', '101237.897000', '101237.899000', '101237.902000', '101237.905000', '101237.907000', '101237.910000', '101237.912000', '101237.915000', '101237.917000', '101237.920000', '101237.923000', '101237.925000', '101237.928000', '101237.930000', '101237.933000', '101237.935000', '101237.938000', '101237.941000', '101237.945000', '101257.773000', '101257.775000', '101257.778000', '101257.781000', '101257.783000', '101257.786000', '101257.788000', '101257.791000', '101257.793000', '101257.796000', '101257.799000', '101257.801000', '101257.804000', '101257.806000', '101257.809000', '101257.812000', '101257.815000', '101257.817000', '101257.820000', '101257.822000', '101257.825000', '101257.828000', '101257.830000', '101257.833000', '101257.835000', '101257.838000', '101257.840000', '101257.843000', '101257.846000', '101257.848000', '101257.851000', '101257.853000', '101257.856000', '101257.859000', '101257.861000', '101257.864000', '101257.866000', '101257.869000', '101257.872000', '101257.874000', '101257.877000', '101257.879000', '101257.882000', '101317.774000', '101317.777000', '101317.779000', '101317.782000', '101317.784000', '101317.787000', '101317.789000', '101317.792000', '101317.794000', '101317.797000', '101317.800000', '101317.802000', '101317.805000', '101317.808000', '101317.810000', '101317.813000', '101317.815000', '101317.818000', '101317.821000', '101317.823000', '101317.826000', '101317.828000', '101317.831000', '101317.833000', '101317.836000', '101317.838000', '101317.841000', '101317.853000', '101317.856000', '101317.859000', '101317.861000', '101317.864000', '101317.866000', '101317.869000', '101317.871000', '101317.874000', '101317.877000', '101317.879000', '101317.882000', '101317.884000', '101317.887000', '101317.889000', '101317.892000', '101317.895000', '101332.657000', '101332.660000', '101332.663000', '101332.665000', '101332.668000', '101332.671000', '101332.673000', '101332.676000', '101332.678000', '101332.681000', '101332.684000', '101332.687000', '101332.689000', '101332.692000', '101332.694000', '101332.697000', '101332.700000', '101332.703000', '101332.705000', '101332.708000', '101332.711000', '101332.713000', '101332.716000', '101332.719000', '101332.722000', '101332.724000', '101332.727000', '101332.730000', '101332.732000', '101332.735000', '101332.738000', '101332.740000', '101332.743000'], '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': [7642, 8249, 8859, 8184, 7313, 8691, 7297, 6417, 8543, 7764, 8445, 7660, 7802, 7943, 10303, 8277, 9166, 8430, 7654, 8220, 7619, 7508, 7587, 7173, 7870, 7221, 8045, 6933, 8030, 6476, 8160, 6820, 8229, 6661, 8133, 6565, 8150, 6534, 8098, 6692, 7931, 6663, 7962, 6563, 8108, 7117, 7995, 6742, 7944, 6711, 7678, 7224, 7568, 7925, 7452, 8049, 7596, 8186, 8764, 8239, 7539, 7911, 8138, 8169, 7576, 7679, 8179, 7519, 7960, 7733, 7875, 7544, 8066, 7623, 7945, 7648, 7850, 7859, 7982, 8028, 8119, 7723, 7807, 7077, 7864, 6940, 7958, 6785, 7952, 7146, 7565, 6586, 7874, 6544, 7793, 6604, 7601, 6770, 7671, 6198, 7628, 8009, 7633, 7992, 7635, 7916, 7362, 7953, 7409, 8088, 7055, 8150, 7036, 7886, 6745, 7925, 6755, 8102, 6933, 7875, 6772, 7784, 6613, 7890, 6665, 7632, 7786, 7685, 7809, 7622, 7859, 6962, 8145, 7426, 8256, 7270, 8097, 7061, 8033, 6770, 7927, 6744, 8095, 7086, 8022, 6986, 7810, 7146, 8107, 7177, 7725, 7286, 7928, 7202, 7934, 8237, 8118, 7678, 7912, 7416, 7934, 7244, 8014, 7392, 7776, 6489, 7751, 6235, 7503, 7885, 7644, 7725, 7412, 7827, 7116, 7960, 7100, 7699, 6511, 7536, 7187, 7317, 7906, 7204, 8010, 7148, 7942, 7301, 7891, 6722, 7781, 7022, 7801, 6858, 7667, 6807, 7818, 7186, 7825, 6728, 7542, 6982, 7753, 8377, 7631, 8474, 7516, 7500, 7714, 8894, 7864, 8284, 7590, 6620, 7759, 7574, 7718, 6434, 7736, 6169, 7616, 6601, 7423, 7041, 7483, 7496, 7358, 7645, 7074, 7687, 7260, 7680, 6851, 7484, 6839, 7670, 6688, 7720, 6574, 7565, 6294, 7499, 7221, 7423, 6594, 7213, 7072, 7024, 6656, 7015, 6586, 7065, 7916, 7271, 7920, 7239, 7845, 7200, 7586, 7405, 7987, 7044, 6682, 7029, 7273, 7149, 7771, 7391, 7682, 7160, 7507, 7301, 7664, 7491, 7513, 9997, 7695, 8631, 7338, 7877, 7427, 7137, 7648, 6951, 7380, 6452, 7255, 7622, 7450, 7849, 7380, 7664, 7204, 7543, 7228, 7714, 6935, 7556, 6652, 7676, 6550, 7706, 6403, 7769, 7273, 7337, 6921, 7498, 6981, 7776, 8237, 7659, 7317, 7548, 7711, 7565, 9768, 7443, 8798, 7395, 8335, 7567, 8770, 7400, 7419, 7404, 6653, 7597, 7495, 7418, 7461, 7571, 7141, 7385, 7118, 7418, 7505, 7368, 7954, 7413, 7689, 7333, 7874, 6864, 7815, 6922, 7383, 6733, 7406, 6320, 7585, 6253, 7442, 7424, 7372, 6796, 7251, 6385, 7359, 6629, 7151, 7754, 7141, 7812, 6815, 7562, 7306, 7269, 6855, 7275, 7681, 7357, 7589, 8255, 7354, 6760, 7454, 6336, 7721, 6590, 7395, 6289, 7314, 6076, 7277, 6751, 6964, 6693, 7151, 7611, 7341, 7560, 7381, 7507, 7114, 7794, 7196, 7539, 7382, 7424, 7222, 7553, 7733, 7615, 7380, 7297, 7234, 7113, 6285, 7113, 7585, 6949, 7474, 6935, 7624, 7162, 7506, 7586, 7594, 6894, 7440, 6899, 7556, 7045, 7556, 8776, 7546, 8018, 7228, 6786, 7402, 6594, 7326, 8394, 7127, 7017, 7130, 6831, 7307, 7544, 7292, 7451, 7286, 7631, 6930, 7396, 7938, 7411, 7694, 7318, 6260, 7353, 7014, 7385, 6887, 7419, 6209, 7228, 6601, 7389, 6807, 7042, 6550, 7008, 7418, 7176, 7429, 6973, 7426, 7120, 7707, 7328, 7393, 7612, 7285, 6716, 7444, 7210, 7360, 7450, 7396, 8651, 7151, 6395, 6987, 7514, 7366, 7310, 7071, 7492, 6915, 7467, 7021, 7157, 7068, 7254, 6524, 7187, 6517, 7485, 6786, 7466, 6934, 7318, 6311, 7344, 7128, 7209, 7438, 7295, 6999, 7032, 7044, 7197, 8765, 7038, 6776, 7022, 7336, 7152, 7213, 6904, 7310, 7131, 7472, 6919, 7260, 7213, 7111, 6801, 7123, 6365, 7201, 7516, 7154, 7369, 7149, 7250, 6697, 7411, 7136, 7223, 7079, 7357, 6285, 7269, 6555, 7377, 6726, 7113, 6696, 7221, 6428, 7437, 7384, 7005, 6720, 7014, 6399, 7127, 6667, 7222, 8128, 7101, 7658, 7135, 6897, 7166, 8328, 7069, 8750, 7174, 7404, 7252, 6755, 7213, 8589, 7638, 6577, 7816, 6079, 7690, 6538, 7880, 7163, 8020, 7380, 7396, 6740, 6437, 6738, 6522, 7208, 9289, 7493, 7399, 7572, 6923, 6624, 7268, 8388, 7007, 7109, 7218, 6529, 7263, 6953, 7463, 6978, 7480, 6890, 7321, 6888, 7119, 6737, 7222, 6869, 7349, 7160, 7177, 6729, 6736, 6751, 7216, 7008, 7068, 6937, 8276, 6711, 7271, 6942, 7432, 7323, 7278, 7566, 7406, 6644, 7370, 7135, 7347, 7817, 7914, 7954, 7155, 7165, 7336, 6879, 7153, 6496, 7316, 6716, 7239, 6961, 6936, 6634, 7111, 6878, 7329, 7964, 7076, 7999, 6844, 7380, 7040, 7621, 7223, 7297, 8884, 7258, 8554, 7230, 6874, 7159, 6689, 7091, 6653, 7150, 6688, 7035, 6763, 7229, 6916, 7033, 6254, 7314, 6564, 7258, 7029, 6921, 6621, 6785, 6579, 6943, 6719, 6729, 7403, 7052, 7168, 7183, 7216, 6844, 7128, 7086, 7185, 7425, 6989, 7442, 7138, 8033, 7207, 8219, 6965, 7995, 7141, 6456, 6909, 8791, 6944, 7121, 6818, 6706, 6760, 7170, 7018, 7337, 6790, 7298, 7457, 7044, 7811, 6872, 7286, 6824, 7223, 6918, 7410, 7172, 7410, 7236, 7235, 6595, 7044, 7095, 6897, 6882, 6851, 7060, 6914, 7369, 7050, 7015, 7545, 7197, 6528, 7199, 6324, 7105, 7349, 6701, 6400, 6764, 7362, 6933, 7245, 7542, 7236, 7199, 7373, 6525, 6877, 7794, 6856, 7474, 6826, 7326, 7271, 7100, 7699, 7022, 6739, 6666, 7258, 6945, 7451, 6677, 7027, 6520, 6959, 6193, 6939, 6240, 7163, 6666, 6641, 6303, 6649, 7308, 7036, 7088, 7047, 7019, 6660, 7226, 6900, 7191, 8244, 7164, 9131, 7092, 8143, 6992, 6989, 6935, 7193, 6762, 7771, 6505, 6415, 6804, 7088, 6755, 7212, 6611, 7014, 6665, 7300, 6732, 7038, 7407, 6884, 7208, 7120, 8257, 7059, 6664, 6917, 7644, 6763, 6951, 6697, 6268, 6677, 6392, 6711, 6248, 6695, 6731, 6689, 7076, 6780, 6782, 8992, 6859, 8148, 6755, 6974, 6774, 7031, 6475, 6993, 6599, 7032, 7241, 6922, 6677, 6460, 7347, 6673, 6959, 6446, 6849, 6687], 'WindowCenter': [3885.0, 3892.0, 3890.0, 3874.0, 3858.0, 3880.0, 3843.0, 3821.0, 3862.0, 3840.0, 3852.0, 3842.0, 3837.0, 3852.0, 3872.0, 3852.0, 3851.0, 3839.0, 3826.0, 3821.0, 3825.0, 3814.0, 3824.0, 3815.0, 3825.0, 3814.0, 3825.0, 3814.0, 3826.0, 3803.0, 3836.0, 3815.0, 3836.0, 3816.0, 3838.0, 3812.0, 3839.0, 3816.0, 3840.0, 3818.0, 3841.0, 3815.0, 3836.0, 3814.0, 3839.0, 3814.0, 3840.0, 3820.0, 3841.0, 3814.0, 3828.0, 3829.0, 3839.0, 3835.0, 3828.0, 3839.0, 3827.0, 3837.0, 3837.0, 3837.0, 3826.0, 3838.0, 3826.0, 3833.0, 3821.0, 3825.0, 3832.0, 3814.0, 3824.0, 3813.0, 3824.0, 3813.0, 3826.0, 3824.0, 3824.0, 3824.0, 3821.0, 3824.0, 3825.0, 3824.0, 3826.0, 3823.0, 3826.0, 3814.0, 3824.0, 3809.0, 3825.0, 3803.0, 3824.0, 3815.0, 3822.0, 3814.0, 3822.0, 3804.0, 3825.0, 3804.0, 3826.0, 3815.0, 3820.0, 3794.0, 3821.0, 3826.0, 3813.0, 3825.0, 3824.0, 3825.0, 3814.0, 3826.0, 3814.0, 3825.0, 3814.0, 3837.0, 3815.0, 3837.0, 3814.0, 3833.0, 3815.0, 3838.0, 3816.0, 3838.0, 3814.0, 3827.0, 3813.0, 3836.0, 3815.0, 3825.0, 3826.0, 3826.0, 3826.0, 3824.0, 3822.0, 3813.0, 3825.0, 3813.0, 3837.0, 3820.0, 3834.0, 3811.0, 3838.0, 3816.0, 3837.0, 3816.0, 3839.0, 3827.0, 3835.0, 3827.0, 3837.0, 3827.0, 3836.0, 3827.0, 3839.0, 3822.0, 3838.0, 3822.0, 3838.0, 3833.0, 3838.0, 3827.0, 3838.0, 3826.0, 3837.0, 3824.0, 3822.0, 3815.0, 3822.0, 3800.0, 3821.0, 3793.0, 3810.0, 3825.0, 3824.0, 3825.0, 3814.0, 3825.0, 3813.0, 3824.0, 3810.0, 3823.0, 3802.0, 3824.0, 3812.0, 3809.0, 3824.0, 3814.0, 3825.0, 3813.0, 3836.0, 3820.0, 3836.0, 3813.0, 3827.0, 3815.0, 3823.0, 3815.0, 3827.0, 3811.0, 3838.0, 3829.0, 3841.0, 3813.0, 3838.0, 3814.0, 3827.0, 3837.0, 3826.0, 3835.0, 3826.0, 3814.0, 3825.0, 3831.0, 3825.0, 3830.0, 3825.0, 3799.0, 3825.0, 3820.0, 3825.0, 3803.0, 3825.0, 3799.0, 3824.0, 3814.0, 3824.0, 3813.0, 3814.0, 3826.0, 3820.0, 3825.0, 3809.0, 3825.0, 3820.0, 3837.0, 3814.0, 3821.0, 3809.0, 3824.0, 3803.0, 3825.0, 3803.0, 3825.0, 3804.0, 3815.0, 3815.0, 3815.0, 3804.0, 3824.0, 3815.0, 3815.0, 3811.0, 3811.0, 3816.0, 3816.0, 3832.0, 3826.0, 3832.0, 3827.0, 3838.0, 3825.0, 3824.0, 3826.0, 3836.0, 3826.0, 3813.0, 3826.0, 3828.0, 3827.0, 3837.0, 3827.0, 3839.0, 3826.0, 3824.0, 3827.0, 3827.0, 3815.0, 3827.0, 3846.0, 3826.0, 3835.0, 3824.0, 3824.0, 3809.0, 3812.0, 3823.0, 3812.0, 3809.0, 3802.0, 3814.0, 3825.0, 3812.0, 3825.0, 3813.0, 3825.0, 3824.0, 3825.0, 3814.0, 3821.0, 3814.0, 3825.0, 3817.0, 3834.0, 3805.0, 3827.0, 3804.0, 3828.0, 3823.0, 3828.0, 3827.0, 3827.0, 3827.0, 3836.0, 3850.0, 3840.0, 3822.0, 3823.0, 3825.0, 3823.0, 3846.0, 3826.0, 3833.0, 3813.0, 3824.0, 3824.0, 3834.0, 3815.0, 3814.0, 3814.0, 3803.0, 3826.0, 3826.0, 3826.0, 3828.0, 3825.0, 3813.0, 3813.0, 3813.0, 3813.0, 3812.0, 3812.0, 3822.0, 3811.0, 3812.0, 3811.0, 3823.0, 3800.0, 3812.0, 3801.0, 3807.0, 3803.0, 3814.0, 3803.0, 3825.0, 3802.0, 3825.0, 3814.0, 3825.0, 3814.0, 3824.0, 3803.0, 3814.0, 3815.0, 3814.0, 3821.0, 3815.0, 3827.0, 3804.0, 3826.0, 3814.0, 3813.0, 3803.0, 3814.0, 3825.0, 3813.0, 3825.0, 3823.0, 3814.0, 3802.0, 3814.0, 3792.0, 3825.0, 3803.0, 3809.0, 3804.0, 3821.0, 3800.0, 3815.0, 3816.0, 3816.0, 3817.0, 3817.0, 3828.0, 3826.0, 3827.0, 3826.0, 3827.0, 3816.0, 3838.0, 3817.0, 3827.0, 3826.0, 3828.0, 3826.0, 3827.0, 3826.0, 3827.0, 3816.0, 3827.0, 3816.0, 3815.0, 3805.0, 3816.0, 3827.0, 3816.0, 3827.0, 3815.0, 3824.0, 3816.0, 3828.0, 3823.0, 3828.0, 3816.0, 3828.0, 3811.0, 3828.0, 3811.0, 3827.0, 3837.0, 3828.0, 3837.0, 3828.0, 3812.0, 3828.0, 3816.0, 3827.0, 3836.0, 3828.0, 3816.0, 3827.0, 3817.0, 3826.0, 3827.0, 3825.0, 3826.0, 3814.0, 3826.0, 3810.0, 3814.0, 3823.0, 3813.0, 3825.0, 3825.0, 3804.0, 3814.0, 3814.0, 3815.0, 3815.0, 3826.0, 3804.0, 3825.0, 3810.0, 3826.0, 3815.0, 3812.0, 3806.0, 3816.0, 3826.0, 3815.0, 3826.0, 3816.0, 3815.0, 3815.0, 3826.0, 3815.0, 3822.0, 3825.0, 3815.0, 3803.0, 3815.0, 3814.0, 3814.0, 3809.0, 3815.0, 3830.0, 3813.0, 3803.0, 3813.0, 3814.0, 3813.0, 3814.0, 3813.0, 3814.0, 3809.0, 3814.0, 3813.0, 3809.0, 3813.0, 3814.0, 3801.0, 3814.0, 3802.0, 3825.0, 3803.0, 3825.0, 3815.0, 3828.0, 3806.0, 3827.0, 3816.0, 3828.0, 3827.0, 3829.0, 3828.0, 3828.0, 3823.0, 3827.0, 3849.0, 3826.0, 3816.0, 3811.0, 3826.0, 3815.0, 3821.0, 3816.0, 3827.0, 3826.0, 3826.0, 3815.0, 3826.0, 3825.0, 3827.0, 3816.0, 3816.0, 3804.0, 3824.0, 3811.0, 3814.0, 3815.0, 3814.0, 3826.0, 3803.0, 3822.0, 3813.0, 3827.0, 3814.0, 3826.0, 3804.0, 3826.0, 3805.0, 3827.0, 3812.0, 3828.0, 3816.0, 3827.0, 3801.0, 3827.0, 3826.0, 3828.0, 3816.0, 3827.0, 3805.0, 3828.0, 3812.0, 3828.0, 3838.0, 3828.0, 3837.0, 3828.0, 3827.0, 3828.0, 3837.0, 3827.0, 3837.0, 3827.0, 3826.0, 3827.0, 3815.0, 3826.0, 3836.0, 3839.0, 3813.0, 3839.0, 3803.0, 3834.0, 3816.0, 3838.0, 3827.0, 3846.0, 3838.0, 3827.0, 3816.0, 3805.0, 3813.0, 3805.0, 3828.0, 3849.0, 3828.0, 3828.0, 3839.0, 3816.0, 3816.0, 3826.0, 3836.0, 3813.0, 3816.0, 3827.0, 3804.0, 3823.0, 3812.0, 3827.0, 3817.0, 3827.0, 3814.0, 3827.0, 3816.0, 3818.0, 3816.0, 3827.0, 3816.0, 3826.0, 3815.0, 3816.0, 3811.0, 3816.0, 3816.0, 3827.0, 3815.0, 3816.0, 3815.0, 3838.0, 3816.0, 3826.0, 3815.0, 3826.0, 3810.0, 3815.0, 3824.0, 3826.0, 3815.0, 3826.0, 3812.0, 3816.0, 3827.0, 3838.0, 3837.0, 3828.0, 3816.0, 3826.0, 3813.0, 3811.0, 3803.0, 3814.0, 3804.0, 3827.0, 3815.0, 3816.0, 3815.0, 3815.0, 3804.0, 3811.0, 3823.0, 3814.0, 3824.0, 3802.0, 3812.0, 3801.0, 3812.0, 3800.0, 3811.0, 3821.0, 3812.0, 3820.0, 3811.0, 3799.0, 3800.0, 3796.0, 3802.0, 3800.0, 3813.0, 3802.0, 3814.0, 3803.0, 3825.0, 3815.0, 3816.0, 3800.0, 3826.0, 3815.0, 3827.0, 3813.0, 3824.0, 3815.0, 3815.0, 3815.0, 3816.0, 3817.0, 3817.0, 3827.0, 3814.0, 3827.0, 3816.0, 3827.0, 3817.0, 3827.0, 3813.0, 3827.0, 3827.0, 3829.0, 3826.0, 3828.0, 3838.0, 3840.0, 3851.0, 3829.0, 3838.0, 3828.0, 3805.0, 3816.0, 3836.0, 3827.0, 3816.0, 3816.0, 3816.0, 3817.0, 3818.0, 3816.0, 3828.0, 3814.0, 3827.0, 3825.0, 3810.0, 3824.0, 3803.0, 3814.0, 3804.0, 3815.0, 3813.0, 3815.0, 3813.0, 3811.0, 3812.0, 3814.0, 3802.0, 3809.0, 3813.0, 3814.0, 3814.0, 3815.0, 3816.0, 3814.0, 3826.0, 3815.0, 3815.0, 3824.0, 3816.0, 3803.0, 3814.0, 3804.0, 3816.0, 3826.0, 3815.0, 3804.0, 3814.0, 3826.0, 3816.0, 3824.0, 3825.0, 3827.0, 3814.0, 3823.0, 3801.0, 3816.0, 3826.0, 3804.0, 3815.0, 3803.0, 3811.0, 3813.0, 3813.0, 3813.0, 3813.0, 3804.0, 3814.0, 3825.0, 3813.0, 3825.0, 3814.0, 3816.0, 3804.0, 3826.0, 3802.0, 3826.0, 3805.0, 3827.0, 3817.0, 3817.0, 3817.0, 3817.0, 3827.0, 3815.0, 3827.0, 3812.0, 3827.0, 3815.0, 3827.0, 3826.0, 3827.0, 3837.0, 3827.0, 3847.0, 3827.0, 3836.0, 3815.0, 3814.0, 3814.0, 3815.0, 3815.0, 3826.0, 3805.0, 3805.0, 3816.0, 3815.0, 3815.0, 3825.0, 3816.0, 3822.0, 3815.0, 3827.0, 3815.0, 3827.0, 3822.0, 3827.0, 3826.0, 3827.0, 3834.0, 3827.0, 3815.0, 3826.0, 3825.0, 3816.0, 3826.0, 3816.0, 3815.0, 3816.0, 3811.0, 3816.0, 3817.0, 3817.0, 3828.0, 3828.0, 3828.0, 3816.0, 3828.0, 3848.0, 3817.0, 3837.0, 3816.0, 3816.0, 3815.0, 3826.0, 3801.0, 3826.0, 3814.0, 3814.0, 3826.0, 3826.0, 3815.0, 3815.0, 3823.0, 3815.0, 3816.0, 3804.0, 3816.0, 3815.0], 'WindowWidth': [8743.0, 8742.0, 8733.0, 8704.0, 8683.0, 8709.0, 8650.0, 8616.0, 8671.0, 8638.0, 8654.0, 8641.0, 8631.0, 8655.0, 8681.0, 8655.0, 8652.0, 8632.0, 8610.0, 8600.0, 8605.0, 8591.0, 8605.0, 8594.0, 8607.0, 8592.0, 8608.0, 8591.0, 8610.0, 8576.0, 8623.0, 8596.0, 8626.0, 8597.0, 8630.0, 8590.0, 8633.0, 8600.0, 8636.0, 8605.0, 8638.0, 8599.0, 8629.0, 8596.0, 8634.0, 8596.0, 8637.0, 8610.0, 8638.0, 8597.0, 8619.0, 8620.0, 8632.0, 8624.0, 8616.0, 8632.0, 8615.0, 8628.0, 8628.0, 8627.0, 8612.0, 8628.0, 8613.0, 8619.0, 8599.0, 8607.0, 8616.0, 8589.0, 8604.0, 8589.0, 8605.0, 8589.0, 8609.0, 8606.0, 8606.0, 8605.0, 8601.0, 8606.0, 8609.0, 8607.0, 8610.0, 8604.0, 8611.0, 8593.0, 8606.0, 8583.0, 8609.0, 8576.0, 8608.0, 8597.0, 8604.0, 8594.0, 8604.0, 8579.0, 8610.0, 8578.0, 8613.0, 8596.0, 8600.0, 8566.0, 8600.0, 8611.0, 8590.0, 8607.0, 8606.0, 8608.0, 8593.0, 8610.0, 8593.0, 8610.0, 8593.0, 8628.0, 8597.0, 8629.0, 8595.0, 8620.0, 8597.0, 8630.0, 8599.0, 8629.0, 8595.0, 8615.0, 8594.0, 8626.0, 8597.0, 8608.0, 8613.0, 8611.0, 8610.0, 8606.0, 8603.0, 8591.0, 8610.0, 8593.0, 8628.0, 8601.0, 8623.0, 8591.0, 8632.0, 8600.0, 8630.0, 8601.0, 8634.0, 8617.0, 8627.0, 8617.0, 8631.0, 8617.0, 8629.0, 8618.0, 8634.0, 8607.0, 8631.0, 8605.0, 8630.0, 8622.0, 8633.0, 8616.0, 8631.0, 8612.0, 8628.0, 8607.0, 8604.0, 8596.0, 8603.0, 8572.0, 8602.0, 8564.0, 8586.0, 8607.0, 8608.0, 8608.0, 8593.0, 8608.0, 8590.0, 8607.0, 8587.0, 8605.0, 8575.0, 8605.0, 8590.0, 8582.0, 8608.0, 8595.0, 8610.0, 8593.0, 8627.0, 8600.0, 8626.0, 8593.0, 8615.0, 8598.0, 8608.0, 8598.0, 8615.0, 8588.0, 8632.0, 8626.0, 8643.0, 8595.0, 8631.0, 8596.0, 8615.0, 8629.0, 8614.0, 8624.0, 8613.0, 8594.0, 8611.0, 8616.0, 8611.0, 8613.0, 8609.0, 8570.0, 8611.0, 8599.0, 8611.0, 8579.0, 8609.0, 8570.0, 8608.0, 8593.0, 8608.0, 8590.0, 8593.0, 8613.0, 8600.0, 8610.0, 8582.0, 8608.0, 8601.0, 8629.0, 8595.0, 8603.0, 8585.0, 8607.0, 8577.0, 8609.0, 8578.0, 8609.0, 8579.0, 8595.0, 8594.0, 8595.0, 8579.0, 8608.0, 8596.0, 8596.0, 8590.0, 8589.0, 8600.0, 8600.0, 8619.0, 8612.0, 8619.0, 8617.0, 8631.0, 8612.0, 8610.0, 8612.0, 8628.0, 8613.0, 8595.0, 8616.0, 8618.0, 8616.0, 8631.0, 8618.0, 8634.0, 8616.0, 8610.0, 8616.0, 8616.0, 8598.0, 8613.0, 8638.0, 8613.0, 8622.0, 8607.0, 8607.0, 8584.0, 8588.0, 8604.0, 8589.0, 8582.0, 8577.0, 8593.0, 8609.0, 8589.0, 8610.0, 8592.0, 8610.0, 8608.0, 8610.0, 8593.0, 8602.0, 8595.0, 8611.0, 8605.0, 8624.0, 8585.0, 8614.0, 8583.0, 8619.0, 8608.0, 8620.0, 8618.0, 8618.0, 8618.0, 8629.0, 8654.0, 8639.0, 8607.0, 8606.0, 8611.0, 8606.0, 8638.0, 8611.0, 8618.0, 8592.0, 8605.0, 8606.0, 8618.0, 8596.0, 8591.0, 8594.0, 8576.0, 8612.0, 8612.0, 8614.0, 8618.0, 8612.0, 8592.0, 8590.0, 8589.0, 8588.0, 8588.0, 8585.0, 8600.0, 8583.0, 8587.0, 8585.0, 8602.0, 8570.0, 8588.0, 8571.0, 8578.0, 8577.0, 8592.0, 8578.0, 8610.0, 8576.0, 8609.0, 8593.0, 8611.0, 8592.0, 8607.0, 8578.0, 8595.0, 8595.0, 8595.0, 8602.0, 8595.0, 8613.0, 8580.0, 8610.0, 8593.0, 8589.0, 8575.0, 8591.0, 8607.0, 8588.0, 8607.0, 8603.0, 8591.0, 8575.0, 8592.0, 8560.0, 8607.0, 8578.0, 8583.0, 8579.0, 8602.0, 8572.0, 8597.0, 8600.0, 8599.0, 8602.0, 8602.0, 8617.0, 8612.0, 8614.0, 8612.0, 8616.0, 8601.0, 8632.0, 8602.0, 8614.0, 8611.0, 8615.0, 8613.0, 8615.0, 8612.0, 8615.0, 8599.0, 8613.0, 8598.0, 8597.0, 8584.0, 8597.0, 8613.0, 8598.0, 8614.0, 8597.0, 8609.0, 8601.0, 8616.0, 8607.0, 8618.0, 8600.0, 8616.0, 8590.0, 8616.0, 8590.0, 8614.0, 8629.0, 8617.0, 8628.0, 8617.0, 8592.0, 8617.0, 8598.0, 8616.0, 8626.0, 8618.0, 8601.0, 8617.0, 8601.0, 8612.0, 8614.0, 8609.0, 8611.0, 8593.0, 8611.0, 8584.0, 8592.0, 8603.0, 8591.0, 8608.0, 8609.0, 8578.0, 8594.0, 8592.0, 8596.0, 8595.0, 8611.0, 8581.0, 8609.0, 8587.0, 8613.0, 8596.0, 8590.0, 8586.0, 8598.0, 8611.0, 8596.0, 8612.0, 8600.0, 8597.0, 8598.0, 8612.0, 8596.0, 8604.0, 8608.0, 8597.0, 8578.0, 8595.0, 8592.0, 8594.0, 8582.0, 8594.0, 8610.0, 8591.0, 8576.0, 8592.0, 8592.0, 8591.0, 8592.0, 8591.0, 8594.0, 8582.0, 8592.0, 8591.0, 8583.0, 8589.0, 8594.0, 8574.0, 8595.0, 8575.0, 8610.0, 8579.0, 8609.0, 8597.0, 8619.0, 8587.0, 8616.0, 8600.0, 8618.0, 8617.0, 8621.0, 8619.0, 8619.0, 8608.0, 8617.0, 8646.0, 8613.0, 8600.0, 8590.0, 8612.0, 8596.0, 8603.0, 8599.0, 8615.0, 8612.0, 8613.0, 8596.0, 8613.0, 8610.0, 8615.0, 8599.0, 8600.0, 8580.0, 8607.0, 8587.0, 8592.0, 8594.0, 8593.0, 8612.0, 8578.0, 8602.0, 8591.0, 8614.0, 8595.0, 8614.0, 8583.0, 8613.0, 8584.0, 8617.0, 8592.0, 8618.0, 8600.0, 8616.0, 8575.0, 8617.0, 8612.0, 8620.0, 8599.0, 8617.0, 8585.0, 8618.0, 8591.0, 8619.0, 8631.0, 8620.0, 8631.0, 8620.0, 8615.0, 8618.0, 8629.0, 8616.0, 8627.0, 8617.0, 8614.0, 8616.0, 8597.0, 8614.0, 8626.0, 8634.0, 8599.0, 8636.0, 8584.0, 8625.0, 8601.0, 8634.0, 8617.0, 8645.0, 8635.0, 8615.0, 8598.0, 8585.0, 8593.0, 8583.0, 8619.0, 8646.0, 8619.0, 8617.0, 8633.0, 8599.0, 8598.0, 8610.0, 8626.0, 8592.0, 8599.0, 8614.0, 8581.0, 8606.0, 8589.0, 8616.0, 8602.0, 8614.0, 8594.0, 8615.0, 8598.0, 8604.0, 8599.0, 8615.0, 8597.0, 8610.0, 8595.0, 8600.0, 8589.0, 8598.0, 8599.0, 8614.0, 8594.0, 8599.0, 8596.0, 8630.0, 8599.0, 8611.0, 8595.0, 8610.0, 8585.0, 8595.0, 8608.0, 8610.0, 8594.0, 8611.0, 8589.0, 8599.0, 8617.0, 8632.0, 8628.0, 8621.0, 8600.0, 8612.0, 8591.0, 8587.0, 8576.0, 8594.0, 8581.0, 8615.0, 8595.0, 8600.0, 8596.0, 8596.0, 8580.0, 8587.0, 8604.0, 8592.0, 8607.0, 8573.0, 8587.0, 8570.0, 8585.0, 8566.0, 8583.0, 8596.0, 8585.0, 8593.0, 8583.0, 8566.0, 8567.0, 8561.0, 8574.0, 8571.0, 8591.0, 8574.0, 8592.0, 8579.0, 8610.0, 8597.0, 8599.0, 8574.0, 8613.0, 8599.0, 8616.0, 8596.0, 8609.0, 8597.0, 8598.0, 8598.0, 8599.0, 8603.0, 8601.0, 8615.0, 8597.0, 8616.0, 8600.0, 8616.0, 8606.0, 8617.0, 8595.0, 8618.0, 8615.0, 8622.0, 8616.0, 8621.0, 8633.0, 8638.0, 8655.0, 8625.0, 8634.0, 8619.0, 8583.0, 8601.0, 8626.0, 8615.0, 8599.0, 8600.0, 8599.0, 8602.0, 8604.0, 8600.0, 8617.0, 8594.0, 8614.0, 8612.0, 8586.0, 8607.0, 8578.0, 8593.0, 8581.0, 8596.0, 8591.0, 8596.0, 8589.0, 8586.0, 8589.0, 8592.0, 8574.0, 8583.0, 8590.0, 8593.0, 8592.0, 8595.0, 8599.0, 8594.0, 8610.0, 8594.0, 8597.0, 8608.0, 8598.0, 8578.0, 8594.0, 8581.0, 8600.0, 8613.0, 8599.0, 8582.0, 8595.0, 8611.0, 8599.0, 8609.0, 8610.0, 8615.0, 8596.0, 8606.0, 8574.0, 8598.0, 8611.0, 8580.0, 8595.0, 8576.0, 8587.0, 8588.0, 8591.0, 8589.0, 8590.0, 8580.0, 8594.0, 8611.0, 8592.0, 8609.0, 8594.0, 8599.0, 8582.0, 8613.0, 8578.0, 8615.0, 8585.0, 8617.0, 8603.0, 8603.0, 8603.0, 8602.0, 8615.0, 8596.0, 8617.0, 8593.0, 8617.0, 8599.0, 8618.0, 8614.0, 8615.0, 8629.0, 8617.0, 8643.0, 8616.0, 8626.0, 8599.0, 8595.0, 8596.0, 8596.0, 8598.0, 8613.0, 8586.0, 8585.0, 8600.0, 8598.0, 8598.0, 8612.0, 8601.0, 8607.0, 8601.0, 8617.0, 8598.0, 8616.0, 8606.0, 8618.0, 8615.0, 8618.0, 8623.0, 8618.0, 8598.0, 8613.0, 8611.0, 8601.0, 8613.0, 8601.0, 8600.0, 8602.0, 8591.0, 8603.0, 8605.0, 8605.0, 8620.0, 8621.0, 8620.0, 8603.0, 8621.0, 8646.0, 8605.0, 8630.0, 8601.0, 8600.0, 8598.0, 8614.0, 8577.0, 8615.0, 8596.0, 8597.0, 8613.0, 8613.0, 8598.0, 8599.0, 8609.0, 8597.0, 8599.0, 8582.0, 8602.0, 8598.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.0015810574712643677</td></tr>
<tr><td colspan=3>aqi</td><td>0.01973264908045977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.69310241191027</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1838409266628314</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.023938607686995</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>4330.7144</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09897310002629792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4869716010756258</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4912121224230566</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5787545748813363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3909481059224853</td></tr>
<tr><td colspan=3>gcor</td><td>0.00623192</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009432573802769184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021711045876145363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.026467936934183</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.647</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1277</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.2456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.6693</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6967</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.0111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3058.53</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.4615</td></tr>
<tr><td colspan=3>tsnr</td><td>41.34157090773806</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>