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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0009_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0009_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0009_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-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-01/func/sub-0009_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d350d6fe1a89a14f0bf222f647e6bcec</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>13:06:23.265000</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.999975, 0.00641651, 0.00289499, -0.005934, 0.989606, -0.143681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.086623</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7726, -7303, 652, -44, -159, 61, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef31bd65-ecc8-442c-beec-f3c890cc4467||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.6828603744506836, -0.015920499339699745, 0.010224448516964912, 115.39981079101562], [-0.01721501350402832, 2.655040979385376, -0.3878839612007141, -75.88947296142578], [0.007767046336084604, 0.3854868710041046, 2.67197322845459, -74.99668884277344], [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': ['130623.265000', '130623.725000', '130624.185000', '130624.645000', '130625.105000', '130625.565000', '130626.025000', '130626.485000', '130626.945000', '130627.405000', '130627.865000', '130628.325000', '130628.785000', '130629.245000', '130629.705000', '130630.165000', '130630.625000', '130631.085000', '130631.545000', '130632.005000', '130632.465000', '130632.925000', '130633.385000', '130633.845000', '130634.305000', '130634.765000', '130635.225000', '130635.685000', '130636.145000', '130636.605000', '130637.065000', '130637.525000', '130637.985000', '130638.445000', '130638.905000', '130639.365000', '130639.825000', '130640.285000', '130640.745000', '130641.205000', '130641.665000', '130642.125000', '130642.585000', '130643.045000', '130643.505000', '130643.965000', '130644.425000', '130644.885000', '130645.345000', '130645.805000', '130646.265000', '130646.725000', '130647.185000', '130647.645000', '130648.105000', '130648.565000', '130649.025000', '130649.485000', '130649.945000', '130650.405000', '130650.865000', '130651.325000', '130651.785000', '130652.245000', '130652.705000', '130653.165000', '130653.625000', '130654.085000', '130654.545000', '130655.005000', '130655.465000', '130655.925000', '130656.385000', '130656.845000', '130657.305000', '130657.765000', '130658.225000', '130658.685000', '130659.145000', '130659.605000', '130700.065000', '130700.525000', '130700.985000', '130701.445000', '130701.905000', '130702.365000', '130702.825000', '130703.285000', '130703.745000', '130704.205000', '130704.665000', '130705.125000', '130705.585000', '130706.045000', '130706.505000', '130706.965000', '130707.425000', '130707.885000', '130708.345000', '130708.805000', '130709.265000', '130709.725000', '130710.185000', '130710.645000', '130711.105000', '130711.565000', '130712.025000', '130712.485000', '130712.945000', '130713.405000', '130713.865000', '130714.325000', '130714.785000', '130715.245000', '130715.705000', '130716.165000', '130716.625000', '130717.085000', '130717.545000', '130718.005000', '130718.465000', '130718.925000', '130719.385000', '130719.845000', '130720.305000', '130720.765000', '130721.225000', '130721.685000', '130722.145000', '130722.605000', '130723.065000', '130723.525000', '130723.985000', '130724.445000', '130724.905000', '130725.365000', '130725.825000', '130726.285000', '130726.745000', '130727.205000', '130727.665000', '130728.125000', '130728.585000', '130729.045000', '130729.505000', '130729.965000', '130730.425000', '130730.885000', '130731.345000', '130731.805000', '130732.265000', '130732.725000', '130733.185000', '130733.645000', '130734.105000', '130734.565000', '130735.025000', '130735.485000', '130735.945000', '130736.405000', '130736.865000', '130737.325000', '130737.785000', '130738.245000', '130738.705000', '130739.165000', '130739.625000', '130740.085000', '130740.545000', '130741.005000', '130741.465000', '130741.925000', '130742.385000', '130742.845000', '130743.305000', '130743.765000', '130744.225000', '130744.685000', '130745.145000', '130745.605000', '130746.065000', '130746.525000', '130746.985000', '130747.445000', '130747.905000', '130748.365000', '130748.825000', '130749.285000', '130749.745000', '130750.205000', '130750.665000', '130751.125000', '130751.585000', '130752.045000', '130752.505000', '130752.965000', '130753.425000', '130753.885000', '130754.345000', '130754.805000', '130755.265000', '130755.725000', '130756.185000', '130756.645000', '130757.105000', '130757.565000', '130758.025000', '130758.485000', '130758.945000', '130759.405000', '130759.865000', '130800.325000', '130800.785000', '130801.245000', '130801.705000', '130802.165000', '130802.625000', '130803.085000', '130803.545000', '130804.005000', '130804.465000', '130804.925000', '130805.385000', '130805.845000', '130806.305000', '130806.765000', '130807.225000', '130807.685000', '130808.145000', '130808.605000', '130809.065000', '130809.525000', '130809.985000', '130810.445000', '130810.905000', '130811.365000', '130811.825000', '130812.285000', '130812.745000', '130813.205000', '130813.665000', '130814.125000', '130814.585000', '130815.045000', '130815.505000', '130815.965000', '130816.425000', '130816.885000', '130817.345000', '130817.805000', '130818.265000', '130818.725000', '130819.185000', '130819.645000', '130820.105000', '130820.565000', '130821.025000', '130821.485000', '130821.945000', '130822.405000', '130822.865000', '130823.325000', '130823.785000', '130824.245000', '130824.705000', '130825.165000', '130825.625000', '130826.085000', '130826.545000', '130827.005000', '130827.465000', '130827.925000', '130828.385000', '130828.845000', '130829.305000', '130829.765000', '130830.225000', '130830.685000', '130831.145000', '130831.605000', '130832.065000', '130832.525000', '130832.985000', '130833.445000', '130833.905000', '130834.365000', '130834.825000', '130835.285000', '130835.745000', '130836.205000', '130836.665000', '130837.125000', '130837.585000', '130838.045000', '130838.505000', '130838.965000', '130839.425000', '130839.885000', '130840.345000', '130840.805000', '130841.265000', '130841.725000', '130842.185000', '130842.645000', '130843.105000', '130843.565000', '130844.025000', '130844.485000', '130844.945000', '130845.405000', '130845.865000', '130846.325000', '130846.785000', '130847.245000', '130847.705000', '130848.165000', '130848.625000', '130849.085000', '130849.545000', '130850.005000', '130850.465000', '130850.925000', '130851.385000', '130851.845000', '130852.305000', '130852.765000', '130853.225000', '130853.685000', '130854.145000', '130854.605000', '130855.065000', '130855.525000', '130855.985000', '130856.445000', '130856.905000', '130857.365000', '130857.825000', '130858.285000', '130858.745000', '130859.205000', '130859.665000', '130900.125000', '130900.585000', '130901.045000', '130901.505000', '130901.965000', '130902.425000', '130902.885000', '130903.345000', '130903.805000', '130904.265000', '130904.725000', '130905.185000', '130905.645000', '130906.105000', '130906.565000', '130907.025000', '130907.485000', '130907.945000', '130908.405000', '130908.865000', '130909.325000', '130909.785000', '130910.245000', '130910.705000', '130911.165000', '130911.625000', '130912.085000', '130912.545000', '130913.005000', '130913.465000', '130913.925000', '130914.385000', '130914.845000', '130915.305000', '130915.765000', '130916.225000', '130916.685000', '130917.145000', '130917.605000', '130918.065000', '130918.525000', '130918.985000', '130919.445000', '130919.905000', '130920.365000', '130920.825000', '130921.285000', '130921.745000', '130922.205000', '130922.665000', '130923.125000', '130923.585000', '130924.045000', '130924.505000', '130924.965000', '130925.425000', '130925.885000', '130926.345000', '130926.805000', '130927.265000', '130927.725000', '130928.185000', '130928.645000', '130929.105000', '130929.565000', '130930.025000', '130930.485000', '130930.945000', '130931.405000', '130931.865000', '130932.325000', '130932.785000', '130933.245000', '130933.705000', '130934.165000', '130934.625000', '130935.085000', '130935.545000', '130936.005000', '130936.465000', '130936.925000', '130937.385000', '130937.845000', '130938.305000', '130938.765000', '130939.225000', '130939.685000', '130940.145000', '130940.605000', '130941.065000', '130941.525000', '130941.985000', '130942.445000', '130942.905000', '130943.365000', '130943.825000', '130944.285000', '130944.745000', '130945.205000', '130945.665000', '130946.125000', '130946.585000', '130947.045000', '130947.505000', '130947.965000', '130948.425000', '130948.885000', '130949.345000', '130949.805000', '130950.265000', '130950.725000', '130951.185000', '130951.645000', '130952.105000', '130952.565000', '130953.025000', '130953.485000', '130953.945000', '130954.405000', '130954.865000', '130955.325000', '130955.785000', '130956.245000', '130956.705000', '130957.165000', '130957.625000', '130958.085000', '130958.545000', '130959.005000', '130959.465000', '130959.925000', '131000.385000', '131000.845000', '131001.305000', '131001.765000', '131002.225000', '131002.685000', '131003.145000', '131003.605000', '131004.065000', '131004.525000', '131004.985000', '131005.445000', '131005.905000', '131006.365000', '131006.825000', '131007.285000', '131007.745000', '131008.205000', '131008.665000', '131009.125000', '131009.585000', '131010.045000', '131010.505000', '131010.965000', '131011.425000', '131011.885000', '131012.345000', '131012.805000', '131013.265000', '131013.725000', '131014.185000', '131014.645000', '131015.105000', '131015.565000', '131016.025000', '131016.485000', '131016.945000', '131017.405000', '131017.865000', '131018.325000', '131018.785000', '131019.245000', '131019.705000', '131020.165000', '131020.625000', '131021.085000', '131021.545000', '131022.005000', '131022.465000', '131022.925000', '131023.385000', '131023.845000', '131024.305000', '131024.765000', '131025.225000', '131025.685000', '131026.145000', '131026.605000', '131027.065000', '131027.525000', '131027.985000', '131028.445000', '131028.905000', '131029.365000', '131029.825000', '131030.285000', '131030.745000', '131031.205000', '131031.665000', '131032.125000', '131032.585000', '131033.045000', '131033.505000', '131033.965000', '131034.425000', '131034.885000', '131035.345000', '131035.805000', '131036.265000', '131036.725000', '131037.185000', '131037.645000', '131038.105000', '131038.565000', '131039.025000', '131039.485000', '131039.945000', '131040.405000', '131040.865000', '131041.325000', '131041.785000', '131042.245000', '131042.705000', '131043.165000', '131043.625000', '131044.085000', '131044.545000', '131045.005000', '131045.465000', '131045.925000', '131046.385000', '131046.845000', '131047.305000', '131047.765000', '131048.225000', '131048.685000', '131049.145000', '131049.605000', '131050.065000', '131050.525000', '131050.985000', '131051.445000', '131051.905000', '131052.365000', '131052.825000', '131053.285000', '131053.745000', '131054.205000', '131054.665000', '131055.125000', '131055.585000', '131056.045000', '131056.505000', '131056.965000', '131057.425000', '131057.885000', '131058.345000', '131058.805000', '131059.265000', '131059.725000', '131100.185000', '131100.645000', '131101.105000', '131101.565000', '131102.025000', '131102.485000', '131102.945000', '131103.405000', '131103.865000', '131104.325000', '131104.785000', '131105.245000', '131105.705000', '131106.165000', '131106.625000', '131107.085000', '131107.545000', '131108.005000', '131108.465000', '131108.925000', '131109.385000', '131109.845000', '131110.305000', '131110.765000', '131111.225000', '131111.685000', '131112.145000', '131112.605000', '131113.065000', '131113.525000', '131113.985000', '131114.445000', '131114.905000', '131115.365000', '131115.825000', '131116.285000', '131116.745000', '131117.205000', '131117.665000', '131118.125000', '131118.585000', '131119.045000', '131119.505000', '131119.965000', '131120.425000', '131120.885000', '131121.345000', '131121.805000', '131122.265000', '131122.725000', '131123.185000', '131123.645000', '131124.105000', '131124.565000', '131125.025000', '131125.485000', '131125.945000', '131126.405000', '131126.865000', '131127.325000', '131127.785000', '131128.245000', '131128.705000', '131129.165000', '131129.625000', '131130.085000', '131130.545000', '131131.005000', '131131.465000', '131131.925000', '131132.385000', '131132.845000', '131133.305000', '131133.765000', '131134.225000', '131134.685000', '131135.145000', '131135.605000', '131136.065000', '131136.525000', '131136.985000', '131137.445000', '131137.905000', '131138.365000', '131138.825000', '131139.285000', '131139.745000', '131140.205000', '131140.665000', '131141.125000', '131141.585000', '131142.045000', '131142.505000', '131142.965000', '131143.425000', '131143.885000', '131144.345000', '131144.805000', '131145.265000', '131145.725000', '131146.185000', '131146.645000', '131147.105000', '131147.565000', '131148.025000', '131148.485000', '131148.945000', '131149.405000', '131149.865000', '131150.325000', '131150.785000', '131151.245000', '131151.705000', '131152.165000', '131152.625000', '131153.085000', '131153.545000', '131154.005000', '131154.465000', '131154.925000', '131155.385000', '131155.845000', '131156.305000', '131156.765000', '131157.225000', '131157.685000', '131158.145000', '131158.605000', '131159.065000', '131159.525000', '131159.985000', '131200.445000', '131200.905000', '131201.365000', '131201.825000', '131202.285000', '131202.745000', '131203.205000', '131203.665000', '131204.125000', '131204.585000', '131205.045000', '131205.505000', '131205.965000', '131206.425000', '131206.885000', '131207.345000', '131207.805000', '131208.265000', '131208.725000', '131209.185000', '131209.645000', '131210.105000', '131210.565000', '131211.025000', '131211.485000', '131211.945000', '131212.405000', '131212.865000', '131213.325000', '131213.785000', '131214.245000', '131214.705000', '131215.165000', '131215.625000', '131216.085000', '131216.545000', '131217.005000', '131217.465000', '131217.925000', '131218.385000', '131218.845000', '131219.305000', '131219.765000', '131220.225000', '131220.685000', '131221.145000', '131221.605000', '131222.065000', '131222.525000', '131222.985000', '131223.445000', '131223.905000', '131224.365000', '131224.825000', '131225.285000', '131225.745000', '131226.205000', '131226.665000', '131227.125000', '131227.585000', '131228.045000', '131228.505000', '131228.965000', '131229.425000', '131229.885000', '131230.345000', '131230.805000', '131231.265000', '131231.725000', '131232.185000', '131232.645000', '131233.105000', '131233.565000', '131234.025000', '131234.485000', '131234.945000', '131235.405000', '131235.865000', '131236.325000', '131236.785000', '131237.245000', '131237.705000', '131238.165000', '131238.625000', '131239.085000', '131239.545000', '131240.005000', '131240.465000', '131240.925000', '131241.385000', '131241.845000', '131242.305000', '131242.765000', '131243.225000', '131243.685000', '131244.145000', '131244.605000', '131245.065000', '131245.525000', '131245.985000', '131246.445000', '131246.905000', '131247.365000', '131247.825000', '131248.285000', '131248.745000', '131249.205000', '131249.665000', '131250.125000', '131250.585000', '131251.045000', '131251.505000', '131251.965000', '131252.425000', '131252.885000', '131253.345000', '131253.805000', '131254.265000', '131254.725000', '131255.185000', '131255.645000', '131256.105000', '131256.565000', '131257.025000', '131257.485000', '131257.945000', '131258.405000', '131258.865000', '131259.325000', '131259.785000', '131300.245000', '131300.705000', '131301.165000', '131301.625000', '131302.085000', '131302.545000', '131303.005000', '131303.465000', '131303.925000'], 'ContentTime': ['130652.102000', '130652.105000', '130652.108000', '130652.111000', '130652.114000', '130652.117000', '130652.120000', '130652.122000', '130652.127000', '130652.130000', '130652.133000', '130652.135000', '130652.138000', '130652.141000', '130652.144000', '130652.147000', '130652.149000', '130652.152000', '130652.155000', '130652.158000', '130652.161000', '130652.163000', '130652.166000', '130652.169000', '130652.172000', '130652.175000', '130652.178000', '130652.180000', '130652.183000', '130652.186000', '130652.189000', '130652.192000', '130652.194000', '130652.197000', '130652.200000', '130652.203000', '130652.206000', '130652.208000', '130652.211000', '130652.214000', '130652.217000', '130652.220000', '130652.223000', '130652.225000', '130652.228000', '130652.231000', '130652.234000', '130652.237000', '130652.239000', '130652.242000', '130652.245000', '130652.248000', '130652.251000', '130652.253000', '130652.256000', '130652.259000', '130652.262000', '130652.265000', '130652.268000', '130652.271000', '130652.273000', '130652.276000', '130712.070000', '130712.080000', '130712.083000', '130712.086000', '130712.088000', '130712.091000', '130712.094000', '130712.097000', '130712.100000', '130712.103000', '130712.105000', '130712.108000', '130712.111000', '130712.114000', '130712.117000', '130712.119000', '130712.122000', '130712.125000', '130712.128000', '130712.131000', '130712.133000', '130712.136000', '130712.139000', '130712.142000', '130712.145000', '130712.148000', '130712.150000', '130712.153000', '130712.156000', '130712.159000', '130712.162000', '130712.165000', '130712.167000', '130712.170000', '130712.173000', '130712.176000', '130712.179000', '130712.182000', '130712.184000', '130712.187000', '130712.190000', '130712.193000', '130712.196000', '130732.070000', '130732.073000', '130732.076000', '130732.079000', '130732.081000', '130732.084000', '130732.087000', '130732.090000', '130732.093000', '130732.095000', '130732.098000', '130732.101000', '130732.104000', '130732.107000', '130732.110000', '130732.113000', '130732.115000', '130732.118000', '130732.121000', '130732.124000', '130732.127000', '130732.129000', '130732.132000', '130732.135000', '130732.138000', '130732.141000', '130732.144000', '130732.146000', '130732.149000', '130732.152000', '130732.155000', '130732.158000', '130732.160000', '130732.163000', '130732.166000', '130732.169000', '130732.172000', '130732.174000', '130732.177000', '130732.180000', '130732.183000', '130732.186000', '130732.189000', '130752.070000', '130752.073000', '130752.076000', '130752.079000', '130752.081000', '130752.084000', '130752.087000', '130752.090000', '130752.093000', '130752.095000', '130752.098000', '130752.104000', '130752.107000', '130752.110000', '130752.113000', '130752.115000', '130752.118000', '130752.121000', '130752.124000', '130752.127000', '130752.129000', '130752.133000', '130752.135000', '130752.138000', '130752.141000', '130752.144000', '130752.147000', '130752.149000', '130752.152000', '130752.155000', '130752.158000', '130752.161000', '130752.163000', '130752.166000', '130752.169000', '130752.178000', '130752.181000', '130752.184000', '130752.187000', '130752.190000', '130752.192000', '130752.195000', '130752.198000', '130752.201000', '130812.070000', '130812.073000', '130812.076000', '130812.079000', '130812.082000', '130812.085000', '130812.088000', '130812.090000', '130812.093000', '130812.096000', '130812.099000', '130812.102000', '130812.105000', '130812.107000', '130812.110000', '130812.113000', '130812.116000', '130812.119000', '130812.122000', '130812.124000', '130812.127000', '130812.130000', '130812.133000', '130812.136000', '130812.138000', '130812.141000', '130812.144000', '130812.147000', '130812.150000', '130812.153000', '130812.155000', '130812.158000', '130812.161000', '130812.164000', '130812.167000', '130812.170000', '130812.172000', '130812.175000', '130812.178000', '130812.181000', '130812.184000', '130812.186000', '130812.189000', '130832.071000', '130832.074000', '130832.077000', '130832.079000', '130832.082000', '130832.085000', '130832.088000', '130832.091000', '130832.094000', '130832.096000', '130832.099000', '130832.102000', '130832.105000', '130832.108000', '130832.110000', '130832.113000', '130832.116000', '130832.119000', '130832.122000', '130832.125000', '130832.128000', '130832.130000', '130832.133000', '130832.136000', '130832.139000', '130832.142000', '130832.144000', '130832.147000', '130832.150000', '130832.153000', '130832.156000', '130832.158000', '130832.161000', '130832.164000', '130832.167000', '130832.170000', '130832.173000', '130832.176000', '130832.178000', '130832.181000', '130832.184000', '130832.187000', '130832.190000', '130832.193000', '130852.071000', '130852.074000', '130852.077000', '130852.080000', '130852.083000', '130852.085000', '130852.089000', '130852.091000', '130852.094000', '130852.097000', '130852.100000', '130852.103000', '130852.106000', '130852.108000', '130852.111000', '130852.114000', '130852.117000', '130852.120000', '130852.123000', '130852.125000', '130852.128000', '130852.131000', '130852.134000', '130852.137000', '130852.140000', '130852.142000', '130852.145000', '130852.150000', '130852.153000', '130852.156000', '130852.159000', '130852.162000', '130852.165000', '130852.167000', '130852.170000', '130852.173000', '130852.176000', '130852.179000', '130852.181000', '130852.184000', '130852.187000', '130852.190000', '130852.193000', '130912.071000', '130912.074000', '130912.076000', '130912.080000', '130912.082000', '130912.085000', '130912.088000', '130912.091000', '130912.094000', '130912.097000', '130912.099000', '130912.102000', '130912.105000', '130912.108000', '130912.111000', '130912.114000', '130912.116000', '130912.119000', '130912.122000', '130912.125000', '130912.128000', '130912.131000', '130912.134000', '130912.136000', '130912.139000', '130912.142000', '130912.145000', '130912.148000', '130912.151000', '130912.154000', '130912.156000', '130912.159000', '130912.162000', '130912.165000', '130912.168000', '130912.171000', '130912.174000', '130912.176000', '130912.179000', '130912.182000', '130912.185000', '130912.188000', '130912.190000', '130912.193000', '130932.070000', '130932.073000', '130932.076000', '130932.079000', '130932.082000', '130932.085000', '130932.088000', '130932.091000', '130932.093000', '130932.096000', '130932.099000', '130932.102000', '130932.105000', '130932.108000', '130932.110000', '130932.113000', '130932.129000', '130932.132000', '130932.135000', '130932.138000', '130932.140000', '130932.143000', '130932.146000', '130932.149000', '130932.152000', '130932.155000', '130932.157000', '130932.160000', '130932.163000', '130932.166000', '130932.169000', '130932.172000', '130932.174000', '130932.177000', '130932.180000', '130932.183000', '130932.186000', '130932.189000', '130932.191000', '130932.194000', '130932.197000', '130932.200000', '130932.203000', '130952.070000', '130952.073000', '130952.076000', '130952.079000', '130952.081000', '130952.084000', '130952.087000', '130952.090000', '130952.093000', '130952.096000', '130952.098000', '130952.101000', '130952.104000', '130952.107000', '130952.110000', '130952.113000', '130952.115000', '130952.118000', '130952.121000', '130952.124000', '130952.127000', '130952.130000', '130952.133000', '130952.135000', '130952.138000', '130952.141000', '130952.144000', '130952.147000', '130952.150000', '130952.152000', '130952.155000', '130952.162000', '130952.165000', '130952.168000', '130952.171000', '130952.174000', '130952.177000', '130952.179000', '130952.182000', '130952.185000', '130952.188000', '130952.191000', '130952.194000', '130952.196000', '131012.071000', '131012.074000', '131012.077000', '131012.080000', '131012.083000', '131012.086000', '131012.089000', '131012.091000', '131012.094000', '131012.097000', '131012.100000', '131012.103000', '131012.106000', '131012.108000', '131012.111000', '131012.114000', '131012.117000', '131012.120000', '131012.123000', '131012.126000', '131012.129000', '131012.131000', '131012.134000', '131012.137000', '131012.140000', '131012.144000', '131012.149000', '131012.152000', '131012.155000', '131012.158000', '131012.161000', '131012.164000', '131012.166000', '131012.169000', '131012.172000', '131012.175000', '131012.178000', '131012.180000', '131012.183000', '131012.186000', '131012.189000', '131012.192000', '131012.195000', '131032.070000', '131032.073000', '131032.076000', '131032.078000', '131032.081000', '131032.084000', '131032.087000', '131032.090000', '131032.093000', '131032.101000', '131032.104000', '131032.106000', '131032.109000', '131032.112000', '131032.115000', '131032.118000', '131032.121000', '131032.124000', '131032.126000', '131032.129000', '131032.132000', '131032.135000', '131032.138000', '131032.141000', '131032.143000', '131032.146000', '131032.149000', '131032.152000', '131032.155000', '131032.158000', '131032.161000', '131032.163000', '131032.166000', '131032.169000', '131032.172000', '131032.175000', '131032.178000', '131032.180000', '131032.183000', '131032.186000', '131032.189000', '131032.192000', '131032.195000', '131032.197000', '131052.071000', '131052.074000', '131052.077000', '131052.080000', '131052.083000', '131052.086000', '131052.089000', '131052.092000', '131052.094000', '131052.097000', '131052.100000', '131052.103000', '131052.106000', '131052.109000', '131052.112000', '131052.115000', '131052.118000', '131052.121000', '131052.124000', '131052.126000', '131052.129000', '131052.132000', '131052.135000', '131052.138000', '131052.141000', '131052.143000', '131052.148000', '131052.152000', '131052.154000', '131052.157000', '131052.160000', '131052.163000', '131052.166000', '131052.169000', '131052.172000', '131052.174000', '131052.177000', '131052.180000', '131052.183000', '131052.186000', '131052.188000', '131052.201000', '131052.203000', '131112.071000', '131112.074000', '131112.077000', '131112.079000', '131112.082000', '131112.085000', '131112.088000', '131112.091000', '131112.094000', '131112.096000', '131112.099000', '131112.102000', '131112.105000', '131112.108000', '131112.111000', '131112.113000', '131112.117000', '131112.119000', '131112.122000', '131112.125000', '131112.128000', '131112.131000', '131112.134000', '131112.136000', '131112.139000', '131112.142000', '131112.145000', '131112.148000', '131112.151000', '131112.154000', '131112.156000', '131112.159000', '131112.162000', '131112.165000', '131112.168000', '131112.170000', '131112.173000', '131112.176000', '131112.179000', '131112.182000', '131112.185000', '131112.188000', '131112.190000', '131112.193000', '131132.071000', '131132.074000', '131132.077000', '131132.080000', '131132.082000', '131132.085000', '131132.088000', '131132.091000', '131132.094000', '131132.097000', '131132.100000', '131132.103000', '131132.105000', '131132.108000', '131132.113000', '131132.116000', '131132.119000', '131132.122000', '131132.125000', '131132.127000', '131132.130000', '131132.133000', '131132.136000', '131132.139000', '131132.142000', '131132.144000', '131132.147000', '131132.150000', '131132.153000', '131132.156000', '131132.159000', '131132.162000', '131132.164000', '131132.167000', '131132.170000', '131132.173000', '131132.177000', '131132.180000', '131132.184000', '131132.187000', '131132.189000', '131132.192000', '131132.195000', '131152.070000', '131152.073000', '131152.076000', '131152.079000', '131152.082000', '131152.084000', '131152.087000', '131152.090000', '131152.093000', '131152.096000', '131152.098000', '131152.101000', '131152.104000', '131152.107000', '131152.110000', '131152.113000', '131152.116000', '131152.118000', '131152.121000', '131152.124000', '131152.127000', '131152.130000', '131152.132000', '131152.135000', '131152.138000', '131152.141000', '131152.144000', '131152.147000', '131152.150000', '131152.153000', '131152.155000', '131152.158000', '131152.161000', '131152.164000', '131152.167000', '131152.170000', '131152.172000', '131152.175000', '131152.178000', '131152.181000', '131152.184000', '131152.187000', '131152.189000', '131152.192000', '131212.070000', '131212.073000', '131212.076000', '131212.079000', '131212.081000', '131212.084000', '131212.087000', '131212.090000', '131212.093000', '131212.096000', '131212.099000', '131212.101000', '131212.104000', '131212.107000', '131212.110000', '131212.113000', '131212.115000', '131212.118000', '131212.121000', '131212.124000', '131212.127000', '131212.130000', '131212.132000', '131212.135000', '131212.138000', '131212.141000', '131212.144000', '131212.147000', '131212.150000', '131212.153000', '131212.155000', '131212.158000', '131212.161000', '131212.164000', '131212.167000', '131212.169000', '131212.172000', '131212.175000', '131212.178000', '131212.181000', '131212.184000', '131212.187000', '131212.189000', '131232.070000', '131232.073000', '131232.076000', '131232.079000', '131232.082000', '131232.084000', '131232.087000', '131232.090000', '131232.093000', '131232.112000', '131232.115000', '131232.118000', '131232.121000', '131232.124000', '131232.127000', '131232.130000', '131232.133000', '131232.135000', '131232.138000', '131232.141000', '131232.144000', '131232.147000', '131232.150000', '131232.153000', '131232.155000', '131232.158000', '131232.161000', '131232.164000', '131232.167000', '131232.169000', '131232.172000', '131232.175000', '131232.178000', '131232.181000', '131232.184000', '131232.186000', '131232.189000', '131232.192000', '131232.195000', '131232.198000', '131232.201000', '131232.203000', '131232.206000', '131232.209000', '131252.070000', '131252.073000', '131252.076000', '131252.079000', '131252.082000', '131252.084000', '131252.087000', '131252.090000', '131252.093000', '131252.096000', '131252.098000', '131252.101000', '131252.104000', '131252.107000', '131252.110000', '131252.113000', '131252.116000', '131252.118000', '131252.121000', '131252.124000', '131252.127000', '131252.130000', '131252.133000', '131252.135000', '131252.138000', '131252.141000', '131252.144000', '131252.148000', '131252.151000', '131252.154000', '131252.157000', '131252.160000', '131252.163000', '131252.166000', '131252.168000', '131252.171000', '131252.174000', '131252.177000', '131252.180000', '131252.183000', '131252.186000', '131252.188000', '131252.191000', '131304.678000', '131304.682000', '131304.685000', '131304.688000', '131304.691000', '131304.694000', '131304.697000', '131304.700000', '131304.703000', '131304.707000', '131304.710000', '131304.714000', '131304.717000', '131304.720000', '131304.723000', '131304.726000', '131304.728000', '131304.731000', '131304.734000', '131304.737000', '131304.740000', '131304.743000', '131304.746000', '131304.749000', '131304.752000', '131304.755000', '131304.758000', '131304.761000'], 'InstanceCreationTime': ['130652.102000', '130652.105000', '130652.108000', '130652.111000', '130652.114000', '130652.117000', '130652.120000', '130652.122000', '130652.127000', '130652.130000', '130652.133000', '130652.135000', '130652.138000', '130652.141000', '130652.144000', '130652.147000', '130652.149000', '130652.152000', '130652.155000', '130652.158000', '130652.161000', '130652.163000', '130652.166000', '130652.169000', '130652.172000', '130652.175000', '130652.178000', '130652.180000', '130652.183000', '130652.186000', '130652.189000', '130652.192000', '130652.194000', '130652.197000', '130652.200000', '130652.203000', '130652.206000', '130652.208000', '130652.211000', '130652.214000', '130652.217000', '130652.220000', '130652.223000', '130652.225000', '130652.228000', '130652.231000', '130652.234000', '130652.237000', '130652.239000', '130652.242000', '130652.245000', '130652.248000', '130652.251000', '130652.253000', '130652.256000', '130652.259000', '130652.262000', '130652.265000', '130652.268000', '130652.271000', '130652.273000', '130652.276000', '130712.070000', '130712.080000', '130712.083000', '130712.086000', '130712.088000', '130712.091000', '130712.094000', '130712.097000', '130712.100000', '130712.103000', '130712.105000', '130712.108000', '130712.111000', '130712.114000', '130712.117000', '130712.119000', '130712.122000', '130712.125000', '130712.128000', '130712.131000', '130712.133000', '130712.136000', '130712.139000', '130712.142000', '130712.145000', '130712.148000', '130712.150000', '130712.153000', '130712.156000', '130712.159000', '130712.162000', '130712.165000', '130712.167000', '130712.170000', '130712.173000', '130712.176000', '130712.179000', '130712.182000', '130712.184000', '130712.187000', '130712.190000', '130712.193000', '130712.196000', '130732.070000', '130732.073000', '130732.076000', '130732.079000', '130732.081000', '130732.084000', '130732.087000', '130732.090000', '130732.093000', '130732.095000', '130732.098000', '130732.101000', '130732.104000', '130732.107000', '130732.110000', '130732.113000', '130732.115000', '130732.118000', '130732.121000', '130732.124000', '130732.127000', '130732.129000', '130732.132000', '130732.135000', '130732.138000', '130732.141000', '130732.144000', '130732.146000', '130732.149000', '130732.152000', '130732.155000', '130732.158000', '130732.160000', '130732.163000', '130732.166000', '130732.169000', '130732.172000', '130732.174000', '130732.177000', '130732.180000', '130732.183000', '130732.186000', '130732.189000', '130752.070000', '130752.073000', '130752.076000', '130752.079000', '130752.081000', '130752.084000', '130752.087000', '130752.090000', '130752.093000', '130752.095000', '130752.098000', '130752.104000', '130752.107000', '130752.110000', '130752.113000', '130752.115000', '130752.118000', '130752.121000', '130752.124000', '130752.127000', '130752.129000', '130752.133000', '130752.135000', '130752.138000', '130752.141000', '130752.144000', '130752.147000', '130752.149000', '130752.152000', '130752.155000', '130752.158000', '130752.161000', '130752.163000', '130752.166000', '130752.169000', '130752.178000', '130752.181000', '130752.184000', '130752.187000', '130752.190000', '130752.192000', '130752.195000', '130752.198000', '130752.201000', '130812.070000', '130812.073000', '130812.076000', '130812.079000', '130812.082000', '130812.085000', '130812.088000', '130812.090000', '130812.093000', '130812.096000', '130812.099000', '130812.102000', '130812.105000', '130812.107000', '130812.110000', '130812.113000', '130812.116000', '130812.119000', '130812.122000', '130812.124000', '130812.127000', '130812.130000', '130812.133000', '130812.136000', '130812.138000', '130812.141000', '130812.144000', '130812.147000', '130812.150000', '130812.153000', '130812.155000', '130812.158000', '130812.161000', '130812.164000', '130812.167000', '130812.170000', '130812.172000', '130812.175000', '130812.178000', '130812.181000', '130812.184000', '130812.186000', '130812.189000', '130832.071000', '130832.074000', '130832.077000', '130832.079000', '130832.082000', '130832.085000', '130832.088000', '130832.091000', '130832.094000', '130832.096000', '130832.099000', '130832.102000', '130832.105000', '130832.108000', '130832.110000', '130832.113000', '130832.116000', '130832.119000', '130832.122000', '130832.125000', '130832.128000', '130832.130000', '130832.133000', '130832.136000', '130832.139000', '130832.142000', '130832.144000', '130832.147000', '130832.150000', '130832.153000', '130832.156000', '130832.158000', '130832.161000', '130832.164000', '130832.167000', '130832.170000', '130832.173000', '130832.176000', '130832.178000', '130832.181000', '130832.184000', '130832.187000', '130832.190000', '130832.193000', '130852.071000', '130852.074000', '130852.077000', '130852.080000', '130852.083000', '130852.085000', '130852.089000', '130852.091000', '130852.094000', '130852.097000', '130852.100000', '130852.103000', '130852.106000', '130852.108000', '130852.111000', '130852.114000', '130852.117000', '130852.120000', '130852.123000', '130852.125000', '130852.128000', '130852.131000', '130852.134000', '130852.137000', '130852.140000', '130852.142000', '130852.145000', '130852.150000', '130852.153000', '130852.156000', '130852.159000', '130852.162000', '130852.165000', '130852.167000', '130852.170000', '130852.173000', '130852.176000', '130852.179000', '130852.181000', '130852.184000', '130852.187000', '130852.190000', '130852.193000', '130912.071000', '130912.074000', '130912.076000', '130912.080000', '130912.082000', '130912.085000', '130912.088000', '130912.091000', '130912.094000', '130912.097000', '130912.099000', '130912.102000', '130912.105000', '130912.108000', '130912.111000', '130912.114000', '130912.116000', '130912.119000', '130912.122000', '130912.125000', '130912.128000', '130912.131000', '130912.134000', '130912.136000', '130912.139000', '130912.142000', '130912.145000', '130912.148000', '130912.151000', '130912.154000', '130912.156000', '130912.159000', '130912.162000', '130912.165000', '130912.168000', '130912.171000', '130912.174000', '130912.176000', '130912.179000', '130912.182000', '130912.185000', '130912.188000', '130912.190000', '130912.193000', '130932.070000', '130932.073000', '130932.076000', '130932.079000', '130932.082000', '130932.085000', '130932.088000', '130932.091000', '130932.093000', '130932.096000', '130932.099000', '130932.102000', '130932.105000', '130932.108000', '130932.110000', '130932.113000', '130932.129000', '130932.132000', '130932.135000', '130932.138000', '130932.140000', '130932.143000', '130932.146000', '130932.149000', '130932.152000', '130932.155000', '130932.157000', '130932.160000', '130932.163000', '130932.166000', '130932.169000', '130932.172000', '130932.174000', '130932.177000', '130932.180000', '130932.183000', '130932.186000', '130932.189000', '130932.191000', '130932.194000', '130932.197000', '130932.200000', '130932.203000', '130952.070000', '130952.073000', '130952.076000', '130952.079000', '130952.081000', '130952.084000', '130952.087000', '130952.090000', '130952.093000', '130952.096000', '130952.098000', '130952.101000', '130952.104000', '130952.107000', '130952.110000', '130952.113000', '130952.115000', '130952.118000', '130952.121000', '130952.124000', '130952.127000', '130952.130000', '130952.133000', '130952.135000', '130952.138000', '130952.141000', '130952.144000', '130952.147000', '130952.150000', '130952.152000', '130952.155000', '130952.162000', '130952.165000', '130952.168000', '130952.171000', '130952.174000', '130952.177000', '130952.179000', '130952.182000', '130952.185000', '130952.188000', '130952.191000', '130952.194000', '130952.196000', '131012.071000', '131012.074000', '131012.077000', '131012.080000', '131012.083000', '131012.086000', '131012.089000', '131012.091000', '131012.094000', '131012.097000', '131012.100000', '131012.103000', '131012.106000', '131012.108000', '131012.111000', '131012.114000', '131012.117000', '131012.120000', '131012.123000', '131012.126000', '131012.129000', '131012.131000', '131012.134000', '131012.137000', '131012.140000', '131012.144000', '131012.149000', '131012.152000', '131012.155000', '131012.158000', '131012.161000', '131012.164000', '131012.166000', '131012.169000', '131012.172000', '131012.175000', '131012.178000', '131012.180000', '131012.183000', '131012.186000', '131012.189000', '131012.192000', '131012.195000', '131032.070000', '131032.073000', '131032.076000', '131032.078000', '131032.081000', '131032.084000', '131032.087000', '131032.090000', '131032.093000', '131032.101000', '131032.104000', '131032.106000', '131032.109000', '131032.112000', '131032.115000', '131032.118000', '131032.121000', '131032.124000', '131032.126000', '131032.129000', '131032.132000', '131032.135000', '131032.138000', '131032.141000', '131032.143000', '131032.146000', '131032.149000', '131032.152000', '131032.155000', '131032.158000', '131032.161000', '131032.163000', '131032.166000', '131032.169000', '131032.172000', '131032.175000', '131032.178000', '131032.180000', '131032.183000', '131032.186000', '131032.189000', '131032.192000', '131032.195000', '131032.197000', '131052.071000', '131052.074000', '131052.077000', '131052.080000', '131052.083000', '131052.086000', '131052.089000', '131052.092000', '131052.094000', '131052.097000', '131052.100000', '131052.103000', '131052.106000', '131052.109000', '131052.112000', '131052.115000', '131052.118000', '131052.121000', '131052.124000', '131052.126000', '131052.129000', '131052.132000', '131052.135000', '131052.138000', '131052.141000', '131052.143000', '131052.148000', '131052.152000', '131052.154000', '131052.157000', '131052.160000', '131052.163000', '131052.166000', '131052.169000', '131052.172000', '131052.174000', '131052.177000', '131052.180000', '131052.183000', '131052.186000', '131052.188000', '131052.201000', '131052.203000', '131112.071000', '131112.074000', '131112.077000', '131112.079000', '131112.082000', '131112.085000', '131112.088000', '131112.091000', '131112.094000', '131112.096000', '131112.099000', '131112.102000', '131112.105000', '131112.108000', '131112.111000', '131112.113000', '131112.117000', '131112.119000', '131112.122000', '131112.125000', '131112.128000', '131112.131000', '131112.134000', '131112.136000', '131112.139000', '131112.142000', '131112.145000', '131112.148000', '131112.151000', '131112.154000', '131112.156000', '131112.159000', '131112.162000', '131112.165000', '131112.168000', '131112.170000', '131112.173000', '131112.176000', '131112.179000', '131112.182000', '131112.185000', '131112.188000', '131112.190000', '131112.193000', '131132.071000', '131132.074000', '131132.077000', '131132.080000', '131132.082000', '131132.085000', '131132.088000', '131132.091000', '131132.094000', '131132.097000', '131132.100000', '131132.103000', '131132.105000', '131132.108000', '131132.113000', '131132.116000', '131132.119000', '131132.122000', '131132.125000', '131132.127000', '131132.130000', '131132.133000', '131132.136000', '131132.139000', '131132.142000', '131132.144000', '131132.147000', '131132.150000', '131132.153000', '131132.156000', '131132.159000', '131132.162000', '131132.164000', '131132.167000', '131132.170000', '131132.173000', '131132.177000', '131132.180000', '131132.184000', '131132.187000', '131132.189000', '131132.192000', '131132.195000', '131152.070000', '131152.073000', '131152.076000', '131152.079000', '131152.082000', '131152.084000', '131152.087000', '131152.090000', '131152.093000', '131152.096000', '131152.098000', '131152.101000', '131152.104000', '131152.107000', '131152.110000', '131152.113000', '131152.116000', '131152.118000', '131152.121000', '131152.124000', '131152.127000', '131152.130000', '131152.132000', '131152.135000', '131152.138000', '131152.141000', '131152.144000', '131152.147000', '131152.150000', '131152.153000', '131152.155000', '131152.158000', '131152.161000', '131152.164000', '131152.167000', '131152.170000', '131152.172000', '131152.175000', '131152.178000', '131152.181000', '131152.184000', '131152.187000', '131152.189000', '131152.192000', '131212.070000', '131212.073000', '131212.076000', '131212.079000', '131212.081000', '131212.084000', '131212.087000', '131212.090000', '131212.093000', '131212.096000', '131212.099000', '131212.101000', '131212.104000', '131212.107000', '131212.110000', '131212.113000', '131212.115000', '131212.118000', '131212.121000', '131212.124000', '131212.127000', '131212.130000', '131212.132000', '131212.135000', '131212.138000', '131212.141000', '131212.144000', '131212.147000', '131212.150000', '131212.153000', '131212.155000', '131212.158000', '131212.161000', '131212.164000', '131212.167000', '131212.169000', '131212.172000', '131212.175000', '131212.178000', '131212.181000', '131212.184000', '131212.187000', '131212.189000', '131232.070000', '131232.073000', '131232.076000', '131232.079000', '131232.082000', '131232.084000', '131232.087000', '131232.090000', '131232.093000', '131232.112000', '131232.115000', '131232.118000', '131232.121000', '131232.124000', '131232.127000', '131232.130000', '131232.133000', '131232.135000', '131232.138000', '131232.141000', '131232.144000', '131232.147000', '131232.150000', '131232.153000', '131232.155000', '131232.158000', '131232.161000', '131232.164000', '131232.167000', '131232.169000', '131232.172000', '131232.175000', '131232.178000', '131232.181000', '131232.184000', '131232.186000', '131232.189000', '131232.192000', '131232.195000', '131232.198000', '131232.201000', '131232.203000', '131232.206000', '131232.209000', '131252.070000', '131252.073000', '131252.076000', '131252.079000', '131252.082000', '131252.084000', '131252.087000', '131252.090000', '131252.093000', '131252.096000', '131252.098000', '131252.101000', '131252.104000', '131252.107000', '131252.110000', '131252.113000', '131252.116000', '131252.118000', '131252.121000', '131252.124000', '131252.127000', '131252.130000', '131252.133000', '131252.135000', '131252.138000', '131252.141000', '131252.144000', '131252.148000', '131252.151000', '131252.154000', '131252.157000', '131252.160000', '131252.163000', '131252.166000', '131252.168000', '131252.171000', '131252.174000', '131252.177000', '131252.180000', '131252.183000', '131252.186000', '131252.188000', '131252.191000', '131304.678000', '131304.682000', '131304.685000', '131304.688000', '131304.691000', '131304.694000', '131304.697000', '131304.700000', '131304.703000', '131304.707000', '131304.710000', '131304.714000', '131304.717000', '131304.720000', '131304.723000', '131304.726000', '131304.728000', '131304.731000', '131304.734000', '131304.737000', '131304.740000', '131304.743000', '131304.746000', '131304.749000', '131304.752000', '131304.755000', '131304.758000', '131304.761000'], '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': [11350, 10792, 14521, 9540, 18604, 10011, 15989, 12442, 16958, 9522, 12581, 9204, 10423, 7998, 10394, 8163, 10173, 8033, 9345, 7815, 8939, 7940, 8801, 7990, 9048, 10852, 8672, 12954, 8555, 13387, 10246, 17742, 9845, 15926, 8821, 13192, 10159, 12615, 9549, 13832, 7812, 9955, 7916, 9640, 7847, 9293, 7849, 10062, 8258, 14284, 9598, 7932, 12654, 8167, 8046, 8784, 8056, 9381, 7885, 10533, 8381, 10802, 8969, 11686, 8943, 14781, 10360, 18167, 13848, 16421, 10292, 15160, 8752, 15153, 11689, 14865, 8786, 13062, 8338, 8567, 8450, 8004, 8443, 7760, 8749, 7828, 8574, 7934, 8913, 8323, 10537, 8217, 10085, 8130, 10051, 8004, 10599, 8460, 15361, 9055, 15905, 7889, 11647, 8313, 8959, 8040, 8852, 8390, 7937, 10903, 8764, 10374, 8450, 7855, 8840, 7790, 9479, 9157, 14182, 13526, 10818, 17022, 10169, 17810, 12579, 16350, 10851, 13860, 8336, 12527, 8175, 10948, 8440, 10828, 8183, 7972, 8420, 8799, 8528, 8259, 8721, 7899, 8600, 8082, 8509, 11551, 8467, 13225, 10126, 14323, 8496, 11507, 7906, 9600, 13559, 8795, 15748, 8434, 10361, 8309, 7813, 9295, 7973, 7841, 7732, 8004, 8544, 7976, 7917, 10047, 8236, 12088, 8185, 12757, 7887, 12463, 8125, 10287, 16933, 12685, 17584, 10527, 16721, 9636, 14233, 10869, 15091, 9465, 13075, 8178, 9918, 8393, 9837, 8036, 9864, 8215, 9668, 8186, 9473, 7928, 9277, 8125, 8925, 7877, 8383, 11022, 8439, 11755, 9135, 11168, 8128, 10544, 7965, 9241, 7751, 8831, 7837, 8653, 10908, 8027, 9912, 8227, 9836, 8071, 9004, 8148, 8384, 15001, 8159, 11732, 9839, 14719, 11948, 8283, 16739, 8324, 8046, 7957, 8069, 8233, 9003, 8021, 10512, 8055, 11160, 8359, 11376, 8766, 16699, 11050, 16704, 11079, 13533, 14574, 11383, 13977, 11878, 8159, 9440, 8369, 9402, 8611, 9663, 8390, 9879, 8140, 9139, 7811, 8716, 11007, 8899, 12681, 8395, 12541, 8404, 10746, 8149, 9842, 8229, 10712, 8640, 10368, 8272, 10956, 8056, 7892, 8033, 7802, 9335, 7992, 11667, 9452, 12826, 8217, 12051, 8373, 12609, 9428, 11754, 7995, 10064, 10488, 8631, 16574, 8520, 13723, 8177, 12475, 9960, 15152, 8174, 11694, 8377, 10404, 8037, 9804, 8240, 9994, 8372, 9656, 8167, 9224, 8042, 8964, 8397, 9006, 9894, 8609, 11536, 8203, 10086, 8086, 9698, 8181, 9732, 7736, 8665, 8372, 8353, 9242, 7937, 9912, 8430, 8158, 8362, 7956, 8407, 8016, 7926, 8070, 7640, 9345, 7876, 7860, 10697, 9023, 8125, 13710, 11111, 8927, 18040, 12437, 16350, 11187, 13764, 8287, 8938, 12483, 8419, 17558, 12859, 13508, 10374, 9379, 11429, 8219, 10165, 9477, 9411, 12259, 9268, 9232, 9406, 8111, 9446, 7932, 9372, 8003, 9400, 7906, 9831, 7679, 9534, 8654, 9217, 8814, 9042, 8248, 8602, 8828, 8575, 10049, 8362, 9581, 8353, 9115, 8123, 9808, 8108, 9816, 8204, 9602, 8445, 10461, 8573, 10744, 8369, 10413, 9245, 10903, 8341, 10683, 8131, 10092, 7958, 9468, 8212, 9683, 7901, 9421, 7771, 8806, 7854, 8779, 7887, 8727, 7747, 8872, 7777, 8494, 7884, 8398, 7895, 8701, 7924, 7983, 7737, 8188, 8403, 8287, 7777, 10745, 7769, 11064, 7950, 10078, 7961, 11786, 8800, 12634, 8890, 16280, 8439, 13477, 8301, 12310, 9290, 14666, 10386, 17076, 10587, 14431, 8126, 13223, 8411, 11701, 9600, 8002, 8914, 7948, 9221, 8124, 12403, 8952, 17687, 14505, 17350, 12265, 15005, 9744, 13136, 9680, 13999, 17390, 11172, 17307, 9694, 12480, 8560, 9768, 9011, 7904, 8782, 7999, 9233, 8887, 8469, 12012, 8858, 7940, 14611, 10049, 8625, 10178, 9011, 8264, 11764, 14318, 10380, 15807, 8986, 17727, 10094, 14611, 12465, 14738, 9714, 12116, 8661, 10583, 8569, 10169, 8689, 10369, 8641, 10115, 8907, 9910, 8480, 10215, 8293, 10498, 8468, 9765, 8404, 9264, 7803, 8769, 10488, 8700, 10132, 8244, 10868, 7946, 10067, 8293, 9459, 7921, 8844, 7816, 8651, 7698, 8266, 10318, 8170, 9940, 8269, 10277, 8189, 9768, 7867, 9246, 7951, 9636, 7998, 11272, 8055, 12849, 8541, 8261, 8962, 7826, 8664, 8541, 8181, 11275, 7841, 10166, 7854, 9853, 7624, 9695, 7953, 9136, 7785, 8899, 8003, 9353, 7746, 10198, 7879, 10228, 7887, 9562, 10647, 8954, 15182, 9858, 13679, 8415, 7923, 8574, 7943, 8778, 8000, 10815, 8093, 11812, 8220, 9575, 8257, 7909, 9282, 8191, 11567, 8696, 13673, 9904, 13116, 8758, 11637, 8665, 7830, 9112, 7870, 14499, 8307, 10449, 8636, 7827, 11808, 8606, 7961, 9380, 8408, 10449, 8791, 14864, 10157, 18159, 10811, 15096, 9386, 12975, 10553, 10095, 9005, 9509, 8882, 15291, 8851, 15558, 8912, 15447, 8446, 12502, 7967, 11240, 8411, 10518, 8012, 10217, 8023, 10170, 8009, 10448, 7974, 10216, 8020, 9593, 9082, 8713, 11926, 9027, 12026, 8190, 11084, 8150, 10719, 8252, 10179, 7812, 9401, 7945, 8781, 7839, 8695, 8086, 8825, 7910, 8507, 7876, 8305, 7928, 8385, 7793, 9124, 7976, 8774, 7842, 8615, 12447, 10227, 15403, 12018, 12049, 8947, 7802, 8792, 8664, 8915, 11137, 12833, 8021, 16575, 9455, 16067, 10809, 14624, 11579, 8884, 10751, 7908, 9205, 8104, 9382, 8212, 9201, 8675, 8084, 9954, 8985, 7957, 11695, 9200, 10034, 11535, 14192, 14913, 15364, 11278, 14479, 9938, 13244, 11035, 14049, 9617, 9992, 9387, 7778, 10945, 8961, 10754, 8416, 9773, 8856, 9595, 9218, 7780, 8922, 7684, 8841, 9783, 8671, 10667, 8722, 11399, 8295, 11101, 8171, 10253, 7841, 9296, 7783, 9028, 7837, 8350, 10040, 8181, 10269, 8004, 10493, 8329, 10040, 7854, 9169, 8103, 8911, 7767, 8885, 7750, 9124, 7683, 8745, 8195, 8333, 7908, 10729, 7803, 10862, 7838, 9589, 7901, 9334, 7862, 11133, 7832, 12011, 7921, 9381, 7689, 9069, 7797, 10699, 8128, 9117, 7989, 9072, 7819, 8961, 8281, 16497, 12631, 15445, 9439, 8035, 9071, 8734, 12354, 8383, 15207, 9199, 12793, 9245, 7711, 8730, 8414, 12261, 10668, 17809, 15145, 17967, 14158, 16723, 13350, 15999, 13047, 16538, 11237, 13685, 8924, 10582, 7970, 9438, 8530, 9561, 8310, 9444, 8665, 8792, 8620, 9122], 'WindowCenter': [4519.0, 4504.0, 4508.0, 4477.0, 4527.0, 4475.0, 4505.0, 4484.0, 4501.0, 4461.0, 4479.0, 4449.0, 4461.0, 4440.0, 4459.0, 4438.0, 4458.0, 4440.0, 4448.0, 4441.0, 4460.0, 4454.0, 4466.0, 4454.0, 4464.0, 4483.0, 4463.0, 4494.0, 4464.0, 4492.0, 4475.0, 4513.0, 4472.0, 4502.0, 4452.0, 4480.0, 4471.0, 4481.0, 4461.0, 4479.0, 4439.0, 4459.0, 4438.0, 4446.0, 4438.0, 4448.0, 4439.0, 4461.0, 4451.0, 4492.0, 4462.0, 4452.0, 4492.0, 4463.0, 4453.0, 4464.0, 4465.0, 4475.0, 4467.0, 4486.0, 4467.0, 4485.0, 4475.0, 4483.0, 4463.0, 4502.0, 4476.0, 4512.0, 4491.0, 4499.0, 4459.0, 4488.0, 4438.0, 4487.0, 4468.0, 4476.0, 4437.0, 4476.0, 4435.0, 4446.0, 4448.0, 4449.0, 4452.0, 4450.0, 4462.0, 4455.0, 4477.0, 4465.0, 4475.0, 4466.0, 4484.0, 4464.0, 4485.0, 4466.0, 4475.0, 4465.0, 4485.0, 4464.0, 4514.0, 4465.0, 4513.0, 4453.0, 4482.0, 4462.0, 4462.0, 4463.0, 4475.0, 4465.0, 4467.0, 4497.0, 4477.0, 4486.0, 4465.0, 4468.0, 4475.0, 4455.0, 4478.0, 4475.0, 4508.0, 4495.0, 4485.0, 4513.0, 4471.0, 4511.0, 4480.0, 4499.0, 4469.0, 4477.0, 4436.0, 4477.0, 4438.0, 4457.0, 4437.0, 4470.0, 4450.0, 4451.0, 4452.0, 4464.0, 4466.0, 4464.0, 4476.0, 4464.0, 4476.0, 4466.0, 4478.0, 4494.0, 4467.0, 4506.0, 4488.0, 4505.0, 4465.0, 4487.0, 4453.0, 4473.0, 4493.0, 4463.0, 4502.0, 4452.0, 4472.0, 4462.0, 4453.0, 4474.0, 4467.0, 4466.0, 4470.0, 4482.0, 4490.0, 4493.0, 4492.0, 4501.0, 4492.0, 4523.0, 4480.0, 4522.0, 4481.0, 4522.0, 4481.0, 4499.0, 4527.0, 4507.0, 4525.0, 4474.0, 4514.0, 4462.0, 4492.0, 4471.0, 4491.0, 4460.0, 4480.0, 4440.0, 4458.0, 4448.0, 4458.0, 4451.0, 4460.0, 4451.0, 4459.0, 4452.0, 4460.0, 4451.0, 4461.0, 4451.0, 4464.0, 4452.0, 4452.0, 4471.0, 4451.0, 4483.0, 4462.0, 4472.0, 4451.0, 4471.0, 4451.0, 4462.0, 4452.0, 4462.0, 4451.0, 4463.0, 4484.0, 4455.0, 4471.0, 4465.0, 4474.0, 4454.0, 4464.0, 4453.0, 4464.0, 4505.0, 4466.0, 4495.0, 4474.0, 4515.0, 4495.0, 4465.0, 4515.0, 4453.0, 4453.0, 4466.0, 4468.0, 4480.0, 4491.0, 4482.0, 4500.0, 4482.0, 4509.0, 4480.0, 4509.0, 4479.0, 4530.0, 4497.0, 4525.0, 4484.0, 4492.0, 4491.0, 4470.0, 4479.0, 4468.0, 4438.0, 4446.0, 4436.0, 4445.0, 4447.0, 4457.0, 4437.0, 4457.0, 4436.0, 4448.0, 4438.0, 4448.0, 4467.0, 4449.0, 4477.0, 4448.0, 4478.0, 4449.0, 4467.0, 4439.0, 4458.0, 4451.0, 4471.0, 4459.0, 4469.0, 4451.0, 4470.0, 4451.0, 4452.0, 4464.0, 4467.0, 4478.0, 4466.0, 4498.0, 4488.0, 4508.0, 4479.0, 4497.0, 4467.0, 4496.0, 4476.0, 4496.0, 4454.0, 4486.0, 4473.0, 4463.0, 4512.0, 4452.0, 4491.0, 4452.0, 4480.0, 4460.0, 4489.0, 4449.0, 4467.0, 4439.0, 4469.0, 4439.0, 4457.0, 4449.0, 4458.0, 4449.0, 4459.0, 4449.0, 4458.0, 4439.0, 4460.0, 4450.0, 4460.0, 4459.0, 4449.0, 4480.0, 4452.0, 4470.0, 4449.0, 4461.0, 4449.0, 4461.0, 4441.0, 4463.0, 4451.0, 4453.0, 4461.0, 4453.0, 4473.0, 4463.0, 4453.0, 4464.0, 4465.0, 4465.0, 4467.0, 4479.0, 4480.0, 4471.0, 4488.0, 4480.0, 4481.0, 4500.0, 4490.0, 4479.0, 4522.0, 4499.0, 4478.0, 4527.0, 4509.0, 4517.0, 4486.0, 4505.0, 4464.0, 4463.0, 4482.0, 4452.0, 4509.0, 4482.0, 4480.0, 4459.0, 4449.0, 4457.0, 4436.0, 4448.0, 4434.0, 4434.0, 4454.0, 4431.0, 4432.0, 4432.0, 4413.0, 4433.0, 4412.0, 4430.0, 4422.0, 4432.0, 4421.0, 4432.0, 4412.0, 4432.0, 4422.0, 4434.0, 4432.0, 4434.0, 4423.0, 4435.0, 4433.0, 4435.0, 4445.0, 4438.0, 4461.0, 4463.0, 4463.0, 4453.0, 4470.0, 4454.0, 4472.0, 4465.0, 4474.0, 4466.0, 4486.0, 4468.0, 4487.0, 4468.0, 4486.0, 4476.0, 4484.0, 4465.0, 4474.0, 4455.0, 4474.0, 4454.0, 4474.0, 4467.0, 4474.0, 4466.0, 4474.0, 4455.0, 4475.0, 4465.0, 4477.0, 4468.0, 4477.0, 4468.0, 4478.0, 4469.0, 4479.0, 4479.0, 4482.0, 4481.0, 4480.0, 4471.0, 4482.0, 4480.0, 4482.0, 4481.0, 4483.0, 4483.0, 4513.0, 4482.0, 4512.0, 4483.0, 4497.0, 4484.0, 4522.0, 4494.0, 4522.0, 4490.0, 4540.0, 4482.0, 4521.0, 4481.0, 4508.0, 4491.0, 4521.0, 4499.0, 4530.0, 4500.0, 4518.0, 4469.0, 4508.0, 4480.0, 4509.0, 4489.0, 4469.0, 4478.0, 4468.0, 4478.0, 4469.0, 4509.0, 4479.0, 4529.0, 4517.0, 4528.0, 4485.0, 4503.0, 4463.0, 4492.0, 4474.0, 4504.0, 4517.0, 4469.0, 4513.0, 4461.0, 4480.0, 4451.0, 4460.0, 4461.0, 4452.0, 4452.0, 4453.0, 4476.0, 4477.0, 4467.0, 4507.0, 4466.0, 4455.0, 4505.0, 4474.0, 4465.0, 4475.0, 4478.0, 4465.0, 4487.0, 4493.0, 4462.0, 4501.0, 4451.0, 4500.0, 4459.0, 4478.0, 4466.0, 4476.0, 4435.0, 4453.0, 4423.0, 4442.0, 4423.0, 4442.0, 4435.0, 4444.0, 4436.0, 4443.0, 4436.0, 4446.0, 4437.0, 4457.0, 4439.0, 4460.0, 4438.0, 4448.0, 4439.0, 4449.0, 4438.0, 4449.0, 4458.0, 4449.0, 4458.0, 4440.0, 4469.0, 4452.0, 4460.0, 4451.0, 4462.0, 4452.0, 4462.0, 4443.0, 4463.0, 4453.0, 4465.0, 4474.0, 4466.0, 4475.0, 4465.0, 4475.0, 4467.0, 4475.0, 4466.0, 4476.0, 4467.0, 4477.0, 4467.0, 4487.0, 4469.0, 4507.0, 4468.0, 4468.0, 4477.0, 4457.0, 4468.0, 4467.0, 4468.0, 4487.0, 4467.0, 4486.0, 4467.0, 4487.0, 4456.0, 4477.0, 4466.0, 4476.0, 4456.0, 4475.0, 4467.0, 4477.0, 4468.0, 4488.0, 4469.0, 4487.0, 4466.0, 4477.0, 4485.0, 4466.0, 4505.0, 4475.0, 4494.0, 4465.0, 4454.0, 4465.0, 4455.0, 4466.0, 4466.0, 4498.0, 4468.0, 4498.0, 4480.0, 4490.0, 4477.0, 4469.0, 4477.0, 4481.0, 4498.0, 4481.0, 4518.0, 4489.0, 4508.0, 4467.0, 4486.0, 4466.0, 4455.0, 4465.0, 4455.0, 4504.0, 4455.0, 4485.0, 4464.0, 4455.0, 4494.0, 4465.0, 4467.0, 4478.0, 4468.0, 4486.0, 4478.0, 4518.0, 4489.0, 4527.0, 4485.0, 4504.0, 4464.0, 4493.0, 4473.0, 4472.0, 4463.0, 4462.0, 4462.0, 4503.0, 4452.0, 4503.0, 4451.0, 4491.0, 4449.0, 4479.0, 4440.0, 4470.0, 4451.0, 4470.0, 4452.0, 4471.0, 4453.0, 4472.0, 4454.0, 4474.0, 4455.0, 4476.0, 4455.0, 4475.0, 4463.0, 4466.0, 4484.0, 4466.0, 4484.0, 4465.0, 4484.0, 4456.0, 4473.0, 4454.0, 4473.0, 4454.0, 4464.0, 4456.0, 4466.0, 4454.0, 4464.0, 4455.0, 4475.0, 4467.0, 4466.0, 4468.0, 4479.0, 4469.0, 4480.0, 4470.0, 4490.0, 4480.0, 4480.0, 4470.0, 4480.0, 4511.0, 4490.0, 4517.0, 4499.0, 4497.0, 4477.0, 4456.0, 4465.0, 4466.0, 4478.0, 4486.0, 4497.0, 4456.0, 4515.0, 4476.0, 4514.0, 4486.0, 4505.0, 4486.0, 4463.0, 4486.0, 4453.0, 4463.0, 4454.0, 4463.0, 4466.0, 4476.0, 4477.0, 4468.0, 4487.0, 4477.0, 4467.0, 4496.0, 4476.0, 4475.0, 4486.0, 4505.0, 4494.0, 4491.0, 4470.0, 4479.0, 4449.0, 4468.0, 4458.0, 4477.0, 4447.0, 4445.0, 4435.0, 4425.0, 4455.0, 4435.0, 4454.0, 4436.0, 4444.0, 4436.0, 4446.0, 4448.0, 4427.0, 4449.0, 4439.0, 4451.0, 4459.0, 4450.0, 4458.0, 4450.0, 4469.0, 4450.0, 4469.0, 4450.0, 4459.0, 4440.0, 4460.0, 4440.0, 4462.0, 4442.0, 4454.0, 4462.0, 4454.0, 4473.0, 4454.0, 4474.0, 4455.0, 4475.0, 4456.0, 4476.0, 4466.0, 4476.0, 4467.0, 4478.0, 4468.0, 4490.0, 4468.0, 4480.0, 4480.0, 4480.0, 4482.0, 4501.0, 4470.0, 4500.0, 4470.0, 4491.0, 4482.0, 4490.0, 4471.0, 4500.0, 4470.0, 4510.0, 4470.0, 4479.0, 4468.0, 4479.0, 4468.0, 4489.0, 4469.0, 4477.0, 4469.0, 4479.0, 4470.0, 4480.0, 4481.0, 4531.0, 4512.0, 4531.0, 4506.0, 4509.0, 4505.0, 4491.0, 4520.0, 4479.0, 4514.0, 4476.0, 4507.0, 4488.0, 4467.0, 4476.0, 4466.0, 4497.0, 4488.0, 4528.0, 4516.0, 4514.0, 4504.0, 4503.0, 4492.0, 4501.0, 4481.0, 4490.0, 4458.0, 4475.0, 4435.0, 4444.0, 4426.0, 4445.0, 4436.0, 4456.0, 4439.0, 4458.0, 4461.0, 4460.0, 4465.0, 4473.0], 'WindowWidth': [9945.0, 9915.0, 9912.0, 9864.0, 9936.0, 9859.0, 9899.0, 9867.0, 9889.0, 9831.0, 9852.0, 9812.0, 9828.0, 9799.0, 9825.0, 9797.0, 9823.0, 9801.0, 9810.0, 9804.0, 9830.0, 9827.0, 9847.0, 9827.0, 9841.0, 9866.0, 9838.0, 9883.0, 9841.0, 9878.0, 9857.0, 9907.0, 9848.0, 9889.0, 9821.0, 9857.0, 9846.0, 9859.0, 9831.0, 9855.0, 9798.0, 9824.0, 9795.0, 9805.0, 9795.0, 9811.0, 9799.0, 9832.0, 9819.0, 9878.0, 9836.0, 9825.0, 9878.0, 9841.0, 9826.0, 9842.0, 9846.0, 9859.0, 9852.0, 9875.0, 9851.0, 9874.0, 9860.0, 9868.0, 9840.0, 9891.0, 9860.0, 9906.0, 9875.0, 9885.0, 9826.0, 9866.0, 9797.0, 9864.0, 9836.0, 9846.0, 9794.0, 9843.0, 9791.0, 9805.0, 9811.0, 9814.0, 9823.0, 9819.0, 9836.0, 9830.0, 9865.0, 9846.0, 9860.0, 9847.0, 9872.0, 9844.0, 9872.0, 9850.0, 9858.0, 9848.0, 9874.0, 9844.0, 9912.0, 9844.0, 9909.0, 9826.0, 9863.0, 9837.0, 9838.0, 9843.0, 9860.0, 9850.0, 9853.0, 9892.0, 9866.0, 9875.0, 9847.0, 9854.0, 9859.0, 9833.0, 9866.0, 9859.0, 9909.0, 9886.0, 9873.0, 9909.0, 9847.0, 9905.0, 9857.0, 9882.0, 9840.0, 9848.0, 9793.0, 9848.0, 9797.0, 9820.0, 9796.0, 9841.0, 9816.0, 9818.0, 9824.0, 9842.0, 9849.0, 9843.0, 9862.0, 9845.0, 9864.0, 9850.0, 9868.0, 9887.0, 9853.0, 9903.0, 9880.0, 9901.0, 9845.0, 9875.0, 9826.0, 9854.0, 9880.0, 9839.0, 9893.0, 9824.0, 9851.0, 9840.0, 9828.0, 9856.0, 9856.0, 9850.0, 9862.0, 9884.0, 9889.0, 9899.0, 9897.0, 9909.0, 9899.0, 9939.0, 9878.0, 9936.0, 9879.0, 9936.0, 9879.0, 9901.0, 9936.0, 9905.0, 9929.0, 9855.0, 9912.0, 9835.0, 9877.0, 9848.0, 9875.0, 9829.0, 9854.0, 9801.0, 9823.0, 9812.0, 9823.0, 9822.0, 9830.0, 9819.0, 9827.0, 9821.0, 9832.0, 9820.0, 9834.0, 9821.0, 9841.0, 9822.0, 9824.0, 9849.0, 9822.0, 9864.0, 9836.0, 9849.0, 9821.0, 9846.0, 9820.0, 9836.0, 9822.0, 9838.0, 9821.0, 9841.0, 9868.0, 9831.0, 9850.0, 9845.0, 9858.0, 9829.0, 9844.0, 9828.0, 9844.0, 9900.0, 9848.0, 9887.0, 9860.0, 9913.0, 9888.0, 9846.0, 9914.0, 9825.0, 9826.0, 9848.0, 9857.0, 9876.0, 9893.0, 9882.0, 9904.0, 9882.0, 9914.0, 9878.0, 9914.0, 9873.0, 9944.0, 9893.0, 9933.0, 9869.0, 9881.0, 9875.0, 9844.0, 9853.0, 9839.0, 9794.0, 9803.0, 9789.0, 9801.0, 9806.0, 9821.0, 9795.0, 9820.0, 9792.0, 9809.0, 9794.0, 9809.0, 9834.0, 9813.0, 9848.0, 9810.0, 9850.0, 9812.0, 9836.0, 9801.0, 9825.0, 9820.0, 9846.0, 9831.0, 9841.0, 9820.0, 9845.0, 9820.0, 9824.0, 9843.0, 9855.0, 9870.0, 9850.0, 9894.0, 9881.0, 9910.0, 9871.0, 9892.0, 9853.0, 9889.0, 9861.0, 9888.0, 9829.0, 9876.0, 9852.0, 9837.0, 9906.0, 9821.0, 9876.0, 9823.0, 9858.0, 9831.0, 9869.0, 9814.0, 9835.0, 9800.0, 9841.0, 9802.0, 9820.0, 9812.0, 9824.0, 9813.0, 9825.0, 9813.0, 9825.0, 9801.0, 9830.0, 9815.0, 9830.0, 9828.0, 9815.0, 9857.0, 9821.0, 9843.0, 9817.0, 9833.0, 9815.0, 9834.0, 9806.0, 9837.0, 9821.0, 9825.0, 9835.0, 9828.0, 9852.0, 9840.0, 9827.0, 9842.0, 9847.0, 9846.0, 9854.0, 9874.0, 9876.0, 9863.0, 9883.0, 9874.0, 9877.0, 9900.0, 9888.0, 9872.0, 9934.0, 9895.0, 9866.0, 9937.0, 9908.0, 9920.0, 9874.0, 9900.0, 9842.0, 9840.0, 9863.0, 9823.0, 9901.0, 9862.0, 9856.0, 9826.0, 9809.0, 9819.0, 9788.0, 9806.0, 9783.0, 9781.0, 9808.0, 9774.0, 9776.0, 9776.0, 9750.0, 9775.0, 9748.0, 9770.0, 9761.0, 9774.0, 9759.0, 9775.0, 9747.0, 9776.0, 9762.0, 9780.0, 9777.0, 9781.0, 9768.0, 9784.0, 9781.0, 9786.0, 9798.0, 9795.0, 9831.0, 9840.0, 9836.0, 9825.0, 9844.0, 9826.0, 9849.0, 9843.0, 9853.0, 9846.0, 9873.0, 9852.0, 9877.0, 9855.0, 9872.0, 9859.0, 9867.0, 9844.0, 9854.0, 9830.0, 9856.0, 9828.0, 9855.0, 9849.0, 9856.0, 9849.0, 9854.0, 9830.0, 9858.0, 9846.0, 9863.0, 9853.0, 9865.0, 9854.0, 9867.0, 9858.0, 9871.0, 9874.0, 9880.0, 9875.0, 9874.0, 9862.0, 9879.0, 9875.0, 9879.0, 9878.0, 9880.0, 9882.0, 9923.0, 9881.0, 9920.0, 9885.0, 9898.0, 9887.0, 9936.0, 9902.0, 9935.0, 9891.0, 9958.0, 9880.0, 9928.0, 9875.0, 9908.0, 9890.0, 9930.0, 9899.0, 9943.0, 9898.0, 9922.0, 9857.0, 9907.0, 9874.0, 9910.0, 9883.0, 9855.0, 9866.0, 9854.0, 9867.0, 9857.0, 9909.0, 9870.0, 9940.0, 9919.0, 9935.0, 9869.0, 9891.0, 9837.0, 9876.0, 9854.0, 9896.0, 9924.0, 9842.0, 9909.0, 9831.0, 9856.0, 9817.0, 9830.0, 9832.0, 9820.0, 9821.0, 9826.0, 9860.0, 9866.0, 9851.0, 9907.0, 9847.0, 9828.0, 9897.0, 9852.0, 9843.0, 9858.0, 9866.0, 9843.0, 9875.0, 9876.0, 9835.0, 9887.0, 9816.0, 9887.0, 9823.0, 9849.0, 9829.0, 9842.0, 9784.0, 9807.0, 9766.0, 9788.0, 9766.0, 9790.0, 9784.0, 9795.0, 9788.0, 9796.0, 9789.0, 9802.0, 9793.0, 9817.0, 9797.0, 9827.0, 9795.0, 9808.0, 9796.0, 9810.0, 9794.0, 9811.0, 9821.0, 9812.0, 9823.0, 9800.0, 9839.0, 9818.0, 9829.0, 9818.0, 9834.0, 9819.0, 9833.0, 9809.0, 9839.0, 9825.0, 9844.0, 9855.0, 9846.0, 9856.0, 9844.0, 9857.0, 9850.0, 9858.0, 9848.0, 9860.0, 9850.0, 9863.0, 9852.0, 9877.0, 9857.0, 9904.0, 9852.0, 9850.0, 9863.0, 9835.0, 9852.0, 9849.0, 9852.0, 9877.0, 9852.0, 9876.0, 9851.0, 9878.0, 9835.0, 9865.0, 9847.0, 9859.0, 9834.0, 9859.0, 9851.0, 9864.0, 9854.0, 9879.0, 9855.0, 9879.0, 9847.0, 9862.0, 9872.0, 9846.0, 9898.0, 9857.0, 9881.0, 9843.0, 9828.0, 9844.0, 9831.0, 9848.0, 9850.0, 9894.0, 9854.0, 9893.0, 9873.0, 9885.0, 9865.0, 9856.0, 9867.0, 9876.0, 9895.0, 9875.0, 9920.0, 9882.0, 9906.0, 9850.0, 9873.0, 9845.0, 9829.0, 9843.0, 9828.0, 9896.0, 9829.0, 9871.0, 9841.0, 9831.0, 9882.0, 9843.0, 9849.0, 9865.0, 9854.0, 9875.0, 9868.0, 9919.0, 9882.0, 9933.0, 9871.0, 9895.0, 9841.0, 9877.0, 9852.0, 9849.0, 9836.0, 9834.0, 9834.0, 9892.0, 9819.0, 9890.0, 9817.0, 9872.0, 9813.0, 9852.0, 9802.0, 9840.0, 9817.0, 9842.0, 9820.0, 9843.0, 9825.0, 9849.0, 9828.0, 9853.0, 9832.0, 9860.0, 9831.0, 9857.0, 9841.0, 9847.0, 9869.0, 9845.0, 9868.0, 9843.0, 9868.0, 9833.0, 9854.0, 9828.0, 9853.0, 9826.0, 9841.0, 9830.0, 9844.0, 9828.0, 9844.0, 9832.0, 9860.0, 9850.0, 9848.0, 9852.0, 9870.0, 9858.0, 9873.0, 9859.0, 9887.0, 9873.0, 9872.0, 9859.0, 9875.0, 9914.0, 9888.0, 9921.0, 9896.0, 9891.0, 9862.0, 9832.0, 9844.0, 9848.0, 9864.0, 9874.0, 9892.0, 9832.0, 9915.0, 9860.0, 9911.0, 9873.0, 9898.0, 9873.0, 9838.0, 9872.0, 9823.0, 9837.0, 9827.0, 9838.0, 9846.0, 9860.0, 9864.0, 9855.0, 9878.0, 9863.0, 9849.0, 9888.0, 9861.0, 9857.0, 9873.0, 9896.0, 9883.0, 9871.0, 9840.0, 9851.0, 9810.0, 9833.0, 9821.0, 9843.0, 9802.0, 9797.0, 9785.0, 9771.0, 9813.0, 9785.0, 9809.0, 9787.0, 9795.0, 9789.0, 9803.0, 9807.0, 9779.0, 9810.0, 9797.0, 9816.0, 9824.0, 9814.0, 9823.0, 9813.0, 9837.0, 9814.0, 9838.0, 9814.0, 9826.0, 9801.0, 9828.0, 9801.0, 9834.0, 9806.0, 9825.0, 9835.0, 9826.0, 9849.0, 9828.0, 9853.0, 9829.0, 9855.0, 9832.0, 9858.0, 9847.0, 9861.0, 9851.0, 9867.0, 9853.0, 9884.0, 9856.0, 9873.0, 9874.0, 9873.0, 9876.0, 9903.0, 9859.0, 9898.0, 9859.0, 9887.0, 9877.0, 9887.0, 9862.0, 9900.0, 9859.0, 9911.0, 9857.0, 9868.0, 9855.0, 9869.0, 9854.0, 9883.0, 9857.0, 9866.0, 9858.0, 9869.0, 9860.0, 9875.0, 9874.0, 9944.0, 9918.0, 9943.0, 9922.0, 9932.0, 9920.0, 9894.0, 9932.0, 9873.0, 9908.0, 9861.0, 9904.0, 9881.0, 9851.0, 9861.0, 9848.0, 9892.0, 9880.0, 9939.0, 9919.0, 9915.0, 9897.0, 9896.0, 9875.0, 9888.0, 9857.0, 9870.0, 9821.0, 9842.0, 9785.0, 9795.0, 9773.0, 9801.0, 9791.0, 9818.0, 9798.0, 9822.0, 9833.0, 9832.0, 9846.0, 9852.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.0007079195402298851</td></tr>
<tr><td colspan=3>aqi</td><td>0.020748144482758617</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.686933537100096</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3151785358803219</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00858357849252</td></tr>
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
<tr><td colspan=3>fber</td><td>8061.02</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06324140197069865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1839080459770117</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.485342166641303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.40443376085565</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.72361129870041</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3279814403678496</td></tr>
<tr><td colspan=3>gcor</td><td>0.0312533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0077107809484004974</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03942517563700676</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9674327281340664</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>13.5186</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2888</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.7382</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298376.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>1067.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6252</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.7107</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3673.3197</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.2574</td></tr>
<tr><td colspan=3>tsnr</td><td>44.838662320398726</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>