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

616 lines
No EOL
109 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-0044_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0044_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0044_suffix-bold_task-faces" 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-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-02/func/sub-0044_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3957608dab4252da43cb73ac13c8a7f4</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>14:02:8.957500</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.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.0959734</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7733, -7269, 430, -105, -17, 8, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70388209-b5d0-444c-8a69-c7a8aa86630d||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.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['140208.957500', '140209.417500', '140209.877500', '140210.337500', '140210.797500', '140211.257500', '140211.717500', '140212.177500', '140212.637500', '140213.097500', '140213.557500', '140214.017500', '140214.477500', '140214.937500', '140215.397500', '140215.857500', '140216.317500', '140216.777500', '140217.237500', '140217.697500', '140218.157500', '140218.617500', '140219.077500', '140219.537500', '140219.997500', '140220.457500', '140220.917500', '140221.377500', '140221.837500', '140222.297500', '140222.757500', '140223.217500', '140223.677500', '140224.137500', '140224.597500', '140225.057500', '140225.517500', '140225.977500', '140226.437500', '140226.897500', '140227.357500', '140227.817500', '140228.277500', '140228.737500', '140229.197500', '140229.657500', '140230.117500', '140230.577500', '140231.037500', '140231.497500', '140231.957500', '140232.417500', '140232.877500', '140233.337500', '140233.797500', '140234.257500', '140234.717500', '140235.177500', '140235.637500', '140236.097500', '140236.557500', '140237.017500', '140237.477500', '140237.937500', '140238.397500', '140238.857500', '140239.317500', '140239.777500', '140240.237500', '140240.697500', '140241.157500', '140241.617500', '140242.077500', '140242.537500', '140242.997500', '140243.457500', '140243.917500', '140244.377500', '140244.837500', '140245.297500', '140245.757500', '140246.217500', '140246.677500', '140247.137500', '140247.597500', '140248.057500', '140248.517500', '140248.977500', '140249.437500', '140249.897500', '140250.357500', '140250.817500', '140251.277500', '140251.737500', '140252.197500', '140252.657500', '140253.117500', '140253.577500', '140254.037500', '140254.497500', '140254.957500', '140255.417500', '140255.877500', '140256.337500', '140256.797500', '140257.257500', '140257.717500', '140258.177500', '140258.637500', '140259.097500', '140259.557500', '140300.017500', '140300.477500', '140300.937500', '140301.397500', '140301.857500', '140302.317500', '140302.777500', '140303.237500', '140303.697500', '140304.157500', '140304.617500', '140305.077500', '140305.537500', '140305.997500', '140306.457500', '140306.917500', '140307.377500', '140307.837500', '140308.297500', '140308.757500', '140309.217500', '140309.677500', '140310.137500', '140310.597500', '140311.057500', '140311.517500', '140311.977500', '140312.437500', '140312.897500', '140313.357500', '140313.817500', '140314.277500', '140314.737500', '140315.197500', '140315.657500', '140316.117500', '140316.577500', '140317.037500', '140317.497500', '140317.957500', '140318.417500', '140318.877500', '140319.337500', '140319.797500', '140320.257500', '140320.717500', '140321.177500', '140321.637500', '140322.097500', '140322.557500', '140323.017500', '140323.477500', '140323.937500', '140324.397500', '140324.857500', '140325.317500', '140325.777500', '140326.237500', '140326.697500', '140327.157500', '140327.617500', '140328.077500', '140328.537500', '140328.997500', '140329.457500', '140329.917500', '140330.377500', '140330.837500', '140331.297500', '140331.757500', '140332.217500', '140332.677500', '140333.137500', '140333.597500', '140334.057500', '140334.517500', '140334.977500', '140335.437500', '140335.897500', '140336.357500', '140336.817500', '140337.277500', '140337.737500', '140338.197500', '140338.657500', '140339.117500', '140339.577500', '140340.037500', '140340.497500', '140340.957500', '140341.417500', '140341.877500', '140342.337500', '140342.797500', '140343.257500', '140343.717500', '140344.177500', '140344.637500', '140345.097500', '140345.557500', '140346.017500', '140346.477500', '140346.937500', '140347.397500', '140347.857500', '140348.317500', '140348.777500', '140349.237500', '140349.697500', '140350.157500', '140350.617500', '140351.077500', '140351.537500', '140351.997500', '140352.457500', '140352.917500', '140353.377500', '140353.837500', '140354.297500', '140354.757500', '140355.217500', '140355.677500', '140356.137500', '140356.597500', '140357.057500', '140357.517500', '140357.977500', '140358.437500', '140358.897500', '140359.357500', '140359.817500', '140400.277500', '140400.737500', '140401.197500', '140401.657500', '140402.117500', '140402.577500', '140403.037500', '140403.497500', '140403.957500', '140404.417500', '140404.877500', '140405.337500', '140405.797500', '140406.257500', '140406.717500', '140407.177500', '140407.637500', '140408.097500', '140408.557500', '140409.017500', '140409.477500', '140409.937500', '140410.397500', '140410.857500', '140411.317500', '140411.777500', '140412.237500', '140412.697500', '140413.157500', '140413.617500', '140414.077500', '140414.537500', '140414.997500', '140415.457500', '140415.917500', '140416.377500', '140416.837500', '140417.297500', '140417.757500', '140418.217500', '140418.677500', '140419.137500', '140419.597500', '140420.057500', '140420.517500', '140420.977500', '140421.437500', '140421.897500', '140422.357500', '140422.817500', '140423.277500', '140423.737500', '140424.197500', '140424.657500', '140425.117500', '140425.577500', '140426.037500', '140426.497500', '140426.957500', '140427.417500', '140427.877500', '140428.337500', '140428.797500', '140429.257500', '140429.717500', '140430.177500', '140430.637500', '140431.097500', '140431.557500', '140432.017500', '140432.477500', '140432.937500', '140433.397500', '140433.857500', '140434.317500', '140434.777500', '140435.237500', '140435.697500', '140436.157500', '140436.617500', '140437.077500', '140437.537500', '140437.997500', '140438.457500', '140438.917500', '140439.377500', '140439.837500', '140440.297500', '140440.757500', '140441.217500', '140441.677500', '140442.137500', '140442.597500', '140443.057500', '140443.517500', '140443.977500', '140444.437500', '140444.897500', '140445.357500', '140445.817500', '140446.277500', '140446.737500', '140447.197500', '140447.657500', '140448.117500', '140448.577500', '140449.037500', '140449.497500', '140449.957500', '140450.417500', '140450.877500', '140451.337500', '140451.797500', '140452.257500', '140452.717500', '140453.177500', '140453.637500', '140454.097500', '140454.557500', '140455.017500', '140455.477500', '140455.937500', '140456.397500', '140456.857500', '140457.317500', '140457.777500', '140458.237500', '140458.697500', '140459.157500', '140459.617500', '140500.077500', '140500.537500', '140500.997500', '140501.457500', '140501.917500', '140502.377500', '140502.837500', '140503.297500', '140503.757500', '140504.217500', '140504.677500', '140505.137500', '140505.597500', '140506.057500', '140506.517500', '140506.977500', '140507.437500', '140507.897500', '140508.357500', '140508.817500', '140509.277500', '140509.737500', '140510.197500', '140510.657500', '140511.117500', '140511.577500', '140512.037500', '140512.497500', '140512.957500', '140513.417500', '140513.877500', '140514.337500', '140514.797500', '140515.257500', '140515.717500', '140516.177500', '140516.637500', '140517.097500', '140517.557500', '140518.017500', '140518.477500', '140518.937500', '140519.397500', '140519.857500', '140520.317500', '140520.777500', '140521.237500', '140521.697500', '140522.157500', '140522.617500', '140523.077500', '140523.537500', '140523.997500', '140524.457500', '140524.917500', '140525.377500', '140525.837500', '140526.297500', '140526.757500', '140527.217500', '140527.677500', '140528.137500', '140528.597500', '140529.057500', '140529.517500', '140529.977500', '140530.437500', '140530.897500', '140531.357500', '140531.817500', '140532.277500', '140532.737500', '140533.197500', '140533.657500', '140534.117500', '140534.577500', '140535.037500', '140535.497500', '140535.957500', '140536.417500', '140536.877500', '140537.337500', '140537.797500', '140538.257500', '140538.717500', '140539.177500', '140539.637500', '140540.097500', '140540.557500', '140541.017500', '140541.477500', '140541.937500', '140542.397500', '140542.857500', '140543.317500', '140543.777500', '140544.237500', '140544.697500', '140545.157500', '140545.617500', '140546.077500', '140546.537500', '140546.997500', '140547.457500', '140547.917500', '140548.377500', '140548.837500', '140549.297500', '140549.757500', '140550.217500', '140550.677500', '140551.137500', '140551.597500', '140552.057500', '140552.517500', '140552.977500', '140553.437500', '140553.897500', '140554.357500', '140554.817500', '140555.277500', '140555.737500', '140556.197500', '140556.657500', '140557.117500', '140557.577500', '140558.037500', '140558.497500', '140558.957500', '140559.417500', '140559.877500', '140600.337500', '140600.797500', '140601.257500', '140601.717500', '140602.177500', '140602.637500', '140603.097500', '140603.557500', '140604.017500', '140604.477500', '140604.937500', '140605.397500', '140605.857500', '140606.317500', '140606.777500', '140607.237500', '140607.697500', '140608.157500', '140608.617500', '140609.077500', '140609.537500', '140609.997500', '140610.457500', '140610.917500', '140611.377500', '140611.837500', '140612.297500', '140612.757500', '140613.217500', '140613.677500', '140614.137500', '140614.597500', '140615.057500', '140615.517500', '140615.977500', '140616.437500', '140616.897500', '140617.357500', '140617.817500', '140618.277500', '140618.737500', '140619.197500', '140619.657500', '140620.117500', '140620.577500', '140621.037500', '140621.497500', '140621.957500', '140622.417500', '140622.877500', '140623.337500', '140623.797500', '140624.257500', '140624.717500', '140625.177500', '140625.637500', '140626.097500', '140626.557500', '140627.017500', '140627.477500', '140627.937500', '140628.397500', '140628.857500', '140629.317500', '140629.777500', '140630.237500', '140630.697500', '140631.157500', '140631.617500', '140632.077500', '140632.537500', '140632.997500', '140633.457500', '140633.917500', '140634.377500', '140634.837500', '140635.297500', '140635.757500', '140636.217500', '140636.677500', '140637.137500', '140637.597500', '140638.057500', '140638.517500', '140638.977500', '140639.437500', '140639.897500', '140640.357500', '140640.817500', '140641.277500', '140641.737500', '140642.197500', '140642.657500', '140643.117500', '140643.577500', '140644.037500', '140644.497500', '140644.957500', '140645.417500', '140645.877500', '140646.337500', '140646.797500', '140647.257500', '140647.717500', '140648.177500', '140648.637500', '140649.097500', '140649.557500', '140650.017500', '140650.477500', '140650.937500', '140651.397500', '140651.857500', '140652.317500', '140652.777500', '140653.237500', '140653.697500', '140654.157500', '140654.617500', '140655.077500', '140655.537500', '140655.997500', '140656.457500', '140656.917500', '140657.377500', '140657.837500', '140658.297500', '140658.757500', '140659.217500', '140659.677500', '140700.137500', '140700.597500', '140701.057500', '140701.517500', '140701.977500', '140702.437500', '140702.897500', '140703.357500', '140703.817500', '140704.277500', '140704.737500', '140705.197500', '140705.657500', '140706.117500', '140706.577500', '140707.037500', '140707.497500', '140707.957500', '140708.417500', '140708.877500', '140709.337500', '140709.797500', '140710.257500', '140710.717500', '140711.177500', '140711.637500', '140712.097500', '140712.557500', '140713.017500', '140713.477500', '140713.937500', '140714.397500', '140714.857500', '140715.317500', '140715.777500', '140716.237500', '140716.697500', '140717.157500', '140717.617500', '140718.077500', '140718.537500', '140718.997500', '140719.457500', '140719.917500', '140720.377500', '140720.837500', '140721.297500', '140721.757500', '140722.217500', '140722.677500', '140723.137500', '140723.597500', '140724.057500', '140724.517500', '140724.977500', '140725.437500', '140725.897500', '140726.357500', '140726.817500', '140727.277500', '140727.737500', '140728.197500', '140728.657500', '140729.117500', '140729.577500', '140730.037500', '140730.497500', '140730.957500', '140731.417500', '140731.877500', '140732.337500', '140732.797500', '140733.257500', '140733.717500', '140734.177500', '140734.637500', '140735.097500', '140735.557500', '140736.017500', '140736.477500', '140736.937500', '140737.397500', '140737.857500', '140738.317500', '140738.777500', '140739.237500', '140739.697500', '140740.157500', '140740.617500', '140741.077500', '140741.537500', '140741.997500', '140742.457500', '140742.917500', '140743.377500', '140743.837500', '140744.297500', '140744.757500', '140745.217500', '140745.677500', '140746.137500', '140746.597500', '140747.057500', '140747.517500', '140747.977500', '140748.437500', '140748.897500', '140749.357500', '140749.817500', '140750.277500', '140750.737500', '140751.197500', '140751.657500', '140752.117500', '140752.577500', '140753.037500', '140753.497500', '140753.957500', '140754.417500', '140754.877500', '140755.337500', '140755.797500', '140756.257500', '140756.717500', '140757.177500', '140757.637500', '140758.097500', '140758.557500', '140759.017500', '140759.477500', '140759.937500', '140800.397500', '140800.857500', '140801.317500', '140801.777500', '140802.237500', '140802.697500', '140803.157500', '140803.617500', '140804.077500', '140804.537500', '140804.997500', '140805.457500', '140805.917500', '140806.377500', '140806.837500', '140807.297500', '140807.757500', '140808.217500', '140808.677500', '140809.137500', '140809.597500', '140810.057500', '140810.517500', '140810.977500', '140811.437500', '140811.897500', '140812.357500', '140812.817500', '140813.277500', '140813.737500', '140814.197500', '140814.657500', '140815.117500', '140815.577500', '140816.037500', '140816.497500', '140816.957500', '140817.417500', '140817.877500', '140818.337500', '140818.797500', '140819.257500', '140819.717500', '140820.177500', '140820.637500', '140821.097500', '140821.557500', '140822.017500', '140822.477500', '140822.937500', '140823.397500', '140823.857500', '140824.317500', '140824.777500', '140825.237500', '140825.697500', '140826.157500', '140826.617500', '140827.077500', '140827.537500', '140827.997500', '140828.457500', '140828.917500', '140829.377500', '140829.837500', '140830.297500', '140830.757500', '140831.217500', '140831.677500', '140832.137500', '140832.597500', '140833.057500', '140833.517500', '140833.977500', '140834.437500', '140834.897500', '140835.357500', '140835.817500', '140836.277500', '140836.737500', '140837.197500', '140837.657500', '140838.117500', '140838.577500', '140839.037500', '140839.497500', '140839.957500', '140840.417500', '140840.877500', '140841.337500', '140841.797500', '140842.257500', '140842.717500', '140843.177500', '140843.637500', '140844.097500', '140844.557500', '140845.017500', '140845.477500', '140845.937500', '140846.397500', '140846.857500', '140847.317500', '140847.777500', '140848.237500', '140848.697500', '140849.157500', '140849.617500', '140850.077500', '140850.537500', '140850.997500', '140851.457500', '140851.917500', '140852.377500', '140852.837500', '140853.297500', '140853.757500', '140854.217500', '140854.677500', '140855.137500', '140855.597500', '140856.057500', '140856.517500', '140856.977500', '140857.437500', '140857.897500', '140858.357500', '140858.817500', '140859.277500', '140859.737500', '140900.197500', '140900.657500', '140901.117500', '140901.577500', '140902.037500', '140902.497500', '140902.957500', '140903.417500', '140903.877500', '140904.337500', '140904.797500', '140905.257500', '140905.717500', '140906.177500', '140906.637500', '140907.097500', '140907.557500', '140908.017500', '140908.477500', '140908.937500'], 'ContentTime': ['140227.428000', '140227.432000', '140227.435000', '140227.438000', '140227.442000', '140227.445000', '140227.447000', '140227.451000', '140227.453000', '140227.456000', '140227.459000', '140227.462000', '140227.465000', '140227.468000', '140227.471000', '140227.474000', '140227.477000', '140227.480000', '140227.483000', '140227.486000', '140227.489000', '140227.492000', '140227.503000', '140227.505000', '140227.508000', '140227.511000', '140227.514000', '140227.517000', '140227.520000', '140227.523000', '140227.526000', '140227.529000', '140227.532000', '140227.535000', '140227.538000', '140227.541000', '140227.544000', '140227.547000', '140247.387000', '140247.390000', '140247.393000', '140247.396000', '140247.399000', '140247.417000', '140247.420000', '140247.425000', '140247.429000', '140247.432000', '140247.434000', '140247.437000', '140247.440000', '140247.443000', '140247.446000', '140247.449000', '140247.452000', '140247.455000', '140247.458000', '140247.461000', '140247.464000', '140247.467000', '140247.470000', '140247.473000', '140247.476000', '140247.479000', '140247.482000', '140247.485000', '140247.488000', '140247.491000', '140247.494000', '140247.497000', '140247.500000', '140247.503000', '140247.506000', '140247.509000', '140247.511000', '140247.514000', '140247.517000', '140247.520000', '140247.523000', '140247.526000', '140247.529000', '140307.387000', '140307.390000', '140307.393000', '140307.396000', '140307.399000', '140307.402000', '140307.405000', '140307.408000', '140307.411000', '140307.414000', '140307.417000', '140307.420000', '140307.423000', '140307.426000', '140307.429000', '140307.431000', '140307.434000', '140307.437000', '140307.440000', '140307.443000', '140307.446000', '140307.449000', '140307.452000', '140307.455000', '140307.458000', '140307.461000', '140307.464000', '140307.467000', '140307.470000', '140307.473000', '140307.476000', '140307.495000', '140307.498000', '140307.500000', '140307.503000', '140307.506000', '140307.509000', '140307.512000', '140307.515000', '140307.518000', '140307.521000', '140307.524000', '140307.527000', '140307.530000', '140327.386000', '140327.389000', '140327.392000', '140327.395000', '140327.398000', '140327.401000', '140327.404000', '140327.407000', '140327.410000', '140327.413000', '140327.416000', '140327.419000', '140327.422000', '140327.425000', '140327.428000', '140327.431000', '140327.434000', '140327.438000', '140327.441000', '140327.444000', '140327.447000', '140327.450000', '140327.453000', '140327.456000', '140327.459000', '140327.462000', '140327.465000', '140327.468000', '140327.471000', '140327.474000', '140327.477000', '140327.480000', '140327.483000', '140327.486000', '140327.489000', '140327.492000', '140327.495000', '140327.498000', '140327.501000', '140327.504000', '140327.507000', '140327.510000', '140327.513000', '140347.386000', '140347.389000', '140347.392000', '140347.395000', '140347.398000', '140347.401000', '140347.404000', '140347.407000', '140347.410000', '140347.413000', '140347.416000', '140347.419000', '140347.422000', '140347.425000', '140347.428000', '140347.431000', '140347.434000', '140347.437000', '140347.440000', '140347.443000', '140347.446000', '140347.449000', '140347.452000', '140347.455000', '140347.458000', '140347.461000', '140347.464000', '140347.467000', '140347.470000', '140347.473000', '140347.476000', '140347.479000', '140347.482000', '140347.485000', '140347.488000', '140347.491000', '140347.494000', '140347.497000', '140347.500000', '140347.503000', '140347.506000', '140347.509000', '140347.512000', '140347.515000', '140407.386000', '140407.389000', '140407.392000', '140407.395000', '140407.398000', '140407.401000', '140407.404000', '140407.407000', '140407.410000', '140407.413000', '140407.416000', '140407.419000', '140407.422000', '140407.425000', '140407.428000', '140407.431000', '140407.434000', '140407.437000', '140407.440000', '140407.443000', '140407.446000', '140407.449000', '140407.452000', '140407.455000', '140407.458000', '140407.461000', '140407.464000', '140407.467000', '140407.470000', '140407.473000', '140407.476000', '140407.479000', '140407.482000', '140407.485000', '140407.488000', '140407.491000', '140407.494000', '140407.497000', '140407.500000', '140407.503000', '140407.506000', '140407.509000', '140407.512000', '140427.386000', '140427.389000', '140427.392000', '140427.395000', '140427.398000', '140427.401000', '140427.404000', '140427.407000', '140427.410000', '140427.413000', '140427.416000', '140427.419000', '140427.422000', '140427.425000', '140427.428000', '140427.431000', '140427.434000', '140427.437000', '140427.440000', '140427.443000', '140427.446000', '140427.449000', '140427.452000', '140427.455000', '140427.458000', '140427.461000', '140427.464000', '140427.467000', '140427.470000', '140427.473000', '140427.476000', '140427.479000', '140427.482000', '140427.485000', '140427.488000', '140427.491000', '140427.494000', '140427.497000', '140427.500000', '140427.503000', '140427.506000', '140427.509000', '140427.512000', '140427.515000', '140447.386000', '140447.389000', '140447.392000', '140447.395000', '140447.398000', '140447.401000', '140447.404000', '140447.407000', '140447.410000', '140447.414000', '140447.417000', '140447.420000', '140447.423000', '140447.426000', '140447.429000', '140447.432000', '140447.435000', '140447.438000', '140447.441000', '140447.444000', '140447.447000', '140447.450000', '140447.453000', '140447.456000', '140447.459000', '140447.462000', '140447.478000', '140447.482000', '140447.485000', '140447.488000', '140447.491000', '140447.494000', '140447.497000', '140447.499000', '140447.502000', '140447.508000', '140447.512000', '140447.515000', '140447.518000', '140447.521000', '140447.530000', '140447.533000', '140447.536000', '140507.387000', '140507.390000', '140507.393000', '140507.396000', '140507.399000', '140507.402000', '140507.405000', '140507.408000', '140507.411000', '140507.414000', '140507.417000', '140507.420000', '140507.423000', '140507.426000', '140507.429000', '140507.432000', '140507.435000', '140507.438000', '140507.441000', '140507.444000', '140507.447000', '140507.450000', '140507.453000', '140507.456000', '140507.459000', '140507.462000', '140507.465000', '140507.468000', '140507.471000', '140507.474000', '140507.477000', '140507.480000', '140507.483000', '140507.486000', '140507.489000', '140507.492000', '140507.495000', '140507.498000', '140507.501000', '140507.504000', '140507.507000', '140507.510000', '140507.513000', '140507.516000', '140527.387000', '140527.390000', '140527.393000', '140527.396000', '140527.399000', '140527.402000', '140527.405000', '140527.408000', '140527.411000', '140527.414000', '140527.417000', '140527.420000', '140527.423000', '140527.426000', '140527.429000', '140527.432000', '140527.435000', '140527.438000', '140527.441000', '140527.444000', '140527.447000', '140527.450000', '140527.453000', '140527.456000', '140527.459000', '140527.462000', '140527.465000', '140527.468000', '140527.471000', '140527.474000', '140527.477000', '140527.480000', '140527.483000', '140527.487000', '140527.492000', '140527.495000', '140527.498000', '140527.501000', '140527.504000', '140527.507000', '140527.510000', '140527.513000', '140527.516000', '140547.386000', '140547.389000', '140547.392000', '140547.395000', '140547.398000', '140547.401000', '140547.404000', '140547.407000', '140547.410000', '140547.413000', '140547.416000', '140547.419000', '140547.422000', '140547.425000', '140547.428000', '140547.431000', '140547.434000', '140547.437000', '140547.440000', '140547.443000', '140547.446000', '140547.449000', '140547.452000', '140547.455000', '140547.458000', '140547.461000', '140547.464000', '140547.467000', '140547.470000', '140547.473000', '140547.476000', '140547.479000', '140547.482000', '140547.485000', '140547.488000', '140547.491000', '140547.494000', '140547.497000', '140547.500000', '140547.503000', '140547.506000', '140547.509000', '140547.512000', '140547.515000', '140607.386000', '140607.389000', '140607.392000', '140607.395000', '140607.398000', '140607.401000', '140607.404000', '140607.407000', '140607.410000', '140607.413000', '140607.416000', '140607.419000', '140607.422000', '140607.425000', '140607.428000', '140607.431000', '140607.434000', '140607.437000', '140607.440000', '140607.443000', '140607.446000', '140607.450000', '140607.454000', '140607.457000', '140607.460000', '140607.463000', '140607.466000', '140607.469000', '140607.472000', '140607.475000', '140607.478000', '140607.481000', '140607.484000', '140607.487000', '140607.490000', '140607.493000', '140607.496000', '140607.499000', '140607.502000', '140607.505000', '140607.508000', '140607.511000', '140607.514000', '140627.386000', '140627.389000', '140627.392000', '140627.395000', '140627.398000', '140627.401000', '140627.404000', '140627.407000', '140627.418000', '140627.421000', '140627.424000', '140627.427000', '140627.430000', '140627.433000', '140627.436000', '140627.439000', '140627.442000', '140627.444000', '140627.448000', '140627.451000', '140627.454000', '140627.457000', '140627.460000', '140627.463000', '140627.466000', '140627.469000', '140627.472000', '140627.475000', '140627.478000', '140627.481000', '140627.484000', '140627.487000', '140627.490000', '140627.493000', '140627.496000', '140627.499000', '140627.502000', '140627.505000', '140627.507000', '140627.510000', '140627.513000', '140627.516000', '140627.519000', '140627.522000', '140647.386000', '140647.389000', '140647.392000', '140647.395000', '140647.398000', '140647.401000', '140647.404000', '140647.407000', '140647.410000', '140647.413000', '140647.416000', '140647.419000', '140647.422000', '140647.425000', '140647.428000', '140647.431000', '140647.434000', '140647.437000', '140647.440000', '140647.443000', '140647.446000', '140647.449000', '140647.452000', '140647.455000', '140647.458000', '140647.461000', '140647.464000', '140647.467000', '140647.470000', '140647.473000', '140647.476000', '140647.479000', '140647.482000', '140647.485000', '140647.488000', '140647.491000', '140647.494000', '140647.497000', '140647.500000', '140647.503000', '140647.506000', '140647.509000', '140647.512000', '140707.386000', '140707.389000', '140707.392000', '140707.395000', '140707.398000', '140707.401000', '140707.404000', '140707.407000', '140707.410000', '140707.413000', '140707.416000', '140707.419000', '140707.422000', '140707.425000', '140707.428000', '140707.431000', '140707.434000', '140707.437000', '140707.440000', '140707.443000', '140707.446000', '140707.449000', '140707.452000', '140707.455000', '140707.458000', '140707.461000', '140707.464000', '140707.467000', '140707.470000', '140707.473000', '140707.476000', '140707.479000', '140707.482000', '140707.485000', '140707.488000', '140707.491000', '140707.494000', '140707.497000', '140707.500000', '140707.503000', '140707.506000', '140707.509000', '140707.512000', '140707.515000', '140727.387000', '140727.390000', '140727.393000', '140727.396000', '140727.399000', '140727.402000', '140727.405000', '140727.408000', '140727.411000', '140727.414000', '140727.417000', '140727.420000', '140727.423000', '140727.426000', '140727.429000', '140727.432000', '140727.435000', '140727.438000', '140727.441000', '140727.444000', '140727.448000', '140727.451000', '140727.454000', '140727.457000', '140727.460000', '140727.463000', '140727.466000', '140727.469000', '140727.472000', '140727.475000', '140727.478000', '140727.481000', '140727.484000', '140727.487000', '140727.491000', '140727.494000', '140727.497000', '140727.500000', '140727.503000', '140727.506000', '140727.509000', '140727.512000', '140727.515000', '140747.386000', '140747.389000', '140747.392000', '140747.402000', '140747.405000', '140747.408000', '140747.411000', '140747.414000', '140747.417000', '140747.420000', '140747.423000', '140747.426000', '140747.429000', '140747.432000', '140747.435000', '140747.438000', '140747.441000', '140747.444000', '140747.447000', '140747.455000', '140747.459000', '140747.462000', '140747.465000', '140747.468000', '140747.473000', '140747.476000', '140747.479000', '140747.482000', '140747.485000', '140747.488000', '140747.491000', '140747.494000', '140747.497000', '140747.500000', '140747.503000', '140747.506000', '140747.509000', '140747.512000', '140747.515000', '140747.518000', '140747.521000', '140747.524000', '140747.527000', '140747.530000', '140807.386000', '140807.389000', '140807.392000', '140807.396000', '140807.398000', '140807.401000', '140807.404000', '140807.407000', '140807.410000', '140807.413000', '140807.416000', '140807.419000', '140807.422000', '140807.425000', '140807.428000', '140807.431000', '140807.434000', '140807.438000', '140807.441000', '140807.444000', '140807.447000', '140807.449000', '140807.452000', '140807.455000', '140807.458000', '140807.461000', '140807.464000', '140807.468000', '140807.471000', '140807.473000', '140807.477000', '140807.480000', '140807.483000', '140807.486000', '140807.489000', '140807.492000', '140807.494000', '140807.497000', '140807.500000', '140807.503000', '140807.506000', '140807.509000', '140807.512000', '140827.386000', '140827.389000', '140827.392000', '140827.395000', '140827.398000', '140827.401000', '140827.404000', '140827.407000', '140827.410000', '140827.413000', '140827.416000', '140827.419000', '140827.422000', '140827.425000', '140827.428000', '140827.431000', '140827.434000', '140827.437000', '140827.440000', '140827.443000', '140827.446000', '140827.449000', '140827.452000', '140827.455000', '140827.458000', '140827.461000', '140827.464000', '140827.467000', '140827.470000', '140827.473000', '140827.476000', '140827.479000', '140827.482000', '140827.485000', '140827.488000', '140827.491000', '140827.494000', '140827.497000', '140827.500000', '140827.503000', '140827.506000', '140827.509000', '140827.512000', '140827.515000', '140847.386000', '140847.390000', '140847.393000', '140847.396000', '140847.399000', '140847.401000', '140847.404000', '140847.407000', '140847.410000', '140847.413000', '140847.416000', '140847.419000', '140847.422000', '140847.425000', '140847.428000', '140847.431000', '140847.434000', '140847.437000', '140847.440000', '140847.443000', '140847.446000', '140847.449000', '140847.452000', '140847.455000', '140847.458000', '140847.461000', '140847.464000', '140847.467000', '140847.470000', '140847.473000', '140847.477000', '140847.479000', '140847.482000', '140847.485000', '140847.488000', '140847.492000', '140847.494000', '140847.497000', '140847.500000', '140847.503000', '140847.506000', '140847.509000', '140847.512000', '140907.386000', '140907.389000', '140907.392000', '140907.395000', '140907.398000', '140907.401000', '140907.404000', '140907.407000', '140907.410000', '140907.413000', '140907.416000', '140907.419000', '140907.422000', '140907.425000', '140907.428000', '140907.431000', '140907.434000', '140907.437000', '140907.440000', '140907.443000', '140907.446000', '140907.449000', '140907.452000', '140907.455000', '140907.458000', '140907.461000', '140907.464000', '140907.467000', '140907.470000', '140907.492000', '140907.495000', '140907.498000', '140907.501000', '140907.504000', '140907.507000', '140907.510000', '140907.513000', '140907.516000', '140907.519000', '140907.522000', '140907.525000', '140907.528000', '140907.531000', '140907.534000', '140910.199000', '140910.203000', '140910.207000', '140910.210000', '140910.214000', '140910.218000'], 'InstanceCreationTime': ['140227.428000', '140227.432000', '140227.435000', '140227.438000', '140227.442000', '140227.445000', '140227.447000', '140227.451000', '140227.453000', '140227.456000', '140227.459000', '140227.462000', '140227.465000', '140227.468000', '140227.471000', '140227.474000', '140227.477000', '140227.480000', '140227.483000', '140227.486000', '140227.489000', '140227.492000', '140227.503000', '140227.505000', '140227.508000', '140227.511000', '140227.514000', '140227.517000', '140227.520000', '140227.523000', '140227.526000', '140227.529000', '140227.532000', '140227.535000', '140227.538000', '140227.541000', '140227.544000', '140227.547000', '140247.387000', '140247.390000', '140247.393000', '140247.396000', '140247.399000', '140247.417000', '140247.420000', '140247.425000', '140247.429000', '140247.432000', '140247.434000', '140247.437000', '140247.440000', '140247.443000', '140247.446000', '140247.449000', '140247.452000', '140247.455000', '140247.458000', '140247.461000', '140247.464000', '140247.467000', '140247.470000', '140247.473000', '140247.476000', '140247.479000', '140247.482000', '140247.485000', '140247.488000', '140247.491000', '140247.494000', '140247.497000', '140247.500000', '140247.503000', '140247.506000', '140247.509000', '140247.511000', '140247.514000', '140247.517000', '140247.520000', '140247.523000', '140247.526000', '140247.529000', '140307.387000', '140307.390000', '140307.393000', '140307.396000', '140307.399000', '140307.402000', '140307.405000', '140307.408000', '140307.411000', '140307.414000', '140307.417000', '140307.420000', '140307.423000', '140307.426000', '140307.429000', '140307.431000', '140307.434000', '140307.437000', '140307.440000', '140307.443000', '140307.446000', '140307.449000', '140307.452000', '140307.455000', '140307.458000', '140307.461000', '140307.464000', '140307.467000', '140307.470000', '140307.473000', '140307.476000', '140307.495000', '140307.498000', '140307.500000', '140307.503000', '140307.506000', '140307.509000', '140307.512000', '140307.515000', '140307.518000', '140307.521000', '140307.524000', '140307.527000', '140307.530000', '140327.386000', '140327.389000', '140327.392000', '140327.395000', '140327.398000', '140327.401000', '140327.404000', '140327.407000', '140327.410000', '140327.413000', '140327.416000', '140327.419000', '140327.422000', '140327.425000', '140327.428000', '140327.431000', '140327.434000', '140327.438000', '140327.441000', '140327.444000', '140327.447000', '140327.450000', '140327.453000', '140327.456000', '140327.459000', '140327.462000', '140327.465000', '140327.468000', '140327.471000', '140327.474000', '140327.477000', '140327.480000', '140327.483000', '140327.486000', '140327.489000', '140327.492000', '140327.495000', '140327.498000', '140327.501000', '140327.504000', '140327.507000', '140327.510000', '140327.513000', '140347.386000', '140347.389000', '140347.392000', '140347.395000', '140347.398000', '140347.401000', '140347.404000', '140347.407000', '140347.410000', '140347.413000', '140347.416000', '140347.419000', '140347.422000', '140347.425000', '140347.428000', '140347.431000', '140347.434000', '140347.437000', '140347.440000', '140347.443000', '140347.446000', '140347.449000', '140347.452000', '140347.455000', '140347.458000', '140347.461000', '140347.464000', '140347.467000', '140347.470000', '140347.473000', '140347.476000', '140347.479000', '140347.482000', '140347.485000', '140347.488000', '140347.491000', '140347.494000', '140347.497000', '140347.500000', '140347.503000', '140347.506000', '140347.509000', '140347.512000', '140347.515000', '140407.386000', '140407.389000', '140407.392000', '140407.395000', '140407.398000', '140407.401000', '140407.404000', '140407.407000', '140407.410000', '140407.413000', '140407.416000', '140407.419000', '140407.422000', '140407.425000', '140407.428000', '140407.431000', '140407.434000', '140407.437000', '140407.440000', '140407.443000', '140407.446000', '140407.449000', '140407.452000', '140407.455000', '140407.458000', '140407.461000', '140407.464000', '140407.467000', '140407.470000', '140407.473000', '140407.476000', '140407.479000', '140407.482000', '140407.485000', '140407.488000', '140407.491000', '140407.494000', '140407.497000', '140407.500000', '140407.503000', '140407.506000', '140407.509000', '140407.512000', '140427.386000', '140427.389000', '140427.392000', '140427.395000', '140427.398000', '140427.401000', '140427.404000', '140427.407000', '140427.410000', '140427.413000', '140427.416000', '140427.419000', '140427.422000', '140427.425000', '140427.428000', '140427.431000', '140427.434000', '140427.437000', '140427.440000', '140427.443000', '140427.446000', '140427.449000', '140427.452000', '140427.455000', '140427.458000', '140427.461000', '140427.464000', '140427.467000', '140427.470000', '140427.473000', '140427.476000', '140427.479000', '140427.482000', '140427.485000', '140427.488000', '140427.491000', '140427.494000', '140427.497000', '140427.500000', '140427.503000', '140427.506000', '140427.509000', '140427.512000', '140427.515000', '140447.386000', '140447.389000', '140447.392000', '140447.395000', '140447.398000', '140447.401000', '140447.404000', '140447.407000', '140447.410000', '140447.414000', '140447.417000', '140447.420000', '140447.423000', '140447.426000', '140447.429000', '140447.432000', '140447.435000', '140447.438000', '140447.441000', '140447.444000', '140447.447000', '140447.450000', '140447.453000', '140447.456000', '140447.459000', '140447.462000', '140447.478000', '140447.482000', '140447.485000', '140447.488000', '140447.491000', '140447.494000', '140447.497000', '140447.499000', '140447.502000', '140447.508000', '140447.512000', '140447.515000', '140447.518000', '140447.521000', '140447.530000', '140447.533000', '140447.536000', '140507.387000', '140507.390000', '140507.393000', '140507.396000', '140507.399000', '140507.402000', '140507.405000', '140507.408000', '140507.411000', '140507.414000', '140507.417000', '140507.420000', '140507.423000', '140507.426000', '140507.429000', '140507.432000', '140507.435000', '140507.438000', '140507.441000', '140507.444000', '140507.447000', '140507.450000', '140507.453000', '140507.456000', '140507.459000', '140507.462000', '140507.465000', '140507.468000', '140507.471000', '140507.474000', '140507.477000', '140507.480000', '140507.483000', '140507.486000', '140507.489000', '140507.492000', '140507.495000', '140507.498000', '140507.501000', '140507.504000', '140507.507000', '140507.510000', '140507.513000', '140507.516000', '140527.387000', '140527.390000', '140527.393000', '140527.396000', '140527.399000', '140527.402000', '140527.405000', '140527.408000', '140527.411000', '140527.414000', '140527.417000', '140527.420000', '140527.423000', '140527.426000', '140527.429000', '140527.432000', '140527.435000', '140527.438000', '140527.441000', '140527.444000', '140527.447000', '140527.450000', '140527.453000', '140527.456000', '140527.459000', '140527.462000', '140527.465000', '140527.468000', '140527.471000', '140527.474000', '140527.477000', '140527.480000', '140527.483000', '140527.487000', '140527.492000', '140527.495000', '140527.498000', '140527.501000', '140527.504000', '140527.507000', '140527.510000', '140527.513000', '140527.516000', '140547.386000', '140547.389000', '140547.392000', '140547.395000', '140547.398000', '140547.401000', '140547.404000', '140547.407000', '140547.410000', '140547.413000', '140547.416000', '140547.419000', '140547.422000', '140547.425000', '140547.428000', '140547.431000', '140547.434000', '140547.437000', '140547.440000', '140547.443000', '140547.446000', '140547.449000', '140547.452000', '140547.455000', '140547.458000', '140547.461000', '140547.464000', '140547.467000', '140547.470000', '140547.473000', '140547.476000', '140547.479000', '140547.482000', '140547.485000', '140547.488000', '140547.491000', '140547.494000', '140547.497000', '140547.500000', '140547.503000', '140547.506000', '140547.509000', '140547.512000', '140547.515000', '140607.386000', '140607.389000', '140607.392000', '140607.395000', '140607.398000', '140607.401000', '140607.404000', '140607.407000', '140607.410000', '140607.413000', '140607.416000', '140607.419000', '140607.422000', '140607.425000', '140607.428000', '140607.431000', '140607.434000', '140607.437000', '140607.440000', '140607.443000', '140607.446000', '140607.450000', '140607.454000', '140607.457000', '140607.460000', '140607.463000', '140607.466000', '140607.469000', '140607.472000', '140607.475000', '140607.478000', '140607.481000', '140607.484000', '140607.487000', '140607.490000', '140607.493000', '140607.496000', '140607.499000', '140607.502000', '140607.505000', '140607.508000', '140607.511000', '140607.514000', '140627.386000', '140627.389000', '140627.392000', '140627.395000', '140627.398000', '140627.401000', '140627.404000', '140627.407000', '140627.418000', '140627.421000', '140627.424000', '140627.427000', '140627.430000', '140627.433000', '140627.436000', '140627.439000', '140627.442000', '140627.444000', '140627.448000', '140627.451000', '140627.454000', '140627.457000', '140627.460000', '140627.463000', '140627.466000', '140627.469000', '140627.472000', '140627.475000', '140627.478000', '140627.481000', '140627.484000', '140627.487000', '140627.490000', '140627.493000', '140627.496000', '140627.499000', '140627.502000', '140627.505000', '140627.507000', '140627.510000', '140627.513000', '140627.516000', '140627.519000', '140627.522000', '140647.386000', '140647.389000', '140647.392000', '140647.395000', '140647.398000', '140647.401000', '140647.404000', '140647.407000', '140647.410000', '140647.413000', '140647.416000', '140647.419000', '140647.422000', '140647.425000', '140647.428000', '140647.431000', '140647.434000', '140647.437000', '140647.440000', '140647.443000', '140647.446000', '140647.449000', '140647.452000', '140647.455000', '140647.458000', '140647.461000', '140647.464000', '140647.467000', '140647.470000', '140647.473000', '140647.476000', '140647.479000', '140647.482000', '140647.485000', '140647.488000', '140647.491000', '140647.494000', '140647.497000', '140647.500000', '140647.503000', '140647.506000', '140647.509000', '140647.512000', '140707.386000', '140707.389000', '140707.392000', '140707.395000', '140707.398000', '140707.401000', '140707.404000', '140707.407000', '140707.410000', '140707.413000', '140707.416000', '140707.419000', '140707.422000', '140707.425000', '140707.428000', '140707.431000', '140707.434000', '140707.437000', '140707.440000', '140707.443000', '140707.446000', '140707.449000', '140707.452000', '140707.455000', '140707.458000', '140707.461000', '140707.464000', '140707.467000', '140707.470000', '140707.473000', '140707.476000', '140707.479000', '140707.482000', '140707.485000', '140707.488000', '140707.491000', '140707.494000', '140707.497000', '140707.500000', '140707.503000', '140707.506000', '140707.509000', '140707.512000', '140707.515000', '140727.387000', '140727.390000', '140727.393000', '140727.396000', '140727.399000', '140727.402000', '140727.405000', '140727.408000', '140727.411000', '140727.414000', '140727.417000', '140727.420000', '140727.423000', '140727.426000', '140727.429000', '140727.432000', '140727.435000', '140727.438000', '140727.441000', '140727.444000', '140727.448000', '140727.451000', '140727.454000', '140727.457000', '140727.460000', '140727.463000', '140727.466000', '140727.469000', '140727.472000', '140727.475000', '140727.478000', '140727.481000', '140727.484000', '140727.487000', '140727.491000', '140727.494000', '140727.497000', '140727.500000', '140727.503000', '140727.506000', '140727.509000', '140727.512000', '140727.515000', '140747.386000', '140747.389000', '140747.392000', '140747.402000', '140747.405000', '140747.408000', '140747.411000', '140747.414000', '140747.417000', '140747.420000', '140747.423000', '140747.426000', '140747.429000', '140747.432000', '140747.435000', '140747.438000', '140747.441000', '140747.444000', '140747.447000', '140747.455000', '140747.459000', '140747.462000', '140747.465000', '140747.468000', '140747.473000', '140747.476000', '140747.479000', '140747.482000', '140747.485000', '140747.488000', '140747.491000', '140747.494000', '140747.497000', '140747.500000', '140747.503000', '140747.506000', '140747.509000', '140747.512000', '140747.515000', '140747.518000', '140747.521000', '140747.524000', '140747.527000', '140747.530000', '140807.386000', '140807.389000', '140807.392000', '140807.396000', '140807.398000', '140807.401000', '140807.404000', '140807.407000', '140807.410000', '140807.413000', '140807.416000', '140807.419000', '140807.422000', '140807.425000', '140807.428000', '140807.431000', '140807.434000', '140807.438000', '140807.441000', '140807.444000', '140807.447000', '140807.449000', '140807.452000', '140807.455000', '140807.458000', '140807.461000', '140807.464000', '140807.468000', '140807.471000', '140807.473000', '140807.477000', '140807.480000', '140807.483000', '140807.486000', '140807.489000', '140807.492000', '140807.494000', '140807.497000', '140807.500000', '140807.503000', '140807.506000', '140807.509000', '140807.512000', '140827.386000', '140827.389000', '140827.392000', '140827.395000', '140827.398000', '140827.401000', '140827.404000', '140827.407000', '140827.410000', '140827.413000', '140827.416000', '140827.419000', '140827.422000', '140827.425000', '140827.428000', '140827.431000', '140827.434000', '140827.437000', '140827.440000', '140827.443000', '140827.446000', '140827.449000', '140827.452000', '140827.455000', '140827.458000', '140827.461000', '140827.464000', '140827.467000', '140827.470000', '140827.473000', '140827.476000', '140827.479000', '140827.482000', '140827.485000', '140827.488000', '140827.491000', '140827.494000', '140827.497000', '140827.500000', '140827.503000', '140827.506000', '140827.509000', '140827.512000', '140827.515000', '140847.386000', '140847.390000', '140847.393000', '140847.396000', '140847.399000', '140847.401000', '140847.404000', '140847.407000', '140847.410000', '140847.413000', '140847.416000', '140847.419000', '140847.422000', '140847.425000', '140847.428000', '140847.431000', '140847.434000', '140847.437000', '140847.440000', '140847.443000', '140847.446000', '140847.449000', '140847.452000', '140847.455000', '140847.458000', '140847.461000', '140847.464000', '140847.467000', '140847.470000', '140847.473000', '140847.477000', '140847.479000', '140847.482000', '140847.485000', '140847.488000', '140847.492000', '140847.494000', '140847.497000', '140847.500000', '140847.503000', '140847.506000', '140847.509000', '140847.512000', '140907.386000', '140907.389000', '140907.392000', '140907.395000', '140907.398000', '140907.401000', '140907.404000', '140907.407000', '140907.410000', '140907.413000', '140907.416000', '140907.419000', '140907.422000', '140907.425000', '140907.428000', '140907.431000', '140907.434000', '140907.437000', '140907.440000', '140907.443000', '140907.446000', '140907.449000', '140907.452000', '140907.455000', '140907.458000', '140907.461000', '140907.464000', '140907.467000', '140907.470000', '140907.492000', '140907.495000', '140907.498000', '140907.501000', '140907.504000', '140907.507000', '140907.510000', '140907.513000', '140907.516000', '140907.519000', '140907.522000', '140907.525000', '140907.528000', '140907.531000', '140907.534000', '140910.199000', '140910.203000', '140910.207000', '140910.210000', '140910.214000', '140910.218000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [11583, 11528, 9889, 13559, 12136, 10078, 13016, 10439, 9390, 11245, 9768, 9038, 10765, 9287, 8449, 10828, 9889, 9457, 11431, 10190, 8558, 10113, 10089, 10151, 10252, 11010, 10361, 10569, 10565, 11544, 10541, 10375, 12290, 10243, 10006, 12928, 10336, 10045, 11548, 10511, 12235, 10696, 10358, 10946, 10311, 10423, 12322, 10359, 10016, 12523, 10383, 10040, 11524, 10263, 9764, 10859, 10124, 12129, 10215, 9276, 10525, 10043, 8950, 10291, 10258, 8033, 10416, 10519, 10886, 9782, 9438, 11979, 10347, 9374, 10910, 10464, 12970, 10225, 9651, 11592, 9948, 9143, 10704, 9750, 11728, 10312, 9721, 11221, 10494, 10840, 10354, 10261, 12549, 10154, 9304, 10660, 9960, 10342, 10432, 9298, 12201, 10258, 9320, 10414, 10774, 12538, 9963, 9587, 11043, 10415, 10982, 10407, 9359, 12277, 10294, 9719, 11152, 10327, 10884, 10567, 10652, 11270, 10386, 9172, 11992, 10521, 9647, 11291, 9894, 9815, 12510, 10429, 10051, 11232, 9945, 10535, 10600, 10155, 10358, 11679, 10174, 9607, 11116, 10181, 8745, 10630, 10488, 11285, 10684, 10584, 12578, 10302, 10035, 11243, 10227, 8710, 10580, 10272, 12190, 9988, 9714, 11394, 10124, 11205, 10233, 10504, 12777, 10225, 9359, 11040, 10186, 12162, 10160, 9302, 11241, 9786, 10972, 10322, 9572, 11250, 10043, 12728, 10042, 9298, 10714, 9709, 10737, 10139, 9489, 11520, 9936, 8839, 9979, 10174, 10527, 9638, 9404, 10396, 9949, 11143, 10130, 11473, 10135, 12177, 9834, 10751, 10519, 9639, 11216, 10103, 10274, 10382, 9513, 12047, 9993, 10169, 10467, 10076, 12454, 10484, 9435, 11631, 9891, 12189, 10729, 9521, 10548, 10073, 9324, 11482, 9803, 10544, 10387, 9807, 12165, 9752, 10410, 10342, 9342, 11792, 9624, 12932, 9903, 9155, 11118, 9539, 10298, 10225, 9446, 11750, 9428, 10267, 10465, 9967, 11192, 10024, 9163, 12067, 9422, 9071, 11316, 9522, 9074, 10677, 9862, 12320, 10261, 9002, 11107, 9343, 12812, 10150, 8753, 11020, 9304, 13047, 10304, 9209, 10968, 9260, 12392, 10264, 9020, 11715, 9290, 10075, 10037, 8973, 12671, 9847, 9053, 11330, 9429, 11168, 10437, 9579, 12655, 9706, 8821, 10936, 8949, 12225, 10236, 8470, 12129, 9754, 8976, 10651, 8867, 12293, 10336, 8391, 11369, 9569, 9903, 10464, 8585, 12171, 10120, 8800, 10731, 9078, 11209, 9949, 9285, 11757, 9154, 9653, 10355, 9268, 11150, 9992, 8715, 12949, 10818, 8985, 10798, 10115, 9391, 12206, 10218, 9216, 11277, 9592, 10393, 10594, 9094, 11489, 9588, 10854, 10381, 9665, 11999, 9645, 9737, 10494, 9631, 12145, 9868, 8818, 11096, 9318, 11346, 10462, 8996, 12030, 9599, 8696, 11076, 8767, 12718, 10305, 8884, 11413, 9121, 9640, 10664, 8556, 12258, 10247, 8832, 11044, 9920, 10017, 10659, 9122, 12909, 10893, 8532, 11836, 9721, 8888, 11705, 9303, 9198, 9624, 8622, 11807, 10169, 8314, 11935, 9697, 8867, 11087, 9241, 12329, 10612, 9629, 12407, 10378, 8592, 11837, 9986, 8697, 11122, 9512, 10830, 10345, 8531, 12239, 9985, 8569, 10749, 9118, 11407, 10711, 8777, 11573, 9463, 11307, 10168, 8651, 11331, 9625, 8650, 10993, 9351, 12278, 9826, 8766, 11001, 9046, 11706, 10341, 8895, 11694, 9646, 12825, 10699, 8702, 11548, 9231, 8655, 10822, 9342, 9135, 11513, 9498, 8720, 10982, 8612, 11232, 10424, 9049, 12768, 10452, 8791, 12115, 10024, 8391, 12181, 10730, 11272, 9980, 8248, 12541, 10914, 8783, 10320, 8640, 12055, 9510, 12180, 10024, 8428, 11375, 9167, 11477, 10049, 8572, 11494, 9282, 10406, 10123, 8391, 11957, 9802, 12492, 10325, 8765, 11100, 8674, 12013, 9959, 8322, 10496, 8903, 12557, 10201, 9021, 10698, 8855, 11154, 10378, 8353, 12030, 9839, 8833, 10635, 9237, 11111, 10183, 8461, 11231, 9688, 9460, 10544, 8754, 12416, 10009, 8865, 11105, 8820, 9414, 10526, 8672, 11909, 9825, 9014, 10912, 8999, 11070, 10185, 8101, 11630, 9598, 9612, 10368, 7965, 11716, 9202, 10047, 10110, 8099, 11633, 9368, 8855, 10690, 8750, 12445, 10242, 8884, 11019, 8669, 11559, 10127, 9007, 11358, 8960, 10054, 10176, 8774, 11441, 9545, 10330, 10397, 8936, 12064, 9772, 9327, 10926, 8688, 11630, 9686, 9323, 10601, 9407, 12138, 10017, 8878, 11404, 9094, 9355, 11186, 9161, 9943, 10461, 9150, 12866, 10017, 9545, 11213, 9585, 10724, 10770, 8891, 12779, 9999, 9233, 11154, 9004, 13226, 10419, 9148, 11288, 9138, 11646, 10228, 8797, 11322, 9365, 10139, 10287, 8571, 11076, 8866, 11357, 10777, 8984, 11569, 9474, 9093, 10762, 8597, 12428, 10373, 9360, 11859, 10380, 8700, 12293, 10219, 8732, 11348, 10414, 9406, 11141, 10412, 9448, 12154, 10235, 9520, 12082, 10382, 9158, 11776, 9599, 12867, 11779, 9278, 9957, 11872, 9110, 13454, 10257, 8692, 11067, 9640, 10968, 10865, 8435, 11362, 10503, 8240, 14037, 11361, 9601, 11453, 8610, 12620, 11134, 11820, 10403, 8412, 13798, 9540, 7917, 11541, 9414, 12231, 9735, 7285, 11211, 9380, 7531, 10748, 8068, 7742, 10079, 8033, 11500, 9485, 8207, 10635, 8563, 12111, 9464, 8176, 10965, 7971, 12361, 9136, 9183, 10735, 9240, 12976, 9615, 7146, 11333, 8830, 8262, 10471, 7864, 12207, 9417, 8360, 10632, 9403, 10535, 9928, 7767, 11255, 8896, 8455, 10539, 8492, 11710, 9496, 7406, 11041, 9430, 11041, 10660, 8236, 12264, 9142, 8095, 10337, 8015, 12549, 9985, 7750, 11133, 9072, 8657, 10599, 8818, 12127, 9459, 8141, 11290, 9789, 9624, 10799, 8872, 13208, 10137, 8287, 12573, 10220, 8431, 12747, 9879, 8610, 11196, 9671, 8456, 11586, 9673, 7977, 11660, 9705, 7675, 12033, 9796, 7873, 13620, 9741, 8893, 11671, 8684, 13864, 10770, 8594, 11076, 8625, 10456, 10413, 7879, 14038, 10954, 8433, 11613, 8635, 12851, 9382, 8084, 11606, 9021, 9009, 10165, 8538, 12349, 9735, 7800, 11887, 8733, 8293, 10075, 8584, 9524, 9999, 8258, 12769, 9623, 7900, 11469, 9264, 10930, 11786, 8677, 8370, 10206, 8660, 12004, 10099, 7640, 11014, 9571, 7732, 12591, 9576, 7942, 12110, 8692, 8510, 10261, 8063, 11738, 9776, 7892, 11267, 9812, 7168, 12150, 9550, 8568, 10364, 8194, 10163, 9584, 7795, 13527, 9395, 7389, 11539, 8995, 11325, 10453, 7905, 9882, 9963, 8657, 12466, 9598, 7772, 12363, 8903, 9323, 10978, 8259, 14075, 9555, 9182, 12708, 8817, 9827, 9699, 7679, 13443, 8872, 7796, 11400, 8580, 8180, 10704, 8851, 8081, 10535, 8724, 8048, 11586, 9189, 11291, 11053, 8589, 8038, 11905, 9054, 13089, 10239, 7334, 12488, 9742], 'WindowCenter': [4258.0, 4248.0, 4209.0, 4211.0, 4257.0, 4237.0, 4267.0, 4243.0, 4209.0, 4240.0, 4219.0, 4207.0, 4219.0, 4195.0, 4197.0, 4229.0, 4218.0, 4220.0, 4244.0, 4232.0, 4210.0, 4234.0, 4245.0, 4235.0, 4246.0, 4245.0, 4241.0, 4244.0, 4242.0, 4253.0, 4243.0, 4232.0, 4252.0, 4232.0, 4247.0, 4252.0, 4223.0, 4220.0, 4242.0, 4231.0, 4240.0, 4220.0, 4217.0, 4218.0, 4219.0, 4232.0, 4238.0, 4218.0, 4219.0, 4240.0, 4218.0, 4221.0, 4243.0, 4222.0, 4221.0, 4232.0, 4220.0, 4239.0, 4222.0, 4226.0, 4231.0, 4221.0, 4208.0, 4231.0, 4231.0, 4200.0, 4232.0, 4243.0, 4257.0, 4246.0, 4236.0, 4265.0, 4246.0, 4235.0, 4256.0, 4259.0, 4277.0, 4248.0, 4235.0, 4244.0, 4232.0, 4225.0, 4246.0, 4236.0, 4244.0, 4232.0, 4223.0, 4243.0, 4233.0, 4229.0, 4234.0, 4246.0, 4254.0, 4235.0, 4222.0, 4230.0, 4221.0, 4233.0, 4229.0, 4208.0, 4241.0, 4231.0, 4209.0, 4232.0, 4231.0, 4253.0, 4231.0, 4220.0, 4243.0, 4231.0, 4242.0, 4245.0, 4222.0, 4252.0, 4231.0, 4220.0, 4241.0, 4233.0, 4242.0, 4243.0, 4244.0, 4240.0, 4233.0, 4224.0, 4254.0, 4242.0, 4237.0, 4258.0, 4247.0, 4259.0, 4277.0, 4247.0, 4250.0, 4257.0, 4236.0, 4246.0, 4245.0, 4234.0, 4235.0, 4251.0, 4246.0, 4249.0, 4247.0, 4232.0, 4216.0, 4245.0, 4245.0, 4244.0, 4245.0, 4260.0, 4268.0, 4249.0, 4237.0, 4245.0, 4248.0, 4229.0, 4246.0, 4234.0, 4252.0, 4233.0, 4222.0, 4245.0, 4235.0, 4243.0, 4232.0, 4233.0, 4251.0, 4234.0, 4223.0, 4243.0, 4234.0, 4241.0, 4235.0, 4223.0, 4244.0, 4222.0, 4228.0, 4231.0, 4221.0, 4230.0, 4219.0, 4237.0, 4218.0, 4209.0, 4219.0, 4219.0, 4229.0, 4219.0, 4220.0, 4240.0, 4222.0, 4225.0, 4233.0, 4233.0, 4244.0, 4235.0, 4224.0, 4243.0, 4249.0, 4256.0, 4244.0, 4254.0, 4243.0, 4254.0, 4234.0, 4244.0, 4244.0, 4237.0, 4244.0, 4235.0, 4234.0, 4243.0, 4233.0, 4263.0, 4245.0, 4245.0, 4245.0, 4247.0, 4264.0, 4246.0, 4224.0, 4254.0, 4234.0, 4254.0, 4242.0, 4224.0, 4243.0, 4234.0, 4223.0, 4242.0, 4219.0, 4231.0, 4231.0, 4219.0, 4238.0, 4218.0, 4230.0, 4218.0, 4209.0, 4239.0, 4217.0, 4249.0, 4232.0, 4219.0, 4228.0, 4220.0, 4217.0, 4217.0, 4209.0, 4239.0, 4209.0, 4217.0, 4227.0, 4220.0, 4227.0, 4219.0, 4208.0, 4250.0, 4222.0, 4209.0, 4240.0, 4221.0, 4210.0, 4228.0, 4229.0, 4254.0, 4218.0, 4209.0, 4228.0, 4207.0, 4236.0, 4217.0, 4197.0, 4218.0, 4204.0, 4237.0, 4216.0, 4206.0, 4218.0, 4207.0, 4237.0, 4217.0, 4196.0, 4225.0, 4207.0, 4219.0, 4207.0, 4195.0, 4236.0, 4216.0, 4207.0, 4240.0, 4209.0, 4225.0, 4217.0, 4219.0, 4251.0, 4207.0, 4205.0, 4231.0, 4209.0, 4238.0, 4217.0, 4198.0, 4251.0, 4217.0, 4209.0, 4230.0, 4212.0, 4236.0, 4218.0, 4197.0, 4236.0, 4218.0, 4216.0, 4227.0, 4196.0, 4237.0, 4216.0, 4208.0, 4227.0, 4205.0, 4227.0, 4216.0, 4207.0, 4237.0, 4220.0, 4220.0, 4218.0, 4219.0, 4229.0, 4218.0, 4210.0, 4263.0, 4238.0, 4211.0, 4230.0, 4230.0, 4224.0, 4239.0, 4231.0, 4221.0, 4240.0, 4218.0, 4217.0, 4230.0, 4234.0, 4240.0, 4221.0, 4241.0, 4219.0, 4218.0, 4249.0, 4232.0, 4221.0, 4229.0, 4219.0, 4240.0, 4230.0, 4222.0, 4240.0, 4221.0, 4241.0, 4230.0, 4209.0, 4239.0, 4217.0, 4198.0, 4240.0, 4211.0, 4247.0, 4216.0, 4195.0, 4239.0, 4209.0, 4219.0, 4228.0, 4199.0, 4236.0, 4219.0, 4209.0, 4228.0, 4218.0, 4216.0, 4219.0, 4208.0, 4238.0, 4227.0, 4211.0, 4240.0, 4207.0, 4195.0, 4226.0, 4206.0, 4196.0, 4220.0, 4198.0, 4227.0, 4217.0, 4198.0, 4238.0, 4221.0, 4210.0, 4229.0, 4208.0, 4249.0, 4229.0, 4217.0, 4238.0, 4218.0, 4200.0, 4230.0, 4207.0, 4198.0, 4213.0, 4206.0, 4215.0, 4204.0, 4185.0, 4224.0, 4205.0, 4186.0, 4214.0, 4195.0, 4214.0, 4202.0, 4180.0, 4212.0, 4194.0, 4213.0, 4216.0, 4198.0, 4227.0, 4206.0, 4197.0, 4227.0, 4207.0, 4237.0, 4217.0, 4184.0, 4215.0, 4196.0, 4224.0, 4205.0, 4195.0, 4226.0, 4206.0, 4236.0, 4215.0, 4196.0, 4226.0, 4207.0, 4198.0, 4229.0, 4221.0, 4218.0, 4250.0, 4220.0, 4210.0, 4241.0, 4212.0, 4230.0, 4230.0, 4212.0, 4251.0, 4232.0, 4226.0, 4253.0, 4221.0, 4199.0, 4236.0, 4217.0, 4216.0, 4206.0, 4174.0, 4221.0, 4215.0, 4185.0, 4203.0, 4185.0, 4222.0, 4192.0, 4211.0, 4190.0, 4169.0, 4199.0, 4180.0, 4212.0, 4191.0, 4181.0, 4211.0, 4191.0, 4200.0, 4190.0, 4170.0, 4211.0, 4192.0, 4221.0, 4192.0, 4170.0, 4199.0, 4169.0, 4210.0, 4190.0, 4172.0, 4203.0, 4195.0, 4223.0, 4203.0, 4194.0, 4214.0, 4207.0, 4226.0, 4216.0, 4186.0, 4225.0, 4205.0, 4196.0, 4216.0, 4206.0, 4227.0, 4217.0, 4198.0, 4226.0, 4218.0, 4207.0, 4228.0, 4209.0, 4237.0, 4219.0, 4197.0, 4228.0, 4210.0, 4210.0, 4227.0, 4199.0, 4239.0, 4219.0, 4210.0, 4229.0, 4209.0, 4228.0, 4218.0, 4187.0, 4228.0, 4218.0, 4207.0, 4218.0, 4187.0, 4227.0, 4208.0, 4218.0, 4218.0, 4187.0, 4238.0, 4221.0, 4211.0, 4230.0, 4211.0, 4250.0, 4230.0, 4210.0, 4230.0, 4199.0, 4239.0, 4230.0, 4209.0, 4229.0, 4209.0, 4220.0, 4230.0, 4210.0, 4242.0, 4233.0, 4231.0, 4232.0, 4223.0, 4253.0, 4232.0, 4221.0, 4231.0, 4212.0, 4242.0, 4236.0, 4223.0, 4232.0, 4234.0, 4254.0, 4233.0, 4222.0, 4253.0, 4223.0, 4222.0, 4242.0, 4223.0, 4235.0, 4233.0, 4223.0, 4264.0, 4234.0, 4233.0, 4243.0, 4233.0, 4244.0, 4243.0, 4223.0, 4252.0, 4233.0, 4223.0, 4243.0, 4223.0, 4264.0, 4243.0, 4223.0, 4243.0, 4223.0, 4241.0, 4231.0, 4211.0, 4243.0, 4222.0, 4232.0, 4231.0, 4213.0, 4244.0, 4225.0, 4243.0, 4243.0, 4224.0, 4242.0, 4234.0, 4225.0, 4245.0, 4215.0, 4254.0, 4234.0, 4223.0, 4266.0, 4234.0, 4214.0, 4266.0, 4235.0, 4226.0, 4256.0, 4258.0, 4238.0, 4254.0, 4244.0, 4233.0, 4254.0, 4234.0, 4235.0, 4256.0, 4246.0, 4252.0, 4269.0, 4236.0, 4265.0, 4253.0, 4224.0, 4245.0, 4255.0, 4210.0, 4252.0, 4221.0, 4199.0, 4229.0, 4220.0, 4230.0, 4243.0, 4214.0, 4241.0, 4218.0, 4187.0, 4237.0, 4227.0, 4195.0, 4216.0, 4185.0, 4238.0, 4217.0, 4214.0, 4192.0, 4170.0, 4222.0, 4191.0, 4160.0, 4212.0, 4182.0, 4211.0, 4181.0, 4165.0, 4215.0, 4192.0, 4161.0, 4202.0, 4172.0, 4161.0, 4192.0, 4173.0, 4213.0, 4195.0, 4174.0, 4204.0, 4186.0, 4225.0, 4193.0, 4173.0, 4204.0, 4162.0, 4212.0, 4182.0, 4182.0, 4204.0, 4194.0, 4235.0, 4194.0, 4153.0, 4214.0, 4184.0, 4173.0, 4204.0, 4174.0, 4225.0, 4196.0, 4185.0, 4216.0, 4196.0, 4218.0, 4206.0, 4176.0, 4216.0, 4196.0, 4186.0, 4218.0, 4199.0, 4228.0, 4208.0, 4177.0, 4228.0, 4210.0, 4229.0, 4229.0, 4188.0, 4228.0, 4208.0, 4188.0, 4219.0, 4190.0, 4240.0, 4220.0, 4191.0, 4241.0, 4210.0, 4211.0, 4232.0, 4212.0, 4253.0, 4222.0, 4203.0, 4243.0, 4234.0, 4234.0, 4243.0, 4213.0, 4253.0, 4234.0, 4214.0, 4252.0, 4232.0, 4203.0, 4253.0, 4234.0, 4212.0, 4243.0, 4224.0, 4203.0, 4243.0, 4233.0, 4215.0, 4243.0, 4223.0, 4193.0, 4254.0, 4234.0, 4204.0, 4264.0, 4223.0, 4212.0, 4244.0, 4227.0, 4252.0, 4231.0, 4199.0, 4228.0, 4200.0, 4219.0, 4218.0, 4189.0, 4248.0, 4228.0, 4188.0, 4228.0, 4197.0, 4237.0, 4208.0, 4190.0, 4230.0, 4209.0, 4197.0, 4217.0, 4198.0, 4240.0, 4209.0, 4179.0, 4239.0, 4200.0, 4200.0, 4219.0, 4199.0, 4220.0, 4220.0, 4200.0, 4239.0, 4209.0, 4190.0, 4242.0, 4223.0, 4230.0, 4240.0, 4201.0, 4200.0, 4219.0, 4200.0, 4239.0, 4232.0, 4192.0, 4228.0, 4209.0, 4190.0, 4240.0, 4221.0, 4190.0, 4240.0, 4200.0, 4199.0, 4231.0, 4191.0, 4241.0, 4221.0, 4192.0, 4230.0, 4221.0, 4181.0, 4241.0, 4222.0, 4212.0, 4222.0, 4203.0, 4245.0, 4222.0, 4191.0, 4253.0, 4223.0, 4180.0, 4242.0, 4211.0, 4231.0, 4233.0, 4202.0, 4222.0, 4221.0, 4212.0, 4254.0, 4223.0, 4193.0, 4254.0, 4212.0, 4224.0, 4244.0, 4203.0, 4263.0, 4222.0, 4210.0, 4251.0, 4210.0, 4221.0, 4210.0, 4191.0, 4264.0, 4213.0, 4194.0, 4243.0, 4212.0, 4200.0, 4230.0, 4211.0, 4201.0, 4246.0, 4212.0, 4192.0, 4241.0, 4221.0, 4243.0, 4244.0, 4214.0, 4192.0, 4242.0, 4213.0, 4251.0, 4219.0, 4181.0, 4254.0, 4223.0], 'WindowWidth': [9423.0, 9404.0, 9338.0, 9327.0, 9420.0, 9393.0, 9434.0, 9396.0, 9343.0, 9385.0, 9352.0, 9338.0, 9352.0, 9316.0, 9324.0, 9366.0, 9352.0, 9357.0, 9396.0, 9376.0, 9345.0, 9384.0, 9400.0, 9385.0, 9405.0, 9400.0, 9391.0, 9397.0, 9392.0, 9408.0, 9394.0, 9375.0, 9408.0, 9379.0, 9405.0, 9406.0, 9363.0, 9356.0, 9390.0, 9373.0, 9381.0, 9355.0, 9347.0, 9349.0, 9353.0, 9375.0, 9379.0, 9353.0, 9351.0, 9382.0, 9353.0, 9360.0, 9394.0, 9361.0, 9359.0, 9374.0, 9354.0, 9380.0, 9361.0, 9375.0, 9378.0, 9359.0, 9339.0, 9372.0, 9372.0, 9331.0, 9379.0, 9397.0, 9421.0, 9406.0, 9393.0, 9429.0, 9401.0, 9386.0, 9417.0, 9426.0, 9449.0, 9410.0, 9384.0, 9396.0, 9378.0, 9372.0, 9406.0, 9390.0, 9394.0, 9378.0, 9365.0, 9393.0, 9379.0, 9371.0, 9382.0, 9404.0, 9411.0, 9388.0, 9363.0, 9371.0, 9360.0, 9382.0, 9372.0, 9340.0, 9387.0, 9375.0, 9343.0, 9378.0, 9374.0, 9408.0, 9375.0, 9358.0, 9391.0, 9373.0, 9390.0, 9400.0, 9367.0, 9403.0, 9377.0, 9358.0, 9388.0, 9380.0, 9392.0, 9393.0, 9397.0, 9388.0, 9382.0, 9369.0, 9409.0, 9393.0, 9391.0, 9423.0, 9409.0, 9426.0, 9448.0, 9407.0, 9416.0, 9423.0, 9388.0, 9401.0, 9398.0, 9384.0, 9385.0, 9405.0, 9403.0, 9412.0, 9404.0, 9378.0, 9359.0, 9398.0, 9398.0, 9395.0, 9398.0, 9428.0, 9434.0, 9408.0, 9390.0, 9398.0, 9408.0, 9388.0, 9403.0, 9384.0, 9406.0, 9381.0, 9363.0, 9397.0, 9384.0, 9392.0, 9377.0, 9380.0, 9401.0, 9381.0, 9366.0, 9393.0, 9383.0, 9389.0, 9386.0, 9367.0, 9394.0, 9363.0, 9367.0, 9373.0, 9358.0, 9370.0, 9352.0, 9378.0, 9353.0, 9343.0, 9354.0, 9355.0, 9369.0, 9354.0, 9356.0, 9384.0, 9362.0, 9372.0, 9379.0, 9379.0, 9396.0, 9388.0, 9371.0, 9396.0, 9412.0, 9418.0, 9399.0, 9412.0, 9396.0, 9411.0, 9384.0, 9397.0, 9400.0, 9391.0, 9397.0, 9385.0, 9383.0, 9396.0, 9382.0, 9423.0, 9403.0, 9404.0, 9402.0, 9405.0, 9426.0, 9404.0, 9370.0, 9415.0, 9384.0, 9409.0, 9393.0, 9369.0, 9396.0, 9384.0, 9367.0, 9389.0, 9357.0, 9375.0, 9373.0, 9356.0, 9380.0, 9354.0, 9372.0, 9353.0, 9341.0, 9381.0, 9350.0, 9397.0, 9377.0, 9356.0, 9368.0, 9358.0, 9350.0, 9353.0, 9340.0, 9382.0, 9343.0, 9351.0, 9364.0, 9358.0, 9365.0, 9355.0, 9340.0, 9400.0, 9362.0, 9342.0, 9386.0, 9360.0, 9343.0, 9366.0, 9371.0, 9412.0, 9354.0, 9341.0, 9364.0, 9336.0, 9374.0, 9346.0, 9323.0, 9350.0, 9328.0, 9375.0, 9346.0, 9337.0, 9350.0, 9336.0, 9376.0, 9346.0, 9318.0, 9357.0, 9336.0, 9358.0, 9337.0, 9318.0, 9375.0, 9350.0, 9338.0, 9384.0, 9343.0, 9359.0, 9349.0, 9355.0, 9402.0, 9337.0, 9333.0, 9374.0, 9343.0, 9379.0, 9351.0, 9326.0, 9402.0, 9353.0, 9343.0, 9374.0, 9351.0, 9377.0, 9354.0, 9324.0, 9376.0, 9355.0, 9350.0, 9366.0, 9321.0, 9377.0, 9348.0, 9340.0, 9362.0, 9332.0, 9364.0, 9348.0, 9336.0, 9375.0, 9359.0, 9358.0, 9353.0, 9355.0, 9369.0, 9352.0, 9344.0, 9422.0, 9384.0, 9350.0, 9373.0, 9373.0, 9368.0, 9382.0, 9378.0, 9363.0, 9386.0, 9355.0, 9351.0, 9374.0, 9388.0, 9387.0, 9361.0, 9388.0, 9356.0, 9353.0, 9400.0, 9381.0, 9363.0, 9370.0, 9357.0, 9385.0, 9375.0, 9366.0, 9385.0, 9360.0, 9388.0, 9371.0, 9343.0, 9381.0, 9352.0, 9327.0, 9387.0, 9350.0, 9392.0, 9349.0, 9319.0, 9381.0, 9343.0, 9354.0, 9365.0, 9327.0, 9376.0, 9354.0, 9341.0, 9363.0, 9351.0, 9348.0, 9355.0, 9338.0, 9379.0, 9363.0, 9351.0, 9384.0, 9334.0, 9316.0, 9358.0, 9333.0, 9319.0, 9360.0, 9323.0, 9362.0, 9349.0, 9323.0, 9378.0, 9359.0, 9346.0, 9367.0, 9339.0, 9396.0, 9369.0, 9349.0, 9378.0, 9351.0, 9331.0, 9369.0, 9334.0, 9323.0, 9338.0, 9330.0, 9341.0, 9326.0, 9300.0, 9353.0, 9329.0, 9305.0, 9341.0, 9317.0, 9338.0, 9320.0, 9287.0, 9334.0, 9311.0, 9335.0, 9346.0, 9326.0, 9361.0, 9333.0, 9320.0, 9362.0, 9336.0, 9381.0, 9348.0, 9299.0, 9342.0, 9318.0, 9353.0, 9326.0, 9314.0, 9358.0, 9330.0, 9370.0, 9342.0, 9317.0, 9359.0, 9335.0, 9323.0, 9368.0, 9362.0, 9355.0, 9401.0, 9358.0, 9344.0, 9389.0, 9350.0, 9368.0, 9371.0, 9349.0, 9400.0, 9378.0, 9375.0, 9405.0, 9361.0, 9327.0, 9373.0, 9345.0, 9345.0, 9329.0, 9282.0, 9344.0, 9339.0, 9301.0, 9324.0, 9299.0, 9343.0, 9306.0, 9326.0, 9298.0, 9270.0, 9308.0, 9286.0, 9331.0, 9302.0, 9288.0, 9330.0, 9303.0, 9311.0, 9300.0, 9271.0, 9328.0, 9303.0, 9341.0, 9303.0, 9271.0, 9309.0, 9269.0, 9325.0, 9299.0, 9278.0, 9321.0, 9316.0, 9350.0, 9323.0, 9312.0, 9340.0, 9335.0, 9357.0, 9344.0, 9303.0, 9354.0, 9327.0, 9317.0, 9345.0, 9332.0, 9362.0, 9348.0, 9324.0, 9358.0, 9352.0, 9334.0, 9366.0, 9342.0, 9376.0, 9352.0, 9320.0, 9365.0, 9341.0, 9344.0, 9362.0, 9327.0, 9381.0, 9354.0, 9346.0, 9367.0, 9342.0, 9364.0, 9351.0, 9307.0, 9363.0, 9349.0, 9333.0, 9347.0, 9307.0, 9360.0, 9336.0, 9350.0, 9352.0, 9310.0, 9378.0, 9358.0, 9345.0, 9369.0, 9348.0, 9398.0, 9369.0, 9345.0, 9369.0, 9328.0, 9380.0, 9371.0, 9341.0, 9368.0, 9341.0, 9358.0, 9371.0, 9344.0, 9387.0, 9378.0, 9375.0, 9378.0, 9368.0, 9406.0, 9376.0, 9360.0, 9373.0, 9350.0, 9388.0, 9390.0, 9367.0, 9376.0, 9382.0, 9410.0, 9379.0, 9365.0, 9409.0, 9368.0, 9365.0, 9391.0, 9366.0, 9384.0, 9379.0, 9367.0, 9425.0, 9381.0, 9379.0, 9393.0, 9380.0, 9394.0, 9392.0, 9366.0, 9405.0, 9381.0, 9365.0, 9392.0, 9367.0, 9421.0, 9392.0, 9367.0, 9392.0, 9366.0, 9388.0, 9375.0, 9347.0, 9393.0, 9364.0, 9377.0, 9373.0, 9353.0, 9396.0, 9370.0, 9391.0, 9392.0, 9369.0, 9391.0, 9380.0, 9374.0, 9398.0, 9358.0, 9410.0, 9382.0, 9368.0, 9432.0, 9383.0, 9356.0, 9430.0, 9385.0, 9375.0, 9415.0, 9420.0, 9395.0, 9410.0, 9396.0, 9381.0, 9407.0, 9381.0, 9383.0, 9416.0, 9403.0, 9422.0, 9438.0, 9389.0, 9425.0, 9407.0, 9370.0, 9401.0, 9413.0, 9342.0, 9404.0, 9357.0, 9325.0, 9366.0, 9356.0, 9369.0, 9393.0, 9356.0, 9388.0, 9351.0, 9306.0, 9373.0, 9359.0, 9314.0, 9341.0, 9298.0, 9377.0, 9344.0, 9334.0, 9302.0, 9272.0, 9344.0, 9299.0, 9259.0, 9330.0, 9290.0, 9327.0, 9285.0, 9277.0, 9341.0, 9305.0, 9262.0, 9318.0, 9278.0, 9264.0, 9305.0, 9280.0, 9335.0, 9313.0, 9283.0, 9323.0, 9303.0, 9351.0, 9307.0, 9279.0, 9322.0, 9263.0, 9329.0, 9290.0, 9291.0, 9322.0, 9307.0, 9368.0, 9308.0, 9253.0, 9335.0, 9295.0, 9281.0, 9321.0, 9283.0, 9351.0, 9316.0, 9300.0, 9342.0, 9316.0, 9349.0, 9331.0, 9292.0, 9343.0, 9316.0, 9304.0, 9349.0, 9325.0, 9363.0, 9334.0, 9293.0, 9363.0, 9342.0, 9365.0, 9365.0, 9310.0, 9361.0, 9334.0, 9309.0, 9350.0, 9315.0, 9382.0, 9355.0, 9321.0, 9385.0, 9344.0, 9345.0, 9376.0, 9347.0, 9406.0, 9361.0, 9338.0, 9390.0, 9382.0, 9381.0, 9391.0, 9350.0, 9404.0, 9380.0, 9354.0, 9403.0, 9374.0, 9337.0, 9404.0, 9381.0, 9349.0, 9393.0, 9367.0, 9337.0, 9391.0, 9379.0, 9359.0, 9392.0, 9363.0, 9326.0, 9406.0, 9382.0, 9340.0, 9422.0, 9364.0, 9348.0, 9396.0, 9380.0, 9401.0, 9372.0, 9327.0, 9363.0, 9325.0, 9351.0, 9348.0, 9312.0, 9390.0, 9362.0, 9308.0, 9361.0, 9317.0, 9371.0, 9335.0, 9314.0, 9366.0, 9340.0, 9320.0, 9347.0, 9323.0, 9382.0, 9340.0, 9299.0, 9380.0, 9329.0, 9329.0, 9353.0, 9328.0, 9355.0, 9357.0, 9329.0, 9381.0, 9339.0, 9314.0, 9386.0, 9362.0, 9369.0, 9382.0, 9330.0, 9330.0, 9351.0, 9328.0, 9379.0, 9374.0, 9320.0, 9366.0, 9340.0, 9315.0, 9382.0, 9360.0, 9315.0, 9382.0, 9329.0, 9327.0, 9371.0, 9320.0, 9386.0, 9359.0, 9320.0, 9369.0, 9358.0, 9306.0, 9385.0, 9360.0, 9346.0, 9360.0, 9337.0, 9400.0, 9361.0, 9320.0, 9405.0, 9363.0, 9302.0, 9387.0, 9345.0, 9370.0, 9376.0, 9335.0, 9362.0, 9360.0, 9349.0, 9408.0, 9366.0, 9325.0, 9408.0, 9349.0, 9367.0, 9396.0, 9336.0, 9418.0, 9360.0, 9342.0, 9397.0, 9343.0, 9358.0, 9342.0, 9320.0, 9421.0, 9352.0, 9326.0, 9390.0, 9348.0, 9329.0, 9369.0, 9344.0, 9333.0, 9400.0, 9349.0, 9319.0, 9385.0, 9359.0, 9392.0, 9396.0, 9353.0, 9319.0, 9387.0, 9352.0, 9399.0, 9356.0, 9306.0, 9405.0, 9367.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.0015496280087527352</td></tr>
<tr><td colspan=3>aqi</td><td>0.051560059956236325</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.473784485366956</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1445978817415121</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9454231103285874</td></tr>
<tr><td colspan=3>efc</td><td>0.4866</td></tr>
<tr><td colspan=3>fber</td><td>5527.2935</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10920244555120309</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.7986870897155365</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6236892534729024</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5475200301714804</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8289514780070864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4945962522401413</td></tr>
<tr><td colspan=3>gcor</td><td>0.00843265</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00573402876034379</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033290963619947433</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.95717496391709</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>24.7724</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2242</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.5992</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294977.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.5271</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5755</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.782</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.662</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.5072</td></tr>
<tr><td colspan=3>tsnr</td><td>27.235599794541486</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>