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

616 lines
No EOL
110 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-0040_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0040_suffix-bold_task-alignvideo" 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-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-02/func/sub-0040_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f250f3ce2e21f9b59e79edb352bfe814</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>15:01:7.985000</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.992215, -0.0426644, 0.117005, 0.0408922, 0.99901, 0.0175065]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_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.0889986</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7739, -7194, 542, -150, -69, 110, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4b0d18f-7b60-4c69-a0d3-12b6e7f4b9b4||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.662038803100586, 0.10971066355705261, 0.31761765480041504, 102.87063598632812], [0.1144653782248497, 2.6802713871002197, 0.033981144428253174, -97.58558654785156], [0.31391608715057373, -0.046968650072813034, 2.6810379028320312, -51.554134368896484], [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': ['150107.985000', '150108.445000', '150108.905000', '150109.365000', '150109.825000', '150110.285000', '150110.745000', '150111.205000', '150111.665000', '150112.125000', '150112.585000', '150113.045000', '150113.505000', '150113.965000', '150114.425000', '150114.885000', '150115.345000', '150115.805000', '150116.265000', '150116.725000', '150117.185000', '150117.645000', '150118.105000', '150118.565000', '150119.025000', '150119.485000', '150119.945000', '150120.405000', '150120.865000', '150121.325000', '150121.785000', '150122.245000', '150122.705000', '150123.165000', '150123.625000', '150124.085000', '150124.545000', '150125.005000', '150125.465000', '150125.925000', '150126.385000', '150126.845000', '150127.305000', '150127.765000', '150128.225000', '150128.685000', '150129.145000', '150129.605000', '150130.065000', '150130.525000', '150130.985000', '150131.445000', '150131.905000', '150132.365000', '150132.825000', '150133.285000', '150133.745000', '150134.205000', '150134.665000', '150135.125000', '150135.585000', '150136.045000', '150136.505000', '150136.965000', '150137.425000', '150137.885000', '150138.345000', '150138.805000', '150139.265000', '150139.725000', '150140.185000', '150140.645000', '150141.105000', '150141.565000', '150142.025000', '150142.485000', '150142.945000', '150143.405000', '150143.865000', '150144.325000', '150144.785000', '150145.245000', '150145.705000', '150146.165000', '150146.625000', '150147.085000', '150147.545000', '150148.005000', '150148.465000', '150148.925000', '150149.385000', '150149.845000', '150150.305000', '150150.765000', '150151.225000', '150151.685000', '150152.145000', '150152.605000', '150153.065000', '150153.525000', '150153.985000', '150154.445000', '150154.905000', '150155.365000', '150155.825000', '150156.285000', '150156.745000', '150157.205000', '150157.665000', '150158.125000', '150158.585000', '150159.045000', '150159.505000', '150159.965000', '150200.425000', '150200.885000', '150201.345000', '150201.805000', '150202.265000', '150202.725000', '150203.185000', '150203.645000', '150204.105000', '150204.565000', '150205.025000', '150205.485000', '150205.945000', '150206.405000', '150206.865000', '150207.325000', '150207.785000', '150208.245000', '150208.705000', '150209.165000', '150209.625000', '150210.085000', '150210.545000', '150211.005000', '150211.465000', '150211.925000', '150212.385000', '150212.845000', '150213.305000', '150213.765000', '150214.225000', '150214.685000', '150215.145000', '150215.605000', '150216.065000', '150216.525000', '150216.985000', '150217.445000', '150217.905000', '150218.365000', '150218.825000', '150219.285000', '150219.745000', '150220.205000', '150220.665000', '150221.125000', '150221.585000', '150222.045000', '150222.505000', '150222.965000', '150223.425000', '150223.885000', '150224.345000', '150224.805000', '150225.265000', '150225.725000', '150226.185000', '150226.645000', '150227.105000', '150227.565000', '150228.025000', '150228.485000', '150228.945000', '150229.405000', '150229.865000', '150230.325000', '150230.785000', '150231.245000', '150231.705000', '150232.165000', '150232.625000', '150233.085000', '150233.545000', '150234.005000', '150234.465000', '150234.925000', '150235.385000', '150235.845000', '150236.305000', '150236.765000', '150237.225000', '150237.685000', '150238.145000', '150238.605000', '150239.065000', '150239.525000', '150239.985000', '150240.445000', '150240.905000', '150241.365000', '150241.825000', '150242.285000', '150242.745000', '150243.205000', '150243.665000', '150244.125000', '150244.585000', '150245.045000', '150245.505000', '150245.965000', '150246.425000', '150246.885000', '150247.345000', '150247.805000', '150248.265000', '150248.725000', '150249.185000', '150249.645000', '150250.105000', '150250.565000', '150251.025000', '150251.485000', '150251.945000', '150252.405000', '150252.865000', '150253.325000', '150253.785000', '150254.245000', '150254.705000', '150255.165000', '150255.625000', '150256.085000', '150256.545000', '150257.005000', '150257.465000', '150257.925000', '150258.385000', '150258.845000', '150259.305000', '150259.765000', '150300.225000', '150300.685000', '150301.145000', '150301.605000', '150302.065000', '150302.525000', '150302.985000', '150303.445000', '150303.905000', '150304.365000', '150304.825000', '150305.285000', '150305.745000', '150306.205000', '150306.665000', '150307.125000', '150307.585000', '150308.045000', '150308.505000', '150308.965000', '150309.425000', '150309.885000', '150310.345000', '150310.805000', '150311.265000', '150311.725000', '150312.185000', '150312.645000', '150313.105000', '150313.565000', '150314.025000', '150314.485000', '150314.945000', '150315.405000', '150315.865000', '150316.325000', '150316.785000', '150317.245000', '150317.705000', '150318.165000', '150318.625000', '150319.085000', '150319.545000', '150320.005000', '150320.465000', '150320.925000', '150321.385000', '150321.845000', '150322.305000', '150322.765000', '150323.225000', '150323.685000', '150324.145000', '150324.605000', '150325.065000', '150325.525000', '150325.985000', '150326.445000', '150326.905000', '150327.365000', '150327.825000', '150328.285000', '150328.745000', '150329.205000', '150329.665000', '150330.125000', '150330.585000', '150331.045000', '150331.505000', '150331.965000', '150332.425000', '150332.885000', '150333.345000', '150333.805000', '150334.265000', '150334.725000', '150335.185000', '150335.645000', '150336.105000', '150336.565000', '150337.025000', '150337.485000', '150337.945000', '150338.405000', '150338.865000', '150339.325000', '150339.785000', '150340.245000', '150340.705000', '150341.165000', '150341.625000', '150342.085000', '150342.545000', '150343.005000', '150343.465000', '150343.925000', '150344.385000', '150344.845000', '150345.305000', '150345.765000', '150346.225000', '150346.685000', '150347.145000', '150347.605000', '150348.065000', '150348.525000', '150348.985000', '150349.445000', '150349.905000', '150350.365000', '150350.825000', '150351.285000', '150351.745000', '150352.205000', '150352.665000', '150353.125000', '150353.585000', '150354.045000', '150354.505000', '150354.965000', '150355.425000', '150355.885000', '150356.345000', '150356.805000', '150357.265000', '150357.725000', '150358.185000', '150358.645000', '150359.105000', '150359.565000', '150400.025000', '150400.485000', '150400.945000', '150401.405000', '150401.865000', '150402.325000', '150402.785000', '150403.245000', '150403.705000', '150404.165000', '150404.625000', '150405.085000', '150405.545000', '150406.005000', '150406.465000', '150406.925000', '150407.385000', '150407.845000', '150408.305000', '150408.765000', '150409.225000', '150409.685000', '150410.145000', '150410.605000', '150411.065000', '150411.525000', '150411.985000', '150412.445000', '150412.905000', '150413.365000', '150413.825000', '150414.285000', '150414.745000', '150415.205000', '150415.665000', '150416.125000', '150416.585000', '150417.045000', '150417.505000', '150417.965000', '150418.425000', '150418.885000', '150419.345000', '150419.805000', '150420.265000', '150420.725000', '150421.185000', '150421.645000', '150422.105000', '150422.565000', '150423.025000', '150423.485000', '150423.945000', '150424.405000', '150424.865000', '150425.325000', '150425.785000', '150426.245000', '150426.705000', '150427.165000', '150427.625000', '150428.085000', '150428.545000', '150429.005000', '150429.465000', '150429.925000', '150430.385000', '150430.845000', '150431.305000', '150431.765000', '150432.225000', '150432.685000', '150433.145000', '150433.605000', '150434.065000', '150434.525000', '150434.985000', '150435.445000', '150435.905000', '150436.365000', '150436.825000', '150437.285000', '150437.745000', '150438.205000', '150438.665000', '150439.125000', '150439.585000', '150440.045000', '150440.505000', '150440.965000', '150441.425000', '150441.885000', '150442.345000', '150442.805000', '150443.265000', '150443.725000', '150444.185000', '150444.645000', '150445.105000', '150445.565000', '150446.025000', '150446.485000', '150446.945000', '150447.405000', '150447.865000', '150448.325000', '150448.785000', '150449.245000', '150449.705000', '150450.165000', '150450.625000', '150451.085000', '150451.545000', '150452.005000', '150452.465000', '150452.925000', '150453.385000', '150453.845000', '150454.305000', '150454.765000', '150455.225000', '150455.685000', '150456.145000', '150456.605000', '150457.065000', '150457.525000', '150457.985000', '150458.445000', '150458.905000', '150459.365000', '150459.825000', '150500.285000', '150500.745000', '150501.205000', '150501.665000', '150502.125000', '150502.585000', '150503.045000', '150503.505000', '150503.965000', '150504.425000', '150504.885000', '150505.345000', '150505.805000', '150506.265000', '150506.725000', '150507.185000', '150507.645000', '150508.105000', '150508.565000', '150509.025000', '150509.485000', '150509.945000', '150510.405000', '150510.865000', '150511.325000', '150511.785000', '150512.245000', '150512.705000', '150513.165000', '150513.625000', '150514.085000', '150514.545000', '150515.005000', '150515.465000', '150515.925000', '150516.385000', '150516.845000', '150517.305000', '150517.765000', '150518.225000', '150518.685000', '150519.145000', '150519.605000', '150520.065000', '150520.525000', '150520.985000', '150521.445000', '150521.905000', '150522.365000', '150522.825000', '150523.285000', '150523.745000', '150524.205000', '150524.665000', '150525.125000', '150525.585000', '150526.045000', '150526.505000', '150526.965000', '150527.425000', '150527.885000', '150528.345000', '150528.805000', '150529.265000', '150529.725000', '150530.185000', '150530.645000', '150531.105000', '150531.565000', '150532.025000', '150532.485000', '150532.945000', '150533.405000', '150533.865000', '150534.325000', '150534.785000', '150535.245000', '150535.705000', '150536.165000', '150536.625000', '150537.085000', '150537.545000', '150538.005000', '150538.465000', '150538.925000', '150539.385000', '150539.845000', '150540.305000', '150540.765000', '150541.225000', '150541.685000', '150542.145000', '150542.605000', '150543.065000', '150543.525000', '150543.985000', '150544.445000', '150544.905000', '150545.365000', '150545.825000', '150546.285000', '150546.745000', '150547.205000', '150547.665000', '150548.125000', '150548.585000', '150549.045000', '150549.505000', '150549.965000', '150550.425000', '150550.885000', '150551.345000', '150551.805000', '150552.265000', '150552.725000', '150553.185000', '150553.645000', '150554.105000', '150554.565000', '150555.025000', '150555.485000', '150555.945000', '150556.405000', '150556.865000', '150557.325000', '150557.785000', '150558.245000', '150558.705000', '150559.165000', '150559.625000', '150600.085000', '150600.545000', '150601.005000', '150601.465000', '150601.925000', '150602.385000', '150602.845000', '150603.305000', '150603.765000', '150604.225000', '150604.685000', '150605.145000', '150605.605000', '150606.065000', '150606.525000', '150606.985000', '150607.445000', '150607.905000', '150608.365000', '150608.825000', '150609.285000', '150609.745000', '150610.205000', '150610.665000', '150611.125000', '150611.585000', '150612.045000', '150612.505000', '150612.965000', '150613.425000', '150613.885000', '150614.345000', '150614.805000', '150615.265000', '150615.725000', '150616.185000', '150616.645000', '150617.105000', '150617.565000', '150618.025000', '150618.485000', '150618.945000', '150619.405000', '150619.865000', '150620.325000', '150620.785000', '150621.245000', '150621.705000', '150622.165000', '150622.625000', '150623.085000', '150623.545000', '150624.005000', '150624.465000', '150624.925000', '150625.385000', '150625.845000', '150626.305000', '150626.765000', '150627.225000', '150627.685000', '150628.145000', '150628.605000', '150629.065000', '150629.525000', '150629.985000', '150630.445000', '150630.905000', '150631.365000', '150631.825000', '150632.285000', '150632.745000', '150633.205000', '150633.665000', '150634.125000', '150634.585000', '150635.045000', '150635.505000', '150635.965000', '150636.425000', '150636.885000', '150637.345000', '150637.805000', '150638.265000', '150638.725000', '150639.185000', '150639.645000', '150640.105000', '150640.565000', '150641.025000', '150641.485000', '150641.945000', '150642.405000', '150642.865000', '150643.325000', '150643.785000', '150644.245000', '150644.705000', '150645.165000', '150645.625000', '150646.085000', '150646.545000', '150647.005000', '150647.465000', '150647.925000', '150648.385000', '150648.845000', '150649.305000', '150649.765000', '150650.225000', '150650.685000', '150651.145000', '150651.605000', '150652.065000', '150652.525000', '150652.985000', '150653.445000', '150653.905000', '150654.365000', '150654.825000', '150655.285000', '150655.745000', '150656.205000', '150656.665000', '150657.125000', '150657.585000', '150658.045000', '150658.505000', '150658.965000', '150659.425000', '150659.885000', '150700.345000', '150700.805000', '150701.265000', '150701.725000', '150702.185000', '150702.645000', '150703.105000', '150703.565000', '150704.025000', '150704.485000', '150704.945000', '150705.405000', '150705.865000', '150706.325000', '150706.785000', '150707.245000', '150707.705000', '150708.165000', '150708.625000', '150709.085000', '150709.545000', '150710.005000', '150710.465000', '150710.925000', '150711.385000', '150711.845000', '150712.305000', '150712.765000', '150713.225000', '150713.685000', '150714.145000', '150714.605000', '150715.065000', '150715.525000', '150715.985000', '150716.445000', '150716.905000', '150717.365000', '150717.825000', '150718.285000', '150718.745000', '150719.205000', '150719.665000', '150720.125000', '150720.585000', '150721.045000', '150721.505000', '150721.965000', '150722.425000', '150722.885000', '150723.345000', '150723.805000', '150724.265000', '150724.725000', '150725.185000', '150725.645000', '150726.105000', '150726.565000', '150727.025000', '150727.485000', '150727.945000', '150728.405000', '150728.865000', '150729.325000', '150729.785000', '150730.245000', '150730.705000', '150731.165000', '150731.625000', '150732.085000', '150732.545000', '150733.005000', '150733.465000', '150733.925000', '150734.385000', '150734.845000', '150735.305000', '150735.765000', '150736.225000', '150736.685000', '150737.145000', '150737.605000', '150738.065000', '150738.525000', '150738.985000', '150739.445000', '150739.905000', '150740.365000', '150740.825000', '150741.285000', '150741.745000', '150742.205000', '150742.665000', '150743.125000', '150743.585000', '150744.045000', '150744.505000', '150744.965000', '150745.425000', '150745.885000', '150746.345000', '150746.805000', '150747.265000', '150747.725000', '150748.185000', '150748.645000', '150749.105000', '150749.565000', '150750.025000', '150750.485000', '150750.945000', '150751.405000', '150751.865000', '150752.325000', '150752.785000', '150753.245000', '150753.705000', '150754.165000', '150754.625000', '150755.085000', '150755.545000', '150756.005000', '150756.465000', '150756.925000', '150757.385000', '150757.845000', '150758.305000', '150758.765000', '150759.225000', '150759.685000', '150800.145000', '150800.605000', '150801.065000', '150801.525000', '150801.985000', '150802.445000', '150802.905000', '150803.365000', '150803.825000', '150804.285000', '150804.745000', '150805.205000', '150805.665000', '150806.125000', '150806.585000', '150807.045000', '150807.505000', '150807.965000'], 'ContentTime': ['150127.142000', '150127.145000', '150127.153000', '150127.156000', '150127.159000', '150127.178000', '150127.181000', '150127.184000', '150127.187000', '150127.190000', '150127.193000', '150127.196000', '150127.199000', '150127.215000', '150127.226000', '150127.229000', '150127.232000', '150127.235000', '150127.238000', '150127.240000', '150127.243000', '150127.246000', '150127.249000', '150127.252000', '150127.255000', '150127.258000', '150127.261000', '150127.264000', '150127.267000', '150127.269000', '150127.272000', '150127.275000', '150127.278000', '150127.281000', '150127.284000', '150127.287000', '150127.290000', '150127.293000', '150127.296000', '150127.298000', '150147.107000', '150147.110000', '150147.113000', '150147.116000', '150147.119000', '150147.121000', '150147.124000', '150147.127000', '150147.130000', '150147.133000', '150147.136000', '150147.138000', '150147.141000', '150147.144000', '150147.147000', '150147.150000', '150147.153000', '150147.155000', '150147.158000', '150147.161000', '150147.164000', '150147.167000', '150147.170000', '150147.173000', '150147.175000', '150147.178000', '150147.181000', '150147.184000', '150147.187000', '150147.189000', '150147.192000', '150147.195000', '150147.198000', '150147.201000', '150147.204000', '150147.206000', '150147.209000', '150147.212000', '150147.215000', '150147.218000', '150147.221000', '150147.223000', '150147.226000', '150207.107000', '150207.114000', '150207.117000', '150207.120000', '150207.123000', '150207.126000', '150207.128000', '150207.131000', '150207.134000', '150207.137000', '150207.140000', '150207.143000', '150207.146000', '150207.148000', '150207.151000', '150207.154000', '150207.157000', '150207.160000', '150207.163000', '150207.165000', '150207.168000', '150207.171000', '150207.174000', '150207.177000', '150207.180000', '150207.182000', '150207.185000', '150207.188000', '150207.191000', '150207.194000', '150207.197000', '150207.199000', '150207.202000', '150207.205000', '150207.208000', '150207.211000', '150207.213000', '150207.216000', '150207.219000', '150207.222000', '150207.225000', '150207.227000', '150207.230000', '150207.233000', '150227.107000', '150227.110000', '150227.113000', '150227.116000', '150227.119000', '150227.121000', '150227.124000', '150227.127000', '150227.130000', '150227.133000', '150227.136000', '150227.138000', '150227.141000', '150227.144000', '150227.147000', '150227.150000', '150227.153000', '150227.156000', '150227.159000', '150227.161000', '150227.164000', '150227.167000', '150227.170000', '150227.173000', '150227.176000', '150227.178000', '150227.181000', '150227.184000', '150227.187000', '150227.191000', '150227.194000', '150227.197000', '150227.200000', '150227.203000', '150227.206000', '150227.208000', '150227.211000', '150227.214000', '150227.217000', '150227.220000', '150227.223000', '150227.225000', '150227.229000', '150247.107000', '150247.110000', '150247.112000', '150247.116000', '150247.118000', '150247.121000', '150247.124000', '150247.127000', '150247.130000', '150247.133000', '150247.135000', '150247.138000', '150247.141000', '150247.144000', '150247.147000', '150247.150000', '150247.153000', '150247.156000', '150247.158000', '150247.162000', '150247.164000', '150247.167000', '150247.170000', '150247.173000', '150247.176000', '150247.179000', '150247.181000', '150247.184000', '150247.187000', '150247.190000', '150247.193000', '150247.196000', '150247.199000', '150247.202000', '150247.204000', '150247.207000', '150247.210000', '150247.213000', '150247.216000', '150247.219000', '150247.221000', '150247.224000', '150247.227000', '150247.230000', '150307.106000', '150307.109000', '150307.112000', '150307.115000', '150307.118000', '150307.121000', '150307.123000', '150307.126000', '150307.129000', '150307.132000', '150307.135000', '150307.138000', '150307.153000', '150307.156000', '150307.159000', '150307.162000', '150307.165000', '150307.167000', '150307.170000', '150307.173000', '150307.176000', '150307.179000', '150307.182000', '150307.184000', '150307.187000', '150307.190000', '150307.193000', '150307.196000', '150307.199000', '150307.202000', '150307.204000', '150307.207000', '150307.210000', '150307.213000', '150307.216000', '150307.219000', '150307.221000', '150307.224000', '150307.227000', '150307.230000', '150307.233000', '150307.236000', '150307.239000', '150327.106000', '150327.109000', '150327.112000', '150327.115000', '150327.118000', '150327.120000', '150327.129000', '150327.132000', '150327.135000', '150327.138000', '150327.141000', '150327.144000', '150327.146000', '150327.149000', '150327.152000', '150327.155000', '150327.158000', '150327.161000', '150327.164000', '150327.166000', '150327.169000', '150327.172000', '150327.175000', '150327.178000', '150327.181000', '150327.183000', '150327.186000', '150327.189000', '150327.192000', '150327.195000', '150327.198000', '150327.201000', '150327.203000', '150327.206000', '150327.209000', '150327.212000', '150327.215000', '150327.217000', '150327.220000', '150327.223000', '150327.226000', '150327.229000', '150327.232000', '150327.235000', '150347.106000', '150347.109000', '150347.112000', '150347.115000', '150347.118000', '150347.120000', '150347.123000', '150347.126000', '150347.129000', '150347.132000', '150347.135000', '150347.138000', '150347.140000', '150347.143000', '150347.146000', '150347.149000', '150347.152000', '150347.155000', '150347.157000', '150347.160000', '150347.163000', '150347.166000', '150347.169000', '150347.172000', '150347.175000', '150347.178000', '150347.180000', '150347.183000', '150347.186000', '150347.189000', '150347.192000', '150347.195000', '150347.198000', '150347.200000', '150347.203000', '150347.206000', '150347.209000', '150347.212000', '150347.215000', '150347.217000', '150347.220000', '150347.223000', '150347.227000', '150407.107000', '150407.110000', '150407.113000', '150407.116000', '150407.119000', '150407.122000', '150407.124000', '150407.127000', '150407.130000', '150407.133000', '150407.136000', '150407.139000', '150407.141000', '150407.144000', '150407.147000', '150407.150000', '150407.153000', '150407.156000', '150407.159000', '150407.162000', '150407.164000', '150407.167000', '150407.170000', '150407.173000', '150407.176000', '150407.179000', '150407.182000', '150407.194000', '150407.197000', '150407.200000', '150407.203000', '150407.205000', '150407.208000', '150407.211000', '150407.214000', '150407.217000', '150407.220000', '150407.223000', '150407.225000', '150407.228000', '150407.231000', '150407.234000', '150407.237000', '150407.240000', '150427.107000', '150427.110000', '150427.113000', '150427.116000', '150427.119000', '150427.122000', '150427.124000', '150427.127000', '150427.130000', '150427.133000', '150427.136000', '150427.139000', '150427.142000', '150427.144000', '150427.147000', '150427.150000', '150427.153000', '150427.156000', '150427.159000', '150427.162000', '150427.164000', '150427.167000', '150427.170000', '150427.173000', '150427.176000', '150427.179000', '150427.181000', '150427.184000', '150427.187000', '150427.190000', '150427.193000', '150427.196000', '150427.199000', '150427.202000', '150427.205000', '150427.207000', '150427.210000', '150427.213000', '150427.216000', '150427.219000', '150427.222000', '150427.225000', '150427.227000', '150447.107000', '150447.110000', '150447.113000', '150447.116000', '150447.119000', '150447.121000', '150447.124000', '150447.127000', '150447.130000', '150447.133000', '150447.136000', '150447.139000', '150447.142000', '150447.144000', '150447.147000', '150447.150000', '150447.153000', '150447.156000', '150447.159000', '150447.162000', '150447.165000', '150447.167000', '150447.170000', '150447.173000', '150447.176000', '150447.179000', '150447.182000', '150447.185000', '150447.188000', '150447.191000', '150447.193000', '150447.196000', '150447.199000', '150447.202000', '150447.205000', '150447.208000', '150447.211000', '150447.213000', '150447.216000', '150447.219000', '150447.222000', '150447.225000', '150447.228000', '150507.107000', '150507.110000', '150507.113000', '150507.116000', '150507.119000', '150507.121000', '150507.124000', '150507.127000', '150507.130000', '150507.133000', '150507.136000', '150507.139000', '150507.142000', '150507.144000', '150507.147000', '150507.150000', '150507.153000', '150507.156000', '150507.159000', '150507.162000', '150507.165000', '150507.167000', '150507.170000', '150507.173000', '150507.176000', '150507.179000', '150507.182000', '150507.185000', '150507.187000', '150507.190000', '150507.193000', '150507.196000', '150507.199000', '150507.202000', '150507.204000', '150507.207000', '150507.210000', '150507.213000', '150507.216000', '150507.219000', '150507.222000', '150507.225000', '150507.227000', '150507.230000', '150527.106000', '150527.109000', '150527.112000', '150527.115000', '150527.118000', '150527.121000', '150527.124000', '150527.128000', '150527.131000', '150527.134000', '150527.137000', '150527.140000', '150527.143000', '150527.146000', '150527.149000', '150527.152000', '150527.155000', '150527.158000', '150527.160000', '150527.163000', '150527.166000', '150527.169000', '150527.172000', '150527.175000', '150527.178000', '150527.181000', '150527.183000', '150527.186000', '150527.189000', '150527.192000', '150527.195000', '150527.198000', '150527.201000', '150527.204000', '150527.207000', '150527.209000', '150527.212000', '150527.215000', '150527.218000', '150527.221000', '150527.224000', '150527.226000', '150527.229000', '150547.106000', '150547.109000', '150547.112000', '150547.115000', '150547.118000', '150547.121000', '150547.123000', '150547.126000', '150547.129000', '150547.132000', '150547.135000', '150547.137000', '150547.140000', '150547.143000', '150547.146000', '150547.149000', '150547.151000', '150547.154000', '150547.157000', '150547.160000', '150547.163000', '150547.166000', '150547.169000', '150547.171000', '150547.174000', '150547.177000', '150547.180000', '150547.183000', '150547.186000', '150547.189000', '150547.192000', '150547.195000', '150547.197000', '150547.200000', '150547.203000', '150547.206000', '150547.209000', '150547.212000', '150547.215000', '150547.218000', '150547.221000', '150547.223000', '150547.231000', '150547.234000', '150607.106000', '150607.109000', '150607.112000', '150607.115000', '150607.118000', '150607.121000', '150607.124000', '150607.127000', '150607.130000', '150607.133000', '150607.136000', '150607.139000', '150607.142000', '150607.145000', '150607.148000', '150607.151000', '150607.153000', '150607.156000', '150607.184000', '150607.187000', '150607.190000', '150607.192000', '150607.202000', '150607.205000', '150607.208000', '150607.210000', '150607.213000', '150607.216000', '150607.219000', '150607.222000', '150607.225000', '150607.227000', '150607.230000', '150607.233000', '150607.236000', '150607.239000', '150607.242000', '150607.244000', '150607.247000', '150607.250000', '150607.253000', '150607.256000', '150607.259000', '150627.107000', '150627.111000', '150627.114000', '150627.116000', '150627.119000', '150627.122000', '150627.125000', '150627.128000', '150627.131000', '150627.134000', '150627.137000', '150627.140000', '150627.142000', '150627.145000', '150627.148000', '150627.151000', '150627.154000', '150627.157000', '150627.160000', '150627.163000', '150627.165000', '150627.168000', '150627.171000', '150627.174000', '150627.177000', '150627.180000', '150627.183000', '150627.185000', '150627.188000', '150627.191000', '150627.194000', '150627.197000', '150627.200000', '150627.203000', '150627.206000', '150627.208000', '150627.211000', '150627.214000', '150627.217000', '150627.220000', '150627.223000', '150627.226000', '150627.228000', '150627.231000', '150647.107000', '150647.110000', '150647.113000', '150647.116000', '150647.119000', '150647.122000', '150647.124000', '150647.130000', '150647.132000', '150647.135000', '150647.138000', '150647.141000', '150647.144000', '150647.147000', '150647.150000', '150647.153000', '150647.156000', '150647.159000', '150647.162000', '150647.165000', '150647.168000', '150647.171000', '150647.173000', '150647.176000', '150647.179000', '150647.182000', '150647.185000', '150647.188000', '150647.190000', '150647.193000', '150647.196000', '150647.199000', '150647.202000', '150647.205000', '150647.208000', '150647.210000', '150647.213000', '150647.216000', '150647.219000', '150647.226000', '150647.228000', '150647.231000', '150647.234000', '150707.107000', '150707.110000', '150707.113000', '150707.116000', '150707.119000', '150707.121000', '150707.124000', '150707.127000', '150707.130000', '150707.133000', '150707.136000', '150707.139000', '150707.142000', '150707.144000', '150707.147000', '150707.150000', '150707.153000', '150707.156000', '150707.159000', '150707.162000', '150707.165000', '150707.167000', '150707.170000', '150707.173000', '150707.176000', '150707.179000', '150707.182000', '150707.185000', '150707.188000', '150707.190000', '150707.193000', '150707.196000', '150707.199000', '150707.202000', '150707.205000', '150707.208000', '150707.211000', '150707.213000', '150707.216000', '150707.219000', '150707.222000', '150707.225000', '150707.228000', '150707.230000', '150727.107000', '150727.110000', '150727.113000', '150727.116000', '150727.119000', '150727.122000', '150727.125000', '150727.128000', '150727.131000', '150727.133000', '150727.136000', '150727.139000', '150727.142000', '150727.145000', '150727.148000', '150727.151000', '150727.154000', '150727.156000', '150727.160000', '150727.162000', '150727.165000', '150727.170000', '150727.173000', '150727.176000', '150727.180000', '150727.182000', '150727.185000', '150727.188000', '150727.191000', '150727.204000', '150727.207000', '150727.210000', '150727.213000', '150727.215000', '150727.218000', '150727.221000', '150727.224000', '150727.227000', '150727.230000', '150727.233000', '150727.236000', '150727.238000', '150727.241000', '150747.106000', '150747.109000', '150747.112000', '150747.115000', '150747.118000', '150747.121000', '150747.123000', '150747.126000', '150747.129000', '150747.132000', '150747.135000', '150747.138000', '150747.141000', '150747.144000', '150747.146000', '150747.149000', '150747.152000', '150747.155000', '150747.158000', '150747.161000', '150747.164000', '150747.166000', '150747.169000', '150747.172000', '150747.175000', '150747.178000', '150747.181000', '150747.184000', '150747.186000', '150747.189000', '150747.192000', '150747.195000', '150747.198000', '150747.201000', '150747.204000', '150747.206000', '150747.209000', '150747.212000', '150747.215000', '150747.218000', '150747.221000', '150747.223000', '150747.226000', '150747.229000', '150807.106000', '150807.109000', '150807.112000', '150807.115000', '150807.117000', '150807.120000', '150807.123000', '150807.126000', '150807.129000', '150807.132000', '150807.135000', '150807.138000', '150807.140000', '150807.144000', '150807.147000', '150807.149000', '150807.152000', '150807.155000', '150807.158000', '150807.161000', '150807.164000', '150807.167000', '150807.169000', '150807.172000', '150807.175000', '150807.178000', '150807.181000', '150807.184000', '150807.187000', '150807.189000', '150807.192000', '150807.195000', '150807.198000', '150807.202000', '150807.204000', '150807.207000', '150807.210000', '150807.213000', '150807.216000', '150807.219000', '150807.222000', '150807.224000', '150807.227000', '150809.109000', '150809.113000', '150809.115000', '150809.118000', '150809.127000'], 'InstanceCreationTime': ['150127.142000', '150127.145000', '150127.153000', '150127.156000', '150127.159000', '150127.178000', '150127.181000', '150127.184000', '150127.187000', '150127.190000', '150127.193000', '150127.196000', '150127.199000', '150127.215000', '150127.226000', '150127.229000', '150127.232000', '150127.235000', '150127.238000', '150127.240000', '150127.243000', '150127.246000', '150127.249000', '150127.252000', '150127.255000', '150127.258000', '150127.261000', '150127.264000', '150127.267000', '150127.269000', '150127.272000', '150127.275000', '150127.278000', '150127.281000', '150127.284000', '150127.287000', '150127.290000', '150127.293000', '150127.296000', '150127.298000', '150147.107000', '150147.110000', '150147.113000', '150147.116000', '150147.119000', '150147.121000', '150147.124000', '150147.127000', '150147.130000', '150147.133000', '150147.136000', '150147.138000', '150147.141000', '150147.144000', '150147.147000', '150147.150000', '150147.153000', '150147.155000', '150147.158000', '150147.161000', '150147.164000', '150147.167000', '150147.170000', '150147.173000', '150147.175000', '150147.178000', '150147.181000', '150147.184000', '150147.187000', '150147.189000', '150147.192000', '150147.195000', '150147.198000', '150147.201000', '150147.204000', '150147.206000', '150147.209000', '150147.212000', '150147.215000', '150147.218000', '150147.221000', '150147.223000', '150147.226000', '150207.107000', '150207.114000', '150207.117000', '150207.120000', '150207.123000', '150207.126000', '150207.128000', '150207.131000', '150207.134000', '150207.137000', '150207.140000', '150207.143000', '150207.146000', '150207.148000', '150207.151000', '150207.154000', '150207.157000', '150207.160000', '150207.163000', '150207.165000', '150207.168000', '150207.171000', '150207.174000', '150207.177000', '150207.180000', '150207.182000', '150207.185000', '150207.188000', '150207.191000', '150207.194000', '150207.197000', '150207.199000', '150207.202000', '150207.205000', '150207.208000', '150207.211000', '150207.213000', '150207.216000', '150207.219000', '150207.222000', '150207.225000', '150207.227000', '150207.230000', '150207.233000', '150227.107000', '150227.110000', '150227.113000', '150227.116000', '150227.119000', '150227.121000', '150227.124000', '150227.127000', '150227.130000', '150227.133000', '150227.136000', '150227.138000', '150227.141000', '150227.144000', '150227.147000', '150227.150000', '150227.153000', '150227.156000', '150227.159000', '150227.161000', '150227.164000', '150227.167000', '150227.170000', '150227.173000', '150227.176000', '150227.178000', '150227.181000', '150227.184000', '150227.187000', '150227.191000', '150227.194000', '150227.197000', '150227.200000', '150227.203000', '150227.206000', '150227.208000', '150227.211000', '150227.214000', '150227.217000', '150227.220000', '150227.223000', '150227.225000', '150227.229000', '150247.107000', '150247.110000', '150247.112000', '150247.116000', '150247.118000', '150247.121000', '150247.124000', '150247.127000', '150247.130000', '150247.133000', '150247.135000', '150247.138000', '150247.141000', '150247.144000', '150247.147000', '150247.150000', '150247.153000', '150247.156000', '150247.158000', '150247.162000', '150247.164000', '150247.167000', '150247.170000', '150247.173000', '150247.176000', '150247.179000', '150247.181000', '150247.184000', '150247.187000', '150247.190000', '150247.193000', '150247.196000', '150247.199000', '150247.202000', '150247.204000', '150247.207000', '150247.210000', '150247.213000', '150247.216000', '150247.219000', '150247.221000', '150247.224000', '150247.227000', '150247.230000', '150307.106000', '150307.109000', '150307.112000', '150307.115000', '150307.118000', '150307.121000', '150307.123000', '150307.126000', '150307.129000', '150307.132000', '150307.135000', '150307.138000', '150307.153000', '150307.156000', '150307.159000', '150307.162000', '150307.165000', '150307.167000', '150307.170000', '150307.173000', '150307.176000', '150307.179000', '150307.182000', '150307.184000', '150307.187000', '150307.190000', '150307.193000', '150307.196000', '150307.199000', '150307.202000', '150307.204000', '150307.207000', '150307.210000', '150307.213000', '150307.216000', '150307.219000', '150307.221000', '150307.224000', '150307.227000', '150307.230000', '150307.233000', '150307.236000', '150307.239000', '150327.106000', '150327.109000', '150327.112000', '150327.115000', '150327.118000', '150327.120000', '150327.129000', '150327.132000', '150327.135000', '150327.138000', '150327.141000', '150327.144000', '150327.146000', '150327.149000', '150327.152000', '150327.155000', '150327.158000', '150327.161000', '150327.164000', '150327.166000', '150327.169000', '150327.172000', '150327.175000', '150327.178000', '150327.181000', '150327.183000', '150327.186000', '150327.189000', '150327.192000', '150327.195000', '150327.198000', '150327.201000', '150327.203000', '150327.206000', '150327.209000', '150327.212000', '150327.215000', '150327.217000', '150327.220000', '150327.223000', '150327.226000', '150327.229000', '150327.232000', '150327.235000', '150347.106000', '150347.109000', '150347.112000', '150347.115000', '150347.118000', '150347.120000', '150347.123000', '150347.126000', '150347.129000', '150347.132000', '150347.135000', '150347.138000', '150347.140000', '150347.143000', '150347.146000', '150347.149000', '150347.152000', '150347.155000', '150347.157000', '150347.160000', '150347.163000', '150347.166000', '150347.169000', '150347.172000', '150347.175000', '150347.178000', '150347.180000', '150347.183000', '150347.186000', '150347.189000', '150347.192000', '150347.195000', '150347.198000', '150347.200000', '150347.203000', '150347.206000', '150347.209000', '150347.212000', '150347.215000', '150347.217000', '150347.220000', '150347.223000', '150347.227000', '150407.107000', '150407.110000', '150407.113000', '150407.116000', '150407.119000', '150407.122000', '150407.124000', '150407.127000', '150407.130000', '150407.133000', '150407.136000', '150407.139000', '150407.141000', '150407.144000', '150407.147000', '150407.150000', '150407.153000', '150407.156000', '150407.159000', '150407.162000', '150407.164000', '150407.167000', '150407.170000', '150407.173000', '150407.176000', '150407.179000', '150407.182000', '150407.194000', '150407.197000', '150407.200000', '150407.203000', '150407.205000', '150407.208000', '150407.211000', '150407.214000', '150407.217000', '150407.220000', '150407.223000', '150407.225000', '150407.228000', '150407.231000', '150407.234000', '150407.237000', '150407.240000', '150427.107000', '150427.110000', '150427.113000', '150427.116000', '150427.119000', '150427.122000', '150427.124000', '150427.127000', '150427.130000', '150427.133000', '150427.136000', '150427.139000', '150427.142000', '150427.144000', '150427.147000', '150427.150000', '150427.153000', '150427.156000', '150427.159000', '150427.162000', '150427.164000', '150427.167000', '150427.170000', '150427.173000', '150427.176000', '150427.179000', '150427.181000', '150427.184000', '150427.187000', '150427.190000', '150427.193000', '150427.196000', '150427.199000', '150427.202000', '150427.205000', '150427.207000', '150427.210000', '150427.213000', '150427.216000', '150427.219000', '150427.222000', '150427.225000', '150427.227000', '150447.107000', '150447.110000', '150447.113000', '150447.116000', '150447.119000', '150447.121000', '150447.124000', '150447.127000', '150447.130000', '150447.133000', '150447.136000', '150447.139000', '150447.142000', '150447.144000', '150447.147000', '150447.150000', '150447.153000', '150447.156000', '150447.159000', '150447.162000', '150447.165000', '150447.167000', '150447.170000', '150447.173000', '150447.176000', '150447.179000', '150447.182000', '150447.185000', '150447.188000', '150447.191000', '150447.193000', '150447.196000', '150447.199000', '150447.202000', '150447.205000', '150447.208000', '150447.211000', '150447.213000', '150447.216000', '150447.219000', '150447.222000', '150447.225000', '150447.228000', '150507.107000', '150507.110000', '150507.113000', '150507.116000', '150507.119000', '150507.121000', '150507.124000', '150507.127000', '150507.130000', '150507.133000', '150507.136000', '150507.139000', '150507.142000', '150507.144000', '150507.147000', '150507.150000', '150507.153000', '150507.156000', '150507.159000', '150507.162000', '150507.165000', '150507.167000', '150507.170000', '150507.173000', '150507.176000', '150507.179000', '150507.182000', '150507.185000', '150507.187000', '150507.190000', '150507.193000', '150507.196000', '150507.199000', '150507.202000', '150507.204000', '150507.207000', '150507.210000', '150507.213000', '150507.216000', '150507.219000', '150507.222000', '150507.225000', '150507.227000', '150507.230000', '150527.106000', '150527.109000', '150527.112000', '150527.115000', '150527.118000', '150527.121000', '150527.124000', '150527.128000', '150527.131000', '150527.134000', '150527.137000', '150527.140000', '150527.143000', '150527.146000', '150527.149000', '150527.152000', '150527.155000', '150527.158000', '150527.160000', '150527.163000', '150527.166000', '150527.169000', '150527.172000', '150527.175000', '150527.178000', '150527.181000', '150527.183000', '150527.186000', '150527.189000', '150527.192000', '150527.195000', '150527.198000', '150527.201000', '150527.204000', '150527.207000', '150527.209000', '150527.212000', '150527.215000', '150527.218000', '150527.221000', '150527.224000', '150527.226000', '150527.229000', '150547.106000', '150547.109000', '150547.112000', '150547.115000', '150547.118000', '150547.121000', '150547.123000', '150547.126000', '150547.129000', '150547.132000', '150547.135000', '150547.137000', '150547.140000', '150547.143000', '150547.146000', '150547.149000', '150547.151000', '150547.154000', '150547.157000', '150547.160000', '150547.163000', '150547.166000', '150547.169000', '150547.171000', '150547.174000', '150547.177000', '150547.180000', '150547.183000', '150547.186000', '150547.189000', '150547.192000', '150547.195000', '150547.197000', '150547.200000', '150547.203000', '150547.206000', '150547.209000', '150547.212000', '150547.215000', '150547.218000', '150547.221000', '150547.223000', '150547.231000', '150547.234000', '150607.106000', '150607.109000', '150607.112000', '150607.115000', '150607.118000', '150607.121000', '150607.124000', '150607.127000', '150607.130000', '150607.133000', '150607.136000', '150607.139000', '150607.142000', '150607.145000', '150607.148000', '150607.151000', '150607.153000', '150607.156000', '150607.184000', '150607.187000', '150607.190000', '150607.192000', '150607.202000', '150607.205000', '150607.208000', '150607.210000', '150607.213000', '150607.216000', '150607.219000', '150607.222000', '150607.225000', '150607.227000', '150607.230000', '150607.233000', '150607.236000', '150607.239000', '150607.242000', '150607.244000', '150607.247000', '150607.250000', '150607.253000', '150607.256000', '150607.259000', '150627.107000', '150627.111000', '150627.114000', '150627.116000', '150627.119000', '150627.122000', '150627.125000', '150627.128000', '150627.131000', '150627.134000', '150627.137000', '150627.140000', '150627.142000', '150627.145000', '150627.148000', '150627.151000', '150627.154000', '150627.157000', '150627.160000', '150627.163000', '150627.165000', '150627.168000', '150627.171000', '150627.174000', '150627.177000', '150627.180000', '150627.183000', '150627.185000', '150627.188000', '150627.191000', '150627.194000', '150627.197000', '150627.200000', '150627.203000', '150627.206000', '150627.208000', '150627.211000', '150627.214000', '150627.217000', '150627.220000', '150627.223000', '150627.226000', '150627.228000', '150627.231000', '150647.107000', '150647.110000', '150647.113000', '150647.116000', '150647.119000', '150647.122000', '150647.124000', '150647.130000', '150647.132000', '150647.135000', '150647.138000', '150647.141000', '150647.144000', '150647.147000', '150647.150000', '150647.153000', '150647.156000', '150647.159000', '150647.162000', '150647.165000', '150647.168000', '150647.171000', '150647.173000', '150647.176000', '150647.179000', '150647.182000', '150647.185000', '150647.188000', '150647.190000', '150647.193000', '150647.196000', '150647.199000', '150647.202000', '150647.205000', '150647.208000', '150647.210000', '150647.213000', '150647.216000', '150647.219000', '150647.226000', '150647.228000', '150647.231000', '150647.234000', '150707.107000', '150707.110000', '150707.113000', '150707.116000', '150707.119000', '150707.121000', '150707.124000', '150707.127000', '150707.130000', '150707.133000', '150707.136000', '150707.139000', '150707.142000', '150707.144000', '150707.147000', '150707.150000', '150707.153000', '150707.156000', '150707.159000', '150707.162000', '150707.165000', '150707.167000', '150707.170000', '150707.173000', '150707.176000', '150707.179000', '150707.182000', '150707.185000', '150707.188000', '150707.190000', '150707.193000', '150707.196000', '150707.199000', '150707.202000', '150707.205000', '150707.208000', '150707.211000', '150707.213000', '150707.216000', '150707.219000', '150707.222000', '150707.225000', '150707.228000', '150707.230000', '150727.107000', '150727.110000', '150727.113000', '150727.116000', '150727.119000', '150727.122000', '150727.125000', '150727.128000', '150727.131000', '150727.133000', '150727.136000', '150727.139000', '150727.142000', '150727.145000', '150727.148000', '150727.151000', '150727.154000', '150727.156000', '150727.160000', '150727.162000', '150727.165000', '150727.170000', '150727.173000', '150727.176000', '150727.180000', '150727.182000', '150727.185000', '150727.188000', '150727.191000', '150727.204000', '150727.207000', '150727.210000', '150727.213000', '150727.215000', '150727.218000', '150727.221000', '150727.224000', '150727.227000', '150727.230000', '150727.233000', '150727.236000', '150727.238000', '150727.241000', '150747.106000', '150747.109000', '150747.112000', '150747.115000', '150747.118000', '150747.121000', '150747.123000', '150747.126000', '150747.129000', '150747.132000', '150747.135000', '150747.138000', '150747.141000', '150747.144000', '150747.146000', '150747.149000', '150747.152000', '150747.155000', '150747.158000', '150747.161000', '150747.164000', '150747.166000', '150747.169000', '150747.172000', '150747.175000', '150747.178000', '150747.181000', '150747.184000', '150747.186000', '150747.189000', '150747.192000', '150747.195000', '150747.198000', '150747.201000', '150747.204000', '150747.206000', '150747.209000', '150747.212000', '150747.215000', '150747.218000', '150747.221000', '150747.223000', '150747.226000', '150747.229000', '150807.106000', '150807.109000', '150807.112000', '150807.115000', '150807.117000', '150807.120000', '150807.123000', '150807.126000', '150807.129000', '150807.132000', '150807.135000', '150807.138000', '150807.140000', '150807.144000', '150807.147000', '150807.149000', '150807.152000', '150807.155000', '150807.158000', '150807.161000', '150807.164000', '150807.167000', '150807.169000', '150807.172000', '150807.175000', '150807.178000', '150807.181000', '150807.184000', '150807.187000', '150807.189000', '150807.192000', '150807.195000', '150807.198000', '150807.202000', '150807.204000', '150807.207000', '150807.210000', '150807.213000', '150807.216000', '150807.219000', '150807.222000', '150807.224000', '150807.227000', '150809.109000', '150809.113000', '150809.115000', '150809.118000', '150809.127000'], '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': [10731, 15485, 11321, 17171, 11008, 15986, 10745, 13884, 11749, 16505, 12340, 18292, 13313, 10577, 11539, 10325, 14184, 10914, 17314, 10879, 18293, 11816, 10517, 12125, 10903, 16163, 10135, 17563, 12196, 17693, 11038, 10442, 11074, 9930, 14836, 9986, 17600, 10935, 17810, 10296, 16563, 10977, 12113, 13213, 10220, 15479, 10053, 16055, 10281, 18433, 11660, 14443, 12672, 10046, 14165, 10533, 15826, 10238, 17734, 12617, 19514, 12823, 10354, 11591, 9863, 14238, 11414, 17830, 12735, 14402, 11208, 10054, 11914, 10049, 15977, 10572, 17940, 11026, 13594, 11238, 10062, 15711, 10213, 18134, 11908, 16759, 11102, 10311, 12394, 11180, 15979, 9993, 16281, 11224, 18004, 13180, 10159, 12242, 10238, 12971, 10326, 15626, 11651, 17855, 12689, 18244, 11038, 10022, 11205, 9901, 14130, 11384, 16744, 10034, 16951, 11698, 19444, 11987, 10523, 11333, 9913, 12998, 9937, 15418, 9833, 15968, 10008, 16169, 10222, 10183, 10941, 10525, 14901, 10996, 17382, 11591, 18287, 10830, 16322, 12507, 10912, 13812, 10765, 18296, 14681, 12609, 13502, 10913, 15512, 11415, 19250, 13904, 18708, 13538, 10949, 12512, 10754, 16220, 11461, 15255, 12450, 10679, 16395, 10459, 14753, 11793, 10877, 14812, 11778, 16876, 11624, 16540, 10963, 17100, 12472, 11258, 11888, 11455, 15021, 11203, 17555, 11678, 15974, 11611, 12161, 12836, 10979, 15042, 11032, 12095, 11714, 10802, 11887, 10804, 15408, 11207, 17398, 10953, 10580, 11608, 11019, 14508, 10695, 17947, 11130, 16634, 11100, 10354, 11753, 10612, 12843, 10522, 13940, 10893, 15449, 10589, 15322, 10778, 16242, 11404, 18459, 11918, 10363, 12949, 11060, 15584, 10920, 16817, 12829, 19244, 13038, 10869, 13175, 10830, 16802, 11052, 17367, 11776, 18413, 10842, 11724, 11285, 10277, 11710, 10743, 13628, 10456, 16978, 11222, 16676, 11099, 17014, 12212, 18307, 11974, 18639, 11500, 17037, 10890, 16517, 11149, 14061, 11633, 11126, 13269, 10723, 13798, 10632, 15532, 10706, 17425, 11507, 17455, 12693, 16602, 11205, 11965, 11423, 12781, 11792, 10282, 15888, 10842, 12368, 11118, 11113, 13128, 11211, 13695, 11159, 15422, 10826, 14644, 11068, 15187, 12563, 16358, 12812, 16844, 11340, 15226, 10320, 13026, 10085, 13207, 11739, 9335, 14403, 9506, 15792, 11683, 10919, 14454, 12798, 17811, 11053, 22706, 17006, 12858, 10294, 11191, 8617, 15237, 13374, 11929, 19143, 10999, 19484, 12064, 17534, 12263, 17553, 12955, 19309, 13536, 19888, 13842, 14698, 13393, 10002, 16121, 10113, 16898, 10778, 17924, 11284, 8980, 12892, 9172, 16317, 11219, 19490, 11718, 10009, 12515, 10491, 14723, 9436, 18427, 12794, 8368, 12582, 8723, 10899, 11214, 9314, 8588, 12545, 9586, 8660, 10442, 12899, 11172, 8985, 14605, 11088, 13773, 16672, 12880, 18292, 13417, 19398, 15194, 18831, 14581, 13354, 16598, 11135, 19149, 13851, 10394, 15630, 11410, 17900, 12537, 10025, 15218, 11014, 19373, 11785, 9344, 13073, 9402, 16165, 11620, 9743, 13124, 10098, 13203, 11316, 8231, 14932, 10395, 12432, 11977, 9558, 17015, 10522, 8622, 12837, 8539, 16857, 11080, 17480, 14066, 12434, 14456, 8829, 18784, 11553, 12407, 13500, 11353, 14904, 11231, 16874, 10763, 19015, 11487, 13417, 12466, 10197, 15191, 10001, 18304, 13486, 14533, 11784, 9395, 14302, 9509, 17309, 11692, 22490, 14196, 9916, 13976, 9360, 17373, 11799, 18658, 12443, 20100, 13825, 12291, 14567, 8945, 18679, 11018, 12556, 12775, 11160, 14249, 9906, 18362, 10734, 13834, 11617, 10191, 14248, 10836, 16809, 11186, 20124, 12103, 13257, 12025, 9711, 16646, 10561, 16650, 10459, 18804, 12439, 11317, 11934, 9591, 16064, 10460, 15960, 11329, 14088, 10110, 14073, 9804, 17114, 10880, 15291, 10464, 11655, 11795, 14445, 12608, 15025, 14291, 10068, 17826, 10532, 16029, 11830, 15946, 12689, 19880, 12534, 20338, 13237, 15227, 13481, 9139, 13809, 8755, 16089, 10833, 17677, 12222, 18707, 14209, 10147, 13998, 8945, 16522, 10374, 15425, 12630, 13141, 15932, 9766, 17694, 10672, 19552, 12723, 20390, 13435, 20845, 14103, 13021, 13586, 8791, 14413, 9687, 17731, 10281, 16707, 11868, 16699, 13623, 18364, 11760, 9707, 11817, 9393, 16677, 10923, 16779, 11208, 19725, 10457, 10023, 12215, 9638, 15357, 9463, 19452, 11793, 9115, 12876, 8913, 16487, 9667, 17723, 13077, 20775, 12173, 13429, 11393, 13023, 12084, 14029, 11972, 15147, 13522, 9831, 15876, 9158, 16256, 10310, 18488, 12103, 16600, 13115, 9764, 13222, 9396, 15554, 9678, 16461, 9925, 18145, 12473, 15640, 10453, 8921, 13521, 8793, 17031, 13178, 11253, 12076, 9527, 14508, 9364, 17017, 11323, 21381, 12671, 10224, 12880, 10118, 14363, 10188, 16801, 10557, 20686, 10777, 8732, 12905, 8622, 16807, 12931, 12823, 12385, 9173, 16176, 9496, 17817, 12471, 19945, 13876, 10031, 13301, 9441, 16736, 11942, 19961, 14157, 11070, 13215, 9297, 15875, 10840, 17282, 12488, 20305, 13851, 10663, 12109, 9641, 14244, 9248, 16357, 10978, 20441, 11953, 9049, 12379, 8772, 16121, 10617, 21228, 13640, 9641, 15624, 10044, 8608, 14921, 10589, 15743, 11908, 11730, 16037, 9111, 16258, 10277, 16951, 11663, 18151, 13805, 12931, 12444, 9274, 16075, 10706, 10202, 14127, 9278, 17265, 12154, 10490, 12326, 9011, 16885, 10815, 17910, 12385, 17948, 12656, 13033, 14281, 10289, 16443, 10557, 8817, 14690, 10785, 16968, 13033, 22333, 18181, 13421, 18141, 11213, 15832, 10382, 14329, 9924, 12961, 10130, 12262, 11173, 12296, 13683, 13205, 15228, 13951, 14963, 14720, 12282, 16129, 10802, 17757, 11648, 18040, 11795, 11258, 11553, 9000, 14086, 9351, 14630, 9585, 16817, 11593, 17778, 10529, 16641, 10742, 18231, 11781, 19195, 12601, 13773, 12912, 8743, 13054, 8366, 15292, 11048, 19648, 12703, 12665, 14923, 9165, 16164, 9629, 19577, 12181, 16805, 13236, 14582, 14116, 10220, 15984, 9421, 16279, 9506, 17456, 12440, 21648, 14603, 12236, 11873, 10121, 14663, 10529, 16363, 9823, 19409, 10901, 14315, 11934, 10824, 14199, 10680, 17239, 9488, 18868, 10210, 19455, 12950, 17580, 14077, 14752, 14736, 10277, 16443, 9347, 17616, 11439, 20442, 13013, 13319, 14769, 9274, 20558, 10521, 8466, 15399, 9857, 18130, 11749, 17771, 14763, 16634, 12504, 9538, 14656, 9391, 18074, 11013, 18933, 15077, 16312, 11594, 9125, 13748, 9265, 17718, 12874, 19482, 14790, 10648, 15431, 10314, 20501, 13120, 13110, 12960, 10373, 17212, 10856, 21462, 10922, 8535, 14787, 9178, 17861, 12991, 21459, 14777, 10724, 14336, 10147, 20754, 12584, 17220, 13879, 11337, 17602, 10314, 18232, 11701, 9721, 14684, 9678, 17686, 11555, 20637, 15311, 10079, 13980, 9428, 17642, 12648, 20865], 'WindowCenter': [4807.0, 4821.0, 4778.0, 4802.0, 4755.0, 4792.0, 4755.0, 4770.0, 4764.0, 4792.0, 4759.0, 4787.0, 4761.0, 4728.0, 4740.0, 4726.0, 4770.0, 4737.0, 4791.0, 4739.0, 4787.0, 4750.0, 4738.0, 4750.0, 4744.0, 4778.0, 4729.0, 4791.0, 4753.0, 4782.0, 4739.0, 4732.0, 4733.0, 4729.0, 4767.0, 4727.0, 4789.0, 4740.0, 4788.0, 4728.0, 4778.0, 4741.0, 4748.0, 4759.0, 4733.0, 4781.0, 4729.0, 4779.0, 4729.0, 4788.0, 4753.0, 4773.0, 4763.0, 4730.0, 4772.0, 4727.0, 4778.0, 4731.0, 4776.0, 4752.0, 4790.0, 4757.0, 4721.0, 4734.0, 4718.0, 4760.0, 4740.0, 4790.0, 4760.0, 4766.0, 4737.0, 4718.0, 4752.0, 4728.0, 4775.0, 4739.0, 4790.0, 4739.0, 4756.0, 4742.0, 4728.0, 4777.0, 4728.0, 4791.0, 4751.0, 4775.0, 4736.0, 4726.0, 4756.0, 4738.0, 4772.0, 4727.0, 4778.0, 4754.0, 4790.0, 4759.0, 4730.0, 4747.0, 4727.0, 4753.0, 4729.0, 4767.0, 4741.0, 4785.0, 4761.0, 4791.0, 4738.0, 4725.0, 4737.0, 4729.0, 4765.0, 4751.0, 4777.0, 4733.0, 4783.0, 4749.0, 4796.0, 4754.0, 4736.0, 4737.0, 4727.0, 4760.0, 4729.0, 4776.0, 4729.0, 4777.0, 4729.0, 4778.0, 4745.0, 4739.0, 4749.0, 4753.0, 4792.0, 4765.0, 4803.0, 4763.0, 4806.0, 4766.0, 4803.0, 4773.0, 4754.0, 4772.0, 4752.0, 4802.0, 4780.0, 4759.0, 4761.0, 4741.0, 4768.0, 4748.0, 4787.0, 4768.0, 4784.0, 4756.0, 4727.0, 4745.0, 4740.0, 4777.0, 4748.0, 4772.0, 4749.0, 4732.0, 4776.0, 4727.0, 4756.0, 4737.0, 4728.0, 4760.0, 4737.0, 4775.0, 4737.0, 4769.0, 4727.0, 4771.0, 4747.0, 4727.0, 4737.0, 4736.0, 4761.0, 4739.0, 4776.0, 4740.0, 4768.0, 4740.0, 4746.0, 4751.0, 4726.0, 4765.0, 4740.0, 4747.0, 4751.0, 4739.0, 4747.0, 4742.0, 4783.0, 4739.0, 4786.0, 4736.0, 4739.0, 4748.0, 4740.0, 4770.0, 4740.0, 4790.0, 4741.0, 4782.0, 4737.0, 4729.0, 4749.0, 4740.0, 4759.0, 4737.0, 4767.0, 4738.0, 4777.0, 4742.0, 4778.0, 4740.0, 4788.0, 4751.0, 4797.0, 4762.0, 4742.0, 4770.0, 4755.0, 4780.0, 4750.0, 4791.0, 4766.0, 4797.0, 4760.0, 4737.0, 4760.0, 4739.0, 4790.0, 4751.0, 4788.0, 4749.0, 4790.0, 4738.0, 4747.0, 4749.0, 4729.0, 4748.0, 4748.0, 4771.0, 4742.0, 4791.0, 4753.0, 4790.0, 4752.0, 4791.0, 4763.0, 4790.0, 4751.0, 4786.0, 4740.0, 4776.0, 4742.0, 4776.0, 4733.0, 4756.0, 4747.0, 4741.0, 4757.0, 4738.0, 4768.0, 4737.0, 4776.0, 4738.0, 4779.0, 4754.0, 4775.0, 4760.0, 4775.0, 4738.0, 4741.0, 4737.0, 4746.0, 4748.0, 4728.0, 4777.0, 4739.0, 4757.0, 4750.0, 4750.0, 4775.0, 4753.0, 4776.0, 4750.0, 4782.0, 4739.0, 4773.0, 4742.0, 4807.0, 4774.0, 4789.0, 4762.0, 4790.0, 4741.0, 4791.0, 4754.0, 4783.0, 4760.0, 4782.0, 4764.0, 4729.0, 4777.0, 4728.0, 4777.0, 4758.0, 4743.0, 4779.0, 4759.0, 4787.0, 4749.0, 4807.0, 4782.0, 4757.0, 4737.0, 4747.0, 4707.0, 4777.0, 4756.0, 4751.0, 4784.0, 4736.0, 4788.0, 4745.0, 4773.0, 4750.0, 4771.0, 4748.0, 4773.0, 4747.0, 4775.0, 4740.0, 4745.0, 4730.0, 4713.0, 4760.0, 4715.0, 4758.0, 4717.0, 4756.0, 4711.0, 4685.0, 4735.0, 4690.0, 4763.0, 4725.0, 4770.0, 4736.0, 4712.0, 4732.0, 4722.0, 4748.0, 4709.0, 4787.0, 4743.0, 4693.0, 4755.0, 4705.0, 4749.0, 4751.0, 4736.0, 4717.0, 4774.0, 4741.0, 4728.0, 4764.0, 4768.0, 4748.0, 4731.0, 4790.0, 4760.0, 4770.0, 4798.0, 4782.0, 4813.0, 4783.0, 4813.0, 4784.0, 4782.0, 4771.0, 4743.0, 4762.0, 4721.0, 4775.0, 4741.0, 4709.0, 4749.0, 4715.0, 4754.0, 4725.0, 4695.0, 4747.0, 4706.0, 4767.0, 4714.0, 4700.0, 4739.0, 4697.0, 4757.0, 4727.0, 4718.0, 4746.0, 4718.0, 4753.0, 4735.0, 4697.0, 4771.0, 4744.0, 4764.0, 4755.0, 4730.0, 4783.0, 4747.0, 4723.0, 4770.0, 4721.0, 4793.0, 4758.0, 4797.0, 4779.0, 4765.0, 4774.0, 4731.0, 4804.0, 4766.0, 4766.0, 4780.0, 4746.0, 4790.0, 4759.0, 4803.0, 4755.0, 4795.0, 4746.0, 4763.0, 4754.0, 4738.0, 4773.0, 4739.0, 4797.0, 4764.0, 4782.0, 4762.0, 4716.0, 4773.0, 4725.0, 4793.0, 4759.0, 4805.0, 4764.0, 4725.0, 4776.0, 4728.0, 4793.0, 4759.0, 4799.0, 4765.0, 4807.0, 4779.0, 4751.0, 4773.0, 4715.0, 4797.0, 4753.0, 4768.0, 4777.0, 4760.0, 4794.0, 4737.0, 4808.0, 4751.0, 4778.0, 4756.0, 4738.0, 4778.0, 4760.0, 4798.0, 4749.0, 4805.0, 4768.0, 4770.0, 4776.0, 4729.0, 4803.0, 4745.0, 4799.0, 4750.0, 4794.0, 4764.0, 4746.0, 4765.0, 4725.0, 4788.0, 4738.0, 4787.0, 4745.0, 4763.0, 4739.0, 4771.0, 4728.0, 4793.0, 4747.0, 4783.0, 4749.0, 4752.0, 4758.0, 4774.0, 4769.0, 4789.0, 4777.0, 4737.0, 4803.0, 4745.0, 4788.0, 4764.0, 4787.0, 4765.0, 4794.0, 4756.0, 4808.0, 4768.0, 4783.0, 4765.0, 4724.0, 4770.0, 4719.0, 4787.0, 4747.0, 4794.0, 4769.0, 4814.0, 4775.0, 4738.0, 4777.0, 4727.0, 4797.0, 4747.0, 4788.0, 4772.0, 4777.0, 4801.0, 4739.0, 4800.0, 4747.0, 4805.0, 4772.0, 4814.0, 4766.0, 4803.0, 4777.0, 4766.0, 4764.0, 4720.0, 4775.0, 4742.0, 4800.0, 4749.0, 4796.0, 4770.0, 4800.0, 4781.0, 4794.0, 4756.0, 4730.0, 4760.0, 4735.0, 4787.0, 4750.0, 4788.0, 4751.0, 4804.0, 4746.0, 4736.0, 4775.0, 4741.0, 4788.0, 4738.0, 4806.0, 4759.0, 4726.0, 4766.0, 4733.0, 4795.0, 4745.0, 4800.0, 4776.0, 4814.0, 4754.0, 4783.0, 4758.0, 4769.0, 4757.0, 4776.0, 4765.0, 4774.0, 4769.0, 4727.0, 4782.0, 4734.0, 4788.0, 4735.0, 4795.0, 4770.0, 4789.0, 4774.0, 4738.0, 4768.0, 4727.0, 4784.0, 4730.0, 4783.0, 4740.0, 4802.0, 4754.0, 4775.0, 4733.0, 4720.0, 4763.0, 4717.0, 4802.0, 4780.0, 4751.0, 4755.0, 4729.0, 4778.0, 4726.0, 4798.0, 4757.0, 4804.0, 4766.0, 4739.0, 4764.0, 4740.0, 4773.0, 4741.0, 4786.0, 4739.0, 4805.0, 4749.0, 4725.0, 4764.0, 4732.0, 4799.0, 4768.0, 4766.0, 4766.0, 4730.0, 4801.0, 4737.0, 4799.0, 4767.0, 4795.0, 4765.0, 4738.0, 4764.0, 4731.0, 4789.0, 4756.0, 4800.0, 4779.0, 4744.0, 4766.0, 4725.0, 4788.0, 4748.0, 4783.0, 4754.0, 4793.0, 4766.0, 4743.0, 4753.0, 4724.0, 4774.0, 4733.0, 4788.0, 4749.0, 4795.0, 4748.0, 4718.0, 4752.0, 4719.0, 4788.0, 4746.0, 4809.0, 4793.0, 4741.0, 4806.0, 4757.0, 4731.0, 4791.0, 4763.0, 4809.0, 4774.0, 4760.0, 4787.0, 4726.0, 4784.0, 4738.0, 4788.0, 4763.0, 4799.0, 4767.0, 4757.0, 4751.0, 4714.0, 4777.0, 4739.0, 4735.0, 4783.0, 4726.0, 4793.0, 4754.0, 4735.0, 4763.0, 4720.0, 4788.0, 4748.0, 4783.0, 4757.0, 4791.0, 4753.0, 4755.0, 4762.0, 4726.0, 4780.0, 4741.0, 4719.0, 4772.0, 4749.0, 4791.0, 4770.0, 4829.0, 4808.0, 4769.0, 4786.0, 4745.0, 4774.0, 4724.0, 4751.0, 4713.0, 4754.0, 4730.0, 4755.0, 4742.0, 4762.0, 4762.0, 4752.0, 4769.0, 4753.0, 4748.0, 4750.0, 4727.0, 4751.0, 4706.0, 4756.0, 4719.0, 4758.0, 4722.0, 4719.0, 4718.0, 4686.0, 4741.0, 4686.0, 4737.0, 4697.0, 4755.0, 4717.0, 4757.0, 4717.0, 4758.0, 4719.0, 4765.0, 4730.0, 4771.0, 4741.0, 4747.0, 4738.0, 4691.0, 4740.0, 4693.0, 4761.0, 4744.0, 4790.0, 4756.0, 4757.0, 4781.0, 4724.0, 4775.0, 4724.0, 4796.0, 4754.0, 4784.0, 4773.0, 4779.0, 4766.0, 4733.0, 4772.0, 4716.0, 4781.0, 4726.0, 4786.0, 4768.0, 4806.0, 4777.0, 4759.0, 4748.0, 4728.0, 4776.0, 4741.0, 4791.0, 4737.0, 4795.0, 4750.0, 4766.0, 4757.0, 4747.0, 4774.0, 4747.0, 4798.0, 4726.0, 4796.0, 4738.0, 4793.0, 4773.0, 4786.0, 4778.0, 4773.0, 4768.0, 4727.0, 4775.0, 4719.0, 4782.0, 4747.0, 4792.0, 4764.0, 4764.0, 4776.0, 4715.0, 4799.0, 4738.0, 4710.0, 4777.0, 4739.0, 4799.0, 4758.0, 4803.0, 4775.0, 4788.0, 4756.0, 4724.0, 4782.0, 4721.0, 4786.0, 4737.0, 4785.0, 4773.0, 4774.0, 4744.0, 4722.0, 4762.0, 4715.0, 4782.0, 4764.0, 4791.0, 4765.0, 4737.0, 4771.0, 4739.0, 4794.0, 4762.0, 4756.0, 4752.0, 4724.0, 4781.0, 4733.0, 4800.0, 4732.0, 4711.0, 4771.0, 4717.0, 4799.0, 4770.0, 4802.0, 4773.0, 4735.0, 4776.0, 4734.0, 4806.0, 4758.0, 4786.0, 4769.0, 4733.0, 4782.0, 4726.0, 4786.0, 4742.0, 4721.0, 4781.0, 4715.0, 4785.0, 4750.0, 4794.0, 4762.0, 4733.0, 4766.0, 4716.0, 4783.0, 4755.0, 4790.0], 'WindowWidth': [10491.0, 10496.0, 10427.0, 10454.0, 10387.0, 10434.0, 10383.0, 10401.0, 10395.0, 10434.0, 10384.0, 10422.0, 10384.0, 10336.0, 10352.0, 10334.0, 10393.0, 10348.0, 10425.0, 10353.0, 10418.0, 10368.0, 10350.0, 10368.0, 10364.0, 10405.0, 10341.0, 10425.0, 10374.0, 10415.0, 10352.0, 10344.0, 10341.0, 10338.0, 10389.0, 10337.0, 10421.0, 10354.0, 10419.0, 10338.0, 10405.0, 10357.0, 10365.0, 10378.0, 10345.0, 10410.0, 10340.0, 10406.0, 10341.0, 10421.0, 10375.0, 10401.0, 10388.0, 10341.0, 10398.0, 10335.0, 10403.0, 10342.0, 10400.0, 10372.0, 10424.0, 10376.0, 10327.0, 10341.0, 10320.0, 10379.0, 10353.0, 10420.0, 10382.0, 10385.0, 10347.0, 10322.0, 10370.0, 10337.0, 10399.0, 10351.0, 10425.0, 10352.0, 10374.0, 10356.0, 10336.0, 10402.0, 10336.0, 10425.0, 10369.0, 10399.0, 10345.0, 10332.0, 10373.0, 10350.0, 10393.0, 10337.0, 10405.0, 10379.0, 10425.0, 10382.0, 10341.0, 10362.0, 10335.0, 10366.0, 10337.0, 10387.0, 10355.0, 10411.0, 10382.0, 10426.0, 10349.0, 10331.0, 10347.0, 10338.0, 10384.0, 10371.0, 10403.0, 10348.0, 10415.0, 10368.0, 10430.0, 10376.0, 10347.0, 10348.0, 10334.0, 10382.0, 10340.0, 10403.0, 10340.0, 10405.0, 10341.0, 10407.0, 10367.0, 10357.0, 10372.0, 10383.0, 10434.0, 10399.0, 10451.0, 10397.0, 10455.0, 10401.0, 10452.0, 10409.0, 10380.0, 10403.0, 10378.0, 10450.0, 10415.0, 10381.0, 10384.0, 10357.0, 10392.0, 10366.0, 10422.0, 10393.0, 10414.0, 10372.0, 10333.0, 10355.0, 10352.0, 10404.0, 10365.0, 10393.0, 10365.0, 10344.0, 10399.0, 10332.0, 10371.0, 10346.0, 10333.0, 10378.0, 10345.0, 10396.0, 10344.0, 10391.0, 10332.0, 10389.0, 10360.0, 10330.0, 10343.0, 10343.0, 10372.0, 10350.0, 10400.0, 10352.0, 10389.0, 10353.0, 10358.0, 10369.0, 10331.0, 10382.0, 10353.0, 10361.0, 10369.0, 10352.0, 10362.0, 10360.0, 10416.0, 10353.0, 10416.0, 10348.0, 10354.0, 10367.0, 10355.0, 10397.0, 10355.0, 10426.0, 10358.0, 10415.0, 10349.0, 10338.0, 10367.0, 10353.0, 10379.0, 10348.0, 10390.0, 10351.0, 10402.0, 10360.0, 10405.0, 10355.0, 10420.0, 10373.0, 10434.0, 10388.0, 10361.0, 10398.0, 10382.0, 10411.0, 10373.0, 10428.0, 10400.0, 10436.0, 10384.0, 10350.0, 10384.0, 10356.0, 10428.0, 10372.0, 10423.0, 10367.0, 10425.0, 10352.0, 10363.0, 10367.0, 10340.0, 10367.0, 10367.0, 10400.0, 10362.0, 10430.0, 10379.0, 10428.0, 10378.0, 10429.0, 10390.0, 10429.0, 10369.0, 10417.0, 10354.0, 10401.0, 10357.0, 10402.0, 10341.0, 10372.0, 10363.0, 10356.0, 10375.0, 10351.0, 10390.0, 10350.0, 10401.0, 10351.0, 10408.0, 10377.0, 10399.0, 10382.0, 10398.0, 10350.0, 10355.0, 10347.0, 10358.0, 10361.0, 10334.0, 10403.0, 10352.0, 10375.0, 10369.0, 10372.0, 10409.0, 10377.0, 10411.0, 10371.0, 10417.0, 10355.0, 10404.0, 10360.0, 10465.0, 10415.0, 10432.0, 10389.0, 10426.0, 10355.0, 10432.0, 10386.0, 10424.0, 10399.0, 10422.0, 10394.0, 10343.0, 10405.0, 10340.0, 10405.0, 10381.0, 10364.0, 10411.0, 10383.0, 10422.0, 10370.0, 10455.0, 10415.0, 10381.0, 10352.0, 10365.0, 10310.0, 10405.0, 10374.0, 10369.0, 10413.0, 10345.0, 10420.0, 10357.0, 10395.0, 10368.0, 10389.0, 10360.0, 10392.0, 10356.0, 10395.0, 10342.0, 10348.0, 10324.0, 10311.0, 10367.0, 10309.0, 10365.0, 10313.0, 10356.0, 10300.0, 10266.0, 10334.0, 10273.0, 10373.0, 10324.0, 10382.0, 10339.0, 10306.0, 10331.0, 10319.0, 10352.0, 10309.0, 10412.0, 10349.0, 10285.0, 10371.0, 10306.0, 10373.0, 10369.0, 10360.0, 10327.0, 10409.0, 10361.0, 10351.0, 10401.0, 10397.0, 10369.0, 10351.0, 10434.0, 10389.0, 10399.0, 10442.0, 10424.0, 10481.0, 10429.0, 10477.0, 10428.0, 10417.0, 10403.0, 10352.0, 10381.0, 10318.0, 10401.0, 10343.0, 10297.0, 10352.0, 10303.0, 10356.0, 10315.0, 10275.0, 10347.0, 10291.0, 10376.0, 10300.0, 10286.0, 10337.0, 10282.0, 10364.0, 10324.0, 10321.0, 10350.0, 10316.0, 10364.0, 10343.0, 10295.0, 10391.0, 10366.0, 10387.0, 10375.0, 10344.0, 10412.0, 10366.0, 10339.0, 10400.0, 10336.0, 10427.0, 10385.0, 10438.0, 10413.0, 10389.0, 10402.0, 10349.0, 10445.0, 10400.0, 10394.0, 10415.0, 10366.0, 10430.0, 10387.0, 10450.0, 10381.0, 10434.0, 10364.0, 10385.0, 10372.0, 10355.0, 10400.0, 10358.0, 10436.0, 10387.0, 10416.0, 10388.0, 10322.0, 10399.0, 10336.0, 10428.0, 10385.0, 10446.0, 10387.0, 10336.0, 10403.0, 10344.0, 10428.0, 10385.0, 10441.0, 10391.0, 10451.0, 10412.0, 10367.0, 10398.0, 10323.0, 10435.0, 10379.0, 10396.0, 10415.0, 10389.0, 10436.0, 10355.0, 10455.0, 10376.0, 10410.0, 10381.0, 10358.0, 10413.0, 10389.0, 10440.0, 10373.0, 10451.0, 10397.0, 10401.0, 10412.0, 10345.0, 10448.0, 10364.0, 10441.0, 10373.0, 10434.0, 10388.0, 10364.0, 10395.0, 10336.0, 10424.0, 10355.0, 10424.0, 10361.0, 10384.0, 10356.0, 10399.0, 10342.0, 10432.0, 10367.0, 10413.0, 10371.0, 10370.0, 10384.0, 10403.0, 10399.0, 10427.0, 10409.0, 10354.0, 10448.0, 10365.0, 10423.0, 10395.0, 10421.0, 10389.0, 10431.0, 10378.0, 10452.0, 10395.0, 10417.0, 10389.0, 10339.0, 10398.0, 10331.0, 10422.0, 10369.0, 10431.0, 10399.0, 10466.0, 10407.0, 10357.0, 10409.0, 10341.0, 10436.0, 10371.0, 10427.0, 10409.0, 10410.0, 10447.0, 10359.0, 10444.0, 10371.0, 10449.0, 10406.0, 10468.0, 10393.0, 10445.0, 10409.0, 10391.0, 10386.0, 10333.0, 10404.0, 10367.0, 10443.0, 10376.0, 10436.0, 10404.0, 10445.0, 10420.0, 10431.0, 10379.0, 10346.0, 10387.0, 10358.0, 10424.0, 10375.0, 10425.0, 10376.0, 10447.0, 10368.0, 10354.0, 10411.0, 10366.0, 10426.0, 10358.0, 10452.0, 10387.0, 10343.0, 10396.0, 10355.0, 10435.0, 10374.0, 10446.0, 10415.0, 10467.0, 10376.0, 10421.0, 10382.0, 10397.0, 10379.0, 10404.0, 10395.0, 10403.0, 10398.0, 10339.0, 10410.0, 10354.0, 10422.0, 10350.0, 10433.0, 10401.0, 10427.0, 10409.0, 10355.0, 10395.0, 10340.0, 10415.0, 10345.0, 10412.0, 10359.0, 10444.0, 10372.0, 10402.0, 10345.0, 10332.0, 10385.0, 10332.0, 10446.0, 10414.0, 10375.0, 10377.0, 10344.0, 10410.0, 10339.0, 10439.0, 10388.0, 10447.0, 10392.0, 10356.0, 10388.0, 10358.0, 10400.0, 10363.0, 10421.0, 10357.0, 10446.0, 10371.0, 10343.0, 10390.0, 10354.0, 10441.0, 10400.0, 10395.0, 10393.0, 10349.0, 10444.0, 10356.0, 10444.0, 10396.0, 10436.0, 10392.0, 10354.0, 10387.0, 10349.0, 10427.0, 10379.0, 10444.0, 10413.0, 10361.0, 10391.0, 10335.0, 10422.0, 10368.0, 10414.0, 10376.0, 10430.0, 10391.0, 10363.0, 10369.0, 10331.0, 10399.0, 10352.0, 10421.0, 10370.0, 10431.0, 10368.0, 10326.0, 10368.0, 10329.0, 10422.0, 10366.0, 10456.0, 10439.0, 10366.0, 10457.0, 10390.0, 10354.0, 10434.0, 10398.0, 10466.0, 10413.0, 10389.0, 10424.0, 10344.0, 10416.0, 10355.0, 10423.0, 10393.0, 10442.0, 10394.0, 10377.0, 10364.0, 10318.0, 10406.0, 10356.0, 10348.0, 10418.0, 10338.0, 10434.0, 10374.0, 10347.0, 10390.0, 10331.0, 10422.0, 10368.0, 10416.0, 10378.0, 10429.0, 10369.0, 10375.0, 10378.0, 10334.0, 10409.0, 10357.0, 10328.0, 10394.0, 10370.0, 10429.0, 10401.0, 10491.0, 10468.0, 10399.0, 10422.0, 10361.0, 10398.0, 10328.0, 10359.0, 10310.0, 10366.0, 10340.0, 10372.0, 10360.0, 10388.0, 10382.0, 10368.0, 10393.0, 10366.0, 10352.0, 10355.0, 10327.0, 10359.0, 10291.0, 10362.0, 10311.0, 10364.0, 10317.0, 10311.0, 10309.0, 10263.0, 10340.0, 10264.0, 10332.0, 10283.0, 10358.0, 10309.0, 10364.0, 10314.0, 10364.0, 10313.0, 10373.0, 10329.0, 10387.0, 10347.0, 10351.0, 10340.0, 10278.0, 10344.0, 10287.0, 10375.0, 10358.0, 10418.0, 10376.0, 10377.0, 10411.0, 10335.0, 10398.0, 10332.0, 10430.0, 10373.0, 10412.0, 10404.0, 10409.0, 10390.0, 10349.0, 10395.0, 10321.0, 10404.0, 10336.0, 10418.0, 10396.0, 10447.0, 10405.0, 10381.0, 10366.0, 10339.0, 10404.0, 10361.0, 10428.0, 10352.0, 10431.0, 10372.0, 10389.0, 10379.0, 10365.0, 10402.0, 10367.0, 10438.0, 10337.0, 10435.0, 10353.0, 10427.0, 10405.0, 10419.0, 10408.0, 10398.0, 10393.0, 10335.0, 10401.0, 10327.0, 10406.0, 10363.0, 10422.0, 10385.0, 10387.0, 10404.0, 10320.0, 10439.0, 10355.0, 10319.0, 10406.0, 10356.0, 10441.0, 10383.0, 10447.0, 10403.0, 10421.0, 10376.0, 10333.0, 10414.0, 10332.0, 10418.0, 10353.0, 10416.0, 10397.0, 10396.0, 10355.0, 10331.0, 10378.0, 10318.0, 10408.0, 10392.0, 10420.0, 10386.0, 10349.0, 10391.0, 10353.0, 10425.0, 10386.0, 10374.0, 10367.0, 10331.0, 10405.0, 10339.0, 10440.0, 10338.0, 10317.0, 10391.0, 10324.0, 10436.0, 10400.0, 10439.0, 10399.0, 10346.0, 10402.0, 10347.0, 10444.0, 10381.0, 10417.0, 10394.0, 10343.0, 10409.0, 10333.0, 10417.0, 10352.0, 10329.0, 10410.0, 10319.0, 10412.0, 10371.0, 10427.0, 10379.0, 10346.0, 10386.0, 10321.0, 10409.0, 10373.0, 10418.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.0028219031903190315</td></tr>
<tr><td colspan=3>aqi</td><td>0.050441857755775574</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.76439681059469</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.155449951894274</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9256656869162986</td></tr>
<tr><td colspan=3>efc</td><td>0.4751</td></tr>
<tr><td colspan=3>fber</td><td>5726.9634</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08384583899530883</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.74037403740374</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.772436054978168</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6685818454669596</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9901522923455777</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.658574027121967</td></tr>
<tr><td colspan=3>gcor</td><td>0.00764316</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020404191687703133</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030324310064315796</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.7716678740974294</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>35.728</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4507</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.1364</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298382.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.907</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9748</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>653.1742</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3899.8745</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1100.0368</td></tr>
<tr><td colspan=3>tsnr</td><td>30.168077715905383</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>