ds005256-mriqc/sub-0118_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 309423ad35 [DATALAD RUNCMD] Compute MRIQC for sub-0118
=== 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-0118 --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-0118",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 10:14:38 +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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>956a668b798a44d0b6a35754f1f91d7b</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>13:20:20.817500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999312, 0.0205425, 0.0308868, -0.0249462, 0.988413, 0.149724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0862041</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7804, -7218, 292, -55, -65, -107, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8c2b51f3-2b65-4386-80a3-834280f5f477||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810803413391113, -0.06692880392074585, 0.07412362843751907, 120.0682373046875], [-0.055114131420850754, 2.6518397331237793, 0.4060581624507904, -104.01276397705078], [0.08286702632904053, -0.4016997516155243, 2.668262243270874, -49.03840637207031], [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': ['132020.817500', '132021.277500', '132021.737500', '132022.197500', '132022.657500', '132023.117500', '132023.577500', '132024.037500', '132024.497500', '132024.957500', '132025.417500', '132025.877500', '132026.337500', '132026.797500', '132027.257500', '132027.717500', '132028.177500', '132028.637500', '132029.097500', '132029.557500', '132030.017500', '132030.477500', '132030.937500', '132031.397500', '132031.857500', '132032.317500', '132032.777500', '132033.237500', '132033.697500', '132034.157500', '132034.617500', '132035.077500', '132035.537500', '132035.997500', '132036.457500', '132036.917500', '132037.377500', '132037.837500', '132038.297500', '132038.757500', '132039.217500', '132039.677500', '132040.137500', '132040.597500', '132041.057500', '132041.517500', '132041.977500', '132042.437500', '132042.897500', '132043.357500', '132043.817500', '132044.277500', '132044.737500', '132045.197500', '132045.657500', '132046.117500', '132046.577500', '132047.037500', '132047.497500', '132047.957500', '132048.417500', '132048.877500', '132049.337500', '132049.797500', '132050.257500', '132050.717500', '132051.177500', '132051.637500', '132052.097500', '132052.557500', '132053.017500', '132053.477500', '132053.937500', '132054.397500', '132054.857500', '132055.317500', '132055.777500', '132056.237500', '132056.697500', '132057.157500', '132057.617500', '132058.077500', '132058.537500', '132058.997500', '132059.457500', '132059.917500', '132100.377500', '132100.837500', '132101.297500', '132101.757500', '132102.217500', '132102.677500', '132103.137500', '132103.597500', '132104.057500', '132104.517500', '132104.977500', '132105.437500', '132105.897500', '132106.357500', '132106.817500', '132107.277500', '132107.737500', '132108.197500', '132108.657500', '132109.117500', '132109.577500', '132110.037500', '132110.497500', '132110.957500', '132111.417500', '132111.877500', '132112.337500', '132112.797500', '132113.257500', '132113.717500', '132114.177500', '132114.637500', '132115.097500', '132115.557500', '132116.017500', '132116.477500', '132116.937500', '132117.397500', '132117.857500', '132118.317500', '132118.777500', '132119.237500', '132119.697500', '132120.157500', '132120.617500', '132121.077500', '132121.537500', '132121.997500', '132122.457500', '132122.917500', '132123.377500', '132123.837500', '132124.297500', '132124.757500', '132125.217500', '132125.677500', '132126.137500', '132126.597500', '132127.057500', '132127.517500', '132127.977500', '132128.437500', '132128.897500', '132129.357500', '132129.817500', '132130.277500', '132130.737500', '132131.197500', '132131.657500', '132132.117500', '132132.577500', '132133.037500', '132133.497500', '132133.957500', '132134.417500', '132134.877500', '132135.337500', '132135.797500', '132136.257500', '132136.717500', '132137.177500', '132137.637500', '132138.097500', '132138.557500', '132139.017500', '132139.477500', '132139.937500', '132140.397500', '132140.857500', '132141.317500', '132141.777500', '132142.237500', '132142.697500', '132143.157500', '132143.617500', '132144.077500', '132144.537500', '132144.997500', '132145.457500', '132145.917500', '132146.377500', '132146.837500', '132147.297500', '132147.757500', '132148.217500', '132148.677500', '132149.137500', '132149.597500', '132150.057500', '132150.517500', '132150.977500', '132151.437500', '132151.897500', '132152.357500', '132152.817500', '132153.277500', '132153.737500', '132154.197500', '132154.657500', '132155.117500', '132155.577500', '132156.037500', '132156.497500', '132156.957500', '132157.417500', '132157.877500', '132158.337500', '132158.797500', '132159.257500', '132159.717500', '132200.177500', '132200.637500', '132201.097500', '132201.557500', '132202.017500', '132202.477500', '132202.937500', '132203.397500', '132203.857500', '132204.317500', '132204.777500', '132205.237500', '132205.697500', '132206.157500', '132206.617500', '132207.077500', '132207.537500', '132207.997500', '132208.457500', '132208.917500', '132209.377500', '132209.837500', '132210.297500', '132210.757500', '132211.217500', '132211.677500', '132212.137500', '132212.597500', '132213.057500', '132213.517500', '132213.977500', '132214.437500', '132214.897500', '132215.357500', '132215.817500', '132216.277500', '132216.737500', '132217.197500', '132217.657500', '132218.117500', '132218.577500', '132219.037500', '132219.497500', '132219.957500', '132220.417500', '132220.877500', '132221.337500', '132221.797500', '132222.257500', '132222.717500', '132223.177500', '132223.637500', '132224.097500', '132224.557500', '132225.017500', '132225.477500', '132225.937500', '132226.397500', '132226.857500', '132227.317500', '132227.777500', '132228.237500', '132228.697500', '132229.157500', '132229.617500', '132230.077500', '132230.537500', '132230.997500', '132231.457500', '132231.917500', '132232.377500', '132232.837500', '132233.297500', '132233.757500', '132234.217500', '132234.677500', '132235.137500', '132235.597500', '132236.057500', '132236.517500', '132236.977500', '132237.437500', '132237.897500', '132238.357500', '132238.817500', '132239.277500', '132239.737500', '132240.197500', '132240.657500', '132241.117500', '132241.577500', '132242.037500', '132242.497500', '132242.957500', '132243.417500', '132243.877500', '132244.337500', '132244.797500', '132245.257500', '132245.717500', '132246.177500', '132246.637500', '132247.097500', '132247.557500', '132248.017500', '132248.477500', '132248.937500', '132249.397500', '132249.857500', '132250.317500', '132250.777500', '132251.237500', '132251.697500', '132252.157500', '132252.617500', '132253.077500', '132253.537500', '132253.997500', '132254.457500', '132254.917500', '132255.377500', '132255.837500', '132256.297500', '132256.757500', '132257.217500', '132257.677500', '132258.137500', '132258.597500', '132259.057500', '132259.517500', '132259.977500', '132300.437500', '132300.897500', '132301.357500', '132301.817500', '132302.277500', '132302.737500', '132303.197500', '132303.657500', '132304.117500', '132304.577500', '132305.037500', '132305.497500', '132305.957500', '132306.417500', '132306.877500', '132307.337500', '132307.797500', '132308.257500', '132308.717500', '132309.177500', '132309.637500', '132310.097500', '132310.557500', '132311.017500', '132311.477500', '132311.937500', '132312.397500', '132312.857500', '132313.317500', '132313.777500', '132314.237500', '132314.697500', '132315.157500', '132315.617500', '132316.077500', '132316.537500', '132316.997500', '132317.457500', '132317.917500', '132318.377500', '132318.837500', '132319.297500', '132319.757500', '132320.217500', '132320.677500', '132321.137500', '132321.597500', '132322.057500', '132322.517500', '132322.977500', '132323.437500', '132323.897500', '132324.357500', '132324.817500', '132325.277500', '132325.737500', '132326.197500', '132326.657500', '132327.117500', '132327.577500', '132328.037500', '132328.497500', '132328.957500', '132329.417500', '132329.877500', '132330.337500', '132330.797500', '132331.257500', '132331.717500', '132332.177500', '132332.637500', '132333.097500', '132333.557500', '132334.017500', '132334.477500', '132334.937500', '132335.397500', '132335.857500', '132336.317500', '132336.777500', '132337.237500', '132337.697500', '132338.157500', '132338.617500', '132339.077500', '132339.537500', '132339.997500', '132340.457500', '132340.917500', '132341.377500', '132341.837500', '132342.297500', '132342.757500', '132343.217500', '132343.677500', '132344.137500', '132344.597500', '132345.057500', '132345.517500', '132345.977500', '132346.437500', '132346.897500', '132347.357500', '132347.817500', '132348.277500', '132348.737500', '132349.197500', '132349.657500', '132350.117500', '132350.577500', '132351.037500', '132351.497500', '132351.957500', '132352.417500', '132352.877500', '132353.337500', '132353.797500', '132354.257500', '132354.717500', '132355.177500', '132355.637500', '132356.097500', '132356.557500', '132357.017500', '132357.477500', '132357.937500', '132358.397500', '132358.857500', '132359.317500', '132359.777500', '132400.237500', '132400.697500', '132401.157500', '132401.617500', '132402.077500', '132402.537500', '132402.997500', '132403.457500', '132403.917500', '132404.377500', '132404.837500', '132405.297500', '132405.757500', '132406.217500', '132406.677500', '132407.137500', '132407.597500', '132408.057500', '132408.517500', '132408.977500', '132409.437500', '132409.897500', '132410.357500', '132410.817500', '132411.277500', '132411.737500', '132412.197500', '132412.657500', '132413.117500', '132413.577500', '132414.037500', '132414.497500', '132414.957500', '132415.417500', '132415.877500', '132416.337500', '132416.797500', '132417.257500', '132417.717500', '132418.177500', '132418.637500', '132419.097500', '132419.557500', '132420.017500', '132420.477500', '132420.937500', '132421.397500', '132421.857500', '132422.317500', '132422.777500', '132423.237500', '132423.697500', '132424.157500', '132424.617500', '132425.077500', '132425.537500', '132425.997500', '132426.457500', '132426.917500', '132427.377500', '132427.837500', '132428.297500', '132428.757500', '132429.217500', '132429.677500', '132430.137500', '132430.597500', '132431.057500', '132431.517500', '132431.977500', '132432.437500', '132432.897500', '132433.357500', '132433.817500', '132434.277500', '132434.737500', '132435.197500', '132435.657500', '132436.117500', '132436.577500', '132437.037500', '132437.497500', '132437.957500', '132438.417500', '132438.877500', '132439.337500', '132439.797500', '132440.257500', '132440.717500', '132441.177500', '132441.637500', '132442.097500', '132442.557500', '132443.017500', '132443.477500', '132443.937500', '132444.397500', '132444.857500', '132445.317500', '132445.777500', '132446.237500', '132446.697500', '132447.157500', '132447.617500', '132448.077500', '132448.537500', '132448.997500', '132449.457500', '132449.917500', '132450.377500', '132450.837500', '132451.297500', '132451.757500', '132452.217500', '132452.677500', '132453.137500', '132453.597500', '132454.057500', '132454.517500', '132454.977500', '132455.437500', '132455.897500', '132456.357500', '132456.817500', '132457.277500', '132457.737500', '132458.197500', '132458.657500', '132459.117500', '132459.577500', '132500.037500', '132500.497500', '132500.957500', '132501.417500', '132501.877500', '132502.337500', '132502.797500', '132503.257500', '132503.717500', '132504.177500', '132504.637500', '132505.097500', '132505.557500', '132506.017500', '132506.477500', '132506.937500', '132507.397500', '132507.857500', '132508.317500', '132508.777500', '132509.237500', '132509.697500', '132510.157500', '132510.617500', '132511.077500', '132511.537500', '132511.997500', '132512.457500', '132512.917500', '132513.377500', '132513.837500', '132514.297500', '132514.757500', '132515.217500', '132515.677500', '132516.137500', '132516.597500', '132517.057500', '132517.517500', '132517.977500', '132518.437500', '132518.897500', '132519.357500', '132519.817500', '132520.277500', '132520.737500', '132521.197500', '132521.657500', '132522.117500', '132522.577500', '132523.037500', '132523.497500', '132523.957500', '132524.417500', '132524.877500', '132525.337500', '132525.797500', '132526.257500', '132526.717500', '132527.177500', '132527.637500', '132528.097500', '132528.557500', '132529.017500', '132529.477500', '132529.937500', '132530.397500', '132530.857500', '132531.317500', '132531.777500', '132532.237500', '132532.697500', '132533.157500', '132533.617500', '132534.077500', '132534.537500', '132534.997500', '132535.457500', '132535.917500', '132536.377500', '132536.837500', '132537.297500', '132537.757500', '132538.217500', '132538.677500', '132539.137500', '132539.597500', '132540.057500', '132540.517500', '132540.977500', '132541.437500', '132541.897500', '132542.357500', '132542.817500', '132543.277500', '132543.737500', '132544.197500', '132544.657500', '132545.117500', '132545.577500', '132546.037500', '132546.497500', '132546.957500', '132547.417500', '132547.877500', '132548.337500', '132548.797500', '132549.257500', '132549.717500', '132550.177500', '132550.637500', '132551.097500', '132551.557500', '132552.017500', '132552.477500', '132552.937500', '132553.397500', '132553.857500', '132554.317500', '132554.777500', '132555.237500', '132555.697500', '132556.157500', '132556.617500', '132557.077500', '132557.537500', '132557.997500', '132558.457500', '132558.917500', '132559.377500', '132559.837500', '132600.297500', '132600.757500', '132601.217500', '132601.677500', '132602.137500', '132602.597500', '132603.057500', '132603.517500', '132603.977500', '132604.437500', '132604.897500', '132605.357500', '132605.817500', '132606.277500', '132606.737500', '132607.197500', '132607.657500', '132608.117500', '132608.577500', '132609.037500', '132609.497500', '132609.957500', '132610.417500', '132610.877500', '132611.337500', '132611.797500', '132612.257500', '132612.717500', '132613.177500', '132613.637500', '132614.097500', '132614.557500', '132615.017500', '132615.477500', '132615.937500', '132616.397500', '132616.857500', '132617.317500', '132617.777500', '132618.237500', '132618.697500', '132619.157500', '132619.617500', '132620.077500', '132620.537500', '132620.997500', '132621.457500', '132621.917500', '132622.377500', '132622.837500', '132623.297500', '132623.757500', '132624.217500', '132624.677500', '132625.137500', '132625.597500', '132626.057500', '132626.517500', '132626.977500', '132627.437500', '132627.897500', '132628.357500', '132628.817500', '132629.277500', '132629.737500', '132630.197500', '132630.657500', '132631.117500', '132631.577500', '132632.037500', '132632.497500', '132632.957500', '132633.417500', '132633.877500', '132634.337500', '132634.797500', '132635.257500', '132635.717500', '132636.177500', '132636.637500', '132637.097500', '132637.557500', '132638.017500', '132638.477500', '132638.937500', '132639.397500', '132639.857500', '132640.317500', '132640.777500', '132641.237500', '132641.697500', '132642.157500', '132642.617500', '132643.077500', '132643.537500', '132643.997500', '132644.457500', '132644.917500', '132645.377500', '132645.837500', '132646.297500', '132646.757500', '132647.217500', '132647.677500', '132648.137500', '132648.597500', '132649.057500', '132649.517500', '132649.977500', '132650.437500', '132650.897500', '132651.357500', '132651.817500', '132652.277500', '132652.737500', '132653.197500', '132653.657500', '132654.117500', '132654.577500', '132655.037500', '132655.497500', '132655.957500', '132656.417500', '132656.877500', '132657.337500', '132657.797500', '132658.257500', '132658.717500', '132659.177500', '132659.637500', '132700.097500', '132700.557500', '132701.017500', '132701.477500', '132701.937500', '132702.397500', '132702.857500', '132703.317500', '132703.777500', '132704.237500', '132704.697500', '132705.157500', '132705.617500', '132706.077500', '132706.537500', '132706.997500', '132707.457500', '132707.917500', '132708.377500', '132708.837500', '132709.297500', '132709.757500', '132710.217500', '132710.677500', '132711.137500', '132711.597500', '132712.057500', '132712.517500', '132712.977500', '132713.437500', '132713.897500', '132714.357500', '132714.817500', '132715.277500', '132715.737500', '132716.197500', '132716.657500', '132717.117500', '132717.577500', '132718.037500', '132718.497500', '132718.957500', '132719.417500', '132719.877500', '132720.337500', '132720.797500'], 'ContentTime': ['132048.780000', '132048.783000', '132048.785000', '132048.788000', '132048.791000', '132048.793000', '132048.796000', '132048.798000', '132048.801000', '132048.803000', '132048.806000', '132048.809000', '132048.811000', '132048.814000', '132048.816000', '132048.819000', '132048.822000', '132048.824000', '132048.827000', '132048.829000', '132048.832000', '132048.839000', '132048.841000', '132048.844000', '132048.847000', '132048.850000', '132048.852000', '132048.856000', '132048.859000', '132048.861000', '132048.864000', '132048.867000', '132048.869000', '132048.872000', '132048.874000', '132048.877000', '132048.880000', '132048.882000', '132048.885000', '132048.892000', '132048.895000', '132048.898000', '132048.900000', '132048.903000', '132048.905000', '132048.908000', '132048.911000', '132048.913000', '132048.916000', '132048.918000', '132048.921000', '132048.924000', '132048.926000', '132048.929000', '132048.931000', '132048.934000', '132048.936000', '132108.730000', '132108.733000', '132108.735000', '132108.738000', '132108.740000', '132108.743000', '132108.745000', '132108.748000', '132108.751000', '132108.753000', '132108.756000', '132108.769000', '132108.771000', '132108.774000', '132108.777000', '132108.779000', '132108.782000', '132108.784000', '132108.787000', '132108.789000', '132108.792000', '132108.794000', '132108.797000', '132108.800000', '132108.802000', '132108.805000', '132108.807000', '132108.810000', '132108.813000', '132108.815000', '132108.818000', '132108.820000', '132108.823000', '132108.826000', '132108.829000', '132108.831000', '132108.834000', '132108.836000', '132108.839000', '132108.842000', '132108.844000', '132108.847000', '132108.849000', '132108.852000', '132128.731000', '132128.733000', '132128.736000', '132128.739000', '132128.741000', '132128.744000', '132128.746000', '132128.749000', '132128.752000', '132128.754000', '132128.757000', '132128.759000', '132128.762000', '132128.764000', '132128.767000', '132128.770000', '132128.772000', '132128.775000', '132128.777000', '132128.780000', '132128.782000', '132128.785000', '132128.788000', '132128.790000', '132128.793000', '132128.795000', '132128.798000', '132128.801000', '132128.803000', '132128.806000', '132128.808000', '132128.811000', '132128.814000', '132128.816000', '132128.819000', '132128.821000', '132128.824000', '132128.826000', '132128.829000', '132128.832000', '132128.834000', '132128.837000', '132128.839000', '132148.731000', '132148.733000', '132148.736000', '132148.739000', '132148.741000', '132148.744000', '132148.747000', '132148.749000', '132148.752000', '132148.754000', '132148.757000', '132148.760000', '132148.762000', '132148.765000', '132148.767000', '132148.770000', '132148.773000', '132148.776000', '132148.778000', '132148.781000', '132148.784000', '132148.786000', '132148.789000', '132148.791000', '132148.794000', '132148.797000', '132148.799000', '132148.802000', '132148.805000', '132148.807000', '132148.810000', '132148.812000', '132148.815000', '132148.818000', '132148.820000', '132148.823000', '132148.825000', '132148.828000', '132148.831000', '132148.834000', '132148.836000', '132148.839000', '132148.841000', '132148.844000', '132208.730000', '132208.732000', '132208.735000', '132208.738000', '132208.740000', '132208.743000', '132208.745000', '132208.748000', '132208.750000', '132208.753000', '132208.756000', '132208.758000', '132208.761000', '132208.764000', '132208.767000', '132208.769000', '132208.772000', '132208.774000', '132208.777000', '132208.780000', '132208.782000', '132208.785000', '132208.787000', '132208.795000', '132208.798000', '132208.801000', '132208.803000', '132208.806000', '132208.809000', '132208.811000', '132208.814000', '132208.859000', '132208.862000', '132208.865000', '132208.867000', '132208.870000', '132208.872000', '132208.875000', '132208.878000', '132208.880000', '132208.883000', '132208.886000', '132208.889000', '132228.730000', '132228.732000', '132228.735000', '132228.741000', '132228.744000', '132228.746000', '132228.749000', '132228.752000', '132228.754000', '132228.757000', '132228.760000', '132228.762000', '132228.765000', '132228.767000', '132228.770000', '132228.773000', '132228.775000', '132228.778000', '132228.780000', '132228.783000', '132228.785000', '132228.788000', '132228.791000', '132228.793000', '132228.796000', '132228.799000', '132228.801000', '132228.804000', '132228.806000', '132228.809000', '132228.812000', '132228.814000', '132228.849000', '132228.851000', '132228.854000', '132228.857000', '132228.859000', '132228.862000', '132228.864000', '132228.867000', '132228.870000', '132228.872000', '132228.875000', '132228.877000', '132248.729000', '132248.732000', '132248.735000', '132248.738000', '132248.740000', '132248.743000', '132248.745000', '132248.748000', '132248.751000', '132248.753000', '132248.756000', '132248.759000', '132248.761000', '132248.764000', '132248.767000', '132248.769000', '132248.772000', '132248.774000', '132248.777000', '132248.780000', '132248.782000', '132248.785000', '132248.787000', '132248.790000', '132248.793000', '132248.795000', '132248.798000', '132248.800000', '132248.803000', '132248.806000', '132248.808000', '132248.811000', '132248.813000', '132248.866000', '132248.869000', '132248.871000', '132248.875000', '132248.877000', '132248.880000', '132248.883000', '132248.885000', '132248.888000', '132248.890000', '132308.729000', '132308.732000', '132308.735000', '132308.738000', '132308.740000', '132308.743000', '132308.746000', '132308.749000', '132308.751000', '132308.754000', '132308.756000', '132308.759000', '132308.794000', '132308.796000', '132308.799000', '132308.802000', '132308.804000', '132308.807000', '132308.810000', '132308.812000', '132308.825000', '132308.828000', '132308.831000', '132308.833000', '132308.836000', '132308.839000', '132308.841000', '132308.844000', '132308.846000', '132308.849000', '132308.851000', '132308.854000', '132308.857000', '132308.859000', '132308.862000', '132308.865000', '132308.867000', '132308.870000', '132308.873000', '132308.875000', '132308.878000', '132308.880000', '132308.883000', '132328.729000', '132328.732000', '132328.735000', '132328.737000', '132328.740000', '132328.743000', '132328.745000', '132328.748000', '132328.751000', '132328.753000', '132328.756000', '132328.758000', '132328.761000', '132328.764000', '132328.766000', '132328.769000', '132328.771000', '132328.774000', '132328.777000', '132328.779000', '132328.782000', '132328.785000', '132328.787000', '132328.790000', '132328.792000', '132328.795000', '132328.798000', '132328.800000', '132328.803000', '132328.805000', '132328.808000', '132328.811000', '132328.813000', '132328.859000', '132328.861000', '132328.864000', '132328.867000', '132328.869000', '132328.872000', '132328.874000', '132328.877000', '132328.880000', '132328.882000', '132328.885000', '132348.731000', '132348.734000', '132348.736000', '132348.739000', '132348.742000', '132348.744000', '132348.747000', '132348.750000', '132348.752000', '132348.755000', '132348.757000', '132348.760000', '132348.762000', '132348.765000', '132348.768000', '132348.770000', '132348.773000', '132348.776000', '132348.778000', '132348.781000', '132348.794000', '132348.797000', '132348.799000', '132348.802000', '132348.805000', '132348.807000', '132348.810000', '132348.813000', '132348.815000', '132348.873000', '132348.876000', '132348.878000', '132348.881000', '132348.883000', '132348.886000', '132348.888000', '132348.891000', '132348.894000', '132348.896000', '132348.899000', '132348.901000', '132348.904000', '132348.906000', '132348.909000', '132408.730000', '132408.733000', '132408.736000', '132408.739000', '132408.741000', '132408.744000', '132408.747000', '132408.750000', '132408.752000', '132408.755000', '132408.757000', '132408.760000', '132408.763000', '132408.765000', '132408.768000', '132408.770000', '132408.773000', '132408.776000', '132408.778000', '132408.781000', '132408.784000', '132408.786000', '132408.789000', '132408.791000', '132408.794000', '132408.797000', '132408.800000', '132408.802000', '132408.805000', '132408.808000', '132408.810000', '132408.813000', '132408.866000', '132408.868000', '132408.871000', '132408.873000', '132408.876000', '132408.879000', '132408.881000', '132408.884000', '132408.887000', '132408.889000', '132408.892000', '132428.730000', '132428.733000', '132428.736000', '132428.739000', '132428.742000', '132428.752000', '132428.755000', '132428.757000', '132428.760000', '132428.763000', '132428.765000', '132428.768000', '132428.770000', '132428.773000', '132428.775000', '132428.778000', '132428.781000', '132428.783000', '132428.786000', '132428.789000', '132428.791000', '132428.794000', '132428.797000', '132428.799000', '132428.802000', '132428.804000', '132428.807000', '132428.810000', '132428.812000', '132428.815000', '132428.881000', '132428.884000', '132428.886000', '132428.889000', '132428.891000', '132428.894000', '132428.897000', '132428.899000', '132428.902000', '132428.904000', '132428.907000', '132428.909000', '132428.912000', '132428.915000', '132448.730000', '132448.732000', '132448.735000', '132448.738000', '132448.740000', '132448.743000', '132448.746000', '132448.748000', '132448.751000', '132448.754000', '132448.756000', '132448.759000', '132448.761000', '132448.764000', '132448.766000', '132448.769000', '132448.772000', '132448.774000', '132448.777000', '132448.780000', '132448.782000', '132448.785000', '132448.788000', '132448.790000', '132448.793000', '132448.796000', '132448.798000', '132448.801000', '132448.803000', '132448.806000', '132448.809000', '132448.858000', '132448.861000', '132448.863000', '132448.866000', '132448.869000', '132448.871000', '132448.874000', '132448.877000', '132448.879000', '132448.882000', '132448.884000', '132448.887000', '132508.729000', '132508.732000', '132508.735000', '132508.738000', '132508.740000', '132508.743000', '132508.745000', '132508.748000', '132508.751000', '132508.754000', '132508.757000', '132508.760000', '132508.763000', '132508.765000', '132508.768000', '132508.771000', '132508.773000', '132508.776000', '132508.779000', '132508.781000', '132508.784000', '132508.786000', '132508.789000', '132508.792000', '132508.795000', '132508.797000', '132508.800000', '132508.802000', '132508.805000', '132508.808000', '132508.810000', '132508.813000', '132508.839000', '132508.842000', '132508.844000', '132508.847000', '132508.849000', '132508.852000', '132508.855000', '132508.857000', '132508.860000', '132508.862000', '132508.865000', '132528.729000', '132528.732000', '132528.735000', '132528.738000', '132528.740000', '132528.743000', '132528.746000', '132528.748000', '132528.751000', '132528.753000', '132528.756000', '132528.759000', '132528.761000', '132528.764000', '132528.766000', '132528.769000', '132528.772000', '132528.774000', '132528.777000', '132528.779000', '132528.782000', '132528.785000', '132528.787000', '132528.790000', '132528.792000', '132528.795000', '132528.797000', '132528.800000', '132528.803000', '132528.805000', '132528.808000', '132528.811000', '132528.813000', '132528.872000', '132528.883000', '132528.886000', '132528.888000', '132528.891000', '132528.894000', '132528.896000', '132528.899000', '132528.901000', '132528.904000', '132528.907000', '132548.729000', '132548.732000', '132548.743000', '132548.746000', '132548.749000', '132548.751000', '132548.754000', '132548.756000', '132548.759000', '132548.762000', '132548.764000', '132548.767000', '132548.771000', '132548.775000', '132548.778000', '132548.780000', '132548.783000', '132548.786000', '132548.795000', '132548.797000', '132548.800000', '132548.802000', '132548.805000', '132548.808000', '132548.810000', '132548.813000', '132548.869000', '132548.871000', '132548.874000', '132548.877000', '132548.879000', '132548.882000', '132548.884000', '132548.887000', '132548.889000', '132548.892000', '132548.895000', '132548.897000', '132548.900000', '132548.902000', '132548.905000', '132548.908000', '132548.910000', '132608.730000', '132608.733000', '132608.736000', '132608.739000', '132608.741000', '132608.744000', '132608.747000', '132608.749000', '132608.752000', '132608.755000', '132608.757000', '132608.760000', '132608.762000', '132608.765000', '132608.768000', '132608.770000', '132608.773000', '132608.775000', '132608.778000', '132608.781000', '132608.783000', '132608.786000', '132608.789000', '132608.791000', '132608.794000', '132608.796000', '132608.799000', '132608.802000', '132608.805000', '132608.807000', '132608.810000', '132608.813000', '132608.815000', '132608.846000', '132608.850000', '132608.853000', '132608.856000', '132608.858000', '132608.861000', '132608.863000', '132608.866000', '132608.868000', '132608.871000', '132608.874000', '132628.731000', '132628.733000', '132628.736000', '132628.739000', '132628.741000', '132628.744000', '132628.747000', '132628.750000', '132628.752000', '132628.755000', '132628.757000', '132628.760000', '132628.763000', '132628.765000', '132628.768000', '132628.771000', '132628.773000', '132628.776000', '132628.778000', '132628.781000', '132628.784000', '132628.786000', '132628.789000', '132628.792000', '132628.794000', '132628.797000', '132628.799000', '132628.802000', '132628.805000', '132628.807000', '132628.810000', '132628.813000', '132628.815000', '132628.867000', '132628.870000', '132628.872000', '132628.875000', '132628.878000', '132628.880000', '132628.883000', '132628.885000', '132628.888000', '132628.890000', '132628.893000', '132648.729000', '132648.732000', '132648.735000', '132648.738000', '132648.740000', '132648.743000', '132648.746000', '132648.748000', '132648.751000', '132648.753000', '132648.756000', '132648.759000', '132648.761000', '132648.764000', '132648.767000', '132648.769000', '132648.772000', '132648.774000', '132648.777000', '132648.779000', '132648.782000', '132648.785000', '132648.787000', '132648.790000', '132648.792000', '132648.795000', '132648.798000', '132648.800000', '132648.803000', '132648.806000', '132648.808000', '132648.811000', '132648.813000', '132648.884000', '132648.887000', '132648.890000', '132648.892000', '132648.895000', '132648.897000', '132648.900000', '132648.903000', '132648.905000', '132648.908000', '132708.730000', '132708.733000', '132708.735000', '132708.738000', '132708.741000', '132708.743000', '132708.746000', '132708.748000', '132708.751000', '132708.753000', '132708.756000', '132708.759000', '132708.761000', '132708.764000', '132708.767000', '132708.769000', '132708.772000', '132708.774000', '132708.789000', '132708.791000', '132708.794000', '132708.796000', '132708.799000', '132708.802000', '132708.804000', '132708.807000', '132708.810000', '132708.813000', '132708.871000', '132708.874000', '132708.876000', '132708.879000', '132708.882000', '132708.884000', '132708.887000', '132708.890000', '132708.892000', '132708.895000', '132708.898000', '132708.900000', '132708.903000', '132708.906000', '132708.908000', '132722.573000', '132722.577000', '132722.580000', '132722.583000', '132722.586000', '132722.589000', '132722.592000', '132722.596000', '132722.599000', '132722.602000', '132722.604000', '132722.607000', '132722.610000', '132722.612000', '132722.617000', '132722.619000', '132722.622000', '132722.625000', '132722.629000', '132722.634000', '132722.638000', '132722.641000', '132722.644000', '132722.647000', '132722.649000', '132722.652000', '132722.655000', '132722.658000', '132722.660000', '132722.663000', '132722.666000'], 'InstanceCreationTime': ['132048.780000', '132048.783000', '132048.785000', '132048.788000', '132048.791000', '132048.793000', '132048.796000', '132048.798000', '132048.801000', '132048.803000', '132048.806000', '132048.809000', '132048.811000', '132048.814000', '132048.816000', '132048.819000', '132048.822000', '132048.824000', '132048.827000', '132048.829000', '132048.832000', '132048.839000', '132048.841000', '132048.844000', '132048.847000', '132048.850000', '132048.852000', '132048.856000', '132048.859000', '132048.861000', '132048.864000', '132048.867000', '132048.869000', '132048.872000', '132048.874000', '132048.877000', '132048.880000', '132048.882000', '132048.885000', '132048.892000', '132048.895000', '132048.898000', '132048.900000', '132048.903000', '132048.905000', '132048.908000', '132048.911000', '132048.913000', '132048.916000', '132048.918000', '132048.921000', '132048.924000', '132048.926000', '132048.929000', '132048.931000', '132048.934000', '132048.936000', '132108.730000', '132108.733000', '132108.735000', '132108.738000', '132108.740000', '132108.743000', '132108.745000', '132108.748000', '132108.751000', '132108.753000', '132108.756000', '132108.769000', '132108.771000', '132108.774000', '132108.777000', '132108.779000', '132108.782000', '132108.784000', '132108.787000', '132108.789000', '132108.792000', '132108.794000', '132108.797000', '132108.800000', '132108.802000', '132108.805000', '132108.807000', '132108.810000', '132108.813000', '132108.815000', '132108.818000', '132108.820000', '132108.823000', '132108.826000', '132108.829000', '132108.831000', '132108.834000', '132108.836000', '132108.839000', '132108.842000', '132108.844000', '132108.847000', '132108.849000', '132108.852000', '132128.731000', '132128.733000', '132128.736000', '132128.739000', '132128.741000', '132128.744000', '132128.746000', '132128.749000', '132128.752000', '132128.754000', '132128.757000', '132128.759000', '132128.762000', '132128.764000', '132128.767000', '132128.770000', '132128.772000', '132128.775000', '132128.777000', '132128.780000', '132128.782000', '132128.785000', '132128.788000', '132128.790000', '132128.793000', '132128.795000', '132128.798000', '132128.801000', '132128.803000', '132128.806000', '132128.808000', '132128.811000', '132128.814000', '132128.816000', '132128.819000', '132128.821000', '132128.824000', '132128.826000', '132128.829000', '132128.832000', '132128.834000', '132128.837000', '132128.839000', '132148.731000', '132148.733000', '132148.736000', '132148.739000', '132148.741000', '132148.744000', '132148.747000', '132148.749000', '132148.752000', '132148.754000', '132148.757000', '132148.760000', '132148.762000', '132148.765000', '132148.767000', '132148.770000', '132148.773000', '132148.776000', '132148.778000', '132148.781000', '132148.784000', '132148.786000', '132148.789000', '132148.791000', '132148.794000', '132148.797000', '132148.799000', '132148.802000', '132148.805000', '132148.807000', '132148.810000', '132148.812000', '132148.815000', '132148.818000', '132148.820000', '132148.823000', '132148.825000', '132148.828000', '132148.831000', '132148.834000', '132148.836000', '132148.839000', '132148.841000', '132148.844000', '132208.730000', '132208.732000', '132208.735000', '132208.738000', '132208.740000', '132208.743000', '132208.745000', '132208.748000', '132208.750000', '132208.753000', '132208.756000', '132208.758000', '132208.761000', '132208.764000', '132208.767000', '132208.769000', '132208.772000', '132208.774000', '132208.777000', '132208.780000', '132208.782000', '132208.785000', '132208.787000', '132208.795000', '132208.798000', '132208.801000', '132208.803000', '132208.806000', '132208.809000', '132208.811000', '132208.814000', '132208.859000', '132208.862000', '132208.865000', '132208.867000', '132208.870000', '132208.872000', '132208.875000', '132208.878000', '132208.880000', '132208.883000', '132208.886000', '132208.889000', '132228.730000', '132228.732000', '132228.735000', '132228.741000', '132228.744000', '132228.746000', '132228.749000', '132228.752000', '132228.754000', '132228.757000', '132228.760000', '132228.762000', '132228.765000', '132228.767000', '132228.770000', '132228.773000', '132228.775000', '132228.778000', '132228.780000', '132228.783000', '132228.785000', '132228.788000', '132228.791000', '132228.793000', '132228.796000', '132228.799000', '132228.801000', '132228.804000', '132228.806000', '132228.809000', '132228.812000', '132228.814000', '132228.849000', '132228.851000', '132228.854000', '132228.857000', '132228.859000', '132228.862000', '132228.864000', '132228.867000', '132228.870000', '132228.872000', '132228.875000', '132228.877000', '132248.729000', '132248.732000', '132248.735000', '132248.738000', '132248.740000', '132248.743000', '132248.745000', '132248.748000', '132248.751000', '132248.753000', '132248.756000', '132248.759000', '132248.761000', '132248.764000', '132248.767000', '132248.769000', '132248.772000', '132248.774000', '132248.777000', '132248.780000', '132248.782000', '132248.785000', '132248.787000', '132248.790000', '132248.793000', '132248.795000', '132248.798000', '132248.800000', '132248.803000', '132248.806000', '132248.808000', '132248.811000', '132248.813000', '132248.866000', '132248.869000', '132248.871000', '132248.875000', '132248.877000', '132248.880000', '132248.883000', '132248.885000', '132248.888000', '132248.890000', '132308.729000', '132308.732000', '132308.735000', '132308.738000', '132308.740000', '132308.743000', '132308.746000', '132308.749000', '132308.751000', '132308.754000', '132308.756000', '132308.759000', '132308.794000', '132308.796000', '132308.799000', '132308.802000', '132308.804000', '132308.807000', '132308.810000', '132308.812000', '132308.825000', '132308.828000', '132308.831000', '132308.833000', '132308.836000', '132308.839000', '132308.841000', '132308.844000', '132308.846000', '132308.849000', '132308.851000', '132308.854000', '132308.857000', '132308.859000', '132308.862000', '132308.865000', '132308.867000', '132308.870000', '132308.873000', '132308.875000', '132308.878000', '132308.880000', '132308.883000', '132328.729000', '132328.732000', '132328.735000', '132328.737000', '132328.740000', '132328.743000', '132328.745000', '132328.748000', '132328.751000', '132328.753000', '132328.756000', '132328.758000', '132328.761000', '132328.764000', '132328.766000', '132328.769000', '132328.771000', '132328.774000', '132328.777000', '132328.779000', '132328.782000', '132328.785000', '132328.787000', '132328.790000', '132328.792000', '132328.795000', '132328.798000', '132328.800000', '132328.803000', '132328.805000', '132328.808000', '132328.811000', '132328.813000', '132328.859000', '132328.861000', '132328.864000', '132328.867000', '132328.869000', '132328.872000', '132328.874000', '132328.877000', '132328.880000', '132328.882000', '132328.885000', '132348.731000', '132348.734000', '132348.736000', '132348.739000', '132348.742000', '132348.744000', '132348.747000', '132348.750000', '132348.752000', '132348.755000', '132348.757000', '132348.760000', '132348.762000', '132348.765000', '132348.768000', '132348.770000', '132348.773000', '132348.776000', '132348.778000', '132348.781000', '132348.794000', '132348.797000', '132348.799000', '132348.802000', '132348.805000', '132348.807000', '132348.810000', '132348.813000', '132348.815000', '132348.873000', '132348.876000', '132348.878000', '132348.881000', '132348.883000', '132348.886000', '132348.888000', '132348.891000', '132348.894000', '132348.896000', '132348.899000', '132348.901000', '132348.904000', '132348.906000', '132348.909000', '132408.730000', '132408.733000', '132408.736000', '132408.739000', '132408.741000', '132408.744000', '132408.747000', '132408.750000', '132408.752000', '132408.755000', '132408.757000', '132408.760000', '132408.763000', '132408.765000', '132408.768000', '132408.770000', '132408.773000', '132408.776000', '132408.778000', '132408.781000', '132408.784000', '132408.786000', '132408.789000', '132408.791000', '132408.794000', '132408.797000', '132408.800000', '132408.802000', '132408.805000', '132408.808000', '132408.810000', '132408.813000', '132408.866000', '132408.868000', '132408.871000', '132408.873000', '132408.876000', '132408.879000', '132408.881000', '132408.884000', '132408.887000', '132408.889000', '132408.892000', '132428.730000', '132428.733000', '132428.736000', '132428.739000', '132428.742000', '132428.752000', '132428.755000', '132428.757000', '132428.760000', '132428.763000', '132428.765000', '132428.768000', '132428.770000', '132428.773000', '132428.775000', '132428.778000', '132428.781000', '132428.783000', '132428.786000', '132428.789000', '132428.791000', '132428.794000', '132428.797000', '132428.799000', '132428.802000', '132428.804000', '132428.807000', '132428.810000', '132428.812000', '132428.815000', '132428.881000', '132428.884000', '132428.886000', '132428.889000', '132428.891000', '132428.894000', '132428.897000', '132428.899000', '132428.902000', '132428.904000', '132428.907000', '132428.909000', '132428.912000', '132428.915000', '132448.730000', '132448.732000', '132448.735000', '132448.738000', '132448.740000', '132448.743000', '132448.746000', '132448.748000', '132448.751000', '132448.754000', '132448.756000', '132448.759000', '132448.761000', '132448.764000', '132448.766000', '132448.769000', '132448.772000', '132448.774000', '132448.777000', '132448.780000', '132448.782000', '132448.785000', '132448.788000', '132448.790000', '132448.793000', '132448.796000', '132448.798000', '132448.801000', '132448.803000', '132448.806000', '132448.809000', '132448.858000', '132448.861000', '132448.863000', '132448.866000', '132448.869000', '132448.871000', '132448.874000', '132448.877000', '132448.879000', '132448.882000', '132448.884000', '132448.887000', '132508.729000', '132508.732000', '132508.735000', '132508.738000', '132508.740000', '132508.743000', '132508.745000', '132508.748000', '132508.751000', '132508.754000', '132508.757000', '132508.760000', '132508.763000', '132508.765000', '132508.768000', '132508.771000', '132508.773000', '132508.776000', '132508.779000', '132508.781000', '132508.784000', '132508.786000', '132508.789000', '132508.792000', '132508.795000', '132508.797000', '132508.800000', '132508.802000', '132508.805000', '132508.808000', '132508.810000', '132508.813000', '132508.839000', '132508.842000', '132508.844000', '132508.847000', '132508.849000', '132508.852000', '132508.855000', '132508.857000', '132508.860000', '132508.862000', '132508.865000', '132528.729000', '132528.732000', '132528.735000', '132528.738000', '132528.740000', '132528.743000', '132528.746000', '132528.748000', '132528.751000', '132528.753000', '132528.756000', '132528.759000', '132528.761000', '132528.764000', '132528.766000', '132528.769000', '132528.772000', '132528.774000', '132528.777000', '132528.779000', '132528.782000', '132528.785000', '132528.787000', '132528.790000', '132528.792000', '132528.795000', '132528.797000', '132528.800000', '132528.803000', '132528.805000', '132528.808000', '132528.811000', '132528.813000', '132528.872000', '132528.883000', '132528.886000', '132528.888000', '132528.891000', '132528.894000', '132528.896000', '132528.899000', '132528.901000', '132528.904000', '132528.907000', '132548.729000', '132548.732000', '132548.743000', '132548.746000', '132548.749000', '132548.751000', '132548.754000', '132548.756000', '132548.759000', '132548.762000', '132548.764000', '132548.767000', '132548.771000', '132548.775000', '132548.778000', '132548.780000', '132548.783000', '132548.786000', '132548.795000', '132548.797000', '132548.800000', '132548.802000', '132548.805000', '132548.808000', '132548.810000', '132548.813000', '132548.869000', '132548.871000', '132548.874000', '132548.877000', '132548.879000', '132548.882000', '132548.884000', '132548.887000', '132548.889000', '132548.892000', '132548.895000', '132548.897000', '132548.900000', '132548.902000', '132548.905000', '132548.908000', '132548.910000', '132608.730000', '132608.733000', '132608.736000', '132608.739000', '132608.741000', '132608.744000', '132608.747000', '132608.749000', '132608.752000', '132608.755000', '132608.757000', '132608.760000', '132608.762000', '132608.765000', '132608.768000', '132608.770000', '132608.773000', '132608.775000', '132608.778000', '132608.781000', '132608.783000', '132608.786000', '132608.789000', '132608.791000', '132608.794000', '132608.796000', '132608.799000', '132608.802000', '132608.805000', '132608.807000', '132608.810000', '132608.813000', '132608.815000', '132608.846000', '132608.850000', '132608.853000', '132608.856000', '132608.858000', '132608.861000', '132608.863000', '132608.866000', '132608.868000', '132608.871000', '132608.874000', '132628.731000', '132628.733000', '132628.736000', '132628.739000', '132628.741000', '132628.744000', '132628.747000', '132628.750000', '132628.752000', '132628.755000', '132628.757000', '132628.760000', '132628.763000', '132628.765000', '132628.768000', '132628.771000', '132628.773000', '132628.776000', '132628.778000', '132628.781000', '132628.784000', '132628.786000', '132628.789000', '132628.792000', '132628.794000', '132628.797000', '132628.799000', '132628.802000', '132628.805000', '132628.807000', '132628.810000', '132628.813000', '132628.815000', '132628.867000', '132628.870000', '132628.872000', '132628.875000', '132628.878000', '132628.880000', '132628.883000', '132628.885000', '132628.888000', '132628.890000', '132628.893000', '132648.729000', '132648.732000', '132648.735000', '132648.738000', '132648.740000', '132648.743000', '132648.746000', '132648.748000', '132648.751000', '132648.753000', '132648.756000', '132648.759000', '132648.761000', '132648.764000', '132648.767000', '132648.769000', '132648.772000', '132648.774000', '132648.777000', '132648.779000', '132648.782000', '132648.785000', '132648.787000', '132648.790000', '132648.792000', '132648.795000', '132648.798000', '132648.800000', '132648.803000', '132648.806000', '132648.808000', '132648.811000', '132648.813000', '132648.884000', '132648.887000', '132648.890000', '132648.892000', '132648.895000', '132648.897000', '132648.900000', '132648.903000', '132648.905000', '132648.908000', '132708.730000', '132708.733000', '132708.735000', '132708.738000', '132708.741000', '132708.743000', '132708.746000', '132708.748000', '132708.751000', '132708.753000', '132708.756000', '132708.759000', '132708.761000', '132708.764000', '132708.767000', '132708.769000', '132708.772000', '132708.774000', '132708.789000', '132708.791000', '132708.794000', '132708.796000', '132708.799000', '132708.802000', '132708.804000', '132708.807000', '132708.810000', '132708.813000', '132708.871000', '132708.874000', '132708.876000', '132708.879000', '132708.882000', '132708.884000', '132708.887000', '132708.890000', '132708.892000', '132708.895000', '132708.898000', '132708.900000', '132708.903000', '132708.906000', '132708.908000', '132722.573000', '132722.577000', '132722.580000', '132722.583000', '132722.586000', '132722.589000', '132722.592000', '132722.596000', '132722.599000', '132722.602000', '132722.604000', '132722.607000', '132722.610000', '132722.612000', '132722.617000', '132722.619000', '132722.622000', '132722.625000', '132722.629000', '132722.634000', '132722.638000', '132722.641000', '132722.644000', '132722.647000', '132722.649000', '132722.652000', '132722.655000', '132722.658000', '132722.660000', '132722.663000', '132722.666000'], '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': [8851, 13190, 10009, 8500, 15730, 8529, 14526, 8287, 12067, 10548, 8034, 15117, 8266, 14724, 7956, 13637, 8013, 12543, 9260, 9686, 9152, 7555, 9961, 8047, 12492, 7896, 13514, 8240, 12663, 8110, 8785, 9811, 8023, 11500, 7924, 13753, 9897, 9839, 12768, 9706, 13026, 8993, 15484, 10291, 15308, 11755, 12135, 10940, 8591, 11800, 8608, 15528, 7940, 14360, 7795, 13656, 12496, 9854, 13296, 8157, 13504, 8123, 14059, 10552, 12252, 10646, 8965, 10193, 7839, 13242, 8090, 15797, 8699, 14064, 8622, 11252, 11466, 9018, 14015, 7977, 13424, 7942, 12563, 11592, 9037, 11577, 7941, 12505, 7817, 14239, 10419, 10174, 8769, 7851, 13076, 7662, 13150, 7985, 8154, 9129, 7741, 15195, 7894, 13937, 9933, 12414, 11534, 8426, 13438, 8473, 12908, 7898, 13800, 10927, 9242, 10729, 7655, 10763, 7851, 13514, 9273, 10451, 11850, 8938, 12311, 8863, 14956, 12293, 12308, 10994, 8783, 13122, 8800, 14807, 8879, 13937, 7859, 13281, 8953, 12786, 11096, 10666, 10113, 7696, 10315, 7837, 15248, 8181, 14781, 8009, 12195, 8957, 7626, 10240, 7821, 13226, 7743, 14958, 11550, 11884, 11500, 8491, 10332, 8049, 14558, 7950, 15914, 8736, 14839, 7793, 13697, 9180, 11161, 10576, 8372, 10972, 7994, 11908, 8015, 15458, 7558, 14863, 7865, 13794, 8479, 11752, 10158, 7762, 11779, 7758, 12157, 7762, 13618, 10119, 10296, 10969, 8832, 10444, 8314, 11585, 8441, 15471, 7757, 13990, 8502, 12931, 11950, 8768, 11492, 8977, 11727, 7608, 15120, 8170, 14277, 11537, 12588, 10188, 10099, 10693, 7743, 12990, 7869, 13527, 7805, 11840, 11153, 7881, 11675, 7741, 12319, 7888, 10434, 10274, 7738, 15306, 7821, 14439, 11186, 11794, 11996, 9067, 16021, 10065, 9462, 13152, 9789, 10650, 14659, 8109, 12892, 10995, 8839, 16124, 8245, 15297, 9593, 12030, 12573, 9501, 14045, 7780, 13905, 7754, 11986, 10038, 7877, 10202, 7774, 13603, 8613, 10339, 10815, 8909, 10881, 8136, 15440, 7624, 12585, 10922, 10051, 10348, 8536, 13720, 7919, 12592, 8893, 8482, 15580, 8680, 14624, 8498, 10128, 13313, 8810, 16617, 8531, 14521, 11040, 11306, 11935, 9146, 12474, 7633, 11490, 8079, 8376, 10818, 7889, 13999, 7907, 13303, 11036, 9051, 13479, 8139, 15241, 8812, 11468, 12760, 8978, 16677, 7842, 13753, 10033, 9716, 12331, 7805, 14285, 7818, 10975, 11394, 9253, 11853, 7977, 11551, 7618, 14149, 9637, 10040, 10703, 9203, 10369, 7715, 13805, 9142, 10395, 11146, 8407, 11693, 7998, 15077, 8717, 11625, 11050, 8920, 11201, 8134, 14113, 8586, 13536, 10967, 10545, 10798, 7860, 10917, 7607, 15194, 10897, 8796, 9840, 7741, 12452, 7741, 15254, 8067, 12708, 9039, 10445, 11960, 8246, 14587, 8371, 14745, 7828, 13763, 9175, 9971, 10743, 8332, 10930, 7727, 11679, 7630, 15928, 7914, 10705, 10423, 7775, 11471, 7921, 14731, 7927, 7581, 7935, 7596, 14067, 7886, 10632, 11075, 8516, 12585, 8812, 13682, 8649, 15984, 9842, 11347, 11063, 8407, 11368, 8345, 15984, 10202, 8802, 10057, 7701, 7655, 9017, 7689, 10721, 10902, 8506, 15576, 8304, 13969, 9693, 11451, 14079, 10041, 14301, 9369, 14526, 8962, 14889, 8519, 15137, 7681, 12755, 7679, 7694, 9187, 7902, 10593, 8117, 12006, 7973, 11083, 7612, 14132, 9107, 12804, 9173, 11975, 10768, 7868, 9208, 7832, 13374, 7804, 13224, 8738, 13044, 8064, 11571, 7971, 8506, 13674, 8670, 16418, 11016, 16591, 12142, 15769, 12693, 11454, 14592, 10378, 16551, 9967, 16020, 8867, 14567, 7648, 12939, 9610, 8381, 12567, 7609, 13425, 7773, 12593, 8039, 9574, 10308, 7904, 13912, 7684, 13720, 8053, 13731, 11357, 9109, 12033, 7799, 11600, 7673, 13198, 11245, 9001, 11610, 7980, 14012, 7884, 14881, 7892, 12635, 11032, 8053, 14512, 7670, 14606, 11638, 10050, 12330, 8843, 15102, 7558, 14608, 7768, 8664, 11510, 7966, 15694, 8514, 12305, 10462, 8784, 12177, 7828, 15042, 7849, 14197, 8203, 7551, 9720, 7836, 15042, 7844, 12736, 10871, 7743, 9938, 7588, 15377, 9884, 10758, 10904, 7764, 12942, 7748, 13210, 11359, 8504, 13055, 7542, 14773, 8355, 14427, 11516, 9150, 12421, 7767, 13498, 8266, 13050, 11447, 8856, 13650, 8079, 13160, 7695, 11982, 11670, 9488, 13813, 8744, 14738, 8045, 14909, 11938, 9360, 13074, 9165, 15581, 9124, 15087, 10520, 9221, 10324, 7886, 14733, 8672, 12791, 11737, 9115, 13400, 10044, 13765, 9286, 14965, 8004, 15670, 7835, 9386, 8054, 7716, 12388, 7626, 10066, 9061, 7573, 14877, 7555, 12769, 11160, 9567, 12432, 9163, 14824, 9243, 15635, 8300, 14013, 12992, 9642, 14411, 8437, 15695, 7568, 13609, 10650, 7691, 12927, 7744, 11457, 7906, 7726, 15110, 10174, 10493, 12264, 8751, 15537, 8858, 14829, 12727, 11227, 12987, 9122, 15409, 7936, 12487, 11112, 9107, 14689, 7709, 14038, 10469, 8999, 11653, 7838, 14753, 7748, 8945, 8129, 7825, 13352, 7954, 11999, 9076, 7838, 10243, 7522, 8297, 10288, 7461, 7667, 8448, 7773, 13424, 10476, 8298, 14453, 8207, 14771, 12532, 10989, 12227, 9176, 12201, 8551, 14749, 12891, 10368, 14512, 7737, 13346, 10910, 8138, 13187, 7758, 15522, 7845, 14277, 10934, 9343, 12269, 7731, 13181, 7670, 7741, 13468, 8574, 15912, 11522, 12819, 11896, 9497, 14615, 9181, 14887, 11702, 7864, 12706, 7463, 14909, 11880, 9111, 13869, 7613, 13678, 9060, 11615, 13948, 9698, 16362, 9483, 14279, 7815, 7694, 14648, 8002, 8688, 9712, 7762, 12625, 10494, 8505, 11936, 8044, 14580, 13109, 10563, 15587, 10112, 15686, 9274, 13952, 11773, 9833, 13675, 9533, 15138, 7618, 14549, 11853, 9054, 13497, 7920, 13324, 8878, 7777, 12953, 7720, 13983, 8346, 9394, 10346, 7871, 13518, 7754, 11485, 9152, 7782, 13755, 7452, 8145, 11021, 7986, 13929, 8001, 14985, 7941, 14806, 11550, 13401, 14467, 10957, 16688, 12598, 15795, 14173, 12739, 14675, 11036, 15592, 9040, 15409, 8570, 14058, 13400, 10477, 13971, 7927, 15432, 7890, 11229, 10100, 7827, 14170, 7776, 11815, 7752, 8003, 9118, 8056, 14946, 9070, 12300, 12624, 9951, 14070, 9812, 15698, 9452, 16388, 10175, 11060, 9338, 7896, 13773, 7565, 13578, 11242, 9976, 14370, 7906, 16337, 10791, 11894, 12508, 9546, 14745, 7536, 15797, 9832, 11193, 11408, 8578, 11291, 7724, 15267, 10169, 9032, 12151, 7826, 15832, 8866, 11151, 10382, 7950, 15385, 8229, 12396, 12151, 10405, 14939, 9531, 16123, 7834, 7688, 9767, 7763, 14615, 8544, 7584, 10243, 7993, 15126, 7840, 13297, 11070, 10182], 'WindowCenter': [4528.0, 4561.0, 4521.0, 4488.0, 4556.0, 4485.0, 4534.0, 4475.0, 4524.0, 4515.0, 4464.0, 4546.0, 4474.0, 4544.0, 4475.0, 4533.0, 4476.0, 4524.0, 4495.0, 4494.0, 4494.0, 4464.0, 4506.0, 4477.0, 4534.0, 4477.0, 4534.0, 4486.0, 4534.0, 4487.0, 4495.0, 4517.0, 4476.0, 4525.0, 4491.0, 4548.0, 4518.0, 4506.0, 4538.0, 4507.0, 4535.0, 4499.0, 4556.0, 4516.0, 4545.0, 4526.0, 4524.0, 4515.0, 4485.0, 4526.0, 4485.0, 4545.0, 4477.0, 4543.0, 4476.0, 4546.0, 4536.0, 4505.0, 4535.0, 4476.0, 4534.0, 4476.0, 4545.0, 4515.0, 4524.0, 4517.0, 4496.0, 4514.0, 4464.0, 4536.0, 4476.0, 4554.0, 4486.0, 4544.0, 4485.0, 4527.0, 4526.0, 4495.0, 4546.0, 4476.0, 4545.0, 4488.0, 4536.0, 4526.0, 4497.0, 4525.0, 4476.0, 4537.0, 4477.0, 4545.0, 4527.0, 4515.0, 4497.0, 4488.0, 4535.0, 4478.0, 4546.0, 4487.0, 4488.0, 4508.0, 4478.0, 4558.0, 4490.0, 4549.0, 4518.0, 4538.0, 4537.0, 4486.0, 4547.0, 4485.0, 4536.0, 4478.0, 4546.0, 4526.0, 4495.0, 4526.0, 4477.0, 4528.0, 4491.0, 4546.0, 4507.0, 4528.0, 4539.0, 4510.0, 4539.0, 4509.0, 4558.0, 4539.0, 4526.0, 4518.0, 4486.0, 4535.0, 4487.0, 4544.0, 4486.0, 4533.0, 4475.0, 4535.0, 4496.0, 4524.0, 4514.0, 4506.0, 4504.0, 4464.0, 4505.0, 4467.0, 4545.0, 4486.0, 4546.0, 4476.0, 4525.0, 4495.0, 4465.0, 4517.0, 4478.0, 4534.0, 4480.0, 4558.0, 4529.0, 4527.0, 4527.0, 4485.0, 4516.0, 4489.0, 4544.0, 4477.0, 4545.0, 4487.0, 4544.0, 4467.0, 4545.0, 4496.0, 4516.0, 4518.0, 4486.0, 4515.0, 4478.0, 4538.0, 4478.0, 4544.0, 4467.0, 4544.0, 4477.0, 4535.0, 4477.0, 4526.0, 4505.0, 4478.0, 4537.0, 4476.0, 4537.0, 4478.0, 4546.0, 4517.0, 4516.0, 4526.0, 4497.0, 4517.0, 4489.0, 4527.0, 4486.0, 4546.0, 4479.0, 4547.0, 4497.0, 4537.0, 4526.0, 4487.0, 4527.0, 4484.0, 4526.0, 4478.0, 4546.0, 4486.0, 4536.0, 4526.0, 4534.0, 4505.0, 4506.0, 4515.0, 4465.0, 4537.0, 4475.0, 4535.0, 4480.0, 4538.0, 4527.0, 4478.0, 4527.0, 4478.0, 4538.0, 4490.0, 4529.0, 4520.0, 4479.0, 4558.0, 4480.0, 4559.0, 4529.0, 4526.0, 4526.0, 4498.0, 4559.0, 4519.0, 4520.0, 4560.0, 4531.0, 4529.0, 4558.0, 4490.0, 4538.0, 4529.0, 4498.0, 4557.0, 4488.0, 4546.0, 4510.0, 4537.0, 4527.0, 4495.0, 4534.0, 4465.0, 4534.0, 4466.0, 4524.0, 4506.0, 4476.0, 4516.0, 4479.0, 4559.0, 4498.0, 4518.0, 4528.0, 4499.0, 4528.0, 4489.0, 4557.0, 4480.0, 4537.0, 4528.0, 4508.0, 4518.0, 4498.0, 4547.0, 4490.0, 4548.0, 4510.0, 4499.0, 4556.0, 4499.0, 4557.0, 4497.0, 4519.0, 4549.0, 4497.0, 4558.0, 4487.0, 4545.0, 4528.0, 4526.0, 4528.0, 4496.0, 4524.0, 4465.0, 4525.0, 4476.0, 4474.0, 4517.0, 4478.0, 4547.0, 4477.0, 4545.0, 4515.0, 4485.0, 4546.0, 4476.0, 4546.0, 4497.0, 4526.0, 4526.0, 4486.0, 4556.0, 4476.0, 4535.0, 4503.0, 4496.0, 4524.0, 4465.0, 4544.0, 4467.0, 4517.0, 4526.0, 4494.0, 4525.0, 4474.0, 4524.0, 4477.0, 4546.0, 4507.0, 4506.0, 4517.0, 4496.0, 4507.0, 4479.0, 4545.0, 4498.0, 4505.0, 4518.0, 4476.0, 4526.0, 4477.0, 4545.0, 4489.0, 4515.0, 4517.0, 4486.0, 4517.0, 4477.0, 4535.0, 4486.0, 4535.0, 4514.0, 4505.0, 4516.0, 4463.0, 4516.0, 4466.0, 4545.0, 4516.0, 4486.0, 4507.0, 4477.0, 4539.0, 4479.0, 4557.0, 4489.0, 4536.0, 4508.0, 4517.0, 4537.0, 4488.0, 4546.0, 4490.0, 4546.0, 4466.0, 4547.0, 4507.0, 4508.0, 4527.0, 4487.0, 4515.0, 4468.0, 4525.0, 4468.0, 4556.0, 4478.0, 4515.0, 4518.0, 4477.0, 4526.0, 4488.0, 4547.0, 4478.0, 4478.0, 4488.0, 4490.0, 4562.0, 4491.0, 4529.0, 4542.0, 4498.0, 4539.0, 4498.0, 4547.0, 4498.0, 4557.0, 4520.0, 4526.0, 4528.0, 4488.0, 4526.0, 4486.0, 4557.0, 4519.0, 4500.0, 4519.0, 4480.0, 4489.0, 4509.0, 4492.0, 4541.0, 4531.0, 4499.0, 4560.0, 4490.0, 4547.0, 4507.0, 4515.0, 4538.0, 4494.0, 4534.0, 4484.0, 4533.0, 4472.0, 4530.0, 4474.0, 4532.0, 4453.0, 4521.0, 4464.0, 4465.0, 4494.0, 4476.0, 4516.0, 4476.0, 4535.0, 4478.0, 4525.0, 4479.0, 4547.0, 4498.0, 4535.0, 4497.0, 4526.0, 4529.0, 4479.0, 4497.0, 4471.0, 4547.0, 4479.0, 4537.0, 4488.0, 4535.0, 4466.0, 4515.0, 4476.0, 4487.0, 4550.0, 4499.0, 4559.0, 4530.0, 4557.0, 4515.0, 4533.0, 4512.0, 4501.0, 4524.0, 4482.0, 4533.0, 4483.0, 4532.0, 4471.0, 4509.0, 4440.0, 4497.0, 4471.0, 4449.0, 4512.0, 4452.0, 4519.0, 4454.0, 4512.0, 4464.0, 4495.0, 4504.0, 4476.0, 4534.0, 4466.0, 4535.0, 4477.0, 4536.0, 4515.0, 4486.0, 4525.0, 4467.0, 4526.0, 4479.0, 4537.0, 4528.0, 4498.0, 4529.0, 4490.0, 4547.0, 4479.0, 4557.0, 4491.0, 4539.0, 4527.0, 4478.0, 4549.0, 4480.0, 4547.0, 4529.0, 4508.0, 4538.0, 4497.0, 4546.0, 4469.0, 4546.0, 4479.0, 4489.0, 4527.0, 4478.0, 4556.0, 4488.0, 4524.0, 4518.0, 4489.0, 4537.0, 4467.0, 4547.0, 4479.0, 4547.0, 4489.0, 4478.0, 4508.0, 4479.0, 4547.0, 4488.0, 4538.0, 4529.0, 4479.0, 4520.0, 4491.0, 4559.0, 4520.0, 4529.0, 4531.0, 4480.0, 4537.0, 4480.0, 4549.0, 4531.0, 4501.0, 4551.0, 4481.0, 4559.0, 4500.0, 4558.0, 4541.0, 4509.0, 4538.0, 4479.0, 4549.0, 4501.0, 4537.0, 4541.0, 4500.0, 4549.0, 4489.0, 4551.0, 4491.0, 4540.0, 4542.0, 4521.0, 4562.0, 4501.0, 4558.0, 4491.0, 4559.0, 4539.0, 4499.0, 4537.0, 4497.0, 4558.0, 4508.0, 4547.0, 4518.0, 4498.0, 4520.0, 4480.0, 4558.0, 4500.0, 4539.0, 4539.0, 4498.0, 4547.0, 4506.0, 4547.0, 4498.0, 4546.0, 4480.0, 4557.0, 4480.0, 4508.0, 4487.0, 4480.0, 4548.0, 4480.0, 4520.0, 4510.0, 4492.0, 4571.0, 4493.0, 4550.0, 4540.0, 4520.0, 4540.0, 4498.0, 4547.0, 4500.0, 4547.0, 4480.0, 4547.0, 4538.0, 4497.0, 4546.0, 4478.0, 4547.0, 4469.0, 4548.0, 4508.0, 4467.0, 4536.0, 4478.0, 4528.0, 4479.0, 4480.0, 4557.0, 4517.0, 4519.0, 4529.0, 4487.0, 4547.0, 4487.0, 4535.0, 4527.0, 4504.0, 4524.0, 4485.0, 4545.0, 4466.0, 4523.0, 4515.0, 4482.0, 4533.0, 4466.0, 4534.0, 4504.0, 4483.0, 4516.0, 4466.0, 4534.0, 4465.0, 4484.0, 4476.0, 4479.0, 4546.0, 4477.0, 4526.0, 4498.0, 4467.0, 4516.0, 4478.0, 4500.0, 4530.0, 4481.0, 4493.0, 4502.0, 4494.0, 4561.0, 4532.0, 4500.0, 4561.0, 4503.0, 4572.0, 4551.0, 4530.0, 4539.0, 4499.0, 4526.0, 4489.0, 4547.0, 4537.0, 4517.0, 4547.0, 4481.0, 4547.0, 4529.0, 4479.0, 4549.0, 4479.0, 4558.0, 4490.0, 4548.0, 4529.0, 4498.0, 4540.0, 4482.0, 4550.0, 4481.0, 4491.0, 4551.0, 4501.0, 4559.0, 4529.0, 4539.0, 4529.0, 4498.0, 4547.0, 4497.0, 4547.0, 4529.0, 4478.0, 4538.0, 4469.0, 4547.0, 4527.0, 4498.0, 4548.0, 4480.0, 4548.0, 4500.0, 4527.0, 4537.0, 4498.0, 4548.0, 4496.0, 4535.0, 4455.0, 4465.0, 4544.0, 4476.0, 4486.0, 4506.0, 4478.0, 4536.0, 4517.0, 4488.0, 4525.0, 4477.0, 4547.0, 4538.0, 4507.0, 4548.0, 4505.0, 4535.0, 4486.0, 4534.0, 4514.0, 4481.0, 4521.0, 4481.0, 4529.0, 4453.0, 4534.0, 4513.0, 4473.0, 4523.0, 4465.0, 4534.0, 4485.0, 4466.0, 4526.0, 4467.0, 4545.0, 4488.0, 4498.0, 4518.0, 4479.0, 4547.0, 4480.0, 4528.0, 4510.0, 4481.0, 4552.0, 4473.0, 4482.0, 4519.0, 4479.0, 4536.0, 4468.0, 4533.0, 4467.0, 4536.0, 4528.0, 4540.0, 4549.0, 4520.0, 4548.0, 4516.0, 4534.0, 4523.0, 4502.0, 4512.0, 4479.0, 4519.0, 4461.0, 4519.0, 4462.0, 4510.0, 4510.0, 4479.0, 4509.0, 4441.0, 4520.0, 4451.0, 4490.0, 4481.0, 4454.0, 4523.0, 4465.0, 4515.0, 4466.0, 4466.0, 4487.0, 4470.0, 4546.0, 4489.0, 4528.0, 4539.0, 4508.0, 4538.0, 4495.0, 4546.0, 4497.0, 4544.0, 4505.0, 4515.0, 4494.0, 4478.0, 4536.0, 4468.0, 4535.0, 4517.0, 4506.0, 4547.0, 4480.0, 4557.0, 4517.0, 4527.0, 4538.0, 4506.0, 4544.0, 4468.0, 4546.0, 4506.0, 4516.0, 4526.0, 4487.0, 4527.0, 4480.0, 4558.0, 4519.0, 4498.0, 4538.0, 4480.0, 4558.0, 4498.0, 4526.0, 4520.0, 4490.0, 4559.0, 4488.0, 4539.0, 4538.0, 4519.0, 4558.0, 4507.0, 4556.0, 4468.0, 4468.0, 4507.0, 4479.0, 4547.0, 4497.0, 4480.0, 4520.0, 4490.0, 4558.0, 4479.0, 4548.0, 4529.0, 4517.0], 'WindowWidth': [9947.0, 9977.0, 9922.0, 9871.0, 9961.0, 9861.0, 9924.0, 9846.0, 9910.0, 9898.0, 9830.0, 9940.0, 9845.0, 9938.0, 9846.0, 9921.0, 9850.0, 9911.0, 9873.0, 9867.0, 9870.0, 9830.0, 9890.0, 9853.0, 9924.0, 9852.0, 9924.0, 9862.0, 9927.0, 9868.0, 9873.0, 9906.0, 9851.0, 9915.0, 9879.0, 9951.0, 9910.0, 9890.0, 9935.0, 9891.0, 9929.0, 9883.0, 9958.0, 9904.0, 9940.0, 9918.0, 9910.0, 9901.0, 9860.0, 9916.0, 9860.0, 9940.0, 9852.0, 9934.0, 9850.0, 9943.0, 9929.0, 9886.0, 9928.0, 9848.0, 9922.0, 9851.0, 9941.0, 9901.0, 9908.0, 9904.0, 9878.0, 9899.0, 9831.0, 9930.0, 9850.0, 9953.0, 9865.0, 9940.0, 9861.0, 9920.0, 9919.0, 9875.0, 9945.0, 9849.0, 9943.0, 9871.0, 9932.0, 9919.0, 9879.0, 9916.0, 9850.0, 9934.0, 9856.0, 9944.0, 9922.0, 9901.0, 9880.0, 9869.0, 9930.0, 9856.0, 9946.0, 9866.0, 9869.0, 9897.0, 9857.0, 9965.0, 9875.0, 9953.0, 9909.0, 9937.0, 9934.0, 9864.0, 9946.0, 9862.0, 9930.0, 9856.0, 9946.0, 9918.0, 9874.0, 9919.0, 9854.0, 9921.0, 9879.0, 9946.0, 9895.0, 9924.0, 9942.0, 9902.0, 9941.0, 9900.0, 9966.0, 9941.0, 9915.0, 9908.0, 9861.0, 9929.0, 9865.0, 9938.0, 9859.0, 9920.0, 9846.0, 9928.0, 9876.0, 9909.0, 9898.0, 9887.0, 9884.0, 9830.0, 9887.0, 9838.0, 9941.0, 9865.0, 9944.0, 9849.0, 9914.0, 9874.0, 9834.0, 9905.0, 9854.0, 9927.0, 9860.0, 9965.0, 9925.0, 9919.0, 9919.0, 9860.0, 9902.0, 9872.0, 9940.0, 9851.0, 9942.0, 9865.0, 9938.0, 9838.0, 9941.0, 9876.0, 9900.0, 9906.0, 9863.0, 9901.0, 9853.0, 9936.0, 9854.0, 9938.0, 9837.0, 9939.0, 9850.0, 9925.0, 9851.0, 9915.0, 9887.0, 9855.0, 9934.0, 9849.0, 9933.0, 9857.0, 9944.0, 9907.0, 9902.0, 9919.0, 9879.0, 9905.0, 9870.0, 9919.0, 9863.0, 9944.0, 9858.0, 9948.0, 9880.0, 9933.0, 9919.0, 9864.0, 9921.0, 9856.0, 9915.0, 9856.0, 9944.0, 9863.0, 9930.0, 9916.0, 9924.0, 9886.0, 9887.0, 9901.0, 9831.0, 9929.0, 9846.0, 9928.0, 9860.0, 9935.0, 9919.0, 9853.0, 9919.0, 9857.0, 9937.0, 9874.0, 9926.0, 9914.0, 9859.0, 9965.0, 9861.0, 9966.0, 9924.0, 9915.0, 9916.0, 9881.0, 9963.0, 9910.0, 9914.0, 9972.0, 9934.0, 9927.0, 9966.0, 9873.0, 9935.0, 9925.0, 9882.0, 9961.0, 9869.0, 9944.0, 9898.0, 9933.0, 9919.0, 9869.0, 9924.0, 9833.0, 9924.0, 9836.0, 9910.0, 9889.0, 9849.0, 9903.0, 9862.0, 9968.0, 9885.0, 9911.0, 9924.0, 9885.0, 9924.0, 9873.0, 9960.0, 9860.0, 9934.0, 9921.0, 9893.0, 9908.0, 9882.0, 9946.0, 9878.0, 9952.0, 9903.0, 9885.0, 9960.0, 9885.0, 9962.0, 9881.0, 9911.0, 9953.0, 9879.0, 9964.0, 9866.0, 9940.0, 9922.0, 9917.0, 9919.0, 9873.0, 9909.0, 9833.0, 9913.0, 9848.0, 9843.0, 9904.0, 9853.0, 9944.0, 9854.0, 9942.0, 9901.0, 9860.0, 9944.0, 9849.0, 9943.0, 9879.0, 9915.0, 9915.0, 9860.0, 9956.0, 9848.0, 9924.0, 9881.0, 9873.0, 9911.0, 9832.0, 9939.0, 9838.0, 9905.0, 9916.0, 9869.0, 9912.0, 9842.0, 9910.0, 9853.0, 9944.0, 9890.0, 9887.0, 9905.0, 9877.0, 9892.0, 9855.0, 9942.0, 9881.0, 9886.0, 9906.0, 9848.0, 9914.0, 9851.0, 9942.0, 9868.0, 9899.0, 9904.0, 9861.0, 9903.0, 9850.0, 9927.0, 9861.0, 9925.0, 9898.0, 9885.0, 9901.0, 9826.0, 9901.0, 9835.0, 9942.0, 9903.0, 9863.0, 9892.0, 9854.0, 9939.0, 9857.0, 9959.0, 9871.0, 9932.0, 9897.0, 9906.0, 9933.0, 9866.0, 9945.0, 9873.0, 9943.0, 9837.0, 9946.0, 9892.0, 9894.0, 9919.0, 9866.0, 9902.0, 9840.0, 9913.0, 9840.0, 9956.0, 9855.0, 9901.0, 9909.0, 9855.0, 9919.0, 9869.0, 9946.0, 9854.0, 9856.0, 9869.0, 9880.0, 9975.0, 9880.0, 9925.0, 9947.0, 9883.0, 9940.0, 9881.0, 9947.0, 9884.0, 9962.0, 9914.0, 9918.0, 9923.0, 9867.0, 9916.0, 9864.0, 9961.0, 9913.0, 9886.0, 9910.0, 9859.0, 9874.0, 9901.0, 9882.0, 9946.0, 9932.0, 9884.0, 9970.0, 9872.0, 9945.0, 9891.0, 9898.0, 9934.0, 9868.0, 9923.0, 9851.0, 9919.0, 9832.0, 9912.0, 9838.0, 9914.0, 9809.0, 9900.0, 9827.0, 9831.0, 9869.0, 9846.0, 9900.0, 9847.0, 9928.0, 9853.0, 9912.0, 9856.0, 9946.0, 9881.0, 9926.0, 9878.0, 9915.0, 9927.0, 9856.0, 9876.0, 9845.0, 9944.0, 9858.0, 9930.0, 9866.0, 9925.0, 9832.0, 9896.0, 9848.0, 9864.0, 9953.0, 9885.0, 9968.0, 9927.0, 9959.0, 9897.0, 9918.0, 9887.0, 9869.0, 9905.0, 9844.0, 9917.0, 9847.0, 9913.0, 9828.0, 9874.0, 9784.0, 9858.0, 9828.0, 9797.0, 9884.0, 9806.0, 9892.0, 9812.0, 9888.0, 9828.0, 9868.0, 9882.0, 9845.0, 9923.0, 9835.0, 9924.0, 9850.0, 9926.0, 9897.0, 9858.0, 9911.0, 9835.0, 9915.0, 9856.0, 9930.0, 9921.0, 9879.0, 9923.0, 9872.0, 9948.0, 9856.0, 9959.0, 9877.0, 9935.0, 9918.0, 9853.0, 9950.0, 9862.0, 9948.0, 9924.0, 9892.0, 9933.0, 9878.0, 9943.0, 9842.0, 9942.0, 9855.0, 9869.0, 9920.0, 9854.0, 9958.0, 9867.0, 9911.0, 9905.0, 9869.0, 9933.0, 9837.0, 9945.0, 9857.0, 9945.0, 9869.0, 9854.0, 9895.0, 9858.0, 9946.0, 9868.0, 9934.0, 9924.0, 9856.0, 9914.0, 9879.0, 9967.0, 9915.0, 9925.0, 9930.0, 9860.0, 9933.0, 9862.0, 9952.0, 9930.0, 9890.0, 9957.0, 9864.0, 9966.0, 9889.0, 9963.0, 9944.0, 9897.0, 9936.0, 9860.0, 9951.0, 9890.0, 9932.0, 9943.0, 9887.0, 9952.0, 9872.0, 9957.0, 9879.0, 9941.0, 9946.0, 9918.0, 9975.0, 9893.0, 9966.0, 9878.0, 9966.0, 9938.0, 9882.0, 9934.0, 9878.0, 9962.0, 9894.0, 9946.0, 9907.0, 9880.0, 9911.0, 9860.0, 9961.0, 9888.0, 9937.0, 9938.0, 9882.0, 9949.0, 9889.0, 9947.0, 9881.0, 9943.0, 9859.0, 9959.0, 9861.0, 9896.0, 9868.0, 9862.0, 9951.0, 9864.0, 9916.0, 9903.0, 9882.0, 9988.0, 9883.0, 9956.0, 9942.0, 9915.0, 9940.0, 9881.0, 9947.0, 9885.0, 9947.0, 9856.0, 9944.0, 9932.0, 9876.0, 9942.0, 9854.0, 9944.0, 9843.0, 9946.0, 9891.0, 9837.0, 9928.0, 9855.0, 9921.0, 9858.0, 9860.0, 9961.0, 9907.0, 9908.0, 9925.0, 9866.0, 9947.0, 9863.0, 9926.0, 9915.0, 9879.0, 9908.0, 9856.0, 9939.0, 9832.0, 9906.0, 9897.0, 9849.0, 9919.0, 9833.0, 9921.0, 9879.0, 9852.0, 9900.0, 9833.0, 9922.0, 9830.0, 9854.0, 9847.0, 9857.0, 9943.0, 9852.0, 9917.0, 9881.0, 9836.0, 9900.0, 9855.0, 9889.0, 9928.0, 9866.0, 9883.0, 9894.0, 9888.0, 9972.0, 9934.0, 9889.0, 9972.0, 9896.0, 9990.0, 9961.0, 9927.0, 9938.0, 9883.0, 9914.0, 9870.0, 9944.0, 9933.0, 9904.0, 9946.0, 9862.0, 9946.0, 9923.0, 9856.0, 9952.0, 9859.0, 9962.0, 9873.0, 9949.0, 9924.0, 9880.0, 9940.0, 9867.0, 9957.0, 9863.0, 9878.0, 9957.0, 9890.0, 9965.0, 9924.0, 9935.0, 9922.0, 9880.0, 9945.0, 9879.0, 9945.0, 9922.0, 9854.0, 9936.0, 9843.0, 9945.0, 9918.0, 9881.0, 9948.0, 9858.0, 9949.0, 9885.0, 9920.0, 9932.0, 9876.0, 9948.0, 9873.0, 9923.0, 9816.0, 9829.0, 9936.0, 9847.0, 9861.0, 9888.0, 9855.0, 9930.0, 9904.0, 9864.0, 9911.0, 9850.0, 9943.0, 9934.0, 9891.0, 9948.0, 9885.0, 9925.0, 9857.0, 9922.0, 9893.0, 9843.0, 9899.0, 9842.0, 9907.0, 9809.0, 9920.0, 9890.0, 9837.0, 9904.0, 9830.0, 9920.0, 9858.0, 9833.0, 9912.0, 9838.0, 9941.0, 9866.0, 9880.0, 9908.0, 9854.0, 9945.0, 9859.0, 9920.0, 9901.0, 9863.0, 9957.0, 9853.0, 9863.0, 9908.0, 9854.0, 9925.0, 9835.0, 9916.0, 9833.0, 9923.0, 9921.0, 9936.0, 9950.0, 9910.0, 9947.0, 9899.0, 9917.0, 9902.0, 9868.0, 9882.0, 9833.0, 9888.0, 9813.0, 9890.0, 9818.0, 9878.0, 9879.0, 9833.0, 9875.0, 9785.0, 9890.0, 9802.0, 9851.0, 9843.0, 9811.0, 9903.0, 9830.0, 9897.0, 9833.0, 9833.0, 9861.0, 9842.0, 9939.0, 9869.0, 9918.0, 9936.0, 9891.0, 9931.0, 9869.0, 9940.0, 9873.0, 9932.0, 9882.0, 9894.0, 9867.0, 9853.0, 9928.0, 9839.0, 9924.0, 9904.0, 9888.0, 9943.0, 9859.0, 9961.0, 9905.0, 9916.0, 9933.0, 9887.0, 9938.0, 9840.0, 9943.0, 9889.0, 9901.0, 9915.0, 9863.0, 9918.0, 9858.0, 9963.0, 9911.0, 9880.0, 9935.0, 9860.0, 9963.0, 9883.0, 9915.0, 9912.0, 9875.0, 9966.0, 9867.0, 9936.0, 9937.0, 9910.0, 9963.0, 9890.0, 9955.0, 9839.0, 9838.0, 9889.0, 9855.0, 9945.0, 9881.0, 9859.0, 9914.0, 9877.0, 9966.0, 9857.0, 9949.0, 9925.0, 9903.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.005467730263157896</td></tr>
<tr><td colspan=3>aqi</td><td>0.061763351425438595</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.09014676083424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1382948693852912</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0107718401207475</td></tr>
<tr><td colspan=3>efc</td><td>0.449</td></tr>
<tr><td colspan=3>fber</td><td>5769.9668</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13501179706426542</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>120</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.157894736842104</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5251330546613784</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.530382030580082</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6782690270541814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3667481063498728</td></tr>
<tr><td colspan=3>gcor</td><td>0.00417952</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004098603967577219</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02130812034010887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.940656906653826</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>31.6135</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.0153</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.3455</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310208.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.3901</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2905</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.6692</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3792.1518</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.3053</td></tr>
<tr><td colspan=3>tsnr</td><td>26.083315220545046</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>