ds005256-mriqc/sub-0038_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter a01aa5e1f9 [DATALAD RUNCMD] Compute MRIQC for sub-0038
=== 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-0038 --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-0038",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:18 +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-0038_ses-01_task-social_acq-mb8_run-01_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-0038_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-01_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-0038/ses-01/func/sub-0038_ses-01_task-social_acq-mb8_run-01_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>0c4eea0a813232cb27d7a562980fb162</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:04:48.975000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999291, -0.0017273, 0.0376102, -0.00174414, 0.995751, 0.0920724]</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-01_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.0990316</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7152, 561, -100, -91, -88, 54]</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>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fe7398a4-68bd-4537-bff7-f84002e91e6e||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.6810247898101807, -0.004679391160607338, 0.10154540836811066, 109.68830108642578], [0.0046342164278030396, 2.6715266704559326, 0.24859626591205597, -98.03394317626953], [0.10090538114309311, -0.24702343344688416, 2.686612844467163, -24.633638381958008], [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': ['130448.975000', '130449.435000', '130449.895000', '130450.355000', '130450.815000', '130451.275000', '130451.735000', '130452.195000', '130452.655000', '130453.115000', '130453.575000', '130454.035000', '130454.495000', '130454.955000', '130455.415000', '130455.875000', '130456.335000', '130456.795000', '130457.255000', '130457.715000', '130458.175000', '130458.635000', '130459.095000', '130459.555000', '130500.015000', '130500.475000', '130500.935000', '130501.395000', '130501.855000', '130502.315000', '130502.775000', '130503.235000', '130503.695000', '130504.155000', '130504.615000', '130505.075000', '130505.535000', '130505.995000', '130506.455000', '130506.915000', '130507.375000', '130507.835000', '130508.295000', '130508.755000', '130509.215000', '130509.675000', '130510.135000', '130510.595000', '130511.055000', '130511.515000', '130511.975000', '130512.435000', '130512.895000', '130513.355000', '130513.815000', '130514.275000', '130514.735000', '130515.195000', '130515.655000', '130516.115000', '130516.575000', '130517.035000', '130517.495000', '130517.955000', '130518.415000', '130518.875000', '130519.335000', '130519.795000', '130520.255000', '130520.715000', '130521.175000', '130521.635000', '130522.095000', '130522.555000', '130523.015000', '130523.475000', '130523.935000', '130524.395000', '130524.855000', '130525.315000', '130525.775000', '130526.235000', '130526.695000', '130527.155000', '130527.615000', '130528.075000', '130528.535000', '130528.995000', '130529.455000', '130529.915000', '130530.375000', '130530.835000', '130531.295000', '130531.755000', '130532.215000', '130532.675000', '130533.135000', '130533.595000', '130534.055000', '130534.515000', '130534.975000', '130535.435000', '130535.895000', '130536.355000', '130536.815000', '130537.275000', '130537.735000', '130538.195000', '130538.655000', '130539.115000', '130539.575000', '130540.035000', '130540.495000', '130540.955000', '130541.415000', '130541.875000', '130542.335000', '130542.795000', '130543.255000', '130543.715000', '130544.175000', '130544.635000', '130545.095000', '130545.555000', '130546.015000', '130546.475000', '130546.935000', '130547.395000', '130547.855000', '130548.315000', '130548.775000', '130549.235000', '130549.695000', '130550.155000', '130550.615000', '130551.075000', '130551.535000', '130551.995000', '130552.455000', '130552.915000', '130553.375000', '130553.835000', '130554.295000', '130554.755000', '130555.215000', '130555.675000', '130556.135000', '130556.595000', '130557.055000', '130557.515000', '130557.975000', '130558.435000', '130558.895000', '130559.355000', '130559.815000', '130600.275000', '130600.735000', '130601.195000', '130601.655000', '130602.115000', '130602.575000', '130603.035000', '130603.495000', '130603.955000', '130604.415000', '130604.875000', '130605.335000', '130605.795000', '130606.255000', '130606.715000', '130607.175000', '130607.635000', '130608.095000', '130608.555000', '130609.015000', '130609.475000', '130609.935000', '130610.395000', '130610.855000', '130611.315000', '130611.775000', '130612.235000', '130612.695000', '130613.155000', '130613.615000', '130614.075000', '130614.535000', '130614.995000', '130615.455000', '130615.915000', '130616.375000', '130616.835000', '130617.295000', '130617.755000', '130618.215000', '130618.675000', '130619.135000', '130619.595000', '130620.055000', '130620.515000', '130620.975000', '130621.435000', '130621.895000', '130622.355000', '130622.815000', '130623.275000', '130623.735000', '130624.195000', '130624.655000', '130625.115000', '130625.575000', '130626.035000', '130626.495000', '130626.955000', '130627.415000', '130627.875000', '130628.335000', '130628.795000', '130629.255000', '130629.715000', '130630.175000', '130630.635000', '130631.095000', '130631.555000', '130632.015000', '130632.475000', '130632.935000', '130633.395000', '130633.855000', '130634.315000', '130634.775000', '130635.235000', '130635.695000', '130636.155000', '130636.615000', '130637.075000', '130637.535000', '130637.995000', '130638.455000', '130638.915000', '130639.375000', '130639.835000', '130640.295000', '130640.755000', '130641.215000', '130641.675000', '130642.135000', '130642.595000', '130643.055000', '130643.515000', '130643.975000', '130644.435000', '130644.895000', '130645.355000', '130645.815000', '130646.275000', '130646.735000', '130647.195000', '130647.655000', '130648.115000', '130648.575000', '130649.035000', '130649.495000', '130649.955000', '130650.415000', '130650.875000', '130651.335000', '130651.795000', '130652.255000', '130652.715000', '130653.175000', '130653.635000', '130654.095000', '130654.555000', '130655.015000', '130655.475000', '130655.935000', '130656.395000', '130656.855000', '130657.315000', '130657.775000', '130658.235000', '130658.695000', '130659.155000', '130659.615000', '130700.075000', '130700.535000', '130700.995000', '130701.455000', '130701.915000', '130702.375000', '130702.835000', '130703.295000', '130703.755000', '130704.215000', '130704.675000', '130705.135000', '130705.595000', '130706.055000', '130706.515000', '130706.975000', '130707.435000', '130707.895000', '130708.355000', '130708.815000', '130709.275000', '130709.735000', '130710.195000', '130710.655000', '130711.115000', '130711.575000', '130712.035000', '130712.495000', '130712.955000', '130713.415000', '130713.875000', '130714.335000', '130714.795000', '130715.255000', '130715.715000', '130716.175000', '130716.635000', '130717.095000', '130717.555000', '130718.015000', '130718.475000', '130718.935000', '130719.395000', '130719.855000', '130720.315000', '130720.775000', '130721.235000', '130721.695000', '130722.155000', '130722.615000', '130723.075000', '130723.535000', '130723.995000', '130724.455000', '130724.915000', '130725.375000', '130725.835000', '130726.295000', '130726.755000', '130727.215000', '130727.675000', '130728.135000', '130728.595000', '130729.055000', '130729.515000', '130729.975000', '130730.435000', '130730.895000', '130731.355000', '130731.815000', '130732.275000', '130732.735000', '130733.195000', '130733.655000', '130734.115000', '130734.575000', '130735.035000', '130735.495000', '130735.955000', '130736.415000', '130736.875000', '130737.335000', '130737.795000', '130738.255000', '130738.715000', '130739.175000', '130739.635000', '130740.095000', '130740.555000', '130741.015000', '130741.475000', '130741.935000', '130742.395000', '130742.855000', '130743.315000', '130743.775000', '130744.235000', '130744.695000', '130745.155000', '130745.615000', '130746.075000', '130746.535000', '130746.995000', '130747.455000', '130747.915000', '130748.375000', '130748.835000', '130749.295000', '130749.755000', '130750.215000', '130750.675000', '130751.135000', '130751.595000', '130752.055000', '130752.515000', '130752.975000', '130753.435000', '130753.895000', '130754.355000', '130754.815000', '130755.275000', '130755.735000', '130756.195000', '130756.655000', '130757.115000', '130757.575000', '130758.035000', '130758.495000', '130758.955000', '130759.415000', '130759.875000', '130800.335000', '130800.795000', '130801.255000', '130801.715000', '130802.175000', '130802.635000', '130803.095000', '130803.555000', '130804.015000', '130804.475000', '130804.935000', '130805.395000', '130805.855000', '130806.315000', '130806.775000', '130807.235000', '130807.695000', '130808.155000', '130808.615000', '130809.075000', '130809.535000', '130809.995000', '130810.455000', '130810.915000', '130811.375000', '130811.835000', '130812.295000', '130812.755000', '130813.215000', '130813.675000', '130814.135000', '130814.595000', '130815.055000', '130815.515000', '130815.975000', '130816.435000', '130816.895000', '130817.355000', '130817.815000', '130818.275000', '130818.735000', '130819.195000', '130819.655000', '130820.115000', '130820.575000', '130821.035000', '130821.495000', '130821.955000', '130822.415000', '130822.875000', '130823.335000', '130823.795000', '130824.255000', '130824.715000', '130825.175000', '130825.635000', '130826.095000', '130826.555000', '130827.015000', '130827.475000', '130827.935000', '130828.395000', '130828.855000', '130829.315000', '130829.775000', '130830.235000', '130830.695000', '130831.155000', '130831.615000', '130832.075000', '130832.535000', '130832.995000', '130833.455000', '130833.915000', '130834.375000', '130834.835000', '130835.295000', '130835.755000', '130836.215000', '130836.675000', '130837.135000', '130837.595000', '130838.055000', '130838.515000', '130838.975000', '130839.435000', '130839.895000', '130840.355000', '130840.815000', '130841.275000', '130841.735000', '130842.195000', '130842.655000', '130843.115000', '130843.575000', '130844.035000', '130844.495000', '130844.955000', '130845.415000', '130845.875000', '130846.335000', '130846.795000', '130847.255000', '130847.715000', '130848.175000', '130848.635000', '130849.095000', '130849.555000', '130850.015000', '130850.475000', '130850.935000', '130851.395000', '130851.855000', '130852.315000', '130852.775000', '130853.235000', '130853.695000', '130854.155000', '130854.615000', '130855.075000', '130855.535000', '130855.995000', '130856.455000', '130856.915000', '130857.375000', '130857.835000', '130858.295000', '130858.755000', '130859.215000', '130859.675000', '130900.135000', '130900.595000', '130901.055000', '130901.515000', '130901.975000', '130902.435000', '130902.895000', '130903.355000', '130903.815000', '130904.275000', '130904.735000', '130905.195000', '130905.655000', '130906.115000', '130906.575000', '130907.035000', '130907.495000', '130907.955000', '130908.415000', '130908.875000', '130909.335000', '130909.795000', '130910.255000', '130910.715000', '130911.175000', '130911.635000', '130912.095000', '130912.555000', '130913.015000', '130913.475000', '130913.935000', '130914.395000', '130914.855000', '130915.315000', '130915.775000', '130916.235000', '130916.695000', '130917.155000', '130917.615000', '130918.075000', '130918.535000', '130918.995000', '130919.455000', '130919.915000', '130920.375000', '130920.835000', '130921.295000', '130921.755000', '130922.215000', '130922.675000', '130923.135000', '130923.595000', '130924.055000', '130924.515000', '130924.975000', '130925.435000', '130925.895000', '130926.355000', '130926.815000', '130927.275000', '130927.735000', '130928.195000', '130928.655000', '130929.115000', '130929.575000', '130930.035000', '130930.495000', '130930.955000', '130931.415000', '130931.875000', '130932.335000', '130932.795000', '130933.255000', '130933.715000', '130934.175000', '130934.635000', '130935.095000', '130935.555000', '130936.015000', '130936.475000', '130936.935000', '130937.395000', '130937.855000', '130938.315000', '130938.775000', '130939.235000', '130939.695000', '130940.155000', '130940.615000', '130941.075000', '130941.535000', '130941.995000', '130942.455000', '130942.915000', '130943.375000', '130943.835000', '130944.295000', '130944.755000', '130945.215000', '130945.675000', '130946.135000', '130946.595000', '130947.055000', '130947.515000', '130947.975000', '130948.435000', '130948.895000', '130949.355000', '130949.815000', '130950.275000', '130950.735000', '130951.195000', '130951.655000', '130952.115000', '130952.575000', '130953.035000', '130953.495000', '130953.955000', '130954.415000', '130954.875000', '130955.335000', '130955.795000', '130956.255000', '130956.715000', '130957.175000', '130957.635000', '130958.095000', '130958.555000', '130959.015000', '130959.475000', '130959.935000', '131000.395000', '131000.855000', '131001.315000', '131001.775000', '131002.235000', '131002.695000', '131003.155000', '131003.615000', '131004.075000', '131004.535000', '131004.995000', '131005.455000', '131005.915000', '131006.375000', '131006.835000', '131007.295000', '131007.755000', '131008.215000', '131008.675000', '131009.135000', '131009.595000', '131010.055000', '131010.515000', '131010.975000', '131011.435000', '131011.895000', '131012.355000', '131012.815000', '131013.275000', '131013.735000', '131014.195000', '131014.655000', '131015.115000', '131015.575000', '131016.035000', '131016.495000', '131016.955000', '131017.415000', '131017.875000', '131018.335000', '131018.795000', '131019.255000', '131019.715000', '131020.175000', '131020.635000', '131021.095000', '131021.555000', '131022.015000', '131022.475000', '131022.935000', '131023.395000', '131023.855000', '131024.315000', '131024.775000', '131025.235000', '131025.695000', '131026.155000', '131026.615000', '131027.075000', '131027.535000', '131027.995000', '131028.455000', '131028.915000', '131029.375000', '131029.835000', '131030.295000', '131030.755000', '131031.215000', '131031.675000', '131032.135000', '131032.595000', '131033.055000', '131033.515000', '131033.975000', '131034.435000', '131034.895000', '131035.355000', '131035.815000', '131036.275000', '131036.735000', '131037.195000', '131037.655000', '131038.115000', '131038.575000', '131039.035000', '131039.495000', '131039.955000', '131040.415000', '131040.875000', '131041.335000', '131041.795000', '131042.255000', '131042.715000', '131043.175000', '131043.635000', '131044.095000', '131044.555000', '131045.015000', '131045.475000', '131045.935000', '131046.395000', '131046.855000', '131047.315000', '131047.775000', '131048.235000', '131048.695000', '131049.155000', '131049.615000', '131050.075000', '131050.535000', '131050.995000', '131051.455000', '131051.915000', '131052.375000', '131052.835000', '131053.295000', '131053.755000', '131054.215000', '131054.675000', '131055.135000', '131055.595000', '131056.055000', '131056.515000', '131056.975000', '131057.435000', '131057.895000', '131058.355000', '131058.815000', '131059.275000', '131059.735000', '131100.195000', '131100.655000', '131101.115000', '131101.575000', '131102.035000', '131102.495000', '131102.955000', '131103.415000', '131103.875000', '131104.335000', '131104.795000', '131105.255000', '131105.715000', '131106.175000', '131106.635000', '131107.095000', '131107.555000', '131108.015000', '131108.475000', '131108.935000', '131109.395000', '131109.855000', '131110.315000', '131110.775000', '131111.235000', '131111.695000', '131112.155000', '131112.615000', '131113.075000', '131113.535000', '131113.995000', '131114.455000', '131114.915000', '131115.375000', '131115.835000', '131116.295000', '131116.755000', '131117.215000', '131117.675000', '131118.135000', '131118.595000', '131119.055000', '131119.515000', '131119.975000', '131120.435000', '131120.895000', '131121.355000', '131121.815000', '131122.275000', '131122.735000', '131123.195000', '131123.655000', '131124.115000', '131124.575000', '131125.035000', '131125.495000', '131125.955000', '131126.415000', '131126.875000', '131127.335000', '131127.795000', '131128.255000', '131128.715000', '131129.175000', '131129.635000'], 'ContentTime': ['130515.082000', '130515.086000', '130515.089000', '130515.092000', '130515.095000', '130515.097000', '130515.100000', '130515.103000', '130515.106000', '130515.109000', '130515.111000', '130515.114000', '130515.117000', '130515.120000', '130515.123000', '130515.125000', '130515.128000', '130515.131000', '130515.134000', '130515.137000', '130515.139000', '130515.142000', '130515.145000', '130515.148000', '130515.150000', '130515.153000', '130515.156000', '130515.159000', '130515.162000', '130515.164000', '130515.167000', '130515.170000', '130515.173000', '130515.176000', '130515.183000', '130515.186000', '130515.188000', '130515.191000', '130515.194000', '130515.197000', '130515.199000', '130515.202000', '130515.205000', '130515.208000', '130515.211000', '130515.213000', '130515.216000', '130515.219000', '130515.222000', '130515.224000', '130515.227000', '130515.230000', '130515.233000', '130515.236000', '130535.052000', '130535.055000', '130535.058000', '130535.060000', '130535.063000', '130535.066000', '130535.069000', '130535.071000', '130535.074000', '130535.077000', '130535.080000', '130535.082000', '130535.085000', '130535.088000', '130535.091000', '130535.094000', '130535.096000', '130535.099000', '130535.111000', '130535.114000', '130535.117000', '130535.120000', '130535.122000', '130535.125000', '130535.128000', '130535.131000', '130535.134000', '130535.136000', '130535.139000', '130535.142000', '130535.145000', '130535.148000', '130535.150000', '130535.153000', '130535.156000', '130535.159000', '130535.161000', '130535.164000', '130535.167000', '130535.170000', '130535.172000', '130535.175000', '130535.178000', '130535.181000', '130555.052000', '130555.055000', '130555.058000', '130555.060000', '130555.063000', '130555.066000', '130555.069000', '130555.072000', '130555.074000', '130555.077000', '130555.085000', '130555.087000', '130555.090000', '130555.093000', '130555.114000', '130555.117000', '130555.119000', '130555.122000', '130555.125000', '130555.128000', '130555.130000', '130555.133000', '130555.136000', '130555.139000', '130555.142000', '130555.144000', '130555.147000', '130555.150000', '130555.153000', '130555.156000', '130555.158000', '130555.161000', '130555.164000', '130555.167000', '130555.170000', '130555.172000', '130555.175000', '130555.178000', '130555.181000', '130555.184000', '130555.186000', '130555.189000', '130555.192000', '130615.052000', '130615.055000', '130615.058000', '130615.060000', '130615.063000', '130615.066000', '130615.069000', '130615.079000', '130615.082000', '130615.085000', '130615.088000', '130615.091000', '130615.093000', '130615.096000', '130615.099000', '130615.102000', '130615.105000', '130615.107000', '130615.110000', '130615.113000', '130615.116000', '130615.119000', '130615.121000', '130615.124000', '130615.127000', '130615.130000', '130615.133000', '130615.135000', '130615.138000', '130615.141000', '130615.144000', '130615.147000', '130615.150000', '130615.152000', '130615.155000', '130615.158000', '130615.161000', '130615.164000', '130615.166000', '130615.169000', '130615.172000', '130615.175000', '130615.178000', '130615.180000', '130635.052000', '130635.056000', '130635.059000', '130635.061000', '130635.064000', '130635.067000', '130635.070000', '130635.073000', '130635.076000', '130635.078000', '130635.081000', '130635.084000', '130635.087000', '130635.090000', '130635.092000', '130635.095000', '130635.098000', '130635.101000', '130635.104000', '130635.106000', '130635.109000', '130635.112000', '130635.115000', '130635.118000', '130635.121000', '130635.124000', '130635.127000', '130635.129000', '130635.132000', '130635.135000', '130635.138000', '130635.141000', '130635.144000', '130635.147000', '130635.150000', '130635.153000', '130635.156000', '130635.159000', '130635.162000', '130635.164000', '130635.167000', '130635.170000', '130635.173000', '130655.052000', '130655.055000', '130655.058000', '130655.060000', '130655.063000', '130655.066000', '130655.069000', '130655.071000', '130655.074000', '130655.077000', '130655.080000', '130655.083000', '130655.085000', '130655.088000', '130655.091000', '130655.094000', '130655.103000', '130655.106000', '130655.109000', '130655.111000', '130655.114000', '130655.117000', '130655.120000', '130655.123000', '130655.125000', '130655.128000', '130655.131000', '130655.134000', '130655.137000', '130655.139000', '130655.142000', '130655.145000', '130655.148000', '130655.151000', '130655.153000', '130655.156000', '130655.159000', '130655.162000', '130655.164000', '130655.167000', '130655.170000', '130655.173000', '130655.176000', '130655.178000', '130715.052000', '130715.055000', '130715.058000', '130715.060000', '130715.063000', '130715.066000', '130715.069000', '130715.072000', '130715.074000', '130715.077000', '130715.080000', '130715.083000', '130715.086000', '130715.088000', '130715.091000', '130715.094000', '130715.097000', '130715.100000', '130715.102000', '130715.105000', '130715.108000', '130715.111000', '130715.114000', '130715.117000', '130715.119000', '130715.122000', '130715.125000', '130715.128000', '130715.131000', '130715.133000', '130715.136000', '130715.139000', '130715.144000', '130715.148000', '130715.151000', '130715.154000', '130715.156000', '130715.159000', '130715.162000', '130715.165000', '130715.168000', '130715.171000', '130715.173000', '130735.052000', '130735.055000', '130735.058000', '130735.060000', '130735.063000', '130735.066000', '130735.069000', '130735.072000', '130735.074000', '130735.077000', '130735.093000', '130735.096000', '130735.098000', '130735.101000', '130735.104000', '130735.107000', '130735.110000', '130735.112000', '130735.115000', '130735.118000', '130735.121000', '130735.124000', '130735.126000', '130735.129000', '130735.132000', '130735.135000', '130735.138000', '130735.141000', '130735.143000', '130735.146000', '130735.149000', '130735.152000', '130735.155000', '130735.157000', '130735.160000', '130735.163000', '130735.166000', '130735.169000', '130735.174000', '130735.177000', '130735.180000', '130735.182000', '130735.185000', '130735.188000', '130755.052000', '130755.055000', '130755.058000', '130755.061000', '130755.063000', '130755.066000', '130755.069000', '130755.072000', '130755.074000', '130755.077000', '130755.080000', '130755.083000', '130755.086000', '130755.089000', '130755.092000', '130755.096000', '130755.099000', '130755.101000', '130755.104000', '130755.107000', '130755.110000', '130755.113000', '130755.115000', '130755.118000', '130755.121000', '130755.124000', '130755.127000', '130755.129000', '130755.132000', '130755.135000', '130755.138000', '130755.141000', '130755.143000', '130755.146000', '130755.149000', '130755.152000', '130755.155000', '130755.158000', '130755.161000', '130755.164000', '130755.167000', '130755.170000', '130755.173000', '130815.052000', '130815.055000', '130815.058000', '130815.061000', '130815.063000', '130815.066000', '130815.069000', '130815.072000', '130815.075000', '130815.078000', '130815.081000', '130815.084000', '130815.086000', '130815.089000', '130815.092000', '130815.095000', '130815.098000', '130815.101000', '130815.103000', '130815.106000', '130815.109000', '130815.112000', '130815.115000', '130815.117000', '130815.120000', '130815.123000', '130815.126000', '130815.129000', '130815.132000', '130815.134000', '130815.137000', '130815.140000', '130815.143000', '130815.146000', '130815.155000', '130815.158000', '130815.161000', '130815.164000', '130815.166000', '130815.169000', '130815.172000', '130815.175000', '130815.178000', '130815.180000', '130835.052000', '130835.055000', '130835.058000', '130835.061000', '130835.063000', '130835.066000', '130835.069000', '130835.072000', '130835.075000', '130835.078000', '130835.080000', '130835.083000', '130835.086000', '130835.089000', '130835.092000', '130835.094000', '130835.097000', '130835.100000', '130835.103000', '130835.106000', '130835.108000', '130835.111000', '130835.114000', '130835.117000', '130835.120000', '130835.122000', '130835.125000', '130835.128000', '130835.131000', '130835.134000', '130835.137000', '130835.139000', '130835.142000', '130835.145000', '130835.148000', '130835.151000', '130835.153000', '130835.156000', '130835.159000', '130835.162000', '130835.165000', '130835.171000', '130835.174000', '130855.053000', '130855.056000', '130855.059000', '130855.061000', '130855.064000', '130855.067000', '130855.070000', '130855.073000', '130855.076000', '130855.078000', '130855.081000', '130855.084000', '130855.087000', '130855.090000', '130855.092000', '130855.095000', '130855.098000', '130855.101000', '130855.103000', '130855.106000', '130855.109000', '130855.112000', '130855.115000', '130855.118000', '130855.120000', '130855.123000', '130855.126000', '130855.129000', '130855.132000', '130855.135000', '130855.137000', '130855.140000', '130855.143000', '130855.146000', '130855.149000', '130855.161000', '130855.163000', '130855.166000', '130855.169000', '130855.172000', '130855.174000', '130855.177000', '130855.180000', '130855.183000', '130915.052000', '130915.055000', '130915.058000', '130915.060000', '130915.063000', '130915.066000', '130915.069000', '130915.072000', '130915.075000', '130915.077000', '130915.080000', '130915.083000', '130915.086000', '130915.089000', '130915.091000', '130915.094000', '130915.097000', '130915.100000', '130915.103000', '130915.106000', '130915.109000', '130915.112000', '130915.115000', '130915.117000', '130915.120000', '130915.123000', '130915.126000', '130915.129000', '130915.133000', '130915.136000', '130915.139000', '130915.142000', '130915.145000', '130915.148000', '130915.150000', '130915.153000', '130915.156000', '130915.159000', '130915.162000', '130915.165000', '130915.167000', '130915.170000', '130915.173000', '130935.052000', '130935.055000', '130935.058000', '130935.060000', '130935.063000', '130935.066000', '130935.069000', '130935.072000', '130935.074000', '130935.077000', '130935.080000', '130935.083000', '130935.086000', '130935.089000', '130935.091000', '130935.094000', '130935.097000', '130935.100000', '130935.103000', '130935.106000', '130935.108000', '130935.111000', '130935.114000', '130935.117000', '130935.120000', '130935.122000', '130935.125000', '130935.128000', '130935.131000', '130935.134000', '130935.136000', '130935.139000', '130935.142000', '130935.145000', '130935.148000', '130935.151000', '130935.153000', '130935.156000', '130935.159000', '130935.162000', '130935.165000', '130935.167000', '130935.170000', '130935.173000', '130955.052000', '130955.055000', '130955.058000', '130955.061000', '130955.063000', '130955.066000', '130955.069000', '130955.072000', '130955.075000', '130955.077000', '130955.080000', '130955.083000', '130955.086000', '130955.089000', '130955.091000', '130955.094000', '130955.097000', '130955.100000', '130955.103000', '130955.106000', '130955.109000', '130955.111000', '130955.114000', '130955.117000', '130955.120000', '130955.123000', '130955.125000', '130955.128000', '130955.131000', '130955.134000', '130955.137000', '130955.139000', '130955.142000', '130955.145000', '130955.148000', '130955.151000', '130955.154000', '130955.156000', '130955.159000', '130955.162000', '130955.165000', '130955.168000', '130955.170000', '131015.052000', '131015.055000', '131015.058000', '131015.061000', '131015.063000', '131015.066000', '131015.069000', '131015.072000', '131015.075000', '131015.077000', '131015.080000', '131015.083000', '131015.086000', '131015.089000', '131015.091000', '131015.094000', '131015.097000', '131015.100000', '131015.103000', '131015.106000', '131015.108000', '131015.111000', '131015.114000', '131015.117000', '131015.120000', '131015.122000', '131015.125000', '131015.128000', '131015.131000', '131015.134000', '131015.137000', '131015.140000', '131015.143000', '131015.145000', '131015.148000', '131015.151000', '131015.154000', '131015.157000', '131015.159000', '131015.162000', '131015.165000', '131015.168000', '131015.171000', '131015.173000', '131035.052000', '131035.055000', '131035.075000', '131035.077000', '131035.080000', '131035.083000', '131035.086000', '131035.089000', '131035.092000', '131035.094000', '131035.097000', '131035.100000', '131035.103000', '131035.106000', '131035.108000', '131035.111000', '131035.114000', '131035.117000', '131035.120000', '131035.123000', '131035.125000', '131035.128000', '131035.131000', '131035.134000', '131035.137000', '131035.139000', '131035.142000', '131035.145000', '131035.148000', '131035.151000', '131035.154000', '131035.156000', '131035.159000', '131035.162000', '131035.165000', '131035.169000', '131035.172000', '131035.175000', '131035.178000', '131035.181000', '131035.184000', '131035.187000', '131035.190000', '131055.052000', '131055.055000', '131055.058000', '131055.060000', '131055.063000', '131055.066000', '131055.069000', '131055.072000', '131055.075000', '131055.077000', '131055.080000', '131055.083000', '131055.086000', '131055.089000', '131055.091000', '131055.094000', '131055.097000', '131055.100000', '131055.103000', '131055.106000', '131055.109000', '131055.111000', '131055.114000', '131055.117000', '131055.120000', '131055.123000', '131055.125000', '131055.128000', '131055.131000', '131055.135000', '131055.138000', '131055.141000', '131055.144000', '131055.146000', '131055.149000', '131055.152000', '131055.155000', '131055.158000', '131055.160000', '131055.163000', '131055.166000', '131055.169000', '131055.173000', '131055.176000', '131115.053000', '131115.056000', '131115.059000', '131115.061000', '131115.064000', '131115.067000', '131115.070000', '131115.073000', '131115.076000', '131115.078000', '131115.081000', '131115.084000', '131115.087000', '131115.090000', '131115.093000', '131115.095000', '131115.098000', '131115.101000', '131115.104000', '131115.107000', '131115.109000', '131115.112000', '131115.115000', '131115.118000', '131115.121000', '131115.123000', '131115.126000', '131115.129000', '131115.132000', '131115.135000', '131115.137000', '131115.140000', '131115.143000', '131115.146000', '131115.149000', '131115.152000', '131115.154000', '131115.157000', '131115.160000', '131115.163000', '131115.166000', '131115.168000', '131115.171000', '131130.938000', '131130.942000', '131130.945000', '131130.948000', '131130.951000', '131130.954000', '131130.957000', '131130.959000', '131130.962000', '131130.966000', '131130.969000', '131130.972000', '131130.975000', '131130.978000', '131130.981000', '131130.984000', '131130.987000', '131130.990000', '131130.993000', '131130.996000', '131131.000000', '131131.003000', '131131.006000', '131131.009000', '131131.012000', '131131.015000', '131131.017000', '131131.020000', '131131.023000', '131131.026000', '131131.029000', '131131.032000', '131131.034000', '131131.037000', '131131.040000'], 'InstanceCreationTime': ['130515.082000', '130515.086000', '130515.089000', '130515.092000', '130515.095000', '130515.097000', '130515.100000', '130515.103000', '130515.106000', '130515.109000', '130515.111000', '130515.114000', '130515.117000', '130515.120000', '130515.123000', '130515.125000', '130515.128000', '130515.131000', '130515.134000', '130515.137000', '130515.139000', '130515.142000', '130515.145000', '130515.148000', '130515.150000', '130515.153000', '130515.156000', '130515.159000', '130515.162000', '130515.164000', '130515.167000', '130515.170000', '130515.173000', '130515.176000', '130515.183000', '130515.186000', '130515.188000', '130515.191000', '130515.194000', '130515.197000', '130515.199000', '130515.202000', '130515.205000', '130515.208000', '130515.211000', '130515.213000', '130515.216000', '130515.219000', '130515.222000', '130515.224000', '130515.227000', '130515.230000', '130515.233000', '130515.236000', '130535.052000', '130535.055000', '130535.058000', '130535.060000', '130535.063000', '130535.066000', '130535.069000', '130535.071000', '130535.074000', '130535.077000', '130535.080000', '130535.082000', '130535.085000', '130535.088000', '130535.091000', '130535.094000', '130535.096000', '130535.099000', '130535.111000', '130535.114000', '130535.117000', '130535.120000', '130535.122000', '130535.125000', '130535.128000', '130535.131000', '130535.134000', '130535.136000', '130535.139000', '130535.142000', '130535.145000', '130535.148000', '130535.150000', '130535.153000', '130535.156000', '130535.159000', '130535.161000', '130535.164000', '130535.167000', '130535.170000', '130535.172000', '130535.175000', '130535.178000', '130535.181000', '130555.052000', '130555.055000', '130555.058000', '130555.060000', '130555.063000', '130555.066000', '130555.069000', '130555.072000', '130555.074000', '130555.077000', '130555.085000', '130555.087000', '130555.090000', '130555.093000', '130555.114000', '130555.117000', '130555.119000', '130555.122000', '130555.125000', '130555.128000', '130555.130000', '130555.133000', '130555.136000', '130555.139000', '130555.142000', '130555.144000', '130555.147000', '130555.150000', '130555.153000', '130555.156000', '130555.158000', '130555.161000', '130555.164000', '130555.167000', '130555.170000', '130555.172000', '130555.175000', '130555.178000', '130555.181000', '130555.184000', '130555.186000', '130555.189000', '130555.192000', '130615.052000', '130615.055000', '130615.058000', '130615.060000', '130615.063000', '130615.066000', '130615.069000', '130615.079000', '130615.082000', '130615.085000', '130615.088000', '130615.091000', '130615.093000', '130615.096000', '130615.099000', '130615.102000', '130615.105000', '130615.107000', '130615.110000', '130615.113000', '130615.116000', '130615.119000', '130615.121000', '130615.124000', '130615.127000', '130615.130000', '130615.133000', '130615.135000', '130615.138000', '130615.141000', '130615.144000', '130615.147000', '130615.150000', '130615.152000', '130615.155000', '130615.158000', '130615.161000', '130615.164000', '130615.166000', '130615.169000', '130615.172000', '130615.175000', '130615.178000', '130615.180000', '130635.052000', '130635.056000', '130635.059000', '130635.061000', '130635.064000', '130635.067000', '130635.070000', '130635.073000', '130635.076000', '130635.078000', '130635.081000', '130635.084000', '130635.087000', '130635.090000', '130635.092000', '130635.095000', '130635.098000', '130635.101000', '130635.104000', '130635.106000', '130635.109000', '130635.112000', '130635.115000', '130635.118000', '130635.121000', '130635.124000', '130635.127000', '130635.129000', '130635.132000', '130635.135000', '130635.138000', '130635.141000', '130635.144000', '130635.147000', '130635.150000', '130635.153000', '130635.156000', '130635.159000', '130635.162000', '130635.164000', '130635.167000', '130635.170000', '130635.173000', '130655.052000', '130655.055000', '130655.058000', '130655.060000', '130655.063000', '130655.066000', '130655.069000', '130655.071000', '130655.074000', '130655.077000', '130655.080000', '130655.083000', '130655.085000', '130655.088000', '130655.091000', '130655.094000', '130655.103000', '130655.106000', '130655.109000', '130655.111000', '130655.114000', '130655.117000', '130655.120000', '130655.123000', '130655.125000', '130655.128000', '130655.131000', '130655.134000', '130655.137000', '130655.139000', '130655.142000', '130655.145000', '130655.148000', '130655.151000', '130655.153000', '130655.156000', '130655.159000', '130655.162000', '130655.164000', '130655.167000', '130655.170000', '130655.173000', '130655.176000', '130655.178000', '130715.052000', '130715.055000', '130715.058000', '130715.060000', '130715.063000', '130715.066000', '130715.069000', '130715.072000', '130715.074000', '130715.077000', '130715.080000', '130715.083000', '130715.086000', '130715.088000', '130715.091000', '130715.094000', '130715.097000', '130715.100000', '130715.102000', '130715.105000', '130715.108000', '130715.111000', '130715.114000', '130715.117000', '130715.119000', '130715.122000', '130715.125000', '130715.128000', '130715.131000', '130715.133000', '130715.136000', '130715.139000', '130715.144000', '130715.148000', '130715.151000', '130715.154000', '130715.156000', '130715.159000', '130715.162000', '130715.165000', '130715.168000', '130715.171000', '130715.173000', '130735.052000', '130735.055000', '130735.058000', '130735.060000', '130735.063000', '130735.066000', '130735.069000', '130735.072000', '130735.074000', '130735.077000', '130735.093000', '130735.096000', '130735.098000', '130735.101000', '130735.104000', '130735.107000', '130735.110000', '130735.112000', '130735.115000', '130735.118000', '130735.121000', '130735.124000', '130735.126000', '130735.129000', '130735.132000', '130735.135000', '130735.138000', '130735.141000', '130735.143000', '130735.146000', '130735.149000', '130735.152000', '130735.155000', '130735.157000', '130735.160000', '130735.163000', '130735.166000', '130735.169000', '130735.174000', '130735.177000', '130735.180000', '130735.182000', '130735.185000', '130735.188000', '130755.052000', '130755.055000', '130755.058000', '130755.061000', '130755.063000', '130755.066000', '130755.069000', '130755.072000', '130755.074000', '130755.077000', '130755.080000', '130755.083000', '130755.086000', '130755.089000', '130755.092000', '130755.096000', '130755.099000', '130755.101000', '130755.104000', '130755.107000', '130755.110000', '130755.113000', '130755.115000', '130755.118000', '130755.121000', '130755.124000', '130755.127000', '130755.129000', '130755.132000', '130755.135000', '130755.138000', '130755.141000', '130755.143000', '130755.146000', '130755.149000', '130755.152000', '130755.155000', '130755.158000', '130755.161000', '130755.164000', '130755.167000', '130755.170000', '130755.173000', '130815.052000', '130815.055000', '130815.058000', '130815.061000', '130815.063000', '130815.066000', '130815.069000', '130815.072000', '130815.075000', '130815.078000', '130815.081000', '130815.084000', '130815.086000', '130815.089000', '130815.092000', '130815.095000', '130815.098000', '130815.101000', '130815.103000', '130815.106000', '130815.109000', '130815.112000', '130815.115000', '130815.117000', '130815.120000', '130815.123000', '130815.126000', '130815.129000', '130815.132000', '130815.134000', '130815.137000', '130815.140000', '130815.143000', '130815.146000', '130815.155000', '130815.158000', '130815.161000', '130815.164000', '130815.166000', '130815.169000', '130815.172000', '130815.175000', '130815.178000', '130815.180000', '130835.052000', '130835.055000', '130835.058000', '130835.061000', '130835.063000', '130835.066000', '130835.069000', '130835.072000', '130835.075000', '130835.078000', '130835.080000', '130835.083000', '130835.086000', '130835.089000', '130835.092000', '130835.094000', '130835.097000', '130835.100000', '130835.103000', '130835.106000', '130835.108000', '130835.111000', '130835.114000', '130835.117000', '130835.120000', '130835.122000', '130835.125000', '130835.128000', '130835.131000', '130835.134000', '130835.137000', '130835.139000', '130835.142000', '130835.145000', '130835.148000', '130835.151000', '130835.153000', '130835.156000', '130835.159000', '130835.162000', '130835.165000', '130835.171000', '130835.174000', '130855.053000', '130855.056000', '130855.059000', '130855.061000', '130855.064000', '130855.067000', '130855.070000', '130855.073000', '130855.076000', '130855.078000', '130855.081000', '130855.084000', '130855.087000', '130855.090000', '130855.092000', '130855.095000', '130855.098000', '130855.101000', '130855.103000', '130855.106000', '130855.109000', '130855.112000', '130855.115000', '130855.118000', '130855.120000', '130855.123000', '130855.126000', '130855.129000', '130855.132000', '130855.135000', '130855.137000', '130855.140000', '130855.143000', '130855.146000', '130855.149000', '130855.161000', '130855.163000', '130855.166000', '130855.169000', '130855.172000', '130855.174000', '130855.177000', '130855.180000', '130855.183000', '130915.052000', '130915.055000', '130915.058000', '130915.060000', '130915.063000', '130915.066000', '130915.069000', '130915.072000', '130915.075000', '130915.077000', '130915.080000', '130915.083000', '130915.086000', '130915.089000', '130915.091000', '130915.094000', '130915.097000', '130915.100000', '130915.103000', '130915.106000', '130915.109000', '130915.112000', '130915.115000', '130915.117000', '130915.120000', '130915.123000', '130915.126000', '130915.129000', '130915.133000', '130915.136000', '130915.139000', '130915.142000', '130915.145000', '130915.148000', '130915.150000', '130915.153000', '130915.156000', '130915.159000', '130915.162000', '130915.165000', '130915.167000', '130915.170000', '130915.173000', '130935.052000', '130935.055000', '130935.058000', '130935.060000', '130935.063000', '130935.066000', '130935.069000', '130935.072000', '130935.074000', '130935.077000', '130935.080000', '130935.083000', '130935.086000', '130935.089000', '130935.091000', '130935.094000', '130935.097000', '130935.100000', '130935.103000', '130935.106000', '130935.108000', '130935.111000', '130935.114000', '130935.117000', '130935.120000', '130935.122000', '130935.125000', '130935.128000', '130935.131000', '130935.134000', '130935.136000', '130935.139000', '130935.142000', '130935.145000', '130935.148000', '130935.151000', '130935.153000', '130935.156000', '130935.159000', '130935.162000', '130935.165000', '130935.167000', '130935.170000', '130935.173000', '130955.052000', '130955.055000', '130955.058000', '130955.061000', '130955.063000', '130955.066000', '130955.069000', '130955.072000', '130955.075000', '130955.077000', '130955.080000', '130955.083000', '130955.086000', '130955.089000', '130955.091000', '130955.094000', '130955.097000', '130955.100000', '130955.103000', '130955.106000', '130955.109000', '130955.111000', '130955.114000', '130955.117000', '130955.120000', '130955.123000', '130955.125000', '130955.128000', '130955.131000', '130955.134000', '130955.137000', '130955.139000', '130955.142000', '130955.145000', '130955.148000', '130955.151000', '130955.154000', '130955.156000', '130955.159000', '130955.162000', '130955.165000', '130955.168000', '130955.170000', '131015.052000', '131015.055000', '131015.058000', '131015.061000', '131015.063000', '131015.066000', '131015.069000', '131015.072000', '131015.075000', '131015.077000', '131015.080000', '131015.083000', '131015.086000', '131015.089000', '131015.091000', '131015.094000', '131015.097000', '131015.100000', '131015.103000', '131015.106000', '131015.108000', '131015.111000', '131015.114000', '131015.117000', '131015.120000', '131015.122000', '131015.125000', '131015.128000', '131015.131000', '131015.134000', '131015.137000', '131015.140000', '131015.143000', '131015.145000', '131015.148000', '131015.151000', '131015.154000', '131015.157000', '131015.159000', '131015.162000', '131015.165000', '131015.168000', '131015.171000', '131015.173000', '131035.052000', '131035.055000', '131035.075000', '131035.077000', '131035.080000', '131035.083000', '131035.086000', '131035.089000', '131035.092000', '131035.094000', '131035.097000', '131035.100000', '131035.103000', '131035.106000', '131035.108000', '131035.111000', '131035.114000', '131035.117000', '131035.120000', '131035.123000', '131035.125000', '131035.128000', '131035.131000', '131035.134000', '131035.137000', '131035.139000', '131035.142000', '131035.145000', '131035.148000', '131035.151000', '131035.154000', '131035.156000', '131035.159000', '131035.162000', '131035.165000', '131035.169000', '131035.172000', '131035.175000', '131035.178000', '131035.181000', '131035.184000', '131035.187000', '131035.190000', '131055.052000', '131055.055000', '131055.058000', '131055.060000', '131055.063000', '131055.066000', '131055.069000', '131055.072000', '131055.075000', '131055.077000', '131055.080000', '131055.083000', '131055.086000', '131055.089000', '131055.091000', '131055.094000', '131055.097000', '131055.100000', '131055.103000', '131055.106000', '131055.109000', '131055.111000', '131055.114000', '131055.117000', '131055.120000', '131055.123000', '131055.125000', '131055.128000', '131055.131000', '131055.135000', '131055.138000', '131055.141000', '131055.144000', '131055.146000', '131055.149000', '131055.152000', '131055.155000', '131055.158000', '131055.160000', '131055.163000', '131055.166000', '131055.169000', '131055.173000', '131055.176000', '131115.053000', '131115.056000', '131115.059000', '131115.061000', '131115.064000', '131115.067000', '131115.070000', '131115.073000', '131115.076000', '131115.078000', '131115.081000', '131115.084000', '131115.087000', '131115.090000', '131115.093000', '131115.095000', '131115.098000', '131115.101000', '131115.104000', '131115.107000', '131115.109000', '131115.112000', '131115.115000', '131115.118000', '131115.121000', '131115.123000', '131115.126000', '131115.129000', '131115.132000', '131115.135000', '131115.137000', '131115.140000', '131115.143000', '131115.146000', '131115.149000', '131115.152000', '131115.154000', '131115.157000', '131115.160000', '131115.163000', '131115.166000', '131115.168000', '131115.171000', '131130.938000', '131130.942000', '131130.945000', '131130.948000', '131130.951000', '131130.954000', '131130.957000', '131130.959000', '131130.962000', '131130.966000', '131130.969000', '131130.972000', '131130.975000', '131130.978000', '131130.981000', '131130.984000', '131130.987000', '131130.990000', '131130.993000', '131130.996000', '131131.000000', '131131.003000', '131131.006000', '131131.009000', '131131.012000', '131131.015000', '131131.017000', '131131.020000', '131131.023000', '131131.026000', '131131.029000', '131131.032000', '131131.034000', '131131.037000', '131131.040000'], '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': [10039, 9156, 8954, 9093, 8553, 9101, 8494, 12686, 8610, 11664, 8898, 11300, 8633, 11365, 9249, 8525, 8894, 8500, 12662, 8573, 10591, 8659, 8812, 9363, 8540, 9042, 8634, 12702, 8399, 12899, 8388, 11605, 8510, 9532, 8646, 8830, 9234, 8732, 13138, 8697, 12896, 8828, 10773, 8962, 9044, 9196, 8362, 9564, 8773, 9273, 9176, 9764, 8949, 8982, 8958, 9958, 9015, 11227, 9086, 11178, 8985, 10889, 8985, 9571, 9154, 9815, 8975, 8999, 9293, 8710, 11632, 8955, 9525, 9438, 8850, 11830, 9010, 11625, 8729, 8600, 9349, 8803, 10939, 8955, 10640, 8674, 9128, 9086, 8159, 9193, 8779, 11534, 8882, 11525, 9061, 9670, 9130, 9099, 14228, 9107, 12244, 9254, 9168, 12911, 8959, 12323, 8864, 9516, 9282, 8384, 9298, 8532, 9386, 8914, 12542, 8938, 10712, 9132, 9516, 9171, 9655, 9186, 8498, 9112, 8876, 12294, 9094, 11123, 9107, 9466, 8812, 10039, 9080, 8896, 9011, 8714, 12177, 8972, 10745, 8840, 9151, 9221, 8820, 11894, 9009, 10691, 9055, 9114, 9127, 8786, 11332, 8982, 10088, 9335, 8598, 9134, 8879, 11499, 8876, 9808, 9195, 8939, 11589, 8847, 9289, 9164, 8952, 9172, 8842, 11470, 8945, 9804, 9060, 8799, 9311, 8784, 11815, 8731, 10550, 8814, 9791, 9072, 8968, 9154, 8893, 11923, 8867, 10850, 8900, 10341, 9075, 8805, 9080, 8880, 11731, 8918, 11309, 8729, 9980, 8914, 9551, 8812, 9027, 8747, 9717, 8959, 10680, 8940, 11522, 8895, 11589, 8711, 8444, 8866, 10707, 8851, 12463, 8752, 10175, 8658, 8949, 12605, 8968, 11063, 8829, 9045, 9257, 9192, 12472, 9060, 11224, 8957, 8953, 9229, 8731, 9423, 9209, 11212, 9104, 10217, 8884, 8254, 9407, 8780, 10954, 9111, 10204, 9054, 9371, 9304, 9061, 10218, 9011, 11234, 8801, 10128, 9078, 9088, 9854, 9148, 12179, 8954, 10561, 9076, 10037, 9144, 9495, 9370, 10053, 9027, 8603, 9272, 9007, 12700, 9162, 10778, 9142, 9043, 14053, 9143, 10684, 9033, 8897, 8949, 8898, 12330, 8876, 10953, 8971, 9873, 8861, 8344, 9021, 9002, 12397, 9174, 11451, 8867, 9852, 8779, 8797, 9249, 9061, 10971, 8853, 11044, 8801, 9506, 9167, 8978, 9588, 8616, 10770, 8940, 10189, 8904, 9076, 9147, 8832, 9821, 8996, 11549, 8955, 10936, 8873, 10646, 8868, 9790, 9369, 9075, 10069, 8923, 12625, 9069, 10115, 9243, 9005, 9089, 8989, 11384, 9042, 10981, 9009, 9651, 9260, 8848, 9090, 8912, 8989, 8967, 11466, 9079, 11396, 9030, 11483, 8838, 8888, 8856, 9026, 9017, 13262, 8916, 9560, 12746, 8975, 12131, 10015, 11071, 8912, 8486, 8814, 9081, 10647, 8917, 11810, 8850, 9329, 9039, 9959, 8875, 10843, 8928, 9762, 8737, 10518, 8794, 8746, 8982, 9060, 12418, 8978, 10891, 8769, 9919, 9023, 8353, 9207, 8806, 8917, 8725, 11140, 8947, 10573, 8813, 10570, 8892, 9843, 8966, 9467, 8977, 8949, 11264, 8991, 11937, 9050, 10492, 9037, 10136, 8701, 8881, 8692, 8601, 8787, 10811, 8737, 12729, 8664, 11905, 8707, 11830, 9642, 13063, 11123, 8349, 8907, 8454, 8913, 13106, 8867, 13094, 9570, 9103, 14856, 8916, 9941, 8849, 9037, 8805, 8669, 8751, 8960, 12116, 8691, 11569, 8921, 8666, 8945, 9007, 8688, 8828, 12673, 8823, 9572, 8844, 9140, 8836, 8820, 8866, 8729, 11240, 8683, 9388, 8746, 8648, 8904, 8830, 12233, 8777, 11395, 8666, 8558, 8950, 8718, 9243, 9028, 8961, 8731, 8791, 8756, 11978, 8863, 9508, 9153, 9019, 12973, 8782, 11254, 8743, 9900, 9116, 8884, 12826, 8930, 11061, 8901, 9280, 8879, 8962, 9080, 8882, 11520, 8717, 10156, 8694, 8765, 8953, 8892, 8624, 8680, 12518, 8587, 10152, 8838, 8804, 8990, 9217, 8808, 9548, 8633, 8902, 8651, 12202, 8743, 12195, 8755, 8799, 10082, 8630, 13715, 8627, 11494, 8758, 8916, 8760, 8893, 8773, 8801, 11795, 8775, 10418, 8560, 9417, 8724, 8391, 9031, 8877, 10629, 8686, 10237, 8635, 11762, 8672, 10891, 8887, 8786, 8712, 8278, 8862, 8300, 8824, 9376, 8686, 9079, 8874, 8999, 11869, 8781, 13171, 8896, 10511, 8985, 9374, 8822, 9272, 9469, 9064, 12023, 9141, 9783, 8956, 8695, 8898, 8920, 11920, 8836, 11188, 8756, 9389, 8817, 8788, 8822, 8723, 12569, 8753, 10648, 8870, 9400, 8700, 8694, 8740, 8717, 12850, 8855, 12188, 9022, 9790, 8925, 9029, 11416, 8981, 12096, 9057, 9905, 9054, 9324, 8523, 8241, 8341, 8792, 8548, 8505, 8561, 12680, 9192, 12013, 8877, 12345, 8915, 9572, 13438, 9184, 13420, 9276, 10353, 8471, 9194, 13702, 9137, 12524, 8992, 9595, 8658, 9215, 11884, 9095, 11937, 8920, 8424, 8775, 9381, 8915, 9743, 8958, 9061, 8447, 8117, 8661, 8981, 11792, 8677, 10727, 9077, 8855, 8873, 9025, 9771, 8917, 11716, 8754, 11307, 8645, 9967, 9126, 9469, 9060, 10155, 8889, 9063, 9510, 9179, 9616, 8919, 12059, 8859, 11092, 8976, 8604, 8693, 8660, 8821, 8854, 12277, 8758, 11070, 8635, 9789, 8765, 11258, 9097, 11538, 8851, 11261, 9430, 10460, 9083, 10980, 8856, 9330, 12552, 9119, 13323, 9101, 9234, 9139, 8442, 9247, 8906, 9118, 11408, 8949, 9317, 11652, 9431, 12088, 9115, 10889, 9253, 8572, 8863, 9050, 11183, 8935, 8951, 8860, 10749, 8852, 10604, 8833, 11517, 8736, 11024, 9004, 11026, 8809, 9352, 12038, 9050, 12939, 9091, 10664, 8808, 8493, 8824, 9098, 8787, 9204, 10633, 9013, 11328, 8897, 11108, 8678, 9723, 8676, 8473, 8889, 8357, 9120, 10294, 9187, 10448, 8872, 10949, 8908, 9431, 8585, 9604, 13937, 9589, 12145, 9276, 8972, 8806, 8539, 8700, 8275, 8865, 7971, 8704, 8995, 11196, 9019, 12106, 9116, 9037, 8879, 9059, 8742, 9420, 11721, 9067, 11287, 8785, 9582, 8801, 8367, 8579, 8857, 11831, 8903, 9704, 8869, 8398, 8946, 8763, 8580, 8921, 12829, 8612, 10400, 8817, 9766, 8738, 9033, 8635, 9161, 12142, 8889, 10942, 9032, 9527, 8778, 9287, 9270, 8989, 11890, 9185, 11496, 8853, 9610, 9546, 8842, 12572, 8934, 10370, 8790, 8353, 9102, 9034, 9120, 8940, 9057, 8713, 10779, 8947, 9903, 9020, 8994, 11689, 8650, 11769, 9127], 'WindowCenter': [3978.0, 3966.0, 3953.0, 3941.0, 3941.0, 3940.0, 3941.0, 3972.0, 3941.0, 3960.0, 3940.0, 3948.0, 3928.0, 3960.0, 3938.0, 3929.0, 3926.0, 3916.0, 3944.0, 3915.0, 3934.0, 3913.0, 3913.0, 3923.0, 3925.0, 3926.0, 3915.0, 3955.0, 3928.0, 3958.0, 3927.0, 3959.0, 3928.0, 3935.0, 3926.0, 3926.0, 3926.0, 3928.0, 3958.0, 3928.0, 3957.0, 3927.0, 3935.0, 3926.0, 3915.0, 3924.0, 3902.0, 3913.0, 3913.0, 3913.0, 3926.0, 3935.0, 3926.0, 3914.0, 3915.0, 3923.0, 3915.0, 3935.0, 3925.0, 3935.0, 3926.0, 3935.0, 3926.0, 3925.0, 3937.0, 3938.0, 3927.0, 3927.0, 3926.0, 3927.0, 3948.0, 3929.0, 3937.0, 3927.0, 3928.0, 3947.0, 3940.0, 3960.0, 3926.0, 3915.0, 3914.0, 3926.0, 3936.0, 3927.0, 3935.0, 3927.0, 3926.0, 3927.0, 3929.0, 3938.0, 3929.0, 3948.0, 3929.0, 3949.0, 3940.0, 3939.0, 3928.0, 3927.0, 3946.0, 3913.0, 3935.0, 3912.0, 3913.0, 3932.0, 3900.0, 3920.0, 3899.0, 3908.0, 3908.0, 3902.0, 3911.0, 3912.0, 3909.0, 3912.0, 3931.0, 3913.0, 3923.0, 3912.0, 3912.0, 3911.0, 3912.0, 3913.0, 3914.0, 3912.0, 3913.0, 3932.0, 3914.0, 3934.0, 3915.0, 3923.0, 3914.0, 3923.0, 3913.0, 3913.0, 3913.0, 3911.0, 3933.0, 3913.0, 3933.0, 3913.0, 3914.0, 3922.0, 3914.0, 3932.0, 3912.0, 3933.0, 3913.0, 3912.0, 3910.0, 3912.0, 3921.0, 3911.0, 3934.0, 3923.0, 3912.0, 3912.0, 3924.0, 3934.0, 3913.0, 3935.0, 3923.0, 3914.0, 3933.0, 3913.0, 3912.0, 3924.0, 3925.0, 3923.0, 3924.0, 3933.0, 3914.0, 3935.0, 3914.0, 3914.0, 3924.0, 3926.0, 3946.0, 3927.0, 3935.0, 3926.0, 3936.0, 3925.0, 3927.0, 3926.0, 3926.0, 3933.0, 3912.0, 3934.0, 3914.0, 3935.0, 3912.0, 3913.0, 3911.0, 3913.0, 3931.0, 3912.0, 3932.0, 3913.0, 3923.0, 3913.0, 3923.0, 3914.0, 3912.0, 3915.0, 3925.0, 3927.0, 3936.0, 3927.0, 3949.0, 3928.0, 3945.0, 3916.0, 3915.0, 3915.0, 3922.0, 3914.0, 3946.0, 3903.0, 3923.0, 3900.0, 3900.0, 3932.0, 3901.0, 3920.0, 3899.0, 3899.0, 3898.0, 3910.0, 3930.0, 3900.0, 3919.0, 3899.0, 3899.0, 3908.0, 3900.0, 3909.0, 3912.0, 3930.0, 3912.0, 3923.0, 3924.0, 3914.0, 3924.0, 3926.0, 3948.0, 3938.0, 3937.0, 3938.0, 3938.0, 3938.0, 3939.0, 3949.0, 3940.0, 3947.0, 3927.0, 3937.0, 3924.0, 3928.0, 3936.0, 3926.0, 3945.0, 3915.0, 3935.0, 3926.0, 3936.0, 3926.0, 3926.0, 3926.0, 3934.0, 3926.0, 3927.0, 3925.0, 3927.0, 3945.0, 3925.0, 3936.0, 3925.0, 3915.0, 3944.0, 3913.0, 3922.0, 3912.0, 3912.0, 3911.0, 3910.0, 3929.0, 3910.0, 3921.0, 3912.0, 3911.0, 3911.0, 3902.0, 3911.0, 3913.0, 3943.0, 3923.0, 3933.0, 3913.0, 3922.0, 3912.0, 3913.0, 3912.0, 3914.0, 3932.0, 3913.0, 3933.0, 3913.0, 3925.0, 3923.0, 3924.0, 3922.0, 3914.0, 3933.0, 3924.0, 3935.0, 3925.0, 3925.0, 3924.0, 3925.0, 3924.0, 3926.0, 3947.0, 3926.0, 3935.0, 3925.0, 3935.0, 3914.0, 3925.0, 3924.0, 3914.0, 3923.0, 3912.0, 3931.0, 3911.0, 3922.0, 3922.0, 3912.0, 3911.0, 3912.0, 3930.0, 3911.0, 3921.0, 3913.0, 3912.0, 3911.0, 3910.0, 3900.0, 3911.0, 3899.0, 3912.0, 3932.0, 3914.0, 3935.0, 3926.0, 3936.0, 3925.0, 3915.0, 3915.0, 3914.0, 3915.0, 3944.0, 3912.0, 3912.0, 3931.0, 3900.0, 3932.0, 3910.0, 3919.0, 3900.0, 3899.0, 3895.0, 3898.0, 3907.0, 3898.0, 3917.0, 3898.0, 3896.0, 3911.0, 3921.0, 3912.0, 3921.0, 3912.0, 3921.0, 3912.0, 3934.0, 3911.0, 3912.0, 3911.0, 3911.0, 3932.0, 3912.0, 3921.0, 3901.0, 3910.0, 3910.0, 3901.0, 3911.0, 3912.0, 3911.0, 3914.0, 3934.0, 3926.0, 3934.0, 3927.0, 3936.0, 3926.0, 3936.0, 3928.0, 3926.0, 3915.0, 3926.0, 3932.0, 3913.0, 3935.0, 3914.0, 3922.0, 3913.0, 3935.0, 3915.0, 3912.0, 3914.0, 3913.0, 3915.0, 3947.0, 3928.0, 3946.0, 3917.0, 3944.0, 3916.0, 3936.0, 3928.0, 3948.0, 3938.0, 3904.0, 3914.0, 3901.0, 3913.0, 3932.0, 3902.0, 3933.0, 3899.0, 3899.0, 3929.0, 3897.0, 3897.0, 3899.0, 3897.0, 3898.0, 3899.0, 3888.0, 3899.0, 3930.0, 3900.0, 3920.0, 3900.0, 3899.0, 3899.0, 3911.0, 3899.0, 3899.0, 3929.0, 3910.0, 3910.0, 3912.0, 3911.0, 3910.0, 3912.0, 3900.0, 3901.0, 3933.0, 3912.0, 3911.0, 3912.0, 3902.0, 3912.0, 3914.0, 3944.0, 3913.0, 3932.0, 3901.0, 3902.0, 3911.0, 3914.0, 3924.0, 3914.0, 3913.0, 3914.0, 3913.0, 3915.0, 3933.0, 3914.0, 3924.0, 3925.0, 3915.0, 3945.0, 3914.0, 3923.0, 3913.0, 3912.0, 3900.0, 3911.0, 3930.0, 3912.0, 3921.0, 3912.0, 3911.0, 3900.0, 3910.0, 3898.0, 3910.0, 3920.0, 3900.0, 3909.0, 3900.0, 3898.0, 3912.0, 3913.0, 3900.0, 3913.0, 3931.0, 3912.0, 3921.0, 3914.0, 3913.0, 3924.0, 3924.0, 3925.0, 3934.0, 3927.0, 3926.0, 3939.0, 3958.0, 3928.0, 3946.0, 3916.0, 3917.0, 3936.0, 3916.0, 3956.0, 3915.0, 3934.0, 3913.0, 3915.0, 3913.0, 3913.0, 3901.0, 3914.0, 3934.0, 3915.0, 3936.0, 3916.0, 3924.0, 3914.0, 3916.0, 3926.0, 3928.0, 3948.0, 3928.0, 3936.0, 3926.0, 3947.0, 3917.0, 3938.0, 3917.0, 3915.0, 3904.0, 3904.0, 3915.0, 3915.0, 3917.0, 3927.0, 3915.0, 3914.0, 3913.0, 3915.0, 3935.0, 3904.0, 3944.0, 3912.0, 3923.0, 3915.0, 3914.0, 3914.0, 3913.0, 3912.0, 3912.0, 3934.0, 3912.0, 3911.0, 3902.0, 3900.0, 3901.0, 3912.0, 3933.0, 3913.0, 3921.0, 3902.0, 3912.0, 3913.0, 3914.0, 3913.0, 3915.0, 3944.0, 3915.0, 3935.0, 3926.0, 3925.0, 3915.0, 3914.0, 3914.0, 3915.0, 3947.0, 3915.0, 3934.0, 3914.0, 3924.0, 3912.0, 3913.0, 3934.0, 3912.0, 3932.0, 3912.0, 3911.0, 3902.0, 3913.0, 3903.0, 3901.0, 3902.0, 3902.0, 3913.0, 3915.0, 3929.0, 3959.0, 3940.0, 3946.0, 3926.0, 3945.0, 3913.0, 3926.0, 3946.0, 3915.0, 3944.0, 3912.0, 3921.0, 3890.0, 3911.0, 3942.0, 3911.0, 3931.0, 3899.0, 3898.0, 3888.0, 3899.0, 3919.0, 3899.0, 3918.0, 3899.0, 3887.0, 3901.0, 3910.0, 3913.0, 3912.0, 3912.0, 3912.0, 3903.0, 3902.0, 3902.0, 3913.0, 3932.0, 3914.0, 3934.0, 3913.0, 3900.0, 3901.0, 3913.0, 3923.0, 3913.0, 3933.0, 3914.0, 3933.0, 3914.0, 3923.0, 3925.0, 3923.0, 3915.0, 3925.0, 3913.0, 3926.0, 3924.0, 3915.0, 3913.0, 3914.0, 3934.0, 3914.0, 3936.0, 3914.0, 3902.0, 3914.0, 3914.0, 3913.0, 3915.0, 3946.0, 3915.0, 3934.0, 3914.0, 3923.0, 3915.0, 3935.0, 3925.0, 3946.0, 3928.0, 3949.0, 3929.0, 3936.0, 3927.0, 3936.0, 3914.0, 3914.0, 3935.0, 3913.0, 3944.0, 3912.0, 3913.0, 3914.0, 3903.0, 3925.0, 3912.0, 3914.0, 3947.0, 3912.0, 3912.0, 3921.0, 3900.0, 3919.0, 3911.0, 3922.0, 3900.0, 3900.0, 3899.0, 3900.0, 3920.0, 3912.0, 3897.0, 3913.0, 3923.0, 3925.0, 3937.0, 3928.0, 3947.0, 3929.0, 3948.0, 3927.0, 3948.0, 3928.0, 3928.0, 3946.0, 3916.0, 3934.0, 3914.0, 3923.0, 3914.0, 3915.0, 3914.0, 3914.0, 3913.0, 3926.0, 3924.0, 3915.0, 3936.0, 3925.0, 3936.0, 3916.0, 3914.0, 3914.0, 3904.0, 3915.0, 3903.0, 3914.0, 3924.0, 3915.0, 3925.0, 3915.0, 3925.0, 3914.0, 3914.0, 3901.0, 3910.0, 3931.0, 3911.0, 3919.0, 3899.0, 3897.0, 3897.0, 3899.0, 3899.0, 3899.0, 3900.0, 3901.0, 3900.0, 3913.0, 3934.0, 3914.0, 3933.0, 3913.0, 3912.0, 3912.0, 3915.0, 3902.0, 3914.0, 3932.0, 3912.0, 3922.0, 3911.0, 3924.0, 3912.0, 3903.0, 3901.0, 3912.0, 3934.0, 3914.0, 3924.0, 3915.0, 3915.0, 3926.0, 3925.0, 3915.0, 3927.0, 3946.0, 3915.0, 3935.0, 3928.0, 3938.0, 3916.0, 3927.0, 3914.0, 3926.0, 3945.0, 3916.0, 3936.0, 3916.0, 3924.0, 3914.0, 3914.0, 3913.0, 3915.0, 3935.0, 3914.0, 3933.0, 3902.0, 3913.0, 3912.0, 3913.0, 3933.0, 3902.0, 3911.0, 3901.0, 3890.0, 3913.0, 3914.0, 3914.0, 3915.0, 3913.0, 3915.0, 3936.0, 3916.0, 3925.0, 3915.0, 3916.0, 3947.0, 3917.0, 3946.0, 3926.0], 'WindowWidth': [8876.0, 8857.0, 8831.0, 8811.0, 8811.0, 8805.0, 8809.0, 8853.0, 8811.0, 8833.0, 8808.0, 8813.0, 8786.0, 8833.0, 8800.0, 8787.0, 8780.0, 8765.0, 8798.0, 8760.0, 8785.0, 8757.0, 8756.0, 8769.0, 8777.0, 8778.0, 8762.0, 8817.0, 8788.0, 8824.0, 8784.0, 8827.0, 8786.0, 8791.0, 8778.0, 8780.0, 8780.0, 8787.0, 8826.0, 8787.0, 8822.0, 8780.0, 8789.0, 8777.0, 8762.0, 8771.0, 8740.0, 8754.0, 8756.0, 8755.0, 8777.0, 8790.0, 8777.0, 8758.0, 8760.0, 8768.0, 8759.0, 8787.0, 8777.0, 8788.0, 8777.0, 8787.0, 8777.0, 8776.0, 8797.0, 8798.0, 8783.0, 8781.0, 8777.0, 8780.0, 8812.0, 8788.0, 8797.0, 8780.0, 8783.0, 8809.0, 8804.0, 8831.0, 8781.0, 8761.0, 8756.0, 8778.0, 8792.0, 8779.0, 8787.0, 8781.0, 8778.0, 8785.0, 8790.0, 8798.0, 8789.0, 8812.0, 8787.0, 8814.0, 8804.0, 8803.0, 8783.0, 8782.0, 8806.0, 8755.0, 8787.0, 8751.0, 8754.0, 8777.0, 8732.0, 8757.0, 8728.0, 8740.0, 8742.0, 8738.0, 8750.0, 8752.0, 8745.0, 8752.0, 8777.0, 8754.0, 8767.0, 8752.0, 8749.0, 8748.0, 8750.0, 8753.0, 8755.0, 8751.0, 8756.0, 8780.0, 8757.0, 8786.0, 8762.0, 8767.0, 8760.0, 8767.0, 8756.0, 8758.0, 8755.0, 8751.0, 8780.0, 8755.0, 8783.0, 8756.0, 8757.0, 8767.0, 8759.0, 8780.0, 8753.0, 8783.0, 8756.0, 8755.0, 8747.0, 8753.0, 8764.0, 8752.0, 8786.0, 8770.0, 8755.0, 8753.0, 8772.0, 8784.0, 8757.0, 8790.0, 8769.0, 8759.0, 8781.0, 8755.0, 8753.0, 8773.0, 8775.0, 8770.0, 8773.0, 8783.0, 8758.0, 8787.0, 8760.0, 8761.0, 8773.0, 8778.0, 8808.0, 8783.0, 8790.0, 8780.0, 8792.0, 8776.0, 8781.0, 8779.0, 8778.0, 8784.0, 8755.0, 8783.0, 8758.0, 8788.0, 8754.0, 8755.0, 8750.0, 8754.0, 8776.0, 8753.0, 8781.0, 8758.0, 8766.0, 8754.0, 8766.0, 8758.0, 8754.0, 8764.0, 8774.0, 8782.0, 8792.0, 8779.0, 8813.0, 8786.0, 8803.0, 8766.0, 8762.0, 8762.0, 8767.0, 8760.0, 8803.0, 8742.0, 8767.0, 8732.0, 8733.0, 8780.0, 8736.0, 8759.0, 8730.0, 8729.0, 8726.0, 8744.0, 8773.0, 8732.0, 8755.0, 8730.0, 8728.0, 8742.0, 8734.0, 8744.0, 8750.0, 8774.0, 8754.0, 8769.0, 8772.0, 8758.0, 8773.0, 8781.0, 8813.0, 8800.0, 8796.0, 8799.0, 8798.0, 8797.0, 8804.0, 8817.0, 8804.0, 8810.0, 8782.0, 8796.0, 8775.0, 8785.0, 8794.0, 8779.0, 8801.0, 8761.0, 8787.0, 8777.0, 8793.0, 8781.0, 8778.0, 8779.0, 8787.0, 8779.0, 8781.0, 8777.0, 8781.0, 8804.0, 8777.0, 8793.0, 8775.0, 8761.0, 8800.0, 8754.0, 8766.0, 8754.0, 8752.0, 8748.0, 8747.0, 8771.0, 8745.0, 8762.0, 8754.0, 8747.0, 8750.0, 8739.0, 8750.0, 8756.0, 8797.0, 8769.0, 8781.0, 8754.0, 8764.0, 8753.0, 8754.0, 8755.0, 8758.0, 8780.0, 8756.0, 8781.0, 8756.0, 8775.0, 8770.0, 8773.0, 8767.0, 8758.0, 8782.0, 8775.0, 8789.0, 8777.0, 8776.0, 8772.0, 8776.0, 8774.0, 8781.0, 8809.0, 8780.0, 8790.0, 8777.0, 8788.0, 8760.0, 8776.0, 8774.0, 8760.0, 8768.0, 8752.0, 8778.0, 8749.0, 8766.0, 8768.0, 8753.0, 8750.0, 8752.0, 8774.0, 8750.0, 8762.0, 8755.0, 8752.0, 8750.0, 8747.0, 8734.0, 8749.0, 8730.0, 8751.0, 8779.0, 8760.0, 8788.0, 8780.0, 8790.0, 8776.0, 8763.0, 8762.0, 8760.0, 8762.0, 8800.0, 8752.0, 8751.0, 8775.0, 8733.0, 8778.0, 8748.0, 8756.0, 8731.0, 8727.0, 8719.0, 8727.0, 8737.0, 8724.0, 8750.0, 8726.0, 8724.0, 8751.0, 8762.0, 8753.0, 8762.0, 8753.0, 8762.0, 8755.0, 8784.0, 8752.0, 8752.0, 8750.0, 8750.0, 8777.0, 8752.0, 8764.0, 8738.0, 8744.0, 8746.0, 8737.0, 8750.0, 8754.0, 8751.0, 8758.0, 8787.0, 8780.0, 8789.0, 8782.0, 8791.0, 8779.0, 8791.0, 8785.0, 8779.0, 8762.0, 8777.0, 8781.0, 8754.0, 8788.0, 8757.0, 8764.0, 8756.0, 8788.0, 8760.0, 8752.0, 8757.0, 8756.0, 8764.0, 8809.0, 8787.0, 8805.0, 8768.0, 8800.0, 8765.0, 8790.0, 8784.0, 8811.0, 8798.0, 8746.0, 8759.0, 8737.0, 8754.0, 8781.0, 8739.0, 8782.0, 8728.0, 8727.0, 8769.0, 8722.0, 8721.0, 8730.0, 8723.0, 8726.0, 8728.0, 8711.0, 8730.0, 8772.0, 8733.0, 8758.0, 8732.0, 8729.0, 8728.0, 8748.0, 8729.0, 8729.0, 8769.0, 8745.0, 8745.0, 8751.0, 8749.0, 8747.0, 8752.0, 8733.0, 8736.0, 8781.0, 8753.0, 8749.0, 8752.0, 8740.0, 8750.0, 8757.0, 8799.0, 8754.0, 8779.0, 8736.0, 8736.0, 8749.0, 8757.0, 8774.0, 8758.0, 8755.0, 8757.0, 8756.0, 8763.0, 8784.0, 8758.0, 8771.0, 8774.0, 8762.0, 8801.0, 8759.0, 8767.0, 8755.0, 8752.0, 8730.0, 8749.0, 8774.0, 8750.0, 8761.0, 8751.0, 8746.0, 8730.0, 8745.0, 8727.0, 8746.0, 8759.0, 8732.0, 8742.0, 8732.0, 8728.0, 8753.0, 8757.0, 8733.0, 8754.0, 8776.0, 8753.0, 8763.0, 8759.0, 8755.0, 8773.0, 8771.0, 8775.0, 8789.0, 8784.0, 8781.0, 8804.0, 8826.0, 8785.0, 8805.0, 8765.0, 8767.0, 8791.0, 8765.0, 8817.0, 8761.0, 8785.0, 8757.0, 8761.0, 8754.0, 8757.0, 8736.0, 8757.0, 8783.0, 8764.0, 8790.0, 8765.0, 8773.0, 8760.0, 8765.0, 8778.0, 8786.0, 8812.0, 8783.0, 8792.0, 8780.0, 8806.0, 8767.0, 8797.0, 8766.0, 8760.0, 8743.0, 8742.0, 8758.0, 8762.0, 8767.0, 8779.0, 8759.0, 8758.0, 8755.0, 8761.0, 8786.0, 8745.0, 8796.0, 8752.0, 8768.0, 8760.0, 8757.0, 8756.0, 8755.0, 8752.0, 8751.0, 8785.0, 8753.0, 8748.0, 8737.0, 8733.0, 8733.0, 8751.0, 8782.0, 8753.0, 8762.0, 8739.0, 8750.0, 8754.0, 8759.0, 8756.0, 8762.0, 8797.0, 8759.0, 8787.0, 8779.0, 8774.0, 8762.0, 8760.0, 8758.0, 8761.0, 8807.0, 8762.0, 8785.0, 8757.0, 8769.0, 8750.0, 8755.0, 8783.0, 8752.0, 8776.0, 8751.0, 8746.0, 8735.0, 8754.0, 8740.0, 8734.0, 8735.0, 8737.0, 8757.0, 8763.0, 8789.0, 8829.0, 8806.0, 8805.0, 8779.0, 8803.0, 8755.0, 8776.0, 8805.0, 8761.0, 8797.0, 8752.0, 8762.0, 8717.0, 8747.0, 8790.0, 8747.0, 8772.0, 8729.0, 8725.0, 8710.0, 8728.0, 8757.0, 8728.0, 8751.0, 8728.0, 8709.0, 8735.0, 8745.0, 8755.0, 8753.0, 8750.0, 8753.0, 8741.0, 8738.0, 8737.0, 8755.0, 8779.0, 8758.0, 8785.0, 8755.0, 8733.0, 8734.0, 8752.0, 8766.0, 8754.0, 8781.0, 8756.0, 8779.0, 8757.0, 8769.0, 8774.0, 8768.0, 8762.0, 8773.0, 8757.0, 8777.0, 8772.0, 8759.0, 8754.0, 8757.0, 8782.0, 8759.0, 8789.0, 8758.0, 8738.0, 8757.0, 8757.0, 8753.0, 8760.0, 8806.0, 8762.0, 8785.0, 8757.0, 8769.0, 8762.0, 8787.0, 8775.0, 8803.0, 8786.0, 8814.0, 8789.0, 8791.0, 8782.0, 8792.0, 8758.0, 8758.0, 8786.0, 8754.0, 8797.0, 8752.0, 8754.0, 8757.0, 8742.0, 8774.0, 8753.0, 8758.0, 8806.0, 8754.0, 8750.0, 8759.0, 8729.0, 8754.0, 8749.0, 8762.0, 8732.0, 8730.0, 8725.0, 8729.0, 8759.0, 8750.0, 8726.0, 8754.0, 8766.0, 8774.0, 8796.0, 8786.0, 8808.0, 8787.0, 8810.0, 8782.0, 8812.0, 8783.0, 8783.0, 8804.0, 8761.0, 8784.0, 8756.0, 8769.0, 8759.0, 8761.0, 8757.0, 8758.0, 8755.0, 8775.0, 8770.0, 8759.0, 8790.0, 8777.0, 8788.0, 8764.0, 8758.0, 8759.0, 8742.0, 8761.0, 8741.0, 8757.0, 8769.0, 8760.0, 8772.0, 8760.0, 8774.0, 8755.0, 8755.0, 8735.0, 8744.0, 8777.0, 8747.0, 8753.0, 8725.0, 8720.0, 8723.0, 8728.0, 8730.0, 8729.0, 8732.0, 8736.0, 8732.0, 8756.0, 8783.0, 8756.0, 8780.0, 8755.0, 8752.0, 8754.0, 8760.0, 8739.0, 8755.0, 8778.0, 8750.0, 8762.0, 8751.0, 8769.0, 8751.0, 8739.0, 8735.0, 8750.0, 8784.0, 8759.0, 8769.0, 8760.0, 8759.0, 8776.0, 8778.0, 8761.0, 8779.0, 8803.0, 8762.0, 8787.0, 8784.0, 8795.0, 8765.0, 8780.0, 8759.0, 8777.0, 8801.0, 8763.0, 8791.0, 8763.0, 8771.0, 8757.0, 8757.0, 8753.0, 8758.0, 8786.0, 8757.0, 8780.0, 8737.0, 8753.0, 8751.0, 8754.0, 8778.0, 8736.0, 8746.0, 8733.0, 8717.0, 8752.0, 8756.0, 8756.0, 8761.0, 8756.0, 8762.0, 8792.0, 8763.0, 8774.0, 8759.0, 8763.0, 8806.0, 8767.0, 8803.0, 8778.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.0013714827586206893</td></tr>
<tr><td colspan=3>aqi</td><td>0.022725964942528737</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.99781608362483</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2173491149827382</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0119936085615642</td></tr>
<tr><td colspan=3>efc</td><td>0.4481</td></tr>
<tr><td colspan=3>fber</td><td>6472.5078</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10111350043360996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.793103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.405615819224565</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3234214900598604</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6972371175110377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.196188850102798</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124556</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02002761699259281</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026944102719426155</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.7750501341771066</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>40.1669</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9553</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.2575</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309381.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>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.7701</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.0721</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3169.084</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.8489</td></tr>
<tr><td colspan=3>tsnr</td><td>42.13728035625536</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>