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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0002_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0002_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0002_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-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-02/func/sub-0002_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ab8d83c89c0ec3634859bb9260d71f01</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>10:29:37.692500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99987, 0.0124882, 0.0101578, -0.0134381, 0.99494, 0.0995647]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941411</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4114, -7807, -7210, 458, -117, -201, 38, 83]</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>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>553d7041-4e50-4387-96b7-d8b6cd267b57||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682579278945923, -0.03605342656373978, 0.02393023855984211, 112.63350677490234], [-0.03350486978888512, 2.6693522930145264, 0.26915839314460754, -95.83737182617188], [0.027252711355686188, -0.2671247720718384, 2.68644380569458, -12.366846084594727], [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': ['102937.692500', '102938.152500', '102938.612500', '102939.072500', '102939.532500', '102939.992500', '102940.452500', '102940.912500', '102941.372500', '102941.832500', '102942.292500', '102942.752500', '102943.212500', '102943.672500', '102944.132500', '102944.592500', '102945.052500', '102945.512500', '102945.972500', '102946.432500', '102946.892500', '102947.352500', '102947.812500', '102948.272500', '102948.732500', '102949.192500', '102949.652500', '102950.112500', '102950.572500', '102951.032500', '102951.492500', '102951.952500', '102952.412500', '102952.872500', '102953.332500', '102953.792500', '102954.252500', '102954.712500', '102955.172500', '102955.632500', '102956.092500', '102956.552500', '102957.012500', '102957.472500', '102957.932500', '102958.392500', '102958.852500', '102959.312500', '102959.772500', '103000.232500', '103000.692500', '103001.152500', '103001.612500', '103002.072500', '103002.532500', '103002.992500', '103003.452500', '103003.912500', '103004.372500', '103004.832500', '103005.292500', '103005.752500', '103006.212500', '103006.672500', '103007.132500', '103007.592500', '103008.052500', '103008.512500', '103008.972500', '103009.432500', '103009.892500', '103010.352500', '103010.812500', '103011.272500', '103011.732500', '103012.192500', '103012.652500', '103013.112500', '103013.572500', '103014.032500', '103014.492500', '103014.952500', '103015.412500', '103015.872500', '103016.332500', '103016.792500', '103017.252500', '103017.712500', '103018.172500', '103018.632500', '103019.092500', '103019.552500', '103020.012500', '103020.472500', '103020.932500', '103021.392500', '103021.852500', '103022.312500', '103022.772500', '103023.232500', '103023.692500', '103024.152500', '103024.612500', '103025.072500', '103025.532500', '103025.992500', '103026.452500', '103026.912500', '103027.372500', '103027.832500', '103028.292500', '103028.752500', '103029.212500', '103029.672500', '103030.132500', '103030.592500', '103031.052500', '103031.512500', '103031.972500', '103032.432500', '103032.892500', '103033.352500', '103033.812500', '103034.272500', '103034.732500', '103035.192500', '103035.652500', '103036.112500', '103036.572500', '103037.032500', '103037.492500', '103037.952500', '103038.412500', '103038.872500', '103039.332500', '103039.792500', '103040.252500', '103040.712500', '103041.172500', '103041.632500', '103042.092500', '103042.552500', '103043.012500', '103043.472500', '103043.932500', '103044.392500', '103044.852500', '103045.312500', '103045.772500', '103046.232500', '103046.692500', '103047.152500', '103047.612500', '103048.072500', '103048.532500', '103048.992500', '103049.452500', '103049.912500', '103050.372500', '103050.832500', '103051.292500', '103051.752500', '103052.212500', '103052.672500', '103053.132500', '103053.592500', '103054.052500', '103054.512500', '103054.972500', '103055.432500', '103055.892500', '103056.352500', '103056.812500', '103057.272500', '103057.732500', '103058.192500', '103058.652500', '103059.112500', '103059.572500', '103100.032500', '103100.492500', '103100.952500', '103101.412500', '103101.872500', '103102.332500', '103102.792500', '103103.252500', '103103.712500', '103104.172500', '103104.632500', '103105.092500', '103105.552500', '103106.012500', '103106.472500', '103106.932500', '103107.392500', '103107.852500', '103108.312500', '103108.772500', '103109.232500', '103109.692500', '103110.152500', '103110.612500', '103111.072500', '103111.532500', '103111.992500', '103112.452500', '103112.912500', '103113.372500', '103113.832500', '103114.292500', '103114.752500', '103115.212500', '103115.672500', '103116.132500', '103116.592500', '103117.052500', '103117.512500', '103117.972500', '103118.432500', '103118.892500', '103119.352500', '103119.812500', '103120.272500', '103120.732500', '103121.192500', '103121.652500', '103122.112500', '103122.572500', '103123.032500', '103123.492500', '103123.952500', '103124.412500', '103124.872500', '103125.332500', '103125.792500', '103126.252500', '103126.712500', '103127.172500', '103127.632500', '103128.092500', '103128.552500', '103129.012500', '103129.472500', '103129.932500', '103130.392500', '103130.852500', '103131.312500', '103131.772500', '103132.232500', '103132.692500', '103133.152500', '103133.612500', '103134.072500', '103134.532500', '103134.992500', '103135.452500', '103135.912500', '103136.372500', '103136.832500', '103137.292500', '103137.752500', '103138.212500', '103138.672500', '103139.132500', '103139.592500', '103140.052500', '103140.512500', '103140.972500', '103141.432500', '103141.892500', '103142.352500', '103142.812500', '103143.272500', '103143.732500', '103144.192500', '103144.652500', '103145.112500', '103145.572500', '103146.032500', '103146.492500', '103146.952500', '103147.412500', '103147.872500', '103148.332500', '103148.792500', '103149.252500', '103149.712500', '103150.172500', '103150.632500', '103151.092500', '103151.552500', '103152.012500', '103152.472500', '103152.932500', '103153.392500', '103153.852500', '103154.312500', '103154.772500', '103155.232500', '103155.692500', '103156.152500', '103156.612500', '103157.072500', '103157.532500', '103157.992500', '103158.452500', '103158.912500', '103159.372500', '103159.832500', '103200.292500', '103200.752500', '103201.212500', '103201.672500', '103202.132500', '103202.592500', '103203.052500', '103203.512500', '103203.972500', '103204.432500', '103204.892500', '103205.352500', '103205.812500', '103206.272500', '103206.732500', '103207.192500', '103207.652500', '103208.112500', '103208.572500', '103209.032500', '103209.492500', '103209.952500', '103210.412500', '103210.872500', '103211.332500', '103211.792500', '103212.252500', '103212.712500', '103213.172500', '103213.632500', '103214.092500', '103214.552500', '103215.012500', '103215.472500', '103215.932500', '103216.392500', '103216.852500', '103217.312500', '103217.772500', '103218.232500', '103218.692500', '103219.152500', '103219.612500', '103220.072500', '103220.532500', '103220.992500', '103221.452500', '103221.912500', '103222.372500', '103222.832500', '103223.292500', '103223.752500', '103224.212500', '103224.672500', '103225.132500', '103225.592500', '103226.052500', '103226.512500', '103226.972500', '103227.432500', '103227.892500', '103228.352500', '103228.812500', '103229.272500', '103229.732500', '103230.192500', '103230.652500', '103231.112500', '103231.572500', '103232.032500', '103232.492500', '103232.952500', '103233.412500', '103233.872500', '103234.332500', '103234.792500', '103235.252500', '103235.712500', '103236.172500', '103236.632500', '103237.092500', '103237.552500', '103238.012500', '103238.472500', '103238.932500', '103239.392500', '103239.852500', '103240.312500', '103240.772500', '103241.232500', '103241.692500', '103242.152500', '103242.612500', '103243.072500', '103243.532500', '103243.992500', '103244.452500', '103244.912500', '103245.372500', '103245.832500', '103246.292500', '103246.752500', '103247.212500', '103247.672500', '103248.132500', '103248.592500', '103249.052500', '103249.512500', '103249.972500', '103250.432500', '103250.892500', '103251.352500', '103251.812500', '103252.272500', '103252.732500', '103253.192500', '103253.652500', '103254.112500', '103254.572500', '103255.032500', '103255.492500', '103255.952500', '103256.412500', '103256.872500', '103257.332500', '103257.792500', '103258.252500', '103258.712500', '103259.172500', '103259.632500', '103300.092500', '103300.552500', '103301.012500', '103301.472500', '103301.932500', '103302.392500', '103302.852500', '103303.312500', '103303.772500', '103304.232500', '103304.692500', '103305.152500', '103305.612500', '103306.072500', '103306.532500', '103306.992500', '103307.452500', '103307.912500', '103308.372500', '103308.832500', '103309.292500', '103309.752500', '103310.212500', '103310.672500', '103311.132500', '103311.592500', '103312.052500', '103312.512500', '103312.972500', '103313.432500', '103313.892500', '103314.352500', '103314.812500', '103315.272500', '103315.732500', '103316.192500', '103316.652500', '103317.112500', '103317.572500', '103318.032500', '103318.492500', '103318.952500', '103319.412500', '103319.872500', '103320.332500', '103320.792500', '103321.252500', '103321.712500', '103322.172500', '103322.632500', '103323.092500', '103323.552500', '103324.012500', '103324.472500', '103324.932500', '103325.392500', '103325.852500', '103326.312500', '103326.772500', '103327.232500', '103327.692500', '103328.152500', '103328.612500', '103329.072500', '103329.532500', '103329.992500', '103330.452500', '103330.912500', '103331.372500', '103331.832500', '103332.292500', '103332.752500', '103333.212500', '103333.672500', '103334.132500', '103334.592500', '103335.052500', '103335.512500', '103335.972500', '103336.432500', '103336.892500', '103337.352500', '103337.812500', '103338.272500', '103338.732500', '103339.192500', '103339.652500', '103340.112500', '103340.572500', '103341.032500', '103341.492500', '103341.952500', '103342.412500', '103342.872500', '103343.332500', '103343.792500', '103344.252500', '103344.712500', '103345.172500', '103345.632500', '103346.092500', '103346.552500', '103347.012500', '103347.472500', '103347.932500', '103348.392500', '103348.852500', '103349.312500', '103349.772500', '103350.232500', '103350.692500', '103351.152500', '103351.612500', '103352.072500', '103352.532500', '103352.992500', '103353.452500', '103353.912500', '103354.372500', '103354.832500', '103355.292500', '103355.752500', '103356.212500', '103356.672500', '103357.132500', '103357.592500', '103358.052500', '103358.512500', '103358.972500', '103359.432500', '103359.892500', '103400.352500', '103400.812500', '103401.272500', '103401.732500', '103402.192500', '103402.652500', '103403.112500', '103403.572500', '103404.032500', '103404.492500', '103404.952500', '103405.412500', '103405.872500', '103406.332500', '103406.792500', '103407.252500', '103407.712500', '103408.172500', '103408.632500', '103409.092500', '103409.552500', '103410.012500', '103410.472500', '103410.932500', '103411.392500', '103411.852500', '103412.312500', '103412.772500', '103413.232500', '103413.692500', '103414.152500', '103414.612500', '103415.072500', '103415.532500', '103415.992500', '103416.452500', '103416.912500', '103417.372500', '103417.832500', '103418.292500', '103418.752500', '103419.212500', '103419.672500', '103420.132500', '103420.592500', '103421.052500', '103421.512500', '103421.972500', '103422.432500', '103422.892500', '103423.352500', '103423.812500', '103424.272500', '103424.732500', '103425.192500', '103425.652500', '103426.112500', '103426.572500', '103427.032500', '103427.492500', '103427.952500', '103428.412500', '103428.872500', '103429.332500', '103429.792500', '103430.252500', '103430.712500', '103431.172500', '103431.632500', '103432.092500', '103432.552500', '103433.012500', '103433.472500', '103433.932500', '103434.392500', '103434.852500', '103435.312500', '103435.772500', '103436.232500', '103436.692500', '103437.152500', '103437.612500', '103438.072500', '103438.532500', '103438.992500', '103439.452500', '103439.912500', '103440.372500', '103440.832500', '103441.292500', '103441.752500', '103442.212500', '103442.672500', '103443.132500', '103443.592500', '103444.052500', '103444.512500', '103444.972500', '103445.432500', '103445.892500', '103446.352500', '103446.812500', '103447.272500', '103447.732500', '103448.192500', '103448.652500', '103449.112500', '103449.572500', '103450.032500', '103450.492500', '103450.952500', '103451.412500', '103451.872500', '103452.332500', '103452.792500', '103453.252500', '103453.712500', '103454.172500', '103454.632500', '103455.092500', '103455.552500', '103456.012500', '103456.472500', '103456.932500', '103457.392500', '103457.852500', '103458.312500', '103458.772500', '103459.232500', '103459.692500', '103500.152500', '103500.612500', '103501.072500', '103501.532500', '103501.992500', '103502.452500', '103502.912500', '103503.372500', '103503.832500', '103504.292500', '103504.752500', '103505.212500', '103505.672500', '103506.132500', '103506.592500', '103507.052500', '103507.512500', '103507.972500', '103508.432500', '103508.892500', '103509.352500', '103509.812500', '103510.272500', '103510.732500', '103511.192500', '103511.652500', '103512.112500', '103512.572500', '103513.032500', '103513.492500', '103513.952500', '103514.412500', '103514.872500', '103515.332500', '103515.792500', '103516.252500', '103516.712500', '103517.172500', '103517.632500', '103518.092500', '103518.552500', '103519.012500', '103519.472500', '103519.932500', '103520.392500', '103520.852500', '103521.312500', '103521.772500', '103522.232500', '103522.692500', '103523.152500', '103523.612500', '103524.072500', '103524.532500', '103524.992500', '103525.452500', '103525.912500', '103526.372500', '103526.832500', '103527.292500', '103527.752500', '103528.212500', '103528.672500', '103529.132500', '103529.592500', '103530.052500', '103530.512500', '103530.972500', '103531.432500', '103531.892500', '103532.352500', '103532.812500', '103533.272500', '103533.732500', '103534.192500', '103534.652500', '103535.112500', '103535.572500', '103536.032500', '103536.492500', '103536.952500', '103537.412500', '103537.872500', '103538.332500', '103538.792500', '103539.252500', '103539.712500', '103540.172500', '103540.632500', '103541.092500', '103541.552500', '103542.012500', '103542.472500', '103542.932500', '103543.392500', '103543.852500', '103544.312500', '103544.772500', '103545.232500', '103545.692500', '103546.152500', '103546.612500', '103547.072500', '103547.532500', '103547.992500', '103548.452500', '103548.912500', '103549.372500', '103549.832500', '103550.292500', '103550.752500', '103551.212500', '103551.672500', '103552.132500', '103552.592500', '103553.052500', '103553.512500', '103553.972500', '103554.432500', '103554.892500', '103555.352500', '103555.812500', '103556.272500', '103556.732500', '103557.192500', '103557.652500', '103558.112500', '103558.572500', '103559.032500', '103559.492500', '103559.952500', '103600.412500', '103600.872500', '103601.332500', '103601.792500', '103602.252500', '103602.712500', '103603.172500', '103603.632500', '103604.092500', '103604.552500', '103605.012500', '103605.472500', '103605.932500', '103606.392500', '103606.852500', '103607.312500', '103607.772500', '103608.232500', '103608.692500', '103609.152500', '103609.612500', '103610.072500', '103610.532500', '103610.992500', '103611.452500', '103611.912500', '103612.372500', '103612.832500', '103613.292500', '103613.752500', '103614.212500', '103614.672500', '103615.132500', '103615.592500', '103616.052500', '103616.512500', '103616.972500', '103617.432500', '103617.892500', '103618.352500', '103618.812500', '103619.272500', '103619.732500', '103620.192500', '103620.652500', '103621.112500', '103621.572500', '103622.032500', '103622.492500', '103622.952500', '103623.412500', '103623.872500', '103624.332500', '103624.792500', '103625.252500', '103625.712500', '103626.172500', '103626.632500', '103627.092500', '103627.552500', '103628.012500', '103628.472500', '103628.932500', '103629.392500', '103629.852500', '103630.312500', '103630.772500', '103631.232500', '103631.692500', '103632.152500', '103632.612500', '103633.072500', '103633.532500', '103633.992500', '103634.452500', '103634.912500', '103635.372500', '103635.832500', '103636.292500', '103636.752500', '103637.212500', '103637.672500'], 'ContentTime': ['102954.341000', '102954.345000', '102954.347000', '102954.350000', '102954.353000', '102954.356000', '102954.359000', '102954.362000', '102954.365000', '102954.367000', '102954.370000', '102954.373000', '102954.376000', '102954.379000', '102954.382000', '102954.385000', '102954.387000', '102954.390000', '102954.395000', '102954.398000', '102954.400000', '102954.403000', '102954.406000', '102954.409000', '102954.412000', '102954.415000', '102954.417000', '102954.425000', '102954.427000', '102954.430000', '102954.433000', '102954.436000', '102954.439000', '102954.442000', '102954.444000', '103014.301000', '103014.304000', '103014.307000', '103014.310000', '103014.321000', '103014.324000', '103014.327000', '103014.330000', '103014.333000', '103014.336000', '103014.338000', '103014.341000', '103014.344000', '103014.347000', '103014.350000', '103014.353000', '103014.355000', '103014.358000', '103014.361000', '103014.364000', '103014.367000', '103014.370000', '103014.372000', '103014.375000', '103014.378000', '103014.381000', '103014.384000', '103014.386000', '103014.389000', '103014.392000', '103014.395000', '103014.398000', '103014.401000', '103014.403000', '103014.406000', '103014.409000', '103014.412000', '103014.415000', '103014.418000', '103014.420000', '103014.423000', '103014.426000', '103014.429000', '103014.432000', '103034.301000', '103034.304000', '103034.307000', '103034.310000', '103034.313000', '103034.315000', '103034.318000', '103034.321000', '103034.324000', '103034.327000', '103034.330000', '103034.333000', '103034.335000', '103034.338000', '103034.341000', '103034.344000', '103034.347000', '103034.350000', '103034.352000', '103034.356000', '103034.365000', '103034.368000', '103034.371000', '103034.374000', '103034.377000', '103034.380000', '103034.383000', '103034.385000', '103034.388000', '103034.391000', '103034.394000', '103034.397000', '103034.400000', '103034.403000', '103034.405000', '103034.408000', '103034.411000', '103034.414000', '103034.417000', '103034.420000', '103034.422000', '103034.425000', '103034.428000', '103054.301000', '103054.304000', '103054.307000', '103054.309000', '103054.313000', '103054.315000', '103054.318000', '103054.321000', '103054.324000', '103054.327000', '103054.329000', '103054.332000', '103054.335000', '103054.338000', '103054.341000', '103054.344000', '103054.347000', '103054.349000', '103054.365000', '103054.368000', '103054.371000', '103054.374000', '103054.377000', '103054.379000', '103054.382000', '103054.385000', '103054.388000', '103054.391000', '103054.394000', '103054.396000', '103054.399000', '103054.402000', '103054.405000', '103054.408000', '103054.411000', '103054.413000', '103054.416000', '103054.419000', '103054.422000', '103054.425000', '103054.428000', '103054.431000', '103054.433000', '103054.436000', '103114.300000', '103114.303000', '103114.306000', '103114.309000', '103114.311000', '103114.314000', '103114.317000', '103114.320000', '103114.323000', '103114.326000', '103114.329000', '103114.331000', '103114.334000', '103114.337000', '103114.340000', '103114.343000', '103114.346000', '103114.348000', '103114.351000', '103114.354000', '103114.357000', '103114.360000', '103114.363000', '103114.366000', '103114.369000', '103114.372000', '103114.375000', '103114.378000', '103114.381000', '103114.384000', '103114.386000', '103114.389000', '103114.392000', '103114.395000', '103114.398000', '103114.400000', '103114.403000', '103114.406000', '103114.409000', '103114.412000', '103114.415000', '103114.418000', '103114.420000', '103134.300000', '103134.303000', '103134.306000', '103134.309000', '103134.312000', '103134.314000', '103134.317000', '103134.320000', '103134.323000', '103134.326000', '103134.329000', '103134.332000', '103134.334000', '103134.337000', '103134.340000', '103134.343000', '103134.346000', '103134.349000', '103134.352000', '103134.354000', '103134.357000', '103134.360000', '103134.363000', '103134.366000', '103134.369000', '103134.371000', '103134.374000', '103134.377000', '103134.380000', '103134.383000', '103134.386000', '103134.389000', '103134.391000', '103134.394000', '103134.397000', '103134.400000', '103134.403000', '103134.406000', '103134.408000', '103134.411000', '103134.414000', '103134.417000', '103134.420000', '103134.423000', '103154.300000', '103154.303000', '103154.306000', '103154.309000', '103154.312000', '103154.315000', '103154.317000', '103154.320000', '103154.323000', '103154.326000', '103154.329000', '103154.333000', '103154.336000', '103154.339000', '103154.342000', '103154.345000', '103154.348000', '103154.351000', '103154.353000', '103154.356000', '103154.359000', '103154.362000', '103154.365000', '103154.367000', '103154.370000', '103154.373000', '103154.376000', '103154.379000', '103154.382000', '103154.385000', '103154.387000', '103154.390000', '103154.393000', '103154.396000', '103154.399000', '103154.402000', '103154.405000', '103154.408000', '103154.410000', '103154.413000', '103154.416000', '103154.419000', '103154.422000', '103214.301000', '103214.304000', '103214.307000', '103214.310000', '103214.313000', '103214.315000', '103214.318000', '103214.321000', '103214.324000', '103214.327000', '103214.330000', '103214.332000', '103214.335000', '103214.338000', '103214.341000', '103214.344000', '103214.347000', '103214.350000', '103214.353000', '103214.355000', '103214.358000', '103214.361000', '103214.364000', '103214.367000', '103214.370000', '103214.372000', '103214.375000', '103214.378000', '103214.381000', '103214.384000', '103214.387000', '103214.390000', '103214.392000', '103214.395000', '103214.398000', '103214.401000', '103214.404000', '103214.406000', '103214.409000', '103214.412000', '103214.415000', '103214.418000', '103214.421000', '103214.424000', '103234.301000', '103234.304000', '103234.307000', '103234.309000', '103234.313000', '103234.315000', '103234.318000', '103234.321000', '103234.324000', '103234.327000', '103234.330000', '103234.332000', '103234.335000', '103234.350000', '103234.353000', '103234.356000', '103234.359000', '103234.361000', '103234.364000', '103234.367000', '103234.370000', '103234.373000', '103234.376000', '103234.378000', '103234.381000', '103234.384000', '103234.387000', '103234.390000', '103234.393000', '103234.395000', '103234.398000', '103234.401000', '103234.404000', '103234.407000', '103234.410000', '103234.413000', '103234.416000', '103234.419000', '103234.422000', '103234.425000', '103234.427000', '103234.430000', '103234.433000', '103254.301000', '103254.304000', '103254.307000', '103254.310000', '103254.312000', '103254.320000', '103254.322000', '103254.325000', '103254.328000', '103254.331000', '103254.334000', '103254.337000', '103254.339000', '103254.342000', '103254.345000', '103254.348000', '103254.351000', '103254.354000', '103254.357000', '103254.360000', '103254.362000', '103254.365000', '103254.368000', '103254.371000', '103254.374000', '103254.377000', '103254.379000', '103254.382000', '103254.385000', '103254.388000', '103254.391000', '103254.394000', '103254.397000', '103254.400000', '103254.402000', '103254.405000', '103254.408000', '103254.411000', '103254.414000', '103254.417000', '103254.419000', '103254.422000', '103254.425000', '103254.428000', '103314.301000', '103314.304000', '103314.307000', '103314.310000', '103314.313000', '103314.315000', '103314.318000', '103314.321000', '103314.324000', '103314.327000', '103314.330000', '103314.333000', '103314.336000', '103314.339000', '103314.341000', '103314.344000', '103314.347000', '103314.350000', '103314.353000', '103314.356000', '103314.358000', '103314.361000', '103314.364000', '103314.367000', '103314.371000', '103314.374000', '103314.377000', '103314.380000', '103314.383000', '103314.386000', '103314.388000', '103314.391000', '103314.394000', '103314.397000', '103314.400000', '103314.403000', '103314.405000', '103314.408000', '103314.411000', '103314.414000', '103314.417000', '103314.420000', '103314.423000', '103334.300000', '103334.303000', '103334.306000', '103334.309000', '103334.319000', '103334.322000', '103334.325000', '103334.328000', '103334.331000', '103334.333000', '103334.336000', '103334.339000', '103334.342000', '103334.345000', '103334.348000', '103334.351000', '103334.354000', '103334.356000', '103334.359000', '103334.362000', '103334.365000', '103334.368000', '103334.370000', '103334.373000', '103334.376000', '103334.379000', '103334.382000', '103334.385000', '103334.388000', '103334.390000', '103334.393000', '103334.396000', '103334.399000', '103334.402000', '103334.405000', '103334.408000', '103334.410000', '103334.413000', '103334.416000', '103334.419000', '103334.422000', '103334.425000', '103334.428000', '103334.430000', '103354.300000', '103354.303000', '103354.306000', '103354.309000', '103354.312000', '103354.314000', '103354.317000', '103354.320000', '103354.323000', '103354.326000', '103354.329000', '103354.332000', '103354.335000', '103354.338000', '103354.341000', '103354.343000', '103354.346000', '103354.349000', '103354.352000', '103354.355000', '103354.358000', '103354.360000', '103354.363000', '103354.366000', '103354.369000', '103354.372000', '103354.375000', '103354.378000', '103354.380000', '103354.383000', '103354.386000', '103354.389000', '103354.392000', '103354.394000', '103354.397000', '103354.400000', '103354.403000', '103354.406000', '103354.421000', '103354.423000', '103354.426000', '103354.429000', '103354.432000', '103414.300000', '103414.303000', '103414.306000', '103414.313000', '103414.316000', '103414.318000', '103414.321000', '103414.324000', '103414.327000', '103414.330000', '103414.333000', '103414.336000', '103414.339000', '103414.341000', '103414.344000', '103414.347000', '103414.350000', '103414.353000', '103414.356000', '103414.359000', '103414.362000', '103414.364000', '103414.367000', '103414.370000', '103414.373000', '103414.376000', '103414.379000', '103414.382000', '103414.384000', '103414.387000', '103414.390000', '103414.393000', '103414.396000', '103414.399000', '103414.401000', '103414.404000', '103414.407000', '103414.410000', '103414.413000', '103414.416000', '103414.419000', '103414.421000', '103414.424000', '103414.427000', '103434.301000', '103434.304000', '103434.307000', '103434.310000', '103434.313000', '103434.316000', '103434.318000', '103434.321000', '103434.324000', '103434.327000', '103434.330000', '103434.333000', '103434.336000', '103434.339000', '103434.341000', '103434.344000', '103434.347000', '103434.350000', '103434.353000', '103434.355000', '103434.358000', '103434.361000', '103434.364000', '103434.367000', '103434.370000', '103434.373000', '103434.376000', '103434.378000', '103434.381000', '103434.384000', '103434.387000', '103434.390000', '103434.393000', '103434.395000', '103434.398000', '103434.401000', '103434.404000', '103434.407000', '103434.411000', '103434.414000', '103434.417000', '103434.420000', '103434.423000', '103454.301000', '103454.304000', '103454.307000', '103454.310000', '103454.313000', '103454.315000', '103454.318000', '103454.321000', '103454.324000', '103454.327000', '103454.330000', '103454.333000', '103454.335000', '103454.338000', '103454.341000', '103454.344000', '103454.347000', '103454.350000', '103454.353000', '103454.356000', '103454.358000', '103454.361000', '103454.364000', '103454.367000', '103454.370000', '103454.373000', '103454.376000', '103454.379000', '103454.381000', '103454.384000', '103454.387000', '103454.390000', '103454.393000', '103454.396000', '103454.399000', '103454.402000', '103454.404000', '103454.407000', '103454.410000', '103454.413000', '103454.416000', '103454.419000', '103454.422000', '103454.424000', '103514.301000', '103514.304000', '103514.307000', '103514.310000', '103514.313000', '103514.315000', '103514.318000', '103514.321000', '103514.324000', '103514.327000', '103514.330000', '103514.333000', '103514.336000', '103514.338000', '103514.341000', '103514.344000', '103514.350000', '103514.353000', '103514.356000', '103514.359000', '103514.362000', '103514.364000', '103514.367000', '103514.370000', '103514.373000', '103514.376000', '103514.379000', '103514.382000', '103514.385000', '103514.387000', '103514.390000', '103514.393000', '103514.396000', '103514.399000', '103514.402000', '103514.404000', '103514.407000', '103514.410000', '103514.413000', '103514.416000', '103514.419000', '103514.422000', '103514.424000', '103534.301000', '103534.304000', '103534.307000', '103534.310000', '103534.312000', '103534.315000', '103534.331000', '103534.334000', '103534.339000', '103534.347000', '103534.350000', '103534.353000', '103534.355000', '103534.358000', '103534.361000', '103534.364000', '103534.367000', '103534.370000', '103534.373000', '103534.375000', '103534.378000', '103534.381000', '103534.384000', '103534.387000', '103534.390000', '103534.393000', '103534.395000', '103534.398000', '103534.401000', '103534.404000', '103534.407000', '103534.410000', '103534.412000', '103534.415000', '103534.418000', '103534.421000', '103534.424000', '103534.427000', '103534.430000', '103534.432000', '103534.435000', '103534.438000', '103534.441000', '103534.444000', '103554.300000', '103554.303000', '103554.306000', '103554.309000', '103554.312000', '103554.314000', '103554.317000', '103554.320000', '103554.323000', '103554.326000', '103554.329000', '103554.332000', '103554.335000', '103554.337000', '103554.340000', '103554.343000', '103554.346000', '103554.349000', '103554.352000', '103554.355000', '103554.358000', '103554.360000', '103554.363000', '103554.366000', '103554.369000', '103554.372000', '103554.375000', '103554.378000', '103554.381000', '103554.383000', '103554.386000', '103554.389000', '103554.392000', '103554.395000', '103554.398000', '103554.401000', '103554.404000', '103554.406000', '103554.409000', '103554.412000', '103554.415000', '103554.418000', '103554.420000', '103614.300000', '103614.303000', '103614.306000', '103614.309000', '103614.312000', '103614.314000', '103614.317000', '103614.320000', '103614.323000', '103614.326000', '103614.329000', '103614.331000', '103614.334000', '103614.337000', '103614.340000', '103614.343000', '103614.346000', '103614.349000', '103614.352000', '103614.354000', '103614.357000', '103614.360000', '103614.363000', '103614.366000', '103614.369000', '103614.371000', '103614.374000', '103614.377000', '103614.380000', '103614.383000', '103614.386000', '103614.389000', '103614.391000', '103614.394000', '103614.397000', '103614.400000', '103614.403000', '103614.406000', '103614.409000', '103614.411000', '103614.415000', '103614.418000', '103614.421000', '103634.300000', '103634.303000', '103634.306000', '103634.309000', '103634.312000', '103634.315000', '103634.317000', '103634.320000', '103634.323000', '103634.326000', '103634.338000', '103634.341000', '103634.344000', '103634.346000', '103634.349000', '103634.352000', '103634.355000', '103634.358000', '103634.361000', '103634.364000', '103634.367000', '103634.369000', '103634.372000', '103634.375000', '103634.378000', '103634.381000', '103634.383000', '103634.386000', '103634.389000', '103634.392000', '103634.395000', '103634.398000', '103634.401000', '103634.403000', '103634.406000', '103634.409000', '103634.412000', '103634.415000', '103634.418000', '103634.421000', '103634.423000', '103634.426000', '103634.429000', '103634.432000', '103638.259000', '103638.263000', '103638.267000', '103638.270000', '103638.274000', '103638.279000', '103638.282000', '103638.285000', '103638.288000'], 'InstanceCreationTime': ['102954.341000', '102954.345000', '102954.347000', '102954.350000', '102954.353000', '102954.356000', '102954.359000', '102954.362000', '102954.365000', '102954.367000', '102954.370000', '102954.373000', '102954.376000', '102954.379000', '102954.382000', '102954.385000', '102954.387000', '102954.390000', '102954.395000', '102954.398000', '102954.400000', '102954.403000', '102954.406000', '102954.409000', '102954.412000', '102954.415000', '102954.417000', '102954.425000', '102954.427000', '102954.430000', '102954.433000', '102954.436000', '102954.439000', '102954.442000', '102954.444000', '103014.301000', '103014.304000', '103014.307000', '103014.310000', '103014.321000', '103014.324000', '103014.327000', '103014.330000', '103014.333000', '103014.336000', '103014.338000', '103014.341000', '103014.344000', '103014.347000', '103014.350000', '103014.353000', '103014.355000', '103014.358000', '103014.361000', '103014.364000', '103014.367000', '103014.370000', '103014.372000', '103014.375000', '103014.378000', '103014.381000', '103014.384000', '103014.386000', '103014.389000', '103014.392000', '103014.395000', '103014.398000', '103014.401000', '103014.403000', '103014.406000', '103014.409000', '103014.412000', '103014.415000', '103014.418000', '103014.420000', '103014.423000', '103014.426000', '103014.429000', '103014.432000', '103034.301000', '103034.304000', '103034.307000', '103034.310000', '103034.313000', '103034.315000', '103034.318000', '103034.321000', '103034.324000', '103034.327000', '103034.330000', '103034.333000', '103034.335000', '103034.338000', '103034.341000', '103034.344000', '103034.347000', '103034.350000', '103034.352000', '103034.356000', '103034.365000', '103034.368000', '103034.371000', '103034.374000', '103034.377000', '103034.380000', '103034.383000', '103034.385000', '103034.388000', '103034.391000', '103034.394000', '103034.397000', '103034.400000', '103034.403000', '103034.405000', '103034.408000', '103034.411000', '103034.414000', '103034.417000', '103034.420000', '103034.422000', '103034.425000', '103034.428000', '103054.301000', '103054.304000', '103054.307000', '103054.309000', '103054.313000', '103054.315000', '103054.318000', '103054.321000', '103054.324000', '103054.327000', '103054.329000', '103054.332000', '103054.335000', '103054.338000', '103054.341000', '103054.344000', '103054.347000', '103054.349000', '103054.365000', '103054.368000', '103054.371000', '103054.374000', '103054.377000', '103054.379000', '103054.382000', '103054.385000', '103054.388000', '103054.391000', '103054.394000', '103054.396000', '103054.399000', '103054.402000', '103054.405000', '103054.408000', '103054.411000', '103054.413000', '103054.416000', '103054.419000', '103054.422000', '103054.425000', '103054.428000', '103054.431000', '103054.433000', '103054.436000', '103114.300000', '103114.303000', '103114.306000', '103114.309000', '103114.311000', '103114.314000', '103114.317000', '103114.320000', '103114.323000', '103114.326000', '103114.329000', '103114.331000', '103114.334000', '103114.337000', '103114.340000', '103114.343000', '103114.346000', '103114.348000', '103114.351000', '103114.354000', '103114.357000', '103114.360000', '103114.363000', '103114.366000', '103114.369000', '103114.372000', '103114.375000', '103114.378000', '103114.381000', '103114.384000', '103114.386000', '103114.389000', '103114.392000', '103114.395000', '103114.398000', '103114.400000', '103114.403000', '103114.406000', '103114.409000', '103114.412000', '103114.415000', '103114.418000', '103114.420000', '103134.300000', '103134.303000', '103134.306000', '103134.309000', '103134.312000', '103134.314000', '103134.317000', '103134.320000', '103134.323000', '103134.326000', '103134.329000', '103134.332000', '103134.334000', '103134.337000', '103134.340000', '103134.343000', '103134.346000', '103134.349000', '103134.352000', '103134.354000', '103134.357000', '103134.360000', '103134.363000', '103134.366000', '103134.369000', '103134.371000', '103134.374000', '103134.377000', '103134.380000', '103134.383000', '103134.386000', '103134.389000', '103134.391000', '103134.394000', '103134.397000', '103134.400000', '103134.403000', '103134.406000', '103134.408000', '103134.411000', '103134.414000', '103134.417000', '103134.420000', '103134.423000', '103154.300000', '103154.303000', '103154.306000', '103154.309000', '103154.312000', '103154.315000', '103154.317000', '103154.320000', '103154.323000', '103154.326000', '103154.329000', '103154.333000', '103154.336000', '103154.339000', '103154.342000', '103154.345000', '103154.348000', '103154.351000', '103154.353000', '103154.356000', '103154.359000', '103154.362000', '103154.365000', '103154.367000', '103154.370000', '103154.373000', '103154.376000', '103154.379000', '103154.382000', '103154.385000', '103154.387000', '103154.390000', '103154.393000', '103154.396000', '103154.399000', '103154.402000', '103154.405000', '103154.408000', '103154.410000', '103154.413000', '103154.416000', '103154.419000', '103154.422000', '103214.301000', '103214.304000', '103214.307000', '103214.310000', '103214.313000', '103214.315000', '103214.318000', '103214.321000', '103214.324000', '103214.327000', '103214.330000', '103214.332000', '103214.335000', '103214.338000', '103214.341000', '103214.344000', '103214.347000', '103214.350000', '103214.353000', '103214.355000', '103214.358000', '103214.361000', '103214.364000', '103214.367000', '103214.370000', '103214.372000', '103214.375000', '103214.378000', '103214.381000', '103214.384000', '103214.387000', '103214.390000', '103214.392000', '103214.395000', '103214.398000', '103214.401000', '103214.404000', '103214.406000', '103214.409000', '103214.412000', '103214.415000', '103214.418000', '103214.421000', '103214.424000', '103234.301000', '103234.304000', '103234.307000', '103234.309000', '103234.313000', '103234.315000', '103234.318000', '103234.321000', '103234.324000', '103234.327000', '103234.330000', '103234.332000', '103234.335000', '103234.350000', '103234.353000', '103234.356000', '103234.359000', '103234.361000', '103234.364000', '103234.367000', '103234.370000', '103234.373000', '103234.376000', '103234.378000', '103234.381000', '103234.384000', '103234.387000', '103234.390000', '103234.393000', '103234.395000', '103234.398000', '103234.401000', '103234.404000', '103234.407000', '103234.410000', '103234.413000', '103234.416000', '103234.419000', '103234.422000', '103234.425000', '103234.427000', '103234.430000', '103234.433000', '103254.301000', '103254.304000', '103254.307000', '103254.310000', '103254.312000', '103254.320000', '103254.322000', '103254.325000', '103254.328000', '103254.331000', '103254.334000', '103254.337000', '103254.339000', '103254.342000', '103254.345000', '103254.348000', '103254.351000', '103254.354000', '103254.357000', '103254.360000', '103254.362000', '103254.365000', '103254.368000', '103254.371000', '103254.374000', '103254.377000', '103254.379000', '103254.382000', '103254.385000', '103254.388000', '103254.391000', '103254.394000', '103254.397000', '103254.400000', '103254.402000', '103254.405000', '103254.408000', '103254.411000', '103254.414000', '103254.417000', '103254.419000', '103254.422000', '103254.425000', '103254.428000', '103314.301000', '103314.304000', '103314.307000', '103314.310000', '103314.313000', '103314.315000', '103314.318000', '103314.321000', '103314.324000', '103314.327000', '103314.330000', '103314.333000', '103314.336000', '103314.339000', '103314.341000', '103314.344000', '103314.347000', '103314.350000', '103314.353000', '103314.356000', '103314.358000', '103314.361000', '103314.364000', '103314.367000', '103314.371000', '103314.374000', '103314.377000', '103314.380000', '103314.383000', '103314.386000', '103314.388000', '103314.391000', '103314.394000', '103314.397000', '103314.400000', '103314.403000', '103314.405000', '103314.408000', '103314.411000', '103314.414000', '103314.417000', '103314.420000', '103314.423000', '103334.300000', '103334.303000', '103334.306000', '103334.309000', '103334.319000', '103334.322000', '103334.325000', '103334.328000', '103334.331000', '103334.333000', '103334.336000', '103334.339000', '103334.342000', '103334.345000', '103334.348000', '103334.351000', '103334.354000', '103334.356000', '103334.359000', '103334.362000', '103334.365000', '103334.368000', '103334.370000', '103334.373000', '103334.376000', '103334.379000', '103334.382000', '103334.385000', '103334.388000', '103334.390000', '103334.393000', '103334.396000', '103334.399000', '103334.402000', '103334.405000', '103334.408000', '103334.410000', '103334.413000', '103334.416000', '103334.419000', '103334.422000', '103334.425000', '103334.428000', '103334.430000', '103354.300000', '103354.303000', '103354.306000', '103354.309000', '103354.312000', '103354.314000', '103354.317000', '103354.320000', '103354.323000', '103354.326000', '103354.329000', '103354.332000', '103354.335000', '103354.338000', '103354.341000', '103354.343000', '103354.346000', '103354.349000', '103354.352000', '103354.355000', '103354.358000', '103354.360000', '103354.363000', '103354.366000', '103354.369000', '103354.372000', '103354.375000', '103354.378000', '103354.380000', '103354.383000', '103354.386000', '103354.389000', '103354.392000', '103354.394000', '103354.397000', '103354.400000', '103354.403000', '103354.406000', '103354.421000', '103354.423000', '103354.426000', '103354.429000', '103354.432000', '103414.300000', '103414.303000', '103414.306000', '103414.313000', '103414.316000', '103414.318000', '103414.321000', '103414.324000', '103414.327000', '103414.330000', '103414.333000', '103414.336000', '103414.339000', '103414.341000', '103414.344000', '103414.347000', '103414.350000', '103414.353000', '103414.356000', '103414.359000', '103414.362000', '103414.364000', '103414.367000', '103414.370000', '103414.373000', '103414.376000', '103414.379000', '103414.382000', '103414.384000', '103414.387000', '103414.390000', '103414.393000', '103414.396000', '103414.399000', '103414.401000', '103414.404000', '103414.407000', '103414.410000', '103414.413000', '103414.416000', '103414.419000', '103414.421000', '103414.424000', '103414.427000', '103434.301000', '103434.304000', '103434.307000', '103434.310000', '103434.313000', '103434.316000', '103434.318000', '103434.321000', '103434.324000', '103434.327000', '103434.330000', '103434.333000', '103434.336000', '103434.339000', '103434.341000', '103434.344000', '103434.347000', '103434.350000', '103434.353000', '103434.355000', '103434.358000', '103434.361000', '103434.364000', '103434.367000', '103434.370000', '103434.373000', '103434.376000', '103434.378000', '103434.381000', '103434.384000', '103434.387000', '103434.390000', '103434.393000', '103434.395000', '103434.398000', '103434.401000', '103434.404000', '103434.407000', '103434.411000', '103434.414000', '103434.417000', '103434.420000', '103434.423000', '103454.301000', '103454.304000', '103454.307000', '103454.310000', '103454.313000', '103454.315000', '103454.318000', '103454.321000', '103454.324000', '103454.327000', '103454.330000', '103454.333000', '103454.335000', '103454.338000', '103454.341000', '103454.344000', '103454.347000', '103454.350000', '103454.353000', '103454.356000', '103454.358000', '103454.361000', '103454.364000', '103454.367000', '103454.370000', '103454.373000', '103454.376000', '103454.379000', '103454.381000', '103454.384000', '103454.387000', '103454.390000', '103454.393000', '103454.396000', '103454.399000', '103454.402000', '103454.404000', '103454.407000', '103454.410000', '103454.413000', '103454.416000', '103454.419000', '103454.422000', '103454.424000', '103514.301000', '103514.304000', '103514.307000', '103514.310000', '103514.313000', '103514.315000', '103514.318000', '103514.321000', '103514.324000', '103514.327000', '103514.330000', '103514.333000', '103514.336000', '103514.338000', '103514.341000', '103514.344000', '103514.350000', '103514.353000', '103514.356000', '103514.359000', '103514.362000', '103514.364000', '103514.367000', '103514.370000', '103514.373000', '103514.376000', '103514.379000', '103514.382000', '103514.385000', '103514.387000', '103514.390000', '103514.393000', '103514.396000', '103514.399000', '103514.402000', '103514.404000', '103514.407000', '103514.410000', '103514.413000', '103514.416000', '103514.419000', '103514.422000', '103514.424000', '103534.301000', '103534.304000', '103534.307000', '103534.310000', '103534.312000', '103534.315000', '103534.331000', '103534.334000', '103534.339000', '103534.347000', '103534.350000', '103534.353000', '103534.355000', '103534.358000', '103534.361000', '103534.364000', '103534.367000', '103534.370000', '103534.373000', '103534.375000', '103534.378000', '103534.381000', '103534.384000', '103534.387000', '103534.390000', '103534.393000', '103534.395000', '103534.398000', '103534.401000', '103534.404000', '103534.407000', '103534.410000', '103534.412000', '103534.415000', '103534.418000', '103534.421000', '103534.424000', '103534.427000', '103534.430000', '103534.432000', '103534.435000', '103534.438000', '103534.441000', '103534.444000', '103554.300000', '103554.303000', '103554.306000', '103554.309000', '103554.312000', '103554.314000', '103554.317000', '103554.320000', '103554.323000', '103554.326000', '103554.329000', '103554.332000', '103554.335000', '103554.337000', '103554.340000', '103554.343000', '103554.346000', '103554.349000', '103554.352000', '103554.355000', '103554.358000', '103554.360000', '103554.363000', '103554.366000', '103554.369000', '103554.372000', '103554.375000', '103554.378000', '103554.381000', '103554.383000', '103554.386000', '103554.389000', '103554.392000', '103554.395000', '103554.398000', '103554.401000', '103554.404000', '103554.406000', '103554.409000', '103554.412000', '103554.415000', '103554.418000', '103554.420000', '103614.300000', '103614.303000', '103614.306000', '103614.309000', '103614.312000', '103614.314000', '103614.317000', '103614.320000', '103614.323000', '103614.326000', '103614.329000', '103614.331000', '103614.334000', '103614.337000', '103614.340000', '103614.343000', '103614.346000', '103614.349000', '103614.352000', '103614.354000', '103614.357000', '103614.360000', '103614.363000', '103614.366000', '103614.369000', '103614.371000', '103614.374000', '103614.377000', '103614.380000', '103614.383000', '103614.386000', '103614.389000', '103614.391000', '103614.394000', '103614.397000', '103614.400000', '103614.403000', '103614.406000', '103614.409000', '103614.411000', '103614.415000', '103614.418000', '103614.421000', '103634.300000', '103634.303000', '103634.306000', '103634.309000', '103634.312000', '103634.315000', '103634.317000', '103634.320000', '103634.323000', '103634.326000', '103634.338000', '103634.341000', '103634.344000', '103634.346000', '103634.349000', '103634.352000', '103634.355000', '103634.358000', '103634.361000', '103634.364000', '103634.367000', '103634.369000', '103634.372000', '103634.375000', '103634.378000', '103634.381000', '103634.383000', '103634.386000', '103634.389000', '103634.392000', '103634.395000', '103634.398000', '103634.401000', '103634.403000', '103634.406000', '103634.409000', '103634.412000', '103634.415000', '103634.418000', '103634.421000', '103634.423000', '103634.426000', '103634.429000', '103634.432000', '103638.259000', '103638.263000', '103638.267000', '103638.270000', '103638.274000', '103638.279000', '103638.282000', '103638.285000', '103638.288000'], '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': [12578, 12944, 14195, 15603, 12116, 12633, 12416, 15408, 11553, 11613, 7668, 11002, 8947, 7585, 10733, 7918, 7282, 9359, 7773, 7328, 9220, 7719, 7080, 7547, 7390, 7176, 9578, 8091, 7257, 7933, 7247, 7128, 8098, 7280, 11674, 9709, 12638, 9755, 7913, 9241, 7723, 7135, 12210, 8328, 16212, 12367, 10260, 8749, 7402, 7442, 10719, 8838, 12382, 15518, 10385, 12008, 13934, 8306, 7316, 7955, 7520, 10678, 8466, 15329, 11467, 7883, 15004, 8300, 9877, 8121, 7329, 11804, 9062, 15496, 11619, 8631, 8447, 7679, 7384, 7974, 7382, 11020, 9008, 10476, 8712, 7597, 8899, 7703, 7526, 8479, 7429, 12674, 9710, 10563, 8070, 7325, 9892, 7653, 13476, 9356, 14570, 10096, 15191, 11374, 8064, 8358, 7669, 7356, 7968, 7760, 8006, 7270, 12043, 7768, 11229, 7859, 7314, 7863, 7249, 10847, 7520, 15322, 11731, 12646, 8085, 7536, 8573, 7760, 13003, 7936, 15168, 12081, 11589, 10401, 7788, 7768, 8061, 7594, 8388, 7697, 10344, 8203, 7836, 8152, 7731, 7371, 7880, 7438, 8906, 7740, 13607, 9956, 9643, 8274, 7588, 10784, 7978, 15171, 11890, 11561, 11179, 8061, 7751, 8223, 7695, 9805, 8037, 13454, 9373, 7657, 8020, 8032, 10705, 8337, 7949, 15233, 10402, 11792, 8997, 7886, 7879, 8022, 7412, 8095, 7483, 8795, 7913, 13056, 9715, 8231, 7934, 7592, 9782, 7766, 13825, 8534, 14426, 11069, 7729, 9779, 7917, 9304, 8164, 11726, 9120, 8025, 12339, 8292, 7694, 7717, 7814, 9327, 8255, 12373, 9862, 7953, 8861, 8094, 7634, 8150, 7887, 9109, 7940, 9729, 8170, 7777, 11030, 7913, 8024, 7973, 7856, 8102, 7710, 12058, 8361, 14571, 10652, 9541, 8122, 7858, 8195, 7992, 10401, 8185, 13606, 9911, 7917, 7772, 8141, 8301, 8188, 7880, 8298, 7818, 12138, 8254, 10842, 8255, 7535, 8202, 8025, 9188, 8238, 12611, 9327, 8186, 8120, 8253, 7659, 8364, 7724, 8484, 7928, 13485, 10037, 7675, 7970, 7979, 9628, 8192, 13421, 10174, 14354, 11730, 8390, 11159, 8199, 8553, 8255, 10126, 8291, 8020, 13061, 8300, 11177, 8113, 7855, 7663, 8161, 9076, 8260, 13225, 9664, 8025, 7848, 8129, 8453, 8405, 7990, 10688, 8205, 14016, 8532, 8797, 8218, 7875, 8212, 8147, 11481, 9704, 8372, 8549, 8117, 7589, 8254, 7753, 8138, 7905, 10584, 8358, 13706, 9668, 8102, 7750, 8233, 9840, 8320, 11465, 8658, 10284, 12712, 8356, 9161, 8225, 7810, 7586, 8131, 8040, 8272, 10703, 9146, 8312, 11737, 8209, 7997, 8474, 9370, 8229, 8571, 11147, 9200, 14346, 9679, 11207, 8769, 8319, 8874, 8461, 7697, 8694, 8086, 8760, 8279, 8836, 7955, 7504, 7927, 7410, 8415, 7753, 8782, 7752, 10055, 8513, 8138, 8792, 9438, 8964, 8527, 14006, 9596, 13335, 9121, 8793, 8243, 8992, 8467, 11164, 8804, 14353, 11093, 8778, 8303, 8799, 8437, 8528, 8787, 12491, 8851, 10702, 10942, 8653, 7883, 8444, 8174, 10133, 9085, 12756, 9194, 12863, 9400, 14017, 11003, 8630, 7186, 8788, 7358, 9160, 8084, 8795, 8860, 12592, 9462, 8587, 8306, 9116, 11590, 9256, 13653, 10015, 13742, 10438, 12641, 9154, 8415, 9115, 8723, 8802, 8909, 12037, 9292, 8588, 6761, 8944, 7362, 9261, 8444, 8841, 8965, 13589, 10836, 8661, 8076, 9014, 11072, 9161, 11057, 13168, 10285, 14216, 10895, 8605, 7626, 8761, 8789, 8752, 8869, 12462, 9056, 13846, 10626, 8592, 8426, 8708, 8626, 8810, 8801, 13160, 10428, 11606, 9614, 7719, 7798, 8566, 8742, 8896, 8951, 8794, 7786, 8637, 8315, 7237, 8466, 8852, 8332, 11344, 10441, 8907, 12768, 8510, 8524, 8396, 8826, 12871, 8706, 12378, 8738, 11312, 8984, 13976, 8980, 8650, 7513, 8844, 8180, 8547, 8377, 7896, 8814, 12131, 9663, 8444, 7336, 8903, 10405, 9125, 10449, 10933, 9132, 13109, 10329, 8579, 7226, 8428, 9414, 9185, 12867, 9183, 13596, 9271, 13521, 9304, 10227, 8570, 8279, 7987, 6764, 10299, 7279, 6424, 6138, 6786, 6715, 7655, 6940, 7836, 7739, 8706, 11449, 10712, 9167, 8882, 8451, 11875, 8227, 9341, 9637, 13942, 11412, 10985, 13495, 10809, 9981, 8628, 8043, 9205, 12388, 9078, 8852, 13769, 10366, 8588, 8185, 8900, 8448, 6989, 8174, 7762, 7844, 8075, 7813, 7959, 7049, 7666, 7596, 8458, 9595, 7621, 6944, 10777, 8266, 9734, 7564, 7963, 8387, 9316, 9905, 9843, 11434, 13471, 13945, 13233, 13835, 12519, 13757, 15338, 14301, 10656, 8736, 10140, 9496, 10153, 8791, 7706, 7184, 9769, 9047, 8758, 8649, 8314, 8478, 9695, 8505, 8846, 8044, 9650, 9221, 8651, 7999, 7450, 9007, 8704, 8147, 9738, 8507, 13219, 11515, 10171, 14128, 7951, 8804, 10538, 9530, 9514, 11235, 9426, 14829, 11923, 9470, 10533, 8230, 8813, 8331, 8046, 9260, 11623, 10536, 9334, 9618, 10702, 9771, 8572, 8346, 9135, 11664, 8089, 9084, 13998, 10982, 9256, 11860, 9127, 9143, 8153, 9211, 12012, 8185, 9188, 12001, 7804, 7436, 7824, 7661, 7186, 7495, 7894, 7024, 7964, 10781, 8962, 9622, 11338, 7571, 13197, 9954, 10821, 9747, 8309, 13437, 9126, 12221, 9082, 8826, 9856, 7706, 10203, 7712, 8366, 6967, 7319, 8338, 8063, 7954, 7453, 7446, 7777, 8241, 6986, 7409, 7014, 8345, 6849, 6949, 8526, 7552, 10868, 8235, 7214, 13481, 9719, 9926, 13397, 9963, 9394, 12899, 9736, 8656, 14051, 9860, 6687, 9957, 7166, 6543, 7474, 7102, 6634, 7584, 8447, 7792, 7331, 8122, 6931, 7584, 9693, 7322, 8148, 9196, 13985, 11159, 8129, 7045, 7662, 7257, 7055, 6718, 9085, 8942, 8592, 10994, 8264, 6688, 10027, 7121, 12727, 9082, 9042, 13962, 9223, 8454, 6844, 6419, 6951, 6994, 6722, 7009, 6586, 11337, 7507, 6686, 6941, 6767, 7119, 6976, 7908, 7125, 10926, 10167, 6967, 7147, 6856, 6976, 7157, 9473, 7327, 7413, 9971, 7287, 11231, 7496, 6787, 6413, 6894, 6571, 7285, 7972, 7199, 12275, 10180, 7286, 10243, 7276, 7469, 7248, 8946, 7618, 10756, 7996, 12301, 9916, 7589, 6455, 7927, 8516, 8044, 6855, 11247, 7614, 8365, 7840, 8347, 7865, 10067, 8002, 7879, 7775, 7382, 14256, 8587, 8454, 7199, 7287, 6858, 7809, 7535, 8176, 7356, 8068, 9481, 10035, 7542, 7049, 8022, 7213, 8271, 8248, 8257, 7581, 10791, 7800, 12937, 8564, 7084, 7421, 7229, 6768, 7641, 7466, 7981, 12689, 9983, 7668, 7524, 8146, 8430, 8468, 13315, 10595, 8013, 13929, 9240, 11357, 8012, 7714, 7371], 'WindowCenter': [3811.0, 3809.0, 3806.0, 3808.0, 3782.0, 3782.0, 3781.0, 3779.0, 3756.0, 3754.0, 3711.0, 3742.0, 3732.0, 3723.0, 3753.0, 3710.0, 3709.0, 3744.0, 3722.0, 3711.0, 3732.0, 3722.0, 3724.0, 3734.0, 3736.0, 3739.0, 3770.0, 3751.0, 3751.0, 3763.0, 3753.0, 3742.0, 3764.0, 3754.0, 3797.0, 3787.0, 3807.0, 3776.0, 3763.0, 3772.0, 3752.0, 3742.0, 3794.0, 3762.0, 3816.0, 3808.0, 3782.0, 3761.0, 3751.0, 3750.0, 3782.0, 3774.0, 3806.0, 3816.0, 3783.0, 3793.0, 3805.0, 3762.0, 3751.0, 3749.0, 3749.0, 3782.0, 3759.0, 3802.0, 3792.0, 3750.0, 3803.0, 3750.0, 3769.0, 3747.0, 3726.0, 3779.0, 3759.0, 3801.0, 3780.0, 3758.0, 3747.0, 3737.0, 3736.0, 3748.0, 3737.0, 3780.0, 3760.0, 3780.0, 3760.0, 3750.0, 3759.0, 3751.0, 3749.0, 3760.0, 3739.0, 3793.0, 3771.0, 3781.0, 3761.0, 3738.0, 3769.0, 3749.0, 3802.0, 3760.0, 3791.0, 3771.0, 3802.0, 3780.0, 3747.0, 3746.0, 3737.0, 3736.0, 3748.0, 3748.0, 3749.0, 3739.0, 3793.0, 3750.0, 3792.0, 3760.0, 3737.0, 3748.0, 3738.0, 3780.0, 3749.0, 3802.0, 3781.0, 3791.0, 3750.0, 3738.0, 3758.0, 3737.0, 3789.0, 3747.0, 3801.0, 3780.0, 3779.0, 3768.0, 3736.0, 3736.0, 3747.0, 3747.0, 3748.0, 3748.0, 3782.0, 3761.0, 3750.0, 3761.0, 3751.0, 3749.0, 3761.0, 3750.0, 3772.0, 3751.0, 3815.0, 3783.0, 3772.0, 3760.0, 3748.0, 3782.0, 3748.0, 3802.0, 3781.0, 3780.0, 3780.0, 3749.0, 3748.0, 3759.0, 3748.0, 3771.0, 3750.0, 3804.0, 3771.0, 3749.0, 3749.0, 3748.0, 3781.0, 3759.0, 3748.0, 3803.0, 3770.0, 3780.0, 3758.0, 3747.0, 3747.0, 3748.0, 3739.0, 3761.0, 3740.0, 3761.0, 3750.0, 3792.0, 3772.0, 3749.0, 3750.0, 3737.0, 3769.0, 3736.0, 3790.0, 3748.0, 3790.0, 3780.0, 3737.0, 3756.0, 3736.0, 3756.0, 3746.0, 3777.0, 3757.0, 3735.0, 3779.0, 3748.0, 3736.0, 3736.0, 3737.0, 3758.0, 3747.0, 3778.0, 3757.0, 3737.0, 3758.0, 3747.0, 3735.0, 3736.0, 3747.0, 3758.0, 3748.0, 3768.0, 3749.0, 3750.0, 3781.0, 3749.0, 3748.0, 3749.0, 3748.0, 3748.0, 3736.0, 3790.0, 3749.0, 3803.0, 3769.0, 3757.0, 3749.0, 3736.0, 3747.0, 3737.0, 3768.0, 3748.0, 3791.0, 3770.0, 3748.0, 3737.0, 3748.0, 3748.0, 3749.0, 3748.0, 3749.0, 3737.0, 3791.0, 3761.0, 3782.0, 3760.0, 3738.0, 3749.0, 3749.0, 3770.0, 3761.0, 3792.0, 3771.0, 3760.0, 3750.0, 3761.0, 3738.0, 3761.0, 3749.0, 3761.0, 3751.0, 3802.0, 3772.0, 3750.0, 3750.0, 3749.0, 3769.0, 3748.0, 3789.0, 3770.0, 3792.0, 3781.0, 3748.0, 3769.0, 3748.0, 3747.0, 3747.0, 3768.0, 3747.0, 3736.0, 3780.0, 3748.0, 3768.0, 3736.0, 3734.0, 3736.0, 3747.0, 3746.0, 3748.0, 3790.0, 3771.0, 3749.0, 3747.0, 3749.0, 3747.0, 3747.0, 3749.0, 3781.0, 3748.0, 3793.0, 3750.0, 3748.0, 3747.0, 3735.0, 3746.0, 3748.0, 3778.0, 3770.0, 3747.0, 3747.0, 3748.0, 3739.0, 3750.0, 3738.0, 3749.0, 3749.0, 3781.0, 3760.0, 3792.0, 3771.0, 3749.0, 3739.0, 3747.0, 3768.0, 3748.0, 3781.0, 3760.0, 3770.0, 3792.0, 3749.0, 3758.0, 3748.0, 3736.0, 3738.0, 3750.0, 3749.0, 3761.0, 3783.0, 3773.0, 3761.0, 3794.0, 3761.0, 3749.0, 3750.0, 3771.0, 3761.0, 3747.0, 3782.0, 3759.0, 3803.0, 3771.0, 3767.0, 3747.0, 3734.0, 3746.0, 3734.0, 3737.0, 3747.0, 3746.0, 3758.0, 3746.0, 3759.0, 3748.0, 3739.0, 3749.0, 3749.0, 3761.0, 3750.0, 3773.0, 3751.0, 3784.0, 3773.0, 3764.0, 3773.0, 3771.0, 3771.0, 3760.0, 3804.0, 3773.0, 3793.0, 3772.0, 3760.0, 3749.0, 3759.0, 3748.0, 3781.0, 3761.0, 3804.0, 3782.0, 3749.0, 3748.0, 3746.0, 3735.0, 3747.0, 3746.0, 3779.0, 3759.0, 3768.0, 3780.0, 3759.0, 3749.0, 3761.0, 3759.0, 3781.0, 3759.0, 3791.0, 3758.0, 3791.0, 3759.0, 3790.0, 3779.0, 3746.0, 3726.0, 3758.0, 3737.0, 3770.0, 3748.0, 3760.0, 3770.0, 3793.0, 3783.0, 3760.0, 3759.0, 3760.0, 3780.0, 3770.0, 3792.0, 3771.0, 3793.0, 3771.0, 3780.0, 3756.0, 3734.0, 3746.0, 3743.0, 3744.0, 3745.0, 3777.0, 3757.0, 3748.0, 3727.0, 3759.0, 3736.0, 3770.0, 3748.0, 3771.0, 3761.0, 3802.0, 3783.0, 3760.0, 3749.0, 3759.0, 3777.0, 3758.0, 3768.0, 3804.0, 3768.0, 3791.0, 3769.0, 3759.0, 3736.0, 3746.0, 3744.0, 3746.0, 3745.0, 3778.0, 3747.0, 3789.0, 3768.0, 3748.0, 3735.0, 3745.0, 3744.0, 3746.0, 3745.0, 3778.0, 3767.0, 3766.0, 3745.0, 3736.0, 3751.0, 3773.0, 3758.0, 3758.0, 3746.0, 3746.0, 3736.0, 3747.0, 3747.0, 3739.0, 3759.0, 3760.0, 3762.0, 3782.0, 3783.0, 3759.0, 3791.0, 3759.0, 3749.0, 3749.0, 3758.0, 3779.0, 3747.0, 3778.0, 3745.0, 3766.0, 3746.0, 3788.0, 3747.0, 3747.0, 3725.0, 3758.0, 3747.0, 3760.0, 3748.0, 3750.0, 3759.0, 3793.0, 3772.0, 3760.0, 3739.0, 3758.0, 3781.0, 3760.0, 3781.0, 3782.0, 3771.0, 3793.0, 3783.0, 3760.0, 3752.0, 3761.0, 3772.0, 3771.0, 3793.0, 3760.0, 3790.0, 3757.0, 3790.0, 3757.0, 3755.0, 3760.0, 3724.0, 3701.0, 3710.0, 3777.0, 3718.0, 3696.0, 3672.0, 3706.0, 3620.0, 3768.0, 3771.0, 3780.0, 3783.0, 3776.0, 3782.0, 3769.0, 3747.0, 3747.0, 3750.0, 3784.0, 3763.0, 3773.0, 3774.0, 3806.0, 3785.0, 3771.0, 3795.0, 3772.0, 3759.0, 3735.0, 3724.0, 3745.0, 3767.0, 3747.0, 3747.0, 3779.0, 3758.0, 3732.0, 3722.0, 3733.0, 3721.0, 3712.0, 3734.0, 3685.0, 3753.0, 3737.0, 3725.0, 3722.0, 3712.0, 3725.0, 3726.0, 3736.0, 3743.0, 3766.0, 3744.0, 3797.0, 3757.0, 3810.0, 3775.0, 3776.0, 3776.0, 3801.0, 3811.0, 3809.0, 3819.0, 3816.0, 3725.0, 3779.0, 3738.0, 3725.0, 3736.0, 3751.0, 3750.0, 3729.0, 3719.0, 3740.0, 3729.0, 3728.0, 3716.0, 3707.0, 3697.0, 3739.0, 3728.0, 3717.0, 3730.0, 3745.0, 3744.0, 3768.0, 3746.0, 3757.0, 3736.0, 3757.0, 3759.0, 3746.0, 3747.0, 3750.0, 3773.0, 3772.0, 3775.0, 3785.0, 3773.0, 3805.0, 3809.0, 3796.0, 3816.0, 3763.0, 3772.0, 3795.0, 3783.0, 3770.0, 3781.0, 3784.0, 3815.0, 3794.0, 3771.0, 3781.0, 3761.0, 3771.0, 3759.0, 3749.0, 3771.0, 3792.0, 3780.0, 3785.0, 3784.0, 3794.0, 3782.0, 3774.0, 3772.0, 3771.0, 3793.0, 3763.0, 3773.0, 3804.0, 3795.0, 3783.0, 3791.0, 3770.0, 3758.0, 3761.0, 3770.0, 3791.0, 3718.0, 3717.0, 3807.0, 3751.0, 3739.0, 3735.0, 3737.0, 3740.0, 3738.0, 3763.0, 3713.0, 3737.0, 3783.0, 3776.0, 3774.0, 3783.0, 3739.0, 3780.0, 3759.0, 3769.0, 3760.0, 3737.0, 3780.0, 3747.0, 3780.0, 3747.0, 3733.0, 3745.0, 3724.0, 3755.0, 3710.0, 3708.0, 3685.0, 3708.0, 3718.0, 3790.0, 3792.0, 3765.0, 3763.0, 3762.0, 3730.0, 3699.0, 3715.0, 3716.0, 3739.0, 3720.0, 3743.0, 3766.0, 3755.0, 3797.0, 3766.0, 3714.0, 3781.0, 3759.0, 3746.0, 3781.0, 3759.0, 3733.0, 3781.0, 3759.0, 3721.0, 3750.0, 3743.0, 3704.0, 3742.0, 3713.0, 3705.0, 3725.0, 3728.0, 3714.0, 3737.0, 3761.0, 3725.0, 3765.0, 3805.0, 3770.0, 3776.0, 3798.0, 3765.0, 3763.0, 3773.0, 3805.0, 3783.0, 3764.0, 3742.0, 3765.0, 3763.0, 3753.0, 3743.0, 3775.0, 3772.0, 3774.0, 3794.0, 3763.0, 3731.0, 3785.0, 3740.0, 3791.0, 3760.0, 3761.0, 3791.0, 3759.0, 3748.0, 3716.0, 3715.0, 3725.0, 3727.0, 3727.0, 3739.0, 3730.0, 3781.0, 3740.0, 3728.0, 3739.0, 3729.0, 3739.0, 3739.0, 3750.0, 3740.0, 3783.0, 3782.0, 3740.0, 3727.0, 3728.0, 3727.0, 3740.0, 3771.0, 3738.0, 3738.0, 3770.0, 3751.0, 3792.0, 3739.0, 3727.0, 3730.0, 3739.0, 3728.0, 3740.0, 3760.0, 3752.0, 3792.0, 3783.0, 3740.0, 3783.0, 3738.0, 3737.0, 3737.0, 3759.0, 3738.0, 3778.0, 3748.0, 3779.0, 3769.0, 3748.0, 3716.0, 3748.0, 3758.0, 3748.0, 3726.0, 3780.0, 3748.0, 3758.0, 3749.0, 3747.0, 3749.0, 3768.0, 3747.0, 3747.0, 3749.0, 3738.0, 3801.0, 3758.0, 3747.0, 3738.0, 3750.0, 3741.0, 3750.0, 3749.0, 3759.0, 3738.0, 3762.0, 3783.0, 3782.0, 3750.0, 3739.0, 3750.0, 3738.0, 3762.0, 3761.0, 3760.0, 3748.0, 3780.0, 3749.0, 3803.0, 3760.0, 3739.0, 3739.0, 3748.0, 3728.0, 3750.0, 3750.0, 3763.0, 3804.0, 3782.0, 3751.0, 3749.0, 3749.0, 3749.0, 3761.0, 3790.0, 3780.0, 3749.0, 3791.0, 3759.0, 3778.0, 3748.0, 3737.0, 3735.0], 'WindowWidth': [8545.0, 8535.0, 8528.0, 8535.0, 8489.0, 8485.0, 8479.0, 8476.0, 8439.0, 8433.0, 8370.0, 8414.0, 8401.0, 8390.0, 8427.0, 8368.0, 8364.0, 8421.0, 8389.0, 8371.0, 8399.0, 8387.0, 8395.0, 8408.0, 8417.0, 8424.0, 8467.0, 8444.0, 8447.0, 8464.0, 8452.0, 8435.0, 8467.0, 8454.0, 8515.0, 8503.0, 8529.0, 8485.0, 8462.0, 8474.0, 8449.0, 8433.0, 8508.0, 8460.0, 8540.0, 8534.0, 8488.0, 8459.0, 8445.0, 8443.0, 8488.0, 8480.0, 8526.0, 8541.0, 8492.0, 8506.0, 8524.0, 8464.0, 8447.0, 8440.0, 8438.0, 8488.0, 8454.0, 8517.0, 8502.0, 8442.0, 8519.0, 8442.0, 8465.0, 8434.0, 8402.0, 8477.0, 8451.0, 8513.0, 8482.0, 8449.0, 8432.0, 8419.0, 8418.0, 8436.0, 8421.0, 8482.0, 8457.0, 8483.0, 8459.0, 8444.0, 8452.0, 8446.0, 8441.0, 8456.0, 8427.0, 8504.0, 8473.0, 8486.0, 8459.0, 8424.0, 8466.0, 8440.0, 8515.0, 8455.0, 8498.0, 8472.0, 8515.0, 8483.0, 8434.0, 8430.0, 8420.0, 8416.0, 8438.0, 8437.0, 8441.0, 8426.0, 8504.0, 8443.0, 8501.0, 8456.0, 8422.0, 8439.0, 8423.0, 8483.0, 8439.0, 8517.0, 8486.0, 8499.0, 8443.0, 8422.0, 8451.0, 8419.0, 8492.0, 8434.0, 8513.0, 8483.0, 8479.0, 8462.0, 8419.0, 8416.0, 8435.0, 8435.0, 8438.0, 8439.0, 8489.0, 8460.0, 8445.0, 8461.0, 8448.0, 8441.0, 8461.0, 8445.0, 8479.0, 8448.0, 8541.0, 8493.0, 8474.0, 8458.0, 8438.0, 8487.0, 8437.0, 8518.0, 8487.0, 8484.0, 8481.0, 8440.0, 8438.0, 8454.0, 8437.0, 8472.0, 8443.0, 8521.0, 8474.0, 8440.0, 8439.0, 8439.0, 8483.0, 8453.0, 8438.0, 8520.0, 8467.0, 8481.0, 8448.0, 8433.0, 8433.0, 8436.0, 8427.0, 8459.0, 8430.0, 8459.0, 8442.0, 8503.0, 8476.0, 8438.0, 8441.0, 8419.0, 8464.0, 8415.0, 8497.0, 8435.0, 8497.0, 8482.0, 8418.0, 8442.0, 8415.0, 8442.0, 8430.0, 8473.0, 8446.0, 8414.0, 8477.0, 8437.0, 8417.0, 8417.0, 8420.0, 8448.0, 8433.0, 8476.0, 8445.0, 8418.0, 8448.0, 8432.0, 8413.0, 8416.0, 8432.0, 8447.0, 8435.0, 8464.0, 8440.0, 8440.0, 8485.0, 8440.0, 8436.0, 8439.0, 8435.0, 8438.0, 8418.0, 8497.0, 8438.0, 8519.0, 8467.0, 8446.0, 8437.0, 8416.0, 8431.0, 8417.0, 8462.0, 8434.0, 8498.0, 8468.0, 8433.0, 8419.0, 8436.0, 8436.0, 8438.0, 8436.0, 8439.0, 8422.0, 8498.0, 8457.0, 8488.0, 8456.0, 8422.0, 8438.0, 8439.0, 8468.0, 8458.0, 8500.0, 8472.0, 8455.0, 8441.0, 8457.0, 8423.0, 8458.0, 8438.0, 8458.0, 8445.0, 8516.0, 8475.0, 8443.0, 8443.0, 8439.0, 8467.0, 8435.0, 8493.0, 8469.0, 8503.0, 8486.0, 8436.0, 8465.0, 8434.0, 8430.0, 8432.0, 8459.0, 8432.0, 8414.0, 8481.0, 8432.0, 8461.0, 8417.0, 8410.0, 8415.0, 8429.0, 8429.0, 8435.0, 8494.0, 8472.0, 8436.0, 8434.0, 8437.0, 8431.0, 8434.0, 8440.0, 8484.0, 8435.0, 8503.0, 8440.0, 8436.0, 8431.0, 8413.0, 8430.0, 8433.0, 8475.0, 8469.0, 8433.0, 8433.0, 8435.0, 8424.0, 8441.0, 8421.0, 8438.0, 8438.0, 8485.0, 8455.0, 8501.0, 8472.0, 8438.0, 8424.0, 8433.0, 8462.0, 8437.0, 8485.0, 8454.0, 8468.0, 8503.0, 8439.0, 8450.0, 8437.0, 8418.0, 8424.0, 8440.0, 8439.0, 8458.0, 8490.0, 8479.0, 8458.0, 8508.0, 8458.0, 8439.0, 8441.0, 8471.0, 8458.0, 8434.0, 8487.0, 8451.0, 8522.0, 8471.0, 8460.0, 8430.0, 8409.0, 8429.0, 8410.0, 8418.0, 8430.0, 8431.0, 8448.0, 8432.0, 8452.0, 8438.0, 8427.0, 8440.0, 8440.0, 8458.0, 8444.0, 8479.0, 8448.0, 8496.0, 8479.0, 8466.0, 8477.0, 8471.0, 8471.0, 8454.0, 8522.0, 8476.0, 8505.0, 8473.0, 8453.0, 8438.0, 8452.0, 8436.0, 8485.0, 8456.0, 8524.0, 8489.0, 8438.0, 8435.0, 8431.0, 8414.0, 8431.0, 8429.0, 8478.0, 8451.0, 8462.0, 8480.0, 8451.0, 8437.0, 8457.0, 8452.0, 8485.0, 8452.0, 8495.0, 8448.0, 8499.0, 8452.0, 8496.0, 8477.0, 8432.0, 8404.0, 8448.0, 8420.0, 8469.0, 8438.0, 8457.0, 8469.0, 8506.0, 8491.0, 8455.0, 8453.0, 8455.0, 8483.0, 8469.0, 8501.0, 8473.0, 8504.0, 8469.0, 8477.0, 8443.0, 8410.0, 8428.0, 8421.0, 8424.0, 8423.0, 8472.0, 8445.0, 8433.0, 8406.0, 8450.0, 8416.0, 8467.0, 8436.0, 8473.0, 8457.0, 8516.0, 8490.0, 8456.0, 8440.0, 8450.0, 8473.0, 8449.0, 8461.0, 8522.0, 8461.0, 8499.0, 8464.0, 8450.0, 8417.0, 8427.0, 8423.0, 8429.0, 8425.0, 8474.0, 8433.0, 8493.0, 8462.0, 8433.0, 8412.0, 8425.0, 8421.0, 8427.0, 8426.0, 8475.0, 8459.0, 8456.0, 8424.0, 8415.0, 8446.0, 8478.0, 8449.0, 8447.0, 8429.0, 8426.0, 8415.0, 8431.0, 8433.0, 8424.0, 8451.0, 8454.0, 8460.0, 8484.0, 8488.0, 8450.0, 8496.0, 8451.0, 8435.0, 8437.0, 8446.0, 8477.0, 8428.0, 8473.0, 8424.0, 8455.0, 8428.0, 8487.0, 8430.0, 8429.0, 8399.0, 8446.0, 8430.0, 8454.0, 8434.0, 8439.0, 8451.0, 8502.0, 8474.0, 8456.0, 8427.0, 8448.0, 8484.0, 8454.0, 8482.0, 8486.0, 8471.0, 8504.0, 8489.0, 8454.0, 8448.0, 8458.0, 8473.0, 8471.0, 8502.0, 8453.0, 8493.0, 8447.0, 8492.0, 8446.0, 8437.0, 8454.0, 8389.0, 8349.0, 8380.0, 8478.0, 8382.0, 8350.0, 8309.0, 8363.0, 8195.0, 8479.0, 8491.0, 8501.0, 8509.0, 8486.0, 8485.0, 8459.0, 8426.0, 8425.0, 8437.0, 8491.0, 8460.0, 8475.0, 8478.0, 8526.0, 8494.0, 8468.0, 8512.0, 8471.0, 8446.0, 8406.0, 8392.0, 8421.0, 8453.0, 8428.0, 8427.0, 8476.0, 8445.0, 8401.0, 8385.0, 8402.0, 8383.0, 8377.0, 8406.0, 8318.0, 8447.0, 8415.0, 8394.0, 8382.0, 8373.0, 8396.0, 8400.0, 8408.0, 8417.0, 8476.0, 8441.0, 8519.0, 8450.0, 8547.0, 8489.0, 8492.0, 8491.0, 8534.0, 8547.0, 8543.0, 8557.0, 8550.0, 8389.0, 8483.0, 8404.0, 8380.0, 8397.0, 8431.0, 8425.0, 8393.0, 8380.0, 8406.0, 8391.0, 8388.0, 8369.0, 8360.0, 8350.0, 8403.0, 8387.0, 8373.0, 8397.0, 8426.0, 8425.0, 8464.0, 8429.0, 8447.0, 8415.0, 8446.0, 8450.0, 8429.0, 8433.0, 8444.0, 8480.0, 8475.0, 8486.0, 8497.0, 8479.0, 8524.0, 8541.0, 8516.0, 8543.0, 8467.0, 8476.0, 8511.0, 8492.0, 8468.0, 8484.0, 8493.0, 8543.0, 8510.0, 8470.0, 8484.0, 8461.0, 8474.0, 8453.0, 8441.0, 8472.0, 8500.0, 8482.0, 8499.0, 8497.0, 8509.0, 8488.0, 8484.0, 8478.0, 8471.0, 8503.0, 8469.0, 8479.0, 8523.0, 8511.0, 8492.0, 8499.0, 8470.0, 8450.0, 8460.0, 8469.0, 8496.0, 8376.0, 8368.0, 8528.0, 8444.0, 8423.0, 8409.0, 8420.0, 8429.0, 8424.0, 8465.0, 8377.0, 8413.0, 8485.0, 8484.0, 8478.0, 8487.0, 8420.0, 8477.0, 8445.0, 8459.0, 8447.0, 8412.0, 8475.0, 8429.0, 8477.0, 8427.0, 8402.0, 8422.0, 8390.0, 8431.0, 8365.0, 8356.0, 8321.0, 8360.0, 8375.0, 8516.0, 8524.0, 8475.0, 8466.0, 8463.0, 8393.0, 8348.0, 8379.0, 8385.0, 8415.0, 8396.0, 8432.0, 8468.0, 8453.0, 8512.0, 8467.0, 8377.0, 8476.0, 8441.0, 8417.0, 8479.0, 8444.0, 8397.0, 8477.0, 8444.0, 8379.0, 8419.0, 8412.0, 8365.0, 8411.0, 8375.0, 8367.0, 8394.0, 8407.0, 8382.0, 8416.0, 8456.0, 8394.0, 8471.0, 8549.0, 8492.0, 8490.0, 8524.0, 8473.0, 8467.0, 8477.0, 8525.0, 8489.0, 8467.0, 8434.0, 8471.0, 8465.0, 8451.0, 8439.0, 8482.0, 8476.0, 8479.0, 8507.0, 8465.0, 8417.0, 8493.0, 8427.0, 8497.0, 8454.0, 8455.0, 8496.0, 8447.0, 8433.0, 8388.0, 8387.0, 8401.0, 8405.0, 8406.0, 8425.0, 8415.0, 8483.0, 8429.0, 8410.0, 8426.0, 8413.0, 8425.0, 8426.0, 8440.0, 8429.0, 8489.0, 8487.0, 8427.0, 8407.0, 8408.0, 8407.0, 8430.0, 8469.0, 8422.0, 8423.0, 8467.0, 8445.0, 8502.0, 8427.0, 8409.0, 8419.0, 8428.0, 8410.0, 8430.0, 8457.0, 8451.0, 8502.0, 8491.0, 8430.0, 8490.0, 8424.0, 8419.0, 8419.0, 8453.0, 8422.0, 8475.0, 8437.0, 8478.0, 8467.0, 8436.0, 8391.0, 8436.0, 8448.0, 8437.0, 8405.0, 8481.0, 8437.0, 8451.0, 8439.0, 8432.0, 8440.0, 8461.0, 8434.0, 8431.0, 8440.0, 8423.0, 8512.0, 8450.0, 8432.0, 8423.0, 8442.0, 8432.0, 8441.0, 8440.0, 8455.0, 8424.0, 8461.0, 8492.0, 8488.0, 8442.0, 8426.0, 8443.0, 8423.0, 8461.0, 8457.0, 8457.0, 8437.0, 8483.0, 8439.0, 8520.0, 8455.0, 8429.0, 8426.0, 8438.0, 8412.0, 8443.0, 8443.0, 8467.0, 8520.0, 8490.0, 8446.0, 8441.0, 8441.0, 8438.0, 8459.0, 8496.0, 8482.0, 8439.0, 8501.0, 8452.0, 8474.0, 8434.0, 8419.0, 8413.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.049730393873085345</td></tr>
<tr><td colspan=3>aqi</td><td>0.13543739288840262</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.034420376977</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3821360159364717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.450570280054765</td></tr>
<tr><td colspan=3>efc</td><td>0.4477</td></tr>
<tr><td colspan=3>fber</td><td>6460.8472</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2945049013537456</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>266</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>29.102844638949673</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.875555020094783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.652535936758615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.255925467827233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7182036556985</td></tr>
<tr><td colspan=3>gcor</td><td>0.006987</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016368551179766655</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024496179074048996</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.019304191042111</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>22.0501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.1858</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.3639</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310423.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.8617</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9041</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.2856</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3009.5237</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3926.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>794.6589</td></tr>
<tr><td colspan=3>tsnr</td><td>17.205856347223744</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>