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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0100_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-02/func/sub-0100_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8963fd0cd64e429f922b68b91084e6b2</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>12:01:58.800000</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.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11532</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>234128eb-61ca-48f9-818e-d72a9d41cccb||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.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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': ['120158.800000', '120159.260000', '120159.720000', '120200.180000', '120200.640000', '120201.100000', '120201.560000', '120202.020000', '120202.480000', '120202.940000', '120203.400000', '120203.860000', '120204.320000', '120204.780000', '120205.240000', '120205.700000', '120206.160000', '120206.620000', '120207.080000', '120207.540000', '120208.000000', '120208.460000', '120208.920000', '120209.380000', '120209.840000', '120210.300000', '120210.760000', '120211.220000', '120211.680000', '120212.140000', '120212.600000', '120213.060000', '120213.520000', '120213.980000', '120214.440000', '120214.900000', '120215.360000', '120215.820000', '120216.280000', '120216.740000', '120217.200000', '120217.660000', '120218.120000', '120218.580000', '120219.040000', '120219.500000', '120219.960000', '120220.420000', '120220.880000', '120221.340000', '120221.800000', '120222.260000', '120222.720000', '120223.180000', '120223.640000', '120224.100000', '120224.560000', '120225.020000', '120225.480000', '120225.940000', '120226.400000', '120226.860000', '120227.320000', '120227.780000', '120228.240000', '120228.700000', '120229.160000', '120229.620000', '120230.080000', '120230.540000', '120231.000000', '120231.460000', '120231.920000', '120232.380000', '120232.840000', '120233.300000', '120233.760000', '120234.220000', '120234.680000', '120235.140000', '120235.600000', '120236.060000', '120236.520000', '120236.980000', '120237.440000', '120237.900000', '120238.360000', '120238.820000', '120239.280000', '120239.740000', '120240.200000', '120240.660000', '120241.120000', '120241.580000', '120242.040000', '120242.500000', '120242.960000', '120243.420000', '120243.880000', '120244.340000', '120244.800000', '120245.260000', '120245.720000', '120246.180000', '120246.640000', '120247.100000', '120247.560000', '120248.020000', '120248.480000', '120248.940000', '120249.400000', '120249.860000', '120250.320000', '120250.780000', '120251.240000', '120251.700000', '120252.160000', '120252.620000', '120253.080000', '120253.540000', '120254.000000', '120254.460000', '120254.920000', '120255.380000', '120255.840000', '120256.300000', '120256.760000', '120257.220000', '120257.680000', '120258.140000', '120258.600000', '120259.060000', '120259.520000', '120259.980000', '120300.440000', '120300.900000', '120301.360000', '120301.820000', '120302.280000', '120302.740000', '120303.200000', '120303.660000', '120304.120000', '120304.580000', '120305.040000', '120305.500000', '120305.960000', '120306.420000', '120306.880000', '120307.340000', '120307.800000', '120308.260000', '120308.720000', '120309.180000', '120309.640000', '120310.100000', '120310.560000', '120311.020000', '120311.480000', '120311.940000', '120312.400000', '120312.860000', '120313.320000', '120313.780000', '120314.240000', '120314.700000', '120315.160000', '120315.620000', '120316.080000', '120316.540000', '120317.000000', '120317.460000', '120317.920000', '120318.380000', '120318.840000', '120319.300000', '120319.760000', '120320.220000', '120320.680000', '120321.140000', '120321.600000', '120322.060000', '120322.520000', '120322.980000', '120323.440000', '120323.900000', '120324.360000', '120324.820000', '120325.280000', '120325.740000', '120326.200000', '120326.660000', '120327.120000', '120327.580000', '120328.040000', '120328.500000', '120328.960000', '120329.420000', '120329.880000', '120330.340000', '120330.800000', '120331.260000', '120331.720000', '120332.180000', '120332.640000', '120333.100000', '120333.560000', '120334.020000', '120334.480000', '120334.940000', '120335.400000', '120335.860000', '120336.320000', '120336.780000', '120337.240000', '120337.700000', '120338.160000', '120338.620000', '120339.080000', '120339.540000', '120340.000000', '120340.460000', '120340.920000', '120341.380000', '120341.840000', '120342.300000', '120342.760000', '120343.220000', '120343.680000', '120344.140000', '120344.600000', '120345.060000', '120345.520000', '120345.980000', '120346.440000', '120346.900000', '120347.360000', '120347.820000', '120348.280000', '120348.740000', '120349.200000', '120349.660000', '120350.120000', '120350.580000', '120351.040000', '120351.500000', '120351.960000', '120352.420000', '120352.880000', '120353.340000', '120353.800000', '120354.260000', '120354.720000', '120355.180000', '120355.640000', '120356.100000', '120356.560000', '120357.020000', '120357.480000', '120357.940000', '120358.400000', '120358.860000', '120359.320000', '120359.780000', '120400.240000', '120400.700000', '120401.160000', '120401.620000', '120402.080000', '120402.540000', '120403.000000', '120403.460000', '120403.920000', '120404.380000', '120404.840000', '120405.300000', '120405.760000', '120406.220000', '120406.680000', '120407.140000', '120407.600000', '120408.060000', '120408.520000', '120408.980000', '120409.440000', '120409.900000', '120410.360000', '120410.820000', '120411.280000', '120411.740000', '120412.200000', '120412.660000', '120413.120000', '120413.580000', '120414.040000', '120414.500000', '120414.960000', '120415.420000', '120415.880000', '120416.340000', '120416.800000', '120417.260000', '120417.720000', '120418.180000', '120418.640000', '120419.100000', '120419.560000', '120420.020000', '120420.480000', '120420.940000', '120421.400000', '120421.860000', '120422.320000', '120422.780000', '120423.240000', '120423.700000', '120424.160000', '120424.620000', '120425.080000', '120425.540000', '120426.000000', '120426.460000', '120426.920000', '120427.380000', '120427.840000', '120428.300000', '120428.760000', '120429.220000', '120429.680000', '120430.140000', '120430.600000', '120431.060000', '120431.520000', '120431.980000', '120432.440000', '120432.900000', '120433.360000', '120433.820000', '120434.280000', '120434.740000', '120435.200000', '120435.660000', '120436.120000', '120436.580000', '120437.040000', '120437.500000', '120437.960000', '120438.420000', '120438.880000', '120439.340000', '120439.800000', '120440.260000', '120440.720000', '120441.180000', '120441.640000', '120442.100000', '120442.560000', '120443.020000', '120443.480000', '120443.940000', '120444.400000', '120444.860000', '120445.320000', '120445.780000', '120446.240000', '120446.700000', '120447.160000', '120447.620000', '120448.080000', '120448.540000', '120449.000000', '120449.460000', '120449.920000', '120450.380000', '120450.840000', '120451.300000', '120451.760000', '120452.220000', '120452.680000', '120453.140000', '120453.600000', '120454.060000', '120454.520000', '120454.980000', '120455.440000', '120455.900000', '120456.360000', '120456.820000', '120457.280000', '120457.740000', '120458.200000', '120458.660000', '120459.120000', '120459.580000', '120500.040000', '120500.500000', '120500.960000', '120501.420000', '120501.880000', '120502.340000', '120502.800000', '120503.260000', '120503.720000', '120504.180000', '120504.640000', '120505.100000', '120505.560000', '120506.020000', '120506.480000', '120506.940000', '120507.400000', '120507.860000', '120508.320000', '120508.780000', '120509.240000', '120509.700000', '120510.160000', '120510.620000', '120511.080000', '120511.540000', '120512.000000', '120512.460000', '120512.920000', '120513.380000', '120513.840000', '120514.300000', '120514.760000', '120515.220000', '120515.680000', '120516.140000', '120516.600000', '120517.060000', '120517.520000', '120517.980000', '120518.440000', '120518.900000', '120519.360000', '120519.820000', '120520.280000', '120520.740000', '120521.200000', '120521.660000', '120522.120000', '120522.580000', '120523.040000', '120523.500000', '120523.960000', '120524.420000', '120524.880000', '120525.340000', '120525.800000', '120526.260000', '120526.720000', '120527.180000', '120527.640000', '120528.100000', '120528.560000', '120529.020000', '120529.480000', '120529.940000', '120530.400000', '120530.860000', '120531.320000', '120531.780000', '120532.240000', '120532.700000', '120533.160000', '120533.620000', '120534.080000', '120534.540000', '120535.000000', '120535.460000', '120535.920000', '120536.380000', '120536.840000', '120537.300000', '120537.760000', '120538.220000', '120538.680000', '120539.140000', '120539.600000', '120540.060000', '120540.520000', '120540.980000', '120541.440000', '120541.900000', '120542.360000', '120542.820000', '120543.280000', '120543.740000', '120544.200000', '120544.660000', '120545.120000', '120545.580000', '120546.040000', '120546.500000', '120546.960000', '120547.420000', '120547.880000', '120548.340000', '120548.800000', '120549.260000', '120549.720000', '120550.180000', '120550.640000', '120551.100000', '120551.560000', '120552.020000', '120552.480000', '120552.940000', '120553.400000', '120553.860000', '120554.320000', '120554.780000', '120555.240000', '120555.700000', '120556.160000', '120556.620000', '120557.080000', '120557.540000', '120558.000000', '120558.460000', '120558.920000', '120559.380000', '120559.840000', '120600.300000', '120600.760000', '120601.220000', '120601.680000', '120602.140000', '120602.600000', '120603.060000', '120603.520000', '120603.980000', '120604.440000', '120604.900000', '120605.360000', '120605.820000', '120606.280000', '120606.740000', '120607.200000', '120607.660000', '120608.120000', '120608.580000', '120609.040000', '120609.500000', '120609.960000', '120610.420000', '120610.880000', '120611.340000', '120611.800000', '120612.260000', '120612.720000', '120613.180000', '120613.640000', '120614.100000', '120614.560000', '120615.020000', '120615.480000', '120615.940000', '120616.400000', '120616.860000', '120617.320000', '120617.780000', '120618.240000', '120618.700000', '120619.160000', '120619.620000', '120620.080000', '120620.540000', '120621.000000', '120621.460000', '120621.920000', '120622.380000', '120622.840000', '120623.300000', '120623.760000', '120624.220000', '120624.680000', '120625.140000', '120625.600000', '120626.060000', '120626.520000', '120626.980000', '120627.440000', '120627.900000', '120628.360000', '120628.820000', '120629.280000', '120629.740000', '120630.200000', '120630.660000', '120631.120000', '120631.580000', '120632.040000', '120632.500000', '120632.960000', '120633.420000', '120633.880000', '120634.340000', '120634.800000', '120635.260000', '120635.720000', '120636.180000', '120636.640000', '120637.100000', '120637.560000', '120638.020000', '120638.480000', '120638.940000', '120639.400000', '120639.860000', '120640.320000', '120640.780000', '120641.240000', '120641.700000', '120642.160000', '120642.620000', '120643.080000', '120643.540000', '120644.000000', '120644.460000', '120644.920000', '120645.380000', '120645.840000', '120646.300000', '120646.760000', '120647.220000', '120647.680000', '120648.140000', '120648.600000', '120649.060000', '120649.520000', '120649.980000', '120650.440000', '120650.900000', '120651.360000', '120651.820000', '120652.280000', '120652.740000', '120653.200000', '120653.660000', '120654.120000', '120654.580000', '120655.040000', '120655.500000', '120655.960000', '120656.420000', '120656.880000', '120657.340000', '120657.800000', '120658.260000', '120658.720000', '120659.180000', '120659.640000', '120700.100000', '120700.560000', '120701.020000', '120701.480000', '120701.940000', '120702.400000', '120702.860000', '120703.320000', '120703.780000', '120704.240000', '120704.700000', '120705.160000', '120705.620000', '120706.080000', '120706.540000', '120707.000000', '120707.460000', '120707.920000', '120708.380000', '120708.840000', '120709.300000', '120709.760000', '120710.220000', '120710.680000', '120711.140000', '120711.600000', '120712.060000', '120712.520000', '120712.980000', '120713.440000', '120713.900000', '120714.360000', '120714.820000', '120715.280000', '120715.740000', '120716.200000', '120716.660000', '120717.120000', '120717.580000', '120718.040000', '120718.500000', '120718.960000', '120719.420000', '120719.880000', '120720.340000', '120720.800000', '120721.260000', '120721.720000', '120722.180000', '120722.640000', '120723.100000', '120723.560000', '120724.020000', '120724.480000', '120724.940000', '120725.400000', '120725.860000', '120726.320000', '120726.780000', '120727.240000', '120727.700000', '120728.160000', '120728.620000', '120729.080000', '120729.540000', '120730.000000', '120730.460000', '120730.920000', '120731.380000', '120731.840000', '120732.300000', '120732.760000', '120733.220000', '120733.680000', '120734.140000', '120734.600000', '120735.060000', '120735.520000', '120735.980000', '120736.440000', '120736.900000', '120737.360000', '120737.820000', '120738.280000', '120738.740000', '120739.200000', '120739.660000', '120740.120000', '120740.580000', '120741.040000', '120741.500000', '120741.960000', '120742.420000', '120742.880000', '120743.340000', '120743.800000', '120744.260000', '120744.720000', '120745.180000', '120745.640000', '120746.100000', '120746.560000', '120747.020000', '120747.480000', '120747.940000', '120748.400000', '120748.860000', '120749.320000', '120749.780000', '120750.240000', '120750.700000', '120751.160000', '120751.620000', '120752.080000', '120752.540000', '120753.000000', '120753.460000', '120753.920000', '120754.380000', '120754.840000', '120755.300000', '120755.760000', '120756.220000', '120756.680000', '120757.140000', '120757.600000', '120758.060000', '120758.520000', '120758.980000', '120759.440000', '120759.900000', '120800.360000', '120800.820000', '120801.280000', '120801.740000', '120802.200000', '120802.660000', '120803.120000', '120803.580000', '120804.040000', '120804.500000', '120804.960000', '120805.420000', '120805.880000', '120806.340000', '120806.800000', '120807.260000', '120807.720000', '120808.180000', '120808.640000', '120809.100000', '120809.560000', '120810.020000', '120810.480000', '120810.940000', '120811.400000', '120811.860000', '120812.320000', '120812.780000', '120813.240000', '120813.700000', '120814.160000', '120814.620000', '120815.080000', '120815.540000', '120816.000000', '120816.460000', '120816.920000', '120817.380000', '120817.840000', '120818.300000', '120818.760000', '120819.220000', '120819.680000', '120820.140000', '120820.600000', '120821.060000', '120821.520000', '120821.980000', '120822.440000', '120822.900000', '120823.360000', '120823.820000', '120824.280000', '120824.740000', '120825.200000', '120825.660000', '120826.120000', '120826.580000', '120827.040000', '120827.500000', '120827.960000', '120828.420000', '120828.880000', '120829.340000', '120829.800000', '120830.260000', '120830.720000', '120831.180000', '120831.640000', '120832.100000', '120832.560000', '120833.020000', '120833.480000', '120833.940000', '120834.400000', '120834.860000', '120835.320000', '120835.780000', '120836.240000', '120836.700000', '120837.160000', '120837.620000', '120838.080000', '120838.540000', '120839.000000', '120839.460000', '120839.920000', '120840.380000', '120840.840000', '120841.300000', '120841.760000', '120842.220000', '120842.680000', '120843.140000', '120843.600000', '120844.060000', '120844.520000', '120844.980000', '120845.440000', '120845.900000', '120846.360000', '120846.820000', '120847.280000', '120847.740000', '120848.200000', '120848.660000', '120849.120000', '120849.580000', '120850.040000', '120850.500000', '120850.960000', '120851.420000', '120851.880000', '120852.340000', '120852.800000', '120853.260000', '120853.720000', '120854.180000', '120854.640000', '120855.100000', '120855.560000', '120856.020000', '120856.480000', '120856.940000', '120857.400000', '120857.860000', '120858.320000', '120858.780000'], 'ContentTime': ['120218.839000', '120218.842000', '120218.845000', '120218.848000', '120218.851000', '120218.853000', '120218.856000', '120218.859000', '120218.861000', '120218.864000', '120218.866000', '120218.869000', '120218.871000', '120218.874000', '120218.877000', '120218.879000', '120218.888000', '120218.890000', '120218.893000', '120218.895000', '120218.898000', '120218.900000', '120218.903000', '120218.905000', '120218.908000', '120218.910000', '120218.913000', '120218.916000', '120218.918000', '120218.921000', '120218.923000', '120218.926000', '120218.928000', '120218.931000', '120218.934000', '120218.936000', '120218.939000', '120218.941000', '120218.944000', '120218.946000', '120238.816000', '120238.818000', '120238.821000', '120238.824000', '120238.826000', '120238.829000', '120238.831000', '120238.834000', '120238.837000', '120238.839000', '120238.842000', '120238.844000', '120238.847000', '120238.849000', '120238.852000', '120238.854000', '120238.857000', '120238.860000', '120238.862000', '120238.865000', '120238.867000', '120238.870000', '120238.872000', '120238.875000', '120238.878000', '120238.880000', '120238.883000', '120238.885000', '120238.888000', '120238.890000', '120238.893000', '120238.896000', '120238.898000', '120238.901000', '120238.903000', '120238.906000', '120238.908000', '120238.911000', '120238.913000', '120238.916000', '120238.918000', '120238.921000', '120238.923000', '120238.926000', '120258.815000', '120258.824000', '120258.826000', '120258.829000', '120258.831000', '120258.834000', '120258.837000', '120258.840000', '120258.843000', '120258.846000', '120258.848000', '120258.851000', '120258.854000', '120258.856000', '120258.859000', '120258.862000', '120258.864000', '120258.867000', '120258.869000', '120258.872000', '120258.874000', '120258.877000', '120258.880000', '120258.882000', '120258.885000', '120258.887000', '120258.890000', '120258.892000', '120258.895000', '120258.899000', '120258.901000', '120258.904000', '120258.906000', '120258.909000', '120258.912000', '120258.914000', '120258.917000', '120258.919000', '120258.922000', '120258.924000', '120258.927000', '120258.930000', '120258.932000', '120318.814000', '120318.817000', '120318.820000', '120318.823000', '120318.825000', '120318.828000', '120318.830000', '120318.833000', '120318.835000', '120318.838000', '120318.841000', '120318.843000', '120318.846000', '120318.848000', '120318.851000', '120318.854000', '120318.856000', '120318.859000', '120318.862000', '120318.864000', '120318.867000', '120318.869000', '120318.872000', '120318.875000', '120318.877000', '120318.880000', '120318.882000', '120318.885000', '120318.903000', '120318.905000', '120318.908000', '120318.910000', '120318.913000', '120318.916000', '120318.918000', '120318.921000', '120318.923000', '120318.926000', '120318.929000', '120318.931000', '120318.934000', '120318.936000', '120318.939000', '120318.942000', '120338.815000', '120338.826000', '120338.829000', '120338.832000', '120338.834000', '120338.837000', '120338.840000', '120338.842000', '120338.845000', '120338.847000', '120338.850000', '120338.852000', '120338.855000', '120338.858000', '120338.860000', '120338.863000', '120338.866000', '120338.869000', '120338.872000', '120338.875000', '120338.878000', '120338.880000', '120338.883000', '120338.885000', '120338.888000', '120338.890000', '120338.893000', '120338.896000', '120338.898000', '120338.901000', '120338.903000', '120338.906000', '120338.909000', '120338.911000', '120338.914000', '120338.917000', '120338.919000', '120338.931000', '120338.934000', '120338.937000', '120338.939000', '120338.942000', '120338.944000', '120358.815000', '120358.818000', '120358.820000', '120358.823000', '120358.825000', '120358.828000', '120358.830000', '120358.833000', '120358.836000', '120358.838000', '120358.841000', '120358.844000', '120358.846000', '120358.849000', '120358.852000', '120358.854000', '120358.857000', '120358.859000', '120358.862000', '120358.864000', '120358.867000', '120358.870000', '120358.872000', '120358.879000', '120358.881000', '120358.884000', '120358.887000', '120358.889000', '120358.892000', '120358.895000', '120358.897000', '120358.900000', '120358.902000', '120358.905000', '120358.907000', '120358.910000', '120358.912000', '120358.915000', '120358.918000', '120358.920000', '120358.923000', '120358.925000', '120358.928000', '120358.931000', '120418.815000', '120418.818000', '120418.821000', '120418.823000', '120418.826000', '120418.829000', '120418.831000', '120418.834000', '120418.836000', '120418.839000', '120418.842000', '120418.844000', '120418.847000', '120418.849000', '120418.852000', '120418.854000', '120418.857000', '120418.860000', '120418.862000', '120418.865000', '120418.867000', '120418.870000', '120418.873000', '120418.875000', '120418.878000', '120418.880000', '120418.883000', '120418.886000', '120418.888000', '120418.891000', '120418.893000', '120418.896000', '120418.899000', '120418.901000', '120418.904000', '120418.907000', '120418.909000', '120418.912000', '120418.914000', '120418.917000', '120418.920000', '120418.922000', '120418.925000', '120438.816000', '120438.974000', '120438.976000', '120438.979000', '120438.981000', '120438.984000', '120438.987000', '120438.989000', '120438.992000', '120438.994000', '120438.997000', '120439.000000', '120439.002000', '120439.005000', '120439.007000', '120439.010000', '120439.012000', '120439.015000', '120439.017000', '120439.020000', '120439.023000', '120439.025000', '120439.028000', '120439.030000', '120439.033000', '120439.036000', '120439.038000', '120439.041000', '120439.043000', '120439.046000', '120439.049000', '120439.051000', '120439.054000', '120439.056000', '120439.059000', '120439.062000', '120439.064000', '120439.067000', '120439.070000', '120439.072000', '120439.075000', '120439.077000', '120439.080000', '120439.082000', '120458.816000', '120458.818000', '120458.821000', '120458.824000', '120458.826000', '120458.829000', '120458.831000', '120458.834000', '120458.863000', '120458.866000', '120458.868000', '120458.871000', '120458.874000', '120458.876000', '120458.879000', '120458.882000', '120458.884000', '120458.887000', '120458.890000', '120458.892000', '120458.895000', '120458.897000', '120458.900000', '120458.903000', '120458.905000', '120458.908000', '120458.910000', '120458.913000', '120458.916000', '120458.919000', '120458.922000', '120458.925000', '120458.927000', '120458.930000', '120458.933000', '120458.935000', '120458.938000', '120458.941000', '120458.943000', '120458.946000', '120458.948000', '120458.951000', '120458.954000', '120518.816000', '120518.841000', '120518.844000', '120518.846000', '120518.849000', '120518.851000', '120518.854000', '120518.856000', '120518.859000', '120518.862000', '120518.864000', '120518.867000', '120518.870000', '120518.872000', '120518.875000', '120518.877000', '120518.880000', '120518.883000', '120518.885000', '120518.888000', '120518.890000', '120518.893000', '120518.896000', '120518.898000', '120518.901000', '120518.904000', '120518.906000', '120518.909000', '120518.911000', '120518.914000', '120518.917000', '120518.919000', '120518.922000', '120518.925000', '120518.927000', '120518.930000', '120518.932000', '120518.935000', '120518.938000', '120518.940000', '120518.943000', '120518.945000', '120518.948000', '120518.951000', '120538.815000', '120538.817000', '120538.820000', '120538.823000', '120538.825000', '120538.828000', '120538.831000', '120538.833000', '120538.836000', '120538.838000', '120538.841000', '120538.844000', '120538.846000', '120538.849000', '120538.851000', '120538.854000', '120538.857000', '120538.859000', '120538.862000', '120538.865000', '120538.867000', '120538.870000', '120538.873000', '120538.875000', '120538.878000', '120538.881000', '120538.883000', '120538.886000', '120538.888000', '120538.891000', '120538.894000', '120538.896000', '120538.899000', '120538.902000', '120538.904000', '120538.907000', '120538.910000', '120538.913000', '120538.916000', '120538.918000', '120538.921000', '120538.923000', '120538.926000', '120558.815000', '120558.846000', '120558.849000', '120558.851000', '120558.854000', '120558.856000', '120558.859000', '120558.862000', '120558.864000', '120558.867000', '120558.870000', '120558.872000', '120558.875000', '120558.877000', '120558.880000', '120558.883000', '120558.885000', '120558.888000', '120558.890000', '120558.893000', '120558.896000', '120558.898000', '120558.901000', '120558.903000', '120558.906000', '120558.908000', '120558.911000', '120558.914000', '120558.916000', '120558.919000', '120558.921000', '120558.924000', '120558.926000', '120558.929000', '120558.932000', '120558.934000', '120558.937000', '120558.939000', '120558.942000', '120558.945000', '120558.947000', '120558.950000', '120558.952000', '120558.955000', '120618.815000', '120618.846000', '120618.849000', '120618.852000', '120618.854000', '120618.857000', '120618.860000', '120618.862000', '120618.865000', '120618.867000', '120618.870000', '120618.873000', '120618.875000', '120618.878000', '120618.880000', '120618.883000', '120618.886000', '120618.888000', '120618.891000', '120618.894000', '120618.896000', '120618.899000', '120618.902000', '120618.904000', '120618.907000', '120618.909000', '120618.912000', '120618.915000', '120618.917000', '120618.920000', '120618.922000', '120618.925000', '120618.927000', '120618.930000', '120618.933000', '120618.935000', '120618.938000', '120618.940000', '120618.944000', '120618.947000', '120618.950000', '120618.952000', '120618.955000', '120638.816000', '120638.862000', '120638.864000', '120638.867000', '120638.870000', '120638.872000', '120638.875000', '120638.877000', '120638.880000', '120638.883000', '120638.906000', '120638.909000', '120638.911000', '120638.914000', '120638.917000', '120638.919000', '120638.922000', '120638.924000', '120638.927000', '120638.930000', '120638.932000', '120638.935000', '120638.938000', '120638.940000', '120638.943000', '120638.945000', '120638.948000', '120638.951000', '120638.953000', '120638.956000', '120638.959000', '120638.961000', '120638.964000', '120638.966000', '120638.969000', '120638.972000', '120638.974000', '120638.977000', '120638.980000', '120638.982000', '120638.985000', '120638.987000', '120638.990000', '120638.993000', '120658.815000', '120658.818000', '120658.821000', '120658.824000', '120658.826000', '120658.829000', '120658.832000', '120658.834000', '120658.837000', '120658.839000', '120658.842000', '120658.845000', '120658.847000', '120658.850000', '120658.852000', '120658.855000', '120658.858000', '120658.860000', '120658.863000', '120658.866000', '120658.868000', '120658.871000', '120658.873000', '120658.876000', '120658.879000', '120658.881000', '120658.884000', '120658.886000', '120658.889000', '120658.892000', '120658.894000', '120658.897000', '120658.900000', '120658.902000', '120658.905000', '120658.908000', '120658.910000', '120658.913000', '120658.916000', '120658.918000', '120658.921000', '120658.923000', '120658.926000', '120718.815000', '120718.818000', '120718.821000', '120718.823000', '120718.826000', '120718.829000', '120718.831000', '120718.834000', '120718.836000', '120718.839000', '120718.842000', '120718.844000', '120718.847000', '120718.850000', '120718.852000', '120718.855000', '120718.857000', '120718.860000', '120718.863000', '120718.865000', '120718.868000', '120718.871000', '120718.873000', '120718.876000', '120718.878000', '120718.881000', '120718.884000', '120718.886000', '120718.889000', '120718.891000', '120718.894000', '120718.897000', '120718.899000', '120718.902000', '120718.905000', '120718.907000', '120718.910000', '120718.912000', '120718.915000', '120718.917000', '120718.920000', '120718.923000', '120718.925000', '120718.928000', '120738.816000', '120738.879000', '120738.881000', '120738.884000', '120738.886000', '120738.889000', '120738.892000', '120738.894000', '120738.897000', '120738.900000', '120738.902000', '120738.905000', '120738.907000', '120738.910000', '120738.913000', '120738.915000', '120738.918000', '120738.920000', '120738.923000', '120738.926000', '120738.928000', '120738.931000', '120738.933000', '120738.936000', '120738.939000', '120738.942000', '120738.944000', '120738.948000', '120738.951000', '120738.954000', '120738.956000', '120738.959000', '120738.962000', '120738.964000', '120738.967000', '120738.970000', '120738.972000', '120738.975000', '120738.977000', '120738.980000', '120738.983000', '120738.985000', '120738.988000', '120758.815000', '120758.851000', '120758.854000', '120758.857000', '120758.859000', '120758.862000', '120758.864000', '120758.867000', '120758.870000', '120758.872000', '120758.875000', '120758.877000', '120758.880000', '120758.882000', '120758.885000', '120758.888000', '120758.890000', '120758.893000', '120758.896000', '120758.898000', '120758.901000', '120758.903000', '120758.906000', '120758.909000', '120758.911000', '120758.914000', '120758.916000', '120758.919000', '120758.921000', '120758.924000', '120758.927000', '120758.929000', '120758.932000', '120758.934000', '120758.937000', '120758.940000', '120758.942000', '120758.945000', '120758.947000', '120758.950000', '120758.952000', '120758.955000', '120758.958000', '120818.814000', '120818.847000', '120818.850000', '120818.852000', '120818.855000', '120818.858000', '120818.860000', '120818.863000', '120818.865000', '120818.868000', '120818.871000', '120818.873000', '120818.876000', '120818.879000', '120818.881000', '120818.884000', '120818.886000', '120818.889000', '120818.892000', '120818.894000', '120818.897000', '120818.900000', '120818.902000', '120818.905000', '120818.907000', '120818.910000', '120818.913000', '120818.915000', '120818.918000', '120818.920000', '120818.923000', '120818.926000', '120818.928000', '120818.931000', '120818.934000', '120818.936000', '120818.939000', '120818.941000', '120818.944000', '120818.947000', '120818.949000', '120818.952000', '120818.954000', '120818.957000', '120838.815000', '120838.842000', '120838.845000', '120838.847000', '120838.850000', '120838.853000', '120838.855000', '120838.858000', '120838.860000', '120838.863000', '120838.865000', '120838.868000', '120838.871000', '120838.873000', '120838.876000', '120838.879000', '120838.881000', '120838.884000', '120838.886000', '120838.889000', '120838.892000', '120838.894000', '120838.897000', '120838.899000', '120838.902000', '120838.905000', '120838.907000', '120838.910000', '120838.912000', '120838.915000', '120838.917000', '120838.920000', '120838.923000', '120838.925000', '120838.928000', '120838.930000', '120838.933000', '120838.935000', '120838.938000', '120838.941000', '120838.943000', '120838.946000', '120838.949000', '120858.816000', '120858.834000', '120858.837000', '120858.839000', '120858.842000', '120858.845000', '120858.847000', '120858.850000', '120858.852000', '120858.855000', '120858.858000', '120858.860000', '120858.863000', '120858.865000', '120858.868000', '120858.871000', '120858.873000', '120858.876000', '120858.879000', '120858.881000', '120858.884000', '120858.886000', '120858.889000', '120858.891000', '120858.894000', '120858.897000', '120858.899000', '120858.902000', '120858.905000', '120858.907000', '120858.910000', '120858.912000', '120858.915000', '120858.917000', '120858.920000', '120858.923000', '120858.925000', '120858.928000', '120858.930000', '120858.933000', '120858.936000', '120858.938000', '120858.941000', '120858.944000', '120900.404000', '120900.407000', '120900.410000', '120900.412000'], 'InstanceCreationTime': ['120218.839000', '120218.842000', '120218.845000', '120218.848000', '120218.851000', '120218.853000', '120218.856000', '120218.859000', '120218.861000', '120218.864000', '120218.866000', '120218.869000', '120218.871000', '120218.874000', '120218.877000', '120218.879000', '120218.888000', '120218.890000', '120218.893000', '120218.895000', '120218.898000', '120218.900000', '120218.903000', '120218.905000', '120218.908000', '120218.910000', '120218.913000', '120218.916000', '120218.918000', '120218.921000', '120218.923000', '120218.926000', '120218.928000', '120218.931000', '120218.934000', '120218.936000', '120218.939000', '120218.941000', '120218.944000', '120218.946000', '120238.816000', '120238.818000', '120238.821000', '120238.824000', '120238.826000', '120238.829000', '120238.831000', '120238.834000', '120238.837000', '120238.839000', '120238.842000', '120238.844000', '120238.847000', '120238.849000', '120238.852000', '120238.854000', '120238.857000', '120238.860000', '120238.862000', '120238.865000', '120238.867000', '120238.870000', '120238.872000', '120238.875000', '120238.878000', '120238.880000', '120238.883000', '120238.885000', '120238.888000', '120238.890000', '120238.893000', '120238.896000', '120238.898000', '120238.901000', '120238.903000', '120238.906000', '120238.908000', '120238.911000', '120238.913000', '120238.916000', '120238.918000', '120238.921000', '120238.923000', '120238.926000', '120258.815000', '120258.824000', '120258.826000', '120258.829000', '120258.831000', '120258.834000', '120258.837000', '120258.840000', '120258.843000', '120258.846000', '120258.848000', '120258.851000', '120258.854000', '120258.856000', '120258.859000', '120258.862000', '120258.864000', '120258.867000', '120258.869000', '120258.872000', '120258.874000', '120258.877000', '120258.880000', '120258.882000', '120258.885000', '120258.887000', '120258.890000', '120258.892000', '120258.895000', '120258.899000', '120258.901000', '120258.904000', '120258.906000', '120258.909000', '120258.912000', '120258.914000', '120258.917000', '120258.919000', '120258.922000', '120258.924000', '120258.927000', '120258.930000', '120258.932000', '120318.814000', '120318.817000', '120318.820000', '120318.823000', '120318.825000', '120318.828000', '120318.830000', '120318.833000', '120318.835000', '120318.838000', '120318.841000', '120318.843000', '120318.846000', '120318.848000', '120318.851000', '120318.854000', '120318.856000', '120318.859000', '120318.862000', '120318.864000', '120318.867000', '120318.869000', '120318.872000', '120318.875000', '120318.877000', '120318.880000', '120318.882000', '120318.885000', '120318.903000', '120318.905000', '120318.908000', '120318.910000', '120318.913000', '120318.916000', '120318.918000', '120318.921000', '120318.923000', '120318.926000', '120318.929000', '120318.931000', '120318.934000', '120318.936000', '120318.939000', '120318.942000', '120338.815000', '120338.826000', '120338.829000', '120338.832000', '120338.834000', '120338.837000', '120338.840000', '120338.842000', '120338.845000', '120338.847000', '120338.850000', '120338.852000', '120338.855000', '120338.858000', '120338.860000', '120338.863000', '120338.866000', '120338.869000', '120338.872000', '120338.875000', '120338.878000', '120338.880000', '120338.883000', '120338.885000', '120338.888000', '120338.890000', '120338.893000', '120338.896000', '120338.898000', '120338.901000', '120338.903000', '120338.906000', '120338.909000', '120338.911000', '120338.914000', '120338.917000', '120338.919000', '120338.931000', '120338.934000', '120338.937000', '120338.939000', '120338.942000', '120338.944000', '120358.815000', '120358.818000', '120358.820000', '120358.823000', '120358.825000', '120358.828000', '120358.830000', '120358.833000', '120358.836000', '120358.838000', '120358.841000', '120358.844000', '120358.846000', '120358.849000', '120358.852000', '120358.854000', '120358.857000', '120358.859000', '120358.862000', '120358.864000', '120358.867000', '120358.870000', '120358.872000', '120358.879000', '120358.881000', '120358.884000', '120358.887000', '120358.889000', '120358.892000', '120358.895000', '120358.897000', '120358.900000', '120358.902000', '120358.905000', '120358.907000', '120358.910000', '120358.912000', '120358.915000', '120358.918000', '120358.920000', '120358.923000', '120358.925000', '120358.928000', '120358.931000', '120418.815000', '120418.818000', '120418.821000', '120418.823000', '120418.826000', '120418.829000', '120418.831000', '120418.834000', '120418.836000', '120418.839000', '120418.842000', '120418.844000', '120418.847000', '120418.849000', '120418.852000', '120418.854000', '120418.857000', '120418.860000', '120418.862000', '120418.865000', '120418.867000', '120418.870000', '120418.873000', '120418.875000', '120418.878000', '120418.880000', '120418.883000', '120418.886000', '120418.888000', '120418.891000', '120418.893000', '120418.896000', '120418.899000', '120418.901000', '120418.904000', '120418.907000', '120418.909000', '120418.912000', '120418.914000', '120418.917000', '120418.920000', '120418.922000', '120418.925000', '120438.816000', '120438.974000', '120438.976000', '120438.979000', '120438.981000', '120438.984000', '120438.987000', '120438.989000', '120438.992000', '120438.994000', '120438.997000', '120439.000000', '120439.002000', '120439.005000', '120439.007000', '120439.010000', '120439.012000', '120439.015000', '120439.017000', '120439.020000', '120439.023000', '120439.025000', '120439.028000', '120439.030000', '120439.033000', '120439.036000', '120439.038000', '120439.041000', '120439.043000', '120439.046000', '120439.049000', '120439.051000', '120439.054000', '120439.056000', '120439.059000', '120439.062000', '120439.064000', '120439.067000', '120439.070000', '120439.072000', '120439.075000', '120439.077000', '120439.080000', '120439.082000', '120458.816000', '120458.818000', '120458.821000', '120458.824000', '120458.826000', '120458.829000', '120458.831000', '120458.834000', '120458.863000', '120458.866000', '120458.868000', '120458.871000', '120458.874000', '120458.876000', '120458.879000', '120458.882000', '120458.884000', '120458.887000', '120458.890000', '120458.892000', '120458.895000', '120458.897000', '120458.900000', '120458.903000', '120458.905000', '120458.908000', '120458.910000', '120458.913000', '120458.916000', '120458.919000', '120458.922000', '120458.925000', '120458.927000', '120458.930000', '120458.933000', '120458.935000', '120458.938000', '120458.941000', '120458.943000', '120458.946000', '120458.948000', '120458.951000', '120458.954000', '120518.816000', '120518.841000', '120518.844000', '120518.846000', '120518.849000', '120518.851000', '120518.854000', '120518.856000', '120518.859000', '120518.862000', '120518.864000', '120518.867000', '120518.870000', '120518.872000', '120518.875000', '120518.877000', '120518.880000', '120518.883000', '120518.885000', '120518.888000', '120518.890000', '120518.893000', '120518.896000', '120518.898000', '120518.901000', '120518.904000', '120518.906000', '120518.909000', '120518.911000', '120518.914000', '120518.917000', '120518.919000', '120518.922000', '120518.925000', '120518.927000', '120518.930000', '120518.932000', '120518.935000', '120518.938000', '120518.940000', '120518.943000', '120518.945000', '120518.948000', '120518.951000', '120538.815000', '120538.817000', '120538.820000', '120538.823000', '120538.825000', '120538.828000', '120538.831000', '120538.833000', '120538.836000', '120538.838000', '120538.841000', '120538.844000', '120538.846000', '120538.849000', '120538.851000', '120538.854000', '120538.857000', '120538.859000', '120538.862000', '120538.865000', '120538.867000', '120538.870000', '120538.873000', '120538.875000', '120538.878000', '120538.881000', '120538.883000', '120538.886000', '120538.888000', '120538.891000', '120538.894000', '120538.896000', '120538.899000', '120538.902000', '120538.904000', '120538.907000', '120538.910000', '120538.913000', '120538.916000', '120538.918000', '120538.921000', '120538.923000', '120538.926000', '120558.815000', '120558.846000', '120558.849000', '120558.851000', '120558.854000', '120558.856000', '120558.859000', '120558.862000', '120558.864000', '120558.867000', '120558.870000', '120558.872000', '120558.875000', '120558.877000', '120558.880000', '120558.883000', '120558.885000', '120558.888000', '120558.890000', '120558.893000', '120558.896000', '120558.898000', '120558.901000', '120558.903000', '120558.906000', '120558.908000', '120558.911000', '120558.914000', '120558.916000', '120558.919000', '120558.921000', '120558.924000', '120558.926000', '120558.929000', '120558.932000', '120558.934000', '120558.937000', '120558.939000', '120558.942000', '120558.945000', '120558.947000', '120558.950000', '120558.952000', '120558.955000', '120618.815000', '120618.846000', '120618.849000', '120618.852000', '120618.854000', '120618.857000', '120618.860000', '120618.862000', '120618.865000', '120618.867000', '120618.870000', '120618.873000', '120618.875000', '120618.878000', '120618.880000', '120618.883000', '120618.886000', '120618.888000', '120618.891000', '120618.894000', '120618.896000', '120618.899000', '120618.902000', '120618.904000', '120618.907000', '120618.909000', '120618.912000', '120618.915000', '120618.917000', '120618.920000', '120618.922000', '120618.925000', '120618.927000', '120618.930000', '120618.933000', '120618.935000', '120618.938000', '120618.940000', '120618.944000', '120618.947000', '120618.950000', '120618.952000', '120618.955000', '120638.816000', '120638.862000', '120638.864000', '120638.867000', '120638.870000', '120638.872000', '120638.875000', '120638.877000', '120638.880000', '120638.883000', '120638.906000', '120638.909000', '120638.911000', '120638.914000', '120638.917000', '120638.919000', '120638.922000', '120638.924000', '120638.927000', '120638.930000', '120638.932000', '120638.935000', '120638.938000', '120638.940000', '120638.943000', '120638.945000', '120638.948000', '120638.951000', '120638.953000', '120638.956000', '120638.959000', '120638.961000', '120638.964000', '120638.966000', '120638.969000', '120638.972000', '120638.974000', '120638.977000', '120638.980000', '120638.982000', '120638.985000', '120638.987000', '120638.990000', '120638.993000', '120658.815000', '120658.818000', '120658.821000', '120658.824000', '120658.826000', '120658.829000', '120658.832000', '120658.834000', '120658.837000', '120658.839000', '120658.842000', '120658.845000', '120658.847000', '120658.850000', '120658.852000', '120658.855000', '120658.858000', '120658.860000', '120658.863000', '120658.866000', '120658.868000', '120658.871000', '120658.873000', '120658.876000', '120658.879000', '120658.881000', '120658.884000', '120658.886000', '120658.889000', '120658.892000', '120658.894000', '120658.897000', '120658.900000', '120658.902000', '120658.905000', '120658.908000', '120658.910000', '120658.913000', '120658.916000', '120658.918000', '120658.921000', '120658.923000', '120658.926000', '120718.815000', '120718.818000', '120718.821000', '120718.823000', '120718.826000', '120718.829000', '120718.831000', '120718.834000', '120718.836000', '120718.839000', '120718.842000', '120718.844000', '120718.847000', '120718.850000', '120718.852000', '120718.855000', '120718.857000', '120718.860000', '120718.863000', '120718.865000', '120718.868000', '120718.871000', '120718.873000', '120718.876000', '120718.878000', '120718.881000', '120718.884000', '120718.886000', '120718.889000', '120718.891000', '120718.894000', '120718.897000', '120718.899000', '120718.902000', '120718.905000', '120718.907000', '120718.910000', '120718.912000', '120718.915000', '120718.917000', '120718.920000', '120718.923000', '120718.925000', '120718.928000', '120738.816000', '120738.879000', '120738.881000', '120738.884000', '120738.886000', '120738.889000', '120738.892000', '120738.894000', '120738.897000', '120738.900000', '120738.902000', '120738.905000', '120738.907000', '120738.910000', '120738.913000', '120738.915000', '120738.918000', '120738.920000', '120738.923000', '120738.926000', '120738.928000', '120738.931000', '120738.933000', '120738.936000', '120738.939000', '120738.942000', '120738.944000', '120738.948000', '120738.951000', '120738.954000', '120738.956000', '120738.959000', '120738.962000', '120738.964000', '120738.967000', '120738.970000', '120738.972000', '120738.975000', '120738.977000', '120738.980000', '120738.983000', '120738.985000', '120738.988000', '120758.815000', '120758.851000', '120758.854000', '120758.857000', '120758.859000', '120758.862000', '120758.864000', '120758.867000', '120758.870000', '120758.872000', '120758.875000', '120758.877000', '120758.880000', '120758.882000', '120758.885000', '120758.888000', '120758.890000', '120758.893000', '120758.896000', '120758.898000', '120758.901000', '120758.903000', '120758.906000', '120758.909000', '120758.911000', '120758.914000', '120758.916000', '120758.919000', '120758.921000', '120758.924000', '120758.927000', '120758.929000', '120758.932000', '120758.934000', '120758.937000', '120758.940000', '120758.942000', '120758.945000', '120758.947000', '120758.950000', '120758.952000', '120758.955000', '120758.958000', '120818.814000', '120818.847000', '120818.850000', '120818.852000', '120818.855000', '120818.858000', '120818.860000', '120818.863000', '120818.865000', '120818.868000', '120818.871000', '120818.873000', '120818.876000', '120818.879000', '120818.881000', '120818.884000', '120818.886000', '120818.889000', '120818.892000', '120818.894000', '120818.897000', '120818.900000', '120818.902000', '120818.905000', '120818.907000', '120818.910000', '120818.913000', '120818.915000', '120818.918000', '120818.920000', '120818.923000', '120818.926000', '120818.928000', '120818.931000', '120818.934000', '120818.936000', '120818.939000', '120818.941000', '120818.944000', '120818.947000', '120818.949000', '120818.952000', '120818.954000', '120818.957000', '120838.815000', '120838.842000', '120838.845000', '120838.847000', '120838.850000', '120838.853000', '120838.855000', '120838.858000', '120838.860000', '120838.863000', '120838.865000', '120838.868000', '120838.871000', '120838.873000', '120838.876000', '120838.879000', '120838.881000', '120838.884000', '120838.886000', '120838.889000', '120838.892000', '120838.894000', '120838.897000', '120838.899000', '120838.902000', '120838.905000', '120838.907000', '120838.910000', '120838.912000', '120838.915000', '120838.917000', '120838.920000', '120838.923000', '120838.925000', '120838.928000', '120838.930000', '120838.933000', '120838.935000', '120838.938000', '120838.941000', '120838.943000', '120838.946000', '120838.949000', '120858.816000', '120858.834000', '120858.837000', '120858.839000', '120858.842000', '120858.845000', '120858.847000', '120858.850000', '120858.852000', '120858.855000', '120858.858000', '120858.860000', '120858.863000', '120858.865000', '120858.868000', '120858.871000', '120858.873000', '120858.876000', '120858.879000', '120858.881000', '120858.884000', '120858.886000', '120858.889000', '120858.891000', '120858.894000', '120858.897000', '120858.899000', '120858.902000', '120858.905000', '120858.907000', '120858.910000', '120858.912000', '120858.915000', '120858.917000', '120858.920000', '120858.923000', '120858.925000', '120858.928000', '120858.930000', '120858.933000', '120858.936000', '120858.938000', '120858.941000', '120858.944000', '120900.404000', '120900.407000', '120900.410000', '120900.412000'], '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': [18744, 15828, 18768, 11443, 10350, 9330, 9498, 16232, 12949, 10502, 9259, 9746, 9703, 9711, 12453, 9657, 9778, 9307, 9636, 13038, 10217, 9516, 9480, 10941, 13990, 10100, 9154, 10033, 14980, 15857, 10352, 10301, 9936, 16559, 17574, 13503, 11180, 9645, 12727, 13034, 13661, 9486, 9906, 16289, 11999, 11060, 9308, 9969, 14799, 9829, 9952, 9753, 14055, 16999, 14377, 11290, 10191, 9838, 9691, 10124, 11762, 10790, 9819, 10022, 9336, 9486, 14876, 10058, 9983, 9001, 9971, 17170, 14830, 10079, 9005, 9737, 12429, 10670, 11203, 9329, 9839, 13310, 9878, 10171, 9726, 9767, 10791, 10278, 9335, 9468, 10021, 9169, 10028, 15069, 9841, 9755, 9517, 9732, 18756, 15313, 15885, 9742, 9928, 9700, 9852, 9778, 13697, 12053, 12456, 9814, 10053, 15043, 9534, 10712, 9447, 10201, 16844, 10452, 10937, 9535, 12027, 18462, 10966, 10203, 9402, 9774, 14683, 12831, 12403, 9894, 9477, 9755, 10205, 16058, 9758, 9488, 9637, 10156, 13381, 10104, 9553, 9559, 10208, 12544, 9848, 9826, 9643, 10841, 17485, 9977, 9547, 9741, 9755, 14708, 11438, 9584, 10074, 9923, 16231, 12275, 11903, 9986, 10021, 12332, 10100, 9620, 9755, 9877, 14786, 11769, 9725, 9798, 9862, 11885, 9923, 9567, 10104, 9954, 15175, 13341, 12450, 10178, 9494, 9972, 10258, 12363, 14352, 9713, 9887, 9694, 10012, 14878, 10309, 9159, 9287, 10023, 10672, 10078, 9666, 9659, 10330, 13592, 10582, 9853, 9930, 9818, 16696, 11145, 9685, 11579, 10742, 16501, 10203, 10089, 12471, 12846, 16320, 9816, 9711, 9754, 9481, 17918, 10237, 9868, 9749, 9504, 14885, 10984, 9170, 9734, 9574, 9736, 10095, 9521, 9161, 10057, 13392, 11050, 9982, 9465, 9639, 16254, 12933, 10039, 11009, 9905, 17197, 13659, 9902, 15792, 11550, 12258, 9712, 9943, 15848, 10501, 9466, 9165, 10086, 11984, 10121, 11187, 9298, 9718, 9490, 9994, 11093, 10262, 10388, 10052, 9943, 9552, 11633, 9955, 9174, 9569, 10119, 15687, 10300, 9920, 12745, 11705, 16691, 11003, 9978, 15246, 14157, 17892, 10369, 10329, 10598, 9834, 13982, 9576, 9837, 9975, 9677, 11150, 10195, 9728, 9841, 9709, 9653, 10680, 9974, 10000, 9378, 10225, 13633, 10156, 9835, 11403, 11762, 17122, 10231, 10138, 12169, 13490, 15847, 10154, 9603, 10268, 11873, 18265, 11336, 9826, 9268, 9689, 15101, 11158, 9838, 10511, 9782, 9645, 10744, 10176, 9881, 9689, 9695, 12604, 10910, 10498, 9641, 9864, 11673, 10351, 9876, 11163, 9792, 14903, 14437, 11267, 14191, 9673, 14940, 12166, 10079, 11704, 9759, 16390, 13980, 9503, 9847, 9391, 9804, 13984, 10692, 9988, 9980, 9917, 9864, 9606, 10651, 10320, 10145, 9439, 9653, 9908, 10858, 9661, 10008, 11814, 10309, 10558, 10411, 10011, 16912, 13070, 10611, 13572, 10171, 17777, 14361, 10321, 10133, 9695, 10172, 11878, 9898, 9839, 10420, 9951, 9431, 9960, 12293, 9492, 10298, 10126, 10000, 10139, 10363, 9921, 9634, 9450, 10170, 13866, 9743, 9941, 13906, 14164, 17806, 10148, 9934, 10445, 9622, 13183, 15297, 17107, 16685, 15688, 15422, 14096, 9148, 9560, 9646, 9408, 8935, 9318, 9826, 9453, 9841, 9929, 10344, 9884, 9536, 9794, 12748, 9742, 10516, 13936, 10675, 16806, 11554, 12056, 10532, 9578, 14821, 10146, 17895, 13598, 9533, 9566, 9522, 10682, 9170, 11711, 10111, 9739, 9791, 9740, 9994, 9887, 9615, 9838, 9996, 10976, 9933, 10176, 9721, 9452, 13692, 9728, 9554, 9933, 9799, 11485, 10806, 16821, 14323, 12631, 10876, 9567, 11289, 10267, 9215, 9837, 10098, 10693, 9889, 9205, 9930, 9584, 10422, 10197, 9521, 11501, 10111, 17280, 13886, 10665, 10397, 10256, 9574, 10700, 9714, 12909, 18557, 11092, 9357, 9754, 9388, 15046, 10015, 9319, 12124, 14200, 17493, 10087, 9525, 9876, 9693, 14901, 9700, 9940, 10383, 10509, 13539, 9758, 9561, 9931, 9615, 12123, 9372, 9961, 10387, 12705, 15258, 12520, 10331, 10300, 9694, 9488, 9909, 13034, 10603, 9608, 9379, 10124, 12794, 9826, 9629, 11823, 9758, 9515, 9854, 10139, 16685, 10048, 9935, 10841, 12317, 13895, 10232, 11389, 13399, 14869, 12154, 9710, 9605, 9861, 11307, 11601, 10118, 9627, 9647, 9998, 10411, 9717, 9271, 9810, 9804, 9628, 9595, 9209, 10002, 9819, 12398, 10083, 9585, 9374, 11074, 15388, 9910, 9751, 13265, 14295, 16714, 9970, 9431, 9985, 9827, 13623, 9984, 9290, 9968, 9825, 17006, 10246, 9422, 9719, 9986, 17404, 11556, 9866, 9533, 10238, 10652, 10384, 9598, 9829, 10249, 11769, 10420, 9498, 9596, 10521, 13443, 12075, 10728, 10062, 10010, 13920, 10507, 11676, 9678, 9932, 15783, 12360, 10253, 9363, 9894, 12214, 9895, 9895, 9417, 10038, 13859, 11800, 15888, 10126, 10246, 9753, 9921, 9835, 12531, 9653, 10188, 10052, 10140, 11285, 10023, 9823, 9921, 10057, 10256, 10268, 12763, 11685, 12873, 12077, 9532, 9347, 9609, 11445, 14798, 9653, 9350, 9521, 10151, 15210, 9805, 9526, 9799, 10029, 12507, 10045, 9365, 9766, 10215, 13527, 9927, 9572, 9338, 9699, 13969, 10047, 9881, 10475, 9933, 16969, 12580, 9883, 10644, 9734, 11937, 14150, 9738, 9756, 9992, 10391, 13736, 10102, 10136, 10105, 9680, 10304, 9948, 10780, 9882, 9872, 13360, 11590, 13289, 9597, 9737, 9448, 9975, 11303, 12900, 9896, 14520, 13117, 10114, 12154, 9813, 9874, 9420, 9608, 9879, 10121, 9789, 12210, 9951, 9032, 9993, 9785, 13969, 10095, 9454, 9509, 9623, 9113, 9698, 9535, 12306, 9978, 9807, 9932, 10163, 10688, 11861, 10099, 9390, 9932, 10037, 16176, 13677, 10284, 17402, 13203, 11688, 10757, 9703, 16093, 11067, 9724, 9408, 10200, 10215, 11545, 10434, 11480, 9493, 9701, 9137, 9863, 11912, 9591, 9937, 9637, 10138, 10062, 9712, 9606, 10802, 10067, 10022, 9204, 9889, 16805, 14282, 17571, 14829, 9980, 9501, 10132, 10174, 10106, 10492, 13332, 10402, 9713, 10003, 9832, 9987, 10123, 9769, 9764, 10863, 9841, 9478, 10849, 11293, 14352, 9908, 9838, 13001, 12813, 16191, 10022, 9741, 9396, 10163, 13722, 12116, 9996, 9302, 9708, 10189, 11801, 10147, 9367, 10070, 10228, 13786, 10123, 9827, 10181, 10237, 10485, 9681, 9799, 9487, 10315, 9856, 11931, 10111, 10035, 14037, 13024, 12716, 9672, 10041, 11648, 11007, 12627, 11919, 9701, 9325, 9716, 10235, 12527, 9722, 9708, 9599, 9843, 9991, 10175, 9783, 9942, 10488, 10434, 9827, 10006, 9507, 10708, 15427, 9923, 9670, 9559, 11883, 18743, 14351, 9976, 10313, 10388, 10208, 14239, 11388, 9814, 9199, 9577, 9378, 9680], 'WindowCenter': [5233.0, 5172.0, 5185.0, 5105.0, 5057.0, 5046.0, 5045.0, 5118.0, 5080.0, 5038.0, 5016.0, 5040.0, 5038.0, 5039.0, 5068.0, 5029.0, 5027.0, 5030.0, 5041.0, 5092.0, 5041.0, 5041.0, 5051.0, 5072.0, 5101.0, 5051.0, 5030.0, 5054.0, 5109.0, 5122.0, 5041.0, 5038.0, 5051.0, 5117.0, 5130.0, 5078.0, 5044.0, 5029.0, 5064.0, 5079.0, 5076.0, 5016.0, 5038.0, 5103.0, 5059.0, 5034.0, 5015.0, 5025.0, 5086.0, 5027.0, 5026.0, 5038.0, 5097.0, 5116.0, 5094.0, 5044.0, 5035.0, 5010.0, 5011.0, 5023.0, 5054.0, 5034.0, 5025.0, 5023.0, 5029.0, 5040.0, 5096.0, 5026.0, 5013.0, 5004.0, 5038.0, 5114.0, 5098.0, 5026.0, 5004.0, 5039.0, 5063.0, 5050.0, 5044.0, 5004.0, 5037.0, 5072.0, 5038.0, 5025.0, 5014.0, 5049.0, 5056.0, 5047.0, 5028.0, 5026.0, 5038.0, 5039.0, 5040.0, 5109.0, 5040.0, 5029.0, 5040.0, 5040.0, 5137.0, 5106.0, 5103.0, 5027.0, 5013.0, 4998.0, 5024.0, 5023.0, 5089.0, 5066.0, 5054.0, 5040.0, 5038.0, 5083.0, 5013.0, 5018.0, 5028.0, 5023.0, 5115.0, 5037.0, 5044.0, 5040.0, 5067.0, 5125.0, 5045.0, 5022.0, 5027.0, 5036.0, 5083.0, 5064.0, 5052.0, 5011.0, 5013.0, 5025.0, 5034.0, 5094.0, 5014.0, 5024.0, 5026.0, 5034.0, 5072.0, 5034.0, 5012.0, 5024.0, 5032.0, 5065.0, 5026.0, 5036.0, 5040.0, 5057.0, 5127.0, 5038.0, 5024.0, 5026.0, 5038.0, 5084.0, 5059.0, 5026.0, 5024.0, 5038.0, 5103.0, 5064.0, 5054.0, 5022.0, 5037.0, 5075.0, 5047.0, 5028.0, 5024.0, 5049.0, 5093.0, 5067.0, 5026.0, 5023.0, 5038.0, 5054.0, 5036.0, 5039.0, 5035.0, 5049.0, 5105.0, 5075.0, 5063.0, 5024.0, 5014.0, 5034.0, 5035.0, 5064.0, 5087.0, 5028.0, 5024.0, 5025.0, 5036.0, 5092.0, 5037.0, 5014.0, 5002.0, 5025.0, 5033.0, 5038.0, 5029.0, 5027.0, 5049.0, 5083.0, 5061.0, 5026.0, 5036.0, 5039.0, 5105.0, 5057.0, 5026.0, 5057.0, 5045.0, 5117.0, 5037.0, 5048.0, 5065.0, 5064.0, 5105.0, 5025.0, 5014.0, 5025.0, 5024.0, 5115.0, 5037.0, 5025.0, 5025.0, 5027.0, 5091.0, 5046.0, 5015.0, 5013.0, 5024.0, 5011.0, 5049.0, 5028.0, 5026.0, 5051.0, 5085.0, 5057.0, 5037.0, 5025.0, 5039.0, 5102.0, 5066.0, 5026.0, 5046.0, 5037.0, 5104.0, 5074.0, 5025.0, 5091.0, 5045.0, 5053.0, 5026.0, 5038.0, 5093.0, 5047.0, 5015.0, 5014.0, 5036.0, 5066.0, 5035.0, 5044.0, 5013.0, 5013.0, 5012.0, 5034.0, 5042.0, 5037.0, 5036.0, 5024.0, 5035.0, 5026.0, 5069.0, 5038.0, 5026.0, 5039.0, 5036.0, 5106.0, 5037.0, 5026.0, 5077.0, 5055.0, 5107.0, 5046.0, 5039.0, 5106.0, 5087.0, 5116.0, 5022.0, 5036.0, 5044.0, 5037.0, 5085.0, 5025.0, 5013.0, 5024.0, 5024.0, 5044.0, 5037.0, 5026.0, 5022.0, 5026.0, 5025.0, 5046.0, 5037.0, 5036.0, 5028.0, 5036.0, 5087.0, 5037.0, 5051.0, 5068.0, 5068.0, 5118.0, 5037.0, 5051.0, 5067.0, 5087.0, 5105.0, 5025.0, 5027.0, 5036.0, 5054.0, 5125.0, 5047.0, 5024.0, 5025.0, 5025.0, 5082.0, 5056.0, 5023.0, 5021.0, 5036.0, 5025.0, 5045.0, 5038.0, 5025.0, 5039.0, 5038.0, 5064.0, 5061.0, 5048.0, 5013.0, 5038.0, 5054.0, 5038.0, 5038.0, 5045.0, 5039.0, 5084.0, 5085.0, 5034.0, 5072.0, 5025.0, 5081.0, 5055.0, 5014.0, 5055.0, 5025.0, 5092.0, 5073.0, 5013.0, 5010.0, 5025.0, 5025.0, 5069.0, 5035.0, 5025.0, 5025.0, 5024.0, 5024.0, 5025.0, 5035.0, 5035.0, 5022.0, 5000.0, 5012.0, 5024.0, 5059.0, 5041.0, 5040.0, 5067.0, 5049.0, 5051.0, 5036.0, 5040.0, 5103.0, 5078.0, 5036.0, 5087.0, 5036.0, 5102.0, 5087.0, 5025.0, 5011.0, 5026.0, 5034.0, 5052.0, 5026.0, 5013.0, 5024.0, 5023.0, 5025.0, 5024.0, 5053.0, 5027.0, 5025.0, 5022.0, 5025.0, 5036.0, 5051.0, 5040.0, 5040.0, 5039.0, 5053.0, 5088.0, 5030.0, 5042.0, 5089.0, 5088.0, 5116.0, 5039.0, 5039.0, 5025.0, 5027.0, 5074.0, 5095.0, 5091.0, 5081.0, 5077.0, 5041.0, 5042.0, 4972.0, 4985.0, 4988.0, 4989.0, 4991.0, 5003.0, 5013.0, 5027.0, 5040.0, 5038.0, 5037.0, 5025.0, 5011.0, 5012.0, 5053.0, 5027.0, 5037.0, 5075.0, 5037.0, 5094.0, 5046.0, 5042.0, 5011.0, 5001.0, 5085.0, 5027.0, 5104.0, 5064.0, 5000.0, 4987.0, 4999.0, 5009.0, 5028.0, 5043.0, 5011.0, 5001.0, 4999.0, 5013.0, 5009.0, 5012.0, 5011.0, 5023.0, 5025.0, 5045.0, 5039.0, 5050.0, 5066.0, 5053.0, 5100.0, 5042.0, 5029.0, 5040.0, 5053.0, 5073.0, 5063.0, 5132.0, 5114.0, 5093.0, 5049.0, 5041.0, 5059.0, 5050.0, 5018.0, 5039.0, 5061.0, 5048.0, 5054.0, 5031.0, 5027.0, 5042.0, 5049.0, 5064.0, 5041.0, 5083.0, 5063.0, 5129.0, 5102.0, 5052.0, 5036.0, 5039.0, 5025.0, 5045.0, 5053.0, 5091.0, 5141.0, 5060.0, 5017.0, 5041.0, 5031.0, 5098.0, 5027.0, 5043.0, 5079.0, 5088.0, 5116.0, 5037.0, 5016.0, 5040.0, 5026.0, 5099.0, 5029.0, 5028.0, 5049.0, 5049.0, 5090.0, 5016.0, 5013.0, 5041.0, 5039.0, 5081.0, 5030.0, 5037.0, 5052.0, 5090.0, 5109.0, 5067.0, 5037.0, 5026.0, 5015.0, 5025.0, 5039.0, 5093.0, 5054.0, 5041.0, 5042.0, 5051.0, 5079.0, 5026.0, 5028.0, 5054.0, 5030.0, 5028.0, 5052.0, 5049.0, 5122.0, 5039.0, 5042.0, 5061.0, 5070.0, 5075.0, 5040.0, 5058.0, 5087.0, 5085.0, 5057.0, 5016.0, 5014.0, 5026.0, 5044.0, 5057.0, 5037.0, 5014.0, 5027.0, 5035.0, 5046.0, 5030.0, 5018.0, 5027.0, 5040.0, 5027.0, 5044.0, 5019.0, 5027.0, 5042.0, 5068.0, 5053.0, 5030.0, 5031.0, 5048.0, 5099.0, 5027.0, 5043.0, 5090.0, 5100.0, 5107.0, 5026.0, 5030.0, 5037.0, 5037.0, 5088.0, 5040.0, 5017.0, 5039.0, 5038.0, 5116.0, 5039.0, 5018.0, 5026.0, 5026.0, 5092.0, 5057.0, 5037.0, 5040.0, 5052.0, 5047.0, 5035.0, 5012.0, 5022.0, 5048.0, 5054.0, 5062.0, 5041.0, 5029.0, 5063.0, 5086.0, 5080.0, 5049.0, 5025.0, 5039.0, 5072.0, 5051.0, 5045.0, 5027.0, 5039.0, 5094.0, 5069.0, 5026.0, 5002.0, 5038.0, 5040.0, 5039.0, 5027.0, 5016.0, 5039.0, 5087.0, 5067.0, 5104.0, 5032.0, 5024.0, 5012.0, 5022.0, 5022.0, 5068.0, 5032.0, 5037.0, 5040.0, 5037.0, 5045.0, 5026.0, 5023.0, 5036.0, 5024.0, 5038.0, 5037.0, 5077.0, 5067.0, 5078.0, 5055.0, 5015.0, 5027.0, 5026.0, 5055.0, 5097.0, 5027.0, 5016.0, 5027.0, 5048.0, 5106.0, 5039.0, 5026.0, 5025.0, 5038.0, 5063.0, 5042.0, 5018.0, 5027.0, 5049.0, 5076.0, 5039.0, 5027.0, 5031.0, 5039.0, 5088.0, 5039.0, 5039.0, 5049.0, 5040.0, 5115.0, 5069.0, 5027.0, 5034.0, 5029.0, 5055.0, 5099.0, 5028.0, 5016.0, 5038.0, 5038.0, 5085.0, 5037.0, 5023.0, 5021.0, 5014.0, 5023.0, 5026.0, 5047.0, 5038.0, 5052.0, 5086.0, 5056.0, 5087.0, 5028.0, 5014.0, 5025.0, 5025.0, 5059.0, 5067.0, 5040.0, 5097.0, 5076.0, 5036.0, 5054.0, 5026.0, 5025.0, 5016.0, 5027.0, 5026.0, 5038.0, 5038.0, 5069.0, 5026.0, 5019.0, 5038.0, 5037.0, 5083.0, 5050.0, 5023.0, 5012.0, 5014.0, 5005.0, 5026.0, 5028.0, 5069.0, 5042.0, 5042.0, 5062.0, 5062.0, 5063.0, 5069.0, 5025.0, 5005.0, 5025.0, 5039.0, 5120.0, 5078.0, 5054.0, 5118.0, 5078.0, 5046.0, 5048.0, 5038.0, 5095.0, 5035.0, 5016.0, 5015.0, 5039.0, 5050.0, 5056.0, 5048.0, 5056.0, 5017.0, 5014.0, 5027.0, 5026.0, 5069.0, 5031.0, 5029.0, 5041.0, 5051.0, 5041.0, 5015.0, 5042.0, 5049.0, 5041.0, 5030.0, 5030.0, 5053.0, 5130.0, 5088.0, 5125.0, 5083.0, 5028.0, 5016.0, 5027.0, 5026.0, 5034.0, 5037.0, 5080.0, 5039.0, 5032.0, 5038.0, 5026.0, 5027.0, 5025.0, 5038.0, 5040.0, 5049.0, 5041.0, 5053.0, 5062.0, 5075.0, 5099.0, 5028.0, 5041.0, 5090.0, 5078.0, 5107.0, 5029.0, 5017.0, 5027.0, 5038.0, 5086.0, 5068.0, 5027.0, 5004.0, 5029.0, 5036.0, 5070.0, 5051.0, 5030.0, 5051.0, 5050.0, 5101.0, 5039.0, 5040.0, 5052.0, 5051.0, 5053.0, 5030.0, 5042.0, 5042.0, 5050.0, 5053.0, 5070.0, 5052.0, 5052.0, 5099.0, 5092.0, 5079.0, 5029.0, 5040.0, 5059.0, 5047.0, 5081.0, 5057.0, 5029.0, 5029.0, 5028.0, 5050.0, 5067.0, 5029.0, 5028.0, 5039.0, 5038.0, 5042.0, 5040.0, 5029.0, 5052.0, 5050.0, 5064.0, 5042.0, 5029.0, 5042.0, 5049.0, 5111.0, 5030.0, 5029.0, 5043.0, 5070.0, 5127.0, 5088.0, 5026.0, 5024.0, 5037.0, 5036.0, 5072.0, 5059.0, 5027.0, 5017.0, 5015.0, 5028.0, 5015.0], 'WindowWidth': [11318.0, 11203.0, 11203.0, 11084.0, 10999.0, 10982.0, 10979.0, 11070.0, 11014.0, 10951.0, 10917.0, 10960.0, 10954.0, 10954.0, 10991.0, 10939.0, 10931.0, 10944.0, 10959.0, 11031.0, 10955.0, 10958.0, 10976.0, 11005.0, 11042.0, 10971.0, 10941.0, 10981.0, 11051.0, 11073.0, 10956.0, 10950.0, 10975.0, 11062.0, 11083.0, 11004.0, 10948.0, 10940.0, 10980.0, 11008.0, 10997.0, 10915.0, 10950.0, 11035.0, 10981.0, 10936.0, 10913.0, 10927.0, 11013.0, 10933.0, 10932.0, 10954.0, 11033.0, 11064.0, 11025.0, 10950.0, 10942.0, 10897.0, 10900.0, 10923.0, 10965.0, 10937.0, 10927.0, 10920.0, 10942.0, 10961.0, 11031.0, 10931.0, 10905.0, 10899.0, 10955.0, 11053.0, 11034.0, 10930.0, 10895.0, 10954.0, 10979.0, 10971.0, 10950.0, 10894.0, 10951.0, 10990.0, 10952.0, 10927.0, 10909.0, 10971.0, 10976.0, 10962.0, 10936.0, 10932.0, 10950.0, 10957.0, 10958.0, 11050.0, 10956.0, 10939.0, 10959.0, 10958.0, 11095.0, 11047.0, 11037.0, 10932.0, 10905.0, 10878.0, 10926.0, 10920.0, 11024.0, 10986.0, 10964.0, 10956.0, 10951.0, 11007.0, 10907.0, 10908.0, 10938.0, 10923.0, 11055.0, 10946.0, 10953.0, 10959.0, 10992.0, 11072.0, 10955.0, 10917.0, 10936.0, 10948.0, 11010.0, 10983.0, 10960.0, 10900.0, 10911.0, 10933.0, 10939.0, 11024.0, 10911.0, 10925.0, 10933.0, 10940.0, 10989.0, 10940.0, 10907.0, 10927.0, 10935.0, 10986.0, 10932.0, 10947.0, 10962.0, 10979.0, 11076.0, 10950.0, 10925.0, 10934.0, 10956.0, 11011.0, 10982.0, 10931.0, 10925.0, 10951.0, 11035.0, 10980.0, 10966.0, 10918.0, 10952.0, 11000.0, 10964.0, 10938.0, 10925.0, 10970.0, 11021.0, 10991.0, 10932.0, 10921.0, 10953.0, 10970.0, 10947.0, 10954.0, 10943.0, 10972.0, 11043.0, 10999.0, 10981.0, 10925.0, 10910.0, 10943.0, 10946.0, 10983.0, 11018.0, 10936.0, 10924.0, 10929.0, 10948.0, 11020.0, 10949.0, 10912.0, 10892.0, 10930.0, 10937.0, 10952.0, 10942.0, 10933.0, 10970.0, 11010.0, 10988.0, 10930.0, 10946.0, 10955.0, 11040.0, 10976.0, 10930.0, 10978.0, 10956.0, 11062.0, 10947.0, 10967.0, 10987.0, 10982.0, 11042.0, 10927.0, 10912.0, 10931.0, 10927.0, 11059.0, 10948.0, 10927.0, 10930.0, 10937.0, 11017.0, 10959.0, 10915.0, 10909.0, 10927.0, 10905.0, 10969.0, 10938.0, 10932.0, 10975.0, 11014.0, 10977.0, 10945.0, 10928.0, 10956.0, 11032.0, 10986.0, 10930.0, 10961.0, 10947.0, 11038.0, 10995.0, 10928.0, 11016.0, 10956.0, 10963.0, 10932.0, 10954.0, 11023.0, 10964.0, 10913.0, 10914.0, 10949.0, 10990.0, 10946.0, 10956.0, 10908.0, 10908.0, 10908.0, 10942.0, 10949.0, 10949.0, 10945.0, 10924.0, 10946.0, 10932.0, 10998.0, 10950.0, 10931.0, 10956.0, 10944.0, 11043.0, 10948.0, 10933.0, 11005.0, 10969.0, 11047.0, 10959.0, 10956.0, 11047.0, 11020.0, 11058.0, 10917.0, 10947.0, 10957.0, 10951.0, 11013.0, 10929.0, 10906.0, 10929.0, 10929.0, 10954.0, 10950.0, 10931.0, 10919.0, 10934.0, 10929.0, 10960.0, 10949.0, 10947.0, 10939.0, 10947.0, 11019.0, 10947.0, 10977.0, 10993.0, 10993.0, 11063.0, 10948.0, 10975.0, 10993.0, 11019.0, 11039.0, 10926.0, 10935.0, 10948.0, 10967.0, 11072.0, 10959.0, 10924.0, 10931.0, 10930.0, 11005.0, 10972.0, 10921.0, 10914.0, 10948.0, 10931.0, 10958.0, 10949.0, 10926.0, 10955.0, 10955.0, 10984.0, 10989.0, 10963.0, 10905.0, 10952.0, 10968.0, 10951.0, 10950.0, 10955.0, 10954.0, 11008.0, 11010.0, 10938.0, 10987.0, 10930.0, 11000.0, 10968.0, 10910.0, 10973.0, 10931.0, 11021.0, 10993.0, 10907.0, 10900.0, 10930.0, 10928.0, 10983.0, 10941.0, 10928.0, 10927.0, 10926.0, 10928.0, 10929.0, 10941.0, 10942.0, 10919.0, 10884.0, 10904.0, 10924.0, 10983.0, 10961.0, 10955.0, 10989.0, 10966.0, 10974.0, 10944.0, 10958.0, 11032.0, 11007.0, 10944.0, 11019.0, 10947.0, 11036.0, 11017.0, 10927.0, 10898.0, 10930.0, 10940.0, 10963.0, 10932.0, 10907.0, 10922.0, 10923.0, 10931.0, 10928.0, 10963.0, 10935.0, 10924.0, 10917.0, 10929.0, 10943.0, 10974.0, 10954.0, 10956.0, 10954.0, 10978.0, 11018.0, 10942.0, 10962.0, 11026.0, 11020.0, 11058.0, 10950.0, 10950.0, 10924.0, 10931.0, 10996.0, 11027.0, 11014.0, 11000.0, 10988.0, 10919.0, 10922.0, 10828.0, 10852.0, 10859.0, 10860.0, 10867.0, 10886.0, 10903.0, 10928.0, 10953.0, 10949.0, 10946.0, 10927.0, 10901.0, 10902.0, 10961.0, 10931.0, 10943.0, 10995.0, 10943.0, 11022.0, 10954.0, 10943.0, 10898.0, 10884.0, 11011.0, 10933.0, 11040.0, 10977.0, 10880.0, 10858.0, 10877.0, 10893.0, 10938.0, 10947.0, 10901.0, 10885.0, 10879.0, 10905.0, 10895.0, 10901.0, 10901.0, 10920.0, 10927.0, 10954.0, 10953.0, 10972.0, 11006.0, 10982.0, 11041.0, 10961.0, 10936.0, 10955.0, 10981.0, 11007.0, 10994.0, 11090.0, 11066.0, 11034.0, 10967.0, 10962.0, 10983.0, 10969.0, 10918.0, 10951.0, 10990.0, 10966.0, 10982.0, 10941.0, 10928.0, 10961.0, 10968.0, 10998.0, 10959.0, 11021.0, 10994.0, 11081.0, 11046.0, 10976.0, 10943.0, 10949.0, 10926.0, 10956.0, 10983.0, 11030.0, 11101.0, 10982.0, 10918.0, 10960.0, 10942.0, 11033.0, 10932.0, 10966.0, 11011.0, 11020.0, 11058.0, 10946.0, 10913.0, 10957.0, 10932.0, 11037.0, 10937.0, 10934.0, 10966.0, 10965.0, 11023.0, 10915.0, 10906.0, 10960.0, 10953.0, 11014.0, 10939.0, 10947.0, 10975.0, 11028.0, 11052.0, 10988.0, 10943.0, 10926.0, 10912.0, 10925.0, 10950.0, 11034.0, 10978.0, 10958.0, 10962.0, 10971.0, 11007.0, 10926.0, 10937.0, 10965.0, 10941.0, 10933.0, 10977.0, 10966.0, 11074.0, 10951.0, 10964.0, 10988.0, 10996.0, 10997.0, 10953.0, 10981.0, 11019.0, 11010.0, 10972.0, 10912.0, 10911.0, 10931.0, 10954.0, 10975.0, 10943.0, 10908.0, 10933.0, 10944.0, 10958.0, 10939.0, 10922.0, 10929.0, 10955.0, 10934.0, 10966.0, 10922.0, 10931.0, 10958.0, 10990.0, 10976.0, 10940.0, 10946.0, 10963.0, 11035.0, 10933.0, 10967.0, 11027.0, 11041.0, 11045.0, 10926.0, 10944.0, 10951.0, 10948.0, 11021.0, 10955.0, 10920.0, 10954.0, 10952.0, 11059.0, 10950.0, 10920.0, 10930.0, 10928.0, 11018.0, 10972.0, 10945.0, 10957.0, 10976.0, 10961.0, 10939.0, 10903.0, 10917.0, 10966.0, 10967.0, 10990.0, 10959.0, 10936.0, 10992.0, 11016.0, 11012.0, 10966.0, 10924.0, 10953.0, 10989.0, 10973.0, 10955.0, 10931.0, 10954.0, 11023.0, 10993.0, 10927.0, 10887.0, 10950.0, 10942.0, 10955.0, 10932.0, 10916.0, 10955.0, 11021.0, 10991.0, 11038.0, 10932.0, 10924.0, 10905.0, 10919.0, 10920.0, 10993.0, 10946.0, 10945.0, 10954.0, 10946.0, 10954.0, 10927.0, 10919.0, 10944.0, 10923.0, 10950.0, 10946.0, 11006.0, 10991.0, 11007.0, 10970.0, 10911.0, 10934.0, 10934.0, 10970.0, 11031.0, 10932.0, 10917.0, 10934.0, 10969.0, 11044.0, 10952.0, 10929.0, 10925.0, 10950.0, 10978.0, 10961.0, 10919.0, 10934.0, 10967.0, 11000.0, 10953.0, 10931.0, 10946.0, 10954.0, 11021.0, 10952.0, 10954.0, 10969.0, 10959.0, 11058.0, 10995.0, 10931.0, 10934.0, 10941.0, 10970.0, 11038.0, 10935.0, 10915.0, 10950.0, 10952.0, 11010.0, 10945.0, 10922.0, 10913.0, 10911.0, 10921.0, 10931.0, 10960.0, 10950.0, 10976.0, 11018.0, 10975.0, 11017.0, 10935.0, 10909.0, 10927.0, 10928.0, 10980.0, 10986.0, 10956.0, 11033.0, 10999.0, 10943.0, 10964.0, 10928.0, 10929.0, 10918.0, 10932.0, 10929.0, 10952.0, 10950.0, 10992.0, 10927.0, 10927.0, 10954.0, 10953.0, 11009.0, 10968.0, 10922.0, 10901.0, 10908.0, 10899.0, 10928.0, 10934.0, 10991.0, 10960.0, 10959.0, 10994.0, 10992.0, 10992.0, 10995.0, 10925.0, 10897.0, 10928.0, 10952.0, 11069.0, 11003.0, 10981.0, 11064.0, 11004.0, 10953.0, 10962.0, 10953.0, 11026.0, 10938.0, 10914.0, 10912.0, 10955.0, 10971.0, 10974.0, 10964.0, 10969.0, 10916.0, 10906.0, 10934.0, 10930.0, 10993.0, 10943.0, 10935.0, 10957.0, 10972.0, 10956.0, 10909.0, 10960.0, 10965.0, 10957.0, 10938.0, 10941.0, 10978.0, 11085.0, 11022.0, 11071.0, 11006.0, 10933.0, 10913.0, 10928.0, 10925.0, 10938.0, 10945.0, 11008.0, 10947.0, 10942.0, 10949.0, 10929.0, 10931.0, 10926.0, 10949.0, 10955.0, 10968.0, 10957.0, 10981.0, 10990.0, 11010.0, 11035.0, 10931.0, 10960.0, 11027.0, 11007.0, 11043.0, 10938.0, 10917.0, 10935.0, 10951.0, 11012.0, 10991.0, 10928.0, 10894.0, 10939.0, 10944.0, 10998.0, 10972.0, 10940.0, 10974.0, 10970.0, 11041.0, 10950.0, 10955.0, 10978.0, 10971.0, 10977.0, 10938.0, 10960.0, 10963.0, 10971.0, 10978.0, 10996.0, 10974.0, 10977.0, 11038.0, 11032.0, 11006.0, 10934.0, 10954.0, 10981.0, 10961.0, 11012.0, 10972.0, 10935.0, 10938.0, 10938.0, 10969.0, 10985.0, 10937.0, 10934.0, 10954.0, 10950.0, 10961.0, 10955.0, 10936.0, 10974.0, 10970.0, 10993.0, 10956.0, 10935.0, 10962.0, 10966.0, 11056.0, 10937.0, 10935.0, 10961.0, 10997.0, 11081.0, 11017.0, 10925.0, 10921.0, 10948.0, 10947.0, 10988.0, 10980.0, 10930.0, 10913.0, 10910.0, 10937.0, 10913.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.0007985824175824176</td></tr>
<tr><td colspan=3>aqi</td><td>0.026375475494505495</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.429268726809624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1988244135093498</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0073248463916402</td></tr>
<tr><td colspan=3>efc</td><td>0.533</td></tr>
<tr><td colspan=3>fber</td><td>2654.0735</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2787156191034233</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>615</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>67.58241758241758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2884425516154727</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2021360384060764</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.428232396651883</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2349592197884594</td></tr>
<tr><td colspan=3>gcor</td><td>0.0102821</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009271226823329926</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04176430031657219</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>4.281163146008733</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>20.4709</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>86.6377</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>293.2975</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>84.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286249.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1300.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>506.5965</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8956</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>641.4694</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4222.5923</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90295.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.504</td></tr>
<tr><td colspan=3>tsnr</td><td>35.3220271486789</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>