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

616 lines
No EOL
107 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-0076_ses-04_task-social_acq-mb8_run-01_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-0076_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-01_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-0076/ses-04/func/sub-0076_ses-04_task-social_acq-mb8_run-01_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>f3473d2af2828e43e7e3b3bd875d6823</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>11:05:51.905000</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.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</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-01_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.0981394</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7734, -7313, 767, 3, -53, -25, 93]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6958ac2c-d002-4950-b6eb-681c3f6512cd||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.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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': ['110551.905000', '110552.365000', '110552.825000', '110553.285000', '110553.745000', '110554.205000', '110554.665000', '110555.125000', '110555.585000', '110556.045000', '110556.505000', '110556.965000', '110557.425000', '110557.885000', '110558.345000', '110558.805000', '110559.265000', '110559.725000', '110600.185000', '110600.645000', '110601.105000', '110601.565000', '110602.025000', '110602.485000', '110602.945000', '110603.405000', '110603.865000', '110604.325000', '110604.785000', '110605.245000', '110605.705000', '110606.165000', '110606.625000', '110607.085000', '110607.545000', '110608.005000', '110608.465000', '110608.925000', '110609.385000', '110609.845000', '110610.305000', '110610.765000', '110611.225000', '110611.685000', '110612.145000', '110612.605000', '110613.065000', '110613.525000', '110613.985000', '110614.445000', '110614.905000', '110615.365000', '110615.825000', '110616.285000', '110616.745000', '110617.205000', '110617.665000', '110618.125000', '110618.585000', '110619.045000', '110619.505000', '110619.965000', '110620.425000', '110620.885000', '110621.345000', '110621.805000', '110622.265000', '110622.725000', '110623.185000', '110623.645000', '110624.105000', '110624.565000', '110625.025000', '110625.485000', '110625.945000', '110626.405000', '110626.865000', '110627.325000', '110627.785000', '110628.245000', '110628.705000', '110629.165000', '110629.625000', '110630.085000', '110630.545000', '110631.005000', '110631.465000', '110631.925000', '110632.385000', '110632.845000', '110633.305000', '110633.765000', '110634.225000', '110634.685000', '110635.145000', '110635.605000', '110636.065000', '110636.525000', '110636.985000', '110637.445000', '110637.905000', '110638.365000', '110638.825000', '110639.285000', '110639.745000', '110640.205000', '110640.665000', '110641.125000', '110641.585000', '110642.045000', '110642.505000', '110642.965000', '110643.425000', '110643.885000', '110644.345000', '110644.805000', '110645.265000', '110645.725000', '110646.185000', '110646.645000', '110647.105000', '110647.565000', '110648.025000', '110648.485000', '110648.945000', '110649.405000', '110649.865000', '110650.325000', '110650.785000', '110651.245000', '110651.705000', '110652.165000', '110652.625000', '110653.085000', '110653.545000', '110654.005000', '110654.465000', '110654.925000', '110655.385000', '110655.845000', '110656.305000', '110656.765000', '110657.225000', '110657.685000', '110658.145000', '110658.605000', '110659.065000', '110659.525000', '110659.985000', '110700.445000', '110700.905000', '110701.365000', '110701.825000', '110702.285000', '110702.745000', '110703.205000', '110703.665000', '110704.125000', '110704.585000', '110705.045000', '110705.505000', '110705.965000', '110706.425000', '110706.885000', '110707.345000', '110707.805000', '110708.265000', '110708.725000', '110709.185000', '110709.645000', '110710.105000', '110710.565000', '110711.025000', '110711.485000', '110711.945000', '110712.405000', '110712.865000', '110713.325000', '110713.785000', '110714.245000', '110714.705000', '110715.165000', '110715.625000', '110716.085000', '110716.545000', '110717.005000', '110717.465000', '110717.925000', '110718.385000', '110718.845000', '110719.305000', '110719.765000', '110720.225000', '110720.685000', '110721.145000', '110721.605000', '110722.065000', '110722.525000', '110722.985000', '110723.445000', '110723.905000', '110724.365000', '110724.825000', '110725.285000', '110725.745000', '110726.205000', '110726.665000', '110727.125000', '110727.585000', '110728.045000', '110728.505000', '110728.965000', '110729.425000', '110729.885000', '110730.345000', '110730.805000', '110731.265000', '110731.725000', '110732.185000', '110732.645000', '110733.105000', '110733.565000', '110734.025000', '110734.485000', '110734.945000', '110735.405000', '110735.865000', '110736.325000', '110736.785000', '110737.245000', '110737.705000', '110738.165000', '110738.625000', '110739.085000', '110739.545000', '110740.005000', '110740.465000', '110740.925000', '110741.385000', '110741.845000', '110742.305000', '110742.765000', '110743.225000', '110743.685000', '110744.145000', '110744.605000', '110745.065000', '110745.525000', '110745.985000', '110746.445000', '110746.905000', '110747.365000', '110747.825000', '110748.285000', '110748.745000', '110749.205000', '110749.665000', '110750.125000', '110750.585000', '110751.045000', '110751.505000', '110751.965000', '110752.425000', '110752.885000', '110753.345000', '110753.805000', '110754.265000', '110754.725000', '110755.185000', '110755.645000', '110756.105000', '110756.565000', '110757.025000', '110757.485000', '110757.945000', '110758.405000', '110758.865000', '110759.325000', '110759.785000', '110800.245000', '110800.705000', '110801.165000', '110801.625000', '110802.085000', '110802.545000', '110803.005000', '110803.465000', '110803.925000', '110804.385000', '110804.845000', '110805.305000', '110805.765000', '110806.225000', '110806.685000', '110807.145000', '110807.605000', '110808.065000', '110808.525000', '110808.985000', '110809.445000', '110809.905000', '110810.365000', '110810.825000', '110811.285000', '110811.745000', '110812.205000', '110812.665000', '110813.125000', '110813.585000', '110814.045000', '110814.505000', '110814.965000', '110815.425000', '110815.885000', '110816.345000', '110816.805000', '110817.265000', '110817.725000', '110818.185000', '110818.645000', '110819.105000', '110819.565000', '110820.025000', '110820.485000', '110820.945000', '110821.405000', '110821.865000', '110822.325000', '110822.785000', '110823.245000', '110823.705000', '110824.165000', '110824.625000', '110825.085000', '110825.545000', '110826.005000', '110826.465000', '110826.925000', '110827.385000', '110827.845000', '110828.305000', '110828.765000', '110829.225000', '110829.685000', '110830.145000', '110830.605000', '110831.065000', '110831.525000', '110831.985000', '110832.445000', '110832.905000', '110833.365000', '110833.825000', '110834.285000', '110834.745000', '110835.205000', '110835.665000', '110836.125000', '110836.585000', '110837.045000', '110837.505000', '110837.965000', '110838.425000', '110838.885000', '110839.345000', '110839.805000', '110840.265000', '110840.725000', '110841.185000', '110841.645000', '110842.105000', '110842.565000', '110843.025000', '110843.485000', '110843.945000', '110844.405000', '110844.865000', '110845.325000', '110845.785000', '110846.245000', '110846.705000', '110847.165000', '110847.625000', '110848.085000', '110848.545000', '110849.005000', '110849.465000', '110849.925000', '110850.385000', '110850.845000', '110851.305000', '110851.765000', '110852.225000', '110852.685000', '110853.145000', '110853.605000', '110854.065000', '110854.525000', '110854.985000', '110855.445000', '110855.905000', '110856.365000', '110856.825000', '110857.285000', '110857.745000', '110858.205000', '110858.665000', '110859.125000', '110859.585000', '110900.045000', '110900.505000', '110900.965000', '110901.425000', '110901.885000', '110902.345000', '110902.805000', '110903.265000', '110903.725000', '110904.185000', '110904.645000', '110905.105000', '110905.565000', '110906.025000', '110906.485000', '110906.945000', '110907.405000', '110907.865000', '110908.325000', '110908.785000', '110909.245000', '110909.705000', '110910.165000', '110910.625000', '110911.085000', '110911.545000', '110912.005000', '110912.465000', '110912.925000', '110913.385000', '110913.845000', '110914.305000', '110914.765000', '110915.225000', '110915.685000', '110916.145000', '110916.605000', '110917.065000', '110917.525000', '110917.985000', '110918.445000', '110918.905000', '110919.365000', '110919.825000', '110920.285000', '110920.745000', '110921.205000', '110921.665000', '110922.125000', '110922.585000', '110923.045000', '110923.505000', '110923.965000', '110924.425000', '110924.885000', '110925.345000', '110925.805000', '110926.265000', '110926.725000', '110927.185000', '110927.645000', '110928.105000', '110928.565000', '110929.025000', '110929.485000', '110929.945000', '110930.405000', '110930.865000', '110931.325000', '110931.785000', '110932.245000', '110932.705000', '110933.165000', '110933.625000', '110934.085000', '110934.545000', '110935.005000', '110935.465000', '110935.925000', '110936.385000', '110936.845000', '110937.305000', '110937.765000', '110938.225000', '110938.685000', '110939.145000', '110939.605000', '110940.065000', '110940.525000', '110940.985000', '110941.445000', '110941.905000', '110942.365000', '110942.825000', '110943.285000', '110943.745000', '110944.205000', '110944.665000', '110945.125000', '110945.585000', '110946.045000', '110946.505000', '110946.965000', '110947.425000', '110947.885000', '110948.345000', '110948.805000', '110949.265000', '110949.725000', '110950.185000', '110950.645000', '110951.105000', '110951.565000', '110952.025000', '110952.485000', '110952.945000', '110953.405000', '110953.865000', '110954.325000', '110954.785000', '110955.245000', '110955.705000', '110956.165000', '110956.625000', '110957.085000', '110957.545000', '110958.005000', '110958.465000', '110958.925000', '110959.385000', '110959.845000', '111000.305000', '111000.765000', '111001.225000', '111001.685000', '111002.145000', '111002.605000', '111003.065000', '111003.525000', '111003.985000', '111004.445000', '111004.905000', '111005.365000', '111005.825000', '111006.285000', '111006.745000', '111007.205000', '111007.665000', '111008.125000', '111008.585000', '111009.045000', '111009.505000', '111009.965000', '111010.425000', '111010.885000', '111011.345000', '111011.805000', '111012.265000', '111012.725000', '111013.185000', '111013.645000', '111014.105000', '111014.565000', '111015.025000', '111015.485000', '111015.945000', '111016.405000', '111016.865000', '111017.325000', '111017.785000', '111018.245000', '111018.705000', '111019.165000', '111019.625000', '111020.085000', '111020.545000', '111021.005000', '111021.465000', '111021.925000', '111022.385000', '111022.845000', '111023.305000', '111023.765000', '111024.225000', '111024.685000', '111025.145000', '111025.605000', '111026.065000', '111026.525000', '111026.985000', '111027.445000', '111027.905000', '111028.365000', '111028.825000', '111029.285000', '111029.745000', '111030.205000', '111030.665000', '111031.125000', '111031.585000', '111032.045000', '111032.505000', '111032.965000', '111033.425000', '111033.885000', '111034.345000', '111034.805000', '111035.265000', '111035.725000', '111036.185000', '111036.645000', '111037.105000', '111037.565000', '111038.025000', '111038.485000', '111038.945000', '111039.405000', '111039.865000', '111040.325000', '111040.785000', '111041.245000', '111041.705000', '111042.165000', '111042.625000', '111043.085000', '111043.545000', '111044.005000', '111044.465000', '111044.925000', '111045.385000', '111045.845000', '111046.305000', '111046.765000', '111047.225000', '111047.685000', '111048.145000', '111048.605000', '111049.065000', '111049.525000', '111049.985000', '111050.445000', '111050.905000', '111051.365000', '111051.825000', '111052.285000', '111052.745000', '111053.205000', '111053.665000', '111054.125000', '111054.585000', '111055.045000', '111055.505000', '111055.965000', '111056.425000', '111056.885000', '111057.345000', '111057.805000', '111058.265000', '111058.725000', '111059.185000', '111059.645000', '111100.105000', '111100.565000', '111101.025000', '111101.485000', '111101.945000', '111102.405000', '111102.865000', '111103.325000', '111103.785000', '111104.245000', '111104.705000', '111105.165000', '111105.625000', '111106.085000', '111106.545000', '111107.005000', '111107.465000', '111107.925000', '111108.385000', '111108.845000', '111109.305000', '111109.765000', '111110.225000', '111110.685000', '111111.145000', '111111.605000', '111112.065000', '111112.525000', '111112.985000', '111113.445000', '111113.905000', '111114.365000', '111114.825000', '111115.285000', '111115.745000', '111116.205000', '111116.665000', '111117.125000', '111117.585000', '111118.045000', '111118.505000', '111118.965000', '111119.425000', '111119.885000', '111120.345000', '111120.805000', '111121.265000', '111121.725000', '111122.185000', '111122.645000', '111123.105000', '111123.565000', '111124.025000', '111124.485000', '111124.945000', '111125.405000', '111125.865000', '111126.325000', '111126.785000', '111127.245000', '111127.705000', '111128.165000', '111128.625000', '111129.085000', '111129.545000', '111130.005000', '111130.465000', '111130.925000', '111131.385000', '111131.845000', '111132.305000', '111132.765000', '111133.225000', '111133.685000', '111134.145000', '111134.605000', '111135.065000', '111135.525000', '111135.985000', '111136.445000', '111136.905000', '111137.365000', '111137.825000', '111138.285000', '111138.745000', '111139.205000', '111139.665000', '111140.125000', '111140.585000', '111141.045000', '111141.505000', '111141.965000', '111142.425000', '111142.885000', '111143.345000', '111143.805000', '111144.265000', '111144.725000', '111145.185000', '111145.645000', '111146.105000', '111146.565000', '111147.025000', '111147.485000', '111147.945000', '111148.405000', '111148.865000', '111149.325000', '111149.785000', '111150.245000', '111150.705000', '111151.165000', '111151.625000', '111152.085000', '111152.545000', '111153.005000', '111153.465000', '111153.925000', '111154.385000', '111154.845000', '111155.305000', '111155.765000', '111156.225000', '111156.685000', '111157.145000', '111157.605000', '111158.065000', '111158.525000', '111158.985000', '111159.445000', '111159.905000', '111200.365000', '111200.825000', '111201.285000', '111201.745000', '111202.205000', '111202.665000', '111203.125000', '111203.585000', '111204.045000', '111204.505000', '111204.965000', '111205.425000', '111205.885000', '111206.345000', '111206.805000', '111207.265000', '111207.725000', '111208.185000', '111208.645000', '111209.105000', '111209.565000', '111210.025000', '111210.485000', '111210.945000', '111211.405000', '111211.865000', '111212.325000', '111212.785000', '111213.245000', '111213.705000', '111214.165000', '111214.625000', '111215.085000', '111215.545000', '111216.005000', '111216.465000', '111216.925000', '111217.385000', '111217.845000', '111218.305000', '111218.765000', '111219.225000', '111219.685000', '111220.145000', '111220.605000', '111221.065000', '111221.525000', '111221.985000', '111222.445000', '111222.905000', '111223.365000', '111223.825000', '111224.285000', '111224.745000', '111225.205000', '111225.665000', '111226.125000', '111226.585000', '111227.045000', '111227.505000', '111227.965000', '111228.425000', '111228.885000', '111229.345000', '111229.805000', '111230.265000', '111230.725000', '111231.185000', '111231.645000', '111232.105000', '111232.565000'], 'ContentTime': ['110617.597000', '110617.600000', '110617.603000', '110617.606000', '110617.608000', '110617.611000', '110617.614000', '110617.616000', '110617.619000', '110617.627000', '110617.630000', '110617.633000', '110617.635000', '110617.638000', '110617.640000', '110617.643000', '110617.646000', '110617.648000', '110617.651000', '110617.654000', '110617.656000', '110617.659000', '110617.662000', '110617.664000', '110617.667000', '110617.669000', '110617.672000', '110617.675000', '110617.677000', '110617.680000', '110617.682000', '110617.685000', '110617.689000', '110617.691000', '110617.694000', '110617.696000', '110617.699000', '110617.702000', '110617.704000', '110617.707000', '110617.710000', '110617.712000', '110617.715000', '110617.717000', '110617.720000', '110617.723000', '110617.725000', '110617.730000', '110617.732000', '110617.735000', '110617.738000', '110617.740000', '110617.743000', '110637.566000', '110637.569000', '110637.572000', '110637.575000', '110637.577000', '110637.580000', '110637.582000', '110637.585000', '110637.588000', '110637.590000', '110637.593000', '110637.595000', '110637.598000', '110637.609000', '110637.612000', '110637.615000', '110637.617000', '110637.620000', '110637.623000', '110637.625000', '110637.628000', '110637.630000', '110637.633000', '110637.635000', '110637.638000', '110637.641000', '110637.643000', '110637.646000', '110637.648000', '110637.651000', '110637.654000', '110637.657000', '110637.659000', '110637.662000', '110637.664000', '110637.667000', '110637.670000', '110637.672000', '110637.675000', '110637.678000', '110637.680000', '110637.683000', '110637.685000', '110657.567000', '110657.570000', '110657.627000', '110657.631000', '110657.633000', '110657.636000', '110657.638000', '110657.641000', '110657.644000', '110657.646000', '110657.649000', '110657.652000', '110657.654000', '110657.657000', '110657.660000', '110657.662000', '110657.665000', '110657.668000', '110657.670000', '110657.676000', '110657.679000', '110657.682000', '110657.684000', '110657.687000', '110657.689000', '110657.692000', '110657.695000', '110657.698000', '110657.700000', '110657.703000', '110657.705000', '110657.708000', '110657.711000', '110657.713000', '110657.716000', '110657.719000', '110657.721000', '110657.724000', '110657.726000', '110657.729000', '110657.732000', '110657.734000', '110657.737000', '110717.568000', '110717.571000', '110717.573000', '110717.576000', '110717.578000', '110717.581000', '110717.584000', '110717.586000', '110717.589000', '110717.592000', '110717.594000', '110717.601000', '110717.604000', '110717.607000', '110717.609000', '110717.612000', '110717.615000', '110717.617000', '110717.620000', '110717.623000', '110717.625000', '110717.628000', '110717.630000', '110717.633000', '110717.635000', '110717.638000', '110717.641000', '110717.643000', '110717.646000', '110717.648000', '110717.651000', '110717.654000', '110717.656000', '110717.659000', '110717.662000', '110717.664000', '110717.667000', '110717.669000', '110717.672000', '110717.674000', '110717.677000', '110717.680000', '110717.682000', '110717.685000', '110737.565000', '110737.568000', '110737.571000', '110737.574000', '110737.577000', '110737.580000', '110737.583000', '110737.586000', '110737.589000', '110737.591000', '110737.594000', '110737.596000', '110737.599000', '110737.602000', '110737.605000', '110737.607000', '110737.610000', '110737.612000', '110737.615000', '110737.618000', '110737.620000', '110737.623000', '110737.626000', '110737.628000', '110737.631000', '110737.634000', '110737.637000', '110737.639000', '110737.642000', '110737.644000', '110737.653000', '110737.655000', '110737.658000', '110737.660000', '110737.663000', '110737.666000', '110737.668000', '110737.671000', '110737.674000', '110737.676000', '110737.679000', '110737.681000', '110737.684000', '110757.565000', '110757.568000', '110757.571000', '110757.574000', '110757.577000', '110757.580000', '110757.582000', '110757.585000', '110757.587000', '110757.590000', '110757.593000', '110757.595000', '110757.598000', '110757.601000', '110757.603000', '110757.606000', '110757.609000', '110757.611000', '110757.614000', '110757.616000', '110757.619000', '110757.622000', '110757.624000', '110757.627000', '110757.629000', '110757.632000', '110757.635000', '110757.637000', '110757.640000', '110757.643000', '110757.645000', '110757.648000', '110757.651000', '110757.653000', '110757.656000', '110757.658000', '110757.661000', '110757.664000', '110757.666000', '110757.669000', '110757.671000', '110757.674000', '110757.677000', '110757.679000', '110817.566000', '110817.569000', '110817.572000', '110817.575000', '110817.577000', '110817.580000', '110817.583000', '110817.585000', '110817.588000', '110817.590000', '110817.593000', '110817.596000', '110817.598000', '110817.601000', '110817.604000', '110817.606000', '110817.609000', '110817.612000', '110817.615000', '110817.617000', '110817.620000', '110817.623000', '110817.625000', '110817.628000', '110817.631000', '110817.633000', '110817.636000', '110817.640000', '110817.642000', '110817.645000', '110817.648000', '110817.650000', '110817.653000', '110817.656000', '110817.658000', '110817.661000', '110817.663000', '110817.666000', '110817.669000', '110817.671000', '110817.674000', '110817.686000', '110817.689000', '110837.566000', '110837.569000', '110837.572000', '110837.574000', '110837.577000', '110837.580000', '110837.583000', '110837.585000', '110837.588000', '110837.591000', '110837.593000', '110837.596000', '110837.599000', '110837.601000', '110837.604000', '110837.607000', '110837.609000', '110837.612000', '110837.614000', '110837.617000', '110837.620000', '110837.622000', '110837.625000', '110837.627000', '110837.630000', '110837.633000', '110837.635000', '110837.638000', '110837.647000', '110837.650000', '110837.653000', '110837.655000', '110837.658000', '110837.661000', '110837.663000', '110837.666000', '110837.668000', '110837.671000', '110837.673000', '110837.676000', '110837.679000', '110837.681000', '110837.684000', '110837.686000', '110857.566000', '110857.569000', '110857.572000', '110857.575000', '110857.577000', '110857.580000', '110857.583000', '110857.585000', '110857.588000', '110857.590000', '110857.593000', '110857.596000', '110857.599000', '110857.602000', '110857.604000', '110857.607000', '110857.610000', '110857.612000', '110857.615000', '110857.618000', '110857.620000', '110857.623000', '110857.626000', '110857.628000', '110857.631000', '110857.634000', '110857.636000', '110857.639000', '110857.644000', '110857.646000', '110857.649000', '110857.652000', '110857.654000', '110857.657000', '110857.659000', '110857.662000', '110857.665000', '110857.667000', '110857.670000', '110857.673000', '110857.675000', '110857.678000', '110857.680000', '110917.566000', '110917.569000', '110917.572000', '110917.575000', '110917.577000', '110917.580000', '110917.583000', '110917.585000', '110917.588000', '110917.591000', '110917.593000', '110917.596000', '110917.599000', '110917.602000', '110917.604000', '110917.607000', '110917.609000', '110917.612000', '110917.615000', '110917.617000', '110917.620000', '110917.623000', '110917.625000', '110917.628000', '110917.630000', '110917.633000', '110917.636000', '110917.638000', '110917.641000', '110917.644000', '110917.646000', '110917.649000', '110917.651000', '110917.654000', '110917.657000', '110917.660000', '110917.662000', '110917.665000', '110917.667000', '110917.675000', '110917.678000', '110917.680000', '110917.683000', '110917.686000', '110937.566000', '110937.570000', '110937.572000', '110937.575000', '110937.577000', '110937.580000', '110937.583000', '110937.585000', '110937.588000', '110937.591000', '110937.593000', '110937.596000', '110937.599000', '110937.602000', '110937.604000', '110937.607000', '110937.612000', '110937.614000', '110937.617000', '110937.620000', '110937.622000', '110937.625000', '110937.628000', '110937.630000', '110937.633000', '110937.636000', '110937.638000', '110937.641000', '110937.643000', '110937.646000', '110937.649000', '110937.651000', '110937.654000', '110937.657000', '110937.659000', '110937.662000', '110937.664000', '110937.667000', '110937.670000', '110937.672000', '110937.675000', '110937.678000', '110937.681000', '110957.565000', '110957.568000', '110957.572000', '110957.574000', '110957.577000', '110957.580000', '110957.582000', '110957.585000', '110957.587000', '110957.590000', '110957.593000', '110957.595000', '110957.598000', '110957.601000', '110957.603000', '110957.606000', '110957.609000', '110957.611000', '110957.614000', '110957.617000', '110957.619000', '110957.622000', '110957.625000', '110957.638000', '110957.640000', '110957.643000', '110957.645000', '110957.648000', '110957.651000', '110957.653000', '110957.656000', '110957.658000', '110957.661000', '110957.664000', '110957.666000', '110957.669000', '110957.671000', '110957.674000', '110957.677000', '110957.679000', '110957.682000', '110957.684000', '110957.687000', '110957.690000', '111017.565000', '111017.568000', '111017.571000', '111017.573000', '111017.576000', '111017.579000', '111017.582000', '111017.584000', '111017.587000', '111017.590000', '111017.592000', '111017.595000', '111017.597000', '111017.600000', '111017.603000', '111017.605000', '111017.608000', '111017.611000', '111017.613000', '111017.616000', '111017.619000', '111017.621000', '111017.624000', '111017.626000', '111017.629000', '111017.632000', '111017.634000', '111017.637000', '111017.640000', '111017.642000', '111017.645000', '111017.647000', '111017.650000', '111017.653000', '111017.656000', '111017.658000', '111017.661000', '111017.663000', '111017.666000', '111017.669000', '111017.671000', '111017.674000', '111017.677000', '111037.566000', '111037.569000', '111037.572000', '111037.574000', '111037.577000', '111037.580000', '111037.583000', '111037.585000', '111037.588000', '111037.591000', '111037.593000', '111037.596000', '111037.598000', '111037.601000', '111037.604000', '111037.606000', '111037.609000', '111037.612000', '111037.614000', '111037.617000', '111037.619000', '111037.622000', '111037.625000', '111037.627000', '111037.630000', '111037.633000', '111037.635000', '111037.638000', '111037.641000', '111037.643000', '111037.646000', '111037.649000', '111037.651000', '111037.654000', '111037.656000', '111037.659000', '111037.662000', '111037.664000', '111037.667000', '111037.670000', '111037.672000', '111037.675000', '111037.678000', '111037.680000', '111057.566000', '111057.569000', '111057.572000', '111057.575000', '111057.577000', '111057.580000', '111057.583000', '111057.586000', '111057.588000', '111057.591000', '111057.593000', '111057.596000', '111057.599000', '111057.601000', '111057.604000', '111057.607000', '111057.609000', '111057.612000', '111057.615000', '111057.617000', '111057.620000', '111057.623000', '111057.625000', '111057.628000', '111057.631000', '111057.633000', '111057.636000', '111057.638000', '111057.641000', '111057.644000', '111057.646000', '111057.649000', '111057.652000', '111057.654000', '111057.657000', '111057.667000', '111057.670000', '111057.673000', '111057.675000', '111057.678000', '111057.681000', '111057.683000', '111057.686000', '111117.566000', '111117.569000', '111117.572000', '111117.575000', '111117.578000', '111117.580000', '111117.583000', '111117.585000', '111117.588000', '111117.591000', '111117.593000', '111117.596000', '111117.599000', '111117.602000', '111117.604000', '111117.607000', '111117.609000', '111117.612000', '111117.615000', '111117.617000', '111117.620000', '111117.623000', '111117.625000', '111117.628000', '111117.630000', '111117.633000', '111117.636000', '111117.639000', '111117.641000', '111117.644000', '111117.646000', '111117.649000', '111117.652000', '111117.654000', '111117.657000', '111117.659000', '111117.662000', '111117.665000', '111117.667000', '111117.670000', '111117.672000', '111117.675000', '111117.678000', '111117.680000', '111137.567000', '111137.569000', '111137.572000', '111137.575000', '111137.578000', '111137.580000', '111137.583000', '111137.586000', '111137.588000', '111137.591000', '111137.594000', '111137.596000', '111137.599000', '111137.602000', '111137.604000', '111137.607000', '111137.609000', '111137.612000', '111137.615000', '111137.617000', '111137.620000', '111137.623000', '111137.625000', '111137.628000', '111137.631000', '111137.633000', '111137.636000', '111137.639000', '111137.641000', '111137.644000', '111137.646000', '111137.649000', '111137.652000', '111137.654000', '111137.657000', '111137.660000', '111137.662000', '111137.665000', '111137.668000', '111137.671000', '111137.673000', '111137.676000', '111137.679000', '111157.566000', '111157.569000', '111157.572000', '111157.575000', '111157.578000', '111157.580000', '111157.583000', '111157.586000', '111157.588000', '111157.591000', '111157.594000', '111157.596000', '111157.599000', '111157.602000', '111157.606000', '111157.609000', '111157.611000', '111157.614000', '111157.616000', '111157.619000', '111157.622000', '111157.624000', '111157.627000', '111157.630000', '111157.632000', '111157.635000', '111157.638000', '111157.640000', '111157.643000', '111157.646000', '111157.648000', '111157.651000', '111157.654000', '111157.656000', '111157.659000', '111157.662000', '111157.664000', '111157.667000', '111157.670000', '111157.672000', '111157.675000', '111157.678000', '111157.680000', '111157.683000', '111217.566000', '111217.569000', '111217.572000', '111217.574000', '111217.577000', '111217.580000', '111217.582000', '111217.585000', '111217.587000', '111217.590000', '111217.593000', '111217.595000', '111217.598000', '111217.601000', '111217.603000', '111217.606000', '111217.609000', '111217.611000', '111217.614000', '111217.617000', '111217.619000', '111217.622000', '111217.624000', '111217.627000', '111217.630000', '111217.632000', '111217.635000', '111217.638000', '111217.640000', '111217.643000', '111217.646000', '111217.648000', '111217.651000', '111217.653000', '111217.656000', '111217.659000', '111217.661000', '111217.664000', '111217.666000', '111217.669000', '111217.672000', '111217.674000', '111217.677000', '111234.288000', '111234.291000', '111234.294000', '111234.297000', '111234.299000', '111234.302000', '111234.305000', '111234.308000', '111234.311000', '111234.314000', '111234.316000', '111234.319000', '111234.322000', '111234.325000', '111234.328000', '111234.331000', '111234.334000', '111234.337000', '111234.340000', '111234.342000', '111234.346000', '111234.350000', '111234.355000', '111234.357000', '111234.360000', '111234.363000', '111234.366000', '111234.368000', '111234.372000', '111234.375000', '111234.378000', '111234.381000', '111234.384000', '111234.386000', '111234.389000', '111234.392000', '111234.395000'], 'InstanceCreationTime': ['110617.597000', '110617.600000', '110617.603000', '110617.606000', '110617.608000', '110617.611000', '110617.614000', '110617.616000', '110617.619000', '110617.627000', '110617.630000', '110617.633000', '110617.635000', '110617.638000', '110617.640000', '110617.643000', '110617.646000', '110617.648000', '110617.651000', '110617.654000', '110617.656000', '110617.659000', '110617.662000', '110617.664000', '110617.667000', '110617.669000', '110617.672000', '110617.675000', '110617.677000', '110617.680000', '110617.682000', '110617.685000', '110617.689000', '110617.691000', '110617.694000', '110617.696000', '110617.699000', '110617.702000', '110617.704000', '110617.707000', '110617.710000', '110617.712000', '110617.715000', '110617.717000', '110617.720000', '110617.723000', '110617.725000', '110617.730000', '110617.732000', '110617.735000', '110617.738000', '110617.740000', '110617.743000', '110637.566000', '110637.569000', '110637.572000', '110637.575000', '110637.577000', '110637.580000', '110637.582000', '110637.585000', '110637.588000', '110637.590000', '110637.593000', '110637.595000', '110637.598000', '110637.609000', '110637.612000', '110637.615000', '110637.617000', '110637.620000', '110637.623000', '110637.625000', '110637.628000', '110637.630000', '110637.633000', '110637.635000', '110637.638000', '110637.641000', '110637.643000', '110637.646000', '110637.648000', '110637.651000', '110637.654000', '110637.657000', '110637.659000', '110637.662000', '110637.664000', '110637.667000', '110637.670000', '110637.672000', '110637.675000', '110637.678000', '110637.680000', '110637.683000', '110637.685000', '110657.567000', '110657.570000', '110657.627000', '110657.631000', '110657.633000', '110657.636000', '110657.638000', '110657.641000', '110657.644000', '110657.646000', '110657.649000', '110657.652000', '110657.654000', '110657.657000', '110657.660000', '110657.662000', '110657.665000', '110657.668000', '110657.670000', '110657.676000', '110657.679000', '110657.682000', '110657.684000', '110657.687000', '110657.689000', '110657.692000', '110657.695000', '110657.698000', '110657.700000', '110657.703000', '110657.705000', '110657.708000', '110657.711000', '110657.713000', '110657.716000', '110657.719000', '110657.721000', '110657.724000', '110657.726000', '110657.729000', '110657.732000', '110657.734000', '110657.737000', '110717.568000', '110717.571000', '110717.573000', '110717.576000', '110717.578000', '110717.581000', '110717.584000', '110717.586000', '110717.589000', '110717.592000', '110717.594000', '110717.601000', '110717.604000', '110717.607000', '110717.609000', '110717.612000', '110717.615000', '110717.617000', '110717.620000', '110717.623000', '110717.625000', '110717.628000', '110717.630000', '110717.633000', '110717.635000', '110717.638000', '110717.641000', '110717.643000', '110717.646000', '110717.648000', '110717.651000', '110717.654000', '110717.656000', '110717.659000', '110717.662000', '110717.664000', '110717.667000', '110717.669000', '110717.672000', '110717.674000', '110717.677000', '110717.680000', '110717.682000', '110717.685000', '110737.565000', '110737.568000', '110737.571000', '110737.574000', '110737.577000', '110737.580000', '110737.583000', '110737.586000', '110737.589000', '110737.591000', '110737.594000', '110737.596000', '110737.599000', '110737.602000', '110737.605000', '110737.607000', '110737.610000', '110737.612000', '110737.615000', '110737.618000', '110737.620000', '110737.623000', '110737.626000', '110737.628000', '110737.631000', '110737.634000', '110737.637000', '110737.639000', '110737.642000', '110737.644000', '110737.653000', '110737.655000', '110737.658000', '110737.660000', '110737.663000', '110737.666000', '110737.668000', '110737.671000', '110737.674000', '110737.676000', '110737.679000', '110737.681000', '110737.684000', '110757.565000', '110757.568000', '110757.571000', '110757.574000', '110757.577000', '110757.580000', '110757.582000', '110757.585000', '110757.587000', '110757.590000', '110757.593000', '110757.595000', '110757.598000', '110757.601000', '110757.603000', '110757.606000', '110757.609000', '110757.611000', '110757.614000', '110757.616000', '110757.619000', '110757.622000', '110757.624000', '110757.627000', '110757.629000', '110757.632000', '110757.635000', '110757.637000', '110757.640000', '110757.643000', '110757.645000', '110757.648000', '110757.651000', '110757.653000', '110757.656000', '110757.658000', '110757.661000', '110757.664000', '110757.666000', '110757.669000', '110757.671000', '110757.674000', '110757.677000', '110757.679000', '110817.566000', '110817.569000', '110817.572000', '110817.575000', '110817.577000', '110817.580000', '110817.583000', '110817.585000', '110817.588000', '110817.590000', '110817.593000', '110817.596000', '110817.598000', '110817.601000', '110817.604000', '110817.606000', '110817.609000', '110817.612000', '110817.615000', '110817.617000', '110817.620000', '110817.623000', '110817.625000', '110817.628000', '110817.631000', '110817.633000', '110817.636000', '110817.640000', '110817.642000', '110817.645000', '110817.648000', '110817.650000', '110817.653000', '110817.656000', '110817.658000', '110817.661000', '110817.663000', '110817.666000', '110817.669000', '110817.671000', '110817.674000', '110817.686000', '110817.689000', '110837.566000', '110837.569000', '110837.572000', '110837.574000', '110837.577000', '110837.580000', '110837.583000', '110837.585000', '110837.588000', '110837.591000', '110837.593000', '110837.596000', '110837.599000', '110837.601000', '110837.604000', '110837.607000', '110837.609000', '110837.612000', '110837.614000', '110837.617000', '110837.620000', '110837.622000', '110837.625000', '110837.627000', '110837.630000', '110837.633000', '110837.635000', '110837.638000', '110837.647000', '110837.650000', '110837.653000', '110837.655000', '110837.658000', '110837.661000', '110837.663000', '110837.666000', '110837.668000', '110837.671000', '110837.673000', '110837.676000', '110837.679000', '110837.681000', '110837.684000', '110837.686000', '110857.566000', '110857.569000', '110857.572000', '110857.575000', '110857.577000', '110857.580000', '110857.583000', '110857.585000', '110857.588000', '110857.590000', '110857.593000', '110857.596000', '110857.599000', '110857.602000', '110857.604000', '110857.607000', '110857.610000', '110857.612000', '110857.615000', '110857.618000', '110857.620000', '110857.623000', '110857.626000', '110857.628000', '110857.631000', '110857.634000', '110857.636000', '110857.639000', '110857.644000', '110857.646000', '110857.649000', '110857.652000', '110857.654000', '110857.657000', '110857.659000', '110857.662000', '110857.665000', '110857.667000', '110857.670000', '110857.673000', '110857.675000', '110857.678000', '110857.680000', '110917.566000', '110917.569000', '110917.572000', '110917.575000', '110917.577000', '110917.580000', '110917.583000', '110917.585000', '110917.588000', '110917.591000', '110917.593000', '110917.596000', '110917.599000', '110917.602000', '110917.604000', '110917.607000', '110917.609000', '110917.612000', '110917.615000', '110917.617000', '110917.620000', '110917.623000', '110917.625000', '110917.628000', '110917.630000', '110917.633000', '110917.636000', '110917.638000', '110917.641000', '110917.644000', '110917.646000', '110917.649000', '110917.651000', '110917.654000', '110917.657000', '110917.660000', '110917.662000', '110917.665000', '110917.667000', '110917.675000', '110917.678000', '110917.680000', '110917.683000', '110917.686000', '110937.566000', '110937.570000', '110937.572000', '110937.575000', '110937.577000', '110937.580000', '110937.583000', '110937.585000', '110937.588000', '110937.591000', '110937.593000', '110937.596000', '110937.599000', '110937.602000', '110937.604000', '110937.607000', '110937.612000', '110937.614000', '110937.617000', '110937.620000', '110937.622000', '110937.625000', '110937.628000', '110937.630000', '110937.633000', '110937.636000', '110937.638000', '110937.641000', '110937.643000', '110937.646000', '110937.649000', '110937.651000', '110937.654000', '110937.657000', '110937.659000', '110937.662000', '110937.664000', '110937.667000', '110937.670000', '110937.672000', '110937.675000', '110937.678000', '110937.681000', '110957.565000', '110957.568000', '110957.572000', '110957.574000', '110957.577000', '110957.580000', '110957.582000', '110957.585000', '110957.587000', '110957.590000', '110957.593000', '110957.595000', '110957.598000', '110957.601000', '110957.603000', '110957.606000', '110957.609000', '110957.611000', '110957.614000', '110957.617000', '110957.619000', '110957.622000', '110957.625000', '110957.638000', '110957.640000', '110957.643000', '110957.645000', '110957.648000', '110957.651000', '110957.653000', '110957.656000', '110957.658000', '110957.661000', '110957.664000', '110957.666000', '110957.669000', '110957.671000', '110957.674000', '110957.677000', '110957.679000', '110957.682000', '110957.684000', '110957.687000', '110957.690000', '111017.565000', '111017.568000', '111017.571000', '111017.573000', '111017.576000', '111017.579000', '111017.582000', '111017.584000', '111017.587000', '111017.590000', '111017.592000', '111017.595000', '111017.597000', '111017.600000', '111017.603000', '111017.605000', '111017.608000', '111017.611000', '111017.613000', '111017.616000', '111017.619000', '111017.621000', '111017.624000', '111017.626000', '111017.629000', '111017.632000', '111017.634000', '111017.637000', '111017.640000', '111017.642000', '111017.645000', '111017.647000', '111017.650000', '111017.653000', '111017.656000', '111017.658000', '111017.661000', '111017.663000', '111017.666000', '111017.669000', '111017.671000', '111017.674000', '111017.677000', '111037.566000', '111037.569000', '111037.572000', '111037.574000', '111037.577000', '111037.580000', '111037.583000', '111037.585000', '111037.588000', '111037.591000', '111037.593000', '111037.596000', '111037.598000', '111037.601000', '111037.604000', '111037.606000', '111037.609000', '111037.612000', '111037.614000', '111037.617000', '111037.619000', '111037.622000', '111037.625000', '111037.627000', '111037.630000', '111037.633000', '111037.635000', '111037.638000', '111037.641000', '111037.643000', '111037.646000', '111037.649000', '111037.651000', '111037.654000', '111037.656000', '111037.659000', '111037.662000', '111037.664000', '111037.667000', '111037.670000', '111037.672000', '111037.675000', '111037.678000', '111037.680000', '111057.566000', '111057.569000', '111057.572000', '111057.575000', '111057.577000', '111057.580000', '111057.583000', '111057.586000', '111057.588000', '111057.591000', '111057.593000', '111057.596000', '111057.599000', '111057.601000', '111057.604000', '111057.607000', '111057.609000', '111057.612000', '111057.615000', '111057.617000', '111057.620000', '111057.623000', '111057.625000', '111057.628000', '111057.631000', '111057.633000', '111057.636000', '111057.638000', '111057.641000', '111057.644000', '111057.646000', '111057.649000', '111057.652000', '111057.654000', '111057.657000', '111057.667000', '111057.670000', '111057.673000', '111057.675000', '111057.678000', '111057.681000', '111057.683000', '111057.686000', '111117.566000', '111117.569000', '111117.572000', '111117.575000', '111117.578000', '111117.580000', '111117.583000', '111117.585000', '111117.588000', '111117.591000', '111117.593000', '111117.596000', '111117.599000', '111117.602000', '111117.604000', '111117.607000', '111117.609000', '111117.612000', '111117.615000', '111117.617000', '111117.620000', '111117.623000', '111117.625000', '111117.628000', '111117.630000', '111117.633000', '111117.636000', '111117.639000', '111117.641000', '111117.644000', '111117.646000', '111117.649000', '111117.652000', '111117.654000', '111117.657000', '111117.659000', '111117.662000', '111117.665000', '111117.667000', '111117.670000', '111117.672000', '111117.675000', '111117.678000', '111117.680000', '111137.567000', '111137.569000', '111137.572000', '111137.575000', '111137.578000', '111137.580000', '111137.583000', '111137.586000', '111137.588000', '111137.591000', '111137.594000', '111137.596000', '111137.599000', '111137.602000', '111137.604000', '111137.607000', '111137.609000', '111137.612000', '111137.615000', '111137.617000', '111137.620000', '111137.623000', '111137.625000', '111137.628000', '111137.631000', '111137.633000', '111137.636000', '111137.639000', '111137.641000', '111137.644000', '111137.646000', '111137.649000', '111137.652000', '111137.654000', '111137.657000', '111137.660000', '111137.662000', '111137.665000', '111137.668000', '111137.671000', '111137.673000', '111137.676000', '111137.679000', '111157.566000', '111157.569000', '111157.572000', '111157.575000', '111157.578000', '111157.580000', '111157.583000', '111157.586000', '111157.588000', '111157.591000', '111157.594000', '111157.596000', '111157.599000', '111157.602000', '111157.606000', '111157.609000', '111157.611000', '111157.614000', '111157.616000', '111157.619000', '111157.622000', '111157.624000', '111157.627000', '111157.630000', '111157.632000', '111157.635000', '111157.638000', '111157.640000', '111157.643000', '111157.646000', '111157.648000', '111157.651000', '111157.654000', '111157.656000', '111157.659000', '111157.662000', '111157.664000', '111157.667000', '111157.670000', '111157.672000', '111157.675000', '111157.678000', '111157.680000', '111157.683000', '111217.566000', '111217.569000', '111217.572000', '111217.574000', '111217.577000', '111217.580000', '111217.582000', '111217.585000', '111217.587000', '111217.590000', '111217.593000', '111217.595000', '111217.598000', '111217.601000', '111217.603000', '111217.606000', '111217.609000', '111217.611000', '111217.614000', '111217.617000', '111217.619000', '111217.622000', '111217.624000', '111217.627000', '111217.630000', '111217.632000', '111217.635000', '111217.638000', '111217.640000', '111217.643000', '111217.646000', '111217.648000', '111217.651000', '111217.653000', '111217.656000', '111217.659000', '111217.661000', '111217.664000', '111217.666000', '111217.669000', '111217.672000', '111217.674000', '111217.677000', '111234.288000', '111234.291000', '111234.294000', '111234.297000', '111234.299000', '111234.302000', '111234.305000', '111234.308000', '111234.311000', '111234.314000', '111234.316000', '111234.319000', '111234.322000', '111234.325000', '111234.328000', '111234.331000', '111234.334000', '111234.337000', '111234.340000', '111234.342000', '111234.346000', '111234.350000', '111234.355000', '111234.357000', '111234.360000', '111234.363000', '111234.366000', '111234.368000', '111234.372000', '111234.375000', '111234.378000', '111234.381000', '111234.384000', '111234.386000', '111234.389000', '111234.392000', '111234.395000'], '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': [12280, 13157, 11260, 12718, 9509, 11496, 16088, 10261, 12639, 12374, 11682, 13148, 9526, 11200, 15201, 10573, 12273, 10793, 11424, 13860, 9746, 11153, 15784, 10579, 12161, 13131, 10901, 12463, 9032, 10823, 14091, 10170, 12565, 8892, 10954, 15338, 9880, 10953, 13387, 10832, 12481, 9802, 11127, 9134, 10695, 14678, 10228, 12364, 9307, 11096, 14941, 10397, 11752, 12323, 11218, 14654, 16764, 10794, 13768, 15762, 10790, 12440, 14149, 10716, 12141, 9157, 11243, 13468, 9272, 11219, 13671, 9895, 10833, 12057, 10777, 11958, 16694, 10714, 12967, 10049, 11471, 13535, 16253, 11163, 13566, 10746, 11475, 12888, 9887, 11038, 14413, 10789, 11276, 14303, 11435, 12579, 16584, 10998, 11826, 15203, 11229, 11662, 16334, 11578, 11696, 14426, 11227, 11951, 14947, 11516, 12333, 9001, 11369, 11903, 10788, 11322, 14517, 10735, 12516, 9125, 11626, 14399, 11225, 11246, 13190, 9367, 11441, 13681, 17181, 11374, 11789, 15962, 11341, 11610, 14330, 10992, 11587, 12741, 10640, 11182, 8847, 11087, 13217, 10275, 10927, 13799, 10802, 12411, 15097, 11034, 12935, 16318, 10419, 12022, 12674, 10965, 12371, 9062, 10786, 11922, 9178, 11118, 14532, 10604, 12328, 8481, 11512, 14945, 10346, 13056, 8773, 11348, 15186, 10290, 11354, 13934, 9708, 11435, 13547, 9499, 11228, 15499, 9854, 11219, 13665, 9952, 11233, 12444, 10650, 12274, 9444, 11212, 13776, 10254, 11311, 15675, 10131, 11435, 14187, 9680, 11401, 14969, 11354, 11080, 12455, 11664, 11374, 11947, 9279, 10900, 11866, 12697, 10914, 11476, 9205, 11517, 12953, 9246, 11134, 13388, 10778, 11733, 9044, 11477, 13596, 10546, 11578, 9053, 11120, 14586, 10643, 12549, 16299, 11125, 13224, 15622, 11086, 12220, 14659, 11150, 12910, 11363, 10642, 12540, 10275, 11312, 14181, 10730, 11984, 8919, 11781, 14105, 10541, 11261, 12130, 11153, 12949, 9363, 11417, 14463, 10624, 11032, 13615, 10919, 12154, 13265, 10792, 12177, 8749, 11205, 14410, 9052, 11446, 14027, 9360, 10859, 13374, 9887, 10757, 14676, 9808, 10906, 14135, 9712, 10903, 14027, 10064, 11191, 13947, 10171, 10662, 9152, 10849, 13134, 9448, 10928, 13873, 9962, 11063, 15121, 10895, 12359, 15876, 10625, 11518, 13837, 11990, 12696, 10667, 11249, 9425, 11417, 14900, 9880, 11806, 16170, 11405, 11161, 14244, 9487, 11343, 12458, 11016, 11344, 15150, 11012, 12668, 9115, 11891, 13437, 15687, 11396, 12044, 14417, 11153, 11815, 14596, 10904, 11664, 9516, 11285, 11302, 9053, 11530, 13422, 9044, 11375, 12016, 9747, 11389, 14266, 10239, 11516, 14176, 10448, 11612, 14689, 11070, 11462, 14966, 10607, 11419, 13839, 10957, 11527, 15710, 11112, 11537, 13832, 11580, 12398, 9248, 11282, 13633, 11091, 11417, 13437, 11006, 12213, 12204, 11451, 12346, 9634, 11638, 14480, 10651, 11415, 9039, 11269, 14056, 10038, 11516, 14591, 10527, 12002, 15961, 10959, 11866, 14942, 11045, 12402, 11787, 10957, 12448, 10207, 11361, 14498, 10251, 11487, 12834, 11127, 12491, 12145, 10738, 12973, 9206, 11701, 13700, 10386, 11479, 15324, 10908, 12596, 15200, 10573, 11725, 15006, 10756, 11309, 12410, 10858, 12083, 12320, 10578, 11882, 8750, 11343, 13622, 8760, 10846, 13516, 9843, 11456, 12872, 9946, 11476, 9099, 11183, 12194, 9949, 11885, 15535, 10698, 13297, 9436, 11442, 14600, 10381, 11881, 11964, 11086, 13093, 9370, 11630, 14737, 10028, 12353, 13178, 10906, 12619, 8902, 11281, 13042, 10402, 11684, 15567, 10031, 11729, 14202, 10773, 11744, 15381, 10951, 12418, 11724, 10816, 12366, 12883, 10928, 11856, 11298, 10813, 11555, 8560, 11173, 12554, 13010, 10794, 11480, 8708, 11361, 13673, 9912, 11859, 14043, 10727, 12092, 15486, 10642, 11400, 14701, 10688, 11741, 13905, 11249, 12470, 9537, 11334, 12987, 10092, 11693, 14582, 10677, 12215, 13776, 10871, 12375, 8988, 11194, 13579, 9068, 11114, 13220, 10449, 11824, 16129, 11252, 11542, 14553, 9674, 11552, 13810, 9586, 11554, 14672, 9659, 11001, 12172, 8887, 11425, 12210, 11916, 11048, 12073, 12906, 10593, 11394, 8792, 11384, 12213, 9939, 11492, 12948, 10723, 11840, 10558, 11029, 13349, 10814, 11901, 15971, 10644, 11896, 14807, 10684, 11983, 15156, 10985, 12364, 11920, 11471, 12635, 9705, 11414, 14340, 10235, 11613, 14043, 10479, 11723, 14915, 10833, 11742, 13112, 10950, 11932, 9038, 11448, 13058, 10685, 11586, 9366, 11132, 14048, 10452, 11702, 15658, 10724, 13565, 9477, 11237, 14933, 10520, 11000, 14270, 10400, 11484, 14908, 10148, 10609, 12044, 8826, 11389, 14674, 9541, 10915, 13810, 9689, 11772, 13763, 10443, 11439, 11982, 10158, 11409, 9341, 11150, 14231, 10414, 12273, 8708, 10992, 14482, 9973, 12103, 12154, 10805, 13317, 9529, 11431, 14845, 10955, 12820, 9985, 10772, 13694, 16618, 10328, 12146, 8493, 11093, 13985, 9344, 10678, 13449, 9964, 11271, 9099, 10489, 13085, 9830, 11274, 13016, 10608, 12661, 9063, 10862, 14614, 10289, 11824, 15274, 10880, 12698, 14567, 10839, 13039, 9343, 10798, 13123, 10308, 11165, 15515, 10713, 12460, 14195, 10709, 12212, 12862, 10491, 12236, 10745, 10629, 11447, 8571, 10895, 12801, 9137, 10543, 12047, 9664, 11264, 14132, 10131, 10942, 13240, 10729, 11920, 8809, 10598, 12703, 9158, 11017, 13955, 10781, 11815, 8638, 10213, 13906, 9819, 11043, 14965, 10643, 12818, 11924, 10935, 12926, 9309, 10822, 13263, 14483, 10739, 12670, 16124, 10431, 11149, 14768, 9962, 11129, 15108, 9935, 10474, 12655, 13193, 10871, 11253, 12253, 10607, 11521, 13126, 10350, 11622, 10948, 10803, 11687, 13937, 10530, 12362, 8972, 11242, 13116, 10572, 11605, 14637, 10844, 12909, 12264, 11020, 12457, 11732, 10997, 12340, 14833, 10952, 12213, 13504, 10685, 11905, 9844, 11320, 13750, 10865, 11780, 9425, 11059, 14139, 16105, 10666, 12503, 15341, 10933, 11994, 15223, 10491, 11236, 14714, 10956, 10923, 13784, 10158, 11360, 13124, 10125, 11199, 8697, 10979, 13250, 10071, 11073, 8392, 10987, 13618, 10078, 11279, 14297, 10720, 12485, 12106, 10842, 13444, 9657, 11500, 15178, 10403, 12562, 11249, 11038, 13808, 14650, 10504, 13091, 16701, 10418, 11502, 15031, 10501, 11912, 15381, 10375, 11559, 10678, 11020, 12000, 14461, 10468, 12445, 10372, 11310, 12343, 8956, 11214, 13301, 10782, 11308, 9072, 10744, 12295, 11298, 12861, 10327, 11622, 15601, 11071], 'WindowCenter': [4798.0, 4781.0, 4759.0, 4753.0, 4731.0, 4753.0, 4770.0, 4730.0, 4739.0, 4737.0, 4738.0, 4738.0, 4717.0, 4729.0, 4748.0, 4726.0, 4741.0, 4727.0, 4730.0, 4746.0, 4717.0, 4727.0, 4757.0, 4715.0, 4739.0, 4736.0, 4728.0, 4736.0, 4708.0, 4728.0, 4745.0, 4729.0, 4737.0, 4709.0, 4730.0, 4761.0, 4731.0, 4731.0, 4746.0, 4730.0, 4751.0, 4731.0, 4742.0, 4732.0, 4742.0, 4760.0, 4730.0, 4753.0, 4719.0, 4741.0, 4761.0, 4730.0, 4740.0, 4737.0, 4740.0, 4762.0, 4759.0, 4718.0, 4737.0, 4734.0, 4713.0, 4726.0, 4734.0, 4714.0, 4726.0, 4702.0, 4726.0, 4736.0, 4693.0, 4716.0, 4733.0, 4704.0, 4717.0, 4723.0, 4726.0, 4737.0, 4755.0, 4717.0, 4737.0, 4705.0, 4725.0, 4738.0, 4742.0, 4715.0, 4736.0, 4701.0, 4715.0, 4722.0, 4703.0, 4714.0, 4733.0, 4712.0, 4714.0, 4732.0, 4713.0, 4728.0, 4744.0, 4702.0, 4712.0, 4729.0, 4710.0, 4715.0, 4732.0, 4710.0, 4711.0, 4720.0, 4713.0, 4723.0, 4731.0, 4711.0, 4722.0, 4689.0, 4713.0, 4722.0, 4712.0, 4724.0, 4733.0, 4715.0, 4725.0, 4704.0, 4726.0, 4747.0, 4712.0, 4713.0, 4725.0, 4691.0, 4715.0, 4733.0, 4742.0, 4712.0, 4714.0, 4729.0, 4711.0, 4714.0, 4731.0, 4711.0, 4713.0, 4720.0, 4712.0, 4714.0, 4702.0, 4726.0, 4734.0, 4715.0, 4729.0, 4747.0, 4730.0, 4737.0, 4743.0, 4727.0, 4739.0, 4756.0, 4716.0, 4727.0, 4735.0, 4727.0, 4737.0, 4705.0, 4727.0, 4726.0, 4717.0, 4741.0, 4746.0, 4728.0, 4736.0, 4710.0, 4741.0, 4760.0, 4729.0, 4751.0, 4706.0, 4740.0, 4761.0, 4717.0, 4728.0, 4746.0, 4706.0, 4727.0, 4735.0, 4703.0, 4726.0, 4746.0, 4705.0, 4725.0, 4734.0, 4714.0, 4727.0, 4723.0, 4716.0, 4725.0, 4716.0, 4726.0, 4735.0, 4717.0, 4725.0, 4748.0, 4703.0, 4715.0, 4731.0, 4690.0, 4715.0, 4733.0, 4702.0, 4699.0, 4710.0, 4700.0, 4710.0, 4713.0, 4689.0, 4710.0, 4713.0, 4720.0, 4712.0, 4711.0, 4689.0, 4713.0, 4723.0, 4692.0, 4713.0, 4723.0, 4715.0, 4724.0, 4701.0, 4726.0, 4732.0, 4716.0, 4728.0, 4707.0, 4729.0, 4747.0, 4728.0, 4739.0, 4756.0, 4714.0, 4726.0, 4744.0, 4711.0, 4723.0, 4731.0, 4712.0, 4724.0, 4711.0, 4711.0, 4711.0, 4700.0, 4713.0, 4730.0, 4715.0, 4721.0, 4691.0, 4726.0, 4734.0, 4714.0, 4725.0, 4722.0, 4727.0, 4735.0, 4704.0, 4726.0, 4735.0, 4713.0, 4727.0, 4735.0, 4727.0, 4738.0, 4732.0, 4725.0, 4724.0, 4692.0, 4725.0, 4742.0, 4694.0, 4724.0, 4734.0, 4703.0, 4713.0, 4733.0, 4702.0, 4726.0, 4743.0, 4703.0, 4716.0, 4733.0, 4702.0, 4714.0, 4734.0, 4702.0, 4724.0, 4732.0, 4715.0, 4713.0, 4706.0, 4727.0, 4748.0, 4706.0, 4726.0, 4736.0, 4715.0, 4729.0, 4745.0, 4717.0, 4737.0, 4744.0, 4712.0, 4728.0, 4733.0, 4726.0, 4735.0, 4726.0, 4729.0, 4718.0, 4738.0, 4749.0, 4716.0, 4727.0, 4749.0, 4714.0, 4714.0, 4720.0, 4691.0, 4713.0, 4720.0, 4713.0, 4715.0, 4733.0, 4713.0, 4724.0, 4692.0, 4724.0, 4735.0, 4733.0, 4712.0, 4712.0, 4730.0, 4710.0, 4713.0, 4731.0, 4712.0, 4711.0, 4689.0, 4715.0, 4714.0, 4691.0, 4724.0, 4736.0, 4693.0, 4724.0, 4723.0, 4704.0, 4727.0, 4744.0, 4714.0, 4726.0, 4733.0, 4712.0, 4725.0, 4733.0, 4713.0, 4725.0, 4735.0, 4702.0, 4714.0, 4730.0, 4713.0, 4725.0, 4742.0, 4714.0, 4713.0, 4730.0, 4723.0, 4723.0, 4692.0, 4716.0, 4731.0, 4715.0, 4725.0, 4733.0, 4715.0, 4728.0, 4721.0, 4723.0, 4723.0, 4702.0, 4726.0, 4734.0, 4714.0, 4725.0, 4706.0, 4729.0, 4746.0, 4714.0, 4725.0, 4745.0, 4716.0, 4737.0, 4746.0, 4714.0, 4724.0, 4732.0, 4714.0, 4726.0, 4714.0, 4714.0, 4724.0, 4712.0, 4725.0, 4736.0, 4712.0, 4727.0, 4725.0, 4714.0, 4726.0, 4722.0, 4715.0, 4722.0, 4692.0, 4722.0, 4733.0, 4713.0, 4725.0, 4731.0, 4713.0, 4725.0, 4731.0, 4702.0, 4714.0, 4729.0, 4699.0, 4709.0, 4709.0, 4709.0, 4720.0, 4710.0, 4700.0, 4712.0, 4680.0, 4710.0, 4730.0, 4691.0, 4714.0, 4722.0, 4702.0, 4722.0, 4722.0, 4714.0, 4726.0, 4703.0, 4727.0, 4734.0, 4717.0, 4739.0, 4754.0, 4717.0, 4736.0, 4706.0, 4727.0, 4744.0, 4714.0, 4727.0, 4723.0, 4728.0, 4735.0, 4707.0, 4728.0, 4745.0, 4716.0, 4736.0, 4734.0, 4715.0, 4726.0, 4692.0, 4725.0, 4732.0, 4713.0, 4728.0, 4747.0, 4701.0, 4713.0, 4720.0, 4711.0, 4725.0, 4730.0, 4711.0, 4725.0, 4711.0, 4710.0, 4723.0, 4719.0, 4711.0, 4714.0, 4700.0, 4713.0, 4714.0, 4690.0, 4710.0, 4725.0, 4719.0, 4712.0, 4713.0, 4691.0, 4725.0, 4734.0, 4702.0, 4726.0, 4731.0, 4715.0, 4729.0, 4746.0, 4713.0, 4715.0, 4731.0, 4714.0, 4726.0, 4730.0, 4726.0, 4728.0, 4704.0, 4727.0, 4736.0, 4715.0, 4736.0, 4744.0, 4715.0, 4740.0, 4733.0, 4726.0, 4736.0, 4706.0, 4727.0, 4737.0, 4703.0, 4724.0, 4734.0, 4712.0, 4728.0, 4748.0, 4711.0, 4709.0, 4721.0, 4691.0, 4711.0, 4719.0, 4687.0, 4711.0, 4733.0, 4688.0, 4699.0, 4710.0, 4679.0, 4712.0, 4713.0, 4708.0, 4710.0, 4711.0, 4711.0, 4702.0, 4714.0, 4690.0, 4712.0, 4722.0, 4702.0, 4724.0, 4725.0, 4724.0, 4724.0, 4714.0, 4715.0, 4735.0, 4717.0, 4730.0, 4747.0, 4704.0, 4716.0, 4731.0, 4712.0, 4727.0, 4730.0, 4712.0, 4726.0, 4711.0, 4724.0, 4726.0, 4701.0, 4723.0, 4731.0, 4700.0, 4715.0, 4730.0, 4712.0, 4723.0, 4732.0, 4714.0, 4725.0, 4723.0, 4713.0, 4726.0, 4694.0, 4726.0, 4734.0, 4718.0, 4726.0, 4706.0, 4725.0, 4738.0, 4713.0, 4726.0, 4744.0, 4715.0, 4736.0, 4702.0, 4715.0, 4736.0, 4701.0, 4713.0, 4731.0, 4703.0, 4711.0, 4733.0, 4689.0, 4699.0, 4707.0, 4680.0, 4711.0, 4731.0, 4691.0, 4712.0, 4719.0, 4688.0, 4719.0, 4722.0, 4714.0, 4714.0, 4724.0, 4715.0, 4723.0, 4704.0, 4728.0, 4735.0, 4718.0, 4736.0, 4708.0, 4728.0, 4747.0, 4717.0, 4735.0, 4725.0, 4727.0, 4737.0, 4715.0, 4729.0, 4746.0, 4726.0, 4740.0, 4715.0, 4717.0, 4738.0, 4743.0, 4704.0, 4713.0, 4692.0, 4713.0, 4733.0, 4690.0, 4715.0, 4721.0, 4704.0, 4714.0, 4703.0, 4713.0, 4734.0, 4716.0, 4726.0, 4736.0, 4716.0, 4736.0, 4703.0, 4718.0, 4745.0, 4714.0, 4725.0, 4732.0, 4713.0, 4723.0, 4730.0, 4702.0, 4722.0, 4689.0, 4703.0, 4720.0, 4702.0, 4713.0, 4732.0, 4700.0, 4724.0, 4717.0, 4703.0, 4713.0, 4710.0, 4700.0, 4713.0, 4700.0, 4703.0, 4711.0, 4679.0, 4710.0, 4720.0, 4691.0, 4714.0, 4721.0, 4703.0, 4726.0, 4734.0, 4715.0, 4718.0, 4734.0, 4724.0, 4728.0, 4696.0, 4715.0, 4737.0, 4705.0, 4728.0, 4737.0, 4727.0, 4739.0, 4707.0, 4717.0, 4748.0, 4716.0, 4728.0, 4747.0, 4716.0, 4740.0, 4724.0, 4716.0, 4736.0, 4704.0, 4716.0, 4738.0, 4733.0, 4704.0, 4724.0, 4731.0, 4701.0, 4713.0, 4719.0, 4690.0, 4712.0, 4731.0, 4688.0, 4701.0, 4711.0, 4705.0, 4699.0, 4712.0, 4709.0, 4700.0, 4714.0, 4720.0, 4703.0, 4715.0, 4699.0, 4713.0, 4723.0, 4721.0, 4713.0, 4719.0, 4691.0, 4715.0, 4722.0, 4714.0, 4727.0, 4732.0, 4716.0, 4738.0, 4722.0, 4713.0, 4725.0, 4712.0, 4715.0, 4725.0, 4733.0, 4712.0, 4724.0, 4722.0, 4704.0, 4713.0, 4702.0, 4726.0, 4732.0, 4715.0, 4727.0, 4705.0, 4727.0, 4751.0, 4748.0, 4702.0, 4722.0, 4730.0, 4703.0, 4709.0, 4732.0, 4702.0, 4702.0, 4720.0, 4701.0, 4703.0, 4719.0, 4701.0, 4711.0, 4722.0, 4705.0, 4711.0, 4693.0, 4728.0, 4736.0, 4715.0, 4728.0, 4707.0, 4742.0, 4746.0, 4718.0, 4744.0, 4748.0, 4726.0, 4742.0, 4727.0, 4718.0, 4736.0, 4705.0, 4728.0, 4742.0, 4717.0, 4726.0, 4715.0, 4715.0, 4737.0, 4732.0, 4705.0, 4723.0, 4743.0, 4700.0, 4711.0, 4720.0, 4700.0, 4714.0, 4727.0, 4701.0, 4713.0, 4701.0, 4712.0, 4724.0, 4730.0, 4701.0, 4712.0, 4700.0, 4712.0, 4723.0, 4692.0, 4714.0, 4720.0, 4714.0, 4715.0, 4706.0, 4719.0, 4736.0, 4730.0, 4737.0, 4729.0, 4730.0, 4747.0, 4714.0], 'WindowWidth': [10472.0, 10430.0, 10394.0, 10378.0, 10342.0, 10375.0, 10395.0, 10335.0, 10349.0, 10341.0, 10344.0, 10347.0, 10314.0, 10333.0, 10358.0, 10326.0, 10351.0, 10326.0, 10333.0, 10352.0, 10314.0, 10330.0, 10367.0, 10310.0, 10345.0, 10338.0, 10329.0, 10339.0, 10302.0, 10331.0, 10351.0, 10331.0, 10344.0, 10304.0, 10335.0, 10379.0, 10339.0, 10335.0, 10351.0, 10335.0, 10365.0, 10340.0, 10358.0, 10342.0, 10359.0, 10380.0, 10335.0, 10370.0, 10320.0, 10350.0, 10380.0, 10336.0, 10352.0, 10343.0, 10348.0, 10386.0, 10378.0, 10311.0, 10337.0, 10329.0, 10300.0, 10322.0, 10328.0, 10302.0, 10321.0, 10284.0, 10322.0, 10336.0, 10274.0, 10308.0, 10329.0, 10290.0, 10312.0, 10315.0, 10325.0, 10343.0, 10363.0, 10311.0, 10339.0, 10290.0, 10321.0, 10343.0, 10340.0, 10302.0, 10336.0, 10280.0, 10303.0, 10312.0, 10286.0, 10303.0, 10328.0, 10300.0, 10304.0, 10327.0, 10301.0, 10329.0, 10348.0, 10283.0, 10300.0, 10319.0, 10292.0, 10307.0, 10327.0, 10292.0, 10296.0, 10306.0, 10299.0, 10316.0, 10322.0, 10296.0, 10312.0, 10265.0, 10301.0, 10313.0, 10299.0, 10321.0, 10330.0, 10307.0, 10322.0, 10290.0, 10323.0, 10357.0, 10301.0, 10301.0, 10320.0, 10269.0, 10303.0, 10332.0, 10340.0, 10295.0, 10302.0, 10319.0, 10294.0, 10303.0, 10321.0, 10296.0, 10302.0, 10308.0, 10301.0, 10303.0, 10287.0, 10325.0, 10335.0, 10309.0, 10333.0, 10354.0, 10333.0, 10345.0, 10348.0, 10326.0, 10346.0, 10365.0, 10310.0, 10328.0, 10333.0, 10326.0, 10340.0, 10294.0, 10326.0, 10324.0, 10314.0, 10351.0, 10354.0, 10332.0, 10343.0, 10309.0, 10353.0, 10377.0, 10334.0, 10366.0, 10301.0, 10350.0, 10382.0, 10312.0, 10328.0, 10355.0, 10295.0, 10325.0, 10334.0, 10288.0, 10324.0, 10352.0, 10293.0, 10321.0, 10331.0, 10306.0, 10326.0, 10318.0, 10312.0, 10325.0, 10310.0, 10326.0, 10338.0, 10312.0, 10324.0, 10358.0, 10289.0, 10306.0, 10326.0, 10266.0, 10305.0, 10332.0, 10281.0, 10277.0, 10294.0, 10276.0, 10292.0, 10299.0, 10261.0, 10292.0, 10300.0, 10306.0, 10298.0, 10297.0, 10263.0, 10301.0, 10316.0, 10269.0, 10302.0, 10313.0, 10305.0, 10321.0, 10286.0, 10325.0, 10331.0, 10311.0, 10331.0, 10299.0, 10332.0, 10355.0, 10329.0, 10350.0, 10370.0, 10304.0, 10324.0, 10346.0, 10297.0, 10314.0, 10323.0, 10297.0, 10318.0, 10293.0, 10296.0, 10295.0, 10279.0, 10302.0, 10323.0, 10306.0, 10314.0, 10271.0, 10323.0, 10332.0, 10304.0, 10322.0, 10315.0, 10325.0, 10337.0, 10291.0, 10324.0, 10334.0, 10304.0, 10326.0, 10334.0, 10324.0, 10343.0, 10328.0, 10320.0, 10319.0, 10274.0, 10321.0, 10345.0, 10276.0, 10318.0, 10333.0, 10288.0, 10303.0, 10329.0, 10287.0, 10325.0, 10347.0, 10287.0, 10309.0, 10328.0, 10285.0, 10305.0, 10329.0, 10285.0, 10319.0, 10328.0, 10306.0, 10305.0, 10295.0, 10327.0, 10359.0, 10295.0, 10326.0, 10339.0, 10309.0, 10332.0, 10350.0, 10311.0, 10342.0, 10348.0, 10300.0, 10326.0, 10330.0, 10322.0, 10335.0, 10324.0, 10334.0, 10315.0, 10346.0, 10362.0, 10309.0, 10325.0, 10364.0, 10300.0, 10301.0, 10308.0, 10266.0, 10298.0, 10305.0, 10299.0, 10307.0, 10329.0, 10301.0, 10318.0, 10269.0, 10316.0, 10337.0, 10328.0, 10297.0, 10299.0, 10319.0, 10294.0, 10301.0, 10320.0, 10297.0, 10298.0, 10264.0, 10303.0, 10305.0, 10271.0, 10318.0, 10338.0, 10273.0, 10318.0, 10314.0, 10292.0, 10326.0, 10348.0, 10303.0, 10323.0, 10331.0, 10300.0, 10322.0, 10329.0, 10301.0, 10320.0, 10334.0, 10284.0, 10302.0, 10323.0, 10300.0, 10321.0, 10341.0, 10301.0, 10302.0, 10320.0, 10314.0, 10318.0, 10271.0, 10306.0, 10325.0, 10305.0, 10320.0, 10330.0, 10308.0, 10329.0, 10311.0, 10316.0, 10318.0, 10284.0, 10322.0, 10333.0, 10305.0, 10323.0, 10296.0, 10330.0, 10354.0, 10307.0, 10323.0, 10348.0, 10309.0, 10342.0, 10354.0, 10304.0, 10318.0, 10326.0, 10303.0, 10323.0, 10301.0, 10303.0, 10317.0, 10299.0, 10322.0, 10336.0, 10301.0, 10325.0, 10319.0, 10304.0, 10324.0, 10312.0, 10304.0, 10313.0, 10270.0, 10312.0, 10326.0, 10302.0, 10322.0, 10326.0, 10301.0, 10321.0, 10324.0, 10282.0, 10301.0, 10318.0, 10276.0, 10291.0, 10289.0, 10291.0, 10310.0, 10292.0, 10280.0, 10297.0, 10252.0, 10294.0, 10323.0, 10267.0, 10301.0, 10310.0, 10284.0, 10314.0, 10313.0, 10305.0, 10324.0, 10289.0, 10326.0, 10334.0, 10315.0, 10348.0, 10364.0, 10313.0, 10339.0, 10295.0, 10326.0, 10348.0, 10305.0, 10328.0, 10319.0, 10327.0, 10337.0, 10297.0, 10328.0, 10349.0, 10309.0, 10339.0, 10332.0, 10307.0, 10324.0, 10272.0, 10320.0, 10327.0, 10302.0, 10329.0, 10354.0, 10282.0, 10300.0, 10307.0, 10297.0, 10322.0, 10323.0, 10295.0, 10317.0, 10293.0, 10295.0, 10315.0, 10303.0, 10294.0, 10301.0, 10278.0, 10299.0, 10301.0, 10265.0, 10294.0, 10320.0, 10304.0, 10296.0, 10300.0, 10268.0, 10319.0, 10331.0, 10285.0, 10322.0, 10326.0, 10306.0, 10330.0, 10350.0, 10300.0, 10306.0, 10325.0, 10302.0, 10322.0, 10322.0, 10321.0, 10328.0, 10289.0, 10325.0, 10336.0, 10309.0, 10340.0, 10347.0, 10309.0, 10348.0, 10329.0, 10322.0, 10337.0, 10294.0, 10324.0, 10338.0, 10290.0, 10318.0, 10332.0, 10302.0, 10329.0, 10360.0, 10295.0, 10293.0, 10309.0, 10266.0, 10295.0, 10305.0, 10259.0, 10296.0, 10329.0, 10260.0, 10276.0, 10294.0, 10247.0, 10295.0, 10300.0, 10285.0, 10291.0, 10296.0, 10292.0, 10283.0, 10302.0, 10265.0, 10298.0, 10313.0, 10287.0, 10319.0, 10321.0, 10319.0, 10322.0, 10304.0, 10309.0, 10336.0, 10309.0, 10333.0, 10356.0, 10288.0, 10307.0, 10324.0, 10297.0, 10324.0, 10322.0, 10299.0, 10322.0, 10297.0, 10317.0, 10320.0, 10282.0, 10316.0, 10325.0, 10280.0, 10305.0, 10322.0, 10298.0, 10316.0, 10328.0, 10300.0, 10318.0, 10313.0, 10302.0, 10322.0, 10275.0, 10321.0, 10332.0, 10312.0, 10325.0, 10296.0, 10322.0, 10340.0, 10302.0, 10323.0, 10348.0, 10306.0, 10338.0, 10286.0, 10307.0, 10337.0, 10283.0, 10300.0, 10322.0, 10283.0, 10296.0, 10332.0, 10261.0, 10275.0, 10284.0, 10250.0, 10295.0, 10323.0, 10265.0, 10296.0, 10304.0, 10262.0, 10308.0, 10311.0, 10302.0, 10303.0, 10315.0, 10305.0, 10316.0, 10290.0, 10328.0, 10335.0, 10314.0, 10338.0, 10301.0, 10331.0, 10355.0, 10311.0, 10338.0, 10322.0, 10325.0, 10341.0, 10308.0, 10331.0, 10351.0, 10324.0, 10347.0, 10307.0, 10311.0, 10343.0, 10343.0, 10286.0, 10300.0, 10269.0, 10299.0, 10330.0, 10266.0, 10304.0, 10310.0, 10289.0, 10304.0, 10287.0, 10303.0, 10332.0, 10307.0, 10323.0, 10336.0, 10310.0, 10339.0, 10290.0, 10312.0, 10348.0, 10304.0, 10322.0, 10329.0, 10298.0, 10314.0, 10320.0, 10282.0, 10312.0, 10263.0, 10284.0, 10306.0, 10283.0, 10303.0, 10326.0, 10278.0, 10316.0, 10299.0, 10284.0, 10300.0, 10290.0, 10277.0, 10299.0, 10277.0, 10286.0, 10296.0, 10249.0, 10294.0, 10310.0, 10268.0, 10301.0, 10308.0, 10288.0, 10325.0, 10332.0, 10305.0, 10315.0, 10330.0, 10318.0, 10329.0, 10279.0, 10307.0, 10336.0, 10295.0, 10328.0, 10338.0, 10326.0, 10345.0, 10298.0, 10315.0, 10356.0, 10310.0, 10331.0, 10355.0, 10311.0, 10346.0, 10318.0, 10309.0, 10338.0, 10290.0, 10308.0, 10341.0, 10327.0, 10286.0, 10317.0, 10325.0, 10278.0, 10298.0, 10304.0, 10262.0, 10296.0, 10324.0, 10257.0, 10276.0, 10293.0, 10278.0, 10275.0, 10295.0, 10288.0, 10277.0, 10301.0, 10304.0, 10285.0, 10304.0, 10276.0, 10301.0, 10317.0, 10309.0, 10300.0, 10307.0, 10267.0, 10305.0, 10313.0, 10302.0, 10323.0, 10328.0, 10307.0, 10340.0, 10313.0, 10300.0, 10320.0, 10297.0, 10304.0, 10320.0, 10326.0, 10296.0, 10317.0, 10311.0, 10287.0, 10298.0, 10283.0, 10322.0, 10327.0, 10307.0, 10325.0, 10293.0, 10326.0, 10367.0, 10354.0, 10284.0, 10312.0, 10320.0, 10284.0, 10295.0, 10325.0, 10280.0, 10282.0, 10305.0, 10280.0, 10285.0, 10303.0, 10279.0, 10297.0, 10311.0, 10290.0, 10297.0, 10274.0, 10327.0, 10337.0, 10309.0, 10329.0, 10300.0, 10353.0, 10355.0, 10316.0, 10360.0, 10357.0, 10325.0, 10353.0, 10326.0, 10313.0, 10336.0, 10292.0, 10328.0, 10344.0, 10308.0, 10323.0, 10304.0, 10306.0, 10341.0, 10326.0, 10288.0, 10315.0, 10341.0, 10278.0, 10294.0, 10305.0, 10278.0, 10302.0, 10313.0, 10278.0, 10298.0, 10278.0, 10295.0, 10316.0, 10318.0, 10279.0, 10297.0, 10276.0, 10297.0, 10314.0, 10268.0, 10302.0, 10307.0, 10301.0, 10307.0, 10295.0, 10314.0, 10337.0, 10331.0, 10341.0, 10332.0, 10336.0, 10356.0, 10301.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.00022212643678160923</td></tr>
<tr><td colspan=3>aqi</td><td>0.017096756091954022</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.96871155466054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2632946389643278</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931049072266971</td></tr>
<tr><td colspan=3>efc</td><td>0.5163</td></tr>
<tr><td colspan=3>fber</td><td>4443.6909</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07941561018650027</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5820435931726884</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6063736651319367</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76073493417895</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3790221802071785</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102857</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006855673622339964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029681507498025894</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.041288406531133</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>21.4391</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.2932</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.0232</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287819.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1225.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.0818</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6989</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.8855</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3836.4141</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.923</td></tr>
<tr><td colspan=3>tsnr</td><td>47.87331894785166</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>