ds005256-mriqc/sub-0095_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0095_ses-03_task-social_acq-mb8_run-03_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-0095_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-03_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-0095/ses-03/func/sub-0095_ses-03_task-social_acq-mb8_run-03_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>266bbc4c44066c316fbad475dc0fffc8</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:54:13.610000</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.999982, 0.00150576, -0.00581767, -0.00209437, 0.994727, -0.102536]</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.259</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-03_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.0865017</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7783, -7264, 186, -94, -269, -215, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3292b7db-0d96-4214-8141-8d682212ab66||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.6828784942626953, -0.00561905512586236, -0.015208018012344837, 110.66622924804688], [-0.004039842169731855, 2.6687800884246826, -0.27687376737594604, -89.36829376220703], [-0.015608380548655987, 0.27509525418281555, 2.685723304748535, -116.43939971923828], [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': ['105413.610000', '105414.070000', '105414.530000', '105414.990000', '105415.450000', '105415.910000', '105416.370000', '105416.830000', '105417.290000', '105417.750000', '105418.210000', '105418.670000', '105419.130000', '105419.590000', '105420.050000', '105420.510000', '105420.970000', '105421.430000', '105421.890000', '105422.350000', '105422.810000', '105423.270000', '105423.730000', '105424.190000', '105424.650000', '105425.110000', '105425.570000', '105426.030000', '105426.490000', '105426.950000', '105427.410000', '105427.870000', '105428.330000', '105428.790000', '105429.250000', '105429.710000', '105430.170000', '105430.630000', '105431.090000', '105431.550000', '105432.010000', '105432.470000', '105432.930000', '105433.390000', '105433.850000', '105434.310000', '105434.770000', '105435.230000', '105435.690000', '105436.150000', '105436.610000', '105437.070000', '105437.530000', '105437.990000', '105438.450000', '105438.910000', '105439.370000', '105439.830000', '105440.290000', '105440.750000', '105441.210000', '105441.670000', '105442.130000', '105442.590000', '105443.050000', '105443.510000', '105443.970000', '105444.430000', '105444.890000', '105445.350000', '105445.810000', '105446.270000', '105446.730000', '105447.190000', '105447.650000', '105448.110000', '105448.570000', '105449.030000', '105449.490000', '105449.950000', '105450.410000', '105450.870000', '105451.330000', '105451.790000', '105452.250000', '105452.710000', '105453.170000', '105453.630000', '105454.090000', '105454.550000', '105455.010000', '105455.470000', '105455.930000', '105456.390000', '105456.850000', '105457.310000', '105457.770000', '105458.230000', '105458.690000', '105459.150000', '105459.610000', '105500.070000', '105500.530000', '105500.990000', '105501.450000', '105501.910000', '105502.370000', '105502.830000', '105503.290000', '105503.750000', '105504.210000', '105504.670000', '105505.130000', '105505.590000', '105506.050000', '105506.510000', '105506.970000', '105507.430000', '105507.890000', '105508.350000', '105508.810000', '105509.270000', '105509.730000', '105510.190000', '105510.650000', '105511.110000', '105511.570000', '105512.030000', '105512.490000', '105512.950000', '105513.410000', '105513.870000', '105514.330000', '105514.790000', '105515.250000', '105515.710000', '105516.170000', '105516.630000', '105517.090000', '105517.550000', '105518.010000', '105518.470000', '105518.930000', '105519.390000', '105519.850000', '105520.310000', '105520.770000', '105521.230000', '105521.690000', '105522.150000', '105522.610000', '105523.070000', '105523.530000', '105523.990000', '105524.450000', '105524.910000', '105525.370000', '105525.830000', '105526.290000', '105526.750000', '105527.210000', '105527.670000', '105528.130000', '105528.590000', '105529.050000', '105529.510000', '105529.970000', '105530.430000', '105530.890000', '105531.350000', '105531.810000', '105532.270000', '105532.730000', '105533.190000', '105533.650000', '105534.110000', '105534.570000', '105535.030000', '105535.490000', '105535.950000', '105536.410000', '105536.870000', '105537.330000', '105537.790000', '105538.250000', '105538.710000', '105539.170000', '105539.630000', '105540.090000', '105540.550000', '105541.010000', '105541.470000', '105541.930000', '105542.390000', '105542.850000', '105543.310000', '105543.770000', '105544.230000', '105544.690000', '105545.150000', '105545.610000', '105546.070000', '105546.530000', '105546.990000', '105547.450000', '105547.910000', '105548.370000', '105548.830000', '105549.290000', '105549.750000', '105550.210000', '105550.670000', '105551.130000', '105551.590000', '105552.050000', '105552.510000', '105552.970000', '105553.430000', '105553.890000', '105554.350000', '105554.810000', '105555.270000', '105555.730000', '105556.190000', '105556.650000', '105557.110000', '105557.570000', '105558.030000', '105558.490000', '105558.950000', '105559.410000', '105559.870000', '105600.330000', '105600.790000', '105601.250000', '105601.710000', '105602.170000', '105602.630000', '105603.090000', '105603.550000', '105604.010000', '105604.470000', '105604.930000', '105605.390000', '105605.850000', '105606.310000', '105606.770000', '105607.230000', '105607.690000', '105608.150000', '105608.610000', '105609.070000', '105609.530000', '105609.990000', '105610.450000', '105610.910000', '105611.370000', '105611.830000', '105612.290000', '105612.750000', '105613.210000', '105613.670000', '105614.130000', '105614.590000', '105615.050000', '105615.510000', '105615.970000', '105616.430000', '105616.890000', '105617.350000', '105617.810000', '105618.270000', '105618.730000', '105619.190000', '105619.650000', '105620.110000', '105620.570000', '105621.030000', '105621.490000', '105621.950000', '105622.410000', '105622.870000', '105623.330000', '105623.790000', '105624.250000', '105624.710000', '105625.170000', '105625.630000', '105626.090000', '105626.550000', '105627.010000', '105627.470000', '105627.930000', '105628.390000', '105628.850000', '105629.310000', '105629.770000', '105630.230000', '105630.690000', '105631.150000', '105631.610000', '105632.070000', '105632.530000', '105632.990000', '105633.450000', '105633.910000', '105634.370000', '105634.830000', '105635.290000', '105635.750000', '105636.210000', '105636.670000', '105637.130000', '105637.590000', '105638.050000', '105638.510000', '105638.970000', '105639.430000', '105639.890000', '105640.350000', '105640.810000', '105641.270000', '105641.730000', '105642.190000', '105642.650000', '105643.110000', '105643.570000', '105644.030000', '105644.490000', '105644.950000', '105645.410000', '105645.870000', '105646.330000', '105646.790000', '105647.250000', '105647.710000', '105648.170000', '105648.630000', '105649.090000', '105649.550000', '105650.010000', '105650.470000', '105650.930000', '105651.390000', '105651.850000', '105652.310000', '105652.770000', '105653.230000', '105653.690000', '105654.150000', '105654.610000', '105655.070000', '105655.530000', '105655.990000', '105656.450000', '105656.910000', '105657.370000', '105657.830000', '105658.290000', '105658.750000', '105659.210000', '105659.670000', '105700.130000', '105700.590000', '105701.050000', '105701.510000', '105701.970000', '105702.430000', '105702.890000', '105703.350000', '105703.810000', '105704.270000', '105704.730000', '105705.190000', '105705.650000', '105706.110000', '105706.570000', '105707.030000', '105707.490000', '105707.950000', '105708.410000', '105708.870000', '105709.330000', '105709.790000', '105710.250000', '105710.710000', '105711.170000', '105711.630000', '105712.090000', '105712.550000', '105713.010000', '105713.470000', '105713.930000', '105714.390000', '105714.850000', '105715.310000', '105715.770000', '105716.230000', '105716.690000', '105717.150000', '105717.610000', '105718.070000', '105718.530000', '105718.990000', '105719.450000', '105719.910000', '105720.370000', '105720.830000', '105721.290000', '105721.750000', '105722.210000', '105722.670000', '105723.130000', '105723.590000', '105724.050000', '105724.510000', '105724.970000', '105725.430000', '105725.890000', '105726.350000', '105726.810000', '105727.270000', '105727.730000', '105728.190000', '105728.650000', '105729.110000', '105729.570000', '105730.030000', '105730.490000', '105730.950000', '105731.410000', '105731.870000', '105732.330000', '105732.790000', '105733.250000', '105733.710000', '105734.170000', '105734.630000', '105735.090000', '105735.550000', '105736.010000', '105736.470000', '105736.930000', '105737.390000', '105737.850000', '105738.310000', '105738.770000', '105739.230000', '105739.690000', '105740.150000', '105740.610000', '105741.070000', '105741.530000', '105741.990000', '105742.450000', '105742.910000', '105743.370000', '105743.830000', '105744.290000', '105744.750000', '105745.210000', '105745.670000', '105746.130000', '105746.590000', '105747.050000', '105747.510000', '105747.970000', '105748.430000', '105748.890000', '105749.350000', '105749.810000', '105750.270000', '105750.730000', '105751.190000', '105751.650000', '105752.110000', '105752.570000', '105753.030000', '105753.490000', '105753.950000', '105754.410000', '105754.870000', '105755.330000', '105755.790000', '105756.250000', '105756.710000', '105757.170000', '105757.630000', '105758.090000', '105758.550000', '105759.010000', '105759.470000', '105759.930000', '105800.390000', '105800.850000', '105801.310000', '105801.770000', '105802.230000', '105802.690000', '105803.150000', '105803.610000', '105804.070000', '105804.530000', '105804.990000', '105805.450000', '105805.910000', '105806.370000', '105806.830000', '105807.290000', '105807.750000', '105808.210000', '105808.670000', '105809.130000', '105809.590000', '105810.050000', '105810.510000', '105810.970000', '105811.430000', '105811.890000', '105812.350000', '105812.810000', '105813.270000', '105813.730000', '105814.190000', '105814.650000', '105815.110000', '105815.570000', '105816.030000', '105816.490000', '105816.950000', '105817.410000', '105817.870000', '105818.330000', '105818.790000', '105819.250000', '105819.710000', '105820.170000', '105820.630000', '105821.090000', '105821.550000', '105822.010000', '105822.470000', '105822.930000', '105823.390000', '105823.850000', '105824.310000', '105824.770000', '105825.230000', '105825.690000', '105826.150000', '105826.610000', '105827.070000', '105827.530000', '105827.990000', '105828.450000', '105828.910000', '105829.370000', '105829.830000', '105830.290000', '105830.750000', '105831.210000', '105831.670000', '105832.130000', '105832.590000', '105833.050000', '105833.510000', '105833.970000', '105834.430000', '105834.890000', '105835.350000', '105835.810000', '105836.270000', '105836.730000', '105837.190000', '105837.650000', '105838.110000', '105838.570000', '105839.030000', '105839.490000', '105839.950000', '105840.410000', '105840.870000', '105841.330000', '105841.790000', '105842.250000', '105842.710000', '105843.170000', '105843.630000', '105844.090000', '105844.550000', '105845.010000', '105845.470000', '105845.930000', '105846.390000', '105846.850000', '105847.310000', '105847.770000', '105848.230000', '105848.690000', '105849.150000', '105849.610000', '105850.070000', '105850.530000', '105850.990000', '105851.450000', '105851.910000', '105852.370000', '105852.830000', '105853.290000', '105853.750000', '105854.210000', '105854.670000', '105855.130000', '105855.590000', '105856.050000', '105856.510000', '105856.970000', '105857.430000', '105857.890000', '105858.350000', '105858.810000', '105859.270000', '105859.730000', '105900.190000', '105900.650000', '105901.110000', '105901.570000', '105902.030000', '105902.490000', '105902.950000', '105903.410000', '105903.870000', '105904.330000', '105904.790000', '105905.250000', '105905.710000', '105906.170000', '105906.630000', '105907.090000', '105907.550000', '105908.010000', '105908.470000', '105908.930000', '105909.390000', '105909.850000', '105910.310000', '105910.770000', '105911.230000', '105911.690000', '105912.150000', '105912.610000', '105913.070000', '105913.530000', '105913.990000', '105914.450000', '105914.910000', '105915.370000', '105915.830000', '105916.290000', '105916.750000', '105917.210000', '105917.670000', '105918.130000', '105918.590000', '105919.050000', '105919.510000', '105919.970000', '105920.430000', '105920.890000', '105921.350000', '105921.810000', '105922.270000', '105922.730000', '105923.190000', '105923.650000', '105924.110000', '105924.570000', '105925.030000', '105925.490000', '105925.950000', '105926.410000', '105926.870000', '105927.330000', '105927.790000', '105928.250000', '105928.710000', '105929.170000', '105929.630000', '105930.090000', '105930.550000', '105931.010000', '105931.470000', '105931.930000', '105932.390000', '105932.850000', '105933.310000', '105933.770000', '105934.230000', '105934.690000', '105935.150000', '105935.610000', '105936.070000', '105936.530000', '105936.990000', '105937.450000', '105937.910000', '105938.370000', '105938.830000', '105939.290000', '105939.750000', '105940.210000', '105940.670000', '105941.130000', '105941.590000', '105942.050000', '105942.510000', '105942.970000', '105943.430000', '105943.890000', '105944.350000', '105944.810000', '105945.270000', '105945.730000', '105946.190000', '105946.650000', '105947.110000', '105947.570000', '105948.030000', '105948.490000', '105948.950000', '105949.410000', '105949.870000', '105950.330000', '105950.790000', '105951.250000', '105951.710000', '105952.170000', '105952.630000', '105953.090000', '105953.550000', '105954.010000', '105954.470000', '105954.930000', '105955.390000', '105955.850000', '105956.310000', '105956.770000', '105957.230000', '105957.690000', '105958.150000', '105958.610000', '105959.070000', '105959.530000', '105959.990000', '110000.450000', '110000.910000', '110001.370000', '110001.830000', '110002.290000', '110002.750000', '110003.210000', '110003.670000', '110004.130000', '110004.590000', '110005.050000', '110005.510000', '110005.970000', '110006.430000', '110006.890000', '110007.350000', '110007.810000', '110008.270000', '110008.730000', '110009.190000', '110009.650000', '110010.110000', '110010.570000', '110011.030000', '110011.490000', '110011.950000', '110012.410000', '110012.870000', '110013.330000', '110013.790000', '110014.250000', '110014.710000', '110015.170000', '110015.630000', '110016.090000', '110016.550000', '110017.010000', '110017.470000', '110017.930000', '110018.390000', '110018.850000', '110019.310000', '110019.770000', '110020.230000', '110020.690000', '110021.150000', '110021.610000', '110022.070000', '110022.530000', '110022.990000', '110023.450000', '110023.910000', '110024.370000', '110024.830000', '110025.290000', '110025.750000', '110026.210000', '110026.670000', '110027.130000', '110027.590000', '110028.050000', '110028.510000', '110028.970000', '110029.430000', '110029.890000', '110030.350000', '110030.810000', '110031.270000', '110031.730000', '110032.190000', '110032.650000', '110033.110000', '110033.570000', '110034.030000', '110034.490000', '110034.950000', '110035.410000', '110035.870000', '110036.330000', '110036.790000', '110037.250000', '110037.710000', '110038.170000', '110038.630000', '110039.090000', '110039.550000', '110040.010000', '110040.470000', '110040.930000', '110041.390000', '110041.850000', '110042.310000', '110042.770000', '110043.230000', '110043.690000', '110044.150000', '110044.610000', '110045.070000', '110045.530000', '110045.990000', '110046.450000', '110046.910000', '110047.370000', '110047.830000', '110048.290000', '110048.750000', '110049.210000', '110049.670000', '110050.130000', '110050.590000', '110051.050000', '110051.510000', '110051.970000', '110052.430000', '110052.890000', '110053.350000', '110053.810000', '110054.270000'], 'ContentTime': ['105438.240000', '105438.243000', '105438.246000', '105438.248000', '105438.251000', '105438.253000', '105438.256000', '105438.259000', '105438.261000', '105438.264000', '105438.266000', '105438.269000', '105438.272000', '105438.274000', '105438.277000', '105438.279000', '105438.282000', '105438.284000', '105438.287000', '105438.290000', '105438.292000', '105438.295000', '105438.297000', '105438.300000', '105438.302000', '105438.305000', '105438.307000', '105438.310000', '105438.312000', '105438.315000', '105438.318000', '105438.320000', '105438.323000', '105438.325000', '105438.335000', '105438.338000', '105438.340000', '105438.343000', '105438.345000', '105438.348000', '105438.350000', '105438.353000', '105438.356000', '105438.358000', '105438.361000', '105438.363000', '105438.366000', '105438.368000', '105438.371000', '105438.373000', '105438.376000', '105458.211000', '105458.213000', '105458.216000', '105458.218000', '105458.221000', '105458.224000', '105458.234000', '105458.237000', '105458.239000', '105458.242000', '105458.244000', '105458.247000', '105458.250000', '105458.252000', '105458.255000', '105458.257000', '105458.260000', '105458.262000', '105458.265000', '105458.267000', '105458.270000', '105458.272000', '105458.275000', '105458.277000', '105458.280000', '105458.283000', '105458.285000', '105458.288000', '105458.291000', '105458.293000', '105458.296000', '105458.298000', '105458.301000', '105458.303000', '105458.306000', '105458.309000', '105458.311000', '105458.314000', '105458.316000', '105458.319000', '105458.321000', '105458.324000', '105458.327000', '105458.329000', '105518.210000', '105518.213000', '105518.216000', '105518.219000', '105518.221000', '105518.224000', '105518.226000', '105518.229000', '105518.231000', '105518.234000', '105518.236000', '105518.239000', '105518.241000', '105518.244000', '105518.250000', '105518.253000', '105518.255000', '105518.258000', '105518.261000', '105518.263000', '105518.266000', '105518.268000', '105518.271000', '105518.273000', '105518.276000', '105518.279000', '105518.281000', '105518.284000', '105518.286000', '105518.289000', '105518.292000', '105518.294000', '105518.297000', '105518.299000', '105518.302000', '105518.304000', '105518.307000', '105518.310000', '105518.312000', '105518.315000', '105518.317000', '105518.320000', '105518.322000', '105538.210000', '105538.214000', '105538.217000', '105538.220000', '105538.223000', '105538.225000', '105538.228000', '105538.230000', '105538.233000', '105538.235000', '105538.238000', '105538.241000', '105538.243000', '105538.246000', '105538.248000', '105538.251000', '105538.254000', '105538.256000', '105538.266000', '105538.268000', '105538.271000', '105538.273000', '105538.276000', '105538.279000', '105538.281000', '105538.284000', '105538.286000', '105538.289000', '105538.292000', '105538.294000', '105538.297000', '105538.305000', '105538.308000', '105538.310000', '105538.313000', '105538.315000', '105538.318000', '105538.321000', '105538.323000', '105538.326000', '105538.328000', '105538.331000', '105538.333000', '105558.209000', '105558.212000', '105558.215000', '105558.217000', '105558.220000', '105558.223000', '105558.225000', '105558.228000', '105558.230000', '105558.233000', '105558.235000', '105558.238000', '105558.241000', '105558.243000', '105558.246000', '105558.248000', '105558.251000', '105558.253000', '105558.256000', '105558.258000', '105558.261000', '105558.264000', '105558.266000', '105558.269000', '105558.271000', '105558.274000', '105558.276000', '105558.279000', '105558.281000', '105558.284000', '105558.287000', '105558.289000', '105558.292000', '105558.294000', '105558.297000', '105558.299000', '105558.302000', '105558.305000', '105558.307000', '105558.310000', '105558.312000', '105558.315000', '105558.317000', '105558.320000', '105618.210000', '105618.213000', '105618.216000', '105618.218000', '105618.221000', '105618.224000', '105618.226000', '105618.229000', '105618.231000', '105618.234000', '105618.236000', '105618.239000', '105618.241000', '105618.244000', '105618.247000', '105618.249000', '105618.252000', '105618.254000', '105618.257000', '105618.259000', '105618.262000', '105618.265000', '105618.268000', '105618.271000', '105618.274000', '105618.277000', '105618.279000', '105618.282000', '105618.284000', '105618.287000', '105618.289000', '105618.292000', '105618.295000', '105618.297000', '105618.300000', '105618.302000', '105618.305000', '105618.307000', '105618.310000', '105618.313000', '105618.315000', '105618.318000', '105618.320000', '105638.210000', '105638.213000', '105638.216000', '105638.218000', '105638.221000', '105638.223000', '105638.226000', '105638.229000', '105638.231000', '105638.234000', '105638.236000', '105638.239000', '105638.242000', '105638.244000', '105638.247000', '105638.249000', '105638.252000', '105638.254000', '105638.257000', '105638.260000', '105638.262000', '105638.265000', '105638.267000', '105638.270000', '105638.272000', '105638.275000', '105638.278000', '105638.280000', '105638.283000', '105638.285000', '105638.288000', '105638.290000', '105638.293000', '105638.296000', '105638.298000', '105638.301000', '105638.303000', '105638.306000', '105638.308000', '105638.311000', '105638.313000', '105638.316000', '105638.319000', '105638.321000', '105658.211000', '105658.213000', '105658.216000', '105658.219000', '105658.221000', '105658.224000', '105658.247000', '105658.249000', '105658.252000', '105658.254000', '105658.257000', '105658.259000', '105658.262000', '105658.265000', '105658.267000', '105658.270000', '105658.273000', '105658.275000', '105658.278000', '105658.280000', '105658.283000', '105658.285000', '105658.288000', '105658.291000', '105658.293000', '105658.296000', '105658.298000', '105658.301000', '105658.305000', '105658.307000', '105658.310000', '105658.313000', '105658.315000', '105658.318000', '105658.320000', '105658.323000', '105658.325000', '105658.328000', '105658.331000', '105658.333000', '105658.336000', '105658.339000', '105658.341000', '105718.211000', '105718.213000', '105718.216000', '105718.218000', '105718.221000', '105718.224000', '105718.226000', '105718.229000', '105718.231000', '105718.234000', '105718.236000', '105718.239000', '105718.242000', '105718.252000', '105718.255000', '105718.257000', '105718.260000', '105718.262000', '105718.265000', '105718.267000', '105718.270000', '105718.273000', '105718.275000', '105718.278000', '105718.280000', '105718.283000', '105718.286000', '105718.288000', '105718.291000', '105718.293000', '105718.296000', '105718.298000', '105718.301000', '105718.304000', '105718.306000', '105718.309000', '105718.311000', '105718.314000', '105718.316000', '105718.319000', '105718.322000', '105718.324000', '105718.327000', '105718.330000', '105738.210000', '105738.213000', '105738.216000', '105738.218000', '105738.221000', '105738.224000', '105738.226000', '105738.229000', '105738.231000', '105738.234000', '105738.237000', '105738.239000', '105738.242000', '105738.245000', '105738.247000', '105738.250000', '105738.252000', '105738.261000', '105738.264000', '105738.266000', '105738.269000', '105738.272000', '105738.274000', '105738.277000', '105738.279000', '105738.283000', '105738.286000', '105738.289000', '105738.291000', '105738.294000', '105738.296000', '105738.299000', '105738.301000', '105738.304000', '105738.306000', '105738.309000', '105738.312000', '105738.314000', '105738.317000', '105738.320000', '105738.322000', '105738.325000', '105738.327000', '105758.211000', '105758.213000', '105758.216000', '105758.218000', '105758.221000', '105758.224000', '105758.226000', '105758.229000', '105758.231000', '105758.234000', '105758.236000', '105758.239000', '105758.242000', '105758.244000', '105758.247000', '105758.249000', '105758.252000', '105758.254000', '105758.257000', '105758.260000', '105758.262000', '105758.265000', '105758.267000', '105758.270000', '105758.272000', '105758.275000', '105758.278000', '105758.280000', '105758.283000', '105758.285000', '105758.288000', '105758.291000', '105758.293000', '105758.296000', '105758.298000', '105758.301000', '105758.303000', '105758.306000', '105758.308000', '105758.311000', '105758.314000', '105758.316000', '105758.319000', '105758.321000', '105818.210000', '105818.212000', '105818.215000', '105818.218000', '105818.220000', '105818.223000', '105818.225000', '105818.228000', '105818.230000', '105818.233000', '105818.236000', '105818.238000', '105818.241000', '105818.243000', '105818.246000', '105818.249000', '105818.251000', '105818.254000', '105818.257000', '105818.259000', '105818.262000', '105818.264000', '105818.267000', '105818.270000', '105818.272000', '105818.275000', '105818.277000', '105818.280000', '105818.283000', '105818.286000', '105818.289000', '105818.292000', '105818.294000', '105818.297000', '105818.300000', '105818.302000', '105818.305000', '105818.307000', '105818.310000', '105818.312000', '105818.315000', '105818.318000', '105818.320000', '105838.210000', '105838.213000', '105838.216000', '105838.219000', '105838.221000', '105838.224000', '105838.227000', '105838.229000', '105838.232000', '105838.235000', '105838.237000', '105838.240000', '105838.242000', '105838.245000', '105838.248000', '105838.250000', '105838.253000', '105838.255000', '105838.258000', '105838.260000', '105838.263000', '105838.266000', '105838.268000', '105838.271000', '105838.273000', '105838.276000', '105838.278000', '105838.281000', '105838.284000', '105838.286000', '105838.289000', '105838.291000', '105838.294000', '105838.297000', '105838.299000', '105838.302000', '105838.304000', '105838.307000', '105838.309000', '105838.312000', '105838.315000', '105838.317000', '105838.320000', '105838.322000', '105858.211000', '105858.213000', '105858.216000', '105858.219000', '105858.221000', '105858.224000', '105858.226000', '105858.229000', '105858.249000', '105858.252000', '105858.255000', '105858.257000', '105858.260000', '105858.262000', '105858.265000', '105858.267000', '105858.270000', '105858.272000', '105858.275000', '105858.277000', '105858.280000', '105858.283000', '105858.285000', '105858.288000', '105858.290000', '105858.293000', '105858.296000', '105858.299000', '105858.301000', '105858.304000', '105858.306000', '105858.309000', '105858.312000', '105858.314000', '105858.317000', '105858.319000', '105858.322000', '105858.325000', '105858.327000', '105858.330000', '105858.332000', '105858.335000', '105858.338000', '105918.211000', '105918.213000', '105918.216000', '105918.219000', '105918.221000', '105918.224000', '105918.226000', '105918.229000', '105918.232000', '105918.234000', '105918.237000', '105918.239000', '105918.242000', '105918.245000', '105918.247000', '105918.250000', '105918.252000', '105918.255000', '105918.257000', '105918.260000', '105918.262000', '105918.265000', '105918.268000', '105918.270000', '105918.273000', '105918.275000', '105918.278000', '105918.281000', '105918.283000', '105918.286000', '105918.288000', '105918.291000', '105918.294000', '105918.296000', '105918.299000', '105918.301000', '105918.304000', '105918.307000', '105918.309000', '105918.312000', '105918.314000', '105918.317000', '105918.319000', '105918.322000', '105938.210000', '105938.213000', '105938.216000', '105938.218000', '105938.221000', '105938.224000', '105938.226000', '105938.229000', '105938.232000', '105938.234000', '105938.237000', '105938.240000', '105938.242000', '105938.245000', '105938.247000', '105938.250000', '105938.253000', '105938.268000', '105938.270000', '105938.273000', '105938.276000', '105938.278000', '105938.281000', '105938.284000', '105938.286000', '105938.289000', '105938.291000', '105938.294000', '105938.297000', '105938.300000', '105938.302000', '105938.305000', '105938.307000', '105938.310000', '105938.313000', '105938.315000', '105938.318000', '105938.320000', '105938.323000', '105938.326000', '105938.328000', '105938.331000', '105938.333000', '105958.210000', '105958.213000', '105958.216000', '105958.219000', '105958.221000', '105958.224000', '105958.226000', '105958.232000', '105958.235000', '105958.237000', '105958.240000', '105958.243000', '105958.245000', '105958.248000', '105958.250000', '105958.253000', '105958.256000', '105958.258000', '105958.261000', '105958.263000', '105958.266000', '105958.269000', '105958.271000', '105958.274000', '105958.276000', '105958.279000', '105958.281000', '105958.284000', '105958.287000', '105958.289000', '105958.292000', '105958.294000', '105958.297000', '105958.300000', '105958.302000', '105958.305000', '105958.308000', '105958.310000', '105958.313000', '105958.316000', '105958.318000', '105958.321000', '105958.323000', '105958.334000', '110018.210000', '110018.214000', '110018.216000', '110018.219000', '110018.221000', '110018.224000', '110018.227000', '110018.229000', '110018.232000', '110018.234000', '110018.237000', '110018.240000', '110018.242000', '110018.245000', '110018.248000', '110018.250000', '110018.253000', '110018.255000', '110018.258000', '110018.277000', '110018.280000', '110018.283000', '110018.285000', '110018.288000', '110018.290000', '110018.293000', '110018.296000', '110018.298000', '110018.302000', '110018.305000', '110018.307000', '110018.310000', '110018.312000', '110018.315000', '110018.318000', '110018.320000', '110018.323000', '110018.326000', '110018.328000', '110018.331000', '110018.333000', '110018.336000', '110018.339000', '110038.210000', '110038.212000', '110038.215000', '110038.218000', '110038.220000', '110038.223000', '110038.226000', '110038.228000', '110038.231000', '110038.234000', '110038.236000', '110038.239000', '110038.242000', '110038.244000', '110038.247000', '110038.250000', '110038.252000', '110038.255000', '110038.258000', '110038.260000', '110038.263000', '110038.265000', '110038.268000', '110038.271000', '110038.273000', '110038.276000', '110038.279000', '110038.281000', '110038.284000', '110038.286000', '110038.289000', '110038.292000', '110038.294000', '110038.297000', '110038.299000', '110038.302000', '110038.305000', '110038.307000', '110038.310000', '110038.312000', '110038.315000', '110038.318000', '110038.320000', '110055.603000', '110055.605000', '110055.608000', '110055.611000', '110055.614000', '110055.617000', '110055.619000', '110055.622000', '110055.625000', '110055.628000', '110055.631000', '110055.634000', '110055.637000', '110055.640000', '110055.643000', '110055.646000', '110055.649000', '110055.652000', '110055.655000', '110055.657000', '110055.660000', '110055.663000', '110055.666000', '110055.668000', '110055.671000', '110055.674000', '110055.676000', '110055.679000', '110055.684000', '110055.689000', '110055.692000', '110055.695000', '110055.697000', '110055.700000', '110055.703000', '110055.706000', '110055.709000', '110055.711000', '110055.716000'], 'InstanceCreationTime': ['105438.240000', '105438.243000', '105438.246000', '105438.248000', '105438.251000', '105438.253000', '105438.256000', '105438.259000', '105438.261000', '105438.264000', '105438.266000', '105438.269000', '105438.272000', '105438.274000', '105438.277000', '105438.279000', '105438.282000', '105438.284000', '105438.287000', '105438.290000', '105438.292000', '105438.295000', '105438.297000', '105438.300000', '105438.302000', '105438.305000', '105438.307000', '105438.310000', '105438.312000', '105438.315000', '105438.318000', '105438.320000', '105438.323000', '105438.325000', '105438.335000', '105438.338000', '105438.340000', '105438.343000', '105438.345000', '105438.348000', '105438.350000', '105438.353000', '105438.356000', '105438.358000', '105438.361000', '105438.363000', '105438.366000', '105438.368000', '105438.371000', '105438.373000', '105438.376000', '105458.211000', '105458.213000', '105458.216000', '105458.218000', '105458.221000', '105458.224000', '105458.234000', '105458.237000', '105458.239000', '105458.242000', '105458.244000', '105458.247000', '105458.250000', '105458.252000', '105458.255000', '105458.257000', '105458.260000', '105458.262000', '105458.265000', '105458.267000', '105458.270000', '105458.272000', '105458.275000', '105458.277000', '105458.280000', '105458.283000', '105458.285000', '105458.288000', '105458.291000', '105458.293000', '105458.296000', '105458.298000', '105458.301000', '105458.303000', '105458.306000', '105458.309000', '105458.311000', '105458.314000', '105458.316000', '105458.319000', '105458.321000', '105458.324000', '105458.327000', '105458.329000', '105518.210000', '105518.213000', '105518.216000', '105518.219000', '105518.221000', '105518.224000', '105518.226000', '105518.229000', '105518.231000', '105518.234000', '105518.236000', '105518.239000', '105518.241000', '105518.244000', '105518.250000', '105518.253000', '105518.255000', '105518.258000', '105518.261000', '105518.263000', '105518.266000', '105518.268000', '105518.271000', '105518.273000', '105518.276000', '105518.279000', '105518.281000', '105518.284000', '105518.286000', '105518.289000', '105518.292000', '105518.294000', '105518.297000', '105518.299000', '105518.302000', '105518.304000', '105518.307000', '105518.310000', '105518.312000', '105518.315000', '105518.317000', '105518.320000', '105518.322000', '105538.210000', '105538.214000', '105538.217000', '105538.220000', '105538.223000', '105538.225000', '105538.228000', '105538.230000', '105538.233000', '105538.235000', '105538.238000', '105538.241000', '105538.243000', '105538.246000', '105538.248000', '105538.251000', '105538.254000', '105538.256000', '105538.266000', '105538.268000', '105538.271000', '105538.273000', '105538.276000', '105538.279000', '105538.281000', '105538.284000', '105538.286000', '105538.289000', '105538.292000', '105538.294000', '105538.297000', '105538.305000', '105538.308000', '105538.310000', '105538.313000', '105538.315000', '105538.318000', '105538.321000', '105538.323000', '105538.326000', '105538.328000', '105538.331000', '105538.333000', '105558.209000', '105558.212000', '105558.215000', '105558.217000', '105558.220000', '105558.223000', '105558.225000', '105558.228000', '105558.230000', '105558.233000', '105558.235000', '105558.238000', '105558.241000', '105558.243000', '105558.246000', '105558.248000', '105558.251000', '105558.253000', '105558.256000', '105558.258000', '105558.261000', '105558.264000', '105558.266000', '105558.269000', '105558.271000', '105558.274000', '105558.276000', '105558.279000', '105558.281000', '105558.284000', '105558.287000', '105558.289000', '105558.292000', '105558.294000', '105558.297000', '105558.299000', '105558.302000', '105558.305000', '105558.307000', '105558.310000', '105558.312000', '105558.315000', '105558.317000', '105558.320000', '105618.210000', '105618.213000', '105618.216000', '105618.218000', '105618.221000', '105618.224000', '105618.226000', '105618.229000', '105618.231000', '105618.234000', '105618.236000', '105618.239000', '105618.241000', '105618.244000', '105618.247000', '105618.249000', '105618.252000', '105618.254000', '105618.257000', '105618.259000', '105618.262000', '105618.265000', '105618.268000', '105618.271000', '105618.274000', '105618.277000', '105618.279000', '105618.282000', '105618.284000', '105618.287000', '105618.289000', '105618.292000', '105618.295000', '105618.297000', '105618.300000', '105618.302000', '105618.305000', '105618.307000', '105618.310000', '105618.313000', '105618.315000', '105618.318000', '105618.320000', '105638.210000', '105638.213000', '105638.216000', '105638.218000', '105638.221000', '105638.223000', '105638.226000', '105638.229000', '105638.231000', '105638.234000', '105638.236000', '105638.239000', '105638.242000', '105638.244000', '105638.247000', '105638.249000', '105638.252000', '105638.254000', '105638.257000', '105638.260000', '105638.262000', '105638.265000', '105638.267000', '105638.270000', '105638.272000', '105638.275000', '105638.278000', '105638.280000', '105638.283000', '105638.285000', '105638.288000', '105638.290000', '105638.293000', '105638.296000', '105638.298000', '105638.301000', '105638.303000', '105638.306000', '105638.308000', '105638.311000', '105638.313000', '105638.316000', '105638.319000', '105638.321000', '105658.211000', '105658.213000', '105658.216000', '105658.219000', '105658.221000', '105658.224000', '105658.247000', '105658.249000', '105658.252000', '105658.254000', '105658.257000', '105658.259000', '105658.262000', '105658.265000', '105658.267000', '105658.270000', '105658.273000', '105658.275000', '105658.278000', '105658.280000', '105658.283000', '105658.285000', '105658.288000', '105658.291000', '105658.293000', '105658.296000', '105658.298000', '105658.301000', '105658.305000', '105658.307000', '105658.310000', '105658.313000', '105658.315000', '105658.318000', '105658.320000', '105658.323000', '105658.325000', '105658.328000', '105658.331000', '105658.333000', '105658.336000', '105658.339000', '105658.341000', '105718.211000', '105718.213000', '105718.216000', '105718.218000', '105718.221000', '105718.224000', '105718.226000', '105718.229000', '105718.231000', '105718.234000', '105718.236000', '105718.239000', '105718.242000', '105718.252000', '105718.255000', '105718.257000', '105718.260000', '105718.262000', '105718.265000', '105718.267000', '105718.270000', '105718.273000', '105718.275000', '105718.278000', '105718.280000', '105718.283000', '105718.286000', '105718.288000', '105718.291000', '105718.293000', '105718.296000', '105718.298000', '105718.301000', '105718.304000', '105718.306000', '105718.309000', '105718.311000', '105718.314000', '105718.316000', '105718.319000', '105718.322000', '105718.324000', '105718.327000', '105718.330000', '105738.210000', '105738.213000', '105738.216000', '105738.218000', '105738.221000', '105738.224000', '105738.226000', '105738.229000', '105738.231000', '105738.234000', '105738.237000', '105738.239000', '105738.242000', '105738.245000', '105738.247000', '105738.250000', '105738.252000', '105738.261000', '105738.264000', '105738.266000', '105738.269000', '105738.272000', '105738.274000', '105738.277000', '105738.279000', '105738.283000', '105738.286000', '105738.289000', '105738.291000', '105738.294000', '105738.296000', '105738.299000', '105738.301000', '105738.304000', '105738.306000', '105738.309000', '105738.312000', '105738.314000', '105738.317000', '105738.320000', '105738.322000', '105738.325000', '105738.327000', '105758.211000', '105758.213000', '105758.216000', '105758.218000', '105758.221000', '105758.224000', '105758.226000', '105758.229000', '105758.231000', '105758.234000', '105758.236000', '105758.239000', '105758.242000', '105758.244000', '105758.247000', '105758.249000', '105758.252000', '105758.254000', '105758.257000', '105758.260000', '105758.262000', '105758.265000', '105758.267000', '105758.270000', '105758.272000', '105758.275000', '105758.278000', '105758.280000', '105758.283000', '105758.285000', '105758.288000', '105758.291000', '105758.293000', '105758.296000', '105758.298000', '105758.301000', '105758.303000', '105758.306000', '105758.308000', '105758.311000', '105758.314000', '105758.316000', '105758.319000', '105758.321000', '105818.210000', '105818.212000', '105818.215000', '105818.218000', '105818.220000', '105818.223000', '105818.225000', '105818.228000', '105818.230000', '105818.233000', '105818.236000', '105818.238000', '105818.241000', '105818.243000', '105818.246000', '105818.249000', '105818.251000', '105818.254000', '105818.257000', '105818.259000', '105818.262000', '105818.264000', '105818.267000', '105818.270000', '105818.272000', '105818.275000', '105818.277000', '105818.280000', '105818.283000', '105818.286000', '105818.289000', '105818.292000', '105818.294000', '105818.297000', '105818.300000', '105818.302000', '105818.305000', '105818.307000', '105818.310000', '105818.312000', '105818.315000', '105818.318000', '105818.320000', '105838.210000', '105838.213000', '105838.216000', '105838.219000', '105838.221000', '105838.224000', '105838.227000', '105838.229000', '105838.232000', '105838.235000', '105838.237000', '105838.240000', '105838.242000', '105838.245000', '105838.248000', '105838.250000', '105838.253000', '105838.255000', '105838.258000', '105838.260000', '105838.263000', '105838.266000', '105838.268000', '105838.271000', '105838.273000', '105838.276000', '105838.278000', '105838.281000', '105838.284000', '105838.286000', '105838.289000', '105838.291000', '105838.294000', '105838.297000', '105838.299000', '105838.302000', '105838.304000', '105838.307000', '105838.309000', '105838.312000', '105838.315000', '105838.317000', '105838.320000', '105838.322000', '105858.211000', '105858.213000', '105858.216000', '105858.219000', '105858.221000', '105858.224000', '105858.226000', '105858.229000', '105858.249000', '105858.252000', '105858.255000', '105858.257000', '105858.260000', '105858.262000', '105858.265000', '105858.267000', '105858.270000', '105858.272000', '105858.275000', '105858.277000', '105858.280000', '105858.283000', '105858.285000', '105858.288000', '105858.290000', '105858.293000', '105858.296000', '105858.299000', '105858.301000', '105858.304000', '105858.306000', '105858.309000', '105858.312000', '105858.314000', '105858.317000', '105858.319000', '105858.322000', '105858.325000', '105858.327000', '105858.330000', '105858.332000', '105858.335000', '105858.338000', '105918.211000', '105918.213000', '105918.216000', '105918.219000', '105918.221000', '105918.224000', '105918.226000', '105918.229000', '105918.232000', '105918.234000', '105918.237000', '105918.239000', '105918.242000', '105918.245000', '105918.247000', '105918.250000', '105918.252000', '105918.255000', '105918.257000', '105918.260000', '105918.262000', '105918.265000', '105918.268000', '105918.270000', '105918.273000', '105918.275000', '105918.278000', '105918.281000', '105918.283000', '105918.286000', '105918.288000', '105918.291000', '105918.294000', '105918.296000', '105918.299000', '105918.301000', '105918.304000', '105918.307000', '105918.309000', '105918.312000', '105918.314000', '105918.317000', '105918.319000', '105918.322000', '105938.210000', '105938.213000', '105938.216000', '105938.218000', '105938.221000', '105938.224000', '105938.226000', '105938.229000', '105938.232000', '105938.234000', '105938.237000', '105938.240000', '105938.242000', '105938.245000', '105938.247000', '105938.250000', '105938.253000', '105938.268000', '105938.270000', '105938.273000', '105938.276000', '105938.278000', '105938.281000', '105938.284000', '105938.286000', '105938.289000', '105938.291000', '105938.294000', '105938.297000', '105938.300000', '105938.302000', '105938.305000', '105938.307000', '105938.310000', '105938.313000', '105938.315000', '105938.318000', '105938.320000', '105938.323000', '105938.326000', '105938.328000', '105938.331000', '105938.333000', '105958.210000', '105958.213000', '105958.216000', '105958.219000', '105958.221000', '105958.224000', '105958.226000', '105958.232000', '105958.235000', '105958.237000', '105958.240000', '105958.243000', '105958.245000', '105958.248000', '105958.250000', '105958.253000', '105958.256000', '105958.258000', '105958.261000', '105958.263000', '105958.266000', '105958.269000', '105958.271000', '105958.274000', '105958.276000', '105958.279000', '105958.281000', '105958.284000', '105958.287000', '105958.289000', '105958.292000', '105958.294000', '105958.297000', '105958.300000', '105958.302000', '105958.305000', '105958.308000', '105958.310000', '105958.313000', '105958.316000', '105958.318000', '105958.321000', '105958.323000', '105958.334000', '110018.210000', '110018.214000', '110018.216000', '110018.219000', '110018.221000', '110018.224000', '110018.227000', '110018.229000', '110018.232000', '110018.234000', '110018.237000', '110018.240000', '110018.242000', '110018.245000', '110018.248000', '110018.250000', '110018.253000', '110018.255000', '110018.258000', '110018.277000', '110018.280000', '110018.283000', '110018.285000', '110018.288000', '110018.290000', '110018.293000', '110018.296000', '110018.298000', '110018.302000', '110018.305000', '110018.307000', '110018.310000', '110018.312000', '110018.315000', '110018.318000', '110018.320000', '110018.323000', '110018.326000', '110018.328000', '110018.331000', '110018.333000', '110018.336000', '110018.339000', '110038.210000', '110038.212000', '110038.215000', '110038.218000', '110038.220000', '110038.223000', '110038.226000', '110038.228000', '110038.231000', '110038.234000', '110038.236000', '110038.239000', '110038.242000', '110038.244000', '110038.247000', '110038.250000', '110038.252000', '110038.255000', '110038.258000', '110038.260000', '110038.263000', '110038.265000', '110038.268000', '110038.271000', '110038.273000', '110038.276000', '110038.279000', '110038.281000', '110038.284000', '110038.286000', '110038.289000', '110038.292000', '110038.294000', '110038.297000', '110038.299000', '110038.302000', '110038.305000', '110038.307000', '110038.310000', '110038.312000', '110038.315000', '110038.318000', '110038.320000', '110055.603000', '110055.605000', '110055.608000', '110055.611000', '110055.614000', '110055.617000', '110055.619000', '110055.622000', '110055.625000', '110055.628000', '110055.631000', '110055.634000', '110055.637000', '110055.640000', '110055.643000', '110055.646000', '110055.649000', '110055.652000', '110055.655000', '110055.657000', '110055.660000', '110055.663000', '110055.666000', '110055.668000', '110055.671000', '110055.674000', '110055.676000', '110055.679000', '110055.684000', '110055.689000', '110055.692000', '110055.695000', '110055.697000', '110055.700000', '110055.703000', '110055.706000', '110055.709000', '110055.711000', '110055.716000'], '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': [9758, 7288, 7686, 7570, 6820, 9106, 6754, 7936, 7183, 5974, 8858, 7235, 9737, 6824, 9127, 6947, 6991, 8435, 6589, 6977, 7171, 8987, 8192, 9108, 8720, 5721, 9039, 6921, 6730, 8641, 6766, 7324, 7824, 6392, 9290, 7975, 12460, 8796, 5773, 10080, 7696, 6792, 10152, 7570, 5805, 8129, 7054, 7831, 8205, 7046, 10082, 7471, 9312, 7648, 9211, 8783, 6490, 9040, 6457, 9776, 6824, 10730, 8245, 5595, 8819, 6550, 10363, 7441, 9117, 8541, 5824, 9565, 6879, 11243, 8990, 6493, 8175, 6264, 8793, 7167, 7259, 8406, 6098, 6127, 7714, 6934, 11022, 8861, 6006, 8719, 6442, 12176, 9333, 6271, 8005, 6689, 10603, 8745, 5526, 9731, 7486, 6932, 7215, 8546, 6792, 5516, 10497, 8344, 7366, 10680, 7534, 9130, 7872, 7514, 9969, 6879, 5834, 7793, 5991, 9313, 8513, 6159, 7744, 7532, 6142, 9141, 7752, 13102, 8744, 6158, 8573, 6207, 11192, 9023, 6101, 8076, 6057, 10666, 8214, 7403, 7995, 5792, 9403, 6978, 10718, 9165, 5700, 8671, 6500, 8205, 7745, 6993, 9682, 7383, 6465, 8963, 7254, 11527, 8844, 5704, 9590, 6980, 7499, 8626, 6828, 9350, 7699, 6471, 9493, 7847, 8888, 7755, 5372, 8975, 7072, 6171, 8223, 6255, 5500, 7831, 6709, 11001, 7611, 5560, 8115, 6150, 10155, 9034, 6045, 8925, 6530, 7431, 7765, 7022, 9363, 7041, 10727, 7791, 10573, 8703, 5691, 8652, 6088, 9500, 8034, 5342, 8723, 6358, 6001, 8092, 8012, 9534, 7128, 7937, 7224, 6867, 9142, 7014, 5696, 8093, 6190, 11353, 9204, 7018, 9273, 7037, 5804, 8119, 6716, 9956, 8022, 5548, 9379, 7161, 12166, 8840, 9609, 7222, 7384, 7977, 6994, 8801, 6230, 6647, 6980, 5937, 9109, 7008, 5391, 9072, 6249, 11189, 9257, 6986, 8723, 6290, 11072, 8081, 6863, 8550, 6114, 8463, 7392, 6942, 10290, 7489, 6086, 8453, 6925, 7040, 8681, 6427, 6091, 7761, 7199, 10807, 7608, 5927, 8158, 6296, 11272, 8660, 6432, 7167, 5209, 5491, 7088, 6380, 5569, 9736, 9200, 12949, 7806, 11127, 8806, 7053, 10998, 8813, 7719, 13055, 11029, 14346, 11201, 8306, 10671, 7851, 11486, 8720, 5908, 9797, 7109, 6677, 8720, 6496, 9549, 7024, 7084, 7907, 6878, 10513, 7102, 5644, 8284, 6086, 8958, 6824, 9380, 6210, 5386, 8585, 7296, 12020, 7863, 7387, 7774, 9052, 8200, 7555, 9184, 6107, 5492, 8066, 6085, 11491, 8484, 6618, 8428, 8391, 8738, 7896, 9548, 6621, 9925, 7506, 8469, 8086, 7162, 9262, 6416, 10137, 7948, 10033, 8132, 6602, 8070, 6962, 9123, 6810, 9644, 6551, 6197, 8637, 6251, 5515, 8257, 6284, 8802, 8295, 7157, 9832, 7267, 8779, 7827, 9191, 9246, 6130, 9486, 7446, 6647, 10369, 7607, 6159, 8640, 6146, 11504, 8777, 8804, 7823, 5699, 9448, 6580, 11047, 8583, 5449, 8874, 6261, 9901, 7964, 6746, 8615, 6927, 7713, 8126, 8358, 9983, 7297, 7812, 7489, 9566, 9074, 7137, 9385, 6583, 5628, 8477, 7553, 8243, 7820, 5680, 9274, 6693, 9786, 8177, 12102, 8211, 6544, 8274, 6579, 10831, 8090, 6081, 8033, 6280, 8907, 7118, 10114, 7209, 6705, 7431, 6570, 8697, 7117, 9286, 6249, 9206, 6218, 10360, 8065, 6371, 7391, 5610, 8995, 7363, 6775, 8502, 6189, 6685, 7807, 7430, 10272, 7415, 8441, 7923, 6311, 9239, 7534, 13065, 9120, 5987, 9651, 7045, 6980, 8602, 6499, 7531, 7245, 9377, 8275, 9622, 8936, 5649, 9253, 6555, 7198, 8619, 6528, 5859, 7456, 5784, 9017, 7784, 9662, 7969, 5697, 9176, 6612, 12320, 10224, 6751, 8958, 6814, 6983, 9041, 7146, 6712, 8231, 5842, 10149, 8463, 8143, 8664, 6119, 10154, 7742, 7218, 10292, 7668, 6096, 8766, 6323, 9090, 7965, 6947, 9173, 6771, 5698, 9048, 8100, 8386, 9008, 6425, 8269, 7954, 7910, 9685, 6697, 9522, 6688, 6498, 8453, 6550, 5652, 7793, 5869, 10782, 8746, 7060, 8985, 6775, 10866, 7651, 12124, 9427, 6987, 8694, 6091, 9813, 7484, 10309, 9087, 5709, 8979, 6293, 10756, 8358, 7908, 8509, 5759, 9221, 7221, 6786, 9287, 6763, 5715, 8226, 6174, 11797, 9295, 7365, 8701, 5936, 9402, 6912, 12410, 9631, 6891, 8280, 5764, 8886, 7307, 8120, 8461, 6040, 6984, 7915, 6213, 9069, 7457, 8728, 7005, 5656, 8756, 7180, 10074, 7012, 6686, 7428, 5428, 10047, 8231, 6711, 8337, 6388, 5940, 8356, 7272, 12160, 9243, 6820, 8817, 6620, 10261, 7957, 10674, 8897, 6140, 9208, 6956, 6540, 9512, 7363, 5766, 8326, 7136, 9162, 7624, 10385, 7040, 7852, 7305, 5777, 9933, 8494, 6232, 8090, 5876, 9110, 6988, 9805, 8900, 5643, 9406, 6805, 9189, 8078, 6851, 8852, 6492, 10778, 7357, 11386, 8794, 7013, 8560, 5625, 9136, 5895, 10051, 7698, 7465, 7291, 6828, 7950, 6945, 9404, 7014, 5874, 7727, 5535, 10008, 8324, 8146, 7474, 6433, 8350, 7210, 9991, 7321, 10759, 7496, 8591, 8407, 7560, 10030, 7215, 5992, 8532, 7187, 9025, 8075, 5852, 6623, 7284, 6118, 10576, 8147, 5952, 8278, 5942, 8049, 8058, 7075, 10425, 7482, 6488, 8411, 7406, 10753, 9160, 5858, 10024, 7093, 10309, 9139, 7011, 9511, 6991, 7570, 7746, 6898, 11419, 7698, 5449, 9153, 6651, 9017, 8373, 7042, 9350, 7077, 6228, 8315, 7084, 10405, 8030, 5766, 8292, 7387, 7140, 9925, 7298, 9380, 7380, 8507, 7440, 7757, 9070, 6414, 8498, 7120, 6212, 8585, 6753, 11109, 7673, 6304, 8290, 5628, 8774, 7319, 11667, 7642, 5506, 8586, 6401, 8337, 8162, 7137, 9083, 7043, 6319, 8715, 8026, 12924, 8983, 6152, 9594, 6623, 12100, 9717, 7036, 8827, 6539, 6855, 8158, 7164, 7732, 8413, 6098, 5515, 8409, 7263, 12127, 10031, 7076, 9587, 6962, 12033, 8601, 12326, 8368, 5749, 9006, 5631, 10328, 8115, 5530, 8514, 5901, 8931, 6602, 10249, 7831, 9348, 6764, 6269, 8721, 6988, 9602, 7336, 7614, 7352, 6825, 9992, 7513, 5683, 8440, 5911, 9561, 8406, 6756, 7069, 5377, 5574, 5858, 9579, 7619, 12817, 9132, 12398, 9111, 10872, 8390, 8211, 11406, 8191, 9444, 12541, 9961, 10713, 13155, 9974], 'WindowCenter': [3622.0, 3588.0, 3585.0, 3584.0, 3562.0, 3594.0, 3562.0, 3582.0, 3573.0, 3550.0, 3594.0, 3571.0, 3593.0, 3562.0, 3593.0, 3561.0, 3560.0, 3583.0, 3560.0, 3572.0, 3573.0, 3592.0, 3584.0, 3595.0, 3583.0, 3540.0, 3593.0, 3572.0, 3572.0, 3595.0, 3574.0, 3585.0, 3584.0, 3563.0, 3594.0, 3584.0, 3615.0, 3584.0, 3551.0, 3593.0, 3571.0, 3561.0, 3593.0, 3572.0, 3552.0, 3582.0, 3571.0, 3570.0, 3581.0, 3561.0, 3592.0, 3572.0, 3591.0, 3571.0, 3580.0, 3580.0, 3549.0, 3580.0, 3548.0, 3579.0, 3548.0, 3588.0, 3568.0, 3528.0, 3580.0, 3560.0, 3590.0, 3570.0, 3581.0, 3581.0, 3539.0, 3592.0, 3561.0, 3602.0, 3581.0, 3550.0, 3582.0, 3561.0, 3582.0, 3572.0, 3572.0, 3583.0, 3551.0, 3551.0, 3583.0, 3574.0, 3605.0, 3595.0, 3551.0, 3583.0, 3562.0, 3614.0, 3593.0, 3561.0, 3582.0, 3561.0, 3605.0, 3594.0, 3540.0, 3604.0, 3572.0, 3574.0, 3584.0, 3595.0, 3563.0, 3541.0, 3604.0, 3583.0, 3572.0, 3594.0, 3572.0, 3580.0, 3569.0, 3559.0, 3579.0, 3548.0, 3537.0, 3568.0, 3549.0, 3591.0, 3582.0, 3551.0, 3572.0, 3572.0, 3549.0, 3593.0, 3570.0, 3603.0, 3581.0, 3538.0, 3580.0, 3549.0, 3602.0, 3582.0, 3550.0, 3581.0, 3550.0, 3591.0, 3581.0, 3570.0, 3571.0, 3538.0, 3579.0, 3560.0, 3591.0, 3592.0, 3538.0, 3580.0, 3550.0, 3581.0, 3570.0, 3561.0, 3592.0, 3571.0, 3549.0, 3580.0, 3570.0, 3601.0, 3580.0, 3537.0, 3579.0, 3558.0, 3557.0, 3570.0, 3547.0, 3579.0, 3569.0, 3547.0, 3579.0, 3569.0, 3579.0, 3558.0, 3526.0, 3578.0, 3558.0, 3547.0, 3580.0, 3549.0, 3538.0, 3570.0, 3559.0, 3603.0, 3570.0, 3539.0, 3581.0, 3550.0, 3591.0, 3592.0, 3550.0, 3593.0, 3560.0, 3570.0, 3572.0, 3561.0, 3592.0, 3561.0, 3590.0, 3571.0, 3589.0, 3581.0, 3537.0, 3578.0, 3548.0, 3590.0, 3570.0, 3539.0, 3582.0, 3562.0, 3550.0, 3582.0, 3583.0, 3593.0, 3572.0, 3581.0, 3572.0, 3559.0, 3593.0, 3560.0, 3551.0, 3582.0, 3550.0, 3603.0, 3593.0, 3560.0, 3581.0, 3560.0, 3538.0, 3569.0, 3560.0, 3592.0, 3571.0, 3538.0, 3591.0, 3561.0, 3602.0, 3582.0, 3580.0, 3558.0, 3557.0, 3568.0, 3547.0, 3579.0, 3538.0, 3547.0, 3557.0, 3538.0, 3580.0, 3561.0, 3540.0, 3593.0, 3563.0, 3603.0, 3594.0, 3572.0, 3582.0, 3562.0, 3603.0, 3582.0, 3561.0, 3581.0, 3551.0, 3580.0, 3569.0, 3572.0, 3603.0, 3572.0, 3551.0, 3581.0, 3571.0, 3571.0, 3582.0, 3562.0, 3550.0, 3572.0, 3561.0, 3604.0, 3571.0, 3550.0, 3581.0, 3549.0, 3602.0, 3583.0, 3563.0, 3573.0, 3530.0, 3541.0, 3573.0, 3562.0, 3553.0, 3592.0, 3592.0, 3612.0, 3571.0, 3600.0, 3592.0, 3572.0, 3603.0, 3581.0, 3568.0, 3600.0, 3577.0, 3586.0, 3574.0, 3542.0, 3561.0, 3540.0, 3571.0, 3550.0, 3520.0, 3562.0, 3542.0, 3530.0, 3553.0, 3533.0, 3564.0, 3544.0, 3544.0, 3554.0, 3545.0, 3588.0, 3558.0, 3537.0, 3569.0, 3536.0, 3578.0, 3546.0, 3590.0, 3548.0, 3538.0, 3592.0, 3584.0, 3615.0, 3585.0, 3583.0, 3584.0, 3582.0, 3581.0, 3571.0, 3592.0, 3550.0, 3540.0, 3582.0, 3563.0, 3616.0, 3595.0, 3574.0, 3596.0, 3583.0, 3581.0, 3570.0, 3591.0, 3560.0, 3591.0, 3570.0, 3569.0, 3570.0, 3559.0, 3592.0, 3550.0, 3590.0, 3570.0, 3591.0, 3570.0, 3559.0, 3569.0, 3558.0, 3581.0, 3558.0, 3579.0, 3549.0, 3547.0, 3581.0, 3561.0, 3553.0, 3594.0, 3563.0, 3594.0, 3595.0, 3574.0, 3605.0, 3586.0, 3593.0, 3584.0, 3594.0, 3594.0, 3552.0, 3593.0, 3572.0, 3561.0, 3604.0, 3583.0, 3552.0, 3593.0, 3550.0, 3602.0, 3582.0, 3580.0, 3570.0, 3539.0, 3590.0, 3561.0, 3602.0, 3582.0, 3539.0, 3592.0, 3560.0, 3592.0, 3582.0, 3561.0, 3593.0, 3574.0, 3584.0, 3583.0, 3583.0, 3593.0, 3571.0, 3571.0, 3572.0, 3591.0, 3581.0, 3560.0, 3592.0, 3560.0, 3539.0, 3582.0, 3583.0, 3594.0, 3584.0, 3553.0, 3594.0, 3561.0, 3592.0, 3581.0, 3602.0, 3581.0, 3550.0, 3580.0, 3548.0, 3590.0, 3571.0, 3548.0, 3580.0, 3548.0, 3579.0, 3559.0, 3590.0, 3570.0, 3561.0, 3569.0, 3559.0, 3581.0, 3560.0, 3580.0, 3549.0, 3581.0, 3537.0, 3590.0, 3570.0, 3549.0, 3570.0, 3538.0, 3580.0, 3572.0, 3572.0, 3595.0, 3563.0, 3574.0, 3584.0, 3574.0, 3605.0, 3574.0, 3582.0, 3583.0, 3549.0, 3593.0, 3571.0, 3613.0, 3582.0, 3550.0, 3591.0, 3559.0, 3560.0, 3582.0, 3561.0, 3572.0, 3573.0, 3592.0, 3583.0, 3591.0, 3580.0, 3539.0, 3592.0, 3550.0, 3561.0, 3593.0, 3563.0, 3552.0, 3585.0, 3551.0, 3593.0, 3584.0, 3594.0, 3583.0, 3552.0, 3593.0, 3561.0, 3614.0, 3602.0, 3559.0, 3582.0, 3560.0, 3559.0, 3581.0, 3571.0, 3561.0, 3581.0, 3539.0, 3591.0, 3581.0, 3570.0, 3581.0, 3550.0, 3590.0, 3570.0, 3559.0, 3592.0, 3570.0, 3548.0, 3580.0, 3550.0, 3580.0, 3581.0, 3560.0, 3592.0, 3560.0, 3539.0, 3582.0, 3583.0, 3583.0, 3582.0, 3561.0, 3581.0, 3582.0, 3582.0, 3592.0, 3560.0, 3591.0, 3560.0, 3548.0, 3581.0, 3560.0, 3552.0, 3583.0, 3551.0, 3604.0, 3594.0, 3573.0, 3594.0, 3562.0, 3603.0, 3572.0, 3602.0, 3593.0, 3561.0, 3580.0, 3549.0, 3591.0, 3570.0, 3591.0, 3582.0, 3538.0, 3581.0, 3549.0, 3590.0, 3581.0, 3570.0, 3581.0, 3538.0, 3579.0, 3570.0, 3559.0, 3593.0, 3561.0, 3552.0, 3582.0, 3553.0, 3604.0, 3594.0, 3573.0, 3582.0, 3550.0, 3593.0, 3560.0, 3602.0, 3593.0, 3559.0, 3582.0, 3537.0, 3580.0, 3571.0, 3580.0, 3581.0, 3552.0, 3571.0, 3582.0, 3549.0, 3582.0, 3572.0, 3581.0, 3572.0, 3539.0, 3582.0, 3560.0, 3605.0, 3573.0, 3561.0, 3572.0, 3539.0, 3603.0, 3595.0, 3573.0, 3596.0, 3574.0, 3563.0, 3595.0, 3573.0, 3616.0, 3596.0, 3563.0, 3595.0, 3561.0, 3593.0, 3571.0, 3593.0, 3581.0, 3552.0, 3591.0, 3561.0, 3550.0, 3594.0, 3573.0, 3551.0, 3584.0, 3571.0, 3593.0, 3570.0, 3592.0, 3561.0, 3569.0, 3559.0, 3537.0, 3591.0, 3581.0, 3550.0, 3581.0, 3551.0, 3582.0, 3560.0, 3592.0, 3593.0, 3550.0, 3592.0, 3562.0, 3592.0, 3582.0, 3562.0, 3592.0, 3562.0, 3603.0, 3573.0, 3604.0, 3582.0, 3571.0, 3582.0, 3551.0, 3593.0, 3539.0, 3592.0, 3573.0, 3572.0, 3572.0, 3560.0, 3570.0, 3560.0, 3593.0, 3572.0, 3551.0, 3582.0, 3542.0, 3604.0, 3584.0, 3583.0, 3574.0, 3561.0, 3583.0, 3573.0, 3594.0, 3572.0, 3603.0, 3571.0, 3580.0, 3571.0, 3569.0, 3591.0, 3570.0, 3537.0, 3580.0, 3559.0, 3581.0, 3581.0, 3550.0, 3561.0, 3571.0, 3550.0, 3604.0, 3585.0, 3552.0, 3583.0, 3563.0, 3583.0, 3585.0, 3574.0, 3605.0, 3584.0, 3562.0, 3584.0, 3573.0, 3605.0, 3593.0, 3552.0, 3593.0, 3571.0, 3593.0, 3594.0, 3561.0, 3592.0, 3561.0, 3569.0, 3569.0, 3559.0, 3603.0, 3571.0, 3540.0, 3592.0, 3562.0, 3593.0, 3583.0, 3572.0, 3593.0, 3573.0, 3551.0, 3584.0, 3572.0, 3604.0, 3582.0, 3551.0, 3582.0, 3573.0, 3571.0, 3604.0, 3572.0, 3592.0, 3573.0, 3581.0, 3570.0, 3570.0, 3582.0, 3549.0, 3580.0, 3572.0, 3549.0, 3580.0, 3560.0, 3603.0, 3571.0, 3561.0, 3582.0, 3539.0, 3582.0, 3571.0, 3603.0, 3572.0, 3541.0, 3592.0, 3562.0, 3583.0, 3595.0, 3574.0, 3594.0, 3573.0, 3562.0, 3594.0, 3583.0, 3616.0, 3594.0, 3551.0, 3592.0, 3561.0, 3602.0, 3593.0, 3561.0, 3581.0, 3560.0, 3560.0, 3581.0, 3572.0, 3571.0, 3583.0, 3552.0, 3542.0, 3583.0, 3572.0, 3615.0, 3594.0, 3562.0, 3593.0, 3560.0, 3601.0, 3580.0, 3600.0, 3569.0, 3536.0, 3580.0, 3536.0, 3590.0, 3570.0, 3538.0, 3582.0, 3539.0, 3582.0, 3560.0, 3591.0, 3570.0, 3580.0, 3560.0, 3550.0, 3582.0, 3560.0, 3592.0, 3573.0, 3570.0, 3571.0, 3560.0, 3593.0, 3573.0, 3540.0, 3583.0, 3551.0, 3593.0, 3595.0, 3577.0, 3587.0, 3554.0, 3555.0, 3554.0, 3606.0, 3585.0, 3615.0, 3593.0, 3602.0, 3581.0, 3602.0, 3583.0, 3582.0, 3603.0, 3583.0, 3591.0, 3600.0, 3577.0, 3575.0, 3587.0, 3565.0], 'WindowWidth': [8183.0, 8131.0, 8120.0, 8116.0, 8084.0, 8129.0, 8085.0, 8112.0, 8100.0, 8067.0, 8128.0, 8094.0, 8125.0, 8084.0, 8124.0, 8080.0, 8077.0, 8112.0, 8081.0, 8098.0, 8101.0, 8123.0, 8114.0, 8131.0, 8111.0, 8051.0, 8126.0, 8098.0, 8099.0, 8131.0, 8103.0, 8119.0, 8117.0, 8086.0, 8130.0, 8115.0, 8158.0, 8114.0, 8068.0, 8124.0, 8094.0, 8081.0, 8126.0, 8097.0, 8070.0, 8110.0, 8095.0, 8092.0, 8108.0, 8080.0, 8122.0, 8097.0, 8119.0, 8094.0, 8103.0, 8104.0, 8059.0, 8103.0, 8058.0, 8099.0, 8056.0, 8111.0, 8085.0, 8032.0, 8104.0, 8079.0, 8117.0, 8090.0, 8106.0, 8107.0, 8050.0, 8121.0, 8081.0, 8135.0, 8107.0, 8064.0, 8109.0, 8080.0, 8109.0, 8097.0, 8097.0, 8114.0, 8071.0, 8068.0, 8113.0, 8103.0, 8146.0, 8131.0, 8070.0, 8111.0, 8083.0, 8155.0, 8127.0, 8081.0, 8108.0, 8082.0, 8145.0, 8129.0, 8052.0, 8143.0, 8098.0, 8104.0, 8117.0, 8132.0, 8087.0, 8055.0, 8141.0, 8113.0, 8097.0, 8126.0, 8096.0, 8103.0, 8086.0, 8071.0, 8101.0, 8058.0, 8043.0, 8084.0, 8060.0, 8120.0, 8110.0, 8070.0, 8097.0, 8097.0, 8063.0, 8125.0, 8091.0, 8137.0, 8106.0, 8046.0, 8101.0, 8060.0, 8137.0, 8108.0, 8064.0, 8106.0, 8065.0, 8119.0, 8107.0, 8090.0, 8093.0, 8047.0, 8101.0, 8075.0, 8118.0, 8121.0, 8048.0, 8104.0, 8064.0, 8105.0, 8093.0, 8080.0, 8123.0, 8094.0, 8062.0, 8103.0, 8089.0, 8132.0, 8103.0, 8044.0, 8100.0, 8071.0, 8069.0, 8090.0, 8057.0, 8101.0, 8086.0, 8055.0, 8099.0, 8086.0, 8098.0, 8070.0, 8026.0, 8095.0, 8071.0, 8057.0, 8103.0, 8064.0, 8046.0, 8091.0, 8076.0, 8138.0, 8092.0, 8051.0, 8106.0, 8065.0, 8121.0, 8123.0, 8066.0, 8124.0, 8079.0, 8091.0, 8097.0, 8079.0, 8122.0, 8079.0, 8115.0, 8091.0, 8114.0, 8104.0, 8042.0, 8098.0, 8059.0, 8116.0, 8091.0, 8050.0, 8109.0, 8085.0, 8066.0, 8111.0, 8112.0, 8127.0, 8098.0, 8108.0, 8094.0, 8075.0, 8123.0, 8079.0, 8070.0, 8111.0, 8065.0, 8138.0, 8125.0, 8077.0, 8105.0, 8077.0, 8045.0, 8087.0, 8076.0, 8121.0, 8091.0, 8048.0, 8120.0, 8080.0, 8136.0, 8109.0, 8103.0, 8072.0, 8067.0, 8084.0, 8053.0, 8098.0, 8045.0, 8055.0, 8068.0, 8045.0, 8106.0, 8080.0, 8055.0, 8127.0, 8086.0, 8140.0, 8130.0, 8096.0, 8111.0, 8084.0, 8137.0, 8109.0, 8080.0, 8106.0, 8068.0, 8104.0, 8090.0, 8095.0, 8140.0, 8098.0, 8068.0, 8109.0, 8095.0, 8096.0, 8110.0, 8084.0, 8066.0, 8096.0, 8080.0, 8140.0, 8094.0, 8066.0, 8107.0, 8064.0, 8136.0, 8112.0, 8086.0, 8100.0, 8041.0, 8055.0, 8100.0, 8087.0, 8075.0, 8125.0, 8123.0, 8150.0, 8091.0, 8130.0, 8123.0, 8095.0, 8140.0, 8107.0, 8082.0, 8129.0, 8092.0, 8102.0, 8082.0, 8034.0, 8059.0, 8030.0, 8074.0, 8046.0, 8007.0, 8064.0, 8038.0, 8021.0, 8055.0, 8028.0, 8071.0, 8046.0, 8046.0, 8058.0, 8049.0, 8111.0, 8070.0, 8043.0, 8086.0, 8039.0, 8096.0, 8054.0, 8115.0, 8062.0, 8048.0, 8123.0, 8116.0, 8159.0, 8119.0, 8114.0, 8116.0, 8109.0, 8108.0, 8092.0, 8123.0, 8067.0, 8053.0, 8110.0, 8087.0, 8163.0, 8134.0, 8103.0, 8135.0, 8111.0, 8108.0, 8090.0, 8119.0, 8077.0, 8119.0, 8090.0, 8087.0, 8092.0, 8075.0, 8122.0, 8065.0, 8117.0, 8092.0, 8119.0, 8091.0, 8075.0, 8087.0, 8070.0, 8105.0, 8073.0, 8099.0, 8060.0, 8056.0, 8109.0, 8084.0, 8075.0, 8129.0, 8088.0, 8129.0, 8133.0, 8104.0, 8148.0, 8121.0, 8127.0, 8117.0, 8128.0, 8127.0, 8070.0, 8125.0, 8096.0, 8083.0, 8143.0, 8114.0, 8071.0, 8125.0, 8064.0, 8136.0, 8108.0, 8103.0, 8090.0, 8050.0, 8117.0, 8080.0, 8137.0, 8111.0, 8050.0, 8121.0, 8079.0, 8122.0, 8111.0, 8083.0, 8125.0, 8105.0, 8116.0, 8115.0, 8112.0, 8126.0, 8096.0, 8094.0, 8096.0, 8118.0, 8107.0, 8077.0, 8124.0, 8080.0, 8051.0, 8111.0, 8115.0, 8129.0, 8117.0, 8076.0, 8128.0, 8082.0, 8123.0, 8106.0, 8136.0, 8105.0, 8064.0, 8102.0, 8057.0, 8117.0, 8093.0, 8060.0, 8105.0, 8059.0, 8101.0, 8074.0, 8117.0, 8091.0, 8080.0, 8090.0, 8074.0, 8107.0, 8077.0, 8105.0, 8062.0, 8104.0, 8043.0, 8116.0, 8091.0, 8063.0, 8091.0, 8048.0, 8106.0, 8098.0, 8099.0, 8132.0, 8090.0, 8103.0, 8116.0, 8102.0, 8146.0, 8102.0, 8111.0, 8112.0, 8063.0, 8125.0, 8093.0, 8152.0, 8107.0, 8065.0, 8119.0, 8077.0, 8078.0, 8110.0, 8082.0, 8097.0, 8100.0, 8122.0, 8112.0, 8119.0, 8104.0, 8050.0, 8121.0, 8064.0, 8080.0, 8125.0, 8088.0, 8073.0, 8119.0, 8070.0, 8125.0, 8115.0, 8128.0, 8114.0, 8072.0, 8125.0, 8081.0, 8154.0, 8138.0, 8077.0, 8108.0, 8077.0, 8076.0, 8108.0, 8095.0, 8080.0, 8108.0, 8048.0, 8120.0, 8107.0, 8091.0, 8105.0, 8065.0, 8117.0, 8091.0, 8073.0, 8122.0, 8090.0, 8060.0, 8104.0, 8065.0, 8104.0, 8106.0, 8077.0, 8123.0, 8080.0, 8049.0, 8110.0, 8113.0, 8111.0, 8109.0, 8081.0, 8107.0, 8108.0, 8108.0, 8122.0, 8080.0, 8121.0, 8077.0, 8060.0, 8107.0, 8080.0, 8070.0, 8112.0, 8069.0, 8143.0, 8129.0, 8100.0, 8128.0, 8084.0, 8137.0, 8096.0, 8135.0, 8124.0, 8079.0, 8104.0, 8064.0, 8118.0, 8092.0, 8119.0, 8109.0, 8048.0, 8106.0, 8063.0, 8116.0, 8106.0, 8089.0, 8104.0, 8047.0, 8100.0, 8092.0, 8077.0, 8126.0, 8083.0, 8072.0, 8112.0, 8073.0, 8142.0, 8130.0, 8098.0, 8111.0, 8066.0, 8123.0, 8078.0, 8136.0, 8125.0, 8076.0, 8107.0, 8043.0, 8104.0, 8093.0, 8104.0, 8107.0, 8070.0, 8094.0, 8109.0, 8064.0, 8110.0, 8096.0, 8107.0, 8095.0, 8049.0, 8110.0, 8078.0, 8146.0, 8101.0, 8082.0, 8095.0, 8051.0, 8141.0, 8132.0, 8103.0, 8134.0, 8106.0, 8089.0, 8131.0, 8102.0, 8162.0, 8134.0, 8087.0, 8131.0, 8080.0, 8123.0, 8093.0, 8124.0, 8107.0, 8069.0, 8121.0, 8080.0, 8066.0, 8128.0, 8100.0, 8070.0, 8117.0, 8095.0, 8124.0, 8089.0, 8121.0, 8078.0, 8088.0, 8075.0, 8043.0, 8119.0, 8107.0, 8065.0, 8107.0, 8068.0, 8108.0, 8079.0, 8122.0, 8124.0, 8066.0, 8124.0, 8084.0, 8123.0, 8111.0, 8083.0, 8125.0, 8085.0, 8140.0, 8099.0, 8142.0, 8111.0, 8094.0, 8110.0, 8069.0, 8125.0, 8048.0, 8122.0, 8100.0, 8096.0, 8097.0, 8078.0, 8092.0, 8077.0, 8125.0, 8096.0, 8068.0, 8111.0, 8058.0, 8142.0, 8117.0, 8113.0, 8101.0, 8082.0, 8112.0, 8097.0, 8127.0, 8097.0, 8138.0, 8092.0, 8103.0, 8092.0, 8088.0, 8120.0, 8089.0, 8044.0, 8102.0, 8076.0, 8106.0, 8106.0, 8067.0, 8081.0, 8095.0, 8066.0, 8143.0, 8119.0, 8071.0, 8114.0, 8088.0, 8114.0, 8118.0, 8104.0, 8148.0, 8117.0, 8086.0, 8116.0, 8101.0, 8145.0, 8127.0, 8071.0, 8125.0, 8096.0, 8125.0, 8127.0, 8082.0, 8122.0, 8081.0, 8089.0, 8089.0, 8076.0, 8138.0, 8095.0, 8054.0, 8125.0, 8086.0, 8126.0, 8113.0, 8098.0, 8127.0, 8101.0, 8070.0, 8113.0, 8097.0, 8142.0, 8112.0, 8071.0, 8112.0, 8099.0, 8095.0, 8142.0, 8098.0, 8124.0, 8099.0, 8106.0, 8092.0, 8091.0, 8109.0, 8062.0, 8106.0, 8097.0, 8062.0, 8105.0, 8079.0, 8139.0, 8096.0, 8080.0, 8110.0, 8049.0, 8109.0, 8093.0, 8139.0, 8096.0, 8056.0, 8125.0, 8086.0, 8113.0, 8131.0, 8104.0, 8130.0, 8102.0, 8085.0, 8129.0, 8113.0, 8160.0, 8128.0, 8067.0, 8122.0, 8080.0, 8135.0, 8125.0, 8080.0, 8108.0, 8079.0, 8076.0, 8107.0, 8096.0, 8095.0, 8111.0, 8071.0, 8057.0, 8112.0, 8099.0, 8157.0, 8128.0, 8083.0, 8124.0, 8078.0, 8131.0, 8103.0, 8129.0, 8085.0, 8038.0, 8100.0, 8040.0, 8117.0, 8090.0, 8048.0, 8109.0, 8051.0, 8109.0, 8076.0, 8121.0, 8092.0, 8104.0, 8077.0, 8064.0, 8109.0, 8080.0, 8124.0, 8098.0, 8093.0, 8093.0, 8078.0, 8125.0, 8098.0, 8054.0, 8112.0, 8070.0, 8128.0, 8131.0, 8114.0, 8127.0, 8078.0, 8083.0, 8079.0, 8147.0, 8118.0, 8158.0, 8126.0, 8135.0, 8107.0, 8134.0, 8111.0, 8110.0, 8139.0, 8111.0, 8119.0, 8129.0, 8092.0, 8085.0, 8103.0, 8071.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.0005619540229885058</td></tr>
<tr><td colspan=3>aqi</td><td>0.022018028735632182</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.20929034096666</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1569761597583423</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971059707594935</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>6401.4771</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09583780417539212</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7586206896551726</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.547613267260547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.563957302506858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764749206810515</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314133292464269</td></tr>
<tr><td colspan=3>gcor</td><td>0.00836596</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006859258748590946</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020157460123300552</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8609760137677123</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>28.9895</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8301</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.9197</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>250.1203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.351</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.1515</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2797.5318</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3642.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.0433</td></tr>
<tr><td colspan=3>tsnr</td><td>39.972838062560186</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>