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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0066_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0066_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0066_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0066/ses-02/func/sub-0066_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>192bc70ce57cf60bf5e06105437b0a08</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:02:39.665000</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_VE11E_LATEST_20181129</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.999981, -0.00334158, 0.00509797, 0.00366507, 0.99789, -0.0648251]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.117183</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7727, -7297, 425, -132, -72, 56, 72]</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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2349b89-b195-4aa2-bca8-a347593c4659||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828770637512207, 0.009833117946982384, 0.013150596059858799, 109.39604949951172], [0.008965208195149899, 2.6772656440734863, -0.17507508397102356, -84.59111022949219], [0.013677471317350864, 0.1739211082458496, 2.6942858695983887, -74.3005599975586], [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': ['150239.665000', '150240.125000', '150240.585000', '150241.045000', '150241.505000', '150241.965000', '150242.425000', '150242.885000', '150243.345000', '150243.805000', '150244.265000', '150244.725000', '150245.185000', '150245.645000', '150246.105000', '150246.565000', '150247.025000', '150247.485000', '150247.945000', '150248.405000', '150248.865000', '150249.325000', '150249.785000', '150250.245000', '150250.705000', '150251.165000', '150251.625000', '150252.085000', '150252.545000', '150253.005000', '150253.465000', '150253.925000', '150254.385000', '150254.845000', '150255.305000', '150255.765000', '150256.225000', '150256.685000', '150257.145000', '150257.605000', '150258.065000', '150258.525000', '150258.985000', '150259.445000', '150259.905000', '150300.365000', '150300.825000', '150301.285000', '150301.745000', '150302.205000', '150302.665000', '150303.125000', '150303.585000', '150304.045000', '150304.505000', '150304.965000', '150305.425000', '150305.885000', '150306.345000', '150306.805000', '150307.265000', '150307.725000', '150308.185000', '150308.645000', '150309.105000', '150309.565000', '150310.025000', '150310.485000', '150310.945000', '150311.405000', '150311.865000', '150312.325000', '150312.785000', '150313.245000', '150313.705000', '150314.165000', '150314.625000', '150315.085000', '150315.545000', '150316.005000', '150316.465000', '150316.925000', '150317.385000', '150317.845000', '150318.305000', '150318.765000', '150319.225000', '150319.685000', '150320.145000', '150320.605000', '150321.065000', '150321.525000', '150321.985000', '150322.445000', '150322.905000', '150323.365000', '150323.825000', '150324.285000', '150324.745000', '150325.205000', '150325.665000', '150326.125000', '150326.585000', '150327.045000', '150327.505000', '150327.965000', '150328.425000', '150328.885000', '150329.345000', '150329.805000', '150330.265000', '150330.725000', '150331.185000', '150331.645000', '150332.105000', '150332.565000', '150333.025000', '150333.485000', '150333.945000', '150334.405000', '150334.865000', '150335.325000', '150335.785000', '150336.245000', '150336.705000', '150337.165000', '150337.625000', '150338.085000', '150338.545000', '150339.005000', '150339.465000', '150339.925000', '150340.385000', '150340.845000', '150341.305000', '150341.765000', '150342.225000', '150342.685000', '150343.145000', '150343.605000', '150344.065000', '150344.525000', '150344.985000', '150345.445000', '150345.905000', '150346.365000', '150346.825000', '150347.285000', '150347.745000', '150348.205000', '150348.665000', '150349.125000', '150349.585000', '150350.045000', '150350.505000', '150350.965000', '150351.425000', '150351.885000', '150352.345000', '150352.805000', '150353.265000', '150353.725000', '150354.185000', '150354.645000', '150355.105000', '150355.565000', '150356.025000', '150356.485000', '150356.945000', '150357.405000', '150357.865000', '150358.325000', '150358.785000', '150359.245000', '150359.705000', '150400.165000', '150400.625000', '150401.085000', '150401.545000', '150402.005000', '150402.465000', '150402.925000', '150403.385000', '150403.845000', '150404.305000', '150404.765000', '150405.225000', '150405.685000', '150406.145000', '150406.605000', '150407.065000', '150407.525000', '150407.985000', '150408.445000', '150408.905000', '150409.365000', '150409.825000', '150410.285000', '150410.745000', '150411.205000', '150411.665000', '150412.125000', '150412.585000', '150413.045000', '150413.505000', '150413.965000', '150414.425000', '150414.885000', '150415.345000', '150415.805000', '150416.265000', '150416.725000', '150417.185000', '150417.645000', '150418.105000', '150418.565000', '150419.025000', '150419.485000', '150419.945000', '150420.405000', '150420.865000', '150421.325000', '150421.785000', '150422.245000', '150422.705000', '150423.165000', '150423.625000', '150424.085000', '150424.545000', '150425.005000', '150425.465000', '150425.925000', '150426.385000', '150426.845000', '150427.305000', '150427.765000', '150428.225000', '150428.685000', '150429.145000', '150429.605000', '150430.065000', '150430.525000', '150430.985000', '150431.445000', '150431.905000', '150432.365000', '150432.825000', '150433.285000', '150433.745000', '150434.205000', '150434.665000', '150435.125000', '150435.585000', '150436.045000', '150436.505000', '150436.965000', '150437.425000', '150437.885000', '150438.345000', '150438.805000', '150439.265000', '150439.725000', '150440.185000', '150440.645000', '150441.105000', '150441.565000', '150442.025000', '150442.485000', '150442.945000', '150443.405000', '150443.865000', '150444.325000', '150444.785000', '150445.245000', '150445.705000', '150446.165000', '150446.625000', '150447.085000', '150447.545000', '150448.005000', '150448.465000', '150448.925000', '150449.385000', '150449.845000', '150450.305000', '150450.765000', '150451.225000', '150451.685000', '150452.145000', '150452.605000', '150453.065000', '150453.525000', '150453.985000', '150454.445000', '150454.905000', '150455.365000', '150455.825000', '150456.285000', '150456.745000', '150457.205000', '150457.665000', '150458.125000', '150458.585000', '150459.045000', '150459.505000', '150459.965000', '150500.425000', '150500.885000', '150501.345000', '150501.805000', '150502.265000', '150502.725000', '150503.185000', '150503.645000', '150504.105000', '150504.565000', '150505.025000', '150505.485000', '150505.945000', '150506.405000', '150506.865000', '150507.325000', '150507.785000', '150508.245000', '150508.705000', '150509.165000', '150509.625000', '150510.085000', '150510.545000', '150511.005000', '150511.465000', '150511.925000', '150512.385000', '150512.845000', '150513.305000', '150513.765000', '150514.225000', '150514.685000', '150515.145000', '150515.605000', '150516.065000', '150516.525000', '150516.985000', '150517.445000', '150517.905000', '150518.365000', '150518.825000', '150519.285000', '150519.745000', '150520.205000', '150520.665000', '150521.125000', '150521.585000', '150522.045000', '150522.505000', '150522.965000', '150523.425000', '150523.885000', '150524.345000', '150524.805000', '150525.265000', '150525.725000', '150526.185000', '150526.645000', '150527.105000', '150527.565000', '150528.025000', '150528.485000', '150528.945000', '150529.405000', '150529.865000', '150530.325000', '150530.785000', '150531.245000', '150531.705000', '150532.165000', '150532.625000', '150533.085000', '150533.545000', '150534.005000', '150534.465000', '150534.925000', '150535.385000', '150535.845000', '150536.305000', '150536.765000', '150537.225000', '150537.685000', '150538.145000', '150538.605000', '150539.065000', '150539.525000', '150539.985000', '150540.445000', '150540.905000', '150541.365000', '150541.825000', '150542.285000', '150542.745000', '150543.205000', '150543.665000', '150544.125000', '150544.585000', '150545.045000', '150545.505000', '150545.965000', '150546.425000', '150546.885000', '150547.345000', '150547.805000', '150548.265000', '150548.725000', '150549.185000', '150549.645000', '150550.105000', '150550.565000', '150551.025000', '150551.485000', '150551.945000', '150552.405000', '150552.865000', '150553.325000', '150553.785000', '150554.245000', '150554.705000', '150555.165000', '150555.625000', '150556.085000', '150556.545000', '150557.005000', '150557.465000', '150557.925000', '150558.385000', '150558.845000', '150559.305000', '150559.765000', '150600.225000', '150600.685000', '150601.145000', '150601.605000', '150602.065000', '150602.525000', '150602.985000', '150603.445000', '150603.905000', '150604.365000', '150604.825000', '150605.285000', '150605.745000', '150606.205000', '150606.665000', '150607.125000', '150607.585000', '150608.045000', '150608.505000', '150608.965000', '150609.425000', '150609.885000', '150610.345000', '150610.805000', '150611.265000', '150611.725000', '150612.185000', '150612.645000', '150613.105000', '150613.565000', '150614.025000', '150614.485000', '150614.945000', '150615.405000', '150615.865000', '150616.325000', '150616.785000', '150617.245000', '150617.705000', '150618.165000', '150618.625000', '150619.085000', '150619.545000', '150620.005000', '150620.465000', '150620.925000', '150621.385000', '150621.845000', '150622.305000', '150622.765000', '150623.225000', '150623.685000', '150624.145000', '150624.605000', '150625.065000', '150625.525000', '150625.985000', '150626.445000', '150626.905000', '150627.365000', '150627.825000', '150628.285000', '150628.745000', '150629.205000', '150629.665000', '150630.125000', '150630.585000', '150631.045000', '150631.505000', '150631.965000', '150632.425000', '150632.885000', '150633.345000', '150633.805000', '150634.265000', '150634.725000', '150635.185000', '150635.645000', '150636.105000', '150636.565000', '150637.025000', '150637.485000', '150637.945000', '150638.405000', '150638.865000', '150639.325000', '150639.785000', '150640.245000', '150640.705000', '150641.165000', '150641.625000', '150642.085000', '150642.545000', '150643.005000', '150643.465000', '150643.925000', '150644.385000', '150644.845000', '150645.305000', '150645.765000', '150646.225000', '150646.685000', '150647.145000', '150647.605000', '150648.065000', '150648.525000', '150648.985000', '150649.445000', '150649.905000', '150650.365000', '150650.825000', '150651.285000', '150651.745000', '150652.205000', '150652.665000', '150653.125000', '150653.585000', '150654.045000', '150654.505000', '150654.965000', '150655.425000', '150655.885000', '150656.345000', '150656.805000', '150657.265000', '150657.725000', '150658.185000', '150658.645000', '150659.105000', '150659.565000', '150700.025000', '150700.485000', '150700.945000', '150701.405000', '150701.865000', '150702.325000', '150702.785000', '150703.245000', '150703.705000', '150704.165000', '150704.625000', '150705.085000', '150705.545000', '150706.005000', '150706.465000', '150706.925000', '150707.385000', '150707.845000', '150708.305000', '150708.765000', '150709.225000', '150709.685000', '150710.145000', '150710.605000', '150711.065000', '150711.525000', '150711.985000', '150712.445000', '150712.905000', '150713.365000', '150713.825000', '150714.285000', '150714.745000', '150715.205000', '150715.665000', '150716.125000', '150716.585000', '150717.045000', '150717.505000', '150717.965000', '150718.425000', '150718.885000', '150719.345000', '150719.805000', '150720.265000', '150720.725000', '150721.185000', '150721.645000', '150722.105000', '150722.565000', '150723.025000', '150723.485000', '150723.945000', '150724.405000', '150724.865000', '150725.325000', '150725.785000', '150726.245000', '150726.705000', '150727.165000', '150727.625000', '150728.085000', '150728.545000', '150729.005000', '150729.465000', '150729.925000', '150730.385000', '150730.845000', '150731.305000', '150731.765000', '150732.225000', '150732.685000', '150733.145000', '150733.605000', '150734.065000', '150734.525000', '150734.985000', '150735.445000', '150735.905000', '150736.365000', '150736.825000', '150737.285000', '150737.745000', '150738.205000', '150738.665000', '150739.125000', '150739.585000', '150740.045000', '150740.505000', '150740.965000', '150741.425000', '150741.885000', '150742.345000', '150742.805000', '150743.265000', '150743.725000', '150744.185000', '150744.645000', '150745.105000', '150745.565000', '150746.025000', '150746.485000', '150746.945000', '150747.405000', '150747.865000', '150748.325000', '150748.785000', '150749.245000', '150749.705000', '150750.165000', '150750.625000', '150751.085000', '150751.545000', '150752.005000', '150752.465000', '150752.925000', '150753.385000', '150753.845000', '150754.305000', '150754.765000', '150755.225000', '150755.685000', '150756.145000', '150756.605000', '150757.065000', '150757.525000', '150757.985000', '150758.445000', '150758.905000', '150759.365000', '150759.825000', '150800.285000', '150800.745000', '150801.205000', '150801.665000', '150802.125000', '150802.585000', '150803.045000', '150803.505000', '150803.965000', '150804.425000', '150804.885000', '150805.345000', '150805.805000', '150806.265000', '150806.725000', '150807.185000', '150807.645000', '150808.105000', '150808.565000', '150809.025000', '150809.485000', '150809.945000', '150810.405000', '150810.865000', '150811.325000', '150811.785000', '150812.245000', '150812.705000', '150813.165000', '150813.625000', '150814.085000', '150814.545000', '150815.005000', '150815.465000', '150815.925000', '150816.385000', '150816.845000', '150817.305000', '150817.765000', '150818.225000', '150818.685000', '150819.145000', '150819.605000', '150820.065000', '150820.525000', '150820.985000', '150821.445000', '150821.905000', '150822.365000', '150822.825000', '150823.285000', '150823.745000', '150824.205000', '150824.665000', '150825.125000', '150825.585000', '150826.045000', '150826.505000', '150826.965000', '150827.425000', '150827.885000', '150828.345000', '150828.805000', '150829.265000', '150829.725000', '150830.185000', '150830.645000', '150831.105000', '150831.565000', '150832.025000', '150832.485000', '150832.945000', '150833.405000', '150833.865000', '150834.325000', '150834.785000', '150835.245000', '150835.705000', '150836.165000', '150836.625000', '150837.085000', '150837.545000', '150838.005000', '150838.465000', '150838.925000', '150839.385000', '150839.845000', '150840.305000', '150840.765000', '150841.225000', '150841.685000', '150842.145000', '150842.605000', '150843.065000', '150843.525000', '150843.985000', '150844.445000', '150844.905000', '150845.365000', '150845.825000', '150846.285000', '150846.745000', '150847.205000', '150847.665000', '150848.125000', '150848.585000', '150849.045000', '150849.505000', '150849.965000', '150850.425000', '150850.885000', '150851.345000', '150851.805000', '150852.265000', '150852.725000', '150853.185000', '150853.645000', '150854.105000', '150854.565000', '150855.025000', '150855.485000', '150855.945000', '150856.405000', '150856.865000', '150857.325000', '150857.785000', '150858.245000', '150858.705000', '150859.165000', '150859.625000', '150900.085000', '150900.545000', '150901.005000', '150901.465000', '150901.925000', '150902.385000', '150902.845000', '150903.305000', '150903.765000', '150904.225000', '150904.685000', '150905.145000', '150905.605000', '150906.065000', '150906.525000', '150906.985000', '150907.445000', '150907.905000', '150908.365000', '150908.825000', '150909.285000', '150909.745000', '150910.205000', '150910.665000', '150911.125000', '150911.585000', '150912.045000', '150912.505000', '150912.965000', '150913.425000', '150913.885000', '150914.345000', '150914.805000', '150915.265000', '150915.725000', '150916.185000', '150916.645000', '150917.105000', '150917.565000', '150918.025000', '150918.485000', '150918.945000', '150919.405000', '150919.865000', '150920.325000', '150920.785000', '150921.245000', '150921.705000', '150922.165000', '150922.625000', '150923.085000', '150923.545000', '150924.005000', '150924.465000', '150924.925000', '150925.385000', '150925.845000', '150926.305000', '150926.765000', '150927.225000', '150927.685000', '150928.145000', '150928.605000', '150929.065000', '150929.525000', '150929.985000', '150930.445000', '150930.905000', '150931.365000', '150931.825000', '150932.285000', '150932.745000', '150933.205000', '150933.665000', '150934.125000', '150934.585000', '150935.045000', '150935.505000', '150935.965000', '150936.425000', '150936.885000', '150937.345000', '150937.805000', '150938.265000', '150938.725000', '150939.185000', '150939.645000'], 'ContentTime': ['150249.554000', '150249.558000', '150249.560000', '150249.563000', '150249.566000', '150249.575000', '150249.577000', '150249.580000', '150249.582000', '150249.585000', '150249.588000', '150249.590000', '150249.593000', '150249.596000', '150249.598000', '150249.601000', '150249.603000', '150249.606000', '150309.525000', '150309.528000', '150309.531000', '150309.533000', '150309.536000', '150309.539000', '150309.541000', '150309.544000', '150309.547000', '150309.550000', '150309.552000', '150309.555000', '150309.557000', '150309.560000', '150309.562000', '150309.565000', '150309.568000', '150309.571000', '150309.573000', '150309.576000', '150309.578000', '150309.581000', '150309.583000', '150309.586000', '150309.589000', '150309.591000', '150309.594000', '150309.596000', '150309.599000', '150309.601000', '150309.604000', '150309.607000', '150309.609000', '150309.612000', '150309.614000', '150309.617000', '150309.620000', '150309.623000', '150309.625000', '150309.628000', '150309.630000', '150309.637000', '150309.639000', '150329.525000', '150329.529000', '150329.531000', '150329.535000', '150329.538000', '150329.540000', '150329.543000', '150329.545000', '150329.548000', '150329.551000', '150329.553000', '150329.556000', '150329.558000', '150329.561000', '150329.564000', '150329.566000', '150329.569000', '150329.571000', '150329.574000', '150329.577000', '150329.579000', '150329.582000', '150329.594000', '150329.596000', '150329.599000', '150329.601000', '150329.604000', '150329.607000', '150329.609000', '150329.612000', '150329.615000', '150329.617000', '150329.620000', '150329.622000', '150329.625000', '150329.627000', '150329.630000', '150329.633000', '150329.635000', '150329.638000', '150329.640000', '150329.643000', '150329.646000', '150329.648000', '150349.525000', '150349.528000', '150349.531000', '150349.534000', '150349.536000', '150349.539000', '150349.541000', '150349.544000', '150349.547000', '150349.549000', '150349.552000', '150349.555000', '150349.557000', '150349.560000', '150349.563000', '150349.565000', '150349.568000', '150349.571000', '150349.573000', '150349.576000', '150349.579000', '150349.581000', '150349.584000', '150349.586000', '150349.589000', '150349.592000', '150349.595000', '150349.597000', '150349.600000', '150349.602000', '150349.605000', '150349.608000', '150349.610000', '150349.613000', '150349.615000', '150349.618000', '150349.621000', '150349.623000', '150349.626000', '150349.629000', '150349.631000', '150349.634000', '150349.637000', '150409.524000', '150409.527000', '150409.530000', '150409.532000', '150409.535000', '150409.538000', '150409.540000', '150409.543000', '150409.546000', '150409.548000', '150409.551000', '150409.553000', '150409.556000', '150409.559000', '150409.561000', '150409.564000', '150409.566000', '150409.569000', '150409.572000', '150409.574000', '150409.577000', '150409.580000', '150409.582000', '150409.585000', '150409.587000', '150409.590000', '150409.593000', '150409.595000', '150409.598000', '150409.601000', '150409.603000', '150409.606000', '150409.608000', '150409.611000', '150409.613000', '150409.616000', '150409.619000', '150409.622000', '150409.624000', '150409.627000', '150409.630000', '150409.632000', '150409.635000', '150409.637000', '150429.525000', '150429.528000', '150429.531000', '150429.533000', '150429.536000', '150429.539000', '150429.541000', '150429.544000', '150429.547000', '150429.549000', '150429.552000', '150429.554000', '150429.557000', '150429.560000', '150429.562000', '150429.565000', '150429.567000', '150429.570000', '150429.573000', '150429.582000', '150429.585000', '150429.587000', '150429.590000', '150429.593000', '150429.595000', '150429.598000', '150429.601000', '150429.603000', '150429.607000', '150429.610000', '150429.613000', '150429.615000', '150429.618000', '150429.621000', '150429.623000', '150429.626000', '150429.629000', '150429.631000', '150429.634000', '150429.637000', '150429.639000', '150429.642000', '150429.647000', '150449.526000', '150449.528000', '150449.531000', '150449.534000', '150449.537000', '150449.539000', '150449.542000', '150449.545000', '150449.547000', '150449.550000', '150449.552000', '150449.555000', '150449.557000', '150449.560000', '150449.563000', '150449.565000', '150449.568000', '150449.571000', '150449.573000', '150449.576000', '150449.579000', '150449.581000', '150449.584000', '150449.587000', '150449.589000', '150449.592000', '150449.594000', '150449.597000', '150449.600000', '150449.602000', '150449.605000', '150449.608000', '150449.610000', '150449.613000', '150449.615000', '150449.618000', '150449.621000', '150449.623000', '150449.626000', '150449.629000', '150449.631000', '150449.634000', '150449.636000', '150449.639000', '150509.525000', '150509.528000', '150509.531000', '150509.540000', '150509.543000', '150509.545000', '150509.548000', '150509.550000', '150509.553000', '150509.556000', '150509.558000', '150509.561000', '150509.563000', '150509.566000', '150509.569000', '150509.571000', '150509.574000', '150509.577000', '150509.579000', '150509.582000', '150509.584000', '150509.587000', '150509.590000', '150509.593000', '150509.595000', '150509.598000', '150509.601000', '150509.604000', '150509.608000', '150509.611000', '150509.613000', '150509.616000', '150509.618000', '150509.621000', '150509.624000', '150509.626000', '150509.629000', '150509.632000', '150509.634000', '150509.637000', '150509.640000', '150509.642000', '150509.645000', '150529.525000', '150529.528000', '150529.531000', '150529.534000', '150529.537000', '150529.539000', '150529.542000', '150529.545000', '150529.547000', '150529.550000', '150529.553000', '150529.555000', '150529.558000', '150529.560000', '150529.563000', '150529.565000', '150529.568000', '150529.571000', '150529.573000', '150529.576000', '150529.579000', '150529.581000', '150529.584000', '150529.586000', '150529.589000', '150529.592000', '150529.594000', '150529.597000', '150529.599000', '150529.602000', '150529.605000', '150529.607000', '150529.610000', '150529.612000', '150529.615000', '150529.618000', '150529.620000', '150529.623000', '150529.626000', '150529.628000', '150529.631000', '150529.633000', '150529.636000', '150529.639000', '150549.525000', '150549.528000', '150549.531000', '150549.534000', '150549.536000', '150549.539000', '150549.541000', '150549.544000', '150549.547000', '150549.549000', '150549.552000', '150549.555000', '150549.557000', '150549.560000', '150549.562000', '150549.565000', '150549.568000', '150549.570000', '150549.573000', '150549.575000', '150549.578000', '150549.581000', '150549.583000', '150549.586000', '150549.589000', '150549.591000', '150549.594000', '150549.596000', '150549.599000', '150549.602000', '150549.604000', '150549.607000', '150549.610000', '150549.613000', '150549.615000', '150549.618000', '150549.621000', '150549.623000', '150549.626000', '150549.629000', '150549.631000', '150549.634000', '150549.637000', '150609.525000', '150609.528000', '150609.531000', '150609.534000', '150609.536000', '150609.539000', '150609.541000', '150609.544000', '150609.547000', '150609.549000', '150609.552000', '150609.555000', '150609.557000', '150609.560000', '150609.562000', '150609.565000', '150609.568000', '150609.570000', '150609.573000', '150609.575000', '150609.578000', '150609.581000', '150609.583000', '150609.586000', '150609.589000', '150609.591000', '150609.594000', '150609.596000', '150609.599000', '150609.602000', '150609.604000', '150609.607000', '150609.610000', '150609.612000', '150609.615000', '150609.617000', '150609.620000', '150609.623000', '150609.625000', '150609.628000', '150609.631000', '150609.633000', '150609.636000', '150609.638000', '150629.525000', '150629.527000', '150629.530000', '150629.533000', '150629.536000', '150629.538000', '150629.541000', '150629.543000', '150629.546000', '150629.549000', '150629.551000', '150629.554000', '150629.556000', '150629.559000', '150629.562000', '150629.565000', '150629.567000', '150629.570000', '150629.572000', '150629.575000', '150629.578000', '150629.580000', '150629.583000', '150629.585000', '150629.588000', '150629.591000', '150629.593000', '150629.596000', '150629.599000', '150629.601000', '150629.604000', '150629.607000', '150629.609000', '150629.612000', '150629.614000', '150629.617000', '150629.620000', '150629.622000', '150629.625000', '150629.627000', '150629.630000', '150629.633000', '150629.635000', '150649.525000', '150649.528000', '150649.531000', '150649.534000', '150649.536000', '150649.539000', '150649.542000', '150649.544000', '150649.547000', '150649.550000', '150649.552000', '150649.555000', '150649.558000', '150649.560000', '150649.563000', '150649.565000', '150649.568000', '150649.571000', '150649.573000', '150649.576000', '150649.579000', '150649.581000', '150649.584000', '150649.586000', '150649.589000', '150649.592000', '150649.594000', '150649.597000', '150649.600000', '150649.602000', '150649.605000', '150649.608000', '150649.610000', '150649.613000', '150649.615000', '150649.618000', '150649.621000', '150649.623000', '150649.626000', '150649.628000', '150649.631000', '150649.639000', '150649.642000', '150649.644000', '150709.525000', '150709.528000', '150709.531000', '150709.534000', '150709.536000', '150709.539000', '150709.542000', '150709.544000', '150709.547000', '150709.549000', '150709.552000', '150709.555000', '150709.557000', '150709.560000', '150709.563000', '150709.565000', '150709.568000', '150709.570000', '150709.573000', '150709.576000', '150709.578000', '150709.581000', '150709.584000', '150709.586000', '150709.589000', '150709.592000', '150709.594000', '150709.597000', '150709.600000', '150709.602000', '150709.605000', '150709.608000', '150709.610000', '150709.613000', '150709.616000', '150709.618000', '150709.621000', '150709.623000', '150709.626000', '150709.629000', '150709.631000', '150709.634000', '150709.637000', '150729.525000', '150729.528000', '150729.531000', '150729.534000', '150729.536000', '150729.539000', '150729.542000', '150729.544000', '150729.547000', '150729.549000', '150729.552000', '150729.555000', '150729.557000', '150729.560000', '150729.563000', '150729.565000', '150729.568000', '150729.570000', '150729.573000', '150729.576000', '150729.578000', '150729.581000', '150729.584000', '150729.586000', '150729.589000', '150729.592000', '150729.595000', '150729.597000', '150729.600000', '150729.603000', '150729.605000', '150729.608000', '150729.610000', '150729.613000', '150729.616000', '150729.619000', '150729.621000', '150729.624000', '150729.626000', '150729.629000', '150729.632000', '150729.634000', '150729.637000', '150729.640000', '150749.526000', '150749.529000', '150749.531000', '150749.534000', '150749.537000', '150749.539000', '150749.542000', '150749.544000', '150749.547000', '150749.550000', '150749.552000', '150749.555000', '150749.558000', '150749.560000', '150749.563000', '150749.566000', '150749.568000', '150749.571000', '150749.573000', '150749.576000', '150749.579000', '150749.581000', '150749.584000', '150749.586000', '150749.589000', '150749.592000', '150749.595000', '150749.597000', '150749.600000', '150749.602000', '150749.605000', '150749.608000', '150749.610000', '150749.613000', '150749.616000', '150749.618000', '150749.621000', '150749.624000', '150749.626000', '150749.629000', '150749.632000', '150749.634000', '150749.637000', '150809.526000', '150809.529000', '150809.531000', '150809.534000', '150809.537000', '150809.539000', '150809.542000', '150809.545000', '150809.547000', '150809.550000', '150809.558000', '150809.561000', '150809.563000', '150809.566000', '150809.569000', '150809.572000', '150809.574000', '150809.577000', '150809.580000', '150809.582000', '150809.585000', '150809.588000', '150809.590000', '150809.593000', '150809.596000', '150809.598000', '150809.601000', '150809.604000', '150809.606000', '150809.609000', '150809.612000', '150809.614000', '150809.617000', '150809.619000', '150809.622000', '150809.625000', '150809.627000', '150809.630000', '150809.632000', '150809.635000', '150809.638000', '150809.640000', '150809.643000', '150809.645000', '150829.526000', '150829.528000', '150829.531000', '150829.534000', '150829.537000', '150829.539000', '150829.542000', '150829.544000', '150829.547000', '150829.550000', '150829.552000', '150829.555000', '150829.558000', '150829.560000', '150829.563000', '150829.566000', '150829.568000', '150829.571000', '150829.573000', '150829.576000', '150829.579000', '150829.582000', '150829.584000', '150829.587000', '150829.590000', '150829.592000', '150829.595000', '150829.598000', '150829.600000', '150829.605000', '150829.607000', '150829.610000', '150829.613000', '150829.615000', '150829.618000', '150829.620000', '150829.623000', '150829.626000', '150829.628000', '150829.631000', '150829.634000', '150829.636000', '150829.639000', '150849.524000', '150849.527000', '150849.530000', '150849.533000', '150849.535000', '150849.538000', '150849.540000', '150849.543000', '150849.546000', '150849.549000', '150849.551000', '150849.554000', '150849.556000', '150849.559000', '150849.561000', '150849.564000', '150849.567000', '150849.569000', '150849.572000', '150849.574000', '150849.577000', '150849.580000', '150849.582000', '150849.585000', '150849.588000', '150849.591000', '150849.593000', '150849.596000', '150849.598000', '150849.601000', '150849.604000', '150849.606000', '150849.609000', '150849.611000', '150849.614000', '150849.617000', '150849.619000', '150849.622000', '150849.625000', '150849.627000', '150849.630000', '150849.633000', '150849.635000', '150849.638000', '150909.525000', '150909.528000', '150909.531000', '150909.534000', '150909.536000', '150909.539000', '150909.542000', '150909.545000', '150909.547000', '150909.550000', '150909.552000', '150909.555000', '150909.558000', '150909.560000', '150909.563000', '150909.568000', '150909.571000', '150909.573000', '150909.576000', '150909.579000', '150909.581000', '150909.584000', '150909.587000', '150909.589000', '150909.592000', '150909.595000', '150909.597000', '150909.600000', '150909.602000', '150909.605000', '150909.608000', '150909.610000', '150909.613000', '150909.615000', '150909.618000', '150909.621000', '150909.623000', '150909.626000', '150909.629000', '150909.631000', '150909.634000', '150909.636000', '150909.639000', '150929.527000', '150929.529000', '150929.533000', '150929.535000', '150929.538000', '150929.541000', '150929.544000', '150929.546000', '150929.549000', '150929.551000', '150929.554000', '150929.557000', '150929.560000', '150929.562000', '150929.565000', '150929.567000', '150929.570000', '150929.573000', '150929.575000', '150929.578000', '150929.581000', '150929.591000', '150929.594000', '150929.596000', '150929.599000', '150929.601000', '150929.604000', '150929.607000', '150929.609000', '150929.612000', '150929.615000', '150929.617000', '150929.620000', '150929.623000', '150929.625000', '150929.628000', '150929.631000', '150929.633000', '150929.636000', '150929.638000', '150929.641000', '150929.644000', '150929.646000', '150941.445000', '150941.449000', '150941.452000', '150941.455000', '150941.457000', '150941.460000', '150941.463000', '150941.466000', '150941.469000', '150941.472000', '150941.475000', '150941.478000', '150941.481000', '150941.483000', '150941.486000', '150941.489000', '150941.491000', '150941.494000', '150941.497000', '150941.500000', '150941.502000', '150941.505000', '150941.508000', '150941.511000', '150941.513000', '150941.516000', '150941.519000'], 'InstanceCreationTime': ['150249.554000', '150249.558000', '150249.560000', '150249.563000', '150249.566000', '150249.575000', '150249.577000', '150249.580000', '150249.582000', '150249.585000', '150249.588000', '150249.590000', '150249.593000', '150249.596000', '150249.598000', '150249.601000', '150249.603000', '150249.606000', '150309.525000', '150309.528000', '150309.531000', '150309.533000', '150309.536000', '150309.539000', '150309.541000', '150309.544000', '150309.547000', '150309.550000', '150309.552000', '150309.555000', '150309.557000', '150309.560000', '150309.562000', '150309.565000', '150309.568000', '150309.571000', '150309.573000', '150309.576000', '150309.578000', '150309.581000', '150309.583000', '150309.586000', '150309.589000', '150309.591000', '150309.594000', '150309.596000', '150309.599000', '150309.601000', '150309.604000', '150309.607000', '150309.609000', '150309.612000', '150309.614000', '150309.617000', '150309.620000', '150309.623000', '150309.625000', '150309.628000', '150309.630000', '150309.637000', '150309.639000', '150329.525000', '150329.529000', '150329.531000', '150329.535000', '150329.538000', '150329.540000', '150329.543000', '150329.545000', '150329.548000', '150329.551000', '150329.553000', '150329.556000', '150329.558000', '150329.561000', '150329.564000', '150329.566000', '150329.569000', '150329.571000', '150329.574000', '150329.577000', '150329.579000', '150329.582000', '150329.594000', '150329.596000', '150329.599000', '150329.601000', '150329.604000', '150329.607000', '150329.609000', '150329.612000', '150329.615000', '150329.617000', '150329.620000', '150329.622000', '150329.625000', '150329.627000', '150329.630000', '150329.633000', '150329.635000', '150329.638000', '150329.640000', '150329.643000', '150329.646000', '150329.648000', '150349.525000', '150349.528000', '150349.531000', '150349.534000', '150349.536000', '150349.539000', '150349.541000', '150349.544000', '150349.547000', '150349.549000', '150349.552000', '150349.555000', '150349.557000', '150349.560000', '150349.563000', '150349.565000', '150349.568000', '150349.571000', '150349.573000', '150349.576000', '150349.579000', '150349.581000', '150349.584000', '150349.586000', '150349.589000', '150349.592000', '150349.595000', '150349.597000', '150349.600000', '150349.602000', '150349.605000', '150349.608000', '150349.610000', '150349.613000', '150349.615000', '150349.618000', '150349.621000', '150349.623000', '150349.626000', '150349.629000', '150349.631000', '150349.634000', '150349.637000', '150409.524000', '150409.527000', '150409.530000', '150409.532000', '150409.535000', '150409.538000', '150409.540000', '150409.543000', '150409.546000', '150409.548000', '150409.551000', '150409.553000', '150409.556000', '150409.559000', '150409.561000', '150409.564000', '150409.566000', '150409.569000', '150409.572000', '150409.574000', '150409.577000', '150409.580000', '150409.582000', '150409.585000', '150409.587000', '150409.590000', '150409.593000', '150409.595000', '150409.598000', '150409.601000', '150409.603000', '150409.606000', '150409.608000', '150409.611000', '150409.613000', '150409.616000', '150409.619000', '150409.622000', '150409.624000', '150409.627000', '150409.630000', '150409.632000', '150409.635000', '150409.637000', '150429.525000', '150429.528000', '150429.531000', '150429.533000', '150429.536000', '150429.539000', '150429.541000', '150429.544000', '150429.547000', '150429.549000', '150429.552000', '150429.554000', '150429.557000', '150429.560000', '150429.562000', '150429.565000', '150429.567000', '150429.570000', '150429.573000', '150429.582000', '150429.585000', '150429.587000', '150429.590000', '150429.593000', '150429.595000', '150429.598000', '150429.601000', '150429.603000', '150429.607000', '150429.610000', '150429.613000', '150429.615000', '150429.618000', '150429.621000', '150429.623000', '150429.626000', '150429.629000', '150429.631000', '150429.634000', '150429.637000', '150429.639000', '150429.642000', '150429.647000', '150449.526000', '150449.528000', '150449.531000', '150449.534000', '150449.537000', '150449.539000', '150449.542000', '150449.545000', '150449.547000', '150449.550000', '150449.552000', '150449.555000', '150449.557000', '150449.560000', '150449.563000', '150449.565000', '150449.568000', '150449.571000', '150449.573000', '150449.576000', '150449.579000', '150449.581000', '150449.584000', '150449.587000', '150449.589000', '150449.592000', '150449.594000', '150449.597000', '150449.600000', '150449.602000', '150449.605000', '150449.608000', '150449.610000', '150449.613000', '150449.615000', '150449.618000', '150449.621000', '150449.623000', '150449.626000', '150449.629000', '150449.631000', '150449.634000', '150449.636000', '150449.639000', '150509.525000', '150509.528000', '150509.531000', '150509.540000', '150509.543000', '150509.545000', '150509.548000', '150509.550000', '150509.553000', '150509.556000', '150509.558000', '150509.561000', '150509.563000', '150509.566000', '150509.569000', '150509.571000', '150509.574000', '150509.577000', '150509.579000', '150509.582000', '150509.584000', '150509.587000', '150509.590000', '150509.593000', '150509.595000', '150509.598000', '150509.601000', '150509.604000', '150509.608000', '150509.611000', '150509.613000', '150509.616000', '150509.618000', '150509.621000', '150509.624000', '150509.626000', '150509.629000', '150509.632000', '150509.634000', '150509.637000', '150509.640000', '150509.642000', '150509.645000', '150529.525000', '150529.528000', '150529.531000', '150529.534000', '150529.537000', '150529.539000', '150529.542000', '150529.545000', '150529.547000', '150529.550000', '150529.553000', '150529.555000', '150529.558000', '150529.560000', '150529.563000', '150529.565000', '150529.568000', '150529.571000', '150529.573000', '150529.576000', '150529.579000', '150529.581000', '150529.584000', '150529.586000', '150529.589000', '150529.592000', '150529.594000', '150529.597000', '150529.599000', '150529.602000', '150529.605000', '150529.607000', '150529.610000', '150529.612000', '150529.615000', '150529.618000', '150529.620000', '150529.623000', '150529.626000', '150529.628000', '150529.631000', '150529.633000', '150529.636000', '150529.639000', '150549.525000', '150549.528000', '150549.531000', '150549.534000', '150549.536000', '150549.539000', '150549.541000', '150549.544000', '150549.547000', '150549.549000', '150549.552000', '150549.555000', '150549.557000', '150549.560000', '150549.562000', '150549.565000', '150549.568000', '150549.570000', '150549.573000', '150549.575000', '150549.578000', '150549.581000', '150549.583000', '150549.586000', '150549.589000', '150549.591000', '150549.594000', '150549.596000', '150549.599000', '150549.602000', '150549.604000', '150549.607000', '150549.610000', '150549.613000', '150549.615000', '150549.618000', '150549.621000', '150549.623000', '150549.626000', '150549.629000', '150549.631000', '150549.634000', '150549.637000', '150609.525000', '150609.528000', '150609.531000', '150609.534000', '150609.536000', '150609.539000', '150609.541000', '150609.544000', '150609.547000', '150609.549000', '150609.552000', '150609.555000', '150609.557000', '150609.560000', '150609.562000', '150609.565000', '150609.568000', '150609.570000', '150609.573000', '150609.575000', '150609.578000', '150609.581000', '150609.583000', '150609.586000', '150609.589000', '150609.591000', '150609.594000', '150609.596000', '150609.599000', '150609.602000', '150609.604000', '150609.607000', '150609.610000', '150609.612000', '150609.615000', '150609.617000', '150609.620000', '150609.623000', '150609.625000', '150609.628000', '150609.631000', '150609.633000', '150609.636000', '150609.638000', '150629.525000', '150629.527000', '150629.530000', '150629.533000', '150629.536000', '150629.538000', '150629.541000', '150629.543000', '150629.546000', '150629.549000', '150629.551000', '150629.554000', '150629.556000', '150629.559000', '150629.562000', '150629.565000', '150629.567000', '150629.570000', '150629.572000', '150629.575000', '150629.578000', '150629.580000', '150629.583000', '150629.585000', '150629.588000', '150629.591000', '150629.593000', '150629.596000', '150629.599000', '150629.601000', '150629.604000', '150629.607000', '150629.609000', '150629.612000', '150629.614000', '150629.617000', '150629.620000', '150629.622000', '150629.625000', '150629.627000', '150629.630000', '150629.633000', '150629.635000', '150649.525000', '150649.528000', '150649.531000', '150649.534000', '150649.536000', '150649.539000', '150649.542000', '150649.544000', '150649.547000', '150649.550000', '150649.552000', '150649.555000', '150649.558000', '150649.560000', '150649.563000', '150649.565000', '150649.568000', '150649.571000', '150649.573000', '150649.576000', '150649.579000', '150649.581000', '150649.584000', '150649.586000', '150649.589000', '150649.592000', '150649.594000', '150649.597000', '150649.600000', '150649.602000', '150649.605000', '150649.608000', '150649.610000', '150649.613000', '150649.615000', '150649.618000', '150649.621000', '150649.623000', '150649.626000', '150649.628000', '150649.631000', '150649.639000', '150649.642000', '150649.644000', '150709.525000', '150709.528000', '150709.531000', '150709.534000', '150709.536000', '150709.539000', '150709.542000', '150709.544000', '150709.547000', '150709.549000', '150709.552000', '150709.555000', '150709.557000', '150709.560000', '150709.563000', '150709.565000', '150709.568000', '150709.570000', '150709.573000', '150709.576000', '150709.578000', '150709.581000', '150709.584000', '150709.586000', '150709.589000', '150709.592000', '150709.594000', '150709.597000', '150709.600000', '150709.602000', '150709.605000', '150709.608000', '150709.610000', '150709.613000', '150709.616000', '150709.618000', '150709.621000', '150709.623000', '150709.626000', '150709.629000', '150709.631000', '150709.634000', '150709.637000', '150729.525000', '150729.528000', '150729.531000', '150729.534000', '150729.536000', '150729.539000', '150729.542000', '150729.544000', '150729.547000', '150729.549000', '150729.552000', '150729.555000', '150729.557000', '150729.560000', '150729.563000', '150729.565000', '150729.568000', '150729.570000', '150729.573000', '150729.576000', '150729.578000', '150729.581000', '150729.584000', '150729.586000', '150729.589000', '150729.592000', '150729.595000', '150729.597000', '150729.600000', '150729.603000', '150729.605000', '150729.608000', '150729.610000', '150729.613000', '150729.616000', '150729.619000', '150729.621000', '150729.624000', '150729.626000', '150729.629000', '150729.632000', '150729.634000', '150729.637000', '150729.640000', '150749.526000', '150749.529000', '150749.531000', '150749.534000', '150749.537000', '150749.539000', '150749.542000', '150749.544000', '150749.547000', '150749.550000', '150749.552000', '150749.555000', '150749.558000', '150749.560000', '150749.563000', '150749.566000', '150749.568000', '150749.571000', '150749.573000', '150749.576000', '150749.579000', '150749.581000', '150749.584000', '150749.586000', '150749.589000', '150749.592000', '150749.595000', '150749.597000', '150749.600000', '150749.602000', '150749.605000', '150749.608000', '150749.610000', '150749.613000', '150749.616000', '150749.618000', '150749.621000', '150749.624000', '150749.626000', '150749.629000', '150749.632000', '150749.634000', '150749.637000', '150809.526000', '150809.529000', '150809.531000', '150809.534000', '150809.537000', '150809.539000', '150809.542000', '150809.545000', '150809.547000', '150809.550000', '150809.558000', '150809.561000', '150809.563000', '150809.566000', '150809.569000', '150809.572000', '150809.574000', '150809.577000', '150809.580000', '150809.582000', '150809.585000', '150809.588000', '150809.590000', '150809.593000', '150809.596000', '150809.598000', '150809.601000', '150809.604000', '150809.606000', '150809.609000', '150809.612000', '150809.614000', '150809.617000', '150809.619000', '150809.622000', '150809.625000', '150809.627000', '150809.630000', '150809.632000', '150809.635000', '150809.638000', '150809.640000', '150809.643000', '150809.645000', '150829.526000', '150829.528000', '150829.531000', '150829.534000', '150829.537000', '150829.539000', '150829.542000', '150829.544000', '150829.547000', '150829.550000', '150829.552000', '150829.555000', '150829.558000', '150829.560000', '150829.563000', '150829.566000', '150829.568000', '150829.571000', '150829.573000', '150829.576000', '150829.579000', '150829.582000', '150829.584000', '150829.587000', '150829.590000', '150829.592000', '150829.595000', '150829.598000', '150829.600000', '150829.605000', '150829.607000', '150829.610000', '150829.613000', '150829.615000', '150829.618000', '150829.620000', '150829.623000', '150829.626000', '150829.628000', '150829.631000', '150829.634000', '150829.636000', '150829.639000', '150849.524000', '150849.527000', '150849.530000', '150849.533000', '150849.535000', '150849.538000', '150849.540000', '150849.543000', '150849.546000', '150849.549000', '150849.551000', '150849.554000', '150849.556000', '150849.559000', '150849.561000', '150849.564000', '150849.567000', '150849.569000', '150849.572000', '150849.574000', '150849.577000', '150849.580000', '150849.582000', '150849.585000', '150849.588000', '150849.591000', '150849.593000', '150849.596000', '150849.598000', '150849.601000', '150849.604000', '150849.606000', '150849.609000', '150849.611000', '150849.614000', '150849.617000', '150849.619000', '150849.622000', '150849.625000', '150849.627000', '150849.630000', '150849.633000', '150849.635000', '150849.638000', '150909.525000', '150909.528000', '150909.531000', '150909.534000', '150909.536000', '150909.539000', '150909.542000', '150909.545000', '150909.547000', '150909.550000', '150909.552000', '150909.555000', '150909.558000', '150909.560000', '150909.563000', '150909.568000', '150909.571000', '150909.573000', '150909.576000', '150909.579000', '150909.581000', '150909.584000', '150909.587000', '150909.589000', '150909.592000', '150909.595000', '150909.597000', '150909.600000', '150909.602000', '150909.605000', '150909.608000', '150909.610000', '150909.613000', '150909.615000', '150909.618000', '150909.621000', '150909.623000', '150909.626000', '150909.629000', '150909.631000', '150909.634000', '150909.636000', '150909.639000', '150929.527000', '150929.529000', '150929.533000', '150929.535000', '150929.538000', '150929.541000', '150929.544000', '150929.546000', '150929.549000', '150929.551000', '150929.554000', '150929.557000', '150929.560000', '150929.562000', '150929.565000', '150929.567000', '150929.570000', '150929.573000', '150929.575000', '150929.578000', '150929.581000', '150929.591000', '150929.594000', '150929.596000', '150929.599000', '150929.601000', '150929.604000', '150929.607000', '150929.609000', '150929.612000', '150929.615000', '150929.617000', '150929.620000', '150929.623000', '150929.625000', '150929.628000', '150929.631000', '150929.633000', '150929.636000', '150929.638000', '150929.641000', '150929.644000', '150929.646000', '150941.445000', '150941.449000', '150941.452000', '150941.455000', '150941.457000', '150941.460000', '150941.463000', '150941.466000', '150941.469000', '150941.472000', '150941.475000', '150941.478000', '150941.481000', '150941.483000', '150941.486000', '150941.489000', '150941.491000', '150941.494000', '150941.497000', '150941.500000', '150941.502000', '150941.505000', '150941.508000', '150941.511000', '150941.513000', '150941.516000', '150941.519000'], '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': [8588, 11727, 9558, 10861, 8797, 9017, 9588, 9805, 10092, 8403, 10446, 7749, 10711, 9707, 11313, 8763, 10371, 8287, 10717, 9435, 12840, 7789, 10881, 8166, 10389, 8153, 10950, 8407, 10426, 8226, 10914, 8068, 10781, 8457, 10670, 8637, 10162, 8107, 10533, 8488, 10268, 8384, 10737, 8219, 10051, 8188, 10484, 8480, 10912, 8478, 10648, 8272, 10545, 8350, 10169, 8515, 10489, 9804, 8494, 9348, 10438, 8956, 10826, 8836, 13310, 9339, 11615, 8255, 10508, 8174, 10316, 8281, 11330, 9106, 9987, 8146, 10660, 8156, 11101, 8155, 11666, 9043, 9972, 8075, 10130, 8103, 10472, 8331, 11211, 8242, 9793, 8269, 9884, 8363, 10502, 8207, 10864, 8388, 9994, 8107, 10267, 8075, 10343, 8233, 11030, 8527, 9140, 8512, 9702, 8374, 10332, 8422, 10174, 8749, 9020, 9049, 8897, 8957, 9505, 9411, 8900, 9255, 8269, 9425, 8455, 10315, 8584, 11073, 8218, 10767, 7893, 10351, 8073, 10462, 8059, 10378, 7765, 9626, 8033, 10014, 8082, 10470, 8307, 10574, 8285, 10014, 8160, 11291, 8277, 10629, 7831, 10784, 8171, 10429, 8337, 10738, 8459, 10395, 8353, 10688, 8293, 10371, 8311, 11041, 8266, 10754, 8195, 10455, 8464, 10107, 8413, 10104, 8090, 10276, 8125, 9969, 8558, 9848, 8698, 9620, 7927, 9910, 8107, 9829, 9563, 9159, 11210, 8414, 10440, 8506, 10280, 8311, 10463, 8323, 8496, 9122, 9262, 9358, 10129, 9268, 10496, 8843, 8541, 9643, 8956, 9587, 10608, 8671, 10698, 8624, 9037, 9545, 9419, 9604, 10088, 9651, 9445, 9513, 8864, 9849, 9096, 9990, 9248, 10445, 8378, 9627, 8480, 9850, 8830, 10032, 8520, 10281, 8123, 9785, 8627, 9784, 8463, 10225, 8690, 10834, 8250, 10451, 8638, 10316, 8781, 10241, 8573, 10565, 8849, 10040, 8599, 10202, 8346, 11148, 8648, 10539, 8430, 10269, 8101, 9952, 8203, 10643, 8648, 10098, 8487, 9914, 8667, 9946, 8217, 10749, 8398, 10234, 8183, 10476, 8659, 10047, 8660, 8613, 8545, 10215, 8494, 10198, 8816, 10292, 8915, 9303, 8806, 10308, 8743, 9399, 9088, 9361, 9080, 8332, 9917, 8397, 9761, 8527, 10027, 8637, 10018, 8063, 9801, 8097, 10156, 8743, 9633, 8448, 9770, 7923, 9686, 8480, 10283, 8598, 10117, 8606, 9544, 8655, 9771, 7880, 9952, 8407, 9529, 8246, 11350, 8602, 9778, 8244, 9510, 8536, 9912, 9016, 9299, 9145, 8891, 8733, 9270, 8986, 9329, 10186, 10266, 9443, 8557, 8949, 9484, 8537, 10747, 8605, 13011, 8287, 10520, 8113, 10609, 8073, 10857, 8736, 9310, 7862, 9539, 8250, 9295, 8669, 9658, 8740, 10299, 7895, 11307, 8064, 10706, 7916, 8742, 9481, 8480, 9743, 8621, 9459, 8270, 8560, 8235, 8736, 8843, 9746, 9133, 9329, 9257, 8209, 9676, 8874, 9422, 10346, 8701, 12331, 9671, 12413, 8122, 11114, 8234, 10787, 8717, 10907, 8978, 12453, 7952, 10692, 8246, 10911, 8689, 14200, 8292, 11503, 7982, 10700, 8966, 11879, 9218, 13509, 7578, 10639, 7610, 10208, 8174, 10337, 8666, 10423, 7942, 10202, 7846, 9376, 8298, 10033, 8280, 9807, 7893, 10050, 8192, 10080, 8470, 9577, 8590, 10310, 7879, 9703, 7949, 9276, 8448, 9171, 9188, 9074, 9217, 9008, 10052, 9055, 9927, 8669, 9676, 8618, 9460, 9045, 9742, 8928, 9530, 8906, 9632, 9148, 8968, 9449, 9182, 8675, 9698, 8661, 10203, 8187, 10799, 8513, 9035, 8478, 9478, 8234, 9267, 8626, 8977, 8923, 8958, 8850, 9481, 9023, 9411, 9109, 8848, 9071, 8618, 8213, 10224, 8518, 11779, 8420, 9465, 8438, 9612, 8443, 10595, 8639, 11677, 9503, 9054, 8564, 9413, 8562, 10243, 8679, 14597, 10623, 14282, 8828, 12169, 8764, 12222, 9705, 15077, 10096, 14274, 8423, 11835, 8140, 11211, 8249, 10759, 9561, 10703, 8003, 10652, 7735, 10949, 8256, 10697, 9392, 10851, 7893, 10457, 8035, 10171, 7905, 10001, 7782, 9886, 7872, 10169, 7761, 9819, 7781, 9709, 7771, 10118, 7819, 9650, 7966, 9743, 7933, 8919, 8354, 8579, 9183, 8043, 9368, 8036, 9591, 8208, 10716, 8130, 10349, 8233, 9514, 8370, 10363, 8407, 10648, 8456, 8927, 9314, 9430, 9074, 8390, 10429, 8428, 11022, 8327, 12216, 9735, 12119, 9825, 8508, 10036, 8275, 10347, 8538, 13900, 10372, 14108, 8411, 12024, 8503, 11267, 8251, 11028, 8997, 8504, 9503, 8439, 9542, 8628, 9811, 8745, 10826, 8130, 10139, 8012, 10097, 8068, 10152, 8316, 11243, 8374, 10409, 8092, 10114, 8264, 10375, 9523, 11077, 8129, 10313, 7801, 11025, 8051, 10318, 7975, 9130, 8418, 9574, 7973, 9881, 7931, 9885, 8470, 9774, 8531, 10549, 8244, 9948, 8215, 9998, 8441, 9321, 8750, 8757, 8389, 8492, 9509, 8468, 10146, 8411, 10142, 8418, 9024, 8308, 9938, 8084, 10712, 8324, 9695, 8053, 9970, 7918, 9790, 7865, 9891, 8368, 9112, 8168, 9762, 8288, 10162, 7820, 10015, 7663, 10406, 7843, 10889, 7885, 10555, 7858, 9931, 8032, 10039, 8029, 10094, 8190, 9859, 8171, 10655, 8120, 10551, 8281, 10422, 8122, 10848, 8169, 10713, 9165, 10997, 8122, 10232, 8033, 10199, 8084, 10617, 8871, 11111, 8019, 10339, 8006, 10217, 8032, 10329, 8787, 9608, 7958, 9827, 8413, 9618, 8160, 9504, 8917, 9494, 9270, 8248, 9097, 9263, 8999, 9639, 9218, 9577, 9976, 9580, 8760, 9016, 8608, 9897, 8552, 10677, 8764, 9867, 8281, 8835, 8663, 9122, 8700, 9401, 9754, 8535, 9139, 8249, 9573, 8266, 9039, 7919, 10038, 7795, 9239, 7716, 9125, 8532, 8577, 8695, 8249, 8992, 7937, 8938, 8170, 8090, 8699, 8055, 8988, 8344, 9981, 8774, 13144, 10532, 8103, 9927, 7891, 9025, 8193, 8563, 8537, 9425, 13091, 9102, 11028, 8591, 11666, 9423, 13305, 11024, 13736, 10819, 12818, 11557, 10867, 11798, 9210, 11155, 8800, 12256, 8269, 11436, 8469, 10734, 8441, 10361, 8303, 10223, 8403, 10717, 8466, 9609, 8473, 8992, 8520, 8899, 8728, 8305, 9279, 7986, 10328, 8331, 8425, 8937, 8280, 9347, 8617, 9618, 8456, 9253, 8951, 8644, 9518, 7899, 9224, 8570, 10132, 8632, 10448, 8532, 10601, 8689, 12488, 8604, 9773, 8682, 8652, 9529, 8033, 9989, 8322, 10204, 8537, 9603, 8888, 10865, 9354, 10251, 9451, 11759, 8814, 12031, 8347, 11836, 8352, 12554, 8397, 10524, 8518, 9168, 8711, 9259, 8574, 10060, 8780, 10898, 9251, 9649, 8900, 8863, 9123, 9048, 9108, 9041, 9026, 8574, 11018, 8577, 11295, 8183, 8995, 9166, 8353, 10956, 9036, 12837, 9087, 9564, 8891, 9359], 'WindowCenter': [4546.0, 4558.0, 4537.0, 4532.0, 4499.0, 4498.0, 4496.0, 4496.0, 4507.0, 4474.0, 4505.0, 4462.0, 4502.0, 4481.0, 4502.0, 4470.0, 4492.0, 4472.0, 4509.0, 4496.0, 4514.0, 4473.0, 4490.0, 4470.0, 4478.0, 4459.0, 4489.0, 4472.0, 4490.0, 4472.0, 4491.0, 4462.0, 4490.0, 4471.0, 4492.0, 4473.0, 4492.0, 4474.0, 4503.0, 4472.0, 4503.0, 4475.0, 4505.0, 4475.0, 4495.0, 4473.0, 4502.0, 4485.0, 4504.0, 4487.0, 4505.0, 4485.0, 4503.0, 4473.0, 4502.0, 4484.0, 4504.0, 4497.0, 4485.0, 4484.0, 4503.0, 4483.0, 4492.0, 4471.0, 4511.0, 4483.0, 4501.0, 4472.0, 4490.0, 4471.0, 4490.0, 4471.0, 4490.0, 4483.0, 4481.0, 4472.0, 4490.0, 4461.0, 4500.0, 4460.0, 4500.0, 4483.0, 4492.0, 4472.0, 4490.0, 4460.0, 4491.0, 4472.0, 4501.0, 4474.0, 4493.0, 4473.0, 4491.0, 4473.0, 4490.0, 4471.0, 4501.0, 4474.0, 4493.0, 4473.0, 4492.0, 4472.0, 4491.0, 4472.0, 4503.0, 4486.0, 4495.0, 4485.0, 4494.0, 4485.0, 4493.0, 4474.0, 4504.0, 4486.0, 4484.0, 4484.0, 4483.0, 4485.0, 4492.0, 4496.0, 4485.0, 4495.0, 4485.0, 4484.0, 4472.0, 4495.0, 4483.0, 4505.0, 4473.0, 4503.0, 4461.0, 4492.0, 4461.0, 4492.0, 4473.0, 4506.0, 4474.0, 4481.0, 4473.0, 4491.0, 4461.0, 4492.0, 4470.0, 4491.0, 4472.0, 4490.0, 4472.0, 4501.0, 4472.0, 4503.0, 4463.0, 4503.0, 4471.0, 4490.0, 4460.0, 4493.0, 4472.0, 4492.0, 4471.0, 4490.0, 4460.0, 4479.0, 4471.0, 4502.0, 4471.0, 4502.0, 4472.0, 4491.0, 4458.0, 4480.0, 4459.0, 4491.0, 4460.0, 4491.0, 4460.0, 4479.0, 4468.0, 4479.0, 4469.0, 4480.0, 4472.0, 4491.0, 4473.0, 4493.0, 4495.0, 4480.0, 4499.0, 4470.0, 4489.0, 4483.0, 4493.0, 4472.0, 4502.0, 4474.0, 4483.0, 4495.0, 4494.0, 4496.0, 4505.0, 4498.0, 4508.0, 4487.0, 4484.0, 4495.0, 4482.0, 4483.0, 4491.0, 4472.0, 4492.0, 4473.0, 4482.0, 4483.0, 4481.0, 4494.0, 4491.0, 4494.0, 4481.0, 4481.0, 4482.0, 4482.0, 4469.0, 4481.0, 4482.0, 4493.0, 4471.0, 4481.0, 4469.0, 4479.0, 4467.0, 4480.0, 4470.0, 4479.0, 4460.0, 4478.0, 4469.0, 4477.0, 4458.0, 4478.0, 4469.0, 4489.0, 4458.0, 4489.0, 4469.0, 4479.0, 4457.0, 4477.0, 4469.0, 4490.0, 4469.0, 4492.0, 4470.0, 4488.0, 4469.0, 4488.0, 4471.0, 4490.0, 4460.0, 4490.0, 4461.0, 4489.0, 4470.0, 4489.0, 4483.0, 4490.0, 4470.0, 4491.0, 4471.0, 4490.0, 4474.0, 4503.0, 4474.0, 4493.0, 4474.0, 4502.0, 4485.0, 4493.0, 4486.0, 4485.0, 4486.0, 4494.0, 4473.0, 4493.0, 4483.0, 4492.0, 4485.0, 4483.0, 4481.0, 4493.0, 4472.0, 4481.0, 4482.0, 4482.0, 4482.0, 4472.0, 4493.0, 4472.0, 4493.0, 4481.0, 4493.0, 4474.0, 4496.0, 4473.0, 4493.0, 4473.0, 4493.0, 4473.0, 4483.0, 4473.0, 4491.0, 4473.0, 4493.0, 4482.0, 4492.0, 4470.0, 4492.0, 4471.0, 4494.0, 4483.0, 4522.0, 4486.0, 4506.0, 4483.0, 4495.0, 4486.0, 4516.0, 4496.0, 4506.0, 4485.0, 4496.0, 4486.0, 4506.0, 4497.0, 4496.0, 4496.0, 4485.0, 4485.0, 4483.0, 4484.0, 4481.0, 4494.0, 4493.0, 4492.0, 4484.0, 4483.0, 4482.0, 4482.0, 4501.0, 4470.0, 4510.0, 4470.0, 4490.0, 4461.0, 4501.0, 4471.0, 4489.0, 4470.0, 4480.0, 4459.0, 4478.0, 4470.0, 4480.0, 4493.0, 4491.0, 4472.0, 4492.0, 4471.0, 4502.0, 4471.0, 4490.0, 4459.0, 4470.0, 4477.0, 4468.0, 4479.0, 4470.0, 4481.0, 4472.0, 4482.0, 4483.0, 4482.0, 4495.0, 4494.0, 4497.0, 4496.0, 4497.0, 4486.0, 4507.0, 4493.0, 4494.0, 4504.0, 4486.0, 4513.0, 4495.0, 4513.0, 4474.0, 4513.0, 4483.0, 4502.0, 4483.0, 4505.0, 4485.0, 4513.0, 4473.0, 4492.0, 4472.0, 4492.0, 4472.0, 4521.0, 4472.0, 4501.0, 4460.0, 4490.0, 4469.0, 4500.0, 4482.0, 4523.0, 4473.0, 4501.0, 4460.0, 4489.0, 4469.0, 4477.0, 4470.0, 4489.0, 4459.0, 4488.0, 4458.0, 4479.0, 4468.0, 4479.0, 4468.0, 4492.0, 4460.0, 4490.0, 4470.0, 4489.0, 4469.0, 4481.0, 4470.0, 4491.0, 4460.0, 4480.0, 4460.0, 4479.0, 4469.0, 4480.0, 4478.0, 4480.0, 4479.0, 4480.0, 4488.0, 4480.0, 4489.0, 4470.0, 4480.0, 4471.0, 4490.0, 4480.0, 4491.0, 4482.0, 4490.0, 4482.0, 4492.0, 4495.0, 4482.0, 4494.0, 4494.0, 4484.0, 4492.0, 4483.0, 4502.0, 4484.0, 4504.0, 4484.0, 4495.0, 4486.0, 4502.0, 4495.0, 4494.0, 4496.0, 4495.0, 4497.0, 4495.0, 4496.0, 4505.0, 4496.0, 4495.0, 4499.0, 4509.0, 4525.0, 4510.0, 4499.0, 4529.0, 4495.0, 4526.0, 4486.0, 4505.0, 4484.0, 4504.0, 4485.0, 4519.0, 4512.0, 4529.0, 4509.0, 4498.0, 4496.0, 4507.0, 4486.0, 4506.0, 4483.0, 4534.0, 4505.0, 4534.0, 4483.0, 4511.0, 4470.0, 4511.0, 4482.0, 4534.0, 4493.0, 4521.0, 4470.0, 4499.0, 4459.0, 4489.0, 4458.0, 4488.0, 4480.0, 4490.0, 4460.0, 4489.0, 4460.0, 4489.0, 4469.0, 4489.0, 4481.0, 4490.0, 4460.0, 4488.0, 4459.0, 4489.0, 4460.0, 4491.0, 4461.0, 4491.0, 4471.0, 4489.0, 4458.0, 4492.0, 4473.0, 4503.0, 4474.0, 4493.0, 4461.0, 4492.0, 4471.0, 4481.0, 4474.0, 4495.0, 4472.0, 4483.0, 4493.0, 4474.0, 4482.0, 4472.0, 4492.0, 4483.0, 4514.0, 4485.0, 4517.0, 4499.0, 4507.0, 4496.0, 4516.0, 4500.0, 4517.0, 4499.0, 4511.0, 4498.0, 4496.0, 4498.0, 4485.0, 4517.0, 4487.0, 4517.0, 4486.0, 4526.0, 4509.0, 4528.0, 4508.0, 4486.0, 4496.0, 4486.0, 4494.0, 4484.0, 4525.0, 4495.0, 4525.0, 4475.0, 4515.0, 4484.0, 4504.0, 4473.0, 4503.0, 4484.0, 4472.0, 4494.0, 4474.0, 4493.0, 4473.0, 4493.0, 4472.0, 4504.0, 4472.0, 4493.0, 4473.0, 4493.0, 4473.0, 4493.0, 4474.0, 4503.0, 4474.0, 4505.0, 4474.0, 4493.0, 4473.0, 4491.0, 4494.0, 4504.0, 4475.0, 4517.0, 4475.0, 4503.0, 4472.0, 4492.0, 4461.0, 4482.0, 4472.0, 4493.0, 4472.0, 4493.0, 4487.0, 4521.0, 4486.0, 4495.0, 4485.0, 4506.0, 4473.0, 4495.0, 4484.0, 4494.0, 4473.0, 4510.0, 4485.0, 4484.0, 4473.0, 4473.0, 4481.0, 4472.0, 4492.0, 4473.0, 4493.0, 4474.0, 4483.0, 4472.0, 4481.0, 4461.0, 4489.0, 4470.0, 4482.0, 4462.0, 4491.0, 4460.0, 4490.0, 4472.0, 4493.0, 4473.0, 4483.0, 4474.0, 4492.0, 4472.0, 4493.0, 4474.0, 4508.0, 4475.0, 4493.0, 4473.0, 4503.0, 4472.0, 4491.0, 4472.0, 4493.0, 4473.0, 4493.0, 4476.0, 4504.0, 4485.0, 4506.0, 4487.0, 4518.0, 4477.0, 4505.0, 4485.0, 4504.0, 4475.0, 4503.0, 4474.0, 4505.0, 4496.0, 4505.0, 4474.0, 4503.0, 4474.0, 4506.0, 4475.0, 4503.0, 4485.0, 4505.0, 4473.0, 4492.0, 4473.0, 4491.0, 4473.0, 4492.0, 4484.0, 4494.0, 4476.0, 4504.0, 4485.0, 4494.0, 4486.0, 4495.0, 4512.0, 4497.0, 4495.0, 4488.0, 4498.0, 4494.0, 4485.0, 4493.0, 4485.0, 4483.0, 4496.0, 4481.0, 4471.0, 4471.0, 4471.0, 4480.0, 4470.0, 4489.0, 4472.0, 4492.0, 4471.0, 4482.0, 4483.0, 4481.0, 4470.0, 4470.0, 4497.0, 4473.0, 4482.0, 4470.0, 4479.0, 4471.0, 4471.0, 4459.0, 4481.0, 4460.0, 4481.0, 4449.0, 4469.0, 4456.0, 4458.0, 4468.0, 4484.0, 4512.0, 4503.0, 4510.0, 4486.0, 4472.0, 4468.0, 4457.0, 4484.0, 4472.0, 4480.0, 4474.0, 4528.0, 4505.0, 4471.0, 4492.0, 4474.0, 4485.0, 4472.0, 4486.0, 4486.0, 4494.0, 4524.0, 4484.0, 4492.0, 4472.0, 4502.0, 4483.0, 4511.0, 4491.0, 4500.0, 4478.0, 4486.0, 4464.0, 4451.0, 4459.0, 4426.0, 4447.0, 4415.0, 4446.0, 4413.0, 4432.0, 4402.0, 4431.0, 4401.0, 4421.0, 4401.0, 4431.0, 4412.0, 4432.0, 4413.0, 4433.0, 4427.0, 4436.0, 4427.0, 4438.0, 4440.0, 4428.0, 4466.0, 4456.0, 4475.0, 4443.0, 4444.0, 4453.0, 4456.0, 4466.0, 4460.0, 4480.0, 4473.0, 4483.0, 4472.0, 4473.0, 4495.0, 4474.0, 4484.0, 4485.0, 4493.0, 4475.0, 4491.0, 4502.0, 4481.0, 4446.0, 4499.0, 4462.0, 4482.0, 4473.0, 4474.0, 4484.0, 4463.0, 4493.0, 4475.0, 4493.0, 4487.0, 4495.0, 4488.0, 4506.0, 4498.0, 4506.0, 4508.0, 4516.0, 4487.0, 4515.0, 4476.0, 4514.0, 4475.0, 4515.0, 4475.0, 4506.0, 4488.0, 4497.0, 4497.0, 4496.0, 4489.0, 4507.0, 4498.0, 4507.0, 4499.0, 4509.0, 4515.0, 4499.0, 4499.0, 4497.0, 4501.0, 4500.0, 4501.0, 4499.0, 4521.0, 4515.0, 4533.0, 4503.0, 4511.0, 4499.0, 4489.0, 4508.0, 4502.0, 4540.0, 4514.0, 4523.0, 4514.0, 4514.0], 'WindowWidth': [9998.0, 9999.0, 9965.0, 9950.0, 9899.0, 9891.0, 9886.0, 9887.0, 9902.0, 9852.0, 9893.0, 9832.0, 9889.0, 9856.0, 9887.0, 9839.0, 9871.0, 9843.0, 9908.0, 9884.0, 9905.0, 9849.0, 9868.0, 9841.0, 9848.0, 9822.0, 9864.0, 9843.0, 9868.0, 9844.0, 9869.0, 9830.0, 9866.0, 9844.0, 9873.0, 9848.0, 9876.0, 9850.0, 9889.0, 9847.0, 9890.0, 9853.0, 9894.0, 9854.0, 9882.0, 9851.0, 9889.0, 9867.0, 9895.0, 9874.0, 9896.0, 9868.0, 9891.0, 9851.0, 9889.0, 9865.0, 9892.0, 9887.0, 9866.0, 9865.0, 9890.0, 9861.0, 9873.0, 9842.0, 9899.0, 9861.0, 9883.0, 9844.0, 9870.0, 9841.0, 9867.0, 9842.0, 9867.0, 9860.0, 9856.0, 9844.0, 9870.0, 9827.0, 9880.0, 9825.0, 9880.0, 9861.0, 9872.0, 9845.0, 9870.0, 9827.0, 9871.0, 9844.0, 9884.0, 9850.0, 9874.0, 9849.0, 9873.0, 9846.0, 9870.0, 9845.0, 9885.0, 9852.0, 9876.0, 9849.0, 9874.0, 9846.0, 9872.0, 9847.0, 9890.0, 9871.0, 9882.0, 9869.0, 9879.0, 9868.0, 9877.0, 9854.0, 9894.0, 9869.0, 9866.0, 9866.0, 9863.0, 9866.0, 9874.0, 9885.0, 9868.0, 9882.0, 9867.0, 9864.0, 9848.0, 9882.0, 9864.0, 9896.0, 9849.0, 9888.0, 9829.0, 9870.0, 9829.0, 9872.0, 9845.0, 9898.0, 9853.0, 9857.0, 9848.0, 9868.0, 9827.0, 9872.0, 9840.0, 9869.0, 9844.0, 9868.0, 9845.0, 9883.0, 9848.0, 9890.0, 9835.0, 9887.0, 9842.0, 9866.0, 9825.0, 9872.0, 9843.0, 9870.0, 9840.0, 9866.0, 9824.0, 9850.0, 9842.0, 9885.0, 9842.0, 9887.0, 9843.0, 9868.0, 9821.0, 9852.0, 9824.0, 9868.0, 9826.0, 9869.0, 9825.0, 9849.0, 9833.0, 9849.0, 9834.0, 9851.0, 9845.0, 9870.0, 9848.0, 9874.0, 9883.0, 9854.0, 9878.0, 9840.0, 9867.0, 9862.0, 9875.0, 9848.0, 9888.0, 9852.0, 9865.0, 9883.0, 9879.0, 9885.0, 9896.0, 9889.0, 9904.0, 9873.0, 9866.0, 9881.0, 9861.0, 9860.0, 9868.0, 9846.0, 9874.0, 9848.0, 9859.0, 9861.0, 9857.0, 9876.0, 9870.0, 9878.0, 9858.0, 9857.0, 9857.0, 9856.0, 9838.0, 9858.0, 9857.0, 9874.0, 9842.0, 9856.0, 9837.0, 9849.0, 9830.0, 9851.0, 9836.0, 9851.0, 9824.0, 9847.0, 9834.0, 9844.0, 9819.0, 9847.0, 9835.0, 9865.0, 9819.0, 9861.0, 9834.0, 9848.0, 9818.0, 9845.0, 9837.0, 9865.0, 9836.0, 9873.0, 9839.0, 9864.0, 9836.0, 9860.0, 9842.0, 9867.0, 9824.0, 9869.0, 9827.0, 9866.0, 9839.0, 9865.0, 9860.0, 9868.0, 9841.0, 9871.0, 9842.0, 9870.0, 9850.0, 9890.0, 9852.0, 9877.0, 9851.0, 9888.0, 9869.0, 9877.0, 9873.0, 9868.0, 9869.0, 9880.0, 9849.0, 9875.0, 9861.0, 9873.0, 9867.0, 9860.0, 9857.0, 9875.0, 9845.0, 9856.0, 9858.0, 9856.0, 9860.0, 9844.0, 9876.0, 9848.0, 9875.0, 9858.0, 9874.0, 9849.0, 9883.0, 9848.0, 9874.0, 9846.0, 9874.0, 9849.0, 9862.0, 9846.0, 9870.0, 9849.0, 9875.0, 9859.0, 9870.0, 9840.0, 9871.0, 9844.0, 9878.0, 9863.0, 9933.0, 9877.0, 9901.0, 9865.0, 9884.0, 9876.0, 9917.0, 9887.0, 9901.0, 9872.0, 9886.0, 9872.0, 9901.0, 9889.0, 9884.0, 9885.0, 9868.0, 9870.0, 9865.0, 9866.0, 9858.0, 9881.0, 9876.0, 9876.0, 9869.0, 9864.0, 9860.0, 9859.0, 9886.0, 9841.0, 9894.0, 9839.0, 9868.0, 9830.0, 9890.0, 9843.0, 9864.0, 9841.0, 9853.0, 9825.0, 9849.0, 9841.0, 9858.0, 9880.0, 9872.0, 9847.0, 9873.0, 9845.0, 9891.0, 9842.0, 9869.0, 9825.0, 9840.0, 9847.0, 9836.0, 9851.0, 9842.0, 9857.0, 9846.0, 9861.0, 9865.0, 9863.0, 9883.0, 9882.0, 9891.0, 9886.0, 9888.0, 9874.0, 9901.0, 9879.0, 9881.0, 9894.0, 9871.0, 9906.0, 9882.0, 9907.0, 9853.0, 9909.0, 9864.0, 9889.0, 9863.0, 9898.0, 9868.0, 9906.0, 9850.0, 9875.0, 9846.0, 9873.0, 9848.0, 9913.0, 9846.0, 9885.0, 9828.0, 9867.0, 9838.0, 9881.0, 9859.0, 9919.0, 9852.0, 9888.0, 9827.0, 9867.0, 9836.0, 9847.0, 9841.0, 9865.0, 9825.0, 9864.0, 9823.0, 9853.0, 9837.0, 9853.0, 9835.0, 9876.0, 9830.0, 9869.0, 9844.0, 9867.0, 9837.0, 9858.0, 9842.0, 9871.0, 9827.0, 9854.0, 9829.0, 9852.0, 9839.0, 9853.0, 9850.0, 9855.0, 9853.0, 9854.0, 9863.0, 9854.0, 9866.0, 9841.0, 9855.0, 9845.0, 9868.0, 9856.0, 9871.0, 9861.0, 9870.0, 9861.0, 9875.0, 9884.0, 9861.0, 9881.0, 9883.0, 9866.0, 9874.0, 9864.0, 9890.0, 9867.0, 9896.0, 9868.0, 9886.0, 9873.0, 9894.0, 9887.0, 9882.0, 9888.0, 9886.0, 9891.0, 9885.0, 9889.0, 9901.0, 9888.0, 9885.0, 9898.0, 9912.0, 9945.0, 9918.0, 9899.0, 9942.0, 9887.0, 9928.0, 9875.0, 9899.0, 9870.0, 9897.0, 9873.0, 9926.0, 9920.0, 9940.0, 9912.0, 9893.0, 9889.0, 9905.0, 9874.0, 9901.0, 9866.0, 9936.0, 9896.0, 9934.0, 9863.0, 9901.0, 9843.0, 9898.0, 9860.0, 9935.0, 9877.0, 9912.0, 9841.0, 9881.0, 9825.0, 9865.0, 9821.0, 9863.0, 9856.0, 9869.0, 9825.0, 9867.0, 9826.0, 9868.0, 9839.0, 9867.0, 9856.0, 9869.0, 9826.0, 9864.0, 9824.0, 9866.0, 9827.0, 9873.0, 9831.0, 9871.0, 9844.0, 9868.0, 9826.0, 9874.0, 9851.0, 9896.0, 9854.0, 9876.0, 9831.0, 9876.0, 9845.0, 9858.0, 9855.0, 9886.0, 9847.0, 9862.0, 9876.0, 9852.0, 9862.0, 9849.0, 9876.0, 9867.0, 9911.0, 9873.0, 9918.0, 9895.0, 9904.0, 9891.0, 9917.0, 9899.0, 9919.0, 9896.0, 9913.0, 9892.0, 9888.0, 9893.0, 9873.0, 9919.0, 9877.0, 9918.0, 9875.0, 9928.0, 9908.0, 9931.0, 9904.0, 9871.0, 9885.0, 9871.0, 9881.0, 9865.0, 9922.0, 9880.0, 9923.0, 9853.0, 9911.0, 9866.0, 9894.0, 9850.0, 9889.0, 9866.0, 9846.0, 9877.0, 9851.0, 9876.0, 9847.0, 9875.0, 9846.0, 9891.0, 9847.0, 9878.0, 9849.0, 9877.0, 9848.0, 9875.0, 9851.0, 9893.0, 9853.0, 9898.0, 9851.0, 9878.0, 9848.0, 9874.0, 9878.0, 9894.0, 9854.0, 9920.0, 9856.0, 9891.0, 9845.0, 9873.0, 9830.0, 9858.0, 9846.0, 9877.0, 9847.0, 9876.0, 9874.0, 9930.0, 9871.0, 9879.0, 9867.0, 9897.0, 9848.0, 9882.0, 9866.0, 9877.0, 9850.0, 9911.0, 9870.0, 9865.0, 9848.0, 9847.0, 9855.0, 9845.0, 9870.0, 9846.0, 9873.0, 9850.0, 9863.0, 9845.0, 9856.0, 9829.0, 9865.0, 9840.0, 9859.0, 9832.0, 9871.0, 9827.0, 9867.0, 9846.0, 9874.0, 9849.0, 9863.0, 9850.0, 9872.0, 9846.0, 9874.0, 9852.0, 9908.0, 9853.0, 9876.0, 9849.0, 9888.0, 9845.0, 9871.0, 9846.0, 9876.0, 9850.0, 9879.0, 9856.0, 9895.0, 9871.0, 9900.0, 9875.0, 9918.0, 9862.0, 9898.0, 9870.0, 9895.0, 9856.0, 9892.0, 9852.0, 9896.0, 9886.0, 9896.0, 9851.0, 9893.0, 9853.0, 9899.0, 9854.0, 9892.0, 9869.0, 9894.0, 9849.0, 9874.0, 9848.0, 9873.0, 9848.0, 9876.0, 9868.0, 9880.0, 9856.0, 9895.0, 9868.0, 9881.0, 9873.0, 9884.0, 9919.0, 9889.0, 9884.0, 9877.0, 9890.0, 9878.0, 9869.0, 9876.0, 9866.0, 9863.0, 9884.0, 9858.0, 9843.0, 9842.0, 9842.0, 9853.0, 9839.0, 9864.0, 9845.0, 9872.0, 9842.0, 9857.0, 9863.0, 9854.0, 9839.0, 9837.0, 9887.0, 9847.0, 9859.0, 9840.0, 9851.0, 9844.0, 9841.0, 9823.0, 9854.0, 9826.0, 9856.0, 9808.0, 9833.0, 9813.0, 9819.0, 9833.0, 9865.0, 9919.0, 9907.0, 9910.0, 9871.0, 9846.0, 9832.0, 9818.0, 9867.0, 9845.0, 9853.0, 9847.0, 9933.0, 9895.0, 9844.0, 9873.0, 9853.0, 9867.0, 9847.0, 9868.0, 9870.0, 9877.0, 9919.0, 9864.0, 9873.0, 9843.0, 9885.0, 9859.0, 9894.0, 9866.0, 9877.0, 9842.0, 9850.0, 9815.0, 9793.0, 9802.0, 9750.0, 9779.0, 9733.0, 9778.0, 9728.0, 9754.0, 9712.0, 9751.0, 9711.0, 9737.0, 9711.0, 9751.0, 9727.0, 9755.0, 9731.0, 9760.0, 9756.0, 9768.0, 9756.0, 9775.0, 9780.0, 9762.0, 9826.0, 9813.0, 9838.0, 9790.0, 9792.0, 9803.0, 9812.0, 9827.0, 9820.0, 9852.0, 9845.0, 9858.0, 9842.0, 9846.0, 9879.0, 9851.0, 9864.0, 9864.0, 9874.0, 9849.0, 9869.0, 9898.0, 9853.0, 9793.0, 9873.0, 9826.0, 9857.0, 9844.0, 9848.0, 9864.0, 9832.0, 9875.0, 9854.0, 9876.0, 9872.0, 9882.0, 9873.0, 9896.0, 9886.0, 9897.0, 9903.0, 9913.0, 9871.0, 9910.0, 9854.0, 9907.0, 9853.0, 9908.0, 9853.0, 9896.0, 9874.0, 9888.0, 9889.0, 9885.0, 9877.0, 9900.0, 9889.0, 9902.0, 9893.0, 9907.0, 9925.0, 9896.0, 9893.0, 9888.0, 9899.0, 9897.0, 9899.0, 9894.0, 9927.0, 9928.0, 9948.0, 9906.0, 9913.0, 9895.0, 9876.0, 9903.0, 9903.0, 9952.0, 9920.0, 9934.0, 9921.0, 9922.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.000957142857142857</td></tr>
<tr><td colspan=3>aqi</td><td>0.02558165131868132</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.653274049306916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1531338178547847</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9860814350935098</td></tr>
<tr><td colspan=3>efc</td><td>0.5139</td></tr>
<tr><td colspan=3>fber</td><td>3929.8525</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07558436988075286</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2967032967032965</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.759126082079357</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.727349753156733</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9653100202105906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.584718472870748</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161902</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004701430909335613</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03169900178909302</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.9076263429140865</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>11.231</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.6661</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.5332</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1212.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.5482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0234</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.8317</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.996</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.8061</td></tr>
<tr><td colspan=3>tsnr</td><td>35.14530419441871</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>