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

616 lines
No EOL
106 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-0004_ses-01_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-0004_ses-01_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-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_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-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_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-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-01_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_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-0004/ses-01/func/sub-0004_ses-01_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>eada1ec9cfa31369d1fcf4296d4fceec</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:29:4.730000</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_VE11C_LATEST_20160120</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.999495, 0.0149046, -0.028062, -0.00959473, 0.983504, 0.18063]</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.0980213</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7773, -7257, 553, -67, -238, 52, 121]</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>230.35</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>12208895-041b-4ac5-8993-f9d3f32b8985||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681572198867798, -0.025741970166563988, -0.08178658038377762, 115.00567626953125], [-0.03998791426420212, 2.6386702060699463, 0.4867272675037384, -100.88549041748047], [-0.0752883329987526, -0.48461657762527466, 2.6545069217681885, -26.169879913330078], [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': ['102904.730000', '102905.190000', '102905.650000', '102906.110000', '102906.570000', '102907.030000', '102907.490000', '102907.950000', '102908.410000', '102908.870000', '102909.330000', '102909.790000', '102910.250000', '102910.710000', '102911.170000', '102911.630000', '102912.090000', '102912.550000', '102913.010000', '102913.470000', '102913.930000', '102914.390000', '102914.850000', '102915.310000', '102915.770000', '102916.230000', '102916.690000', '102917.150000', '102917.610000', '102918.070000', '102918.530000', '102918.990000', '102919.450000', '102919.910000', '102920.370000', '102920.830000', '102921.290000', '102921.750000', '102922.210000', '102922.670000', '102923.130000', '102923.590000', '102924.050000', '102924.510000', '102924.970000', '102925.430000', '102925.890000', '102926.350000', '102926.810000', '102927.270000', '102927.730000', '102928.190000', '102928.650000', '102929.110000', '102929.570000', '102930.030000', '102930.490000', '102930.950000', '102931.410000', '102931.870000', '102932.330000', '102932.790000', '102933.250000', '102933.710000', '102934.170000', '102934.630000', '102935.090000', '102935.550000', '102936.010000', '102936.470000', '102936.930000', '102937.390000', '102937.850000', '102938.310000', '102938.770000', '102939.230000', '102939.690000', '102940.150000', '102940.610000', '102941.070000', '102941.530000', '102941.990000', '102942.450000', '102942.910000', '102943.370000', '102943.830000', '102944.290000', '102944.750000', '102945.210000', '102945.670000', '102946.130000', '102946.590000', '102947.050000', '102947.510000', '102947.970000', '102948.430000', '102948.890000', '102949.350000', '102949.810000', '102950.270000', '102950.730000', '102951.190000', '102951.650000', '102952.110000', '102952.570000', '102953.030000', '102953.490000', '102953.950000', '102954.410000', '102954.870000', '102955.330000', '102955.790000', '102956.250000', '102956.710000', '102957.170000', '102957.630000', '102958.090000', '102958.550000', '102959.010000', '102959.470000', '102959.930000', '103000.390000', '103000.850000', '103001.310000', '103001.770000', '103002.230000', '103002.690000', '103003.150000', '103003.610000', '103004.070000', '103004.530000', '103004.990000', '103005.450000', '103005.910000', '103006.370000', '103006.830000', '103007.290000', '103007.750000', '103008.210000', '103008.670000', '103009.130000', '103009.590000', '103010.050000', '103010.510000', '103010.970000', '103011.430000', '103011.890000', '103012.350000', '103012.810000', '103013.270000', '103013.730000', '103014.190000', '103014.650000', '103015.110000', '103015.570000', '103016.030000', '103016.490000', '103016.950000', '103017.410000', '103017.870000', '103018.330000', '103018.790000', '103019.250000', '103019.710000', '103020.170000', '103020.630000', '103021.090000', '103021.550000', '103022.010000', '103022.470000', '103022.930000', '103023.390000', '103023.850000', '103024.310000', '103024.770000', '103025.230000', '103025.690000', '103026.150000', '103026.610000', '103027.070000', '103027.530000', '103027.990000', '103028.450000', '103028.910000', '103029.370000', '103029.830000', '103030.290000', '103030.750000', '103031.210000', '103031.670000', '103032.130000', '103032.590000', '103033.050000', '103033.510000', '103033.970000', '103034.430000', '103034.890000', '103035.350000', '103035.810000', '103036.270000', '103036.730000', '103037.190000', '103037.650000', '103038.110000', '103038.570000', '103039.030000', '103039.490000', '103039.950000', '103040.410000', '103040.870000', '103041.330000', '103041.790000', '103042.250000', '103042.710000', '103043.170000', '103043.630000', '103044.090000', '103044.550000', '103045.010000', '103045.470000', '103045.930000', '103046.390000', '103046.850000', '103047.310000', '103047.770000', '103048.230000', '103048.690000', '103049.150000', '103049.610000', '103050.070000', '103050.530000', '103050.990000', '103051.450000', '103051.910000', '103052.370000', '103052.830000', '103053.290000', '103053.750000', '103054.210000', '103054.670000', '103055.130000', '103055.590000', '103056.050000', '103056.510000', '103056.970000', '103057.430000', '103057.890000', '103058.350000', '103058.810000', '103059.270000', '103059.730000', '103100.190000', '103100.650000', '103101.110000', '103101.570000', '103102.030000', '103102.490000', '103102.950000', '103103.410000', '103103.870000', '103104.330000', '103104.790000', '103105.250000', '103105.710000', '103106.170000', '103106.630000', '103107.090000', '103107.550000', '103108.010000', '103108.470000', '103108.930000', '103109.390000', '103109.850000', '103110.310000', '103110.770000', '103111.230000', '103111.690000', '103112.150000', '103112.610000', '103113.070000', '103113.530000', '103113.990000', '103114.450000', '103114.910000', '103115.370000', '103115.830000', '103116.290000', '103116.750000', '103117.210000', '103117.670000', '103118.130000', '103118.590000', '103119.050000', '103119.510000', '103119.970000', '103120.430000', '103120.890000', '103121.350000', '103121.810000', '103122.270000', '103122.730000', '103123.190000', '103123.650000', '103124.110000', '103124.570000', '103125.030000', '103125.490000', '103125.950000', '103126.410000', '103126.870000', '103127.330000', '103127.790000', '103128.250000', '103128.710000', '103129.170000', '103129.630000', '103130.090000', '103130.550000', '103131.010000', '103131.470000', '103131.930000', '103132.390000', '103132.850000', '103133.310000', '103133.770000', '103134.230000', '103134.690000', '103135.150000', '103135.610000', '103136.070000', '103136.530000', '103136.990000', '103137.450000', '103137.910000', '103138.370000', '103138.830000', '103139.290000', '103139.750000', '103140.210000', '103140.670000', '103141.130000', '103141.590000', '103142.050000', '103142.510000', '103142.970000', '103143.430000', '103143.890000', '103144.350000', '103144.810000', '103145.270000', '103145.730000', '103146.190000', '103146.650000', '103147.110000', '103147.570000', '103148.030000', '103148.490000', '103148.950000', '103149.410000', '103149.870000', '103150.330000', '103150.790000', '103151.250000', '103151.710000', '103152.170000', '103152.630000', '103153.090000', '103153.550000', '103154.010000', '103154.470000', '103154.930000', '103155.390000', '103155.850000', '103156.310000', '103156.770000', '103157.230000', '103157.690000', '103158.150000', '103158.610000', '103159.070000', '103159.530000', '103159.990000', '103200.450000', '103200.910000', '103201.370000', '103201.830000', '103202.290000', '103202.750000', '103203.210000', '103203.670000', '103204.130000', '103204.590000', '103205.050000', '103205.510000', '103205.970000', '103206.430000', '103206.890000', '103207.350000', '103207.810000', '103208.270000', '103208.730000', '103209.190000', '103209.650000', '103210.110000', '103210.570000', '103211.030000', '103211.490000', '103211.950000', '103212.410000', '103212.870000', '103213.330000', '103213.790000', '103214.250000', '103214.710000', '103215.170000', '103215.630000', '103216.090000', '103216.550000', '103217.010000', '103217.470000', '103217.930000', '103218.390000', '103218.850000', '103219.310000', '103219.770000', '103220.230000', '103220.690000', '103221.150000', '103221.610000', '103222.070000', '103222.530000', '103222.990000', '103223.450000', '103223.910000', '103224.370000', '103224.830000', '103225.290000', '103225.750000', '103226.210000', '103226.670000', '103227.130000', '103227.590000', '103228.050000', '103228.510000', '103228.970000', '103229.430000', '103229.890000', '103230.350000', '103230.810000', '103231.270000', '103231.730000', '103232.190000', '103232.650000', '103233.110000', '103233.570000', '103234.030000', '103234.490000', '103234.950000', '103235.410000', '103235.870000', '103236.330000', '103236.790000', '103237.250000', '103237.710000', '103238.170000', '103238.630000', '103239.090000', '103239.550000', '103240.010000', '103240.470000', '103240.930000', '103241.390000', '103241.850000', '103242.310000', '103242.770000', '103243.230000', '103243.690000', '103244.150000', '103244.610000', '103245.070000', '103245.530000', '103245.990000', '103246.450000', '103246.910000', '103247.370000', '103247.830000', '103248.290000', '103248.750000', '103249.210000', '103249.670000', '103250.130000', '103250.590000', '103251.050000', '103251.510000', '103251.970000', '103252.430000', '103252.890000', '103253.350000', '103253.810000', '103254.270000', '103254.730000', '103255.190000', '103255.650000', '103256.110000', '103256.570000', '103257.030000', '103257.490000', '103257.950000', '103258.410000', '103258.870000', '103259.330000', '103259.790000', '103300.250000', '103300.710000', '103301.170000', '103301.630000', '103302.090000', '103302.550000', '103303.010000', '103303.470000', '103303.930000', '103304.390000', '103304.850000', '103305.310000', '103305.770000', '103306.230000', '103306.690000', '103307.150000', '103307.610000', '103308.070000', '103308.530000', '103308.990000', '103309.450000', '103309.910000', '103310.370000', '103310.830000', '103311.290000', '103311.750000', '103312.210000', '103312.670000', '103313.130000', '103313.590000', '103314.050000', '103314.510000', '103314.970000', '103315.430000', '103315.890000', '103316.350000', '103316.810000', '103317.270000', '103317.730000', '103318.190000', '103318.650000', '103319.110000', '103319.570000', '103320.030000', '103320.490000', '103320.950000', '103321.410000', '103321.870000', '103322.330000', '103322.790000', '103323.250000', '103323.710000', '103324.170000', '103324.630000', '103325.090000', '103325.550000', '103326.010000', '103326.470000', '103326.930000', '103327.390000', '103327.850000', '103328.310000', '103328.770000', '103329.230000', '103329.690000', '103330.150000', '103330.610000', '103331.070000', '103331.530000', '103331.990000', '103332.450000', '103332.910000', '103333.370000', '103333.830000', '103334.290000', '103334.750000', '103335.210000', '103335.670000', '103336.130000', '103336.590000', '103337.050000', '103337.510000', '103337.970000', '103338.430000', '103338.890000', '103339.350000', '103339.810000', '103340.270000', '103340.730000', '103341.190000', '103341.650000', '103342.110000', '103342.570000', '103343.030000', '103343.490000', '103343.950000', '103344.410000', '103344.870000', '103345.330000', '103345.790000', '103346.250000', '103346.710000', '103347.170000', '103347.630000', '103348.090000', '103348.550000', '103349.010000', '103349.470000', '103349.930000', '103350.390000', '103350.850000', '103351.310000', '103351.770000', '103352.230000', '103352.690000', '103353.150000', '103353.610000', '103354.070000', '103354.530000', '103354.990000', '103355.450000', '103355.910000', '103356.370000', '103356.830000', '103357.290000', '103357.750000', '103358.210000', '103358.670000', '103359.130000', '103359.590000', '103400.050000', '103400.510000', '103400.970000', '103401.430000', '103401.890000', '103402.350000', '103402.810000', '103403.270000', '103403.730000', '103404.190000', '103404.650000', '103405.110000', '103405.570000', '103406.030000', '103406.490000', '103406.950000', '103407.410000', '103407.870000', '103408.330000', '103408.790000', '103409.250000', '103409.710000', '103410.170000', '103410.630000', '103411.090000', '103411.550000', '103412.010000', '103412.470000', '103412.930000', '103413.390000', '103413.850000', '103414.310000', '103414.770000', '103415.230000', '103415.690000', '103416.150000', '103416.610000', '103417.070000', '103417.530000', '103417.990000', '103418.450000', '103418.910000', '103419.370000', '103419.830000', '103420.290000', '103420.750000', '103421.210000', '103421.670000', '103422.130000', '103422.590000', '103423.050000', '103423.510000', '103423.970000', '103424.430000', '103424.890000', '103425.350000', '103425.810000', '103426.270000', '103426.730000', '103427.190000', '103427.650000', '103428.110000', '103428.570000', '103429.030000', '103429.490000', '103429.950000', '103430.410000', '103430.870000', '103431.330000', '103431.790000', '103432.250000', '103432.710000', '103433.170000', '103433.630000', '103434.090000', '103434.550000', '103435.010000', '103435.470000', '103435.930000', '103436.390000', '103436.850000', '103437.310000', '103437.770000', '103438.230000', '103438.690000', '103439.150000', '103439.610000', '103440.070000', '103440.530000', '103440.990000', '103441.450000', '103441.910000', '103442.370000', '103442.830000', '103443.290000', '103443.750000', '103444.210000', '103444.670000', '103445.130000', '103445.590000', '103446.050000', '103446.510000', '103446.970000', '103447.430000', '103447.890000', '103448.350000', '103448.810000', '103449.270000', '103449.730000', '103450.190000', '103450.650000', '103451.110000', '103451.570000', '103452.030000', '103452.490000', '103452.950000', '103453.410000', '103453.870000', '103454.330000', '103454.790000', '103455.250000', '103455.710000', '103456.170000', '103456.630000', '103457.090000', '103457.550000', '103458.010000', '103458.470000', '103458.930000', '103459.390000', '103459.850000', '103500.310000', '103500.770000', '103501.230000', '103501.690000', '103502.150000', '103502.610000', '103503.070000', '103503.530000', '103503.990000', '103504.450000', '103504.910000', '103505.370000', '103505.830000', '103506.290000', '103506.750000', '103507.210000', '103507.670000', '103508.130000', '103508.590000', '103509.050000', '103509.510000', '103509.970000', '103510.430000', '103510.890000', '103511.350000', '103511.810000', '103512.270000', '103512.730000', '103513.190000', '103513.650000', '103514.110000', '103514.570000', '103515.030000', '103515.490000', '103515.950000', '103516.410000', '103516.870000', '103517.330000', '103517.790000', '103518.250000', '103518.710000', '103519.170000', '103519.630000', '103520.090000', '103520.550000', '103521.010000', '103521.470000', '103521.930000', '103522.390000', '103522.850000', '103523.310000', '103523.770000', '103524.230000', '103524.690000', '103525.150000', '103525.610000', '103526.070000', '103526.530000', '103526.990000', '103527.450000', '103527.910000', '103528.370000', '103528.830000', '103529.290000', '103529.750000', '103530.210000', '103530.670000', '103531.130000', '103531.590000', '103532.050000', '103532.510000', '103532.970000', '103533.430000', '103533.890000', '103534.350000', '103534.810000', '103535.270000', '103535.730000', '103536.190000', '103536.650000', '103537.110000', '103537.570000', '103538.030000', '103538.490000', '103538.950000', '103539.410000', '103539.870000', '103540.330000', '103540.790000', '103541.250000', '103541.710000', '103542.170000', '103542.630000', '103543.090000', '103543.550000', '103544.010000', '103544.470000', '103544.930000', '103545.390000'], 'ContentTime': ['102931.648000', '102931.651000', '102931.654000', '102931.657000', '102931.659000', '102931.662000', '102931.665000', '102931.668000', '102931.671000', '102931.674000', '102931.676000', '102931.679000', '102931.682000', '102931.685000', '102931.688000', '102931.697000', '102931.700000', '102931.703000', '102931.705000', '102931.708000', '102931.711000', '102931.714000', '102931.717000', '102931.720000', '102931.722000', '102931.725000', '102931.728000', '102931.731000', '102931.734000', '102931.736000', '102931.739000', '102931.742000', '102931.745000', '102931.748000', '102931.750000', '102931.753000', '102931.756000', '102931.759000', '102931.762000', '102931.765000', '102931.767000', '102931.770000', '102931.773000', '102931.776000', '102931.779000', '102931.781000', '102931.784000', '102931.787000', '102931.790000', '102931.792000', '102931.795000', '102931.803000', '102931.806000', '102931.808000', '102931.811000', '102931.814000', '102931.817000', '102951.609000', '102951.613000', '102951.620000', '102951.623000', '102951.625000', '102951.628000', '102951.631000', '102951.634000', '102951.637000', '102951.639000', '102951.642000', '102951.645000', '102951.648000', '102951.651000', '102951.654000', '102951.656000', '102951.659000', '102951.662000', '102951.665000', '102951.668000', '102951.672000', '102951.675000', '102951.678000', '102951.681000', '102951.684000', '102951.687000', '102951.689000', '102951.700000', '102951.702000', '102951.705000', '102951.708000', '102951.711000', '102951.714000', '102951.716000', '102951.719000', '102951.722000', '102951.725000', '102951.728000', '102951.731000', '102951.733000', '102951.736000', '102951.739000', '102951.742000', '103011.608000', '103011.611000', '103011.614000', '103011.617000', '103011.620000', '103011.622000', '103011.625000', '103011.628000', '103011.631000', '103011.634000', '103011.636000', '103011.639000', '103011.642000', '103011.645000', '103011.648000', '103011.651000', '103011.654000', '103011.656000', '103011.659000', '103011.662000', '103011.665000', '103011.668000', '103011.670000', '103011.673000', '103011.676000', '103011.679000', '103011.682000', '103011.685000', '103011.688000', '103011.690000', '103011.693000', '103011.696000', '103011.699000', '103011.702000', '103011.704000', '103011.707000', '103011.710000', '103011.713000', '103011.716000', '103011.718000', '103011.721000', '103011.724000', '103011.727000', '103011.730000', '103031.609000', '103031.612000', '103031.615000', '103031.618000', '103031.621000', '103031.623000', '103031.626000', '103031.629000', '103031.632000', '103031.635000', '103031.637000', '103031.640000', '103031.643000', '103031.646000', '103031.649000', '103031.652000', '103031.655000', '103031.657000', '103031.660000', '103031.663000', '103031.666000', '103031.669000', '103031.672000', '103031.674000', '103031.681000', '103031.684000', '103031.687000', '103031.690000', '103031.692000', '103031.695000', '103031.698000', '103031.701000', '103031.704000', '103031.706000', '103031.709000', '103031.712000', '103031.715000', '103031.720000', '103031.723000', '103031.727000', '103031.729000', '103031.732000', '103031.735000', '103051.609000', '103051.612000', '103051.615000', '103051.618000', '103051.620000', '103051.623000', '103051.626000', '103051.629000', '103051.632000', '103051.635000', '103051.637000', '103051.640000', '103051.643000', '103051.646000', '103051.649000', '103051.652000', '103051.654000', '103051.657000', '103051.660000', '103051.663000', '103051.666000', '103051.669000', '103051.671000', '103051.674000', '103051.677000', '103051.680000', '103051.683000', '103051.686000', '103051.689000', '103051.691000', '103051.694000', '103051.697000', '103051.700000', '103051.703000', '103051.706000', '103051.709000', '103051.711000', '103051.714000', '103051.717000', '103051.720000', '103051.723000', '103051.726000', '103051.728000', '103051.731000', '103111.609000', '103111.612000', '103111.615000', '103111.618000', '103111.620000', '103111.623000', '103111.626000', '103111.629000', '103111.632000', '103111.635000', '103111.637000', '103111.640000', '103111.644000', '103111.647000', '103111.650000', '103111.653000', '103111.656000', '103111.659000', '103111.662000', '103111.664000', '103111.667000', '103111.670000', '103111.673000', '103111.676000', '103111.679000', '103111.682000', '103111.684000', '103111.687000', '103111.690000', '103111.693000', '103111.696000', '103111.699000', '103111.702000', '103111.705000', '103111.708000', '103111.711000', '103111.713000', '103111.716000', '103111.719000', '103111.722000', '103111.725000', '103111.727000', '103111.730000', '103131.608000', '103131.611000', '103131.614000', '103131.617000', '103131.620000', '103131.623000', '103131.625000', '103131.628000', '103131.631000', '103131.634000', '103131.637000', '103131.640000', '103131.642000', '103131.645000', '103131.648000', '103131.651000', '103131.654000', '103131.656000', '103131.659000', '103131.662000', '103131.665000', '103131.668000', '103131.671000', '103131.689000', '103131.692000', '103131.695000', '103131.698000', '103131.701000', '103131.703000', '103131.706000', '103131.709000', '103131.712000', '103131.715000', '103131.718000', '103131.721000', '103131.723000', '103131.726000', '103131.729000', '103131.732000', '103131.735000', '103131.738000', '103131.740000', '103131.743000', '103131.746000', '103151.608000', '103151.611000', '103151.614000', '103151.616000', '103151.619000', '103151.622000', '103151.625000', '103151.628000', '103151.631000', '103151.633000', '103151.636000', '103151.639000', '103151.642000', '103151.645000', '103151.648000', '103151.650000', '103151.653000', '103151.656000', '103151.659000', '103151.662000', '103151.665000', '103151.668000', '103151.671000', '103151.673000', '103151.676000', '103151.679000', '103151.682000', '103151.685000', '103151.688000', '103151.690000', '103151.693000', '103151.696000', '103151.699000', '103151.702000', '103151.705000', '103151.707000', '103151.710000', '103151.713000', '103151.716000', '103151.719000', '103151.722000', '103151.725000', '103151.728000', '103211.608000', '103211.611000', '103211.614000', '103211.617000', '103211.620000', '103211.623000', '103211.626000', '103211.628000', '103211.631000', '103211.634000', '103211.637000', '103211.640000', '103211.643000', '103211.646000', '103211.649000', '103211.651000', '103211.654000', '103211.657000', '103211.660000', '103211.663000', '103211.665000', '103211.668000', '103211.671000', '103211.674000', '103211.677000', '103211.680000', '103211.683000', '103211.685000', '103211.688000', '103211.691000', '103211.694000', '103211.697000', '103211.700000', '103211.702000', '103211.705000', '103211.708000', '103211.711000', '103211.714000', '103211.717000', '103211.719000', '103211.722000', '103211.731000', '103211.734000', '103211.736000', '103231.608000', '103231.611000', '103231.614000', '103231.617000', '103231.620000', '103231.622000', '103231.625000', '103231.628000', '103231.631000', '103231.634000', '103231.637000', '103231.640000', '103231.642000', '103231.645000', '103231.648000', '103231.651000', '103231.654000', '103231.656000', '103231.659000', '103231.662000', '103231.665000', '103231.668000', '103231.671000', '103231.674000', '103231.677000', '103231.680000', '103231.684000', '103231.687000', '103231.690000', '103231.693000', '103231.696000', '103231.699000', '103231.702000', '103231.705000', '103231.708000', '103231.717000', '103231.720000', '103231.723000', '103231.726000', '103231.729000', '103231.731000', '103231.734000', '103231.737000', '103251.609000', '103251.612000', '103251.615000', '103251.618000', '103251.628000', '103251.631000', '103251.634000', '103251.636000', '103251.639000', '103251.642000', '103251.645000', '103251.648000', '103251.651000', '103251.653000', '103251.656000', '103251.659000', '103251.662000', '103251.665000', '103251.668000', '103251.671000', '103251.674000', '103251.676000', '103251.679000', '103251.682000', '103251.685000', '103251.688000', '103251.691000', '103251.693000', '103251.696000', '103251.699000', '103251.702000', '103251.705000', '103251.708000', '103251.710000', '103251.713000', '103251.716000', '103251.719000', '103251.722000', '103251.725000', '103251.727000', '103251.730000', '103251.733000', '103251.736000', '103251.739000', '103311.610000', '103311.613000', '103311.616000', '103311.618000', '103311.635000', '103311.638000', '103311.641000', '103311.644000', '103311.647000', '103311.649000', '103311.652000', '103311.655000', '103311.658000', '103311.661000', '103311.664000', '103311.667000', '103311.669000', '103311.672000', '103311.675000', '103311.678000', '103311.681000', '103311.684000', '103311.687000', '103311.690000', '103311.692000', '103311.695000', '103311.698000', '103311.701000', '103311.704000', '103311.706000', '103311.709000', '103311.712000', '103311.715000', '103311.718000', '103311.721000', '103311.724000', '103311.726000', '103311.729000', '103311.732000', '103311.735000', '103311.738000', '103311.740000', '103311.743000', '103331.609000', '103331.612000', '103331.615000', '103331.628000', '103331.630000', '103331.633000', '103331.636000', '103331.639000', '103331.642000', '103331.645000', '103331.647000', '103331.650000', '103331.653000', '103331.656000', '103331.659000', '103331.662000', '103331.665000', '103331.667000', '103331.670000', '103331.673000', '103331.676000', '103331.679000', '103331.682000', '103331.685000', '103331.687000', '103331.690000', '103331.693000', '103331.696000', '103331.699000', '103331.702000', '103331.704000', '103331.707000', '103331.710000', '103331.713000', '103331.716000', '103331.719000', '103331.722000', '103331.724000', '103331.727000', '103331.730000', '103331.733000', '103331.736000', '103331.738000', '103331.741000', '103351.608000', '103351.611000', '103351.614000', '103351.617000', '103351.620000', '103351.623000', '103351.625000', '103351.628000', '103351.631000', '103351.634000', '103351.637000', '103351.640000', '103351.642000', '103351.645000', '103351.648000', '103351.651000', '103351.654000', '103351.657000', '103351.659000', '103351.662000', '103351.665000', '103351.668000', '103351.671000', '103351.674000', '103351.676000', '103351.679000', '103351.682000', '103351.685000', '103351.688000', '103351.691000', '103351.694000', '103351.696000', '103351.699000', '103351.702000', '103351.705000', '103351.708000', '103351.711000', '103351.713000', '103351.716000', '103351.719000', '103351.723000', '103351.726000', '103351.729000', '103411.608000', '103411.611000', '103411.614000', '103411.617000', '103411.619000', '103411.622000', '103411.625000', '103411.628000', '103411.631000', '103411.634000', '103411.637000', '103411.639000', '103411.642000', '103411.645000', '103411.648000', '103411.651000', '103411.654000', '103411.657000', '103411.660000', '103411.662000', '103411.665000', '103411.668000', '103411.671000', '103411.674000', '103411.677000', '103411.679000', '103411.682000', '103411.685000', '103411.688000', '103411.691000', '103411.694000', '103411.697000', '103411.700000', '103411.702000', '103411.705000', '103411.708000', '103411.711000', '103411.714000', '103411.717000', '103411.719000', '103411.722000', '103411.725000', '103411.728000', '103411.731000', '103431.608000', '103431.611000', '103431.614000', '103431.617000', '103431.620000', '103431.623000', '103431.625000', '103431.628000', '103431.631000', '103431.634000', '103431.637000', '103431.640000', '103431.643000', '103431.645000', '103431.648000', '103431.651000', '103431.654000', '103431.657000', '103431.660000', '103431.662000', '103431.665000', '103431.668000', '103431.671000', '103431.674000', '103431.677000', '103431.680000', '103431.682000', '103431.685000', '103431.688000', '103431.691000', '103431.694000', '103431.697000', '103431.700000', '103431.702000', '103431.705000', '103431.708000', '103431.711000', '103431.714000', '103431.716000', '103431.719000', '103431.722000', '103431.725000', '103431.728000', '103451.608000', '103451.611000', '103451.614000', '103451.617000', '103451.620000', '103451.623000', '103451.625000', '103451.628000', '103451.631000', '103451.634000', '103451.637000', '103451.639000', '103451.642000', '103451.645000', '103451.648000', '103451.651000', '103451.654000', '103451.657000', '103451.659000', '103451.662000', '103451.665000', '103451.668000', '103451.671000', '103451.674000', '103451.676000', '103451.679000', '103451.682000', '103451.685000', '103451.688000', '103451.691000', '103451.694000', '103451.696000', '103451.699000', '103451.702000', '103451.705000', '103451.708000', '103451.711000', '103451.714000', '103451.716000', '103451.719000', '103451.722000', '103451.725000', '103451.728000', '103451.731000', '103511.609000', '103511.612000', '103511.615000', '103511.618000', '103511.621000', '103511.624000', '103511.627000', '103511.630000', '103511.633000', '103511.636000', '103511.638000', '103511.641000', '103511.644000', '103511.647000', '103511.650000', '103511.653000', '103511.656000', '103511.659000', '103511.662000', '103511.665000', '103511.668000', '103511.670000', '103511.673000', '103511.676000', '103511.679000', '103511.682000', '103511.685000', '103511.688000', '103511.691000', '103511.694000', '103511.697000', '103511.700000', '103511.702000', '103511.705000', '103511.708000', '103511.711000', '103511.714000', '103511.717000', '103511.720000', '103511.722000', '103511.725000', '103511.728000', '103511.731000', '103531.609000', '103531.612000', '103531.615000', '103531.617000', '103531.620000', '103531.623000', '103531.626000', '103531.629000', '103531.632000', '103531.634000', '103531.637000', '103531.640000', '103531.643000', '103531.646000', '103531.649000', '103531.652000', '103531.655000', '103531.657000', '103531.660000', '103531.663000', '103531.666000', '103531.669000', '103531.671000', '103531.674000', '103531.677000', '103531.680000', '103531.683000', '103531.686000', '103531.689000', '103531.691000', '103531.694000', '103531.697000', '103531.700000', '103531.703000', '103531.705000', '103531.708000', '103531.711000', '103531.714000', '103531.717000', '103531.720000', '103531.722000', '103531.725000', '103531.728000', '103531.731000', '103546.380000', '103546.383000', '103546.387000', '103546.390000', '103546.398000', '103546.401000', '103546.405000', '103546.408000', '103546.411000', '103546.414000', '103546.417000', '103546.419000', '103546.422000', '103546.425000', '103546.428000', '103546.431000', '103546.434000', '103546.437000', '103546.439000', '103546.442000', '103546.446000', '103546.449000', '103546.452000', '103546.455000', '103546.457000', '103546.460000', '103546.463000', '103546.466000', '103546.469000', '103546.472000', '103546.475000', '103546.477000'], 'InstanceCreationTime': ['102931.648000', '102931.651000', '102931.654000', '102931.657000', '102931.659000', '102931.662000', '102931.665000', '102931.668000', '102931.671000', '102931.674000', '102931.676000', '102931.679000', '102931.682000', '102931.685000', '102931.688000', '102931.697000', '102931.700000', '102931.703000', '102931.705000', '102931.708000', '102931.711000', '102931.714000', '102931.717000', '102931.720000', '102931.722000', '102931.725000', '102931.728000', '102931.731000', '102931.734000', '102931.736000', '102931.739000', '102931.742000', '102931.745000', '102931.748000', '102931.750000', '102931.753000', '102931.756000', '102931.759000', '102931.762000', '102931.765000', '102931.767000', '102931.770000', '102931.773000', '102931.776000', '102931.779000', '102931.781000', '102931.784000', '102931.787000', '102931.790000', '102931.792000', '102931.795000', '102931.803000', '102931.806000', '102931.808000', '102931.811000', '102931.814000', '102931.817000', '102951.609000', '102951.613000', '102951.620000', '102951.623000', '102951.625000', '102951.628000', '102951.631000', '102951.634000', '102951.637000', '102951.639000', '102951.642000', '102951.645000', '102951.648000', '102951.651000', '102951.654000', '102951.656000', '102951.659000', '102951.662000', '102951.665000', '102951.668000', '102951.672000', '102951.675000', '102951.678000', '102951.681000', '102951.684000', '102951.687000', '102951.689000', '102951.700000', '102951.702000', '102951.705000', '102951.708000', '102951.711000', '102951.714000', '102951.716000', '102951.719000', '102951.722000', '102951.725000', '102951.728000', '102951.731000', '102951.733000', '102951.736000', '102951.739000', '102951.742000', '103011.608000', '103011.611000', '103011.614000', '103011.617000', '103011.620000', '103011.622000', '103011.625000', '103011.628000', '103011.631000', '103011.634000', '103011.636000', '103011.639000', '103011.642000', '103011.645000', '103011.648000', '103011.651000', '103011.654000', '103011.656000', '103011.659000', '103011.662000', '103011.665000', '103011.668000', '103011.670000', '103011.673000', '103011.676000', '103011.679000', '103011.682000', '103011.685000', '103011.688000', '103011.690000', '103011.693000', '103011.696000', '103011.699000', '103011.702000', '103011.704000', '103011.707000', '103011.710000', '103011.713000', '103011.716000', '103011.718000', '103011.721000', '103011.724000', '103011.727000', '103011.730000', '103031.609000', '103031.612000', '103031.615000', '103031.618000', '103031.621000', '103031.623000', '103031.626000', '103031.629000', '103031.632000', '103031.635000', '103031.637000', '103031.640000', '103031.643000', '103031.646000', '103031.649000', '103031.652000', '103031.655000', '103031.657000', '103031.660000', '103031.663000', '103031.666000', '103031.669000', '103031.672000', '103031.674000', '103031.681000', '103031.684000', '103031.687000', '103031.690000', '103031.692000', '103031.695000', '103031.698000', '103031.701000', '103031.704000', '103031.706000', '103031.709000', '103031.712000', '103031.715000', '103031.720000', '103031.723000', '103031.727000', '103031.729000', '103031.732000', '103031.735000', '103051.609000', '103051.612000', '103051.615000', '103051.618000', '103051.620000', '103051.623000', '103051.626000', '103051.629000', '103051.632000', '103051.635000', '103051.637000', '103051.640000', '103051.643000', '103051.646000', '103051.649000', '103051.652000', '103051.654000', '103051.657000', '103051.660000', '103051.663000', '103051.666000', '103051.669000', '103051.671000', '103051.674000', '103051.677000', '103051.680000', '103051.683000', '103051.686000', '103051.689000', '103051.691000', '103051.694000', '103051.697000', '103051.700000', '103051.703000', '103051.706000', '103051.709000', '103051.711000', '103051.714000', '103051.717000', '103051.720000', '103051.723000', '103051.726000', '103051.728000', '103051.731000', '103111.609000', '103111.612000', '103111.615000', '103111.618000', '103111.620000', '103111.623000', '103111.626000', '103111.629000', '103111.632000', '103111.635000', '103111.637000', '103111.640000', '103111.644000', '103111.647000', '103111.650000', '103111.653000', '103111.656000', '103111.659000', '103111.662000', '103111.664000', '103111.667000', '103111.670000', '103111.673000', '103111.676000', '103111.679000', '103111.682000', '103111.684000', '103111.687000', '103111.690000', '103111.693000', '103111.696000', '103111.699000', '103111.702000', '103111.705000', '103111.708000', '103111.711000', '103111.713000', '103111.716000', '103111.719000', '103111.722000', '103111.725000', '103111.727000', '103111.730000', '103131.608000', '103131.611000', '103131.614000', '103131.617000', '103131.620000', '103131.623000', '103131.625000', '103131.628000', '103131.631000', '103131.634000', '103131.637000', '103131.640000', '103131.642000', '103131.645000', '103131.648000', '103131.651000', '103131.654000', '103131.656000', '103131.659000', '103131.662000', '103131.665000', '103131.668000', '103131.671000', '103131.689000', '103131.692000', '103131.695000', '103131.698000', '103131.701000', '103131.703000', '103131.706000', '103131.709000', '103131.712000', '103131.715000', '103131.718000', '103131.721000', '103131.723000', '103131.726000', '103131.729000', '103131.732000', '103131.735000', '103131.738000', '103131.740000', '103131.743000', '103131.746000', '103151.608000', '103151.611000', '103151.614000', '103151.616000', '103151.619000', '103151.622000', '103151.625000', '103151.628000', '103151.631000', '103151.633000', '103151.636000', '103151.639000', '103151.642000', '103151.645000', '103151.648000', '103151.650000', '103151.653000', '103151.656000', '103151.659000', '103151.662000', '103151.665000', '103151.668000', '103151.671000', '103151.673000', '103151.676000', '103151.679000', '103151.682000', '103151.685000', '103151.688000', '103151.690000', '103151.693000', '103151.696000', '103151.699000', '103151.702000', '103151.705000', '103151.707000', '103151.710000', '103151.713000', '103151.716000', '103151.719000', '103151.722000', '103151.725000', '103151.728000', '103211.608000', '103211.611000', '103211.614000', '103211.617000', '103211.620000', '103211.623000', '103211.626000', '103211.628000', '103211.631000', '103211.634000', '103211.637000', '103211.640000', '103211.643000', '103211.646000', '103211.649000', '103211.651000', '103211.654000', '103211.657000', '103211.660000', '103211.663000', '103211.665000', '103211.668000', '103211.671000', '103211.674000', '103211.677000', '103211.680000', '103211.683000', '103211.685000', '103211.688000', '103211.691000', '103211.694000', '103211.697000', '103211.700000', '103211.702000', '103211.705000', '103211.708000', '103211.711000', '103211.714000', '103211.717000', '103211.719000', '103211.722000', '103211.731000', '103211.734000', '103211.736000', '103231.608000', '103231.611000', '103231.614000', '103231.617000', '103231.620000', '103231.622000', '103231.625000', '103231.628000', '103231.631000', '103231.634000', '103231.637000', '103231.640000', '103231.642000', '103231.645000', '103231.648000', '103231.651000', '103231.654000', '103231.656000', '103231.659000', '103231.662000', '103231.665000', '103231.668000', '103231.671000', '103231.674000', '103231.677000', '103231.680000', '103231.684000', '103231.687000', '103231.690000', '103231.693000', '103231.696000', '103231.699000', '103231.702000', '103231.705000', '103231.708000', '103231.717000', '103231.720000', '103231.723000', '103231.726000', '103231.729000', '103231.731000', '103231.734000', '103231.737000', '103251.609000', '103251.612000', '103251.615000', '103251.618000', '103251.628000', '103251.631000', '103251.634000', '103251.636000', '103251.639000', '103251.642000', '103251.645000', '103251.648000', '103251.651000', '103251.653000', '103251.656000', '103251.659000', '103251.662000', '103251.665000', '103251.668000', '103251.671000', '103251.674000', '103251.676000', '103251.679000', '103251.682000', '103251.685000', '103251.688000', '103251.691000', '103251.693000', '103251.696000', '103251.699000', '103251.702000', '103251.705000', '103251.708000', '103251.710000', '103251.713000', '103251.716000', '103251.719000', '103251.722000', '103251.725000', '103251.727000', '103251.730000', '103251.733000', '103251.736000', '103251.739000', '103311.610000', '103311.613000', '103311.616000', '103311.618000', '103311.635000', '103311.638000', '103311.641000', '103311.644000', '103311.647000', '103311.649000', '103311.652000', '103311.655000', '103311.658000', '103311.661000', '103311.664000', '103311.667000', '103311.669000', '103311.672000', '103311.675000', '103311.678000', '103311.681000', '103311.684000', '103311.687000', '103311.690000', '103311.692000', '103311.695000', '103311.698000', '103311.701000', '103311.704000', '103311.706000', '103311.709000', '103311.712000', '103311.715000', '103311.718000', '103311.721000', '103311.724000', '103311.726000', '103311.729000', '103311.732000', '103311.735000', '103311.738000', '103311.740000', '103311.743000', '103331.609000', '103331.612000', '103331.615000', '103331.628000', '103331.630000', '103331.633000', '103331.636000', '103331.639000', '103331.642000', '103331.645000', '103331.647000', '103331.650000', '103331.653000', '103331.656000', '103331.659000', '103331.662000', '103331.665000', '103331.667000', '103331.670000', '103331.673000', '103331.676000', '103331.679000', '103331.682000', '103331.685000', '103331.687000', '103331.690000', '103331.693000', '103331.696000', '103331.699000', '103331.702000', '103331.704000', '103331.707000', '103331.710000', '103331.713000', '103331.716000', '103331.719000', '103331.722000', '103331.724000', '103331.727000', '103331.730000', '103331.733000', '103331.736000', '103331.738000', '103331.741000', '103351.608000', '103351.611000', '103351.614000', '103351.617000', '103351.620000', '103351.623000', '103351.625000', '103351.628000', '103351.631000', '103351.634000', '103351.637000', '103351.640000', '103351.642000', '103351.645000', '103351.648000', '103351.651000', '103351.654000', '103351.657000', '103351.659000', '103351.662000', '103351.665000', '103351.668000', '103351.671000', '103351.674000', '103351.676000', '103351.679000', '103351.682000', '103351.685000', '103351.688000', '103351.691000', '103351.694000', '103351.696000', '103351.699000', '103351.702000', '103351.705000', '103351.708000', '103351.711000', '103351.713000', '103351.716000', '103351.719000', '103351.723000', '103351.726000', '103351.729000', '103411.608000', '103411.611000', '103411.614000', '103411.617000', '103411.619000', '103411.622000', '103411.625000', '103411.628000', '103411.631000', '103411.634000', '103411.637000', '103411.639000', '103411.642000', '103411.645000', '103411.648000', '103411.651000', '103411.654000', '103411.657000', '103411.660000', '103411.662000', '103411.665000', '103411.668000', '103411.671000', '103411.674000', '103411.677000', '103411.679000', '103411.682000', '103411.685000', '103411.688000', '103411.691000', '103411.694000', '103411.697000', '103411.700000', '103411.702000', '103411.705000', '103411.708000', '103411.711000', '103411.714000', '103411.717000', '103411.719000', '103411.722000', '103411.725000', '103411.728000', '103411.731000', '103431.608000', '103431.611000', '103431.614000', '103431.617000', '103431.620000', '103431.623000', '103431.625000', '103431.628000', '103431.631000', '103431.634000', '103431.637000', '103431.640000', '103431.643000', '103431.645000', '103431.648000', '103431.651000', '103431.654000', '103431.657000', '103431.660000', '103431.662000', '103431.665000', '103431.668000', '103431.671000', '103431.674000', '103431.677000', '103431.680000', '103431.682000', '103431.685000', '103431.688000', '103431.691000', '103431.694000', '103431.697000', '103431.700000', '103431.702000', '103431.705000', '103431.708000', '103431.711000', '103431.714000', '103431.716000', '103431.719000', '103431.722000', '103431.725000', '103431.728000', '103451.608000', '103451.611000', '103451.614000', '103451.617000', '103451.620000', '103451.623000', '103451.625000', '103451.628000', '103451.631000', '103451.634000', '103451.637000', '103451.639000', '103451.642000', '103451.645000', '103451.648000', '103451.651000', '103451.654000', '103451.657000', '103451.659000', '103451.662000', '103451.665000', '103451.668000', '103451.671000', '103451.674000', '103451.676000', '103451.679000', '103451.682000', '103451.685000', '103451.688000', '103451.691000', '103451.694000', '103451.696000', '103451.699000', '103451.702000', '103451.705000', '103451.708000', '103451.711000', '103451.714000', '103451.716000', '103451.719000', '103451.722000', '103451.725000', '103451.728000', '103451.731000', '103511.609000', '103511.612000', '103511.615000', '103511.618000', '103511.621000', '103511.624000', '103511.627000', '103511.630000', '103511.633000', '103511.636000', '103511.638000', '103511.641000', '103511.644000', '103511.647000', '103511.650000', '103511.653000', '103511.656000', '103511.659000', '103511.662000', '103511.665000', '103511.668000', '103511.670000', '103511.673000', '103511.676000', '103511.679000', '103511.682000', '103511.685000', '103511.688000', '103511.691000', '103511.694000', '103511.697000', '103511.700000', '103511.702000', '103511.705000', '103511.708000', '103511.711000', '103511.714000', '103511.717000', '103511.720000', '103511.722000', '103511.725000', '103511.728000', '103511.731000', '103531.609000', '103531.612000', '103531.615000', '103531.617000', '103531.620000', '103531.623000', '103531.626000', '103531.629000', '103531.632000', '103531.634000', '103531.637000', '103531.640000', '103531.643000', '103531.646000', '103531.649000', '103531.652000', '103531.655000', '103531.657000', '103531.660000', '103531.663000', '103531.666000', '103531.669000', '103531.671000', '103531.674000', '103531.677000', '103531.680000', '103531.683000', '103531.686000', '103531.689000', '103531.691000', '103531.694000', '103531.697000', '103531.700000', '103531.703000', '103531.705000', '103531.708000', '103531.711000', '103531.714000', '103531.717000', '103531.720000', '103531.722000', '103531.725000', '103531.728000', '103531.731000', '103546.380000', '103546.383000', '103546.387000', '103546.390000', '103546.398000', '103546.401000', '103546.405000', '103546.408000', '103546.411000', '103546.414000', '103546.417000', '103546.419000', '103546.422000', '103546.425000', '103546.428000', '103546.431000', '103546.434000', '103546.437000', '103546.439000', '103546.442000', '103546.446000', '103546.449000', '103546.452000', '103546.455000', '103546.457000', '103546.460000', '103546.463000', '103546.466000', '103546.469000', '103546.472000', '103546.475000', '103546.477000'], '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': [17225, 11830, 16065, 9876, 13863, 13651, 12298, 17277, 11759, 15376, 10113, 13545, 11456, 12041, 16601, 11568, 15014, 10046, 12987, 15552, 11028, 16167, 10505, 14413, 10082, 12394, 16639, 11264, 15040, 9873, 14545, 9925, 12936, 14331, 12198, 16356, 11281, 15064, 10318, 14806, 11014, 14888, 11648, 12080, 11511, 13237, 10732, 14083, 10575, 14731, 11375, 11884, 12649, 13156, 13105, 12811, 10844, 11210, 10406, 10462, 9897, 11123, 10395, 11188, 13597, 9716, 13816, 9148, 14610, 10531, 15127, 11338, 15689, 11117, 13357, 11041, 11844, 16200, 12010, 16343, 10993, 13039, 10363, 12315, 10786, 11277, 14718, 10042, 12671, 10213, 12210, 10512, 11967, 16715, 11964, 12292, 9869, 11148, 10391, 10649, 13717, 9574, 10960, 8402, 9179, 9689, 9864, 14398, 10648, 13776, 10751, 11477, 12597, 11315, 13330, 9961, 11482, 8882, 13182, 9948, 14125, 9761, 12673, 11965, 10625, 13727, 9473, 12743, 11249, 11148, 14287, 10257, 13390, 10831, 11367, 13861, 10489, 15380, 11346, 16787, 9817, 10094, 13017, 9760, 13072, 9788, 11338, 13431, 9094, 11775, 9412, 11089, 13092, 9392, 12813, 11036, 11361, 12744, 9100, 11011, 14793, 9969, 12535, 9340, 10302, 13489, 8812, 11316, 13983, 8833, 11310, 8073, 8878, 8014, 11025, 12379, 11050, 12633, 14204, 9114, 10913, 8241, 9213, 9764, 9170, 12126, 10678, 11877, 14343, 10989, 13175, 10611, 13019, 9336, 12845, 10848, 12404, 16631, 11446, 14628, 10435, 11331, 16103, 9531, 12325, 9632, 10731, 14561, 9232, 12797, 10406, 10730, 13622, 8671, 11280, 9455, 9847, 12982, 8661, 10844, 10187, 10143, 13594, 8665, 11668, 14007, 9905, 12520, 8827, 11026, 14138, 9337, 12061, 8430, 8867, 10919, 8525, 10501, 11440, 10362, 10695, 12358, 11268, 11370, 11120, 10450, 11404, 11136, 11958, 10581, 11543, 10748, 10983, 11164, 13166, 10895, 14380, 12884, 15970, 10336, 13800, 9476, 12968, 9448, 13303, 9666, 11127, 13532, 10372, 14182, 10592, 15792, 10055, 10433, 8716, 9621, 9517, 9377, 12223, 8730, 11493, 9153, 10691, 13739, 9775, 11762, 8743, 11226, 13880, 10232, 12607, 9135, 11569, 10697, 10413, 10755, 8746, 11375, 8609, 8999, 9501, 10913, 11383, 12314, 12013, 8904, 8372, 7996, 9532, 8401, 10541, 9268, 10567, 12794, 9691, 12538, 9093, 11961, 10258, 10468, 15554, 10105, 15356, 9344, 14486, 9088, 12445, 8843, 14017, 9456, 13697, 9225, 12699, 8836, 11123, 8681, 10141, 13362, 9437, 11584, 9174, 11839, 8710, 10277, 8374, 9012, 12088, 8757, 11419, 8645, 10408, 8421, 9203, 12223, 8811, 11046, 8489, 9682, 8247, 8968, 11091, 11742, 12782, 10264, 10795, 12329, 9869, 10329, 9600, 9814, 11483, 9501, 12762, 9350, 12872, 10178, 13011, 10403, 12876, 12380, 12804, 16272, 11716, 14536, 12455, 14489, 13172, 13109, 11488, 14076, 10375, 12791, 8890, 12011, 8272, 10928, 8434, 10341, 8843, 9332, 12148, 8755, 12103, 9186, 11910, 8655, 10437, 7949, 11028, 8209, 12404, 10044, 13393, 8196, 10876, 8841, 12546, 9556, 9810, 10313, 8808, 9269, 8852, 11478, 9677, 12354, 9310, 11040, 13748, 10810, 14154, 9424, 12369, 11777, 10282, 14193, 9477, 14544, 11394, 11264, 13827, 10237, 13844, 9406, 13067, 8762, 11962, 8441, 11936, 8111, 10996, 8519, 12313, 9471, 11616, 8562, 8483, 8658, 7878, 8694, 9859, 10370, 8611, 11328, 8851, 12448, 9175, 12184, 11417, 11458, 13661, 10788, 14456, 9880, 14838, 9929, 13036, 9646, 10759, 12067, 10388, 9865, 9668, 9931, 9869, 11262, 9750, 11998, 9287, 11630, 9302, 10502, 9489, 10793, 9813, 12379, 10466, 12716, 8639, 9514, 8968, 11187, 10913, 14917, 10891, 11768, 10125, 10724, 10570, 9533, 9315, 9268, 8990, 11893, 9961, 11750, 10800, 12203, 11520, 13133, 13722, 15401, 13704, 15244, 11850, 15309, 10856, 12323, 8601, 10438, 8742, 10275, 8733, 10731, 9575, 9096, 8383, 8934, 8720, 10901, 9118, 8178, 8219, 8074, 8651, 9004, 9239, 11895, 8745, 11497, 8546, 10903, 8326, 10032, 8951, 10476, 12645, 9491, 12009, 9597, 13487, 11015, 14996, 10539, 11151, 7855, 10013, 7986, 9601, 8587, 9679, 12284, 9917, 12108, 9399, 9520, 8389, 12488, 8765, 12202, 8624, 11110, 12699, 10378, 12829, 8620, 10804, 10547, 10232, 13650, 8947, 13119, 10779, 10532, 13916, 9265, 11045, 8407, 9924, 8414, 9105, 8044, 9608, 8540, 9899, 8017, 11096, 8613, 11882, 8690, 11775, 8468, 10499, 8918, 9715, 9778, 10466, 7945, 8823, 8384, 9474, 8077, 9564, 8332, 10189, 8062, 10451, 9908, 10655, 12411, 9805, 12213, 11252, 11318, 13941, 9648, 11948, 10341, 13781, 13287, 15217, 15402, 15095, 11146, 12566, 8434, 9099, 9756, 11843, 11355, 12610, 10184, 12004, 8527, 11195, 11396, 11523, 9095, 10654, 13602, 10474, 12063, 8926, 11951, 11242, 11116, 12073, 8988, 11718, 7954, 10706, 11142, 10091, 11685, 9091, 11548, 8889, 10513, 7784, 8766, 11573, 9845, 11232, 8680, 13259, 9880, 13070, 9140, 13191, 8876, 13010, 12728, 11433, 12957, 9790, 11856, 9138, 14845, 8891, 13930, 9550, 13616, 9613, 12257, 8988, 11926, 10594, 11719, 13082, 11184, 13892, 10594, 13918, 9542, 11005, 8665, 12684, 9051, 12795, 9835, 12868, 10252, 13721, 10298, 13975, 13200, 12420, 11458, 9236, 11458, 9366, 14001, 15418, 13097, 11971, 11005, 9481, 9708, 9664, 9325, 8710, 11366, 8541, 11594, 8711, 11356, 8375, 11013, 10103, 10832, 13255, 9671, 12597, 9012, 12441, 9202, 13150, 10002, 12216, 9283, 12429, 9052, 12534, 9463, 12503, 9127, 11836, 8197, 11663, 7834, 11736, 8054, 10945, 8689, 10260, 11470, 8910, 12138, 9668, 7946, 8247, 7820, 8450, 12320, 8627, 11535, 8168, 11000, 10530, 10308, 12351, 8607, 12776, 10770, 12260, 13585, 9828, 11137, 8690, 12507, 8232, 11878, 8196, 11672, 10373, 10670, 12881, 9234, 12510, 8407, 11399, 13137, 10006, 13239, 9038, 11996, 14410, 9624, 12663, 8042, 10458, 12827, 8701, 10594, 7768, 10714, 13535, 15834, 17995, 13744, 9487, 9754, 9357, 8752, 7738, 9948, 8582, 9803, 9969, 8056, 10016, 8115, 12018, 9345, 13001, 11833, 13214, 11434, 11844, 13902, 11209, 12852, 12617, 11262, 10407, 9717, 11741, 9385, 11030, 9279, 10931, 8857, 9432, 7859, 10393, 9146, 8921, 8017, 8692, 8410, 8108, 8750], 'WindowCenter': [4844.0, 4780.0, 4795.0, 4732.0, 4771.0, 4760.0, 4761.0, 4790.0, 4736.0, 4767.0, 4717.0, 4756.0, 4736.0, 4748.0, 4776.0, 4738.0, 4767.0, 4718.0, 4758.0, 4766.0, 4739.0, 4777.0, 4729.0, 4768.0, 4718.0, 4761.0, 4780.0, 4740.0, 4770.0, 4730.0, 4769.0, 4730.0, 4771.0, 4769.0, 4762.0, 4779.0, 4741.0, 4780.0, 4731.0, 4783.0, 4741.0, 4783.0, 4754.0, 4763.0, 4753.0, 4776.0, 4752.0, 4775.0, 4746.0, 4803.0, 4771.0, 4772.0, 4745.0, 4773.0, 4761.0, 4754.0, 4746.0, 4740.0, 4718.0, 4722.0, 4736.0, 4744.0, 4733.0, 4755.0, 4780.0, 4736.0, 4764.0, 4712.0, 4759.0, 4709.0, 4745.0, 4718.0, 4746.0, 4718.0, 4725.0, 4691.0, 4703.0, 4729.0, 4699.0, 4729.0, 4687.0, 4694.0, 4662.0, 4682.0, 4661.0, 4676.0, 4701.0, 4666.0, 4695.0, 4676.0, 4696.0, 4677.0, 4700.0, 4726.0, 4698.0, 4699.0, 4677.0, 4700.0, 4690.0, 4700.0, 4719.0, 4708.0, 4718.0, 4677.0, 4700.0, 4696.0, 4694.0, 4743.0, 4729.0, 4748.0, 4731.0, 4738.0, 4753.0, 4745.0, 4759.0, 4720.0, 4738.0, 4712.0, 4748.0, 4709.0, 4746.0, 4696.0, 4737.0, 4714.0, 4707.0, 4734.0, 4696.0, 4734.0, 4702.0, 4715.0, 4745.0, 4690.0, 4722.0, 4690.0, 4701.0, 4720.0, 4694.0, 4731.0, 4689.0, 4739.0, 4665.0, 4672.0, 4692.0, 4665.0, 4705.0, 4666.0, 4688.0, 4719.0, 4656.0, 4696.0, 4664.0, 4689.0, 4704.0, 4666.0, 4708.0, 4674.0, 4686.0, 4694.0, 4655.0, 4687.0, 4714.0, 4674.0, 4707.0, 4654.0, 4674.0, 4706.0, 4656.0, 4694.0, 4715.0, 4672.0, 4716.0, 4675.0, 4684.0, 4662.0, 4724.0, 4720.0, 4716.0, 4724.0, 4770.0, 4720.0, 4740.0, 4716.0, 4734.0, 4744.0, 4737.0, 4765.0, 4742.0, 4754.0, 4771.0, 4756.0, 4762.0, 4731.0, 4733.0, 4684.0, 4722.0, 4689.0, 4710.0, 4737.0, 4696.0, 4720.0, 4674.0, 4684.0, 4711.0, 4651.0, 4692.0, 4649.0, 4672.0, 4699.0, 4650.0, 4692.0, 4668.0, 4672.0, 4702.0, 4641.0, 4681.0, 4650.0, 4664.0, 4703.0, 4653.0, 4685.0, 4672.0, 4686.0, 4714.0, 4664.0, 4698.0, 4717.0, 4689.0, 4708.0, 4667.0, 4699.0, 4728.0, 4679.0, 4712.0, 4672.0, 4683.0, 4702.0, 4688.0, 4712.0, 4752.0, 4707.0, 4707.0, 4730.0, 4728.0, 4737.0, 4729.0, 4718.0, 4723.0, 4728.0, 4740.0, 4722.0, 4741.0, 4741.0, 4731.0, 4741.0, 4747.0, 4741.0, 4762.0, 4735.0, 4770.0, 4705.0, 4732.0, 4690.0, 4719.0, 4679.0, 4718.0, 4676.0, 4697.0, 4717.0, 4686.0, 4715.0, 4684.0, 4724.0, 4688.0, 4686.0, 4654.0, 4678.0, 4674.0, 4677.0, 4708.0, 4669.0, 4699.0, 4668.0, 4690.0, 4716.0, 4679.0, 4695.0, 4655.0, 4686.0, 4703.0, 4675.0, 4694.0, 4665.0, 4687.0, 4676.0, 4689.0, 4676.0, 4649.0, 4689.0, 4662.0, 4658.0, 4694.0, 4704.0, 4701.0, 4703.0, 4712.0, 4668.0, 4658.0, 4659.0, 4680.0, 4661.0, 4706.0, 4685.0, 4717.0, 4735.0, 4706.0, 4722.0, 4671.0, 4710.0, 4677.0, 4691.0, 4715.0, 4681.0, 4729.0, 4669.0, 4718.0, 4655.0, 4694.0, 4651.0, 4701.0, 4661.0, 4701.0, 4650.0, 4689.0, 4641.0, 4671.0, 4639.0, 4672.0, 4700.0, 4653.0, 4680.0, 4662.0, 4695.0, 4656.0, 4671.0, 4642.0, 4665.0, 4691.0, 4666.0, 4707.0, 4667.0, 4697.0, 4655.0, 4679.0, 4708.0, 4680.0, 4708.0, 4672.0, 4694.0, 4687.0, 4699.0, 4714.0, 4702.0, 4750.0, 4721.0, 4720.0, 4727.0, 4721.0, 4708.0, 4711.0, 4698.0, 4728.0, 4700.0, 4736.0, 4702.0, 4740.0, 4710.0, 4738.0, 4707.0, 4726.0, 4700.0, 4711.0, 4721.0, 4676.0, 4695.0, 4688.0, 4690.0, 4679.0, 4670.0, 4658.0, 4673.0, 4635.0, 4653.0, 4615.0, 4652.0, 4602.0, 4644.0, 4605.0, 4646.0, 4627.0, 4640.0, 4669.0, 4644.0, 4692.0, 4654.0, 4682.0, 4645.0, 4675.0, 4644.0, 4695.0, 4671.0, 4720.0, 4705.0, 4744.0, 4674.0, 4725.0, 4698.0, 4747.0, 4706.0, 4696.0, 4692.0, 4672.0, 4684.0, 4697.0, 4714.0, 4683.0, 4713.0, 4671.0, 4703.0, 4720.0, 4688.0, 4705.0, 4643.0, 4681.0, 4658.0, 4648.0, 4678.0, 4641.0, 4691.0, 4646.0, 4645.0, 4664.0, 4633.0, 4661.0, 4613.0, 4650.0, 4601.0, 4641.0, 4608.0, 4655.0, 4618.0, 4657.0, 4640.0, 4690.0, 4662.0, 4680.0, 4642.0, 4643.0, 4657.0, 4621.0, 4644.0, 4660.0, 4675.0, 4657.0, 4698.0, 4667.0, 4720.0, 4677.0, 4708.0, 4684.0, 4684.0, 4692.0, 4674.0, 4700.0, 4667.0, 4689.0, 4638.0, 4667.0, 4625.0, 4646.0, 4653.0, 4634.0, 4620.0, 4633.0, 4634.0, 4636.0, 4652.0, 4647.0, 4668.0, 4664.0, 4680.0, 4651.0, 4658.0, 4650.0, 4671.0, 4675.0, 4703.0, 4686.0, 4696.0, 4659.0, 4675.0, 4666.0, 4685.0, 4665.0, 4720.0, 4695.0, 4678.0, 4698.0, 4691.0, 4680.0, 4666.0, 4661.0, 4663.0, 4676.0, 4703.0, 4676.0, 4693.0, 4684.0, 4690.0, 4681.0, 4672.0, 4673.0, 4667.0, 4658.0, 4665.0, 4632.0, 4651.0, 4611.0, 4630.0, 4581.0, 4610.0, 4579.0, 4610.0, 4592.0, 4625.0, 4601.0, 4592.0, 4582.0, 4614.0, 4629.0, 4659.0, 4629.0, 4618.0, 4629.0, 4606.0, 4629.0, 4626.0, 4640.0, 4658.0, 4633.0, 4686.0, 4633.0, 4662.0, 4622.0, 4666.0, 4634.0, 4663.0, 4683.0, 4655.0, 4685.0, 4655.0, 4694.0, 4666.0, 4706.0, 4676.0, 4672.0, 4636.0, 4649.0, 4624.0, 4653.0, 4642.0, 4680.0, 4700.0, 4678.0, 4695.0, 4669.0, 4651.0, 4634.0, 4668.0, 4630.0, 4668.0, 4619.0, 4660.0, 4669.0, 4649.0, 4669.0, 4616.0, 4645.0, 4632.0, 4633.0, 4663.0, 4614.0, 4655.0, 4630.0, 4630.0, 4651.0, 4624.0, 4631.0, 4590.0, 4633.0, 4601.0, 4626.0, 4604.0, 4639.0, 4614.0, 4634.0, 4606.0, 4657.0, 4626.0, 4666.0, 4615.0, 4656.0, 4617.0, 4649.0, 4641.0, 4652.0, 4650.0, 4660.0, 4633.0, 4631.0, 4620.0, 4663.0, 4646.0, 4666.0, 4658.0, 4672.0, 4648.0, 4687.0, 4665.0, 4677.0, 4697.0, 4664.0, 4685.0, 4661.0, 4661.0, 4690.0, 4643.0, 4684.0, 4664.0, 4696.0, 4669.0, 4705.0, 4695.0, 4695.0, 4652.0, 4673.0, 4609.0, 4607.0, 4629.0, 4636.0, 4637.0, 4647.0, 4641.0, 4672.0, 4645.0, 4675.0, 4661.0, 4645.0, 4605.0, 4633.0, 4641.0, 4622.0, 4633.0, 4591.0, 4631.0, 4620.0, 4621.0, 4629.0, 4589.0, 4617.0, 4556.0, 4597.0, 4604.0, 4609.0, 4629.0, 4617.0, 4644.0, 4604.0, 4613.0, 4572.0, 4591.0, 4655.0, 4623.0, 4645.0, 4602.0, 4663.0, 4626.0, 4676.0, 4627.0, 4667.0, 4617.0, 4668.0, 4653.0, 4657.0, 4668.0, 4630.0, 4643.0, 4627.0, 4666.0, 4614.0, 4677.0, 4637.0, 4666.0, 4624.0, 4654.0, 4614.0, 4656.0, 4634.0, 4656.0, 4683.0, 4674.0, 4680.0, 4651.0, 4680.0, 4639.0, 4648.0, 4628.0, 4664.0, 4668.0, 4680.0, 4649.0, 4675.0, 4662.0, 4703.0, 4663.0, 4702.0, 4691.0, 4654.0, 4688.0, 4646.0, 4659.0, 4619.0, 4641.0, 4719.0, 4661.0, 4661.0, 4663.0, 4644.0, 4642.0, 4640.0, 4617.0, 4606.0, 4649.0, 4607.0, 4646.0, 4607.0, 4637.0, 4595.0, 4634.0, 4611.0, 4622.0, 4629.0, 4601.0, 4630.0, 4605.0, 4643.0, 4592.0, 4639.0, 4599.0, 4628.0, 4587.0, 4627.0, 4586.0, 4626.0, 4598.0, 4625.0, 4597.0, 4630.0, 4589.0, 4629.0, 4580.0, 4640.0, 4594.0, 4647.0, 4614.0, 4622.0, 4654.0, 4639.0, 4665.0, 4637.0, 4630.0, 4642.0, 4623.0, 4642.0, 4691.0, 4643.0, 4685.0, 4645.0, 4686.0, 4663.0, 4665.0, 4693.0, 4656.0, 4720.0, 4711.0, 4706.0, 4704.0, 4662.0, 4656.0, 4641.0, 4680.0, 4643.0, 4684.0, 4648.0, 4686.0, 4665.0, 4674.0, 4689.0, 4641.0, 4678.0, 4620.0, 4669.0, 4668.0, 4638.0, 4678.0, 4626.0, 4656.0, 4675.0, 4625.0, 4663.0, 4594.0, 4643.0, 4652.0, 4616.0, 4646.0, 4619.0, 4658.0, 4693.0, 4689.0, 4737.0, 4719.0, 4652.0, 4628.0, 4655.0, 4635.0, 4613.0, 4653.0, 4635.0, 4652.0, 4668.0, 4648.0, 4667.0, 4637.0, 4686.0, 4644.0, 4685.0, 4658.0, 4682.0, 4645.0, 4646.0, 4653.0, 4634.0, 4642.0, 4642.0, 4619.0, 4620.0, 4610.0, 4626.0, 4598.0, 4633.0, 4613.0, 4627.0, 4602.0, 4625.0, 4605.0, 4633.0, 4616.0, 4600.0, 4592.0, 4602.0, 4618.0, 4618.0, 4625.0], 'WindowWidth': [10539.0, 10440.0, 10450.0, 10356.0, 10408.0, 10390.0, 10393.0, 10431.0, 10352.0, 10393.0, 10325.0, 10377.0, 10347.0, 10368.0, 10405.0, 10353.0, 10392.0, 10326.0, 10381.0, 10390.0, 10360.0, 10409.0, 10342.0, 10395.0, 10325.0, 10390.0, 10414.0, 10361.0, 10402.0, 10348.0, 10399.0, 10347.0, 10407.0, 10402.0, 10394.0, 10415.0, 10366.0, 10416.0, 10349.0, 10424.0, 10364.0, 10426.0, 10388.0, 10399.0, 10383.0, 10419.0, 10384.0, 10412.0, 10373.0, 10460.0, 10413.0, 10417.0, 10358.0, 10412.0, 10389.0, 10377.0, 10371.0, 10353.0, 10317.0, 10330.0, 10357.0, 10369.0, 10353.0, 10387.0, 10427.0, 10364.0, 10394.0, 10322.0, 10380.0, 10307.0, 10355.0, 10317.0, 10357.0, 10318.0, 10325.0, 10268.0, 10287.0, 10318.0, 10278.0, 10323.0, 10259.0, 10264.0, 10216.0, 10246.0, 10214.0, 10241.0, 10270.0, 10227.0, 10266.0, 10243.0, 10270.0, 10247.0, 10282.0, 10310.0, 10277.0, 10278.0, 10248.0, 10283.0, 10267.0, 10286.0, 10308.0, 10309.0, 10320.0, 10262.0, 10297.0, 10285.0, 10279.0, 10347.0, 10339.0, 10365.0, 10346.0, 10351.0, 10381.0, 10369.0, 10384.0, 10332.0, 10353.0, 10323.0, 10366.0, 10311.0, 10357.0, 10287.0, 10345.0, 10308.0, 10303.0, 10337.0, 10287.0, 10337.0, 10289.0, 10311.0, 10355.0, 10271.0, 10314.0, 10266.0, 10284.0, 10309.0, 10279.0, 10329.0, 10266.0, 10338.0, 10227.0, 10236.0, 10259.0, 10228.0, 10283.0, 10231.0, 10264.0, 10309.0, 10220.0, 10272.0, 10227.0, 10265.0, 10280.0, 10230.0, 10290.0, 10239.0, 10256.0, 10266.0, 10213.0, 10261.0, 10294.0, 10241.0, 10287.0, 10212.0, 10241.0, 10284.0, 10218.0, 10270.0, 10295.0, 10248.0, 10316.0, 10260.0, 10269.0, 10233.0, 10328.0, 10312.0, 10314.0, 10322.0, 10406.0, 10333.0, 10357.0, 10338.0, 10360.0, 10375.0, 10364.0, 10403.0, 10366.0, 10384.0, 10409.0, 10393.0, 10397.0, 10343.0, 10338.0, 10270.0, 10322.0, 10267.0, 10299.0, 10332.0, 10274.0, 10310.0, 10240.0, 10255.0, 10287.0, 10204.0, 10261.0, 10199.0, 10234.0, 10266.0, 10203.0, 10262.0, 10226.0, 10235.0, 10278.0, 10194.0, 10247.0, 10202.0, 10228.0, 10279.0, 10213.0, 10259.0, 10239.0, 10262.0, 10299.0, 10232.0, 10280.0, 10303.0, 10270.0, 10296.0, 10239.0, 10283.0, 10321.0, 10257.0, 10303.0, 10250.0, 10266.0, 10291.0, 10281.0, 10307.0, 10374.0, 10303.0, 10298.0, 10337.0, 10332.0, 10346.0, 10338.0, 10321.0, 10325.0, 10336.0, 10353.0, 10330.0, 10359.0, 10360.0, 10346.0, 10360.0, 10364.0, 10365.0, 10391.0, 10344.0, 10403.0, 10300.0, 10331.0, 10272.0, 10310.0, 10252.0, 10307.0, 10245.0, 10275.0, 10305.0, 10262.0, 10301.0, 10256.0, 10314.0, 10268.0, 10260.0, 10215.0, 10251.0, 10241.0, 10252.0, 10292.0, 10241.0, 10283.0, 10238.0, 10270.0, 10299.0, 10252.0, 10270.0, 10214.0, 10259.0, 10278.0, 10243.0, 10268.0, 10227.0, 10257.0, 10240.0, 10262.0, 10239.0, 10202.0, 10262.0, 10232.0, 10221.0, 10282.0, 10294.0, 10284.0, 10283.0, 10303.0, 10238.0, 10225.0, 10226.0, 10256.0, 10230.0, 10298.0, 10268.0, 10316.0, 10340.0, 10301.0, 10319.0, 10246.0, 10297.0, 10246.0, 10272.0, 10296.0, 10256.0, 10319.0, 10234.0, 10303.0, 10211.0, 10262.0, 10203.0, 10270.0, 10217.0, 10268.0, 10201.0, 10252.0, 10187.0, 10229.0, 10183.0, 10234.0, 10269.0, 10208.0, 10243.0, 10222.0, 10269.0, 10218.0, 10233.0, 10194.0, 10230.0, 10262.0, 10236.0, 10290.0, 10239.0, 10280.0, 10221.0, 10257.0, 10295.0, 10260.0, 10296.0, 10248.0, 10281.0, 10279.0, 10299.0, 10307.0, 10284.0, 10367.0, 10325.0, 10322.0, 10328.0, 10330.0, 10304.0, 10310.0, 10288.0, 10331.0, 10294.0, 10341.0, 10300.0, 10350.0, 10305.0, 10344.0, 10300.0, 10322.0, 10279.0, 10296.0, 10308.0, 10235.0, 10260.0, 10255.0, 10250.0, 10235.0, 10219.0, 10201.0, 10217.0, 10164.0, 10186.0, 10135.0, 10183.0, 10116.0, 10176.0, 10124.0, 10183.0, 10156.0, 10183.0, 10217.0, 10197.0, 10260.0, 10208.0, 10245.0, 10199.0, 10234.0, 10199.0, 10270.0, 10246.0, 10312.0, 10297.0, 10352.0, 10255.0, 10329.0, 10297.0, 10364.0, 10304.0, 10284.0, 10274.0, 10242.0, 10266.0, 10290.0, 10309.0, 10262.0, 10304.0, 10242.0, 10287.0, 10307.0, 10259.0, 10279.0, 10190.0, 10239.0, 10201.0, 10187.0, 10228.0, 10181.0, 10251.0, 10178.0, 10178.0, 10203.0, 10162.0, 10194.0, 10130.0, 10176.0, 10111.0, 10165.0, 10132.0, 10191.0, 10151.0, 10203.0, 10185.0, 10257.0, 10219.0, 10241.0, 10190.0, 10194.0, 10218.0, 10160.0, 10195.0, 10211.0, 10242.0, 10221.0, 10278.0, 10235.0, 10311.0, 10248.0, 10292.0, 10251.0, 10250.0, 10260.0, 10236.0, 10268.0, 10233.0, 10250.0, 10176.0, 10214.0, 10153.0, 10180.0, 10186.0, 10163.0, 10140.0, 10163.0, 10165.0, 10171.0, 10190.0, 10190.0, 10222.0, 10226.0, 10238.0, 10200.0, 10207.0, 10200.0, 10230.0, 10243.0, 10278.0, 10258.0, 10269.0, 10224.0, 10246.0, 10235.0, 10256.0, 10220.0, 10305.0, 10274.0, 10234.0, 10282.0, 10264.0, 10245.0, 10229.0, 10217.0, 10225.0, 10254.0, 10280.0, 10247.0, 10266.0, 10255.0, 10256.0, 10244.0, 10221.0, 10220.0, 10204.0, 10189.0, 10196.0, 10148.0, 10174.0, 10116.0, 10142.0, 10074.0, 10113.0, 10070.0, 10114.0, 10096.0, 10142.0, 10103.0, 10093.0, 10082.0, 10136.0, 10169.0, 10207.0, 10163.0, 10145.0, 10166.0, 10129.0, 10164.0, 10155.0, 10179.0, 10199.0, 10172.0, 10252.0, 10174.0, 10210.0, 10157.0, 10224.0, 10174.0, 10217.0, 10241.0, 10207.0, 10250.0, 10208.0, 10261.0, 10222.0, 10282.0, 10240.0, 10230.0, 10183.0, 10194.0, 10162.0, 10204.0, 10190.0, 10253.0, 10279.0, 10249.0, 10266.0, 10235.0, 10199.0, 10181.0, 10218.0, 10166.0, 10216.0, 10147.0, 10207.0, 10215.0, 10188.0, 10214.0, 10139.0, 10179.0, 10155.0, 10160.0, 10198.0, 10132.0, 10190.0, 10148.0, 10150.0, 10178.0, 10149.0, 10152.0, 10095.0, 10161.0, 10113.0, 10157.0, 10125.0, 10177.0, 10135.0, 10167.0, 10129.0, 10199.0, 10157.0, 10211.0, 10141.0, 10196.0, 10144.0, 10191.0, 10186.0, 10200.0, 10196.0, 10212.0, 10178.0, 10170.0, 10150.0, 10220.0, 10202.0, 10227.0, 10220.0, 10236.0, 10207.0, 10260.0, 10225.0, 10242.0, 10267.0, 10219.0, 10247.0, 10209.0, 10210.0, 10247.0, 10184.0, 10249.0, 10218.0, 10267.0, 10213.0, 10277.0, 10257.0, 10255.0, 10192.0, 10219.0, 10129.0, 10122.0, 10154.0, 10158.0, 10163.0, 10176.0, 10176.0, 10224.0, 10194.0, 10236.0, 10204.0, 10176.0, 10118.0, 10155.0, 10159.0, 10135.0, 10151.0, 10090.0, 10146.0, 10128.0, 10132.0, 10140.0, 10086.0, 10121.0, 10035.0, 10091.0, 10099.0, 10111.0, 10142.0, 10141.0, 10172.0, 10117.0, 10122.0, 10068.0, 10095.0, 10195.0, 10143.0, 10177.0, 10113.0, 10199.0, 10151.0, 10223.0, 10153.0, 10209.0, 10141.0, 10210.0, 10184.0, 10194.0, 10211.0, 10159.0, 10167.0, 10155.0, 10204.0, 10134.0, 10224.0, 10170.0, 10208.0, 10147.0, 10187.0, 10135.0, 10194.0, 10161.0, 10192.0, 10242.0, 10232.0, 10234.0, 10193.0, 10232.0, 10174.0, 10187.0, 10160.0, 10206.0, 10238.0, 10237.0, 10193.0, 10223.0, 10217.0, 10275.0, 10221.0, 10273.0, 10251.0, 10185.0, 10258.0, 10190.0, 10202.0, 10142.0, 10159.0, 10312.0, 10203.0, 10210.0, 10217.0, 10190.0, 10187.0, 10178.0, 10140.0, 10120.0, 10182.0, 10124.0, 10177.0, 10123.0, 10164.0, 10104.0, 10156.0, 10119.0, 10137.0, 10139.0, 10104.0, 10143.0, 10117.0, 10166.0, 10093.0, 10155.0, 10100.0, 10140.0, 10082.0, 10135.0, 10081.0, 10133.0, 10098.0, 10132.0, 10097.0, 10143.0, 10090.0, 10143.0, 10081.0, 10161.0, 10106.0, 10183.0, 10134.0, 10143.0, 10190.0, 10182.0, 10208.0, 10174.0, 10171.0, 10191.0, 10163.0, 10190.0, 10254.0, 10194.0, 10250.0, 10195.0, 10252.0, 10217.0, 10223.0, 10260.0, 10217.0, 10314.0, 10301.0, 10291.0, 10278.0, 10214.0, 10198.0, 10185.0, 10238.0, 10194.0, 10250.0, 10208.0, 10253.0, 10221.0, 10233.0, 10249.0, 10184.0, 10232.0, 10152.0, 10218.0, 10216.0, 10175.0, 10229.0, 10155.0, 10197.0, 10221.0, 10152.0, 10203.0, 10108.0, 10174.0, 10185.0, 10140.0, 10184.0, 10155.0, 10205.0, 10263.0, 10249.0, 10334.0, 10308.0, 10200.0, 10155.0, 10210.0, 10178.0, 10144.0, 10199.0, 10179.0, 10198.0, 10229.0, 10204.0, 10228.0, 10188.0, 10254.0, 10189.0, 10246.0, 10196.0, 10239.0, 10178.0, 10179.0, 10183.0, 10158.0, 10167.0, 10165.0, 10131.0, 10132.0, 10118.0, 10139.0, 10099.0, 10158.0, 10131.0, 10142.0, 10112.0, 10152.0, 10124.0, 10163.0, 10139.0, 10108.0, 10098.0, 10116.0, 10149.0, 10151.0, 10155.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.008774006888633754</td></tr>
<tr><td colspan=3>aqi</td><td>0.08198470631458094</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.40510466121835</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1907957246206893</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.078989318931034</td></tr>
<tr><td colspan=3>efc</td><td>0.4824</td></tr>
<tr><td colspan=3>fber</td><td>5742.2646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23911345794158056</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>308</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.36165327210103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6755143644660406</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.591259574583194</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9429687480159754</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.492314770798952</td></tr>
<tr><td colspan=3>gcor</td><td>0.0270642</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006670122966170311</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030253050848841667</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.873844645174305</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>17.8554</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.3625</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.4143</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.4896</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0982</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.1383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3834.6246</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1047.0152</td></tr>
<tr><td colspan=3>tsnr</td><td>21.11327392514795</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>