ds005256-mriqc/sub-0004_ses-01_task-social_acq-mb8_run-03_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
107 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0004_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0004_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_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-03_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-03_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_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-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-01/func/sub-0004_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>de398216d6ea3377edfd225c885e0ee1</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:19:55.975000</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</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.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e6653b07-dd03-46bb-b6d3-489c68acda69||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': ['101955.975000', '101956.435000', '101956.895000', '101957.355000', '101957.815000', '101958.275000', '101958.735000', '101959.195000', '101959.655000', '102000.115000', '102000.575000', '102001.035000', '102001.495000', '102001.955000', '102002.415000', '102002.875000', '102003.335000', '102003.795000', '102004.255000', '102004.715000', '102005.175000', '102005.635000', '102006.095000', '102006.555000', '102007.015000', '102007.475000', '102007.935000', '102008.395000', '102008.855000', '102009.315000', '102009.775000', '102010.235000', '102010.695000', '102011.155000', '102011.615000', '102012.075000', '102012.535000', '102012.995000', '102013.455000', '102013.915000', '102014.375000', '102014.835000', '102015.295000', '102015.755000', '102016.215000', '102016.675000', '102017.135000', '102017.595000', '102018.055000', '102018.515000', '102018.975000', '102019.435000', '102019.895000', '102020.355000', '102020.815000', '102021.275000', '102021.735000', '102022.195000', '102022.655000', '102023.115000', '102023.575000', '102024.035000', '102024.495000', '102024.955000', '102025.415000', '102025.875000', '102026.335000', '102026.795000', '102027.255000', '102027.715000', '102028.175000', '102028.635000', '102029.095000', '102029.555000', '102030.015000', '102030.475000', '102030.935000', '102031.395000', '102031.855000', '102032.315000', '102032.775000', '102033.235000', '102033.695000', '102034.155000', '102034.615000', '102035.075000', '102035.535000', '102035.995000', '102036.455000', '102036.915000', '102037.375000', '102037.835000', '102038.295000', '102038.755000', '102039.215000', '102039.675000', '102040.135000', '102040.595000', '102041.055000', '102041.515000', '102041.975000', '102042.435000', '102042.895000', '102043.355000', '102043.815000', '102044.275000', '102044.735000', '102045.195000', '102045.655000', '102046.115000', '102046.575000', '102047.035000', '102047.495000', '102047.955000', '102048.415000', '102048.875000', '102049.335000', '102049.795000', '102050.255000', '102050.715000', '102051.175000', '102051.635000', '102052.095000', '102052.555000', '102053.015000', '102053.475000', '102053.935000', '102054.395000', '102054.855000', '102055.315000', '102055.775000', '102056.235000', '102056.695000', '102057.155000', '102057.615000', '102058.075000', '102058.535000', '102058.995000', '102059.455000', '102059.915000', '102100.375000', '102100.835000', '102101.295000', '102101.755000', '102102.215000', '102102.675000', '102103.135000', '102103.595000', '102104.055000', '102104.515000', '102104.975000', '102105.435000', '102105.895000', '102106.355000', '102106.815000', '102107.275000', '102107.735000', '102108.195000', '102108.655000', '102109.115000', '102109.575000', '102110.035000', '102110.495000', '102110.955000', '102111.415000', '102111.875000', '102112.335000', '102112.795000', '102113.255000', '102113.715000', '102114.175000', '102114.635000', '102115.095000', '102115.555000', '102116.015000', '102116.475000', '102116.935000', '102117.395000', '102117.855000', '102118.315000', '102118.775000', '102119.235000', '102119.695000', '102120.155000', '102120.615000', '102121.075000', '102121.535000', '102121.995000', '102122.455000', '102122.915000', '102123.375000', '102123.835000', '102124.295000', '102124.755000', '102125.215000', '102125.675000', '102126.135000', '102126.595000', '102127.055000', '102127.515000', '102127.975000', '102128.435000', '102128.895000', '102129.355000', '102129.815000', '102130.275000', '102130.735000', '102131.195000', '102131.655000', '102132.115000', '102132.575000', '102133.035000', '102133.495000', '102133.955000', '102134.415000', '102134.875000', '102135.335000', '102135.795000', '102136.255000', '102136.715000', '102137.175000', '102137.635000', '102138.095000', '102138.555000', '102139.015000', '102139.475000', '102139.935000', '102140.395000', '102140.855000', '102141.315000', '102141.775000', '102142.235000', '102142.695000', '102143.155000', '102143.615000', '102144.075000', '102144.535000', '102144.995000', '102145.455000', '102145.915000', '102146.375000', '102146.835000', '102147.295000', '102147.755000', '102148.215000', '102148.675000', '102149.135000', '102149.595000', '102150.055000', '102150.515000', '102150.975000', '102151.435000', '102151.895000', '102152.355000', '102152.815000', '102153.275000', '102153.735000', '102154.195000', '102154.655000', '102155.115000', '102155.575000', '102156.035000', '102156.495000', '102156.955000', '102157.415000', '102157.875000', '102158.335000', '102158.795000', '102159.255000', '102159.715000', '102200.175000', '102200.635000', '102201.095000', '102201.555000', '102202.015000', '102202.475000', '102202.935000', '102203.395000', '102203.855000', '102204.315000', '102204.775000', '102205.235000', '102205.695000', '102206.155000', '102206.615000', '102207.075000', '102207.535000', '102207.995000', '102208.455000', '102208.915000', '102209.375000', '102209.835000', '102210.295000', '102210.755000', '102211.215000', '102211.675000', '102212.135000', '102212.595000', '102213.055000', '102213.515000', '102213.975000', '102214.435000', '102214.895000', '102215.355000', '102215.815000', '102216.275000', '102216.735000', '102217.195000', '102217.655000', '102218.115000', '102218.575000', '102219.035000', '102219.495000', '102219.955000', '102220.415000', '102220.875000', '102221.335000', '102221.795000', '102222.255000', '102222.715000', '102223.175000', '102223.635000', '102224.095000', '102224.555000', '102225.015000', '102225.475000', '102225.935000', '102226.395000', '102226.855000', '102227.315000', '102227.775000', '102228.235000', '102228.695000', '102229.155000', '102229.615000', '102230.075000', '102230.535000', '102230.995000', '102231.455000', '102231.915000', '102232.375000', '102232.835000', '102233.295000', '102233.755000', '102234.215000', '102234.675000', '102235.135000', '102235.595000', '102236.055000', '102236.515000', '102236.975000', '102237.435000', '102237.895000', '102238.355000', '102238.815000', '102239.275000', '102239.735000', '102240.195000', '102240.655000', '102241.115000', '102241.575000', '102242.035000', '102242.495000', '102242.955000', '102243.415000', '102243.875000', '102244.335000', '102244.795000', '102245.255000', '102245.715000', '102246.175000', '102246.635000', '102247.095000', '102247.555000', '102248.015000', '102248.475000', '102248.935000', '102249.395000', '102249.855000', '102250.315000', '102250.775000', '102251.235000', '102251.695000', '102252.155000', '102252.615000', '102253.075000', '102253.535000', '102253.995000', '102254.455000', '102254.915000', '102255.375000', '102255.835000', '102256.295000', '102256.755000', '102257.215000', '102257.675000', '102258.135000', '102258.595000', '102259.055000', '102259.515000', '102259.975000', '102300.435000', '102300.895000', '102301.355000', '102301.815000', '102302.275000', '102302.735000', '102303.195000', '102303.655000', '102304.115000', '102304.575000', '102305.035000', '102305.495000', '102305.955000', '102306.415000', '102306.875000', '102307.335000', '102307.795000', '102308.255000', '102308.715000', '102309.175000', '102309.635000', '102310.095000', '102310.555000', '102311.015000', '102311.475000', '102311.935000', '102312.395000', '102312.855000', '102313.315000', '102313.775000', '102314.235000', '102314.695000', '102315.155000', '102315.615000', '102316.075000', '102316.535000', '102316.995000', '102317.455000', '102317.915000', '102318.375000', '102318.835000', '102319.295000', '102319.755000', '102320.215000', '102320.675000', '102321.135000', '102321.595000', '102322.055000', '102322.515000', '102322.975000', '102323.435000', '102323.895000', '102324.355000', '102324.815000', '102325.275000', '102325.735000', '102326.195000', '102326.655000', '102327.115000', '102327.575000', '102328.035000', '102328.495000', '102328.955000', '102329.415000', '102329.875000', '102330.335000', '102330.795000', '102331.255000', '102331.715000', '102332.175000', '102332.635000', '102333.095000', '102333.555000', '102334.015000', '102334.475000', '102334.935000', '102335.395000', '102335.855000', '102336.315000', '102336.775000', '102337.235000', '102337.695000', '102338.155000', '102338.615000', '102339.075000', '102339.535000', '102339.995000', '102340.455000', '102340.915000', '102341.375000', '102341.835000', '102342.295000', '102342.755000', '102343.215000', '102343.675000', '102344.135000', '102344.595000', '102345.055000', '102345.515000', '102345.975000', '102346.435000', '102346.895000', '102347.355000', '102347.815000', '102348.275000', '102348.735000', '102349.195000', '102349.655000', '102350.115000', '102350.575000', '102351.035000', '102351.495000', '102351.955000', '102352.415000', '102352.875000', '102353.335000', '102353.795000', '102354.255000', '102354.715000', '102355.175000', '102355.635000', '102356.095000', '102356.555000', '102357.015000', '102357.475000', '102357.935000', '102358.395000', '102358.855000', '102359.315000', '102359.775000', '102400.235000', '102400.695000', '102401.155000', '102401.615000', '102402.075000', '102402.535000', '102402.995000', '102403.455000', '102403.915000', '102404.375000', '102404.835000', '102405.295000', '102405.755000', '102406.215000', '102406.675000', '102407.135000', '102407.595000', '102408.055000', '102408.515000', '102408.975000', '102409.435000', '102409.895000', '102410.355000', '102410.815000', '102411.275000', '102411.735000', '102412.195000', '102412.655000', '102413.115000', '102413.575000', '102414.035000', '102414.495000', '102414.955000', '102415.415000', '102415.875000', '102416.335000', '102416.795000', '102417.255000', '102417.715000', '102418.175000', '102418.635000', '102419.095000', '102419.555000', '102420.015000', '102420.475000', '102420.935000', '102421.395000', '102421.855000', '102422.315000', '102422.775000', '102423.235000', '102423.695000', '102424.155000', '102424.615000', '102425.075000', '102425.535000', '102425.995000', '102426.455000', '102426.915000', '102427.375000', '102427.835000', '102428.295000', '102428.755000', '102429.215000', '102429.675000', '102430.135000', '102430.595000', '102431.055000', '102431.515000', '102431.975000', '102432.435000', '102432.895000', '102433.355000', '102433.815000', '102434.275000', '102434.735000', '102435.195000', '102435.655000', '102436.115000', '102436.575000', '102437.035000', '102437.495000', '102437.955000', '102438.415000', '102438.875000', '102439.335000', '102439.795000', '102440.255000', '102440.715000', '102441.175000', '102441.635000', '102442.095000', '102442.555000', '102443.015000', '102443.475000', '102443.935000', '102444.395000', '102444.855000', '102445.315000', '102445.775000', '102446.235000', '102446.695000', '102447.155000', '102447.615000', '102448.075000', '102448.535000', '102448.995000', '102449.455000', '102449.915000', '102450.375000', '102450.835000', '102451.295000', '102451.755000', '102452.215000', '102452.675000', '102453.135000', '102453.595000', '102454.055000', '102454.515000', '102454.975000', '102455.435000', '102455.895000', '102456.355000', '102456.815000', '102457.275000', '102457.735000', '102458.195000', '102458.655000', '102459.115000', '102459.575000', '102500.035000', '102500.495000', '102500.955000', '102501.415000', '102501.875000', '102502.335000', '102502.795000', '102503.255000', '102503.715000', '102504.175000', '102504.635000', '102505.095000', '102505.555000', '102506.015000', '102506.475000', '102506.935000', '102507.395000', '102507.855000', '102508.315000', '102508.775000', '102509.235000', '102509.695000', '102510.155000', '102510.615000', '102511.075000', '102511.535000', '102511.995000', '102512.455000', '102512.915000', '102513.375000', '102513.835000', '102514.295000', '102514.755000', '102515.215000', '102515.675000', '102516.135000', '102516.595000', '102517.055000', '102517.515000', '102517.975000', '102518.435000', '102518.895000', '102519.355000', '102519.815000', '102520.275000', '102520.735000', '102521.195000', '102521.655000', '102522.115000', '102522.575000', '102523.035000', '102523.495000', '102523.955000', '102524.415000', '102524.875000', '102525.335000', '102525.795000', '102526.255000', '102526.715000', '102527.175000', '102527.635000', '102528.095000', '102528.555000', '102529.015000', '102529.475000', '102529.935000', '102530.395000', '102530.855000', '102531.315000', '102531.775000', '102532.235000', '102532.695000', '102533.155000', '102533.615000', '102534.075000', '102534.535000', '102534.995000', '102535.455000', '102535.915000', '102536.375000', '102536.835000', '102537.295000', '102537.755000', '102538.215000', '102538.675000', '102539.135000', '102539.595000', '102540.055000', '102540.515000', '102540.975000', '102541.435000', '102541.895000', '102542.355000', '102542.815000', '102543.275000', '102543.735000', '102544.195000', '102544.655000', '102545.115000', '102545.575000', '102546.035000', '102546.495000', '102546.955000', '102547.415000', '102547.875000', '102548.335000', '102548.795000', '102549.255000', '102549.715000', '102550.175000', '102550.635000', '102551.095000', '102551.555000', '102552.015000', '102552.475000', '102552.935000', '102553.395000', '102553.855000', '102554.315000', '102554.775000', '102555.235000', '102555.695000', '102556.155000', '102556.615000', '102557.075000', '102557.535000', '102557.995000', '102558.455000', '102558.915000', '102559.375000', '102559.835000', '102600.295000', '102600.755000', '102601.215000', '102601.675000', '102602.135000', '102602.595000', '102603.055000', '102603.515000', '102603.975000', '102604.435000', '102604.895000', '102605.355000', '102605.815000', '102606.275000', '102606.735000', '102607.195000', '102607.655000', '102608.115000', '102608.575000', '102609.035000', '102609.495000', '102609.955000', '102610.415000', '102610.875000', '102611.335000', '102611.795000', '102612.255000', '102612.715000', '102613.175000', '102613.635000', '102614.095000', '102614.555000', '102615.015000', '102615.475000', '102615.935000', '102616.395000', '102616.855000', '102617.315000', '102617.775000', '102618.235000', '102618.695000', '102619.155000', '102619.615000', '102620.075000', '102620.535000', '102620.995000', '102621.455000', '102621.915000', '102622.375000', '102622.835000', '102623.295000', '102623.755000', '102624.215000', '102624.675000', '102625.135000', '102625.595000', '102626.055000', '102626.515000', '102626.975000', '102627.435000', '102627.895000', '102628.355000', '102628.815000', '102629.275000', '102629.735000', '102630.195000', '102630.655000', '102631.115000', '102631.575000', '102632.035000', '102632.495000', '102632.955000', '102633.415000', '102633.875000', '102634.335000', '102634.795000', '102635.255000', '102635.715000', '102636.175000', '102636.635000'], 'ContentTime': ['102011.824000', '102011.828000', '102011.830000', '102011.840000', '102011.843000', '102011.845000', '102011.848000', '102011.851000', '102011.854000', '102011.857000', '102011.859000', '102011.862000', '102011.865000', '102011.868000', '102011.871000', '102011.877000', '102011.880000', '102011.883000', '102011.886000', '102011.889000', '102011.892000', '102011.894000', '102011.897000', '102011.905000', '102011.908000', '102011.911000', '102011.913000', '102011.916000', '102011.919000', '102011.922000', '102011.925000', '102011.928000', '102011.930000', '102031.749000', '102031.752000', '102031.755000', '102031.758000', '102031.761000', '102031.764000', '102031.766000', '102031.769000', '102031.772000', '102031.775000', '102031.778000', '102031.781000', '102031.783000', '102031.786000', '102031.789000', '102031.792000', '102031.795000', '102031.797000', '102031.800000', '102031.803000', '102031.806000', '102031.809000', '102031.828000', '102031.831000', '102031.834000', '102031.837000', '102031.840000', '102031.843000', '102031.846000', '102031.849000', '102031.851000', '102031.854000', '102031.857000', '102031.860000', '102031.863000', '102031.865000', '102031.868000', '102031.871000', '102031.874000', '102031.877000', '102031.879000', '102031.882000', '102031.885000', '102051.748000', '102051.751000', '102051.754000', '102051.756000', '102051.759000', '102051.762000', '102051.765000', '102051.768000', '102051.771000', '102051.773000', '102051.776000', '102051.779000', '102051.782000', '102051.785000', '102051.788000', '102051.790000', '102051.793000', '102051.796000', '102051.799000', '102051.801000', '102051.809000', '102051.811000', '102051.814000', '102051.817000', '102051.820000', '102051.823000', '102051.825000', '102051.828000', '102051.831000', '102051.834000', '102051.837000', '102051.839000', '102051.842000', '102051.845000', '102051.848000', '102051.851000', '102051.854000', '102051.856000', '102051.859000', '102051.862000', '102051.865000', '102051.868000', '102051.870000', '102051.873000', '102111.749000', '102111.752000', '102111.755000', '102111.758000', '102111.761000', '102111.763000', '102111.766000', '102111.769000', '102111.772000', '102111.775000', '102111.778000', '102111.780000', '102111.783000', '102111.786000', '102111.789000', '102111.792000', '102111.794000', '102111.797000', '102111.800000', '102111.803000', '102111.806000', '102111.808000', '102111.811000', '102111.814000', '102111.819000', '102111.823000', '102111.826000', '102111.829000', '102111.832000', '102111.835000', '102111.838000', '102111.840000', '102111.843000', '102111.846000', '102111.849000', '102111.852000', '102111.855000', '102111.858000', '102111.860000', '102111.863000', '102111.866000', '102111.869000', '102111.872000', '102131.749000', '102131.752000', '102131.755000', '102131.758000', '102131.760000', '102131.763000', '102131.766000', '102131.769000', '102131.772000', '102131.775000', '102131.777000', '102131.780000', '102131.783000', '102131.786000', '102131.789000', '102131.791000', '102131.794000', '102131.797000', '102131.800000', '102131.803000', '102131.806000', '102131.808000', '102131.811000', '102131.814000', '102131.817000', '102131.820000', '102131.822000', '102131.825000', '102131.828000', '102131.831000', '102131.834000', '102131.837000', '102131.839000', '102131.842000', '102131.845000', '102131.848000', '102131.851000', '102131.854000', '102131.857000', '102131.860000', '102131.862000', '102131.865000', '102131.868000', '102131.871000', '102151.749000', '102151.752000', '102151.755000', '102151.758000', '102151.761000', '102151.764000', '102151.766000', '102151.769000', '102151.772000', '102151.775000', '102151.778000', '102151.780000', '102151.784000', '102151.788000', '102151.790000', '102151.793000', '102151.796000', '102151.799000', '102151.802000', '102151.805000', '102151.808000', '102151.810000', '102151.813000', '102151.816000', '102151.819000', '102151.822000', '102151.824000', '102151.827000', '102151.830000', '102151.833000', '102151.836000', '102151.840000', '102151.843000', '102151.846000', '102151.849000', '102151.853000', '102151.856000', '102151.859000', '102151.861000', '102151.864000', '102151.867000', '102151.870000', '102151.873000', '102211.748000', '102211.752000', '102211.755000', '102211.758000', '102211.761000', '102211.764000', '102211.766000', '102211.769000', '102211.772000', '102211.775000', '102211.778000', '102211.781000', '102211.783000', '102211.786000', '102211.789000', '102211.792000', '102211.795000', '102211.797000', '102211.813000', '102211.816000', '102211.819000', '102211.822000', '102211.825000', '102211.827000', '102211.830000', '102211.833000', '102211.836000', '102211.839000', '102211.841000', '102211.844000', '102211.847000', '102211.850000', '102211.853000', '102211.856000', '102211.859000', '102211.861000', '102211.864000', '102211.867000', '102211.870000', '102211.873000', '102211.876000', '102211.878000', '102211.881000', '102211.884000', '102231.748000', '102231.751000', '102231.754000', '102231.756000', '102231.760000', '102231.762000', '102231.765000', '102231.768000', '102231.771000', '102231.774000', '102231.777000', '102231.779000', '102231.782000', '102231.785000', '102231.788000', '102231.791000', '102231.794000', '102231.796000', '102231.799000', '102231.802000', '102231.805000', '102231.808000', '102231.811000', '102231.813000', '102231.816000', '102231.819000', '102231.822000', '102231.825000', '102231.828000', '102231.830000', '102231.833000', '102231.836000', '102231.839000', '102231.842000', '102231.844000', '102231.847000', '102231.850000', '102231.853000', '102231.856000', '102231.859000', '102231.861000', '102231.864000', '102231.867000', '102251.748000', '102251.751000', '102251.754000', '102251.757000', '102251.760000', '102251.769000', '102251.772000', '102251.775000', '102251.778000', '102251.781000', '102251.784000', '102251.786000', '102251.789000', '102251.792000', '102251.795000', '102251.798000', '102251.801000', '102251.804000', '102251.806000', '102251.809000', '102251.812000', '102251.815000', '102251.818000', '102251.820000', '102251.823000', '102251.826000', '102251.829000', '102251.832000', '102251.834000', '102251.837000', '102251.840000', '102251.843000', '102251.846000', '102251.849000', '102251.852000', '102251.854000', '102251.857000', '102251.860000', '102251.863000', '102251.866000', '102251.869000', '102251.872000', '102251.874000', '102251.877000', '102311.748000', '102311.751000', '102311.754000', '102311.757000', '102311.760000', '102311.762000', '102311.765000', '102311.768000', '102311.771000', '102311.774000', '102311.777000', '102311.779000', '102311.782000', '102311.785000', '102311.788000', '102311.791000', '102311.794000', '102311.797000', '102311.799000', '102311.802000', '102311.805000', '102311.808000', '102311.811000', '102311.814000', '102311.816000', '102311.819000', '102311.823000', '102311.826000', '102311.829000', '102311.832000', '102311.835000', '102311.838000', '102311.840000', '102311.843000', '102311.846000', '102311.849000', '102311.852000', '102311.855000', '102311.857000', '102311.860000', '102311.863000', '102311.866000', '102311.869000', '102331.749000', '102331.752000', '102331.755000', '102331.758000', '102331.760000', '102331.763000', '102331.766000', '102331.769000', '102331.772000', '102331.775000', '102331.777000', '102331.780000', '102331.783000', '102331.786000', '102331.789000', '102331.792000', '102331.795000', '102331.797000', '102331.800000', '102331.803000', '102331.806000', '102331.809000', '102331.812000', '102331.815000', '102331.817000', '102331.820000', '102331.823000', '102331.826000', '102331.829000', '102331.831000', '102331.834000', '102331.837000', '102331.840000', '102331.843000', '102331.846000', '102331.849000', '102331.851000', '102331.854000', '102331.857000', '102331.860000', '102331.863000', '102331.865000', '102331.868000', '102331.871000', '102351.749000', '102351.752000', '102351.755000', '102351.758000', '102351.761000', '102351.764000', '102351.766000', '102351.769000', '102351.772000', '102351.775000', '102351.778000', '102351.781000', '102351.784000', '102351.787000', '102351.789000', '102351.792000', '102351.795000', '102351.798000', '102351.801000', '102351.804000', '102351.806000', '102351.809000', '102351.812000', '102351.815000', '102351.818000', '102351.821000', '102351.823000', '102351.826000', '102351.829000', '102351.832000', '102351.835000', '102351.838000', '102351.841000', '102351.844000', '102351.846000', '102351.849000', '102351.852000', '102351.855000', '102351.858000', '102351.861000', '102351.863000', '102351.866000', '102351.869000', '102411.749000', '102411.752000', '102411.755000', '102411.758000', '102411.760000', '102411.763000', '102411.766000', '102411.769000', '102411.772000', '102411.775000', '102411.777000', '102411.780000', '102411.783000', '102411.786000', '102411.789000', '102411.792000', '102411.794000', '102411.797000', '102411.800000', '102411.803000', '102411.806000', '102411.809000', '102411.812000', '102411.814000', '102411.817000', '102411.820000', '102411.823000', '102411.826000', '102411.829000', '102411.831000', '102411.834000', '102411.837000', '102411.840000', '102411.843000', '102411.846000', '102411.849000', '102411.851000', '102411.854000', '102411.857000', '102411.860000', '102411.863000', '102411.866000', '102411.869000', '102411.872000', '102431.748000', '102431.751000', '102431.754000', '102431.757000', '102431.760000', '102431.762000', '102431.765000', '102431.768000', '102431.771000', '102431.774000', '102431.777000', '102431.780000', '102431.782000', '102431.785000', '102431.788000', '102431.791000', '102431.794000', '102431.797000', '102431.799000', '102431.802000', '102431.805000', '102431.808000', '102431.811000', '102431.814000', '102431.817000', '102431.819000', '102431.822000', '102431.825000', '102431.828000', '102431.831000', '102431.834000', '102431.837000', '102431.839000', '102431.842000', '102431.845000', '102431.848000', '102431.851000', '102431.854000', '102431.856000', '102431.861000', '102431.864000', '102431.867000', '102431.870000', '102451.748000', '102451.751000', '102451.754000', '102451.757000', '102451.760000', '102451.762000', '102451.765000', '102451.768000', '102451.771000', '102451.774000', '102451.776000', '102451.779000', '102451.782000', '102451.785000', '102451.788000', '102451.791000', '102451.794000', '102451.796000', '102451.799000', '102451.802000', '102451.805000', '102451.808000', '102451.810000', '102451.813000', '102451.816000', '102451.819000', '102451.822000', '102451.825000', '102451.828000', '102451.831000', '102451.834000', '102451.836000', '102451.839000', '102451.842000', '102451.845000', '102451.848000', '102451.851000', '102451.853000', '102451.856000', '102451.859000', '102451.862000', '102451.865000', '102451.868000', '102451.871000', '102511.748000', '102511.751000', '102511.754000', '102511.757000', '102511.760000', '102511.762000', '102511.765000', '102511.768000', '102511.771000', '102511.774000', '102511.777000', '102511.780000', '102511.782000', '102511.785000', '102511.797000', '102511.799000', '102511.802000', '102511.805000', '102511.808000', '102511.811000', '102511.814000', '102511.816000', '102511.819000', '102511.822000', '102511.840000', '102511.843000', '102511.846000', '102511.849000', '102511.851000', '102511.854000', '102511.857000', '102511.860000', '102511.863000', '102511.866000', '102511.869000', '102511.878000', '102511.881000', '102511.884000', '102511.887000', '102511.890000', '102511.893000', '102511.895000', '102511.898000', '102531.748000', '102531.751000', '102531.754000', '102531.757000', '102531.760000', '102531.762000', '102531.765000', '102531.768000', '102531.771000', '102531.774000', '102531.777000', '102531.780000', '102531.783000', '102531.785000', '102531.788000', '102531.791000', '102531.794000', '102531.797000', '102531.800000', '102531.802000', '102531.805000', '102531.808000', '102531.811000', '102531.814000', '102531.817000', '102531.820000', '102531.822000', '102531.825000', '102531.828000', '102531.831000', '102531.834000', '102531.837000', '102531.840000', '102531.842000', '102531.845000', '102531.848000', '102531.851000', '102531.854000', '102531.857000', '102531.860000', '102531.863000', '102531.865000', '102531.868000', '102531.871000', '102551.749000', '102551.752000', '102551.755000', '102551.758000', '102551.761000', '102551.764000', '102551.766000', '102551.769000', '102551.772000', '102551.775000', '102551.778000', '102551.781000', '102551.784000', '102551.787000', '102551.789000', '102551.792000', '102551.795000', '102551.798000', '102551.801000', '102551.803000', '102551.806000', '102551.809000', '102551.812000', '102551.815000', '102551.818000', '102551.821000', '102551.823000', '102551.826000', '102551.829000', '102551.832000', '102551.835000', '102551.838000', '102551.840000', '102551.843000', '102551.846000', '102551.849000', '102551.853000', '102551.856000', '102551.859000', '102551.862000', '102551.865000', '102551.868000', '102551.871000', '102611.749000', '102611.752000', '102611.755000', '102611.758000', '102611.761000', '102611.764000', '102611.767000', '102611.770000', '102611.773000', '102611.775000', '102611.778000', '102611.781000', '102611.784000', '102611.787000', '102611.790000', '102611.793000', '102611.795000', '102611.798000', '102611.801000', '102611.804000', '102611.807000', '102611.809000', '102611.812000', '102611.815000', '102611.818000', '102611.821000', '102611.824000', '102611.827000', '102611.829000', '102611.832000', '102611.835000', '102611.838000', '102611.841000', '102611.843000', '102611.846000', '102611.849000', '102611.852000', '102611.855000', '102611.858000', '102611.861000', '102611.864000', '102611.866000', '102611.869000', '102631.749000', '102631.752000', '102631.755000', '102631.758000', '102631.761000', '102631.764000', '102631.767000', '102631.769000', '102631.772000', '102631.775000', '102631.778000', '102631.781000', '102631.784000', '102631.786000', '102631.789000', '102631.792000', '102631.795000', '102631.798000', '102631.801000', '102631.803000', '102631.806000', '102631.809000', '102631.812000', '102631.815000', '102631.818000', '102631.821000', '102631.823000', '102631.826000', '102631.829000', '102631.832000', '102631.835000', '102631.838000', '102631.840000', '102631.843000', '102631.846000', '102631.849000', '102631.860000', '102631.863000', '102631.866000', '102631.869000', '102631.872000', '102631.875000', '102631.877000', '102631.880000', '102637.544000', '102637.548000', '102637.551000', '102637.563000', '102637.566000', '102637.569000', '102637.572000', '102637.575000', '102637.578000', '102637.581000', '102637.584000', '102637.587000', '102637.590000'], 'InstanceCreationTime': ['102011.824000', '102011.828000', '102011.830000', '102011.840000', '102011.843000', '102011.845000', '102011.848000', '102011.851000', '102011.854000', '102011.857000', '102011.859000', '102011.862000', '102011.865000', '102011.868000', '102011.871000', '102011.877000', '102011.880000', '102011.883000', '102011.886000', '102011.889000', '102011.892000', '102011.894000', '102011.897000', '102011.905000', '102011.908000', '102011.911000', '102011.913000', '102011.916000', '102011.919000', '102011.922000', '102011.925000', '102011.928000', '102011.930000', '102031.749000', '102031.752000', '102031.755000', '102031.758000', '102031.761000', '102031.764000', '102031.766000', '102031.769000', '102031.772000', '102031.775000', '102031.778000', '102031.781000', '102031.783000', '102031.786000', '102031.789000', '102031.792000', '102031.795000', '102031.797000', '102031.800000', '102031.803000', '102031.806000', '102031.809000', '102031.828000', '102031.831000', '102031.834000', '102031.837000', '102031.840000', '102031.843000', '102031.846000', '102031.849000', '102031.851000', '102031.854000', '102031.857000', '102031.860000', '102031.863000', '102031.865000', '102031.868000', '102031.871000', '102031.874000', '102031.877000', '102031.879000', '102031.882000', '102031.885000', '102051.748000', '102051.751000', '102051.754000', '102051.756000', '102051.759000', '102051.762000', '102051.765000', '102051.768000', '102051.771000', '102051.773000', '102051.776000', '102051.779000', '102051.782000', '102051.785000', '102051.788000', '102051.790000', '102051.793000', '102051.796000', '102051.799000', '102051.801000', '102051.809000', '102051.811000', '102051.814000', '102051.817000', '102051.820000', '102051.823000', '102051.825000', '102051.828000', '102051.831000', '102051.834000', '102051.837000', '102051.839000', '102051.842000', '102051.845000', '102051.848000', '102051.851000', '102051.854000', '102051.856000', '102051.859000', '102051.862000', '102051.865000', '102051.868000', '102051.870000', '102051.873000', '102111.749000', '102111.752000', '102111.755000', '102111.758000', '102111.761000', '102111.763000', '102111.766000', '102111.769000', '102111.772000', '102111.775000', '102111.778000', '102111.780000', '102111.783000', '102111.786000', '102111.789000', '102111.792000', '102111.794000', '102111.797000', '102111.800000', '102111.803000', '102111.806000', '102111.808000', '102111.811000', '102111.814000', '102111.819000', '102111.823000', '102111.826000', '102111.829000', '102111.832000', '102111.835000', '102111.838000', '102111.840000', '102111.843000', '102111.846000', '102111.849000', '102111.852000', '102111.855000', '102111.858000', '102111.860000', '102111.863000', '102111.866000', '102111.869000', '102111.872000', '102131.749000', '102131.752000', '102131.755000', '102131.758000', '102131.760000', '102131.763000', '102131.766000', '102131.769000', '102131.772000', '102131.775000', '102131.777000', '102131.780000', '102131.783000', '102131.786000', '102131.789000', '102131.791000', '102131.794000', '102131.797000', '102131.800000', '102131.803000', '102131.806000', '102131.808000', '102131.811000', '102131.814000', '102131.817000', '102131.820000', '102131.822000', '102131.825000', '102131.828000', '102131.831000', '102131.834000', '102131.837000', '102131.839000', '102131.842000', '102131.845000', '102131.848000', '102131.851000', '102131.854000', '102131.857000', '102131.860000', '102131.862000', '102131.865000', '102131.868000', '102131.871000', '102151.749000', '102151.752000', '102151.755000', '102151.758000', '102151.761000', '102151.764000', '102151.766000', '102151.769000', '102151.772000', '102151.775000', '102151.778000', '102151.780000', '102151.784000', '102151.788000', '102151.790000', '102151.793000', '102151.796000', '102151.799000', '102151.802000', '102151.805000', '102151.808000', '102151.810000', '102151.813000', '102151.816000', '102151.819000', '102151.822000', '102151.824000', '102151.827000', '102151.830000', '102151.833000', '102151.836000', '102151.840000', '102151.843000', '102151.846000', '102151.849000', '102151.853000', '102151.856000', '102151.859000', '102151.861000', '102151.864000', '102151.867000', '102151.870000', '102151.873000', '102211.748000', '102211.752000', '102211.755000', '102211.758000', '102211.761000', '102211.764000', '102211.766000', '102211.769000', '102211.772000', '102211.775000', '102211.778000', '102211.781000', '102211.783000', '102211.786000', '102211.789000', '102211.792000', '102211.795000', '102211.797000', '102211.813000', '102211.816000', '102211.819000', '102211.822000', '102211.825000', '102211.827000', '102211.830000', '102211.833000', '102211.836000', '102211.839000', '102211.841000', '102211.844000', '102211.847000', '102211.850000', '102211.853000', '102211.856000', '102211.859000', '102211.861000', '102211.864000', '102211.867000', '102211.870000', '102211.873000', '102211.876000', '102211.878000', '102211.881000', '102211.884000', '102231.748000', '102231.751000', '102231.754000', '102231.756000', '102231.760000', '102231.762000', '102231.765000', '102231.768000', '102231.771000', '102231.774000', '102231.777000', '102231.779000', '102231.782000', '102231.785000', '102231.788000', '102231.791000', '102231.794000', '102231.796000', '102231.799000', '102231.802000', '102231.805000', '102231.808000', '102231.811000', '102231.813000', '102231.816000', '102231.819000', '102231.822000', '102231.825000', '102231.828000', '102231.830000', '102231.833000', '102231.836000', '102231.839000', '102231.842000', '102231.844000', '102231.847000', '102231.850000', '102231.853000', '102231.856000', '102231.859000', '102231.861000', '102231.864000', '102231.867000', '102251.748000', '102251.751000', '102251.754000', '102251.757000', '102251.760000', '102251.769000', '102251.772000', '102251.775000', '102251.778000', '102251.781000', '102251.784000', '102251.786000', '102251.789000', '102251.792000', '102251.795000', '102251.798000', '102251.801000', '102251.804000', '102251.806000', '102251.809000', '102251.812000', '102251.815000', '102251.818000', '102251.820000', '102251.823000', '102251.826000', '102251.829000', '102251.832000', '102251.834000', '102251.837000', '102251.840000', '102251.843000', '102251.846000', '102251.849000', '102251.852000', '102251.854000', '102251.857000', '102251.860000', '102251.863000', '102251.866000', '102251.869000', '102251.872000', '102251.874000', '102251.877000', '102311.748000', '102311.751000', '102311.754000', '102311.757000', '102311.760000', '102311.762000', '102311.765000', '102311.768000', '102311.771000', '102311.774000', '102311.777000', '102311.779000', '102311.782000', '102311.785000', '102311.788000', '102311.791000', '102311.794000', '102311.797000', '102311.799000', '102311.802000', '102311.805000', '102311.808000', '102311.811000', '102311.814000', '102311.816000', '102311.819000', '102311.823000', '102311.826000', '102311.829000', '102311.832000', '102311.835000', '102311.838000', '102311.840000', '102311.843000', '102311.846000', '102311.849000', '102311.852000', '102311.855000', '102311.857000', '102311.860000', '102311.863000', '102311.866000', '102311.869000', '102331.749000', '102331.752000', '102331.755000', '102331.758000', '102331.760000', '102331.763000', '102331.766000', '102331.769000', '102331.772000', '102331.775000', '102331.777000', '102331.780000', '102331.783000', '102331.786000', '102331.789000', '102331.792000', '102331.795000', '102331.797000', '102331.800000', '102331.803000', '102331.806000', '102331.809000', '102331.812000', '102331.815000', '102331.817000', '102331.820000', '102331.823000', '102331.826000', '102331.829000', '102331.831000', '102331.834000', '102331.837000', '102331.840000', '102331.843000', '102331.846000', '102331.849000', '102331.851000', '102331.854000', '102331.857000', '102331.860000', '102331.863000', '102331.865000', '102331.868000', '102331.871000', '102351.749000', '102351.752000', '102351.755000', '102351.758000', '102351.761000', '102351.764000', '102351.766000', '102351.769000', '102351.772000', '102351.775000', '102351.778000', '102351.781000', '102351.784000', '102351.787000', '102351.789000', '102351.792000', '102351.795000', '102351.798000', '102351.801000', '102351.804000', '102351.806000', '102351.809000', '102351.812000', '102351.815000', '102351.818000', '102351.821000', '102351.823000', '102351.826000', '102351.829000', '102351.832000', '102351.835000', '102351.838000', '102351.841000', '102351.844000', '102351.846000', '102351.849000', '102351.852000', '102351.855000', '102351.858000', '102351.861000', '102351.863000', '102351.866000', '102351.869000', '102411.749000', '102411.752000', '102411.755000', '102411.758000', '102411.760000', '102411.763000', '102411.766000', '102411.769000', '102411.772000', '102411.775000', '102411.777000', '102411.780000', '102411.783000', '102411.786000', '102411.789000', '102411.792000', '102411.794000', '102411.797000', '102411.800000', '102411.803000', '102411.806000', '102411.809000', '102411.812000', '102411.814000', '102411.817000', '102411.820000', '102411.823000', '102411.826000', '102411.829000', '102411.831000', '102411.834000', '102411.837000', '102411.840000', '102411.843000', '102411.846000', '102411.849000', '102411.851000', '102411.854000', '102411.857000', '102411.860000', '102411.863000', '102411.866000', '102411.869000', '102411.872000', '102431.748000', '102431.751000', '102431.754000', '102431.757000', '102431.760000', '102431.762000', '102431.765000', '102431.768000', '102431.771000', '102431.774000', '102431.777000', '102431.780000', '102431.782000', '102431.785000', '102431.788000', '102431.791000', '102431.794000', '102431.797000', '102431.799000', '102431.802000', '102431.805000', '102431.808000', '102431.811000', '102431.814000', '102431.817000', '102431.819000', '102431.822000', '102431.825000', '102431.828000', '102431.831000', '102431.834000', '102431.837000', '102431.839000', '102431.842000', '102431.845000', '102431.848000', '102431.851000', '102431.854000', '102431.856000', '102431.861000', '102431.864000', '102431.867000', '102431.870000', '102451.748000', '102451.751000', '102451.754000', '102451.757000', '102451.760000', '102451.762000', '102451.765000', '102451.768000', '102451.771000', '102451.774000', '102451.776000', '102451.779000', '102451.782000', '102451.785000', '102451.788000', '102451.791000', '102451.794000', '102451.796000', '102451.799000', '102451.802000', '102451.805000', '102451.808000', '102451.810000', '102451.813000', '102451.816000', '102451.819000', '102451.822000', '102451.825000', '102451.828000', '102451.831000', '102451.834000', '102451.836000', '102451.839000', '102451.842000', '102451.845000', '102451.848000', '102451.851000', '102451.853000', '102451.856000', '102451.859000', '102451.862000', '102451.865000', '102451.868000', '102451.871000', '102511.748000', '102511.751000', '102511.754000', '102511.757000', '102511.760000', '102511.762000', '102511.765000', '102511.768000', '102511.771000', '102511.774000', '102511.777000', '102511.780000', '102511.782000', '102511.785000', '102511.797000', '102511.799000', '102511.802000', '102511.805000', '102511.808000', '102511.811000', '102511.814000', '102511.816000', '102511.819000', '102511.822000', '102511.840000', '102511.843000', '102511.846000', '102511.849000', '102511.851000', '102511.854000', '102511.857000', '102511.860000', '102511.863000', '102511.866000', '102511.869000', '102511.878000', '102511.881000', '102511.884000', '102511.887000', '102511.890000', '102511.893000', '102511.895000', '102511.898000', '102531.748000', '102531.751000', '102531.754000', '102531.757000', '102531.760000', '102531.762000', '102531.765000', '102531.768000', '102531.771000', '102531.774000', '102531.777000', '102531.780000', '102531.783000', '102531.785000', '102531.788000', '102531.791000', '102531.794000', '102531.797000', '102531.800000', '102531.802000', '102531.805000', '102531.808000', '102531.811000', '102531.814000', '102531.817000', '102531.820000', '102531.822000', '102531.825000', '102531.828000', '102531.831000', '102531.834000', '102531.837000', '102531.840000', '102531.842000', '102531.845000', '102531.848000', '102531.851000', '102531.854000', '102531.857000', '102531.860000', '102531.863000', '102531.865000', '102531.868000', '102531.871000', '102551.749000', '102551.752000', '102551.755000', '102551.758000', '102551.761000', '102551.764000', '102551.766000', '102551.769000', '102551.772000', '102551.775000', '102551.778000', '102551.781000', '102551.784000', '102551.787000', '102551.789000', '102551.792000', '102551.795000', '102551.798000', '102551.801000', '102551.803000', '102551.806000', '102551.809000', '102551.812000', '102551.815000', '102551.818000', '102551.821000', '102551.823000', '102551.826000', '102551.829000', '102551.832000', '102551.835000', '102551.838000', '102551.840000', '102551.843000', '102551.846000', '102551.849000', '102551.853000', '102551.856000', '102551.859000', '102551.862000', '102551.865000', '102551.868000', '102551.871000', '102611.749000', '102611.752000', '102611.755000', '102611.758000', '102611.761000', '102611.764000', '102611.767000', '102611.770000', '102611.773000', '102611.775000', '102611.778000', '102611.781000', '102611.784000', '102611.787000', '102611.790000', '102611.793000', '102611.795000', '102611.798000', '102611.801000', '102611.804000', '102611.807000', '102611.809000', '102611.812000', '102611.815000', '102611.818000', '102611.821000', '102611.824000', '102611.827000', '102611.829000', '102611.832000', '102611.835000', '102611.838000', '102611.841000', '102611.843000', '102611.846000', '102611.849000', '102611.852000', '102611.855000', '102611.858000', '102611.861000', '102611.864000', '102611.866000', '102611.869000', '102631.749000', '102631.752000', '102631.755000', '102631.758000', '102631.761000', '102631.764000', '102631.767000', '102631.769000', '102631.772000', '102631.775000', '102631.778000', '102631.781000', '102631.784000', '102631.786000', '102631.789000', '102631.792000', '102631.795000', '102631.798000', '102631.801000', '102631.803000', '102631.806000', '102631.809000', '102631.812000', '102631.815000', '102631.818000', '102631.821000', '102631.823000', '102631.826000', '102631.829000', '102631.832000', '102631.835000', '102631.838000', '102631.840000', '102631.843000', '102631.846000', '102631.849000', '102631.860000', '102631.863000', '102631.866000', '102631.869000', '102631.872000', '102631.875000', '102631.877000', '102631.880000', '102637.544000', '102637.548000', '102637.551000', '102637.563000', '102637.566000', '102637.569000', '102637.572000', '102637.575000', '102637.578000', '102637.581000', '102637.584000', '102637.587000', '102637.590000'], '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': [14752, 9371, 16304, 10378, 17504, 11240, 16425, 12764, 11721, 11855, 10206, 14158, 9637, 14572, 16844, 10907, 15996, 9511, 14912, 12144, 12563, 17181, 10545, 16067, 9914, 13738, 16951, 11209, 15667, 9548, 14304, 15803, 11440, 15113, 9258, 13353, 13271, 10512, 15705, 9941, 14458, 11606, 12536, 15987, 10116, 14511, 9313, 13520, 9846, 11418, 15900, 10509, 14464, 9116, 12823, 14810, 10135, 15150, 9072, 12932, 9203, 11427, 16621, 9549, 15085, 9037, 14738, 9213, 12994, 16091, 11465, 15802, 9702, 15431, 10058, 14503, 14028, 12282, 15809, 10448, 15904, 9797, 15546, 9759, 13584, 14712, 11221, 16882, 10411, 16382, 9959, 15949, 9673, 13595, 16950, 11687, 16112, 10373, 15566, 9602, 13667, 13365, 11767, 17287, 10645, 15752, 9855, 14513, 11838, 13051, 16064, 11050, 16250, 9725, 15510, 12749, 12356, 16558, 10073, 15401, 9468, 13967, 13910, 11829, 16511, 9791, 15474, 9523, 14927, 13694, 12207, 16326, 9705, 15136, 9724, 13230, 17031, 12005, 14885, 9640, 13269, 10816, 12079, 17235, 11207, 14342, 9820, 13285, 9669, 13193, 13515, 12861, 11944, 10898, 16673, 9732, 15864, 9761, 15727, 11390, 13631, 16055, 11968, 15047, 9642, 14599, 9772, 14653, 14108, 11843, 16380, 10150, 15036, 9649, 14448, 12818, 12470, 17029, 10581, 14897, 9642, 14171, 12877, 11703, 16686, 10021, 14580, 9499, 14122, 10103, 12551, 16147, 10885, 14314, 10090, 14284, 9640, 13798, 14383, 11025, 16049, 9850, 15299, 9847, 15254, 10722, 13397, 15178, 10918, 15582, 10537, 15843, 9711, 14018, 9779, 12347, 14742, 11201, 16104, 10043, 15227, 9940, 15504, 10077, 13661, 15238, 11015, 15423, 9762, 15198, 10915, 14852, 10072, 12176, 9779, 11338, 9452, 11625, 15804, 10663, 14530, 9757, 14087, 12078, 11344, 15852, 10170, 14753, 10397, 14377, 14743, 10658, 14487, 9797, 13481, 13933, 10672, 15726, 10044, 14083, 9672, 11539, 16150, 10019, 14377, 9687, 12197, 12471, 9774, 14350, 9599, 12317, 9785, 11392, 14679, 9700, 13820, 9686, 13080, 11915, 11607, 13441, 10050, 15591, 9797, 14716, 11962, 12775, 14442, 9942, 14463, 9880, 14350, 10671, 12266, 12655, 10360, 15526, 10230, 15069, 10001, 14100, 10726, 12057, 16536, 10991, 15005, 11066, 14520, 9953, 12634, 10005, 11971, 16973, 11463, 14768, 9834, 13460, 9821, 12694, 13979, 10733, 15346, 10188, 14192, 9699, 13258, 11825, 11688, 15810, 10847, 14449, 9679, 14315, 9848, 13613, 11544, 12759, 9814, 13187, 9897, 14954, 10990, 14726, 12539, 12058, 14189, 9930, 14481, 9956, 15003, 10061, 13847, 9968, 13017, 13184, 11384, 15218, 11092, 13898, 10037, 14194, 9982, 14487, 12349, 12355, 13750, 10281, 14211, 10024, 14153, 10092, 12614, 10465, 10643, 15104, 10112, 14370, 10096, 13814, 9960, 11978, 14604, 10363, 14905, 10118, 13424, 9945, 10891, 15690, 9932, 14311, 10742, 15169, 9739, 12968, 9778, 9831, 11402, 9709, 14836, 10070, 13395, 10145, 12910, 14822, 10379, 13952, 9907, 13550, 14084, 12308, 15207, 10320, 13308, 9935, 13568, 11191, 13443, 15667, 11832, 14508, 9991, 13115, 10083, 14066, 11415, 14110, 14141, 11696, 12581, 10371, 9496, 11802, 9613, 14712, 9461, 15481, 9805, 13836, 16922, 11883, 15887, 10774, 15893, 11049, 15929, 10995, 14591, 14452, 12515, 15325, 11202, 14073, 10625, 12987, 12369, 10908, 15080, 10224, 13740, 9523, 12287, 14524, 10385, 15044, 9637, 13452, 9474, 12200, 9540, 12237, 14803, 10634, 14500, 9358, 13685, 9497, 11652, 15992, 10098, 14632, 9615, 13101, 9323, 10732, 16192, 10114, 14403, 9818, 14756, 10041, 12617, 14419, 10746, 15380, 10004, 14515, 10875, 13769, 13353, 11239, 16203, 10383, 14717, 9926, 14099, 12358, 11605, 16190, 10192, 15139, 10140, 13879, 10232, 12682, 14552, 10948, 15659, 10351, 14855, 10754, 12462, 15744, 12056, 14417, 10402, 13383, 10140, 12359, 13600, 10503, 16062, 11033, 14794, 10193, 15283, 10404, 14326, 12738, 11778, 15920, 10438, 14368, 10214, 13624, 12986, 11356, 15972, 10569, 14926, 10352, 14178, 10698, 12633, 15473, 10948, 15629, 10511, 14748, 10620, 12770, 11631, 10637, 16210, 11079, 14621, 10720, 15043, 10680, 13235, 10348, 12995, 11534, 11969, 16594, 10961, 14579, 10506, 14639, 10743, 13923, 12603, 13268, 12913, 10505, 15091, 10661, 14138, 10799, 15269, 10704, 14586, 10736, 14601, 10822, 15067, 10797, 15069, 10760, 14219, 10784, 14635, 11723, 13614, 14123, 12167, 10748, 10811, 14610, 10935, 15309, 10925, 14720, 10778, 14330, 10607, 13206, 13901, 10848, 15479, 10761, 14337, 10592, 11380, 15555, 10719, 13915, 10724, 12620, 12969, 10895, 14707, 10742, 13559, 11311, 11175, 15069, 10996, 13629, 10541, 11386, 11735, 10599, 15247, 10748, 13944, 10768, 12317, 10940, 10708, 15842, 10985, 14028, 10982, 12803, 12259, 11086, 14945, 10996, 13717, 10660, 12569, 15496, 11237, 14417, 10721, 13051, 10712, 12434, 13690, 11305, 15524, 10725, 14418, 10746, 12722, 11376, 10579, 15759, 10740, 13889, 12194, 11623, 15562, 10864, 14391, 10931, 12571, 15364, 11362, 14100, 10896, 12446, 13793, 10765, 14961, 10890, 13904, 10479, 11698, 12184, 10641, 15615, 10762, 13746, 10561, 11833, 13918, 10692, 14846, 10616, 14690, 10628, 13034, 10418, 11601, 13702, 10952, 14683, 10920, 15669, 11006, 13681, 11061, 14453, 10892, 14376, 10805, 13930, 11214, 14974, 11079, 15203, 11595, 14078, 11045, 14061, 11078, 14387, 10974, 14189, 11001, 12291, 10668, 10847, 13797, 11125, 14237, 11037, 14910, 11051, 14142, 11033, 13817, 11222, 12098, 10473, 10963, 10407, 10544, 13942, 10639, 14321, 10505, 13884, 11139, 12199, 14885, 10890, 13854, 10726, 14486, 13890, 13111, 13653, 10316, 9257, 10432, 14257, 10296, 16222, 9544, 14251, 10832, 11793, 16721, 9828, 14813, 9539, 12337, 16543, 11269, 15357, 10064, 13203, 16540, 11297, 14436, 9617, 11943, 15953, 10179, 13675, 9554, 12028, 15337, 9807, 13982, 9454, 12386, 10817, 10905, 16238, 9883, 13870, 9543, 13281, 9278, 12332, 11666, 10839, 14091, 9764, 14148, 9618, 13228, 9633, 12031, 12647, 10447, 15586, 9656, 13861, 9396, 12442, 14847, 10334, 14996, 9565, 12945, 9108, 11256, 15166, 9563, 14528, 9224, 13391, 9466, 11987, 14708, 9946, 15119, 9546, 14219, 9156, 12809, 14846, 11274, 16234, 10115, 15184, 9908, 13891, 11643, 11044, 16766, 10887, 14742, 10032, 14554, 9736], 'WindowCenter': [4839.0, 4764.0, 4821.0, 4770.0, 4843.0, 4808.0, 4822.0, 4804.0, 4790.0, 4776.0, 4746.0, 4785.0, 4746.0, 4797.0, 4781.0, 4741.0, 4780.0, 4721.0, 4771.0, 4746.0, 4750.0, 4777.0, 4729.0, 4768.0, 4706.0, 4745.0, 4753.0, 4715.0, 4754.0, 4692.0, 4742.0, 4739.0, 4700.0, 4729.0, 4668.0, 4719.0, 4706.0, 4688.0, 4726.0, 4677.0, 4729.0, 4710.0, 4733.0, 4739.0, 4690.0, 4729.0, 4680.0, 4731.0, 4692.0, 4724.0, 4762.0, 4714.0, 4754.0, 4695.0, 4744.0, 4753.0, 4719.0, 4769.0, 4721.0, 4759.0, 4719.0, 4751.0, 4791.0, 4746.0, 4792.0, 4723.0, 4784.0, 4735.0, 4786.0, 4792.0, 4767.0, 4794.0, 4737.0, 4783.0, 4731.0, 4783.0, 4772.0, 4763.0, 4780.0, 4744.0, 4779.0, 4732.0, 4794.0, 4733.0, 4770.0, 4771.0, 4752.0, 4788.0, 4743.0, 4789.0, 4731.0, 4791.0, 4721.0, 4772.0, 4780.0, 4752.0, 4780.0, 4729.0, 4780.0, 4720.0, 4770.0, 4759.0, 4753.0, 4787.0, 4732.0, 4778.0, 4729.0, 4768.0, 4750.0, 4770.0, 4780.0, 4751.0, 4779.0, 4719.0, 4781.0, 4748.0, 4762.0, 4789.0, 4730.0, 4778.0, 4721.0, 4780.0, 4756.0, 4752.0, 4779.0, 4728.0, 4777.0, 4732.0, 4782.0, 4758.0, 4750.0, 4776.0, 4716.0, 4769.0, 4709.0, 4750.0, 4767.0, 4738.0, 4755.0, 4704.0, 4745.0, 4713.0, 4749.0, 4775.0, 4726.0, 4754.0, 4717.0, 4756.0, 4717.0, 4758.0, 4768.0, 4763.0, 4750.0, 4740.0, 4775.0, 4718.0, 4779.0, 4726.0, 4778.0, 4738.0, 4768.0, 4779.0, 4735.0, 4754.0, 4717.0, 4755.0, 4713.0, 4765.0, 4755.0, 4748.0, 4763.0, 4725.0, 4765.0, 4707.0, 4765.0, 4746.0, 4746.0, 4773.0, 4726.0, 4764.0, 4704.0, 4755.0, 4745.0, 4737.0, 4775.0, 4720.0, 4766.0, 4716.0, 4767.0, 4728.0, 4761.0, 4778.0, 4737.0, 4768.0, 4740.0, 4770.0, 4720.0, 4768.0, 4768.0, 4740.0, 4778.0, 4730.0, 4778.0, 4742.0, 4791.0, 4740.0, 4768.0, 4768.0, 4740.0, 4778.0, 4740.0, 4778.0, 4718.0, 4768.0, 4718.0, 4761.0, 4767.0, 4739.0, 4775.0, 4730.0, 4779.0, 4728.0, 4779.0, 4730.0, 4771.0, 4765.0, 4726.0, 4766.0, 4728.0, 4770.0, 4727.0, 4767.0, 4716.0, 4747.0, 4717.0, 4735.0, 4716.0, 4750.0, 4776.0, 4736.0, 4767.0, 4718.0, 4770.0, 4747.0, 4739.0, 4766.0, 4718.0, 4756.0, 4716.0, 4756.0, 4752.0, 4713.0, 4741.0, 4703.0, 4743.0, 4741.0, 4715.0, 4752.0, 4704.0, 4742.0, 4688.0, 4723.0, 4750.0, 4700.0, 4741.0, 4691.0, 4723.0, 4719.0, 4703.0, 4740.0, 4704.0, 4732.0, 4715.0, 4738.0, 4765.0, 4719.0, 4768.0, 4731.0, 4769.0, 4751.0, 4751.0, 4759.0, 4731.0, 4777.0, 4731.0, 4781.0, 4747.0, 4759.0, 4758.0, 4718.0, 4756.0, 4730.0, 4768.0, 4726.0, 4748.0, 4745.0, 4728.0, 4777.0, 4731.0, 4778.0, 4726.0, 4768.0, 4728.0, 4749.0, 4776.0, 4738.0, 4766.0, 4738.0, 4758.0, 4716.0, 4747.0, 4713.0, 4738.0, 4778.0, 4751.0, 4766.0, 4716.0, 4755.0, 4714.0, 4747.0, 4745.0, 4727.0, 4766.0, 4718.0, 4756.0, 4717.0, 4757.0, 4735.0, 4749.0, 4775.0, 4737.0, 4765.0, 4718.0, 4767.0, 4717.0, 4769.0, 4740.0, 4747.0, 4717.0, 4758.0, 4718.0, 4767.0, 4728.0, 4769.0, 4748.0, 4749.0, 4757.0, 4718.0, 4769.0, 4731.0, 4769.0, 4718.0, 4757.0, 4715.0, 4756.0, 4745.0, 4747.0, 4766.0, 4737.0, 4754.0, 4716.0, 4753.0, 4715.0, 4758.0, 4734.0, 4748.0, 4741.0, 4716.0, 4755.0, 4715.0, 4757.0, 4715.0, 4745.0, 4715.0, 4728.0, 4764.0, 4729.0, 4767.0, 4726.0, 4757.0, 4716.0, 4749.0, 4768.0, 4729.0, 4767.0, 4731.0, 4759.0, 4716.0, 4728.0, 4765.0, 4716.0, 4768.0, 4739.0, 4768.0, 4720.0, 4758.0, 4740.0, 4728.0, 4736.0, 4730.0, 4768.0, 4729.0, 4761.0, 4731.0, 4760.0, 4768.0, 4729.0, 4767.0, 4718.0, 4757.0, 4756.0, 4749.0, 4769.0, 4728.0, 4757.0, 4717.0, 4759.0, 4728.0, 4758.0, 4765.0, 4738.0, 4753.0, 4706.0, 4744.0, 4717.0, 4757.0, 4736.0, 4771.0, 4772.0, 4751.0, 4746.0, 4715.0, 4717.0, 4736.0, 4717.0, 4778.0, 4730.0, 4789.0, 4731.0, 4771.0, 4778.0, 4752.0, 4767.0, 4728.0, 4762.0, 4728.0, 4763.0, 4714.0, 4743.0, 4732.0, 4720.0, 4729.0, 4686.0, 4707.0, 4675.0, 4704.0, 4678.0, 4670.0, 4699.0, 4659.0, 4701.0, 4650.0, 4693.0, 4713.0, 4684.0, 4712.0, 4673.0, 4701.0, 4672.0, 4703.0, 4674.0, 4718.0, 4726.0, 4698.0, 4738.0, 4689.0, 4741.0, 4691.0, 4721.0, 4747.0, 4714.0, 4754.0, 4702.0, 4742.0, 4691.0, 4725.0, 4763.0, 4725.0, 4768.0, 4729.0, 4767.0, 4718.0, 4759.0, 4763.0, 4738.0, 4764.0, 4719.0, 4770.0, 4727.0, 4759.0, 4757.0, 4735.0, 4763.0, 4717.0, 4765.0, 4715.0, 4768.0, 4746.0, 4738.0, 4775.0, 4728.0, 4769.0, 4728.0, 4756.0, 4716.0, 4758.0, 4756.0, 4739.0, 4766.0, 4727.0, 4766.0, 4726.0, 4749.0, 4766.0, 4735.0, 4755.0, 4724.0, 4743.0, 4713.0, 4746.0, 4754.0, 4728.0, 4776.0, 4742.0, 4779.0, 4740.0, 4778.0, 4740.0, 4769.0, 4759.0, 4749.0, 4777.0, 4740.0, 4767.0, 4729.0, 4771.0, 4759.0, 4750.0, 4777.0, 4738.0, 4780.0, 4729.0, 4769.0, 4729.0, 4758.0, 4766.0, 4738.0, 4765.0, 4727.0, 4767.0, 4724.0, 4747.0, 4724.0, 4726.0, 4763.0, 4736.0, 4765.0, 4738.0, 4768.0, 4730.0, 4758.0, 4727.0, 4757.0, 4736.0, 4750.0, 4778.0, 4731.0, 4769.0, 4728.0, 4768.0, 4727.0, 4767.0, 4747.0, 4758.0, 4747.0, 4725.0, 4754.0, 4729.0, 4766.0, 4738.0, 4777.0, 4738.0, 4768.0, 4740.0, 4767.0, 4741.0, 4780.0, 4739.0, 4781.0, 4739.0, 4769.0, 4738.0, 4780.0, 4748.0, 4771.0, 4759.0, 4750.0, 4727.0, 4726.0, 4754.0, 4726.0, 4753.0, 4725.0, 4755.0, 4726.0, 4755.0, 4716.0, 4754.0, 4755.0, 4724.0, 4763.0, 4723.0, 4752.0, 4713.0, 4734.0, 4761.0, 4715.0, 4739.0, 4724.0, 4743.0, 4732.0, 4723.0, 4754.0, 4713.0, 4743.0, 4725.0, 4734.0, 4752.0, 4725.0, 4754.0, 4714.0, 4736.0, 4736.0, 4740.0, 4778.0, 4740.0, 4767.0, 4740.0, 4761.0, 4738.0, 4741.0, 4789.0, 4752.0, 4769.0, 4739.0, 4760.0, 4748.0, 4752.0, 4780.0, 4740.0, 4769.0, 4739.0, 4760.0, 4779.0, 4751.0, 4781.0, 4740.0, 4757.0, 4739.0, 4762.0, 4757.0, 4749.0, 4779.0, 4742.0, 4770.0, 4737.0, 4757.0, 4735.0, 4728.0, 4766.0, 4725.0, 4761.0, 4736.0, 4738.0, 4764.0, 4727.0, 4766.0, 4727.0, 4749.0, 4765.0, 4734.0, 4744.0, 4716.0, 4744.0, 4742.0, 4725.0, 4757.0, 4728.0, 4744.0, 4716.0, 4736.0, 4736.0, 4728.0, 4765.0, 4725.0, 4759.0, 4725.0, 4736.0, 4745.0, 4726.0, 4754.0, 4729.0, 4769.0, 4727.0, 4769.0, 4740.0, 4749.0, 4781.0, 4751.0, 4780.0, 4750.0, 4777.0, 4738.0, 4757.0, 4750.0, 4784.0, 4738.0, 4758.0, 4739.0, 4766.0, 4749.0, 4776.0, 4751.0, 4780.0, 4751.0, 4757.0, 4736.0, 4755.0, 4736.0, 4755.0, 4727.0, 4756.0, 4726.0, 4735.0, 4710.0, 4714.0, 4742.0, 4737.0, 4753.0, 4726.0, 4765.0, 4738.0, 4757.0, 4738.0, 4757.0, 4738.0, 4761.0, 4742.0, 4742.0, 4731.0, 4742.0, 4772.0, 4746.0, 4784.0, 4745.0, 4775.0, 4742.0, 4750.0, 4758.0, 4727.0, 4747.0, 4741.0, 4783.0, 4761.0, 4750.0, 4746.0, 4691.0, 4681.0, 4714.0, 4730.0, 4705.0, 4752.0, 4694.0, 4745.0, 4711.0, 4725.0, 4753.0, 4704.0, 4742.0, 4680.0, 4722.0, 4740.0, 4701.0, 4741.0, 4679.0, 4711.0, 4726.0, 4685.0, 4705.0, 4654.0, 4684.0, 4697.0, 4658.0, 4688.0, 4652.0, 4683.0, 4709.0, 4666.0, 4704.0, 4665.0, 4694.0, 4673.0, 4688.0, 4724.0, 4677.0, 4716.0, 4690.0, 4728.0, 4679.0, 4731.0, 4722.0, 4713.0, 4741.0, 4702.0, 4742.0, 4703.0, 4733.0, 4703.0, 4735.0, 4736.0, 4724.0, 4755.0, 4705.0, 4746.0, 4707.0, 4748.0, 4755.0, 4725.0, 4755.0, 4705.0, 4744.0, 4696.0, 4739.0, 4766.0, 4718.0, 4769.0, 4720.0, 4772.0, 4719.0, 4749.0, 4765.0, 4729.0, 4768.0, 4720.0, 4769.0, 4720.0, 4763.0, 4780.0, 4750.0, 4779.0, 4730.0, 4770.0, 4730.0, 4771.0, 4737.0, 4751.0, 4791.0, 4742.0, 4767.0, 4732.0, 4771.0, 4719.0], 'WindowWidth': [10540.0, 10426.0, 10494.0, 10425.0, 10532.0, 10488.0, 10497.0, 10476.0, 10451.0, 10424.0, 10379.0, 10434.0, 10381.0, 10453.0, 10420.0, 10362.0, 10416.0, 10335.0, 10403.0, 10364.0, 10374.0, 10408.0, 10342.0, 10393.0, 10304.0, 10358.0, 10366.0, 10315.0, 10366.0, 10278.0, 10349.0, 10340.0, 10285.0, 10323.0, 10237.0, 10308.0, 10286.0, 10266.0, 10315.0, 10251.0, 10326.0, 10302.0, 10338.0, 10337.0, 10274.0, 10324.0, 10261.0, 10331.0, 10279.0, 10327.0, 10379.0, 10315.0, 10368.0, 10291.0, 10358.0, 10366.0, 10326.0, 10397.0, 10338.0, 10384.0, 10329.0, 10376.0, 10433.0, 10380.0, 10437.0, 10346.0, 10428.0, 10361.0, 10433.0, 10438.0, 10410.0, 10444.0, 10366.0, 10423.0, 10351.0, 10425.0, 10407.0, 10395.0, 10415.0, 10369.0, 10414.0, 10354.0, 10442.0, 10355.0, 10403.0, 10402.0, 10381.0, 10427.0, 10371.0, 10430.0, 10351.0, 10434.0, 10334.0, 10407.0, 10416.0, 10381.0, 10415.0, 10346.0, 10413.0, 10333.0, 10400.0, 10386.0, 10383.0, 10423.0, 10351.0, 10410.0, 10345.0, 10399.0, 10375.0, 10402.0, 10416.0, 10379.0, 10414.0, 10333.0, 10419.0, 10370.0, 10393.0, 10428.0, 10349.0, 10410.0, 10336.0, 10419.0, 10381.0, 10379.0, 10413.0, 10343.0, 10410.0, 10355.0, 10422.0, 10383.0, 10374.0, 10404.0, 10324.0, 10396.0, 10315.0, 10371.0, 10393.0, 10352.0, 10371.0, 10300.0, 10359.0, 10313.0, 10371.0, 10403.0, 10335.0, 10370.0, 10323.0, 10378.0, 10324.0, 10386.0, 10400.0, 10397.0, 10374.0, 10361.0, 10404.0, 10330.0, 10413.0, 10339.0, 10412.0, 10356.0, 10400.0, 10413.0, 10349.0, 10372.0, 10325.0, 10373.0, 10314.0, 10389.0, 10375.0, 10370.0, 10383.0, 10334.0, 10386.0, 10310.0, 10388.0, 10362.0, 10364.0, 10398.0, 10336.0, 10385.0, 10304.0, 10375.0, 10362.0, 10354.0, 10403.0, 10333.0, 10390.0, 10324.0, 10394.0, 10341.0, 10391.0, 10410.0, 10355.0, 10397.0, 10364.0, 10402.0, 10335.0, 10402.0, 10397.0, 10363.0, 10410.0, 10351.0, 10412.0, 10369.0, 10437.0, 10363.0, 10401.0, 10397.0, 10360.0, 10410.0, 10362.0, 10412.0, 10328.0, 10396.0, 10330.0, 10393.0, 10394.0, 10359.0, 10404.0, 10349.0, 10413.0, 10347.0, 10417.0, 10348.0, 10403.0, 10389.0, 10337.0, 10392.0, 10346.0, 10401.0, 10338.0, 10398.0, 10323.0, 10367.0, 10327.0, 10350.0, 10325.0, 10376.0, 10405.0, 10354.0, 10397.0, 10330.0, 10403.0, 10367.0, 10357.0, 10392.0, 10325.0, 10376.0, 10321.0, 10377.0, 10366.0, 10312.0, 10348.0, 10297.0, 10352.0, 10349.0, 10319.0, 10366.0, 10300.0, 10349.0, 10273.0, 10325.0, 10357.0, 10291.0, 10349.0, 10280.0, 10325.0, 10317.0, 10300.0, 10348.0, 10302.0, 10340.0, 10321.0, 10356.0, 10388.0, 10332.0, 10397.0, 10350.0, 10405.0, 10379.0, 10381.0, 10386.0, 10352.0, 10411.0, 10350.0, 10422.0, 10368.0, 10386.0, 10382.0, 10327.0, 10377.0, 10345.0, 10397.0, 10337.0, 10370.0, 10361.0, 10343.0, 10407.0, 10351.0, 10414.0, 10339.0, 10398.0, 10340.0, 10372.0, 10405.0, 10355.0, 10395.0, 10356.0, 10383.0, 10323.0, 10365.0, 10317.0, 10355.0, 10412.0, 10376.0, 10394.0, 10325.0, 10374.0, 10318.0, 10365.0, 10360.0, 10339.0, 10391.0, 10327.0, 10377.0, 10327.0, 10381.0, 10350.0, 10373.0, 10405.0, 10354.0, 10391.0, 10327.0, 10393.0, 10325.0, 10399.0, 10360.0, 10366.0, 10324.0, 10383.0, 10329.0, 10396.0, 10342.0, 10401.0, 10368.0, 10373.0, 10379.0, 10328.0, 10398.0, 10350.0, 10397.0, 10328.0, 10379.0, 10319.0, 10378.0, 10360.0, 10367.0, 10391.0, 10352.0, 10372.0, 10321.0, 10368.0, 10318.0, 10381.0, 10342.0, 10364.0, 10351.0, 10321.0, 10372.0, 10319.0, 10379.0, 10318.0, 10360.0, 10319.0, 10340.0, 10386.0, 10345.0, 10396.0, 10338.0, 10379.0, 10323.0, 10372.0, 10394.0, 10343.0, 10395.0, 10347.0, 10387.0, 10321.0, 10340.0, 10386.0, 10324.0, 10396.0, 10358.0, 10397.0, 10332.0, 10386.0, 10365.0, 10347.0, 10352.0, 10349.0, 10397.0, 10345.0, 10389.0, 10349.0, 10388.0, 10396.0, 10345.0, 10393.0, 10325.0, 10378.0, 10377.0, 10371.0, 10398.0, 10341.0, 10379.0, 10324.0, 10383.0, 10340.0, 10384.0, 10387.0, 10352.0, 10368.0, 10306.0, 10355.0, 10320.0, 10378.0, 10350.0, 10408.0, 10409.0, 10377.0, 10364.0, 10320.0, 10324.0, 10351.0, 10327.0, 10410.0, 10351.0, 10430.0, 10349.0, 10405.0, 10410.0, 10378.0, 10392.0, 10339.0, 10379.0, 10341.0, 10383.0, 10312.0, 10356.0, 10331.0, 10314.0, 10325.0, 10261.0, 10290.0, 10240.0, 10280.0, 10239.0, 10228.0, 10267.0, 10212.0, 10272.0, 10201.0, 10267.0, 10295.0, 10258.0, 10291.0, 10240.0, 10276.0, 10239.0, 10283.0, 10244.0, 10310.0, 10319.0, 10286.0, 10339.0, 10273.0, 10346.0, 10277.0, 10319.0, 10352.0, 10317.0, 10369.0, 10297.0, 10352.0, 10281.0, 10331.0, 10381.0, 10336.0, 10397.0, 10346.0, 10394.0, 10327.0, 10384.0, 10384.0, 10355.0, 10388.0, 10329.0, 10401.0, 10339.0, 10385.0, 10378.0, 10348.0, 10382.0, 10323.0, 10385.0, 10319.0, 10395.0, 10365.0, 10354.0, 10403.0, 10342.0, 10399.0, 10344.0, 10379.0, 10321.0, 10382.0, 10377.0, 10357.0, 10393.0, 10340.0, 10393.0, 10336.0, 10370.0, 10394.0, 10348.0, 10371.0, 10331.0, 10355.0, 10313.0, 10362.0, 10372.0, 10343.0, 10409.0, 10367.0, 10413.0, 10363.0, 10411.0, 10362.0, 10401.0, 10384.0, 10373.0, 10411.0, 10361.0, 10396.0, 10345.0, 10406.0, 10385.0, 10376.0, 10411.0, 10360.0, 10419.0, 10347.0, 10400.0, 10343.0, 10385.0, 10391.0, 10356.0, 10390.0, 10339.0, 10396.0, 10332.0, 10368.0, 10331.0, 10335.0, 10383.0, 10351.0, 10389.0, 10357.0, 10397.0, 10347.0, 10383.0, 10340.0, 10382.0, 10353.0, 10374.0, 10409.0, 10348.0, 10397.0, 10341.0, 10396.0, 10339.0, 10395.0, 10367.0, 10382.0, 10366.0, 10333.0, 10372.0, 10346.0, 10393.0, 10360.0, 10412.0, 10358.0, 10398.0, 10363.0, 10396.0, 10367.0, 10419.0, 10363.0, 10419.0, 10361.0, 10402.0, 10358.0, 10417.0, 10371.0, 10407.0, 10387.0, 10374.0, 10339.0, 10337.0, 10371.0, 10337.0, 10370.0, 10334.0, 10374.0, 10336.0, 10374.0, 10322.0, 10373.0, 10374.0, 10332.0, 10382.0, 10328.0, 10367.0, 10312.0, 10343.0, 10378.0, 10318.0, 10346.0, 10327.0, 10355.0, 10337.0, 10327.0, 10369.0, 10312.0, 10356.0, 10330.0, 10347.0, 10368.0, 10334.0, 10370.0, 10316.0, 10350.0, 10350.0, 10362.0, 10411.0, 10364.0, 10397.0, 10362.0, 10393.0, 10359.0, 10367.0, 10430.0, 10382.0, 10400.0, 10359.0, 10390.0, 10370.0, 10382.0, 10419.0, 10363.0, 10402.0, 10360.0, 10390.0, 10413.0, 10379.0, 10420.0, 10364.0, 10383.0, 10358.0, 10394.0, 10383.0, 10375.0, 10416.0, 10367.0, 10406.0, 10354.0, 10382.0, 10348.0, 10342.0, 10391.0, 10335.0, 10390.0, 10351.0, 10356.0, 10387.0, 10338.0, 10392.0, 10337.0, 10372.0, 10388.0, 10345.0, 10358.0, 10320.0, 10358.0, 10353.0, 10331.0, 10379.0, 10339.0, 10359.0, 10320.0, 10350.0, 10347.0, 10340.0, 10387.0, 10334.0, 10386.0, 10335.0, 10349.0, 10359.0, 10336.0, 10372.0, 10345.0, 10399.0, 10340.0, 10401.0, 10364.0, 10375.0, 10426.0, 10382.0, 10419.0, 10378.0, 10410.0, 10358.0, 10381.0, 10377.0, 10428.0, 10357.0, 10379.0, 10357.0, 10393.0, 10374.0, 10408.0, 10380.0, 10417.0, 10377.0, 10380.0, 10351.0, 10376.0, 10350.0, 10375.0, 10338.0, 10379.0, 10334.0, 10345.0, 10304.0, 10315.0, 10353.0, 10353.0, 10372.0, 10337.0, 10390.0, 10355.0, 10381.0, 10357.0, 10382.0, 10357.0, 10393.0, 10366.0, 10364.0, 10346.0, 10366.0, 10407.0, 10378.0, 10426.0, 10374.0, 10417.0, 10365.0, 10375.0, 10380.0, 10336.0, 10364.0, 10361.0, 10432.0, 10391.0, 10373.0, 10359.0, 10276.0, 10259.0, 10313.0, 10327.0, 10302.0, 10363.0, 10285.0, 10358.0, 10305.0, 10332.0, 10365.0, 10298.0, 10347.0, 10259.0, 10319.0, 10341.0, 10289.0, 10344.0, 10254.0, 10301.0, 10315.0, 10255.0, 10282.0, 10208.0, 10250.0, 10262.0, 10210.0, 10250.0, 10204.0, 10250.0, 10280.0, 10231.0, 10278.0, 10225.0, 10266.0, 10237.0, 10263.0, 10310.0, 10250.0, 10303.0, 10273.0, 10325.0, 10259.0, 10336.0, 10322.0, 10311.0, 10346.0, 10295.0, 10349.0, 10298.0, 10341.0, 10299.0, 10347.0, 10346.0, 10330.0, 10372.0, 10305.0, 10361.0, 10308.0, 10364.0, 10372.0, 10335.0, 10374.0, 10305.0, 10358.0, 10293.0, 10356.0, 10389.0, 10329.0, 10399.0, 10336.0, 10407.0, 10331.0, 10374.0, 10390.0, 10345.0, 10396.0, 10334.0, 10401.0, 10334.0, 10397.0, 10417.0, 10377.0, 10414.0, 10349.0, 10402.0, 10347.0, 10404.0, 10353.0, 10379.0, 10432.0, 10365.0, 10397.0, 10352.0, 10404.0, 10332.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.002369541284403669</td></tr>
<tr><td colspan=3>aqi</td><td>0.021788598279816513</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.95097213120554</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2748843575774964</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0306313516417922</td></tr>
<tr><td colspan=3>efc</td><td>0.4793</td></tr>
<tr><td colspan=3>fber</td><td>6084.2612</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07662449420010438</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4403669724770642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4631860716877925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4155820333171274</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6864354814049323</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.287540700341318</td></tr>
<tr><td colspan=3>gcor</td><td>0.0236181</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0075780353508889675</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024649616330862045</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.769297153797637</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>23.1924</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7899</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.2411</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298179.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>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.9969</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2338</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>644.7177</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3898.5891</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1092.5044</td></tr>
<tr><td colspan=3>tsnr</td><td>38.775282565969974</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>