ds005256-mriqc/sub-0033_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0033_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0033_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-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-04/func/sub-0033_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1d3ca9a2b252b9049092a93eebb6c579</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:12:35.417500</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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104251</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2368862-a07b-4e44-a22c-1a4d1ab3f529||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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': ['111235.417500', '111235.877500', '111236.337500', '111236.797500', '111237.257500', '111237.717500', '111238.177500', '111238.637500', '111239.097500', '111239.557500', '111240.017500', '111240.477500', '111240.937500', '111241.397500', '111241.857500', '111242.317500', '111242.777500', '111243.237500', '111243.697500', '111244.157500', '111244.617500', '111245.077500', '111245.537500', '111245.997500', '111246.457500', '111246.917500', '111247.377500', '111247.837500', '111248.297500', '111248.757500', '111249.217500', '111249.677500', '111250.137500', '111250.597500', '111251.057500', '111251.517500', '111251.977500', '111252.437500', '111252.897500', '111253.357500', '111253.817500', '111254.277500', '111254.737500', '111255.197500', '111255.657500', '111256.117500', '111256.577500', '111257.037500', '111257.497500', '111257.957500', '111258.417500', '111258.877500', '111259.337500', '111259.797500', '111300.257500', '111300.717500', '111301.177500', '111301.637500', '111302.097500', '111302.557500', '111303.017500', '111303.477500', '111303.937500', '111304.397500', '111304.857500', '111305.317500', '111305.777500', '111306.237500', '111306.697500', '111307.157500', '111307.617500', '111308.077500', '111308.537500', '111308.997500', '111309.457500', '111309.917500', '111310.377500', '111310.837500', '111311.297500', '111311.757500', '111312.217500', '111312.677500', '111313.137500', '111313.597500', '111314.057500', '111314.517500', '111314.977500', '111315.437500', '111315.897500', '111316.357500', '111316.817500', '111317.277500', '111317.737500', '111318.197500', '111318.657500', '111319.117500', '111319.577500', '111320.037500', '111320.497500', '111320.957500', '111321.417500', '111321.877500', '111322.337500', '111322.797500', '111323.257500', '111323.717500', '111324.177500', '111324.637500', '111325.097500', '111325.557500', '111326.017500', '111326.477500', '111326.937500', '111327.397500', '111327.857500', '111328.317500', '111328.777500', '111329.237500', '111329.697500', '111330.157500', '111330.617500', '111331.077500', '111331.537500', '111331.997500', '111332.457500', '111332.917500', '111333.377500', '111333.837500', '111334.297500', '111334.757500', '111335.217500', '111335.677500', '111336.137500', '111336.597500', '111337.057500', '111337.517500', '111337.977500', '111338.437500', '111338.897500', '111339.357500', '111339.817500', '111340.277500', '111340.737500', '111341.197500', '111341.657500', '111342.117500', '111342.577500', '111343.037500', '111343.497500', '111343.957500', '111344.417500', '111344.877500', '111345.337500', '111345.797500', '111346.257500', '111346.717500', '111347.177500', '111347.637500', '111348.097500', '111348.557500', '111349.017500', '111349.477500', '111349.937500', '111350.397500', '111350.857500', '111351.317500', '111351.777500', '111352.237500', '111352.697500', '111353.157500', '111353.617500', '111354.077500', '111354.537500', '111354.997500', '111355.457500', '111355.917500', '111356.377500', '111356.837500', '111357.297500', '111357.757500', '111358.217500', '111358.677500', '111359.137500', '111359.597500', '111400.057500', '111400.517500', '111400.977500', '111401.437500', '111401.897500', '111402.357500', '111402.817500', '111403.277500', '111403.737500', '111404.197500', '111404.657500', '111405.117500', '111405.577500', '111406.037500', '111406.497500', '111406.957500', '111407.417500', '111407.877500', '111408.337500', '111408.797500', '111409.257500', '111409.717500', '111410.177500', '111410.637500', '111411.097500', '111411.557500', '111412.017500', '111412.477500', '111412.937500', '111413.397500', '111413.857500', '111414.317500', '111414.777500', '111415.237500', '111415.697500', '111416.157500', '111416.617500', '111417.077500', '111417.537500', '111417.997500', '111418.457500', '111418.917500', '111419.377500', '111419.837500', '111420.297500', '111420.757500', '111421.217500', '111421.677500', '111422.137500', '111422.597500', '111423.057500', '111423.517500', '111423.977500', '111424.437500', '111424.897500', '111425.357500', '111425.817500', '111426.277500', '111426.737500', '111427.197500', '111427.657500', '111428.117500', '111428.577500', '111429.037500', '111429.497500', '111429.957500', '111430.417500', '111430.877500', '111431.337500', '111431.797500', '111432.257500', '111432.717500', '111433.177500', '111433.637500', '111434.097500', '111434.557500', '111435.017500', '111435.477500', '111435.937500', '111436.397500', '111436.857500', '111437.317500', '111437.777500', '111438.237500', '111438.697500', '111439.157500', '111439.617500', '111440.077500', '111440.537500', '111440.997500', '111441.457500', '111441.917500', '111442.377500', '111442.837500', '111443.297500', '111443.757500', '111444.217500', '111444.677500', '111445.137500', '111445.597500', '111446.057500', '111446.517500', '111446.977500', '111447.437500', '111447.897500', '111448.357500', '111448.817500', '111449.277500', '111449.737500', '111450.197500', '111450.657500', '111451.117500', '111451.577500', '111452.037500', '111452.497500', '111452.957500', '111453.417500', '111453.877500', '111454.337500', '111454.797500', '111455.257500', '111455.717500', '111456.177500', '111456.637500', '111457.097500', '111457.557500', '111458.017500', '111458.477500', '111458.937500', '111459.397500', '111459.857500', '111500.317500', '111500.777500', '111501.237500', '111501.697500', '111502.157500', '111502.617500', '111503.077500', '111503.537500', '111503.997500', '111504.457500', '111504.917500', '111505.377500', '111505.837500', '111506.297500', '111506.757500', '111507.217500', '111507.677500', '111508.137500', '111508.597500', '111509.057500', '111509.517500', '111509.977500', '111510.437500', '111510.897500', '111511.357500', '111511.817500', '111512.277500', '111512.737500', '111513.197500', '111513.657500', '111514.117500', '111514.577500', '111515.037500', '111515.497500', '111515.957500', '111516.417500', '111516.877500', '111517.337500', '111517.797500', '111518.257500', '111518.717500', '111519.177500', '111519.637500', '111520.097500', '111520.557500', '111521.017500', '111521.477500', '111521.937500', '111522.397500', '111522.857500', '111523.317500', '111523.777500', '111524.237500', '111524.697500', '111525.157500', '111525.617500', '111526.077500', '111526.537500', '111526.997500', '111527.457500', '111527.917500', '111528.377500', '111528.837500', '111529.297500', '111529.757500', '111530.217500', '111530.677500', '111531.137500', '111531.597500', '111532.057500', '111532.517500', '111532.977500', '111533.437500', '111533.897500', '111534.357500', '111534.817500', '111535.277500', '111535.737500', '111536.197500', '111536.657500', '111537.117500', '111537.577500', '111538.037500', '111538.497500', '111538.957500', '111539.417500', '111539.877500', '111540.337500', '111540.797500', '111541.257500', '111541.717500', '111542.177500', '111542.637500', '111543.097500', '111543.557500', '111544.017500', '111544.477500', '111544.937500', '111545.397500', '111545.857500', '111546.317500', '111546.777500', '111547.237500', '111547.697500', '111548.157500', '111548.617500', '111549.077500', '111549.537500', '111549.997500', '111550.457500', '111550.917500', '111551.377500', '111551.837500', '111552.297500', '111552.757500', '111553.217500', '111553.677500', '111554.137500', '111554.597500', '111555.057500', '111555.517500', '111555.977500', '111556.437500', '111556.897500', '111557.357500', '111557.817500', '111558.277500', '111558.737500', '111559.197500', '111559.657500', '111600.117500', '111600.577500', '111601.037500', '111601.497500', '111601.957500', '111602.417500', '111602.877500', '111603.337500', '111603.797500', '111604.257500', '111604.717500', '111605.177500', '111605.637500', '111606.097500', '111606.557500', '111607.017500', '111607.477500', '111607.937500', '111608.397500', '111608.857500', '111609.317500', '111609.777500', '111610.237500', '111610.697500', '111611.157500', '111611.617500', '111612.077500', '111612.537500', '111612.997500', '111613.457500', '111613.917500', '111614.377500', '111614.837500', '111615.297500', '111615.757500', '111616.217500', '111616.677500', '111617.137500', '111617.597500', '111618.057500', '111618.517500', '111618.977500', '111619.437500', '111619.897500', '111620.357500', '111620.817500', '111621.277500', '111621.737500', '111622.197500', '111622.657500', '111623.117500', '111623.577500', '111624.037500', '111624.497500', '111624.957500', '111625.417500', '111625.877500', '111626.337500', '111626.797500', '111627.257500', '111627.717500', '111628.177500', '111628.637500', '111629.097500', '111629.557500', '111630.017500', '111630.477500', '111630.937500', '111631.397500', '111631.857500', '111632.317500', '111632.777500', '111633.237500', '111633.697500', '111634.157500', '111634.617500', '111635.077500', '111635.537500', '111635.997500', '111636.457500', '111636.917500', '111637.377500', '111637.837500', '111638.297500', '111638.757500', '111639.217500', '111639.677500', '111640.137500', '111640.597500', '111641.057500', '111641.517500', '111641.977500', '111642.437500', '111642.897500', '111643.357500', '111643.817500', '111644.277500', '111644.737500', '111645.197500', '111645.657500', '111646.117500', '111646.577500', '111647.037500', '111647.497500', '111647.957500', '111648.417500', '111648.877500', '111649.337500', '111649.797500', '111650.257500', '111650.717500', '111651.177500', '111651.637500', '111652.097500', '111652.557500', '111653.017500', '111653.477500', '111653.937500', '111654.397500', '111654.857500', '111655.317500', '111655.777500', '111656.237500', '111656.697500', '111657.157500', '111657.617500', '111658.077500', '111658.537500', '111658.997500', '111659.457500', '111659.917500', '111700.377500', '111700.837500', '111701.297500', '111701.757500', '111702.217500', '111702.677500', '111703.137500', '111703.597500', '111704.057500', '111704.517500', '111704.977500', '111705.437500', '111705.897500', '111706.357500', '111706.817500', '111707.277500', '111707.737500', '111708.197500', '111708.657500', '111709.117500', '111709.577500', '111710.037500', '111710.497500', '111710.957500', '111711.417500', '111711.877500', '111712.337500', '111712.797500', '111713.257500', '111713.717500', '111714.177500', '111714.637500', '111715.097500', '111715.557500', '111716.017500', '111716.477500', '111716.937500', '111717.397500', '111717.857500', '111718.317500', '111718.777500', '111719.237500', '111719.697500', '111720.157500', '111720.617500', '111721.077500', '111721.537500', '111721.997500', '111722.457500', '111722.917500', '111723.377500', '111723.837500', '111724.297500', '111724.757500', '111725.217500', '111725.677500', '111726.137500', '111726.597500', '111727.057500', '111727.517500', '111727.977500', '111728.437500', '111728.897500', '111729.357500', '111729.817500', '111730.277500', '111730.737500', '111731.197500', '111731.657500', '111732.117500', '111732.577500', '111733.037500', '111733.497500', '111733.957500', '111734.417500', '111734.877500', '111735.337500', '111735.797500', '111736.257500', '111736.717500', '111737.177500', '111737.637500', '111738.097500', '111738.557500', '111739.017500', '111739.477500', '111739.937500', '111740.397500', '111740.857500', '111741.317500', '111741.777500', '111742.237500', '111742.697500', '111743.157500', '111743.617500', '111744.077500', '111744.537500', '111744.997500', '111745.457500', '111745.917500', '111746.377500', '111746.837500', '111747.297500', '111747.757500', '111748.217500', '111748.677500', '111749.137500', '111749.597500', '111750.057500', '111750.517500', '111750.977500', '111751.437500', '111751.897500', '111752.357500', '111752.817500', '111753.277500', '111753.737500', '111754.197500', '111754.657500', '111755.117500', '111755.577500', '111756.037500', '111756.497500', '111756.957500', '111757.417500', '111757.877500', '111758.337500', '111758.797500', '111759.257500', '111759.717500', '111800.177500', '111800.637500', '111801.097500', '111801.557500', '111802.017500', '111802.477500', '111802.937500', '111803.397500', '111803.857500', '111804.317500', '111804.777500', '111805.237500', '111805.697500', '111806.157500', '111806.617500', '111807.077500', '111807.537500', '111807.997500', '111808.457500', '111808.917500', '111809.377500', '111809.837500', '111810.297500', '111810.757500', '111811.217500', '111811.677500', '111812.137500', '111812.597500', '111813.057500', '111813.517500', '111813.977500', '111814.437500', '111814.897500', '111815.357500', '111815.817500', '111816.277500', '111816.737500', '111817.197500', '111817.657500', '111818.117500', '111818.577500', '111819.037500', '111819.497500', '111819.957500', '111820.417500', '111820.877500', '111821.337500', '111821.797500', '111822.257500', '111822.717500', '111823.177500', '111823.637500', '111824.097500', '111824.557500', '111825.017500', '111825.477500', '111825.937500', '111826.397500', '111826.857500', '111827.317500', '111827.777500', '111828.237500', '111828.697500', '111829.157500', '111829.617500', '111830.077500', '111830.537500', '111830.997500', '111831.457500', '111831.917500', '111832.377500', '111832.837500', '111833.297500', '111833.757500', '111834.217500', '111834.677500', '111835.137500', '111835.597500', '111836.057500', '111836.517500', '111836.977500', '111837.437500', '111837.897500', '111838.357500', '111838.817500', '111839.277500', '111839.737500', '111840.197500', '111840.657500', '111841.117500', '111841.577500', '111842.037500', '111842.497500', '111842.957500', '111843.417500', '111843.877500', '111844.337500', '111844.797500', '111845.257500', '111845.717500', '111846.177500', '111846.637500', '111847.097500', '111847.557500', '111848.017500', '111848.477500', '111848.937500', '111849.397500', '111849.857500', '111850.317500', '111850.777500', '111851.237500', '111851.697500', '111852.157500', '111852.617500', '111853.077500', '111853.537500', '111853.997500', '111854.457500', '111854.917500', '111855.377500', '111855.837500', '111856.297500', '111856.757500', '111857.217500', '111857.677500', '111858.137500', '111858.597500', '111859.057500', '111859.517500', '111859.977500', '111900.437500', '111900.897500', '111901.357500', '111901.817500', '111902.277500', '111902.737500', '111903.197500', '111903.657500', '111904.117500', '111904.577500', '111905.037500', '111905.497500', '111905.957500', '111906.417500', '111906.877500', '111907.337500', '111907.797500', '111908.257500', '111908.717500', '111909.177500', '111909.637500', '111910.097500', '111910.557500', '111911.017500', '111911.477500', '111911.937500', '111912.397500', '111912.857500', '111913.317500', '111913.777500', '111914.237500', '111914.697500', '111915.157500', '111915.617500', '111916.077500'], 'ContentTime': ['111301.549000', '111301.556000', '111301.559000', '111301.561000', '111301.564000', '111301.567000', '111301.569000', '111301.572000', '111301.574000', '111301.577000', '111301.579000', '111301.582000', '111301.584000', '111301.587000', '111301.590000', '111301.592000', '111301.595000', '111301.597000', '111301.600000', '111301.602000', '111301.605000', '111301.608000', '111301.611000', '111301.613000', '111301.616000', '111301.618000', '111301.621000', '111301.624000', '111301.626000', '111301.629000', '111301.631000', '111301.634000', '111301.636000', '111301.639000', '111301.641000', '111301.648000', '111301.650000', '111301.653000', '111301.655000', '111301.658000', '111301.660000', '111301.663000', '111301.665000', '111301.668000', '111301.671000', '111301.673000', '111301.676000', '111301.678000', '111301.681000', '111301.683000', '111301.686000', '111301.688000', '111301.691000', '111321.526000', '111321.529000', '111321.532000', '111321.535000', '111321.537000', '111321.540000', '111321.542000', '111321.545000', '111321.547000', '111321.550000', '111321.552000', '111321.557000', '111321.559000', '111321.562000', '111321.565000', '111321.567000', '111321.570000', '111321.572000', '111321.575000', '111321.577000', '111321.580000', '111321.583000', '111321.585000', '111321.588000', '111321.590000', '111321.593000', '111321.595000', '111321.598000', '111321.601000', '111321.603000', '111321.606000', '111321.608000', '111321.611000', '111321.613000', '111321.616000', '111321.618000', '111321.621000', '111321.623000', '111321.626000', '111321.629000', '111321.631000', '111321.634000', '111321.636000', '111321.639000', '111341.527000', '111341.529000', '111341.532000', '111341.535000', '111341.537000', '111341.540000', '111341.542000', '111341.545000', '111341.547000', '111341.550000', '111341.553000', '111341.555000', '111341.558000', '111341.560000', '111341.564000', '111341.567000', '111341.569000', '111341.572000', '111341.575000', '111341.577000', '111341.580000', '111341.582000', '111341.585000', '111341.587000', '111341.590000', '111341.592000', '111341.595000', '111341.597000', '111341.600000', '111341.603000', '111341.605000', '111341.608000', '111341.610000', '111341.613000', '111341.616000', '111341.618000', '111341.621000', '111341.623000', '111341.626000', '111341.628000', '111341.631000', '111341.633000', '111341.636000', '111341.639000', '111401.526000', '111401.535000', '111401.537000', '111401.540000', '111401.542000', '111401.545000', '111401.548000', '111401.550000', '111401.553000', '111401.555000', '111401.558000', '111401.560000', '111401.563000', '111401.565000', '111401.568000', '111401.571000', '111401.573000', '111401.576000', '111401.579000', '111401.581000', '111401.584000', '111401.586000', '111401.589000', '111401.591000', '111401.594000', '111401.596000', '111401.599000', '111401.602000', '111401.604000', '111401.607000', '111401.609000', '111401.612000', '111401.615000', '111401.617000', '111401.620000', '111401.622000', '111401.625000', '111401.627000', '111401.630000', '111401.632000', '111401.635000', '111401.638000', '111401.640000', '111421.526000', '111421.529000', '111421.531000', '111421.534000', '111421.536000', '111421.539000', '111421.542000', '111421.544000', '111421.547000', '111421.549000', '111421.552000', '111421.554000', '111421.557000', '111421.571000', '111421.573000', '111421.576000', '111421.578000', '111421.581000', '111421.583000', '111421.586000', '111421.588000', '111421.592000', '111421.595000', '111421.597000', '111421.600000', '111421.603000', '111421.605000', '111421.608000', '111421.610000', '111421.613000', '111421.615000', '111421.618000', '111421.621000', '111421.623000', '111421.626000', '111421.628000', '111421.631000', '111421.633000', '111421.636000', '111421.638000', '111421.641000', '111421.644000', '111421.646000', '111441.526000', '111441.529000', '111441.532000', '111441.535000', '111441.537000', '111441.540000', '111441.542000', '111441.545000', '111441.547000', '111441.550000', '111441.553000', '111441.555000', '111441.558000', '111441.560000', '111441.563000', '111441.566000', '111441.568000', '111441.571000', '111441.574000', '111441.576000', '111441.579000', '111441.581000', '111441.584000', '111441.586000', '111441.589000', '111441.591000', '111441.594000', '111441.597000', '111441.599000', '111441.602000', '111441.605000', '111441.607000', '111441.610000', '111441.612000', '111441.615000', '111441.617000', '111441.620000', '111441.622000', '111441.625000', '111441.628000', '111441.630000', '111441.633000', '111441.635000', '111441.638000', '111501.527000', '111501.529000', '111501.532000', '111501.535000', '111501.537000', '111501.540000', '111501.542000', '111501.545000', '111501.547000', '111501.550000', '111501.553000', '111501.555000', '111501.558000', '111501.560000', '111501.563000', '111501.566000', '111501.568000', '111501.571000', '111501.573000', '111501.576000', '111501.578000', '111501.581000', '111501.584000', '111501.586000', '111501.589000', '111501.591000', '111501.594000', '111501.597000', '111501.599000', '111501.602000', '111501.605000', '111501.607000', '111501.610000', '111501.612000', '111501.615000', '111501.617000', '111501.620000', '111501.623000', '111501.625000', '111501.628000', '111501.630000', '111501.633000', '111501.635000', '111521.526000', '111521.529000', '111521.532000', '111521.534000', '111521.537000', '111521.540000', '111521.542000', '111521.545000', '111521.547000', '111521.550000', '111521.552000', '111521.555000', '111521.558000', '111521.560000', '111521.563000', '111521.565000', '111521.568000', '111521.570000', '111521.573000', '111521.576000', '111521.578000', '111521.581000', '111521.583000', '111521.586000', '111521.588000', '111521.591000', '111521.593000', '111521.596000', '111521.599000', '111521.601000', '111521.604000', '111521.607000', '111521.609000', '111521.612000', '111521.614000', '111521.617000', '111521.619000', '111521.622000', '111521.624000', '111521.627000', '111521.630000', '111521.632000', '111521.635000', '111521.637000', '111541.527000', '111541.529000', '111541.532000', '111541.535000', '111541.537000', '111541.540000', '111541.542000', '111541.545000', '111541.547000', '111541.550000', '111541.553000', '111541.555000', '111541.558000', '111541.560000', '111541.563000', '111541.565000', '111541.568000', '111541.571000', '111541.573000', '111541.576000', '111541.578000', '111541.581000', '111541.584000', '111541.586000', '111541.589000', '111541.591000', '111541.594000', '111541.596000', '111541.599000', '111541.602000', '111541.605000', '111541.608000', '111541.611000', '111541.614000', '111541.616000', '111541.619000', '111541.621000', '111541.624000', '111541.626000', '111541.629000', '111541.632000', '111541.635000', '111541.637000', '111601.527000', '111601.529000', '111601.532000', '111601.535000', '111601.537000', '111601.540000', '111601.542000', '111601.545000', '111601.547000', '111601.562000', '111601.565000', '111601.567000', '111601.570000', '111601.573000', '111601.575000', '111601.578000', '111601.580000', '111601.583000', '111601.585000', '111601.588000', '111601.590000', '111601.593000', '111601.596000', '111601.598000', '111601.601000', '111601.604000', '111601.606000', '111601.609000', '111601.611000', '111601.614000', '111601.616000', '111601.619000', '111601.622000', '111601.624000', '111601.627000', '111601.629000', '111601.632000', '111601.634000', '111601.640000', '111601.642000', '111601.645000', '111601.648000', '111601.650000', '111601.653000', '111621.526000', '111621.529000', '111621.532000', '111621.535000', '111621.537000', '111621.540000', '111621.542000', '111621.545000', '111621.547000', '111621.550000', '111621.553000', '111621.555000', '111621.558000', '111621.560000', '111621.563000', '111621.565000', '111621.568000', '111621.571000', '111621.573000', '111621.576000', '111621.578000', '111621.581000', '111621.583000', '111621.586000', '111621.589000', '111621.592000', '111621.595000', '111621.598000', '111621.601000', '111621.603000', '111621.606000', '111621.608000', '111621.611000', '111621.613000', '111621.616000', '111621.619000', '111621.621000', '111621.624000', '111621.626000', '111621.629000', '111621.631000', '111621.634000', '111621.637000', '111641.526000', '111641.528000', '111641.531000', '111641.534000', '111641.536000', '111641.539000', '111641.541000', '111641.544000', '111641.547000', '111641.549000', '111641.552000', '111641.555000', '111641.557000', '111641.560000', '111641.562000', '111641.565000', '111641.567000', '111641.570000', '111641.573000', '111641.575000', '111641.578000', '111641.580000', '111641.583000', '111641.586000', '111641.588000', '111641.591000', '111641.594000', '111641.596000', '111641.599000', '111641.602000', '111641.604000', '111641.607000', '111641.610000', '111641.612000', '111641.615000', '111641.617000', '111641.620000', '111641.623000', '111641.630000', '111641.633000', '111641.635000', '111641.638000', '111641.640000', '111641.643000', '111701.527000', '111701.529000', '111701.532000', '111701.535000', '111701.537000', '111701.540000', '111701.542000', '111701.545000', '111701.548000', '111701.550000', '111701.553000', '111701.555000', '111701.558000', '111701.560000', '111701.563000', '111701.565000', '111701.568000', '111701.571000', '111701.573000', '111701.576000', '111701.578000', '111701.581000', '111701.584000', '111701.586000', '111701.589000', '111701.591000', '111701.594000', '111701.596000', '111701.599000', '111701.602000', '111701.604000', '111701.607000', '111701.609000', '111701.612000', '111701.615000', '111701.618000', '111701.621000', '111701.624000', '111701.626000', '111701.629000', '111701.631000', '111701.634000', '111701.637000', '111721.527000', '111721.529000', '111721.532000', '111721.535000', '111721.537000', '111721.540000', '111721.542000', '111721.545000', '111721.547000', '111721.550000', '111721.552000', '111721.555000', '111721.558000', '111721.560000', '111721.563000', '111721.565000', '111721.568000', '111721.571000', '111721.573000', '111721.576000', '111721.579000', '111721.581000', '111721.584000', '111721.586000', '111721.589000', '111721.591000', '111721.594000', '111721.597000', '111721.599000', '111721.602000', '111721.604000', '111721.607000', '111721.610000', '111721.612000', '111721.629000', '111721.632000', '111721.634000', '111721.637000', '111721.639000', '111721.642000', '111721.645000', '111721.647000', '111721.650000', '111721.653000', '111741.527000', '111741.529000', '111741.532000', '111741.534000', '111741.537000', '111741.540000', '111741.542000', '111741.545000', '111741.547000', '111741.550000', '111741.552000', '111741.555000', '111741.558000', '111741.560000', '111741.563000', '111741.565000', '111741.568000', '111741.571000', '111741.573000', '111741.576000', '111741.578000', '111741.581000', '111741.584000', '111741.586000', '111741.589000', '111741.591000', '111741.594000', '111741.596000', '111741.599000', '111741.602000', '111741.604000', '111741.607000', '111741.610000', '111741.612000', '111741.615000', '111741.617000', '111741.620000', '111741.623000', '111741.625000', '111741.628000', '111741.631000', '111741.634000', '111741.637000', '111801.527000', '111801.529000', '111801.532000', '111801.535000', '111801.537000', '111801.540000', '111801.542000', '111801.545000', '111801.548000', '111801.550000', '111801.553000', '111801.555000', '111801.558000', '111801.560000', '111801.563000', '111801.566000', '111801.568000', '111801.571000', '111801.574000', '111801.576000', '111801.579000', '111801.581000', '111801.584000', '111801.587000', '111801.589000', '111801.592000', '111801.594000', '111801.597000', '111801.600000', '111801.602000', '111801.605000', '111801.607000', '111801.610000', '111801.613000', '111801.616000', '111801.618000', '111801.621000', '111801.623000', '111801.626000', '111801.628000', '111801.631000', '111801.634000', '111801.636000', '111801.639000', '111821.527000', '111821.530000', '111821.532000', '111821.535000', '111821.537000', '111821.540000', '111821.542000', '111821.545000', '111821.548000', '111821.550000', '111821.553000', '111821.555000', '111821.558000', '111821.561000', '111821.563000', '111821.566000', '111821.568000', '111821.571000', '111821.574000', '111821.576000', '111821.579000', '111821.581000', '111821.584000', '111821.586000', '111821.589000', '111821.591000', '111821.594000', '111821.597000', '111821.601000', '111821.604000', '111821.606000', '111821.609000', '111821.611000', '111821.614000', '111821.617000', '111821.619000', '111821.622000', '111821.624000', '111821.627000', '111821.629000', '111821.632000', '111821.635000', '111821.637000', '111841.526000', '111841.529000', '111841.532000', '111841.534000', '111841.537000', '111841.540000', '111841.542000', '111841.545000', '111841.547000', '111841.550000', '111841.553000', '111841.555000', '111841.558000', '111841.560000', '111841.563000', '111841.566000', '111841.568000', '111841.571000', '111841.573000', '111841.576000', '111841.578000', '111841.581000', '111841.584000', '111841.586000', '111841.589000', '111841.591000', '111841.594000', '111841.596000', '111841.599000', '111841.602000', '111841.604000', '111841.607000', '111841.609000', '111841.612000', '111841.614000', '111841.617000', '111841.619000', '111841.622000', '111841.625000', '111841.627000', '111841.630000', '111841.632000', '111841.635000', '111841.637000', '111901.526000', '111901.529000', '111901.531000', '111901.534000', '111901.536000', '111901.539000', '111901.542000', '111901.544000', '111901.547000', '111901.549000', '111901.552000', '111901.554000', '111901.557000', '111901.560000', '111901.562000', '111901.565000', '111901.567000', '111901.570000', '111901.572000', '111901.575000', '111901.577000', '111901.580000', '111901.583000', '111901.585000', '111901.588000', '111901.590000', '111901.593000', '111901.595000', '111901.598000', '111901.601000', '111901.603000', '111901.606000', '111901.609000', '111901.611000', '111901.614000', '111901.616000', '111901.619000', '111901.621000', '111901.624000', '111901.626000', '111901.629000', '111901.632000', '111901.634000', '111917.783000', '111917.785000', '111917.788000', '111917.791000', '111917.793000', '111917.796000', '111917.799000', '111917.801000', '111917.804000', '111917.807000', '111917.810000', '111917.812000', '111917.815000', '111917.818000', '111917.821000', '111917.824000', '111917.826000', '111917.829000', '111917.832000', '111917.835000', '111917.838000', '111917.840000', '111917.843000', '111917.847000', '111917.850000', '111917.852000', '111917.855000', '111917.858000', '111917.861000', '111917.864000', '111917.866000', '111917.869000', '111917.871000', '111917.874000', '111917.877000', '111917.880000'], 'InstanceCreationTime': ['111301.549000', '111301.556000', '111301.559000', '111301.561000', '111301.564000', '111301.567000', '111301.569000', '111301.572000', '111301.574000', '111301.577000', '111301.579000', '111301.582000', '111301.584000', '111301.587000', '111301.590000', '111301.592000', '111301.595000', '111301.597000', '111301.600000', '111301.602000', '111301.605000', '111301.608000', '111301.611000', '111301.613000', '111301.616000', '111301.618000', '111301.621000', '111301.624000', '111301.626000', '111301.629000', '111301.631000', '111301.634000', '111301.636000', '111301.639000', '111301.641000', '111301.648000', '111301.650000', '111301.653000', '111301.655000', '111301.658000', '111301.660000', '111301.663000', '111301.665000', '111301.668000', '111301.671000', '111301.673000', '111301.676000', '111301.678000', '111301.681000', '111301.683000', '111301.686000', '111301.688000', '111301.691000', '111321.526000', '111321.529000', '111321.532000', '111321.535000', '111321.537000', '111321.540000', '111321.542000', '111321.545000', '111321.547000', '111321.550000', '111321.552000', '111321.557000', '111321.559000', '111321.562000', '111321.565000', '111321.567000', '111321.570000', '111321.572000', '111321.575000', '111321.577000', '111321.580000', '111321.583000', '111321.585000', '111321.588000', '111321.590000', '111321.593000', '111321.595000', '111321.598000', '111321.601000', '111321.603000', '111321.606000', '111321.608000', '111321.611000', '111321.613000', '111321.616000', '111321.618000', '111321.621000', '111321.623000', '111321.626000', '111321.629000', '111321.631000', '111321.634000', '111321.636000', '111321.639000', '111341.527000', '111341.529000', '111341.532000', '111341.535000', '111341.537000', '111341.540000', '111341.542000', '111341.545000', '111341.547000', '111341.550000', '111341.553000', '111341.555000', '111341.558000', '111341.560000', '111341.564000', '111341.567000', '111341.569000', '111341.572000', '111341.575000', '111341.577000', '111341.580000', '111341.582000', '111341.585000', '111341.587000', '111341.590000', '111341.592000', '111341.595000', '111341.597000', '111341.600000', '111341.603000', '111341.605000', '111341.608000', '111341.610000', '111341.613000', '111341.616000', '111341.618000', '111341.621000', '111341.623000', '111341.626000', '111341.628000', '111341.631000', '111341.633000', '111341.636000', '111341.639000', '111401.526000', '111401.535000', '111401.537000', '111401.540000', '111401.542000', '111401.545000', '111401.548000', '111401.550000', '111401.553000', '111401.555000', '111401.558000', '111401.560000', '111401.563000', '111401.565000', '111401.568000', '111401.571000', '111401.573000', '111401.576000', '111401.579000', '111401.581000', '111401.584000', '111401.586000', '111401.589000', '111401.591000', '111401.594000', '111401.596000', '111401.599000', '111401.602000', '111401.604000', '111401.607000', '111401.609000', '111401.612000', '111401.615000', '111401.617000', '111401.620000', '111401.622000', '111401.625000', '111401.627000', '111401.630000', '111401.632000', '111401.635000', '111401.638000', '111401.640000', '111421.526000', '111421.529000', '111421.531000', '111421.534000', '111421.536000', '111421.539000', '111421.542000', '111421.544000', '111421.547000', '111421.549000', '111421.552000', '111421.554000', '111421.557000', '111421.571000', '111421.573000', '111421.576000', '111421.578000', '111421.581000', '111421.583000', '111421.586000', '111421.588000', '111421.592000', '111421.595000', '111421.597000', '111421.600000', '111421.603000', '111421.605000', '111421.608000', '111421.610000', '111421.613000', '111421.615000', '111421.618000', '111421.621000', '111421.623000', '111421.626000', '111421.628000', '111421.631000', '111421.633000', '111421.636000', '111421.638000', '111421.641000', '111421.644000', '111421.646000', '111441.526000', '111441.529000', '111441.532000', '111441.535000', '111441.537000', '111441.540000', '111441.542000', '111441.545000', '111441.547000', '111441.550000', '111441.553000', '111441.555000', '111441.558000', '111441.560000', '111441.563000', '111441.566000', '111441.568000', '111441.571000', '111441.574000', '111441.576000', '111441.579000', '111441.581000', '111441.584000', '111441.586000', '111441.589000', '111441.591000', '111441.594000', '111441.597000', '111441.599000', '111441.602000', '111441.605000', '111441.607000', '111441.610000', '111441.612000', '111441.615000', '111441.617000', '111441.620000', '111441.622000', '111441.625000', '111441.628000', '111441.630000', '111441.633000', '111441.635000', '111441.638000', '111501.527000', '111501.529000', '111501.532000', '111501.535000', '111501.537000', '111501.540000', '111501.542000', '111501.545000', '111501.547000', '111501.550000', '111501.553000', '111501.555000', '111501.558000', '111501.560000', '111501.563000', '111501.566000', '111501.568000', '111501.571000', '111501.573000', '111501.576000', '111501.578000', '111501.581000', '111501.584000', '111501.586000', '111501.589000', '111501.591000', '111501.594000', '111501.597000', '111501.599000', '111501.602000', '111501.605000', '111501.607000', '111501.610000', '111501.612000', '111501.615000', '111501.617000', '111501.620000', '111501.623000', '111501.625000', '111501.628000', '111501.630000', '111501.633000', '111501.635000', '111521.526000', '111521.529000', '111521.532000', '111521.534000', '111521.537000', '111521.540000', '111521.542000', '111521.545000', '111521.547000', '111521.550000', '111521.552000', '111521.555000', '111521.558000', '111521.560000', '111521.563000', '111521.565000', '111521.568000', '111521.570000', '111521.573000', '111521.576000', '111521.578000', '111521.581000', '111521.583000', '111521.586000', '111521.588000', '111521.591000', '111521.593000', '111521.596000', '111521.599000', '111521.601000', '111521.604000', '111521.607000', '111521.609000', '111521.612000', '111521.614000', '111521.617000', '111521.619000', '111521.622000', '111521.624000', '111521.627000', '111521.630000', '111521.632000', '111521.635000', '111521.637000', '111541.527000', '111541.529000', '111541.532000', '111541.535000', '111541.537000', '111541.540000', '111541.542000', '111541.545000', '111541.547000', '111541.550000', '111541.553000', '111541.555000', '111541.558000', '111541.560000', '111541.563000', '111541.565000', '111541.568000', '111541.571000', '111541.573000', '111541.576000', '111541.578000', '111541.581000', '111541.584000', '111541.586000', '111541.589000', '111541.591000', '111541.594000', '111541.596000', '111541.599000', '111541.602000', '111541.605000', '111541.608000', '111541.611000', '111541.614000', '111541.616000', '111541.619000', '111541.621000', '111541.624000', '111541.626000', '111541.629000', '111541.632000', '111541.635000', '111541.637000', '111601.527000', '111601.529000', '111601.532000', '111601.535000', '111601.537000', '111601.540000', '111601.542000', '111601.545000', '111601.547000', '111601.562000', '111601.565000', '111601.567000', '111601.570000', '111601.573000', '111601.575000', '111601.578000', '111601.580000', '111601.583000', '111601.585000', '111601.588000', '111601.590000', '111601.593000', '111601.596000', '111601.598000', '111601.601000', '111601.604000', '111601.606000', '111601.609000', '111601.611000', '111601.614000', '111601.616000', '111601.619000', '111601.622000', '111601.624000', '111601.627000', '111601.629000', '111601.632000', '111601.634000', '111601.640000', '111601.642000', '111601.645000', '111601.648000', '111601.650000', '111601.653000', '111621.526000', '111621.529000', '111621.532000', '111621.535000', '111621.537000', '111621.540000', '111621.542000', '111621.545000', '111621.547000', '111621.550000', '111621.553000', '111621.555000', '111621.558000', '111621.560000', '111621.563000', '111621.565000', '111621.568000', '111621.571000', '111621.573000', '111621.576000', '111621.578000', '111621.581000', '111621.583000', '111621.586000', '111621.589000', '111621.592000', '111621.595000', '111621.598000', '111621.601000', '111621.603000', '111621.606000', '111621.608000', '111621.611000', '111621.613000', '111621.616000', '111621.619000', '111621.621000', '111621.624000', '111621.626000', '111621.629000', '111621.631000', '111621.634000', '111621.637000', '111641.526000', '111641.528000', '111641.531000', '111641.534000', '111641.536000', '111641.539000', '111641.541000', '111641.544000', '111641.547000', '111641.549000', '111641.552000', '111641.555000', '111641.557000', '111641.560000', '111641.562000', '111641.565000', '111641.567000', '111641.570000', '111641.573000', '111641.575000', '111641.578000', '111641.580000', '111641.583000', '111641.586000', '111641.588000', '111641.591000', '111641.594000', '111641.596000', '111641.599000', '111641.602000', '111641.604000', '111641.607000', '111641.610000', '111641.612000', '111641.615000', '111641.617000', '111641.620000', '111641.623000', '111641.630000', '111641.633000', '111641.635000', '111641.638000', '111641.640000', '111641.643000', '111701.527000', '111701.529000', '111701.532000', '111701.535000', '111701.537000', '111701.540000', '111701.542000', '111701.545000', '111701.548000', '111701.550000', '111701.553000', '111701.555000', '111701.558000', '111701.560000', '111701.563000', '111701.565000', '111701.568000', '111701.571000', '111701.573000', '111701.576000', '111701.578000', '111701.581000', '111701.584000', '111701.586000', '111701.589000', '111701.591000', '111701.594000', '111701.596000', '111701.599000', '111701.602000', '111701.604000', '111701.607000', '111701.609000', '111701.612000', '111701.615000', '111701.618000', '111701.621000', '111701.624000', '111701.626000', '111701.629000', '111701.631000', '111701.634000', '111701.637000', '111721.527000', '111721.529000', '111721.532000', '111721.535000', '111721.537000', '111721.540000', '111721.542000', '111721.545000', '111721.547000', '111721.550000', '111721.552000', '111721.555000', '111721.558000', '111721.560000', '111721.563000', '111721.565000', '111721.568000', '111721.571000', '111721.573000', '111721.576000', '111721.579000', '111721.581000', '111721.584000', '111721.586000', '111721.589000', '111721.591000', '111721.594000', '111721.597000', '111721.599000', '111721.602000', '111721.604000', '111721.607000', '111721.610000', '111721.612000', '111721.629000', '111721.632000', '111721.634000', '111721.637000', '111721.639000', '111721.642000', '111721.645000', '111721.647000', '111721.650000', '111721.653000', '111741.527000', '111741.529000', '111741.532000', '111741.534000', '111741.537000', '111741.540000', '111741.542000', '111741.545000', '111741.547000', '111741.550000', '111741.552000', '111741.555000', '111741.558000', '111741.560000', '111741.563000', '111741.565000', '111741.568000', '111741.571000', '111741.573000', '111741.576000', '111741.578000', '111741.581000', '111741.584000', '111741.586000', '111741.589000', '111741.591000', '111741.594000', '111741.596000', '111741.599000', '111741.602000', '111741.604000', '111741.607000', '111741.610000', '111741.612000', '111741.615000', '111741.617000', '111741.620000', '111741.623000', '111741.625000', '111741.628000', '111741.631000', '111741.634000', '111741.637000', '111801.527000', '111801.529000', '111801.532000', '111801.535000', '111801.537000', '111801.540000', '111801.542000', '111801.545000', '111801.548000', '111801.550000', '111801.553000', '111801.555000', '111801.558000', '111801.560000', '111801.563000', '111801.566000', '111801.568000', '111801.571000', '111801.574000', '111801.576000', '111801.579000', '111801.581000', '111801.584000', '111801.587000', '111801.589000', '111801.592000', '111801.594000', '111801.597000', '111801.600000', '111801.602000', '111801.605000', '111801.607000', '111801.610000', '111801.613000', '111801.616000', '111801.618000', '111801.621000', '111801.623000', '111801.626000', '111801.628000', '111801.631000', '111801.634000', '111801.636000', '111801.639000', '111821.527000', '111821.530000', '111821.532000', '111821.535000', '111821.537000', '111821.540000', '111821.542000', '111821.545000', '111821.548000', '111821.550000', '111821.553000', '111821.555000', '111821.558000', '111821.561000', '111821.563000', '111821.566000', '111821.568000', '111821.571000', '111821.574000', '111821.576000', '111821.579000', '111821.581000', '111821.584000', '111821.586000', '111821.589000', '111821.591000', '111821.594000', '111821.597000', '111821.601000', '111821.604000', '111821.606000', '111821.609000', '111821.611000', '111821.614000', '111821.617000', '111821.619000', '111821.622000', '111821.624000', '111821.627000', '111821.629000', '111821.632000', '111821.635000', '111821.637000', '111841.526000', '111841.529000', '111841.532000', '111841.534000', '111841.537000', '111841.540000', '111841.542000', '111841.545000', '111841.547000', '111841.550000', '111841.553000', '111841.555000', '111841.558000', '111841.560000', '111841.563000', '111841.566000', '111841.568000', '111841.571000', '111841.573000', '111841.576000', '111841.578000', '111841.581000', '111841.584000', '111841.586000', '111841.589000', '111841.591000', '111841.594000', '111841.596000', '111841.599000', '111841.602000', '111841.604000', '111841.607000', '111841.609000', '111841.612000', '111841.614000', '111841.617000', '111841.619000', '111841.622000', '111841.625000', '111841.627000', '111841.630000', '111841.632000', '111841.635000', '111841.637000', '111901.526000', '111901.529000', '111901.531000', '111901.534000', '111901.536000', '111901.539000', '111901.542000', '111901.544000', '111901.547000', '111901.549000', '111901.552000', '111901.554000', '111901.557000', '111901.560000', '111901.562000', '111901.565000', '111901.567000', '111901.570000', '111901.572000', '111901.575000', '111901.577000', '111901.580000', '111901.583000', '111901.585000', '111901.588000', '111901.590000', '111901.593000', '111901.595000', '111901.598000', '111901.601000', '111901.603000', '111901.606000', '111901.609000', '111901.611000', '111901.614000', '111901.616000', '111901.619000', '111901.621000', '111901.624000', '111901.626000', '111901.629000', '111901.632000', '111901.634000', '111917.783000', '111917.785000', '111917.788000', '111917.791000', '111917.793000', '111917.796000', '111917.799000', '111917.801000', '111917.804000', '111917.807000', '111917.810000', '111917.812000', '111917.815000', '111917.818000', '111917.821000', '111917.824000', '111917.826000', '111917.829000', '111917.832000', '111917.835000', '111917.838000', '111917.840000', '111917.843000', '111917.847000', '111917.850000', '111917.852000', '111917.855000', '111917.858000', '111917.861000', '111917.864000', '111917.866000', '111917.869000', '111917.871000', '111917.874000', '111917.877000', '111917.880000'], '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': [8700, 7479, 11765, 7044, 8528, 7073, 7129, 9876, 7050, 11828, 6992, 8000, 8217, 7095, 11623, 6801, 8318, 7239, 6871, 9244, 6969, 10736, 7059, 9347, 7041, 7156, 7155, 7184, 9772, 6802, 12407, 8134, 10966, 7236, 7417, 7568, 6949, 14338, 7280, 11184, 7211, 8501, 11236, 8464, 10690, 6886, 14398, 7790, 10364, 11416, 8199, 14897, 9621, 10825, 7810, 7224, 12133, 7310, 11625, 7841, 9499, 8360, 9143, 8264, 7021, 14013, 7777, 11167, 7267, 7699, 10262, 6930, 11950, 6795, 8410, 7034, 6773, 8435, 7229, 9795, 7340, 6794, 7811, 6999, 7565, 8122, 7705, 11000, 8630, 10571, 7753, 10552, 7571, 7733, 13428, 8888, 14128, 10812, 11964, 7868, 9216, 13651, 8250, 14577, 9692, 11557, 8563, 8943, 13680, 8367, 13069, 7829, 9236, 8030, 7566, 14395, 8285, 12607, 7732, 8339, 12067, 7242, 12113, 7286, 7932, 7098, 7061, 9861, 7255, 8003, 7487, 7564, 7543, 7353, 7262, 7172, 9695, 6954, 7798, 7419, 7440, 10468, 7416, 12438, 8018, 10496, 7662, 10971, 7137, 8232, 10359, 7523, 14989, 9598, 11789, 7747, 7834, 13762, 7310, 12935, 7936, 10838, 11185, 10350, 9099, 7553, 13713, 6822, 10760, 10727, 9542, 12426, 7840, 13607, 8368, 13852, 9608, 11162, 7463, 10316, 7197, 8627, 14488, 9272, 14165, 8953, 10862, 7260, 7350, 13247, 6805, 10640, 7129, 6982, 9225, 7070, 10476, 6929, 10415, 7512, 7298, 9861, 6784, 11531, 6802, 9049, 6870, 7612, 7366, 6982, 7775, 6929, 11586, 7580, 10431, 8581, 9215, 7075, 6896, 12747, 7873, 12482, 7773, 8136, 13501, 8633, 12346, 7644, 8091, 9999, 6958, 13443, 7693, 8536, 7967, 7199, 13163, 9083, 11432, 8194, 8504, 7371, 7330, 7406, 7200, 12431, 8402, 10140, 7408, 8274, 8432, 7283, 12855, 7771, 8637, 7949, 7263, 13327, 7312, 9897, 7216, 7130, 8468, 7115, 12048, 7952, 8287, 8062, 7214, 11803, 7423, 9870, 7561, 8095, 8103, 7505, 8385, 7573, 10781, 7554, 8012, 7656, 7271, 8355, 7306, 11957, 7926, 8398, 8193, 7870, 11786, 7755, 8731, 8094, 7825, 8386, 8191, 10042, 7980, 8041, 7932, 8401, 7916, 7126, 7872, 7533, 11220, 7842, 10885, 7379, 11614, 7775, 8065, 10840, 8125, 13354, 8296, 9480, 8255, 7456, 12120, 8012, 9282, 8007, 7793, 10812, 7541, 9712, 8216, 7591, 8434, 7530, 11134, 7718, 9492, 8105, 7662, 8083, 7903, 9591, 7876, 8294, 7810, 7568, 8569, 7527, 8265, 8049, 7924, 8045, 9112, 7064, 7761, 7802, 8733, 8707, 6948, 14029, 9440, 11328, 10642, 9360, 14879, 9741, 12873, 8665, 8037, 14843, 9408, 10993, 8152, 7957, 13612, 8129, 10557, 7549, 7460, 9269, 6866, 13058, 7831, 12379, 7447, 10731, 7165, 11439, 8454, 9368, 7111, 9040, 6769, 10141, 7851, 10561, 9402, 13276, 10618, 13472, 9648, 12087, 9155, 12512, 10119, 15056, 11041, 10896, 7084, 12579, 7549, 12927, 7858, 9898, 7107, 6892, 12363, 7011, 9682, 6950, 7304, 7145, 6820, 8804, 6872, 7861, 6890, 7251, 7587, 6851, 7802, 7236, 8504, 7134, 8026, 7887, 6944, 10285, 7106, 9556, 7142, 8263, 7572, 8299, 7430, 7631, 7671, 6960, 7917, 7437, 11123, 7794, 10753, 7619, 7878, 7472, 7522, 12256, 7876, 11069, 8110, 7323, 12166, 7954, 12113, 7831, 9162, 11996, 7495, 12612, 7859, 8091, 8075, 7198, 13122, 7964, 10006, 7817, 7612, 11017, 7376, 9651, 7547, 7380, 7912, 7059, 8140, 7707, 8926, 7917, 7676, 8417, 7624, 9315, 7987, 9454, 7809, 8049, 8009, 7940, 8508, 7711, 10868, 7785, 9875, 7675, 7787, 8065, 7980, 11109, 8322, 8591, 8638, 7863, 11856, 7484, 9172, 7999, 9140, 8443, 7829, 12324, 8349, 9309, 8571, 7992, 8724, 8161, 9488, 8547, 8379, 8504, 8086, 8383, 7484, 8255, 7289, 7799, 7428, 10002, 7237, 9613, 7587, 7203, 9525, 7285, 11127, 7753, 7158, 11938, 7751, 10406, 7659, 7734, 8768, 8128, 10810, 8398, 7986, 8595, 8279, 11355, 8138, 7817, 7887, 7915, 8793, 7986, 10890, 8197, 8019, 8409, 7875, 11936, 7555, 9342, 8430, 7722, 8768, 8303, 10283, 8142, 7921, 8295, 7897, 8585, 8460, 8214, 8296, 7291, 8861, 7957, 8637, 7898, 9126, 8659, 9037, 8745, 7747, 11957, 7933, 8851, 8025, 7528, 8674, 8067, 10481, 8167, 8568, 8455, 7804, 9504, 8410, 9696, 8374, 8320, 8540, 8241, 9458, 8632, 8282, 8626, 8062, 8289, 8439, 9235, 8368, 9289, 8387, 8231, 8681, 7953, 8511, 8024, 9829, 8539, 8175, 8801, 7704, 11997, 8054, 9077, 8262, 7872, 8765, 8366, 9987, 8580, 8339, 8785, 8535, 8417, 7896, 8303, 8290, 10687, 8292, 8635, 7397, 7432, 7942, 7475, 11412, 7966, 11577, 7751, 9227, 7830, 9436, 7867, 7156, 7611, 7877, 8639, 10217, 7016, 11048, 6958, 7564, 7008, 9137, 7478, 10284, 9572, 13114, 10748, 14680, 10059, 13613, 9722, 13370, 10047, 11348, 9750, 9808, 8358, 9610, 7400, 13335, 7307, 13565, 7965, 8980, 7238, 7121, 12670, 6927, 9865, 7239, 7949, 7341, 7067, 10410, 7104, 8373, 7477, 7028, 7474, 7005, 7441, 6719, 8033, 6978, 8220, 7018, 8821, 7233, 6963, 13095, 7899, 10277, 7271, 7619, 10501, 6784, 12548, 7561, 9347, 8032, 8932, 8945, 7531, 13235, 7193, 10696, 8275, 7047, 9417, 7748, 13190, 9573, 10310, 7157, 10839, 7083, 9926, 7578, 8785, 13904, 9445, 14022, 9267, 11028, 13245, 8490, 13216, 8250, 8813, 8559, 7369, 11230, 7774, 7923, 8017, 7460, 11820, 7263, 10271, 7882, 7304, 10129, 7904, 9225, 8278, 8043, 8387, 7808, 9097, 8110, 8285, 8145, 7786, 7931, 7307, 7941, 7507, 8285, 7863, 10478, 7801, 9718, 7914, 7566, 8045, 7356, 12445, 8252, 11313, 8342, 7769, 13702, 8444, 11183, 8194, 7409, 10824, 7807, 11872, 8078, 9335, 8182, 7622, 7671, 7623, 11683, 8582, 10189, 8759, 7733, 8337, 7343, 10567, 7683, 10178, 8575, 9147, 8645, 7942, 8679, 8160, 9659, 8242, 9005, 8311, 8368, 8268, 7387, 8485, 7962, 9801, 8345, 10584, 8563, 8008, 10829, 7957, 11490, 8134, 8270, 8606, 7851, 11220, 8050, 10809, 7738, 8535, 8753, 7731, 9647, 8376, 9943, 8423, 7626, 8545], 'WindowCenter': [4557.0, 4529.0, 4555.0, 4516.0, 4537.0, 4514.0, 4503.0, 4535.0, 4503.0, 4543.0, 4503.0, 4513.0, 4523.0, 4505.0, 4543.0, 4503.0, 4514.0, 4513.0, 4516.0, 4548.0, 4529.0, 4555.0, 4515.0, 4536.0, 4516.0, 4528.0, 4516.0, 4516.0, 4546.0, 4518.0, 4566.0, 4528.0, 4558.0, 4516.0, 4517.0, 4527.0, 4517.0, 4577.0, 4527.0, 4557.0, 4528.0, 4538.0, 4560.0, 4540.0, 4560.0, 4530.0, 4578.0, 4530.0, 4560.0, 4559.0, 4540.0, 4579.0, 4550.0, 4561.0, 4526.0, 4518.0, 4556.0, 4518.0, 4557.0, 4527.0, 4537.0, 4528.0, 4538.0, 4529.0, 4517.0, 4564.0, 4515.0, 4542.0, 4513.0, 4515.0, 4544.0, 4503.0, 4543.0, 4517.0, 4523.0, 4502.0, 4490.0, 4511.0, 4512.0, 4531.0, 4512.0, 4516.0, 4556.0, 4516.0, 4539.0, 4521.0, 4538.0, 4557.0, 4538.0, 4545.0, 4537.0, 4555.0, 4523.0, 4540.0, 4563.0, 4533.0, 4562.0, 4556.0, 4555.0, 4525.0, 4531.0, 4564.0, 4522.0, 4561.0, 4532.0, 4543.0, 4510.0, 4519.0, 4549.0, 4508.0, 4536.0, 4496.0, 4507.0, 4508.0, 4501.0, 4549.0, 4510.0, 4541.0, 4499.0, 4510.0, 4537.0, 4487.0, 4538.0, 4486.0, 4498.0, 4487.0, 4490.0, 4518.0, 4499.0, 4511.0, 4513.0, 4511.0, 4514.0, 4515.0, 4515.0, 4514.0, 4533.0, 4517.0, 4516.0, 4531.0, 4530.0, 4558.0, 4518.0, 4568.0, 4528.0, 4548.0, 4525.0, 4547.0, 4516.0, 4528.0, 4560.0, 4529.0, 4591.0, 4549.0, 4568.0, 4526.0, 4526.0, 4565.0, 4515.0, 4566.0, 4526.0, 4557.0, 4560.0, 4561.0, 4551.0, 4538.0, 4592.0, 4528.0, 4555.0, 4541.0, 4545.0, 4563.0, 4534.0, 4575.0, 4534.0, 4573.0, 4545.0, 4553.0, 4511.0, 4541.0, 4512.0, 4522.0, 4564.0, 4532.0, 4565.0, 4535.0, 4544.0, 4512.0, 4514.0, 4554.0, 4502.0, 4532.0, 4512.0, 4502.0, 4534.0, 4513.0, 4546.0, 4514.0, 4545.0, 4516.0, 4514.0, 4534.0, 4505.0, 4545.0, 4506.0, 4535.0, 4518.0, 4526.0, 4527.0, 4517.0, 4539.0, 4532.0, 4569.0, 4527.0, 4549.0, 4539.0, 4537.0, 4518.0, 4517.0, 4555.0, 4516.0, 4558.0, 4516.0, 4515.0, 4566.0, 4525.0, 4555.0, 4517.0, 4515.0, 4535.0, 4504.0, 4552.0, 4513.0, 4526.0, 4514.0, 4500.0, 4551.0, 4521.0, 4538.0, 4527.0, 4524.0, 4502.0, 4489.0, 4490.0, 4500.0, 4553.0, 4525.0, 4534.0, 4515.0, 4525.0, 4523.0, 4516.0, 4554.0, 4515.0, 4522.0, 4510.0, 4501.0, 4551.0, 4501.0, 4533.0, 4515.0, 4504.0, 4511.0, 4502.0, 4555.0, 4512.0, 4510.0, 4511.0, 4502.0, 4541.0, 4502.0, 4531.0, 4513.0, 4512.0, 4513.0, 4514.0, 4511.0, 4512.0, 4543.0, 4515.0, 4513.0, 4515.0, 4517.0, 4538.0, 4518.0, 4544.0, 4514.0, 4513.0, 4513.0, 4513.0, 4543.0, 4514.0, 4523.0, 4524.0, 4513.0, 4525.0, 4524.0, 4546.0, 4526.0, 4539.0, 4539.0, 4527.0, 4539.0, 4531.0, 4526.0, 4530.0, 4558.0, 4527.0, 4545.0, 4515.0, 4543.0, 4513.0, 4511.0, 4543.0, 4513.0, 4553.0, 4523.0, 4522.0, 4512.0, 4513.0, 4541.0, 4511.0, 4520.0, 4500.0, 4511.0, 4542.0, 4512.0, 4532.0, 4523.0, 4512.0, 4512.0, 4513.0, 4532.0, 4513.0, 4521.0, 4511.0, 4501.0, 4511.0, 4511.0, 4521.0, 4512.0, 4512.0, 4515.0, 4515.0, 4538.0, 4528.0, 4538.0, 4541.0, 4540.0, 4540.0, 4539.0, 4545.0, 4540.0, 4528.0, 4553.0, 4540.0, 4519.0, 4565.0, 4537.0, 4559.0, 4548.0, 4551.0, 4581.0, 4550.0, 4571.0, 4527.0, 4530.0, 4567.0, 4534.0, 4544.0, 4511.0, 4514.0, 4553.0, 4526.0, 4545.0, 4513.0, 4517.0, 4534.0, 4505.0, 4554.0, 4512.0, 4537.0, 4500.0, 4541.0, 4501.0, 4541.0, 4535.0, 4542.0, 4524.0, 4544.0, 4530.0, 4514.0, 4582.0, 4589.0, 4554.0, 4556.0, 4533.0, 4549.0, 4519.0, 4529.0, 4509.0, 4540.0, 4530.0, 4551.0, 4529.0, 4528.0, 4488.0, 4524.0, 4473.0, 4511.0, 4482.0, 4491.0, 4472.0, 4472.0, 4512.0, 4471.0, 4491.0, 4473.0, 4472.0, 4472.0, 4473.0, 4494.0, 4475.0, 4496.0, 4489.0, 4500.0, 4501.0, 4491.0, 4502.0, 4501.0, 4511.0, 4503.0, 4511.0, 4513.0, 4503.0, 4544.0, 4518.0, 4536.0, 4518.0, 4528.0, 4517.0, 4514.0, 4503.0, 4503.0, 4503.0, 4505.0, 4515.0, 4515.0, 4545.0, 4516.0, 4544.0, 4519.0, 4527.0, 4519.0, 4530.0, 4555.0, 4526.0, 4544.0, 4514.0, 4515.0, 4556.0, 4526.0, 4556.0, 4516.0, 4535.0, 4556.0, 4515.0, 4553.0, 4512.0, 4512.0, 4513.0, 4504.0, 4565.0, 4527.0, 4535.0, 4512.0, 4502.0, 4531.0, 4500.0, 4520.0, 4514.0, 4503.0, 4512.0, 4504.0, 4515.0, 4528.0, 4536.0, 4525.0, 4515.0, 4525.0, 4516.0, 4537.0, 4530.0, 4539.0, 4520.0, 4516.0, 4517.0, 4516.0, 4525.0, 4515.0, 4546.0, 4517.0, 4536.0, 4516.0, 4515.0, 4515.0, 4515.0, 4543.0, 4513.0, 4512.0, 4512.0, 4515.0, 4546.0, 4516.0, 4525.0, 4516.0, 4526.0, 4527.0, 4518.0, 4556.0, 4515.0, 4523.0, 4524.0, 4514.0, 4523.0, 4513.0, 4522.0, 4524.0, 4525.0, 4527.0, 4527.0, 4527.0, 4520.0, 4527.0, 4543.0, 4529.0, 4530.0, 4534.0, 4515.0, 4535.0, 4516.0, 4515.0, 4535.0, 4514.0, 4544.0, 4513.0, 4503.0, 4543.0, 4513.0, 4532.0, 4514.0, 4514.0, 4538.0, 4526.0, 4544.0, 4525.0, 4515.0, 4536.0, 4526.0, 4546.0, 4527.0, 4527.0, 4528.0, 4540.0, 4537.0, 4526.0, 4545.0, 4526.0, 4527.0, 4537.0, 4527.0, 4556.0, 4516.0, 4525.0, 4524.0, 4515.0, 4538.0, 4526.0, 4536.0, 4527.0, 4516.0, 4524.0, 4526.0, 4525.0, 4525.0, 4524.0, 4526.0, 4515.0, 4538.0, 4529.0, 4541.0, 4530.0, 4550.0, 4541.0, 4542.0, 4541.0, 4530.0, 4558.0, 4528.0, 4536.0, 4526.0, 4518.0, 4526.0, 4526.0, 4545.0, 4527.0, 4537.0, 4527.0, 4529.0, 4553.0, 4541.0, 4538.0, 4527.0, 4526.0, 4526.0, 4528.0, 4548.0, 4538.0, 4527.0, 4539.0, 4529.0, 4529.0, 4529.0, 4537.0, 4528.0, 4536.0, 4528.0, 4527.0, 4540.0, 4527.0, 4527.0, 4516.0, 4535.0, 4525.0, 4526.0, 4524.0, 4514.0, 4546.0, 4526.0, 4525.0, 4524.0, 4513.0, 4523.0, 4524.0, 4532.0, 4526.0, 4525.0, 4538.0, 4537.0, 4527.0, 4527.0, 4526.0, 4525.0, 4544.0, 4527.0, 4538.0, 4515.0, 4515.0, 4514.0, 4514.0, 4542.0, 4513.0, 4537.0, 4490.0, 4509.0, 4462.0, 4512.0, 4475.0, 4473.0, 4501.0, 4495.0, 4519.0, 4529.0, 4512.0, 4571.0, 4531.0, 4528.0, 4489.0, 4532.0, 4485.0, 4549.0, 4549.0, 4597.0, 4557.0, 4549.0, 4516.0, 4532.0, 4504.0, 4534.0, 4504.0, 4524.0, 4503.0, 4514.0, 4492.0, 4502.0, 4480.0, 4520.0, 4468.0, 4519.0, 4480.0, 4489.0, 4470.0, 4471.0, 4520.0, 4472.0, 4501.0, 4471.0, 4481.0, 4483.0, 4472.0, 4513.0, 4485.0, 4496.0, 4496.0, 4489.0, 4511.0, 4502.0, 4512.0, 4503.0, 4527.0, 4516.0, 4528.0, 4519.0, 4538.0, 4518.0, 4518.0, 4569.0, 4529.0, 4549.0, 4518.0, 4528.0, 4549.0, 4521.0, 4569.0, 4517.0, 4524.0, 4513.0, 4526.0, 4526.0, 4531.0, 4566.0, 4516.0, 4545.0, 4523.0, 4516.0, 4535.0, 4532.0, 4564.0, 4535.0, 4543.0, 4517.0, 4541.0, 4503.0, 4532.0, 4513.0, 4526.0, 4565.0, 4537.0, 4567.0, 4535.0, 4546.0, 4552.0, 4512.0, 4540.0, 4524.0, 4535.0, 4525.0, 4500.0, 4532.0, 4510.0, 4512.0, 4514.0, 4514.0, 4555.0, 4514.0, 4549.0, 4513.0, 4503.0, 4533.0, 4527.0, 4537.0, 4524.0, 4515.0, 4524.0, 4513.0, 4523.0, 4528.0, 4526.0, 4513.0, 4513.0, 4513.0, 4515.0, 4525.0, 4515.0, 4525.0, 4527.0, 4545.0, 4528.0, 4538.0, 4528.0, 4527.0, 4526.0, 4516.0, 4554.0, 4526.0, 4544.0, 4525.0, 4516.0, 4578.0, 4527.0, 4557.0, 4525.0, 4514.0, 4545.0, 4514.0, 4544.0, 4525.0, 4525.0, 4525.0, 4516.0, 4516.0, 4530.0, 4559.0, 4538.0, 4535.0, 4538.0, 4529.0, 4525.0, 4514.0, 4546.0, 4516.0, 4546.0, 4541.0, 4538.0, 4527.0, 4515.0, 4527.0, 4527.0, 4537.0, 4527.0, 4539.0, 4538.0, 4527.0, 4527.0, 4518.0, 4538.0, 4528.0, 4547.0, 4528.0, 4548.0, 4527.0, 4527.0, 4548.0, 4526.0, 4544.0, 4515.0, 4524.0, 4524.0, 4514.0, 4543.0, 4513.0, 4545.0, 4515.0, 4526.0, 4524.0, 4514.0, 4533.0, 4514.0, 4533.0, 4512.0, 4502.0, 4523.0], 'WindowWidth': [10020.0, 9968.0, 9995.0, 9942.0, 9970.0, 9938.0, 9922.0, 9964.0, 9918.0, 9971.0, 9920.0, 9931.0, 9946.0, 9923.0, 9973.0, 9920.0, 9933.0, 9932.0, 9943.0, 9989.0, 9966.0, 9995.0, 9940.0, 9969.0, 9942.0, 9963.0, 9944.0, 9944.0, 9984.0, 9951.0, 10010.0, 9960.0, 10001.0, 9944.0, 9945.0, 9961.0, 9947.0, 10027.0, 9960.0, 9997.0, 9962.0, 9976.0, 10007.0, 9982.0, 10011.0, 9970.0, 10032.0, 9967.0, 10008.0, 10003.0, 9977.0, 10031.0, 9995.0, 10011.0, 9956.0, 9947.0, 9996.0, 9945.0, 9996.0, 9958.0, 9969.0, 9960.0, 9974.0, 9963.0, 9944.0, 10005.0, 9938.0, 9972.0, 9934.0, 9937.0, 9977.0, 9920.0, 9974.0, 9946.0, 9947.0, 9917.0, 9894.0, 9927.0, 9929.0, 9957.0, 9934.0, 9943.0, 10019.0, 9946.0, 9982.0, 9945.0, 9981.0, 10002.0, 9973.0, 9981.0, 9977.0, 9996.0, 9948.0, 9983.0, 10004.0, 9962.0, 10000.0, 9997.0, 9993.0, 9951.0, 9957.0, 10001.0, 9943.0, 9996.0, 9955.0, 9970.0, 9925.0, 9935.0, 9977.0, 9917.0, 9955.0, 9901.0, 9914.0, 9919.0, 9911.0, 9977.0, 9925.0, 9966.0, 9909.0, 9923.0, 9956.0, 9887.0, 9956.0, 9887.0, 9902.0, 9888.0, 9894.0, 9931.0, 9908.0, 9927.0, 9936.0, 9929.0, 9935.0, 9940.0, 9941.0, 9938.0, 9961.0, 9944.0, 9941.0, 9972.0, 9967.0, 10004.0, 9949.0, 10017.0, 9961.0, 9987.0, 9955.0, 9983.0, 9945.0, 9961.0, 10007.0, 9966.0, 10049.0, 9993.0, 10018.0, 9958.0, 9958.0, 10008.0, 9940.0, 10010.0, 9957.0, 9999.0, 10006.0, 10010.0, 9997.0, 9978.0, 10058.0, 9969.0, 9998.0, 9971.0, 9984.0, 10007.0, 9968.0, 10026.0, 9966.0, 10021.0, 9983.0, 9990.0, 9933.0, 9970.0, 9932.0, 9946.0, 10005.0, 9960.0, 10009.0, 9966.0, 9977.0, 9932.0, 9939.0, 9991.0, 9918.0, 9956.0, 9933.0, 9917.0, 9962.0, 9935.0, 9982.0, 9938.0, 9979.0, 9941.0, 9937.0, 9961.0, 9926.0, 9979.0, 9928.0, 9966.0, 9946.0, 9957.0, 9960.0, 9947.0, 9982.0, 9975.0, 10018.0, 9959.0, 9986.0, 9974.0, 9969.0, 9946.0, 9944.0, 9991.0, 9938.0, 9998.0, 9940.0, 9937.0, 10007.0, 9951.0, 9992.0, 9941.0, 9936.0, 9964.0, 9921.0, 9982.0, 9931.0, 9953.0, 9933.0, 9911.0, 9978.0, 9940.0, 9960.0, 9958.0, 9947.0, 9914.0, 9891.0, 9892.0, 9908.0, 9984.0, 9948.0, 9961.0, 9939.0, 9950.0, 9947.0, 9940.0, 9989.0, 9940.0, 9944.0, 9925.0, 9913.0, 9984.0, 9914.0, 9959.0, 9938.0, 9923.0, 9929.0, 9918.0, 9994.0, 9929.0, 9925.0, 9928.0, 9917.0, 9968.0, 9917.0, 9954.0, 9934.0, 9932.0, 9935.0, 9937.0, 9929.0, 9931.0, 9973.0, 9938.0, 9934.0, 9938.0, 9945.0, 9975.0, 9946.0, 9977.0, 9935.0, 9931.0, 9932.0, 9933.0, 9974.0, 9937.0, 9948.0, 9951.0, 9935.0, 9954.0, 9952.0, 9982.0, 9958.0, 9979.0, 9979.0, 9960.0, 9980.0, 9974.0, 9959.0, 9966.0, 10000.0, 9956.0, 9980.0, 9938.0, 9972.0, 9931.0, 9927.0, 9972.0, 9934.0, 9987.0, 9947.0, 9944.0, 9930.0, 9933.0, 9967.0, 9929.0, 9936.0, 9910.0, 9926.0, 9970.0, 9928.0, 9956.0, 9944.0, 9928.0, 9930.0, 9930.0, 9957.0, 9933.0, 9940.0, 9926.0, 9914.0, 9927.0, 9927.0, 9939.0, 9930.0, 9930.0, 9941.0, 9939.0, 9976.0, 9962.0, 9976.0, 9982.0, 9980.0, 9982.0, 9979.0, 10000.0, 9982.0, 9957.0, 10003.0, 9979.0, 9950.0, 10006.0, 9968.0, 10000.0, 9988.0, 9994.0, 10036.0, 9993.0, 10021.0, 9957.0, 9964.0, 10011.0, 9963.0, 9973.0, 9928.0, 9935.0, 9985.0, 9953.0, 9978.0, 9933.0, 9946.0, 9964.0, 9925.0, 9990.0, 9927.0, 9953.0, 9911.0, 9970.0, 9915.0, 9971.0, 9972.0, 9979.0, 9958.0, 9984.0, 9977.0, 9921.0, 10071.0, 10065.0, 10003.0, 9993.0, 9956.0, 9974.0, 9933.0, 9945.0, 9919.0, 9961.0, 9949.0, 9979.0, 9946.0, 9944.0, 9888.0, 9929.0, 9858.0, 9907.0, 9867.0, 9880.0, 9855.0, 9856.0, 9909.0, 9855.0, 9881.0, 9859.0, 9855.0, 9858.0, 9860.0, 9890.0, 9868.0, 9895.0, 9891.0, 9907.0, 9909.0, 9899.0, 9913.0, 9913.0, 9926.0, 9918.0, 9927.0, 9932.0, 9921.0, 9975.0, 9944.0, 9968.0, 9947.0, 9958.0, 9942.0, 9930.0, 9915.0, 9915.0, 9915.0, 9923.0, 9934.0, 9938.0, 9975.0, 9939.0, 9973.0, 9946.0, 9956.0, 9948.0, 9963.0, 9994.0, 9954.0, 9974.0, 9934.0, 9937.0, 9995.0, 9954.0, 9995.0, 9940.0, 9964.0, 9996.0, 9938.0, 9985.0, 9929.0, 9928.0, 9933.0, 9921.0, 10006.0, 9956.0, 9963.0, 9929.0, 9913.0, 9953.0, 9909.0, 9935.0, 9936.0, 9920.0, 9928.0, 9920.0, 9938.0, 9960.0, 9968.0, 9953.0, 9937.0, 9952.0, 9942.0, 9971.0, 9966.0, 9970.0, 9949.0, 9936.0, 9939.0, 9939.0, 9948.0, 9935.0, 9978.0, 9942.0, 9966.0, 9938.0, 9937.0, 9937.0, 9937.0, 9970.0, 9931.0, 9927.0, 9926.0, 9934.0, 9979.0, 9940.0, 9949.0, 9939.0, 9952.0, 9955.0, 9944.0, 9992.0, 9935.0, 9943.0, 9946.0, 9931.0, 9945.0, 9930.0, 9942.0, 9945.0, 9951.0, 9957.0, 9954.0, 9955.0, 9949.0, 9958.0, 9990.0, 9964.0, 9964.0, 9964.0, 9938.0, 9966.0, 9941.0, 9939.0, 9965.0, 9936.0, 9978.0, 9933.0, 9919.0, 9973.0, 9932.0, 9958.0, 9935.0, 9935.0, 9977.0, 9956.0, 9975.0, 9951.0, 9937.0, 9970.0, 9956.0, 9981.0, 9957.0, 9958.0, 9961.0, 9981.0, 9972.0, 9955.0, 9979.0, 9955.0, 9956.0, 9973.0, 9957.0, 9995.0, 9941.0, 9950.0, 9948.0, 9936.0, 9975.0, 9954.0, 9968.0, 9956.0, 9939.0, 9949.0, 9953.0, 9953.0, 9951.0, 9948.0, 9955.0, 9940.0, 9976.0, 9964.0, 9985.0, 9967.0, 9993.0, 9984.0, 9984.0, 9983.0, 9967.0, 10003.0, 9960.0, 9969.0, 9954.0, 9945.0, 9954.0, 9953.0, 9979.0, 9956.0, 9970.0, 9957.0, 9964.0, 10003.0, 9981.0, 9975.0, 9956.0, 9953.0, 9956.0, 9960.0, 9988.0, 9974.0, 9957.0, 9975.0, 9961.0, 9964.0, 9963.0, 9970.0, 9959.0, 9969.0, 9959.0, 9956.0, 9976.0, 9957.0, 9956.0, 9940.0, 9965.0, 9950.0, 9954.0, 9949.0, 9934.0, 9979.0, 9954.0, 9949.0, 9948.0, 9931.0, 9946.0, 9948.0, 9958.0, 9954.0, 9951.0, 9975.0, 9972.0, 9958.0, 9957.0, 9955.0, 9953.0, 9977.0, 9959.0, 9977.0, 9939.0, 9939.0, 9936.0, 9936.0, 9969.0, 9931.0, 9965.0, 9890.0, 9914.0, 9837.0, 9922.0, 9861.0, 9860.0, 9914.0, 9895.0, 9942.0, 9952.0, 9936.0, 10026.0, 9970.0, 9958.0, 9893.0, 9957.0, 9879.0, 9990.0, 9995.0, 10071.0, 9998.0, 9978.0, 9926.0, 9943.0, 9908.0, 9949.0, 9906.0, 9936.0, 9905.0, 9921.0, 9889.0, 9903.0, 9870.0, 9922.0, 9849.0, 9919.0, 9868.0, 9878.0, 9855.0, 9857.0, 9922.0, 9861.0, 9898.0, 9857.0, 9869.0, 9874.0, 9858.0, 9915.0, 9881.0, 9896.0, 9899.0, 9892.0, 9928.0, 9917.0, 9933.0, 9920.0, 9955.0, 9941.0, 9958.0, 9948.0, 9971.0, 9944.0, 9945.0, 10013.0, 9963.0, 9990.0, 9945.0, 9958.0, 9987.0, 9953.0, 10015.0, 9941.0, 9944.0, 9930.0, 9951.0, 9954.0, 9966.0, 10008.0, 9941.0, 9979.0, 9946.0, 9943.0, 9967.0, 9970.0, 10003.0, 9964.0, 9974.0, 9945.0, 9968.0, 9919.0, 9955.0, 9932.0, 9951.0, 10004.0, 9969.0, 10011.0, 9965.0, 9977.0, 9983.0, 9927.0, 9964.0, 9947.0, 9964.0, 9952.0, 9911.0, 9952.0, 9925.0, 9929.0, 9936.0, 9936.0, 9990.0, 9935.0, 9988.0, 9932.0, 9918.0, 9958.0, 9957.0, 9971.0, 9949.0, 9936.0, 9948.0, 9933.0, 9947.0, 9963.0, 9955.0, 9932.0, 9931.0, 9932.0, 9937.0, 9953.0, 9939.0, 9952.0, 9957.0, 9980.0, 9961.0, 9972.0, 9959.0, 9957.0, 9956.0, 9942.0, 9990.0, 9954.0, 9975.0, 9950.0, 9942.0, 10029.0, 9959.0, 9998.0, 9951.0, 9936.0, 9979.0, 9936.0, 9976.0, 9952.0, 9950.0, 9952.0, 9942.0, 9941.0, 9966.0, 10005.0, 9973.0, 9964.0, 9971.0, 9962.0, 9953.0, 9935.0, 9982.0, 9940.0, 9979.0, 9982.0, 9973.0, 9954.0, 9936.0, 9955.0, 9956.0, 9972.0, 9959.0, 9977.0, 9975.0, 9958.0, 9958.0, 9946.0, 9974.0, 9960.0, 9985.0, 9959.0, 9986.0, 9956.0, 9957.0, 9988.0, 9953.0, 9977.0, 9937.0, 9948.0, 9948.0, 9935.0, 9973.0, 9934.0, 9976.0, 9937.0, 9953.0, 9949.0, 9935.0, 9960.0, 9933.0, 9956.0, 9929.0, 9914.0, 9944.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.006004633027522936</td></tr>
<tr><td colspan=3>aqi</td><td>0.05586226467889908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.01570830584387</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1405085778300803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.044318978036739</td></tr>
<tr><td colspan=3>efc</td><td>0.5157</td></tr>
<tr><td colspan=3>fber</td><td>5892.0034</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.243574780083958</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>219</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.11467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.588936453037661</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.468949122953848</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.762986206852548</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5348740293065877</td></tr>
<tr><td colspan=3>gcor</td><td>0.00950568</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.018908336758613586</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04977688565850258</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.734964152897907</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>19.7846</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.586</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288136.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>1058.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.4779</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4806</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.9911</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.8183</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.3627</td></tr>
<tr><td colspan=3>tsnr</td><td>28.8669640570879</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>