ds005256-mriqc/sub-0104_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter cceffc05fe [DATALAD RUNCMD] Compute MRIQC for sub-0104
=== 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-0104 --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-0104",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:01 +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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-02/func/sub-0104_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>558df5cf2a258261e04abd170dcff71e</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>14:50:17.652500</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.99878, -0.0442532, -0.0219296, 0.0436076, 0.998625, -0.0290892]</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.100372</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 339, -143, -174, -47, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>252.419</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e25dc5d-ae6e-4e2b-8243-f917c494cee2||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.679652690887451, 0.11699603497982025, -0.06260424107313156, 106.34266662597656], [0.11872796714305878, 2.6792383193969727, -0.07586295902729034, -105.38307189941406], [-0.05883555859327316, 0.07804416865110397, 2.6982078552246094, -77.63072967529297], [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': ['145017.652500', '145018.112500', '145018.572500', '145019.032500', '145019.492500', '145019.952500', '145020.412500', '145020.872500', '145021.332500', '145021.792500', '145022.252500', '145022.712500', '145023.172500', '145023.632500', '145024.092500', '145024.552500', '145025.012500', '145025.472500', '145025.932500', '145026.392500', '145026.852500', '145027.312500', '145027.772500', '145028.232500', '145028.692500', '145029.152500', '145029.612500', '145030.072500', '145030.532500', '145030.992500', '145031.452500', '145031.912500', '145032.372500', '145032.832500', '145033.292500', '145033.752500', '145034.212500', '145034.672500', '145035.132500', '145035.592500', '145036.052500', '145036.512500', '145036.972500', '145037.432500', '145037.892500', '145038.352500', '145038.812500', '145039.272500', '145039.732500', '145040.192500', '145040.652500', '145041.112500', '145041.572500', '145042.032500', '145042.492500', '145042.952500', '145043.412500', '145043.872500', '145044.332500', '145044.792500', '145045.252500', '145045.712500', '145046.172500', '145046.632500', '145047.092500', '145047.552500', '145048.012500', '145048.472500', '145048.932500', '145049.392500', '145049.852500', '145050.312500', '145050.772500', '145051.232500', '145051.692500', '145052.152500', '145052.612500', '145053.072500', '145053.532500', '145053.992500', '145054.452500', '145054.912500', '145055.372500', '145055.832500', '145056.292500', '145056.752500', '145057.212500', '145057.672500', '145058.132500', '145058.592500', '145059.052500', '145059.512500', '145059.972500', '145100.432500', '145100.892500', '145101.352500', '145101.812500', '145102.272500', '145102.732500', '145103.192500', '145103.652500', '145104.112500', '145104.572500', '145105.032500', '145105.492500', '145105.952500', '145106.412500', '145106.872500', '145107.332500', '145107.792500', '145108.252500', '145108.712500', '145109.172500', '145109.632500', '145110.092500', '145110.552500', '145111.012500', '145111.472500', '145111.932500', '145112.392500', '145112.852500', '145113.312500', '145113.772500', '145114.232500', '145114.692500', '145115.152500', '145115.612500', '145116.072500', '145116.532500', '145116.992500', '145117.452500', '145117.912500', '145118.372500', '145118.832500', '145119.292500', '145119.752500', '145120.212500', '145120.672500', '145121.132500', '145121.592500', '145122.052500', '145122.512500', '145122.972500', '145123.432500', '145123.892500', '145124.352500', '145124.812500', '145125.272500', '145125.732500', '145126.192500', '145126.652500', '145127.112500', '145127.572500', '145128.032500', '145128.492500', '145128.952500', '145129.412500', '145129.872500', '145130.332500', '145130.792500', '145131.252500', '145131.712500', '145132.172500', '145132.632500', '145133.092500', '145133.552500', '145134.012500', '145134.472500', '145134.932500', '145135.392500', '145135.852500', '145136.312500', '145136.772500', '145137.232500', '145137.692500', '145138.152500', '145138.612500', '145139.072500', '145139.532500', '145139.992500', '145140.452500', '145140.912500', '145141.372500', '145141.832500', '145142.292500', '145142.752500', '145143.212500', '145143.672500', '145144.132500', '145144.592500', '145145.052500', '145145.512500', '145145.972500', '145146.432500', '145146.892500', '145147.352500', '145147.812500', '145148.272500', '145148.732500', '145149.192500', '145149.652500', '145150.112500', '145150.572500', '145151.032500', '145151.492500', '145151.952500', '145152.412500', '145152.872500', '145153.332500', '145153.792500', '145154.252500', '145154.712500', '145155.172500', '145155.632500', '145156.092500', '145156.552500', '145157.012500', '145157.472500', '145157.932500', '145158.392500', '145158.852500', '145159.312500', '145159.772500', '145200.232500', '145200.692500', '145201.152500', '145201.612500', '145202.072500', '145202.532500', '145202.992500', '145203.452500', '145203.912500', '145204.372500', '145204.832500', '145205.292500', '145205.752500', '145206.212500', '145206.672500', '145207.132500', '145207.592500', '145208.052500', '145208.512500', '145208.972500', '145209.432500', '145209.892500', '145210.352500', '145210.812500', '145211.272500', '145211.732500', '145212.192500', '145212.652500', '145213.112500', '145213.572500', '145214.032500', '145214.492500', '145214.952500', '145215.412500', '145215.872500', '145216.332500', '145216.792500', '145217.252500', '145217.712500', '145218.172500', '145218.632500', '145219.092500', '145219.552500', '145220.012500', '145220.472500', '145220.932500', '145221.392500', '145221.852500', '145222.312500', '145222.772500', '145223.232500', '145223.692500', '145224.152500', '145224.612500', '145225.072500', '145225.532500', '145225.992500', '145226.452500', '145226.912500', '145227.372500', '145227.832500', '145228.292500', '145228.752500', '145229.212500', '145229.672500', '145230.132500', '145230.592500', '145231.052500', '145231.512500', '145231.972500', '145232.432500', '145232.892500', '145233.352500', '145233.812500', '145234.272500', '145234.732500', '145235.192500', '145235.652500', '145236.112500', '145236.572500', '145237.032500', '145237.492500', '145237.952500', '145238.412500', '145238.872500', '145239.332500', '145239.792500', '145240.252500', '145240.712500', '145241.172500', '145241.632500', '145242.092500', '145242.552500', '145243.012500', '145243.472500', '145243.932500', '145244.392500', '145244.852500', '145245.312500', '145245.772500', '145246.232500', '145246.692500', '145247.152500', '145247.612500', '145248.072500', '145248.532500', '145248.992500', '145249.452500', '145249.912500', '145250.372500', '145250.832500', '145251.292500', '145251.752500', '145252.212500', '145252.672500', '145253.132500', '145253.592500', '145254.052500', '145254.512500', '145254.972500', '145255.432500', '145255.892500', '145256.352500', '145256.812500', '145257.272500', '145257.732500', '145258.192500', '145258.652500', '145259.112500', '145259.572500', '145300.032500', '145300.492500', '145300.952500', '145301.412500', '145301.872500', '145302.332500', '145302.792500', '145303.252500', '145303.712500', '145304.172500', '145304.632500', '145305.092500', '145305.552500', '145306.012500', '145306.472500', '145306.932500', '145307.392500', '145307.852500', '145308.312500', '145308.772500', '145309.232500', '145309.692500', '145310.152500', '145310.612500', '145311.072500', '145311.532500', '145311.992500', '145312.452500', '145312.912500', '145313.372500', '145313.832500', '145314.292500', '145314.752500', '145315.212500', '145315.672500', '145316.132500', '145316.592500', '145317.052500', '145317.512500', '145317.972500', '145318.432500', '145318.892500', '145319.352500', '145319.812500', '145320.272500', '145320.732500', '145321.192500', '145321.652500', '145322.112500', '145322.572500', '145323.032500', '145323.492500', '145323.952500', '145324.412500', '145324.872500', '145325.332500', '145325.792500', '145326.252500', '145326.712500', '145327.172500', '145327.632500', '145328.092500', '145328.552500', '145329.012500', '145329.472500', '145329.932500', '145330.392500', '145330.852500', '145331.312500', '145331.772500', '145332.232500', '145332.692500', '145333.152500', '145333.612500', '145334.072500', '145334.532500', '145334.992500', '145335.452500', '145335.912500', '145336.372500', '145336.832500', '145337.292500', '145337.752500', '145338.212500', '145338.672500', '145339.132500', '145339.592500', '145340.052500', '145340.512500', '145340.972500', '145341.432500', '145341.892500', '145342.352500', '145342.812500', '145343.272500', '145343.732500', '145344.192500', '145344.652500', '145345.112500', '145345.572500', '145346.032500', '145346.492500', '145346.952500', '145347.412500', '145347.872500', '145348.332500', '145348.792500', '145349.252500', '145349.712500', '145350.172500', '145350.632500', '145351.092500', '145351.552500', '145352.012500', '145352.472500', '145352.932500', '145353.392500', '145353.852500', '145354.312500', '145354.772500', '145355.232500', '145355.692500', '145356.152500', '145356.612500', '145357.072500', '145357.532500', '145357.992500', '145358.452500', '145358.912500', '145359.372500', '145359.832500', '145400.292500', '145400.752500', '145401.212500', '145401.672500', '145402.132500', '145402.592500', '145403.052500', '145403.512500', '145403.972500', '145404.432500', '145404.892500', '145405.352500', '145405.812500', '145406.272500', '145406.732500', '145407.192500', '145407.652500', '145408.112500', '145408.572500', '145409.032500', '145409.492500', '145409.952500', '145410.412500', '145410.872500', '145411.332500', '145411.792500', '145412.252500', '145412.712500', '145413.172500', '145413.632500', '145414.092500', '145414.552500', '145415.012500', '145415.472500', '145415.932500', '145416.392500', '145416.852500', '145417.312500', '145417.772500', '145418.232500', '145418.692500', '145419.152500', '145419.612500', '145420.072500', '145420.532500', '145420.992500', '145421.452500', '145421.912500', '145422.372500', '145422.832500', '145423.292500', '145423.752500', '145424.212500', '145424.672500', '145425.132500', '145425.592500', '145426.052500', '145426.512500', '145426.972500', '145427.432500', '145427.892500', '145428.352500', '145428.812500', '145429.272500', '145429.732500', '145430.192500', '145430.652500', '145431.112500', '145431.572500', '145432.032500', '145432.492500', '145432.952500', '145433.412500', '145433.872500', '145434.332500', '145434.792500', '145435.252500', '145435.712500', '145436.172500', '145436.632500', '145437.092500', '145437.552500', '145438.012500', '145438.472500', '145438.932500', '145439.392500', '145439.852500', '145440.312500', '145440.772500', '145441.232500', '145441.692500', '145442.152500', '145442.612500', '145443.072500', '145443.532500', '145443.992500', '145444.452500', '145444.912500', '145445.372500', '145445.832500', '145446.292500', '145446.752500', '145447.212500', '145447.672500', '145448.132500', '145448.592500', '145449.052500', '145449.512500', '145449.972500', '145450.432500', '145450.892500', '145451.352500', '145451.812500', '145452.272500', '145452.732500', '145453.192500', '145453.652500', '145454.112500', '145454.572500', '145455.032500', '145455.492500', '145455.952500', '145456.412500', '145456.872500', '145457.332500', '145457.792500', '145458.252500', '145458.712500', '145459.172500', '145459.632500', '145500.092500', '145500.552500', '145501.012500', '145501.472500', '145501.932500', '145502.392500', '145502.852500', '145503.312500', '145503.772500', '145504.232500', '145504.692500', '145505.152500', '145505.612500', '145506.072500', '145506.532500', '145506.992500', '145507.452500', '145507.912500', '145508.372500', '145508.832500', '145509.292500', '145509.752500', '145510.212500', '145510.672500', '145511.132500', '145511.592500', '145512.052500', '145512.512500', '145512.972500', '145513.432500', '145513.892500', '145514.352500', '145514.812500', '145515.272500', '145515.732500', '145516.192500', '145516.652500', '145517.112500', '145517.572500', '145518.032500', '145518.492500', '145518.952500', '145519.412500', '145519.872500', '145520.332500', '145520.792500', '145521.252500', '145521.712500', '145522.172500', '145522.632500', '145523.092500', '145523.552500', '145524.012500', '145524.472500', '145524.932500', '145525.392500', '145525.852500', '145526.312500', '145526.772500', '145527.232500', '145527.692500', '145528.152500', '145528.612500', '145529.072500', '145529.532500', '145529.992500', '145530.452500', '145530.912500', '145531.372500', '145531.832500', '145532.292500', '145532.752500', '145533.212500', '145533.672500', '145534.132500', '145534.592500', '145535.052500', '145535.512500', '145535.972500', '145536.432500', '145536.892500', '145537.352500', '145537.812500', '145538.272500', '145538.732500', '145539.192500', '145539.652500', '145540.112500', '145540.572500', '145541.032500', '145541.492500', '145541.952500', '145542.412500', '145542.872500', '145543.332500', '145543.792500', '145544.252500', '145544.712500', '145545.172500', '145545.632500', '145546.092500', '145546.552500', '145547.012500', '145547.472500', '145547.932500', '145548.392500', '145548.852500', '145549.312500', '145549.772500', '145550.232500', '145550.692500', '145551.152500', '145551.612500', '145552.072500', '145552.532500', '145552.992500', '145553.452500', '145553.912500', '145554.372500', '145554.832500', '145555.292500', '145555.752500', '145556.212500', '145556.672500', '145557.132500', '145557.592500', '145558.052500', '145558.512500', '145558.972500', '145559.432500', '145559.892500', '145600.352500', '145600.812500', '145601.272500', '145601.732500', '145602.192500', '145602.652500', '145603.112500', '145603.572500', '145604.032500', '145604.492500', '145604.952500', '145605.412500', '145605.872500', '145606.332500', '145606.792500', '145607.252500', '145607.712500', '145608.172500', '145608.632500', '145609.092500', '145609.552500', '145610.012500', '145610.472500', '145610.932500', '145611.392500', '145611.852500', '145612.312500', '145612.772500', '145613.232500', '145613.692500', '145614.152500', '145614.612500', '145615.072500', '145615.532500', '145615.992500', '145616.452500', '145616.912500', '145617.372500', '145617.832500', '145618.292500', '145618.752500', '145619.212500', '145619.672500', '145620.132500', '145620.592500', '145621.052500', '145621.512500', '145621.972500', '145622.432500', '145622.892500', '145623.352500', '145623.812500', '145624.272500', '145624.732500', '145625.192500', '145625.652500', '145626.112500', '145626.572500', '145627.032500', '145627.492500', '145627.952500', '145628.412500', '145628.872500', '145629.332500', '145629.792500', '145630.252500', '145630.712500', '145631.172500', '145631.632500', '145632.092500', '145632.552500', '145633.012500', '145633.472500', '145633.932500', '145634.392500', '145634.852500', '145635.312500', '145635.772500', '145636.232500', '145636.692500', '145637.152500', '145637.612500', '145638.072500', '145638.532500', '145638.992500', '145639.452500', '145639.912500', '145640.372500', '145640.832500', '145641.292500', '145641.752500', '145642.212500', '145642.672500', '145643.132500', '145643.592500', '145644.052500', '145644.512500', '145644.972500', '145645.432500', '145645.892500', '145646.352500', '145646.812500', '145647.272500', '145647.732500', '145648.192500', '145648.652500', '145649.112500', '145649.572500', '145650.032500', '145650.492500', '145650.952500', '145651.412500', '145651.872500', '145652.332500', '145652.792500', '145653.252500', '145653.712500', '145654.172500', '145654.632500', '145655.092500', '145655.552500', '145656.012500', '145656.472500', '145656.932500', '145657.392500', '145657.852500', '145658.312500', '145658.772500', '145659.232500', '145659.692500', '145700.152500', '145700.612500', '145701.072500', '145701.532500', '145701.992500', '145702.452500', '145702.912500', '145703.372500', '145703.832500', '145704.292500', '145704.752500', '145705.212500', '145705.672500', '145706.132500', '145706.592500', '145707.052500', '145707.512500', '145707.972500', '145708.432500', '145708.892500', '145709.352500', '145709.812500', '145710.272500', '145710.732500', '145711.192500', '145711.652500', '145712.112500', '145712.572500', '145713.032500', '145713.492500', '145713.952500', '145714.412500', '145714.872500', '145715.332500', '145715.792500', '145716.252500', '145716.712500', '145717.172500', '145717.632500'], 'ContentTime': ['145043.877000', '145043.880000', '145043.883000', '145043.886000', '145043.888000', '145043.891000', '145043.893000', '145043.896000', '145043.899000', '145043.901000', '145043.904000', '145043.906000', '145043.909000', '145043.912000', '145043.914000', '145043.917000', '145043.919000', '145043.922000', '145043.925000', '145043.932000', '145043.935000', '145043.938000', '145043.940000', '145043.943000', '145043.945000', '145043.948000', '145043.951000', '145043.953000', '145043.956000', '145043.958000', '145043.961000', '145043.964000', '145043.966000', '145043.969000', '145043.972000', '145043.974000', '145043.977000', '145043.979000', '145043.982000', '145043.985000', '145043.987000', '145044.002000', '145044.005000', '145044.007000', '145044.010000', '145044.013000', '145044.015000', '145044.027000', '145044.029000', '145044.032000', '145044.035000', '145044.037000', '145044.040000', '145103.821000', '145103.824000', '145103.827000', '145103.830000', '145103.832000', '145103.835000', '145103.838000', '145103.841000', '145103.843000', '145103.846000', '145103.848000', '145103.851000', '145103.853000', '145103.856000', '145103.859000', '145103.861000', '145103.864000', '145103.867000', '145103.869000', '145103.872000', '145103.874000', '145103.877000', '145103.880000', '145103.882000', '145103.885000', '145103.887000', '145103.890000', '145103.893000', '145103.895000', '145103.898000', '145103.900000', '145103.903000', '145103.906000', '145103.908000', '145103.911000', '145103.913000', '145103.916000', '145103.918000', '145103.921000', '145103.924000', '145103.926000', '145103.929000', '145103.931000', '145103.934000', '145123.821000', '145123.825000', '145123.827000', '145123.830000', '145123.832000', '145123.835000', '145123.838000', '145123.840000', '145123.843000', '145123.846000', '145123.848000', '145123.851000', '145123.853000', '145123.856000', '145123.859000', '145123.861000', '145123.864000', '145123.867000', '145123.869000', '145123.872000', '145123.874000', '145123.877000', '145123.880000', '145123.882000', '145123.885000', '145123.887000', '145123.890000', '145123.893000', '145123.895000', '145123.898000', '145123.900000', '145123.903000', '145123.906000', '145123.908000', '145123.911000', '145123.913000', '145123.916000', '145123.918000', '145123.921000', '145123.923000', '145123.926000', '145123.928000', '145123.931000', '145143.822000', '145143.824000', '145143.827000', '145143.830000', '145143.838000', '145143.841000', '145143.843000', '145143.846000', '145143.849000', '145143.851000', '145143.854000', '145143.856000', '145143.859000', '145143.861000', '145143.864000', '145143.867000', '145143.869000', '145143.872000', '145143.875000', '145143.877000', '145143.880000', '145143.882000', '145143.885000', '145143.888000', '145143.890000', '145143.893000', '145143.896000', '145143.898000', '145143.901000', '145143.904000', '145143.906000', '145143.909000', '145143.911000', '145143.914000', '145143.917000', '145143.919000', '145143.922000', '145143.924000', '145143.927000', '145143.930000', '145143.932000', '145143.935000', '145143.938000', '145143.940000', '145203.820000', '145203.823000', '145203.826000', '145203.828000', '145203.831000', '145203.834000', '145203.836000', '145203.839000', '145203.841000', '145203.844000', '145203.846000', '145203.849000', '145203.852000', '145203.854000', '145203.857000', '145203.859000', '145203.862000', '145203.865000', '145203.867000', '145203.870000', '145203.872000', '145203.875000', '145203.877000', '145203.880000', '145203.882000', '145203.893000', '145203.895000', '145203.898000', '145203.900000', '145203.903000', '145203.906000', '145203.908000', '145203.911000', '145203.914000', '145203.916000', '145203.919000', '145203.922000', '145203.924000', '145203.927000', '145203.930000', '145203.932000', '145203.935000', '145203.938000', '145223.820000', '145223.823000', '145223.826000', '145223.829000', '145223.831000', '145223.834000', '145223.837000', '145223.839000', '145223.842000', '145223.845000', '145223.847000', '145223.850000', '145223.853000', '145223.855000', '145223.858000', '145223.861000', '145223.863000', '145223.866000', '145223.869000', '145223.871000', '145223.874000', '145223.877000', '145223.879000', '145223.882000', '145223.884000', '145223.887000', '145223.890000', '145223.908000', '145223.910000', '145223.913000', '145223.916000', '145223.918000', '145223.921000', '145223.924000', '145223.926000', '145223.929000', '145223.932000', '145223.934000', '145223.937000', '145223.939000', '145223.942000', '145223.945000', '145223.947000', '145223.954000', '145243.821000', '145243.824000', '145243.827000', '145243.830000', '145243.832000', '145243.835000', '145243.837000', '145243.840000', '145243.843000', '145243.845000', '145243.848000', '145243.850000', '145243.853000', '145243.856000', '145243.858000', '145243.861000', '145243.864000', '145243.866000', '145243.869000', '145243.872000', '145243.874000', '145243.877000', '145243.880000', '145243.882000', '145243.885000', '145243.888000', '145243.890000', '145243.893000', '145243.896000', '145243.898000', '145243.901000', '145243.904000', '145243.906000', '145243.909000', '145243.912000', '145243.914000', '145243.917000', '145243.920000', '145243.922000', '145243.925000', '145243.928000', '145243.930000', '145243.933000', '145303.822000', '145303.825000', '145303.827000', '145303.830000', '145303.833000', '145303.835000', '145303.838000', '145303.840000', '145303.843000', '145303.846000', '145303.848000', '145303.851000', '145303.853000', '145303.856000', '145303.858000', '145303.861000', '145303.869000', '145303.871000', '145303.874000', '145303.876000', '145303.879000', '145303.882000', '145303.884000', '145303.887000', '145303.890000', '145303.892000', '145303.895000', '145303.897000', '145303.900000', '145303.903000', '145303.905000', '145303.908000', '145303.910000', '145303.913000', '145303.916000', '145303.918000', '145303.921000', '145303.923000', '145303.926000', '145303.928000', '145303.931000', '145303.934000', '145303.936000', '145303.939000', '145323.821000', '145323.824000', '145323.827000', '145323.829000', '145323.832000', '145323.835000', '145323.837000', '145323.840000', '145323.842000', '145323.845000', '145323.848000', '145323.850000', '145323.853000', '145323.855000', '145323.858000', '145323.860000', '145323.863000', '145323.866000', '145323.868000', '145323.871000', '145323.873000', '145323.876000', '145323.879000', '145323.881000', '145323.884000', '145323.886000', '145323.889000', '145323.891000', '145323.894000', '145323.897000', '145323.899000', '145323.902000', '145323.904000', '145323.907000', '145323.910000', '145323.912000', '145323.915000', '145323.917000', '145323.920000', '145323.923000', '145323.925000', '145323.928000', '145323.930000', '145343.821000', '145343.824000', '145343.827000', '145343.829000', '145343.832000', '145343.835000', '145343.837000', '145343.840000', '145343.842000', '145343.845000', '145343.848000', '145343.850000', '145343.853000', '145343.855000', '145343.858000', '145343.860000', '145343.863000', '145343.866000', '145343.868000', '145343.893000', '145343.896000', '145343.898000', '145343.901000', '145343.908000', '145343.910000', '145343.913000', '145343.915000', '145343.918000', '145343.921000', '145343.923000', '145343.926000', '145343.928000', '145343.931000', '145343.934000', '145343.936000', '145343.939000', '145343.942000', '145343.944000', '145343.947000', '145343.950000', '145343.952000', '145343.955000', '145343.957000', '145343.960000', '145403.821000', '145403.824000', '145403.827000', '145403.830000', '145403.832000', '145403.835000', '145403.837000', '145403.840000', '145403.873000', '145403.876000', '145403.878000', '145403.881000', '145403.883000', '145403.886000', '145403.889000', '145403.891000', '145403.894000', '145403.896000', '145403.899000', '145403.902000', '145403.904000', '145403.907000', '145403.910000', '145403.912000', '145403.923000', '145403.926000', '145403.929000', '145403.931000', '145403.934000', '145403.936000', '145403.939000', '145403.942000', '145403.944000', '145403.947000', '145403.949000', '145403.952000', '145403.955000', '145403.957000', '145403.960000', '145403.962000', '145403.965000', '145403.968000', '145403.970000', '145423.821000', '145423.834000', '145423.837000', '145423.839000', '145423.842000', '145423.845000', '145423.847000', '145423.850000', '145423.853000', '145423.855000', '145423.858000', '145423.860000', '145423.863000', '145423.866000', '145423.869000', '145423.871000', '145423.874000', '145423.877000', '145423.879000', '145423.882000', '145423.884000', '145423.887000', '145423.890000', '145423.892000', '145423.895000', '145423.897000', '145423.900000', '145423.903000', '145423.905000', '145423.908000', '145423.910000', '145423.913000', '145423.916000', '145423.918000', '145423.921000', '145423.923000', '145423.926000', '145423.929000', '145423.931000', '145423.934000', '145423.936000', '145423.939000', '145423.942000', '145423.944000', '145443.820000', '145443.823000', '145443.826000', '145443.828000', '145443.831000', '145443.834000', '145443.836000', '145443.839000', '145443.842000', '145443.844000', '145443.847000', '145443.849000', '145443.852000', '145443.854000', '145443.857000', '145443.860000', '145443.862000', '145443.865000', '145443.868000', '145443.870000', '145443.873000', '145443.875000', '145443.878000', '145443.881000', '145443.883000', '145443.886000', '145443.889000', '145443.891000', '145443.894000', '145443.896000', '145443.899000', '145443.902000', '145443.904000', '145443.907000', '145443.909000', '145443.912000', '145443.915000', '145443.917000', '145443.920000', '145443.923000', '145443.925000', '145443.928000', '145443.930000', '145503.822000', '145503.824000', '145503.827000', '145503.830000', '145503.832000', '145503.835000', '145503.838000', '145503.840000', '145503.843000', '145503.845000', '145503.848000', '145503.850000', '145503.853000', '145503.856000', '145503.858000', '145503.861000', '145503.864000', '145503.866000', '145503.869000', '145503.871000', '145503.874000', '145503.877000', '145503.879000', '145503.882000', '145503.884000', '145503.887000', '145503.890000', '145503.892000', '145503.895000', '145503.898000', '145503.900000', '145503.903000', '145503.906000', '145503.908000', '145503.911000', '145503.914000', '145503.916000', '145503.919000', '145503.922000', '145503.924000', '145503.927000', '145503.930000', '145503.932000', '145503.935000', '145523.822000', '145523.824000', '145523.827000', '145523.830000', '145523.832000', '145523.835000', '145523.837000', '145523.840000', '145523.843000', '145523.845000', '145523.848000', '145523.850000', '145523.853000', '145523.855000', '145523.858000', '145523.861000', '145523.871000', '145523.874000', '145523.877000', '145523.879000', '145523.882000', '145523.884000', '145523.887000', '145523.890000', '145523.892000', '145523.895000', '145523.897000', '145523.900000', '145523.903000', '145523.905000', '145523.908000', '145523.911000', '145523.913000', '145523.952000', '145523.955000', '145523.957000', '145523.960000', '145523.962000', '145523.965000', '145523.968000', '145523.970000', '145523.973000', '145523.976000', '145543.821000', '145543.824000', '145543.827000', '145543.830000', '145543.832000', '145543.835000', '145543.837000', '145543.840000', '145543.843000', '145543.845000', '145543.848000', '145543.851000', '145543.854000', '145543.857000', '145543.859000', '145543.862000', '145543.864000', '145543.867000', '145543.870000', '145543.872000', '145543.875000', '145543.877000', '145543.880000', '145543.883000', '145543.899000', '145543.901000', '145543.904000', '145543.907000', '145543.910000', '145543.912000', '145543.915000', '145543.917000', '145543.920000', '145543.923000', '145543.925000', '145543.928000', '145543.931000', '145543.933000', '145543.936000', '145543.938000', '145543.941000', '145543.944000', '145543.946000', '145543.949000', '145603.822000', '145603.824000', '145603.827000', '145603.830000', '145603.832000', '145603.835000', '145603.838000', '145603.840000', '145603.843000', '145603.846000', '145603.848000', '145603.851000', '145603.853000', '145603.856000', '145603.859000', '145603.861000', '145603.864000', '145603.866000', '145603.869000', '145603.872000', '145603.874000', '145603.878000', '145603.881000', '145603.884000', '145603.886000', '145603.889000', '145603.892000', '145603.894000', '145603.897000', '145603.899000', '145603.902000', '145603.905000', '145603.907000', '145603.910000', '145603.913000', '145603.915000', '145603.918000', '145603.921000', '145603.924000', '145603.928000', '145603.931000', '145603.933000', '145603.936000', '145623.821000', '145623.824000', '145623.827000', '145623.830000', '145623.832000', '145623.835000', '145623.838000', '145623.840000', '145623.843000', '145623.846000', '145623.848000', '145623.851000', '145623.854000', '145623.856000', '145623.866000', '145623.869000', '145623.872000', '145623.874000', '145623.877000', '145623.880000', '145623.882000', '145623.885000', '145623.888000', '145623.890000', '145623.893000', '145623.896000', '145623.898000', '145623.901000', '145623.904000', '145623.906000', '145623.909000', '145623.912000', '145623.914000', '145623.917000', '145623.920000', '145623.922000', '145623.925000', '145623.927000', '145623.930000', '145623.933000', '145623.935000', '145623.938000', '145623.940000', '145643.820000', '145643.823000', '145643.826000', '145643.829000', '145643.831000', '145643.834000', '145643.837000', '145643.840000', '145643.842000', '145643.845000', '145643.848000', '145643.850000', '145643.853000', '145643.856000', '145643.858000', '145643.861000', '145643.863000', '145643.866000', '145643.869000', '145643.871000', '145643.874000', '145643.877000', '145643.879000', '145643.882000', '145643.885000', '145643.887000', '145643.890000', '145643.893000', '145643.895000', '145643.898000', '145643.900000', '145643.903000', '145643.906000', '145643.908000', '145643.911000', '145643.914000', '145643.916000', '145643.919000', '145643.921000', '145643.924000', '145643.927000', '145643.929000', '145643.932000', '145643.935000', '145703.820000', '145703.829000', '145703.831000', '145703.834000', '145703.837000', '145703.840000', '145703.842000', '145703.845000', '145703.848000', '145703.850000', '145703.853000', '145703.856000', '145703.859000', '145703.861000', '145703.864000', '145703.867000', '145703.869000', '145703.872000', '145703.875000', '145703.877000', '145703.880000', '145703.882000', '145703.891000', '145703.894000', '145703.897000', '145703.899000', '145703.902000', '145703.905000', '145703.907000', '145703.910000', '145703.913000', '145703.915000', '145703.918000', '145703.928000', '145703.931000', '145703.934000', '145703.936000', '145703.939000', '145703.942000', '145703.944000', '145703.947000', '145703.949000', '145703.952000', '145719.472000', '145719.475000', '145719.477000', '145719.480000', '145719.483000', '145719.486000', '145719.488000', '145719.491000', '145719.494000', '145719.496000', '145719.499000', '145719.502000', '145719.504000', '145719.507000', '145719.510000', '145719.513000', '145719.515000', '145719.518000', '145719.521000', '145719.523000', '145719.526000', '145719.529000', '145719.532000', '145719.535000', '145719.538000', '145719.541000', '145719.544000', '145719.547000', '145719.550000', '145719.553000', '145719.556000', '145719.558000', '145719.561000', '145719.564000', '145719.566000'], 'InstanceCreationTime': ['145043.877000', '145043.880000', '145043.883000', '145043.886000', '145043.888000', '145043.891000', '145043.893000', '145043.896000', '145043.899000', '145043.901000', '145043.904000', '145043.906000', '145043.909000', '145043.912000', '145043.914000', '145043.917000', '145043.919000', '145043.922000', '145043.925000', '145043.932000', '145043.935000', '145043.938000', '145043.940000', '145043.943000', '145043.945000', '145043.948000', '145043.951000', '145043.953000', '145043.956000', '145043.958000', '145043.961000', '145043.964000', '145043.966000', '145043.969000', '145043.972000', '145043.974000', '145043.977000', '145043.979000', '145043.982000', '145043.985000', '145043.987000', '145044.002000', '145044.005000', '145044.007000', '145044.010000', '145044.013000', '145044.015000', '145044.027000', '145044.029000', '145044.032000', '145044.035000', '145044.037000', '145044.040000', '145103.821000', '145103.824000', '145103.827000', '145103.830000', '145103.832000', '145103.835000', '145103.838000', '145103.841000', '145103.843000', '145103.846000', '145103.848000', '145103.851000', '145103.853000', '145103.856000', '145103.859000', '145103.861000', '145103.864000', '145103.867000', '145103.869000', '145103.872000', '145103.874000', '145103.877000', '145103.880000', '145103.882000', '145103.885000', '145103.887000', '145103.890000', '145103.893000', '145103.895000', '145103.898000', '145103.900000', '145103.903000', '145103.906000', '145103.908000', '145103.911000', '145103.913000', '145103.916000', '145103.918000', '145103.921000', '145103.924000', '145103.926000', '145103.929000', '145103.931000', '145103.934000', '145123.821000', '145123.825000', '145123.827000', '145123.830000', '145123.832000', '145123.835000', '145123.838000', '145123.840000', '145123.843000', '145123.846000', '145123.848000', '145123.851000', '145123.853000', '145123.856000', '145123.859000', '145123.861000', '145123.864000', '145123.867000', '145123.869000', '145123.872000', '145123.874000', '145123.877000', '145123.880000', '145123.882000', '145123.885000', '145123.887000', '145123.890000', '145123.893000', '145123.895000', '145123.898000', '145123.900000', '145123.903000', '145123.906000', '145123.908000', '145123.911000', '145123.913000', '145123.916000', '145123.918000', '145123.921000', '145123.923000', '145123.926000', '145123.928000', '145123.931000', '145143.822000', '145143.824000', '145143.827000', '145143.830000', '145143.838000', '145143.841000', '145143.843000', '145143.846000', '145143.849000', '145143.851000', '145143.854000', '145143.856000', '145143.859000', '145143.861000', '145143.864000', '145143.867000', '145143.869000', '145143.872000', '145143.875000', '145143.877000', '145143.880000', '145143.882000', '145143.885000', '145143.888000', '145143.890000', '145143.893000', '145143.896000', '145143.898000', '145143.901000', '145143.904000', '145143.906000', '145143.909000', '145143.911000', '145143.914000', '145143.917000', '145143.919000', '145143.922000', '145143.924000', '145143.927000', '145143.930000', '145143.932000', '145143.935000', '145143.938000', '145143.940000', '145203.820000', '145203.823000', '145203.826000', '145203.828000', '145203.831000', '145203.834000', '145203.836000', '145203.839000', '145203.841000', '145203.844000', '145203.846000', '145203.849000', '145203.852000', '145203.854000', '145203.857000', '145203.859000', '145203.862000', '145203.865000', '145203.867000', '145203.870000', '145203.872000', '145203.875000', '145203.877000', '145203.880000', '145203.882000', '145203.893000', '145203.895000', '145203.898000', '145203.900000', '145203.903000', '145203.906000', '145203.908000', '145203.911000', '145203.914000', '145203.916000', '145203.919000', '145203.922000', '145203.924000', '145203.927000', '145203.930000', '145203.932000', '145203.935000', '145203.938000', '145223.820000', '145223.823000', '145223.826000', '145223.829000', '145223.831000', '145223.834000', '145223.837000', '145223.839000', '145223.842000', '145223.845000', '145223.847000', '145223.850000', '145223.853000', '145223.855000', '145223.858000', '145223.861000', '145223.863000', '145223.866000', '145223.869000', '145223.871000', '145223.874000', '145223.877000', '145223.879000', '145223.882000', '145223.884000', '145223.887000', '145223.890000', '145223.908000', '145223.910000', '145223.913000', '145223.916000', '145223.918000', '145223.921000', '145223.924000', '145223.926000', '145223.929000', '145223.932000', '145223.934000', '145223.937000', '145223.939000', '145223.942000', '145223.945000', '145223.947000', '145223.954000', '145243.821000', '145243.824000', '145243.827000', '145243.830000', '145243.832000', '145243.835000', '145243.837000', '145243.840000', '145243.843000', '145243.845000', '145243.848000', '145243.850000', '145243.853000', '145243.856000', '145243.858000', '145243.861000', '145243.864000', '145243.866000', '145243.869000', '145243.872000', '145243.874000', '145243.877000', '145243.880000', '145243.882000', '145243.885000', '145243.888000', '145243.890000', '145243.893000', '145243.896000', '145243.898000', '145243.901000', '145243.904000', '145243.906000', '145243.909000', '145243.912000', '145243.914000', '145243.917000', '145243.920000', '145243.922000', '145243.925000', '145243.928000', '145243.930000', '145243.933000', '145303.822000', '145303.825000', '145303.827000', '145303.830000', '145303.833000', '145303.835000', '145303.838000', '145303.840000', '145303.843000', '145303.846000', '145303.848000', '145303.851000', '145303.853000', '145303.856000', '145303.858000', '145303.861000', '145303.869000', '145303.871000', '145303.874000', '145303.876000', '145303.879000', '145303.882000', '145303.884000', '145303.887000', '145303.890000', '145303.892000', '145303.895000', '145303.897000', '145303.900000', '145303.903000', '145303.905000', '145303.908000', '145303.910000', '145303.913000', '145303.916000', '145303.918000', '145303.921000', '145303.923000', '145303.926000', '145303.928000', '145303.931000', '145303.934000', '145303.936000', '145303.939000', '145323.821000', '145323.824000', '145323.827000', '145323.829000', '145323.832000', '145323.835000', '145323.837000', '145323.840000', '145323.842000', '145323.845000', '145323.848000', '145323.850000', '145323.853000', '145323.855000', '145323.858000', '145323.860000', '145323.863000', '145323.866000', '145323.868000', '145323.871000', '145323.873000', '145323.876000', '145323.879000', '145323.881000', '145323.884000', '145323.886000', '145323.889000', '145323.891000', '145323.894000', '145323.897000', '145323.899000', '145323.902000', '145323.904000', '145323.907000', '145323.910000', '145323.912000', '145323.915000', '145323.917000', '145323.920000', '145323.923000', '145323.925000', '145323.928000', '145323.930000', '145343.821000', '145343.824000', '145343.827000', '145343.829000', '145343.832000', '145343.835000', '145343.837000', '145343.840000', '145343.842000', '145343.845000', '145343.848000', '145343.850000', '145343.853000', '145343.855000', '145343.858000', '145343.860000', '145343.863000', '145343.866000', '145343.868000', '145343.893000', '145343.896000', '145343.898000', '145343.901000', '145343.908000', '145343.910000', '145343.913000', '145343.915000', '145343.918000', '145343.921000', '145343.923000', '145343.926000', '145343.928000', '145343.931000', '145343.934000', '145343.936000', '145343.939000', '145343.942000', '145343.944000', '145343.947000', '145343.950000', '145343.952000', '145343.955000', '145343.957000', '145343.960000', '145403.821000', '145403.824000', '145403.827000', '145403.830000', '145403.832000', '145403.835000', '145403.837000', '145403.840000', '145403.873000', '145403.876000', '145403.878000', '145403.881000', '145403.883000', '145403.886000', '145403.889000', '145403.891000', '145403.894000', '145403.896000', '145403.899000', '145403.902000', '145403.904000', '145403.907000', '145403.910000', '145403.912000', '145403.923000', '145403.926000', '145403.929000', '145403.931000', '145403.934000', '145403.936000', '145403.939000', '145403.942000', '145403.944000', '145403.947000', '145403.949000', '145403.952000', '145403.955000', '145403.957000', '145403.960000', '145403.962000', '145403.965000', '145403.968000', '145403.970000', '145423.821000', '145423.834000', '145423.837000', '145423.839000', '145423.842000', '145423.845000', '145423.847000', '145423.850000', '145423.853000', '145423.855000', '145423.858000', '145423.860000', '145423.863000', '145423.866000', '145423.869000', '145423.871000', '145423.874000', '145423.877000', '145423.879000', '145423.882000', '145423.884000', '145423.887000', '145423.890000', '145423.892000', '145423.895000', '145423.897000', '145423.900000', '145423.903000', '145423.905000', '145423.908000', '145423.910000', '145423.913000', '145423.916000', '145423.918000', '145423.921000', '145423.923000', '145423.926000', '145423.929000', '145423.931000', '145423.934000', '145423.936000', '145423.939000', '145423.942000', '145423.944000', '145443.820000', '145443.823000', '145443.826000', '145443.828000', '145443.831000', '145443.834000', '145443.836000', '145443.839000', '145443.842000', '145443.844000', '145443.847000', '145443.849000', '145443.852000', '145443.854000', '145443.857000', '145443.860000', '145443.862000', '145443.865000', '145443.868000', '145443.870000', '145443.873000', '145443.875000', '145443.878000', '145443.881000', '145443.883000', '145443.886000', '145443.889000', '145443.891000', '145443.894000', '145443.896000', '145443.899000', '145443.902000', '145443.904000', '145443.907000', '145443.909000', '145443.912000', '145443.915000', '145443.917000', '145443.920000', '145443.923000', '145443.925000', '145443.928000', '145443.930000', '145503.822000', '145503.824000', '145503.827000', '145503.830000', '145503.832000', '145503.835000', '145503.838000', '145503.840000', '145503.843000', '145503.845000', '145503.848000', '145503.850000', '145503.853000', '145503.856000', '145503.858000', '145503.861000', '145503.864000', '145503.866000', '145503.869000', '145503.871000', '145503.874000', '145503.877000', '145503.879000', '145503.882000', '145503.884000', '145503.887000', '145503.890000', '145503.892000', '145503.895000', '145503.898000', '145503.900000', '145503.903000', '145503.906000', '145503.908000', '145503.911000', '145503.914000', '145503.916000', '145503.919000', '145503.922000', '145503.924000', '145503.927000', '145503.930000', '145503.932000', '145503.935000', '145523.822000', '145523.824000', '145523.827000', '145523.830000', '145523.832000', '145523.835000', '145523.837000', '145523.840000', '145523.843000', '145523.845000', '145523.848000', '145523.850000', '145523.853000', '145523.855000', '145523.858000', '145523.861000', '145523.871000', '145523.874000', '145523.877000', '145523.879000', '145523.882000', '145523.884000', '145523.887000', '145523.890000', '145523.892000', '145523.895000', '145523.897000', '145523.900000', '145523.903000', '145523.905000', '145523.908000', '145523.911000', '145523.913000', '145523.952000', '145523.955000', '145523.957000', '145523.960000', '145523.962000', '145523.965000', '145523.968000', '145523.970000', '145523.973000', '145523.976000', '145543.821000', '145543.824000', '145543.827000', '145543.830000', '145543.832000', '145543.835000', '145543.837000', '145543.840000', '145543.843000', '145543.845000', '145543.848000', '145543.851000', '145543.854000', '145543.857000', '145543.859000', '145543.862000', '145543.864000', '145543.867000', '145543.870000', '145543.872000', '145543.875000', '145543.877000', '145543.880000', '145543.883000', '145543.899000', '145543.901000', '145543.904000', '145543.907000', '145543.910000', '145543.912000', '145543.915000', '145543.917000', '145543.920000', '145543.923000', '145543.925000', '145543.928000', '145543.931000', '145543.933000', '145543.936000', '145543.938000', '145543.941000', '145543.944000', '145543.946000', '145543.949000', '145603.822000', '145603.824000', '145603.827000', '145603.830000', '145603.832000', '145603.835000', '145603.838000', '145603.840000', '145603.843000', '145603.846000', '145603.848000', '145603.851000', '145603.853000', '145603.856000', '145603.859000', '145603.861000', '145603.864000', '145603.866000', '145603.869000', '145603.872000', '145603.874000', '145603.878000', '145603.881000', '145603.884000', '145603.886000', '145603.889000', '145603.892000', '145603.894000', '145603.897000', '145603.899000', '145603.902000', '145603.905000', '145603.907000', '145603.910000', '145603.913000', '145603.915000', '145603.918000', '145603.921000', '145603.924000', '145603.928000', '145603.931000', '145603.933000', '145603.936000', '145623.821000', '145623.824000', '145623.827000', '145623.830000', '145623.832000', '145623.835000', '145623.838000', '145623.840000', '145623.843000', '145623.846000', '145623.848000', '145623.851000', '145623.854000', '145623.856000', '145623.866000', '145623.869000', '145623.872000', '145623.874000', '145623.877000', '145623.880000', '145623.882000', '145623.885000', '145623.888000', '145623.890000', '145623.893000', '145623.896000', '145623.898000', '145623.901000', '145623.904000', '145623.906000', '145623.909000', '145623.912000', '145623.914000', '145623.917000', '145623.920000', '145623.922000', '145623.925000', '145623.927000', '145623.930000', '145623.933000', '145623.935000', '145623.938000', '145623.940000', '145643.820000', '145643.823000', '145643.826000', '145643.829000', '145643.831000', '145643.834000', '145643.837000', '145643.840000', '145643.842000', '145643.845000', '145643.848000', '145643.850000', '145643.853000', '145643.856000', '145643.858000', '145643.861000', '145643.863000', '145643.866000', '145643.869000', '145643.871000', '145643.874000', '145643.877000', '145643.879000', '145643.882000', '145643.885000', '145643.887000', '145643.890000', '145643.893000', '145643.895000', '145643.898000', '145643.900000', '145643.903000', '145643.906000', '145643.908000', '145643.911000', '145643.914000', '145643.916000', '145643.919000', '145643.921000', '145643.924000', '145643.927000', '145643.929000', '145643.932000', '145643.935000', '145703.820000', '145703.829000', '145703.831000', '145703.834000', '145703.837000', '145703.840000', '145703.842000', '145703.845000', '145703.848000', '145703.850000', '145703.853000', '145703.856000', '145703.859000', '145703.861000', '145703.864000', '145703.867000', '145703.869000', '145703.872000', '145703.875000', '145703.877000', '145703.880000', '145703.882000', '145703.891000', '145703.894000', '145703.897000', '145703.899000', '145703.902000', '145703.905000', '145703.907000', '145703.910000', '145703.913000', '145703.915000', '145703.918000', '145703.928000', '145703.931000', '145703.934000', '145703.936000', '145703.939000', '145703.942000', '145703.944000', '145703.947000', '145703.949000', '145703.952000', '145719.472000', '145719.475000', '145719.477000', '145719.480000', '145719.483000', '145719.486000', '145719.488000', '145719.491000', '145719.494000', '145719.496000', '145719.499000', '145719.502000', '145719.504000', '145719.507000', '145719.510000', '145719.513000', '145719.515000', '145719.518000', '145719.521000', '145719.523000', '145719.526000', '145719.529000', '145719.532000', '145719.535000', '145719.538000', '145719.541000', '145719.544000', '145719.547000', '145719.550000', '145719.553000', '145719.556000', '145719.558000', '145719.561000', '145719.564000', '145719.566000'], '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': [13170, 11908, 9067, 7657, 8391, 12661, 8603, 10723, 10077, 9178, 7947, 8424, 14931, 8341, 11178, 9101, 8679, 7535, 8427, 8520, 8204, 8195, 7401, 8667, 13327, 8565, 7413, 8245, 7826, 7292, 8525, 14351, 8505, 11278, 8160, 10407, 8058, 8432, 12484, 9183, 14619, 12882, 10144, 8480, 9162, 9553, 8568, 14811, 11759, 11640, 8704, 8728, 7623, 8594, 14987, 11293, 13137, 11977, 9241, 8597, 8538, 14635, 8443, 12302, 10455, 7924, 7754, 8311, 13191, 8318, 10969, 9075, 7965, 8054, 8310, 11455, 8658, 11681, 8487, 10369, 8307, 8846, 7315, 8652, 14166, 10525, 12383, 10988, 8768, 7938, 8533, 9875, 8251, 8485, 10040, 8711, 7433, 8439, 10612, 8338, 9446, 11537, 9853, 9052, 8368, 12337, 9169, 9102, 11508, 9647, 12219, 8390, 12661, 9291, 8467, 10962, 8713, 13161, 8202, 12697, 8260, 9867, 8124, 8523, 13756, 10094, 10326, 8371, 8024, 7935, 8482, 13796, 11943, 9771, 8270, 7996, 9817, 8394, 13839, 11811, 8916, 7941, 8235, 11289, 8436, 11990, 9867, 8008, 7745, 8203, 13983, 8059, 12048, 11576, 9297, 7740, 8298, 11337, 8140, 8452, 13598, 10129, 9921, 8244, 8051, 7870, 8247, 15165, 9543, 10213, 8203, 9070, 9012, 8246, 13752, 11722, 9977, 8061, 8184, 7533, 8362, 12483, 8495, 11874, 10297, 9020, 7833, 8323, 13403, 8310, 11051, 9622, 8266, 7196, 8344, 11350, 8387, 8272, 11561, 9385, 12086, 8267, 11441, 8208, 8705, 8035, 8487, 14974, 11546, 10755, 8430, 7911, 7791, 8340, 14435, 10507, 9673, 8036, 7980, 8837, 8436, 14445, 12389, 9898, 8632, 8149, 9639, 8258, 14527, 12440, 9681, 7856, 8099, 11893, 8228, 14633, 12923, 10006, 7931, 8066, 10951, 8039, 13015, 10686, 11042, 8219, 8124, 8809, 8273, 10464, 8174, 10213, 11995, 8737, 9044, 8007, 10760, 8010, 9023, 11995, 8541, 11280, 8171, 8559, 8183, 7930, 15224, 12913, 9490, 8043, 7881, 7558, 8059, 14688, 10834, 8791, 7870, 7980, 8032, 8128, 14637, 12323, 9800, 7923, 8152, 10629, 8172, 14522, 12558, 9910, 7853, 7844, 14814, 8150, 12932, 11091, 9002, 7637, 7905, 13866, 8115, 12299, 10826, 8398, 7682, 8006, 10423, 8109, 13837, 12439, 10544, 7582, 7915, 14255, 8067, 11812, 10366, 9615, 7833, 8224, 13649, 8235, 9525, 9142, 8298, 7269, 8220, 12764, 8464, 8146, 9960, 8829, 9317, 8382, 13299, 8511, 8477, 9182, 8278, 12098, 8170, 13387, 8534, 11007, 8216, 12541, 14176, 10534, 10393, 8131, 10566, 8207, 10003, 10922, 9077, 10485, 8023, 9355, 8234, 8204, 9228, 8571, 7619, 8287, 10955, 7150, 11128, 10976, 10839, 13349, 8214, 12559, 7993, 8685, 7888, 10809, 7899, 7991, 9053, 8509, 15200, 12139, 9591, 15239, 12200, 11012, 9291, 9092, 9978, 8181, 15528, 13405, 10675, 7898, 8203, 11922, 8328, 13246, 11191, 9050, 8000, 8029, 11021, 8323, 14777, 13055, 10019, 7893, 8720, 14057, 9665, 14876, 13293, 10126, 7628, 7994, 14284, 8107, 12106, 9231, 7998, 7771, 7936, 8105, 7826, 12521, 9538, 8630, 7129, 8111, 12370, 8880, 11282, 10071, 9426, 7226, 8384, 13672, 10489, 10992, 10780, 8904, 7317, 7840, 11700, 8017, 10494, 9134, 8030, 7190, 7753, 13928, 10578, 12111, 10910, 10159, 14474, 7748, 12697, 9088, 10496, 12990, 8300, 9794, 7973, 8573, 7634, 7844, 12975, 7876, 9037, 7785, 9731, 7742, 7766, 15171, 10817, 12412, 9193, 9866, 7528, 7968, 10691, 8003, 10247, 7691, 7909, 7246, 12432, 15286, 13209, 13643, 10594, 9114, 8317, 7802, 14813, 11978, 11388, 10330, 8051, 7019, 8050, 11872, 8438, 11827, 11433, 10122, 7395, 7960, 13588, 10109, 12226, 11298, 10370, 7346, 7727, 15651, 12460, 14407, 10909, 10177, 7674, 7626, 10013, 7522, 15471, 14086, 10841, 7657, 7270, 13576, 7030, 10082, 9103, 8335, 7923, 7199, 14353, 7237, 9781, 7953, 11096, 10876, 9348, 15272, 7285, 12986, 9798, 11342, 13698, 10831, 10886, 7328, 9248, 7213, 7309, 11791, 7574, 11338, 7271, 11684, 7281, 7683, 11952, 9296, 15246, 8425, 13104, 8933, 8160, 7654, 7515, 15359, 9644, 9200, 7375, 7253, 7419, 7636, 14919, 10682, 10844, 7265, 10299, 7411, 7364, 7267, 7358, 7321, 7296, 11721, 7614, 11352, 10716, 9741, 7501, 7226, 14873, 11392, 11698, 12841, 9470, 10451, 7132, 9086, 7704, 7681, 14937, 8654, 9699, 7180, 9578, 7431, 7364, 14607, 11870, 12003, 8965, 12933, 8930, 7541, 8174, 11130, 15006, 7332, 13527, 10266, 13010, 10895, 7867, 14129, 7914, 12004, 8762, 9256, 11022, 7678, 12721, 7236, 11052, 8143, 9729, 10712, 7469, 13969, 7191, 10353, 7670, 8555, 9625, 7534, 14025, 7260, 9724, 7731, 7521, 7946, 7312, 16164, 10718, 9995, 7433, 7862, 8022, 7621, 14478, 11840, 12087, 8146, 12816, 8865, 10103, 14197, 11857, 12995, 8201, 13268, 8591, 10812, 7783, 12648, 8580, 10645, 12983, 7779, 13750, 9626, 14885, 12253, 10896, 7428, 9656, 8670, 8263, 11176, 10235, 12654, 10203, 10365, 7717, 10671, 13093, 10424, 11328, 8013, 12310, 7687, 9515, 8420, 7745, 8881, 7875, 11305, 9616, 12288, 11250, 10314, 8415, 8747, 12865, 8647, 12759, 10781, 9569, 8703, 7605, 13711, 8267, 13665, 11462, 9511, 8632, 7820, 13343, 7967, 13070, 10775, 9479, 8758, 7599, 13591, 7779, 12619, 9256, 9499, 11964, 8552, 8913, 7559, 11594, 8556, 7785, 12414, 9454, 10448, 7704, 13264, 9241, 11945, 10302, 14942, 9342, 7333, 9717, 7338, 12772, 10162, 9333, 15010, 10746, 13594, 10172, 8670, 10091, 7608, 13987, 11136, 12029, 11004, 12591, 15035, 12346, 12487, 9033, 8289, 8994, 7798, 10707, 7870, 9107, 7719, 8767, 9333, 11235, 12525, 10881, 10085, 8277, 8194, 9725, 7587, 9194, 7772, 9765, 7895, 10037, 7629, 10279, 8268, 10126, 11090, 14573, 12631, 11345, 8579, 8178, 9564, 7366, 14872, 12395, 10591, 8360, 9308, 9111, 7421, 14025, 10777, 12400, 9746, 11987, 8048, 8501, 9373, 7185, 15408, 11584, 11221, 7156, 11301, 8462, 9017, 11246, 8848, 13007, 7197, 11834, 8381, 11465, 9023, 8417, 9858, 7187, 11730, 7642, 12200, 10538, 9371, 8105, 8978, 8989, 8465, 10194, 12139, 11493, 10682, 10945, 7542, 9248, 8433, 9113, 8453, 8456, 9249, 7172, 9256, 6993, 15862, 12270, 12882, 8332, 12114, 8990, 11924, 12381, 13171, 9321, 7773, 14846, 7332, 14322, 12157, 13711, 10970, 12805, 8856, 8412, 10916, 8096, 14928, 8352, 13624, 8209, 12973, 8193, 9818, 9333, 9948, 9135, 7277, 14085, 7028, 11413, 7886], 'WindowCenter': [4359.0, 4331.0, 4279.0, 4245.0, 4262.0, 4312.0, 4262.0, 4292.0, 4282.0, 4271.0, 4250.0, 4252.0, 4319.0, 4249.0, 4290.0, 4274.0, 4262.0, 4238.0, 4250.0, 4249.0, 4250.0, 4252.0, 4242.0, 4275.0, 4321.0, 4274.0, 4242.0, 4262.0, 4253.0, 4241.0, 4274.0, 4336.0, 4273.0, 4304.0, 4264.0, 4290.0, 4263.0, 4263.0, 4314.0, 4285.0, 4333.0, 4314.0, 4281.0, 4261.0, 4273.0, 4272.0, 4262.0, 4334.0, 4313.0, 4301.0, 4263.0, 4262.0, 4241.0, 4262.0, 4334.0, 4303.0, 4312.0, 4304.0, 4260.0, 4249.0, 4259.0, 4307.0, 4252.0, 4303.0, 4292.0, 4249.0, 4240.0, 4262.0, 4310.0, 4261.0, 4290.0, 4273.0, 4251.0, 4251.0, 4262.0, 4289.0, 4260.0, 4298.0, 4272.0, 4293.0, 4262.0, 4272.0, 4242.0, 4262.0, 4320.0, 4291.0, 4313.0, 4290.0, 4262.0, 4249.0, 4259.0, 4267.0, 4262.0, 4272.0, 4281.0, 4263.0, 4240.0, 4261.0, 4290.0, 4262.0, 4283.0, 4303.0, 4282.0, 4259.0, 4251.0, 4297.0, 4270.0, 4270.0, 4302.0, 4280.0, 4300.0, 4262.0, 4297.0, 4269.0, 4249.0, 4292.0, 4263.0, 4310.0, 4250.0, 4299.0, 4250.0, 4267.0, 4252.0, 4272.0, 4311.0, 4281.0, 4277.0, 4250.0, 4248.0, 4249.0, 4273.0, 4321.0, 4300.0, 4268.0, 4250.0, 4240.0, 4269.0, 4261.0, 4319.0, 4301.0, 4260.0, 4250.0, 4250.0, 4289.0, 4249.0, 4300.0, 4282.0, 4252.0, 4253.0, 4263.0, 4321.0, 4251.0, 4312.0, 4303.0, 4271.0, 4240.0, 4250.0, 4290.0, 4249.0, 4261.0, 4310.0, 4283.0, 4268.0, 4249.0, 4240.0, 4238.0, 4262.0, 4332.0, 4272.0, 4279.0, 4248.0, 4260.0, 4257.0, 4249.0, 4309.0, 4302.0, 4282.0, 4251.0, 4250.0, 4239.0, 4251.0, 4299.0, 4260.0, 4302.0, 4281.0, 4260.0, 4239.0, 4250.0, 4309.0, 4249.0, 4290.0, 4282.0, 4261.0, 4229.0, 4251.0, 4289.0, 4250.0, 4251.0, 4301.0, 4272.0, 4300.0, 4251.0, 4288.0, 4249.0, 4260.0, 4249.0, 4262.0, 4321.0, 4303.0, 4278.0, 4249.0, 4238.0, 4239.0, 4263.0, 4321.0, 4292.0, 4270.0, 4251.0, 4251.0, 4260.0, 4265.0, 4323.0, 4312.0, 4281.0, 4261.0, 4250.0, 4271.0, 4263.0, 4322.0, 4311.0, 4269.0, 4250.0, 4251.0, 4290.0, 4251.0, 4322.0, 4312.0, 4281.0, 4250.0, 4251.0, 4279.0, 4250.0, 4300.0, 4279.0, 4291.0, 4249.0, 4250.0, 4260.0, 4250.0, 4278.0, 4250.0, 4281.0, 4301.0, 4262.0, 4257.0, 4248.0, 4288.0, 4249.0, 4271.0, 4301.0, 4261.0, 4289.0, 4250.0, 4259.0, 4248.0, 4252.0, 4320.0, 4312.0, 4269.0, 4249.0, 4240.0, 4238.0, 4253.0, 4321.0, 4293.0, 4260.0, 4252.0, 4252.0, 4249.0, 4263.0, 4333.0, 4313.0, 4282.0, 4253.0, 4252.0, 4281.0, 4263.0, 4321.0, 4314.0, 4282.0, 4250.0, 4252.0, 4321.0, 4250.0, 4311.0, 4290.0, 4262.0, 4238.0, 4250.0, 4310.0, 4250.0, 4300.0, 4289.0, 4251.0, 4239.0, 4250.0, 4279.0, 4251.0, 4313.0, 4302.0, 4281.0, 4240.0, 4250.0, 4311.0, 4250.0, 4302.0, 4293.0, 4271.0, 4240.0, 4250.0, 4308.0, 4249.0, 4270.0, 4273.0, 4262.0, 4241.0, 4251.0, 4310.0, 4251.0, 4251.0, 4282.0, 4270.0, 4271.0, 4250.0, 4308.0, 4258.0, 4250.0, 4272.0, 4261.0, 4299.0, 4252.0, 4310.0, 4260.0, 4280.0, 4249.0, 4313.0, 4311.0, 4281.0, 4268.0, 4240.0, 4278.0, 4248.0, 4272.0, 4279.0, 4260.0, 4267.0, 4238.0, 4258.0, 4250.0, 4251.0, 4271.0, 4263.0, 4238.0, 4251.0, 4279.0, 4230.0, 4288.0, 4280.0, 4291.0, 4308.0, 4249.0, 4299.0, 4251.0, 4260.0, 4249.0, 4290.0, 4251.0, 4250.0, 4259.0, 4260.0, 4321.0, 4303.0, 4282.0, 4333.0, 4302.0, 4281.0, 4271.0, 4260.0, 4269.0, 4252.0, 4321.0, 4309.0, 4280.0, 4239.0, 4249.0, 4287.0, 4249.0, 4298.0, 4290.0, 4259.0, 4238.0, 4240.0, 4280.0, 4261.0, 4320.0, 4311.0, 4268.0, 4241.0, 4250.0, 4308.0, 4270.0, 4309.0, 4310.0, 4268.0, 4228.0, 4238.0, 4308.0, 4239.0, 4288.0, 4259.0, 4238.0, 4227.0, 4241.0, 4236.0, 4238.0, 4298.0, 4269.0, 4260.0, 4228.0, 4251.0, 4299.0, 4262.0, 4292.0, 4280.0, 4269.0, 4229.0, 4248.0, 4306.0, 4279.0, 4280.0, 4278.0, 4273.0, 4229.0, 4251.0, 4285.0, 4236.0, 4279.0, 4259.0, 4249.0, 4227.0, 4239.0, 4310.0, 4292.0, 4313.0, 4290.0, 4281.0, 4308.0, 4240.0, 4297.0, 4259.0, 4280.0, 4300.0, 4248.0, 4265.0, 4236.0, 4246.0, 4237.0, 4249.0, 4311.0, 4251.0, 4258.0, 4240.0, 4269.0, 4240.0, 4242.0, 4321.0, 4291.0, 4299.0, 4270.0, 4268.0, 4238.0, 4249.0, 4289.0, 4264.0, 4292.0, 4252.0, 4251.0, 4241.0, 4313.0, 4329.0, 4313.0, 4320.0, 4281.0, 4260.0, 4248.0, 4238.0, 4307.0, 4290.0, 4288.0, 4278.0, 4251.0, 4218.0, 4249.0, 4287.0, 4251.0, 4301.0, 4291.0, 4280.0, 4230.0, 4249.0, 4308.0, 4281.0, 4300.0, 4290.0, 4281.0, 4227.0, 4240.0, 4318.0, 4300.0, 4310.0, 4278.0, 4268.0, 4237.0, 4239.0, 4280.0, 4252.0, 4332.0, 4322.0, 4291.0, 4240.0, 4241.0, 4299.0, 4218.0, 4279.0, 4260.0, 4250.0, 4249.0, 4230.0, 4308.0, 4231.0, 4282.0, 4265.0, 4306.0, 4291.0, 4270.0, 4318.0, 4229.0, 4296.0, 4268.0, 4290.0, 4309.0, 4279.0, 4277.0, 4229.0, 4257.0, 4228.0, 4228.0, 4289.0, 4239.0, 4290.0, 4229.0, 4287.0, 4229.0, 4240.0, 4291.0, 4271.0, 4320.0, 4251.0, 4298.0, 4259.0, 4249.0, 4228.0, 4230.0, 4320.0, 4270.0, 4259.0, 4229.0, 4228.0, 4229.0, 4244.0, 4319.0, 4293.0, 4291.0, 4231.0, 4282.0, 4243.0, 4242.0, 4241.0, 4243.0, 4241.0, 4242.0, 4300.0, 4254.0, 4305.0, 4293.0, 4285.0, 4241.0, 4243.0, 4322.0, 4303.0, 4304.0, 4312.0, 4274.0, 4278.0, 4231.0, 4260.0, 4241.0, 4253.0, 4333.0, 4264.0, 4272.0, 4233.0, 4271.0, 4240.0, 4242.0, 4323.0, 4304.0, 4302.0, 4272.0, 4310.0, 4260.0, 4254.0, 4249.0, 4293.0, 4307.0, 4229.0, 4310.0, 4282.0, 4315.0, 4292.0, 4250.0, 4307.0, 4238.0, 4288.0, 4248.0, 4270.0, 4281.0, 4241.0, 4298.0, 4229.0, 4280.0, 4239.0, 4273.0, 4282.0, 4230.0, 4308.0, 4221.0, 4269.0, 4242.0, 4262.0, 4272.0, 4242.0, 4309.0, 4241.0, 4271.0, 4243.0, 4253.0, 4251.0, 4243.0, 4344.0, 4295.0, 4281.0, 4243.0, 4250.0, 4251.0, 4254.0, 4324.0, 4305.0, 4301.0, 4251.0, 4298.0, 4260.0, 4279.0, 4321.0, 4292.0, 4300.0, 4251.0, 4298.0, 4249.0, 4280.0, 4241.0, 4312.0, 4251.0, 4280.0, 4300.0, 4229.0, 4298.0, 4269.0, 4319.0, 4300.0, 4277.0, 4230.0, 4260.0, 4249.0, 4248.0, 4278.0, 4269.0, 4300.0, 4278.0, 4269.0, 4238.0, 4281.0, 4311.0, 4283.0, 4279.0, 4242.0, 4297.0, 4240.0, 4272.0, 4251.0, 4242.0, 4261.0, 4250.0, 4290.0, 4283.0, 4316.0, 4304.0, 4282.0, 4260.0, 4263.0, 4299.0, 4261.0, 4313.0, 4292.0, 4272.0, 4250.0, 4240.0, 4310.0, 4252.0, 4311.0, 4292.0, 4272.0, 4250.0, 4243.0, 4309.0, 4252.0, 4310.0, 4293.0, 4271.0, 4251.0, 4242.0, 4311.0, 4240.0, 4302.0, 4272.0, 4283.0, 4303.0, 4261.0, 4262.0, 4242.0, 4291.0, 4262.0, 4243.0, 4302.0, 4285.0, 4282.0, 4243.0, 4311.0, 4274.0, 4315.0, 4294.0, 4336.0, 4276.0, 4243.0, 4272.0, 4245.0, 4311.0, 4281.0, 4271.0, 4319.0, 4291.0, 4312.0, 4283.0, 4263.0, 4281.0, 4241.0, 4309.0, 4290.0, 4289.0, 4268.0, 4290.0, 4309.0, 4292.0, 4288.0, 4237.0, 4226.0, 4235.0, 4228.0, 4268.0, 4227.0, 4247.0, 4230.0, 4238.0, 4247.0, 4280.0, 4289.0, 4280.0, 4271.0, 4239.0, 4250.0, 4258.0, 4229.0, 4260.0, 4243.0, 4282.0, 4267.0, 4298.0, 4270.0, 4308.0, 4280.0, 4308.0, 4333.0, 4349.0, 4330.0, 4307.0, 4265.0, 4255.0, 4274.0, 4246.0, 4337.0, 4316.0, 4284.0, 4252.0, 4261.0, 4261.0, 4232.0, 4323.0, 4294.0, 4302.0, 4272.0, 4291.0, 4242.0, 4252.0, 4261.0, 4233.0, 4333.0, 4304.0, 4291.0, 4232.0, 4292.0, 4252.0, 4274.0, 4293.0, 4264.0, 4312.0, 4231.0, 4301.0, 4264.0, 4305.0, 4261.0, 4254.0, 4271.0, 4231.0, 4302.0, 4254.0, 4313.0, 4295.0, 4274.0, 4254.0, 4275.0, 4277.0, 4279.0, 4285.0, 4318.0, 4311.0, 4274.0, 4283.0, 4243.0, 4253.0, 4247.0, 4272.0, 4274.0, 4263.0, 4271.0, 4231.0, 4270.0, 4231.0, 4342.0, 4327.0, 4326.0, 4277.0, 4316.0, 4273.0, 4316.0, 4314.0, 4323.0, 4260.0, 4241.0, 4322.0, 4231.0, 4322.0, 4313.0, 4322.0, 4293.0, 4314.0, 4260.0, 4251.0, 4279.0, 4240.0, 4320.0, 4252.0, 4310.0, 4251.0, 4309.0, 4251.0, 4272.0, 4272.0, 4283.0, 4259.0, 4232.0, 4311.0, 4220.0, 4292.0, 4253.0], 'WindowWidth': [9611.0, 9557.0, 9479.0, 9424.0, 9445.0, 9507.0, 9444.0, 9481.0, 9469.0, 9452.0, 9424.0, 9426.0, 9513.0, 9418.0, 9475.0, 9459.0, 9442.0, 9405.0, 9421.0, 9417.0, 9423.0, 9425.0, 9413.0, 9463.0, 9519.0, 9462.0, 9416.0, 9443.0, 9431.0, 9412.0, 9463.0, 9548.0, 9461.0, 9502.0, 9450.0, 9478.0, 9445.0, 9445.0, 9513.0, 9478.0, 9540.0, 9515.0, 9465.0, 9440.0, 9456.0, 9454.0, 9442.0, 9541.0, 9512.0, 9493.0, 9445.0, 9439.0, 9410.0, 9442.0, 9541.0, 9501.0, 9507.0, 9498.0, 9434.0, 9417.0, 9431.0, 9493.0, 9426.0, 9495.0, 9481.0, 9421.0, 9408.0, 9440.0, 9499.0, 9438.0, 9476.0, 9459.0, 9427.0, 9426.0, 9441.0, 9473.0, 9436.0, 9484.0, 9458.0, 9486.0, 9443.0, 9455.0, 9413.0, 9439.0, 9514.0, 9480.0, 9512.0, 9476.0, 9441.0, 9418.0, 9432.0, 9440.0, 9440.0, 9458.0, 9468.0, 9444.0, 9410.0, 9440.0, 9475.0, 9443.0, 9473.0, 9497.0, 9467.0, 9433.0, 9423.0, 9481.0, 9448.0, 9452.0, 9496.0, 9463.0, 9489.0, 9440.0, 9482.0, 9446.0, 9420.0, 9482.0, 9444.0, 9504.0, 9422.0, 9485.0, 9421.0, 9442.0, 9427.0, 9457.0, 9503.0, 9464.0, 9453.0, 9420.0, 9416.0, 9419.0, 9458.0, 9517.0, 9490.0, 9443.0, 9421.0, 9407.0, 9444.0, 9438.0, 9514.0, 9491.0, 9435.0, 9421.0, 9422.0, 9471.0, 9420.0, 9491.0, 9470.0, 9429.0, 9430.0, 9443.0, 9517.0, 9425.0, 9510.0, 9497.0, 9452.0, 9408.0, 9423.0, 9473.0, 9420.0, 9441.0, 9504.0, 9467.0, 9443.0, 9419.0, 9406.0, 9401.0, 9441.0, 9534.0, 9452.0, 9458.0, 9418.0, 9434.0, 9427.0, 9417.0, 9498.0, 9495.0, 9466.0, 9422.0, 9422.0, 9405.0, 9422.0, 9483.0, 9438.0, 9493.0, 9464.0, 9436.0, 9404.0, 9422.0, 9497.0, 9420.0, 9477.0, 9466.0, 9437.0, 9394.0, 9423.0, 9471.0, 9421.0, 9425.0, 9493.0, 9453.0, 9489.0, 9424.0, 9469.0, 9420.0, 9433.0, 9418.0, 9441.0, 9517.0, 9495.0, 9456.0, 9418.0, 9404.0, 9407.0, 9445.0, 9519.0, 9482.0, 9447.0, 9425.0, 9425.0, 9435.0, 9451.0, 9525.0, 9510.0, 9462.0, 9437.0, 9421.0, 9449.0, 9444.0, 9521.0, 9506.0, 9445.0, 9422.0, 9423.0, 9474.0, 9422.0, 9520.0, 9508.0, 9464.0, 9421.0, 9423.0, 9457.0, 9420.0, 9484.0, 9460.0, 9476.0, 9418.0, 9421.0, 9433.0, 9420.0, 9457.0, 9422.0, 9465.0, 9490.0, 9440.0, 9427.0, 9418.0, 9470.0, 9421.0, 9452.0, 9490.0, 9437.0, 9471.0, 9422.0, 9433.0, 9416.0, 9427.0, 9517.0, 9507.0, 9445.0, 9420.0, 9407.0, 9403.0, 9429.0, 9519.0, 9482.0, 9435.0, 9428.0, 9426.0, 9421.0, 9446.0, 9538.0, 9510.0, 9466.0, 9428.0, 9426.0, 9462.0, 9447.0, 9519.0, 9514.0, 9467.0, 9420.0, 9425.0, 9515.0, 9424.0, 9505.0, 9476.0, 9438.0, 9401.0, 9422.0, 9498.0, 9421.0, 9488.0, 9473.0, 9424.0, 9405.0, 9423.0, 9458.0, 9425.0, 9508.0, 9493.0, 9463.0, 9407.0, 9422.0, 9503.0, 9422.0, 9497.0, 9486.0, 9452.0, 9409.0, 9423.0, 9495.0, 9420.0, 9448.0, 9458.0, 9441.0, 9412.0, 9424.0, 9501.0, 9425.0, 9426.0, 9469.0, 9450.0, 9451.0, 9423.0, 9497.0, 9431.0, 9422.0, 9453.0, 9439.0, 9487.0, 9426.0, 9500.0, 9435.0, 9459.0, 9420.0, 9509.0, 9503.0, 9463.0, 9440.0, 9406.0, 9453.0, 9417.0, 9453.0, 9457.0, 9433.0, 9438.0, 9402.0, 9426.0, 9420.0, 9426.0, 9450.0, 9441.0, 9403.0, 9423.0, 9458.0, 9396.0, 9468.0, 9460.0, 9477.0, 9495.0, 9420.0, 9484.0, 9424.0, 9434.0, 9420.0, 9476.0, 9424.0, 9423.0, 9431.0, 9434.0, 9517.0, 9494.0, 9466.0, 9535.0, 9493.0, 9461.0, 9450.0, 9433.0, 9444.0, 9425.0, 9518.0, 9500.0, 9459.0, 9402.0, 9415.0, 9465.0, 9420.0, 9481.0, 9472.0, 9430.0, 9402.0, 9406.0, 9459.0, 9438.0, 9515.0, 9502.0, 9441.0, 9409.0, 9419.0, 9493.0, 9445.0, 9497.0, 9498.0, 9440.0, 9385.0, 9400.0, 9490.0, 9404.0, 9467.0, 9429.0, 9400.0, 9384.0, 9407.0, 9395.0, 9403.0, 9483.0, 9445.0, 9435.0, 9391.0, 9426.0, 9485.0, 9440.0, 9480.0, 9461.0, 9445.0, 9391.0, 9415.0, 9490.0, 9456.0, 9461.0, 9455.0, 9456.0, 9394.0, 9425.0, 9460.0, 9397.0, 9458.0, 9431.0, 9420.0, 9388.0, 9405.0, 9498.0, 9480.0, 9509.0, 9475.0, 9465.0, 9494.0, 9405.0, 9478.0, 9429.0, 9459.0, 9484.0, 9414.0, 9432.0, 9397.0, 9409.0, 9399.0, 9419.0, 9504.0, 9424.0, 9429.0, 9408.0, 9444.0, 9406.0, 9413.0, 9519.0, 9478.0, 9486.0, 9447.0, 9441.0, 9404.0, 9419.0, 9475.0, 9447.0, 9481.0, 9431.0, 9426.0, 9411.0, 9510.0, 9528.0, 9509.0, 9519.0, 9465.0, 9436.0, 9414.0, 9402.0, 9491.0, 9472.0, 9469.0, 9456.0, 9423.0, 9376.0, 9418.0, 9467.0, 9423.0, 9492.0, 9476.0, 9462.0, 9392.0, 9419.0, 9494.0, 9463.0, 9488.0, 9474.0, 9462.0, 9386.0, 9407.0, 9506.0, 9486.0, 9499.0, 9456.0, 9441.0, 9400.0, 9405.0, 9462.0, 9429.0, 9533.0, 9520.0, 9477.0, 9406.0, 9412.0, 9481.0, 9377.0, 9458.0, 9433.0, 9422.0, 9418.0, 9395.0, 9494.0, 9395.0, 9467.0, 9452.0, 9505.0, 9476.0, 9447.0, 9508.0, 9390.0, 9474.0, 9440.0, 9474.0, 9496.0, 9457.0, 9449.0, 9389.0, 9425.0, 9387.0, 9389.0, 9471.0, 9405.0, 9471.0, 9392.0, 9465.0, 9391.0, 9406.0, 9475.0, 9449.0, 9511.0, 9422.0, 9480.0, 9430.0, 9416.0, 9388.0, 9395.0, 9512.0, 9446.0, 9429.0, 9391.0, 9390.0, 9392.0, 9418.0, 9514.0, 9482.0, 9476.0, 9397.0, 9464.0, 9418.0, 9417.0, 9412.0, 9417.0, 9412.0, 9414.0, 9490.0, 9434.0, 9503.0, 9484.0, 9477.0, 9412.0, 9417.0, 9519.0, 9496.0, 9498.0, 9506.0, 9458.0, 9456.0, 9397.0, 9433.0, 9411.0, 9431.0, 9536.0, 9445.0, 9454.0, 9404.0, 9450.0, 9409.0, 9416.0, 9523.0, 9498.0, 9493.0, 9453.0, 9501.0, 9435.0, 9432.0, 9419.0, 9481.0, 9491.0, 9390.0, 9499.0, 9468.0, 9513.0, 9479.0, 9420.0, 9491.0, 9399.0, 9465.0, 9414.0, 9446.0, 9462.0, 9408.0, 9479.0, 9390.0, 9457.0, 9407.0, 9456.0, 9463.0, 9394.0, 9493.0, 9381.0, 9443.0, 9411.0, 9439.0, 9450.0, 9412.0, 9497.0, 9411.0, 9452.0, 9415.0, 9430.0, 9424.0, 9418.0, 9555.0, 9489.0, 9464.0, 9418.0, 9422.0, 9424.0, 9435.0, 9526.0, 9501.0, 9490.0, 9424.0, 9482.0, 9433.0, 9458.0, 9516.0, 9477.0, 9486.0, 9421.0, 9480.0, 9416.0, 9457.0, 9412.0, 9505.0, 9421.0, 9459.0, 9482.0, 9387.0, 9478.0, 9444.0, 9509.0, 9486.0, 9451.0, 9392.0, 9431.0, 9415.0, 9415.0, 9453.0, 9445.0, 9484.0, 9456.0, 9443.0, 9402.0, 9463.0, 9502.0, 9467.0, 9455.0, 9409.0, 9480.0, 9407.0, 9452.0, 9424.0, 9412.0, 9435.0, 9422.0, 9475.0, 9471.0, 9519.0, 9501.0, 9468.0, 9437.0, 9440.0, 9484.0, 9436.0, 9508.0, 9479.0, 9451.0, 9418.0, 9407.0, 9498.0, 9426.0, 9503.0, 9477.0, 9450.0, 9420.0, 9413.0, 9496.0, 9426.0, 9501.0, 9481.0, 9448.0, 9421.0, 9412.0, 9502.0, 9408.0, 9491.0, 9452.0, 9469.0, 9495.0, 9439.0, 9437.0, 9414.0, 9476.0, 9437.0, 9416.0, 9494.0, 9474.0, 9465.0, 9415.0, 9506.0, 9459.0, 9516.0, 9486.0, 9545.0, 9463.0, 9417.0, 9453.0, 9422.0, 9504.0, 9463.0, 9447.0, 9512.0, 9474.0, 9504.0, 9466.0, 9442.0, 9461.0, 9409.0, 9495.0, 9471.0, 9469.0, 9437.0, 9469.0, 9492.0, 9474.0, 9463.0, 9391.0, 9377.0, 9388.0, 9383.0, 9436.0, 9381.0, 9405.0, 9391.0, 9396.0, 9407.0, 9457.0, 9468.0, 9454.0, 9445.0, 9401.0, 9417.0, 9425.0, 9388.0, 9430.0, 9416.0, 9464.0, 9454.0, 9497.0, 9469.0, 9512.0, 9477.0, 9512.0, 9555.0, 9572.0, 9544.0, 9505.0, 9447.0, 9432.0, 9455.0, 9425.0, 9548.0, 9514.0, 9467.0, 9424.0, 9434.0, 9433.0, 9398.0, 9521.0, 9485.0, 9492.0, 9452.0, 9474.0, 9410.0, 9423.0, 9433.0, 9403.0, 9533.0, 9495.0, 9475.0, 9400.0, 9477.0, 9427.0, 9459.0, 9482.0, 9444.0, 9503.0, 9398.0, 9488.0, 9446.0, 9500.0, 9438.0, 9432.0, 9448.0, 9397.0, 9490.0, 9434.0, 9510.0, 9487.0, 9459.0, 9433.0, 9462.0, 9469.0, 9477.0, 9472.0, 9519.0, 9511.0, 9447.0, 9464.0, 9413.0, 9411.0, 9415.0, 9453.0, 9462.0, 9445.0, 9451.0, 9398.0, 9447.0, 9401.0, 9550.0, 9536.0, 9531.0, 9469.0, 9519.0, 9461.0, 9519.0, 9514.0, 9525.0, 9436.0, 9410.0, 9517.0, 9399.0, 9521.0, 9511.0, 9522.0, 9483.0, 9511.0, 9435.0, 9422.0, 9456.0, 9406.0, 9515.0, 9425.0, 9499.0, 9423.0, 9497.0, 9423.0, 9452.0, 9453.0, 9467.0, 9433.0, 9401.0, 9502.0, 9383.0, 9477.0, 9432.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.006481896929824562</td></tr>
<tr><td colspan=3>aqi</td><td>0.03521493925438597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.412805358342524</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1781654709659721</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0374774491437988</td></tr>
<tr><td colspan=3>efc</td><td>0.4786</td></tr>
<tr><td colspan=3>fber</td><td>4701.9429</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0908770349220912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.385964912280702</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.510919401736748</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4016196700136523</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.79586820606858</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3352703291280124</td></tr>
<tr><td colspan=3>gcor</td><td>0.0050355</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01642090082168579</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024739759042859077</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.6848952723048978</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>21.4096</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0285</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.236</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>301794.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.322</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8679</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.8396</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3446.314</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.5087</td></tr>
<tr><td colspan=3>tsnr</td><td>31.793964047450572</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>