=== 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-0018 --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-0018",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0018_ses-04_task-fractional_acq-mb8_run-02_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-0018_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0018_suffix-bold_task-fractional" 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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0018_suffix-bold_task-fractional" 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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_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-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-fractional_acq-mb8_run-02_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-0018/ses-04/func/sub-0018_ses-04_task-fractional_acq-mb8_run-02_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>0728b378c76fb1ea25d8b8df2673e018</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>09:23:49.857500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995475, -0.0588087, 0.074643, 0.0544357, 0.996753, 0.0593271]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_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.100526</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 640, -67, -214, -22, 11]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.903</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>103c1c88-d543-4886-8c32-27f28e33e69f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670785903930664, 0.14604713022708893, 0.21030192077159882, 99.62892150878906], [0.15777945518493652, 2.6742160320281982, 0.1484876573085785, -89.274658203125], [0.2002616971731186, -0.15917040407657623, 2.6876988410949707, -63.83384323120117], [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, 1322]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['092349.857500', '092350.317500', '092350.777500', '092351.237500', '092351.697500', '092352.157500', '092352.617500', '092353.077500', '092353.537500', '092353.997500', '092354.457500', '092354.917500', '092355.377500', '092355.837500', '092356.297500', '092356.757500', '092357.217500', '092357.677500', '092358.137500', '092358.597500', '092359.057500', '092359.517500', '092359.977500', '092400.437500', '092400.897500', '092401.357500', '092401.817500', '092402.277500', '092402.737500', '092403.197500', '092403.657500', '092404.117500', '092404.577500', '092405.037500', '092405.497500', '092405.957500', '092406.417500', '092406.877500', '092407.337500', '092407.797500', '092408.257500', '092408.717500', '092409.177500', '092409.637500', '092410.097500', '092410.557500', '092411.017500', '092411.477500', '092411.937500', '092412.397500', '092412.857500', '092413.317500', '092413.777500', '092414.237500', '092414.697500', '092415.157500', '092415.617500', '092416.077500', '092416.537500', '092416.997500', '092417.457500', '092417.917500', '092418.377500', '092418.837500', '092419.297500', '092419.757500', '092420.217500', '092420.677500', '092421.137500', '092421.597500', '092422.057500', '092422.517500', '092422.977500', '092423.437500', '092423.897500', '092424.357500', '092424.817500', '092425.277500', '092425.737500', '092426.197500', '092426.657500', '092427.117500', '092427.577500', '092428.037500', '092428.497500', '092428.957500', '092429.417500', '092429.877500', '092430.337500', '092430.797500', '092431.257500', '092431.717500', '092432.177500', '092432.637500', '092433.097500', '092433.557500', '092434.017500', '092434.477500', '092434.937500', '092435.397500', '092435.857500', '092436.317500', '092436.777500', '092437.237500', '092437.697500', '092438.157500', '092438.617500', '092439.077500', '092439.537500', '092439.997500', '092440.457500', '092440.917500', '092441.377500', '092441.837500', '092442.297500', '092442.757500', '092443.217500', '092443.677500', '092444.137500', '092444.597500', '092445.057500', '092445.517500', '092445.977500', '092446.437500', '092446.897500', '092447.357500', '092447.817500', '092448.277500', '092448.737500', '092449.197500', '092449.657500', '092450.117500', '092450.577500', '092451.037500', '092451.497500', '092451.957500', '092452.417500', '092452.877500', '092453.337500', '092453.797500', '092454.257500', '092454.717500', '092455.177500', '092455.637500', '092456.097500', '092456.557500', '092457.017500', '092457.477500', '092457.937500', '092458.397500', '092458.857500', '092459.317500', '092459.777500', '092500.237500', '092500.697500', '092501.157500', '092501.617500', '092502.077500', '092502.537500', '092502.997500', '092503.457500', '092503.917500', '092504.377500', '092504.837500', '092505.297500', '092505.757500', '092506.217500', '092506.677500', '092507.137500', '092507.597500', '092508.057500', '092508.517500', '092508.977500', '092509.437500', '092509.897500', '092510.357500', '092510.817500', '092511.277500', '092511.737500', '092512.197500', '092512.657500', '092513.117500', '092513.577500', '092514.037500', '092514.497500', '092514.957500', '092515.417500', '092515.877500', '092516.337500', '092516.797500', '092517.257500', '092517.717500', '092518.177500', '092518.637500', '092519.097500', '092519.557500', '092520.017500', '092520.477500', '092520.937500', '092521.397500', '092521.857500', '092522.317500', '092522.777500', '092523.237500', '092523.697500', '092524.157500', '092524.617500', '092525.077500', '092525.537500', '092525.997500', '092526.457500', '092526.917500', '092527.377500', '092527.837500', '092528.297500', '092528.757500', '092529.217500', '092529.677500', '092530.137500', '092530.597500', '092531.057500', '092531.517500', '092531.977500', '092532.437500', '092532.897500', '092533.357500', '092533.817500', '092534.277500', '092534.737500', '092535.197500', '092535.657500', '092536.117500', '092536.577500', '092537.037500', '092537.497500', '092537.957500', '092538.417500', '092538.877500', '092539.337500', '092539.797500', '092540.257500', '092540.717500', '092541.177500', '092541.637500', '092542.097500', '092542.557500', '092543.017500', '092543.477500', '092543.937500', '092544.397500', '092544.857500', '092545.317500', '092545.777500', '092546.237500', '092546.697500', '092547.157500', '092547.617500', '092548.077500', '092548.537500', '092548.997500', '092549.457500', '092549.917500', '092550.377500', '092550.837500', '092551.297500', '092551.757500', '092552.217500', '092552.677500', '092553.137500', '092553.597500', '092554.057500', '092554.517500', '092554.977500', '092555.437500', '092555.897500', '092556.357500', '092556.817500', '092557.277500', '092557.737500', '092558.197500', '092558.657500', '092559.117500', '092559.577500', '092600.037500', '092600.497500', '092600.957500', '092601.417500', '092601.877500', '092602.337500', '092602.797500', '092603.257500', '092603.717500', '092604.177500', '092604.637500', '092605.097500', '092605.557500', '092606.017500', '092606.477500', '092606.937500', '092607.397500', '092607.857500', '092608.317500', '092608.777500', '092609.237500', '092609.697500', '092610.157500', '092610.617500', '092611.077500', '092611.537500', '092611.997500', '092612.457500', '092612.917500', '092613.377500', '092613.837500', '092614.297500', '092614.757500', '092615.217500', '092615.677500', '092616.137500', '092616.597500', '092617.057500', '092617.517500', '092617.977500', '092618.437500', '092618.897500', '092619.357500', '092619.817500', '092620.277500', '092620.737500', '092621.197500', '092621.657500', '092622.117500', '092622.577500', '092623.037500', '092623.497500', '092623.957500', '092624.417500', '092624.877500', '092625.337500', '092625.797500', '092626.257500', '092626.717500', '092627.177500', '092627.637500', '092628.097500', '092628.557500', '092629.017500', '092629.477500', '092629.937500', '092630.397500', '092630.857500', '092631.317500', '092631.777500', '092632.237500', '092632.697500', '092633.157500', '092633.617500', '092634.077500', '092634.537500', '092634.997500', '092635.457500', '092635.917500', '092636.377500', '092636.837500', '092637.297500', '092637.757500', '092638.217500', '092638.677500', '092639.137500', '092639.597500', '092640.057500', '092640.517500', '092640.977500', '092641.437500', '092641.897500', '092642.357500', '092642.817500', '092643.277500', '092643.737500', '092644.197500', '092644.657500', '092645.117500', '092645.577500', '092646.037500', '092646.497500', '092646.957500', '092647.417500', '092647.877500', '092648.337500', '092648.797500', '092649.257500', '092649.717500', '092650.177500', '092650.637500', '092651.097500', '092651.557500', '092652.017500', '092652.477500', '092652.937500', '092653.397500', '092653.857500', '092654.317500', '092654.777500', '092655.237500', '092655.697500', '092656.157500', '092656.617500', '092657.077500', '092657.537500', '092657.997500', '092658.457500', '092658.917500', '092659.377500', '092659.837500', '092700.297500', '092700.757500', '092701.217500', '092701.677500', '092702.137500', '092702.597500', '092703.057500', '092703.517500', '092703.977500', '092704.437500', '092704.897500', '092705.357500', '092705.817500', '092706.277500', '092706.737500', '092707.197500', '092707.657500', '092708.117500', '092708.577500', '092709.037500', '092709.497500', '092709.957500', '092710.417500', '092710.877500', '092711.337500', '092711.797500', '092712.257500', '092712.717500', '092713.177500', '092713.637500', '092714.097500', '092714.557500', '092715.017500', '092715.477500', '092715.937500', '092716.397500', '092716.857500', '092717.317500', '092717.777500', '092718.237500', '092718.697500', '092719.157500', '092719.617500', '092720.077500', '092720.537500', '092720.997500', '092721.457500', '092721.917500', '092722.377500', '092722.837500', '092723.297500', '092723.757500', '092724.217500', '092724.677500', '092725.137500', '092725.597500', '092726.057500', '092726.517500', '092726.977500', '092727.437500', '092727.897500', '092728.357500', '092728.817500', '092729.277500', '092729.737500', '092730.197500', '092730.657500', '092731.117500', '092731.577500', '092732.037500', '092732.497500', '092732.957500', '092733.417500', '092733.877500', '092734.337500', '092734.797500', '092735.257500', '092735.717500', '092736.177500', '092736.637500', '092737.097500', '092737.557500', '092738.017500', '092738.477500', '092738.937500', '092739.397500', '092739.857500', '092740.317500', '092740.777500', '092741.237500', '092741.697500', '092742.157500', '092742.617500', '092743.077500', '092743.537500', '092743.997500', '092744.457500', '092744.917500', '092745.377500', '092745.837500', '092746.297500', '092746.757500', '092747.217500', '092747.677500', '092748.137500', '092748.597500', '092749.057500', '092749.517500', '092749.977500', '092750.437500', '092750.897500', '092751.357500', '092751.817500', '092752.277500', '092752.737500', '092753.197500', '092753.657500', '092754.117500', '092754.577500', '092755.037500', '092755.497500', '092755.957500', '092756.417500', '092756.877500', '092757.337500', '092757.797500', '092758.257500', '092758.717500', '092759.177500', '092759.637500', '092800.097500', '092800.557500', '092801.017500', '092801.477500', '092801.937500', '092802.397500', '092802.857500', '092803.317500', '092803.777500', '092804.237500', '092804.697500', '092805.157500', '092805.617500', '092806.077500', '092806.537500', '092806.997500', '092807.457500', '092807.917500', '092808.377500', '092808.837500', '092809.297500', '092809.757500', '092810.217500', '092810.677500', '092811.137500', '092811.597500', '092812.057500', '092812.517500', '092812.977500', '092813.437500', '092813.897500', '092814.357500', '092814.817500', '092815.277500', '092815.737500', '092816.197500', '092816.657500', '092817.117500', '092817.577500', '092818.037500', '092818.497500', '092818.957500', '092819.417500', '092819.877500', '092820.337500', '092820.797500', '092821.257500', '092821.717500', '092822.177500', '092822.637500', '092823.097500', '092823.557500', '092824.017500', '092824.477500', '092824.937500', '092825.397500', '092825.857500', '092826.317500', '092826.777500', '092827.237500', '092827.697500', '092828.157500', '092828.617500', '092829.077500', '092829.537500', '092829.997500', '092830.457500', '092830.917500', '092831.377500', '092831.837500', '092832.297500', '092832.757500', '092833.217500', '092833.677500', '092834.137500', '092834.597500', '092835.057500', '092835.517500', '092835.977500', '092836.437500', '092836.897500', '092837.357500', '092837.817500', '092838.277500', '092838.737500', '092839.197500', '092839.657500', '092840.117500', '092840.577500', '092841.037500', '092841.497500', '092841.957500', '092842.417500', '092842.877500', '092843.337500', '092843.797500', '092844.257500', '092844.717500', '092845.177500', '092845.637500', '092846.097500', '092846.557500', '092847.017500', '092847.477500', '092847.937500', '092848.397500', '092848.857500', '092849.317500', '092849.777500', '092850.237500', '092850.697500', '092851.157500', '092851.617500', '092852.077500', '092852.537500', '092852.997500', '092853.457500', '092853.917500', '092854.377500', '092854.837500', '092855.297500', '092855.757500', '092856.217500', '092856.677500', '092857.137500', '092857.597500', '092858.057500', '092858.517500', '092858.977500', '092859.437500', '092859.897500', '092900.357500', '092900.817500', '092901.277500', '092901.737500', '092902.197500', '092902.657500', '092903.117500', '092903.577500', '092904.037500', '092904.497500', '092904.957500', '092905.417500', '092905.877500', '092906.337500', '092906.797500', '092907.257500', '092907.717500', '092908.177500', '092908.637500', '092909.097500', '092909.557500', '092910.017500', '092910.477500', '092910.937500', '092911.397500', '092911.857500', '092912.317500', '092912.777500', '092913.237500', '092913.697500', '092914.157500', '092914.617500', '092915.077500', '092915.537500', '092915.997500', '092916.457500', '092916.917500', '092917.377500', '092917.837500', '092918.297500', '092918.757500', '092919.217500', '092919.677500', '092920.137500', '092920.597500', '092921.057500', '092921.517500', '092921.977500', '092922.437500', '092922.897500', '092923.357500', '092923.817500', '092924.277500', '092924.737500', '092925.197500', '092925.657500', '092926.117500', '092926.577500', '092927.037500', '092927.497500', '092927.957500', '092928.417500', '092928.877500', '092929.337500', '092929.797500', '092930.257500', '092930.717500', '092931.177500', '092931.637500', '092932.097500', '092932.557500', '092933.017500', '092933.477500', '092933.937500', '092934.397500', '092934.857500', '092935.317500', '092935.777500', '092936.237500', '092936.697500', '092937.157500', '092937.617500', '092938.077500', '092938.537500', '092938.997500', '092939.457500', '092939.917500', '092940.377500', '092940.837500', '092941.297500', '092941.757500', '092942.217500', '092942.677500', '092943.137500', '092943.597500', '092944.057500', '092944.517500', '092944.977500', '092945.437500', '092945.897500', '092946.357500', '092946.817500', '092947.277500', '092947.737500', '092948.197500', '092948.657500', '092949.117500', '092949.577500', '092950.037500', '092950.497500', '092950.957500', '092951.417500', '092951.877500', '092952.337500', '092952.797500', '092953.257500', '092953.717500', '092954.177500', '092954.637500', '092955.097500', '092955.557500', '092956.017500', '092956.477500', '092956.937500', '092957.397500', '092957.857500', '092958.317500', '092958.777500', '092959.237500', '092959.697500', '093000.157500', '093000.617500', '093001.077500', '093001.537500', '093001.997500', '093002.457500', '093002.917500', '093003.377500', '093003.837500', '093004.297500', '093004.757500', '093005.217500', '093005.677500', '093006.137500', '093006.597500', '093007.057500', '093007.517500', '093007.977500', '093008.437500', '093008.897500', '093009.357500', '093009.817500', '093010.277500', '093010.737500', '093011.197500', '093011.657500', '093012.117500', '093012.577500', '093013.037500', '093013.497500', '093013.957500', '093014.417500', '093014.877500', '093015.337500', '093015.797500', '093016.257500', '093016.717500', '093017.177500', '093017.637500', '093018.097500', '093018.557500', '093019.017500', '093019.477500', '093019.937500', '093020.397500', '093020.857500', '093021.317500', '093021.777500', '093022.237500', '093022.697500', '093023.157500', '093023.617500', '093024.077500', '093024.537500', '093024.997500', '093025.457500', '093025.917500', '093026.377500', '093026.837500', '093027.297500', '093027.757500', '093028.217500', '093028.677500', '093029.137500', '093029.597500', '093030.057500', '093030.517500', '093030.977500', '093031.437500', '093031.897500', '093032.357500', '093032.817500', '093033.277500', '093033.737500', '093034.197500', '093034.657500', '093035.117500', '093035.577500', '093036.037500', '093036.497500', '093036.957500', '093037.417500', '093037.877500', '093038.337500', '093038.797500', '093039.257500', '093039.717500', '093040.177500', '093040.637500', '093041.097500', '093041.557500', '093042.017500', '093042.477500', '093042.937500', '093043.397500', '093043.857500', '093044.317500', '093044.777500', '093045.237500', '093045.697500', '093046.157500', '093046.617500', '093047.077500', '093047.537500', '093047.997500', '093048.457500', '093048.917500', '093049.377500', '093049.837500', '093050.297500', '093050.757500', '093051.217500', '093051.677500', '093052.137500', '093052.597500', '093053.057500', '093053.517500', '093053.977500', '093054.437500', '093054.897500', '093055.357500', '093055.817500', '093056.277500', '093056.737500', '093057.197500', '093057.657500', '093058.117500', '093058.577500', '093059.037500', '093059.497500', '093059.957500', '093100.417500', '093100.877500', '093101.337500', '093101.797500', '093102.257500', '093102.717500', '093103.177500', '093103.637500', '093104.097500', '093104.557500', '093105.017500', '093105.477500', '093105.937500', '093106.397500', '093106.857500', '093107.317500', '093107.777500', '093108.237500', '093108.697500', '093109.157500', '093109.617500', '093110.077500', '093110.537500', '093110.997500', '093111.457500', '093111.917500', '093112.377500', '093112.837500', '093113.297500', '093113.757500', '093114.217500', '093114.677500', '093115.137500', '093115.597500', '093116.057500', '093116.517500', '093116.977500', '093117.437500', '093117.897500', '093118.357500', '093118.817500', '093119.277500', '093119.737500', '093120.197500', '093120.657500', '093121.117500', '093121.577500', '093122.037500', '093122.497500', '093122.957500', '093123.417500', '093123.877500', '093124.337500', '093124.797500', '093125.257500', '093125.717500', '093126.177500', '093126.637500', '093127.097500', '093127.557500', '093128.017500', '093128.477500', '093128.937500', '093129.397500', '093129.857500', '093130.317500', '093130.777500', '093131.237500', '093131.697500', '093132.157500', '093132.617500', '093133.077500', '093133.537500', '093133.997500', '093134.457500', '093134.917500', '093135.377500', '093135.837500', '093136.297500', '093136.757500', '093137.217500', '093137.677500', '093138.137500', '093138.597500', '093139.057500', '093139.517500', '093139.977500', '093140.437500', '093140.897500', '093141.357500', '093141.817500', '093142.277500', '093142.737500', '093143.197500', '093143.657500', '093144.117500', '093144.577500', '093145.037500', '093145.497500', '093145.957500', '093146.417500', '093146.877500', '093147.337500', '093147.797500', '093148.257500', '093148.717500', '093149.177500', '093149.637500', '093150.097500', '093150.557500', '093151.017500', '093151.477500', '093151.937500', '093152.397500', '093152.857500', '093153.317500', '093153.777500', '093154.237500', '093154.697500', '093155.157500', '093155.617500', '093156.077500', '093156.537500', '093156.997500', '093157.457500', '093157.917500', '093158.377500', '093158.837500', '093159.297500', '093159.757500', '093200.217500', '093200.677500', '093201.137500', '093201.597500', '093202.057500', '093202.517500', '093202.977500', '093203.437500', '093203.897500', '093204.357500', '093204.817500', '093205.277500', '093205.737500', '093206.197500', '093206.657500', '093207.117500', '093207.577500', '093208.037500', '093208.497500', '093208.957500', '093209.417500', '093209.877500', '093210.337500', '093210.797500', '093211.257500', '093211.717500', '093212.177500', '093212.637500', '093213.097500', '093213.557500', '093214.017500', '093214.477500', '093214.937500', '093215.397500', '093215.857500', '093216.317500', '093216.777500', '093217.237500', '093217.697500', '093218.157500', '093218.617500', '093219.077500', '093219.537500', '093219.997500', '093220.457500', '093220.917500', '093221.377500', '093221.837500', '093222.297500', '093222.757500', '093223.217500', '093223.677500', '093224.137500', '093224.597500', '093225.057500', '093225.517500', '093225.977500', '093226.437500', '093226.897500', '093227.357500', '093227.817500', '093228.277500', '093228.737500', '093229.197500', '093229.657500', '093230.117500', '093230.577500', '093231.037500', '093231.497500', '093231.957500', '093232.417500', '093232.877500', '093233.337500', '093233.797500', '093234.257500', '093234.717500', '093235.177500', '093235.637500', '093236.097500', '093236.557500', '093237.017500', '093237.477500', '093237.937500', '093238.397500', '093238.857500', '093239.317500', '093239.777500', '093240.237500', '093240.697500', '093241.157500', '093241.617500', '093242.077500', '093242.537500', '093242.997500', '093243.457500', '093243.917500', '093244.377500', '093244.837500', '093245.297500', '093245.757500', '093246.217500', '093246.677500', '093247.137500', '093247.597500', '093248.057500', '093248.517500', '093248.977500', '093249.437500', '093249.897500', '093250.357500', '093250.817500', '093251.277500', '093251.737500', '093252.197500', '093252.657500', '093253.117500', '093253.577500', '093254.037500', '093254.497500', '093254.957500', '093255.417500', '093255.877500', '093256.337500', '093256.797500', '093257.257500', '093257.717500', '093258.177500', '093258.637500', '093259.097500', '093259.557500', '093300.017500', '093300.477500', '093300.937500', '093301.397500', '093301.857500', '093302.317500', '093302.777500', '093303.237500', '093303.697500', '093304.157500', '093304.617500', '093305.077500', '093305.537500', '093305.997500', '093306.457500', '093306.917500', '093307.377500', '093307.837500', '093308.297500', '093308.757500', '093309.217500', '093309.677500', '093310.137500', '093310.597500', '093311.057500', '093311.517500', '093311.977500', '093312.437500', '093312.897500', '093313.357500', '093313.817500', '093314.277500', '093314.737500', '093315.197500', '093315.657500', '093316.117500', '093316.577500', '093317.037500', '093317.497500', '093317.957500', '093318.417500', '093318.877500', '093319.337500', '093319.797500', '093320.257500', '093320.717500', '093321.177500', '093321.637500', '093322.097500', '093322.557500', '093323.017500', '093323.477500', '093323.937500', '093324.397500', '093324.857500', '093325.317500', '093325.777500', '093326.237500', '093326.697500', '093327.157500', '093327.617500', '093328.077500', '093328.537500', '093328.997500', '093329.457500', '093329.917500', '093330.377500', '093330.837500', '093331.297500', '093331.757500', '093332.217500', '093332.677500', '093333.137500', '093333.597500', '093334.057500', '093334.517500', '093334.977500', '093335.437500', '093335.897500', '093336.357500', '093336.817500', '093337.277500', '093337.737500', '093338.197500', '093338.657500', '093339.117500', '093339.577500', '093340.037500', '093340.497500', '093340.957500', '093341.417500', '093341.877500', '093342.337500', '093342.797500', '093343.257500', '093343.717500', '093344.177500', '093344.637500', '093345.097500', '093345.557500', '093346.017500', '093346.477500', '093346.937500', '093347.397500', '093347.857500', '093348.317500', '093348.777500', '093349.237500', '093349.697500', '093350.157500', '093350.617500', '093351.077500', '093351.537500', '093351.997500', '093352.457500', '093352.917500', '093353.377500', '093353.837500', '093354.297500', '093354.757500', '093355.217500', '093355.677500', '093356.137500', '093356.597500', '093357.057500', '093357.517500'], 'ContentTime': ['092418.009000', '092418.012000', '092418.015000', '092418.018000', '092418.020000', '092418.023000', '092418.026000', '092418.029000', '092418.032000', '092418.034000', '092418.037000', '092418.040000', '092418.043000', '092418.045000', '092418.048000', '092418.051000', '092418.054000', '092418.057000', '092418.059000', '092418.062000', '092418.065000', '092418.068000', '092418.070000', '092418.073000', '092418.076000', '092418.079000', '092418.081000', '092418.084000', '092418.087000', '092418.090000', '092418.093000', '092418.095000', '092418.098000', '092418.101000', '092418.104000', '092418.106000', '092418.109000', '092418.112000', '092418.115000', '092418.117000', '092418.129000', '092418.132000', '092418.135000', '092418.137000', '092418.140000', '092418.143000', '092418.146000', '092418.149000', '092418.151000', '092418.154000', '092418.157000', '092418.160000', '092418.162000', '092418.170000', '092418.172000', '092418.175000', '092418.178000', '092418.181000', '092418.184000', '092437.979000', '092437.982000', '092437.984000', '092437.987000', '092437.990000', '092437.993000', '092437.996000', '092437.998000', '092438.002000', '092438.005000', '092438.008000', '092438.011000', '092438.013000', '092438.016000', '092438.019000', '092438.022000', '092438.024000', '092438.027000', '092438.032000', '092438.034000', '092438.037000', '092438.040000', '092438.043000', '092438.045000', '092438.048000', '092438.051000', '092438.054000', '092438.057000', '092438.059000', '092438.062000', '092438.065000', '092438.068000', '092438.070000', '092438.073000', '092438.076000', '092438.079000', '092438.081000', '092438.084000', '092438.087000', '092438.090000', '092438.093000', '092438.095000', '092438.098000', '092457.979000', '092457.982000', '092457.985000', '092457.988000', '092457.990000', '092457.993000', '092457.996000', '092458.000000', '092458.002000', '092458.005000', '092458.008000', '092458.011000', '092458.014000', '092458.016000', '092458.019000', '092458.022000', '092458.025000', '092458.028000', '092458.030000', '092458.033000', '092458.036000', '092458.039000', '092458.042000', '092458.044000', '092458.047000', '092458.050000', '092458.053000', '092458.056000', '092458.058000', '092458.061000', '092458.064000', '092458.067000', '092458.070000', '092458.072000', '092458.081000', '092458.084000', '092458.087000', '092458.089000', '092458.092000', '092458.095000', '092458.098000', '092458.101000', '092458.103000', '092517.979000', '092517.982000', '092517.984000', '092517.987000', '092517.990000', '092517.993000', '092517.996000', '092517.998000', '092518.001000', '092518.004000', '092518.007000', '092518.010000', '092518.012000', '092518.015000', '092518.018000', '092518.021000', '092518.024000', '092518.026000', '092518.029000', '092518.032000', '092518.035000', '092518.038000', '092518.040000', '092518.043000', '092518.046000', '092518.049000', '092518.052000', '092518.054000', '092518.057000', '092518.060000', '092518.063000', '092518.065000', '092518.068000', '092518.071000', '092518.074000', '092518.077000', '092518.079000', '092518.082000', '092518.085000', '092518.088000', '092518.090000', '092518.093000', '092518.096000', '092518.099000', '092537.979000', '092537.982000', '092537.985000', '092537.987000', '092537.990000', '092537.993000', '092537.996000', '092538.000000', '092538.016000', '092538.019000', '092538.022000', '092538.025000', '092538.027000', '092538.030000', '092538.033000', '092538.036000', '092538.039000', '092538.042000', '092538.044000', '092538.047000', '092538.050000', '092538.053000', '092538.056000', '092538.058000', '092538.061000', '092538.064000', '092538.067000', '092538.070000', '092538.072000', '092538.075000', '092538.078000', '092538.081000', '092538.084000', '092538.086000', '092538.089000', '092538.092000', '092538.095000', '092538.098000', '092538.100000', '092538.103000', '092538.106000', '092538.109000', '092538.112000', '092557.979000', '092557.982000', '092557.984000', '092557.987000', '092557.990000', '092557.993000', '092557.996000', '092558.000000', '092558.002000', '092558.005000', '092558.008000', '092558.011000', '092558.014000', '092558.016000', '092558.019000', '092558.022000', '092558.025000', '092558.027000', '092558.030000', '092558.033000', '092558.036000', '092558.039000', '092558.042000', '092558.044000', '092558.047000', '092558.050000', '092558.053000', '092558.056000', '092558.058000', '092558.061000', '092558.064000', '092558.067000', '092558.069000', '092558.072000', '092558.075000', '092558.078000', '092558.081000', '092558.084000', '092558.086000', '092558.089000', '092558.092000', '092558.095000', '092558.097000', '092558.100000', '092617.979000', '092617.982000', '092617.985000', '092617.987000', '092617.990000', '092617.993000', '092617.996000', '092618.000000', '092618.002000', '092618.005000', '092618.008000', '092618.011000', '092618.014000', '092618.017000', '092618.019000', '092618.022000', '092618.027000', '092618.031000', '092618.034000', '092618.037000', '092618.040000', '092618.043000', '092618.045000', '092618.048000', '092618.051000', '092618.054000', '092618.057000', '092618.059000', '092618.062000', '092618.065000', '092618.068000', '092618.071000', '092618.073000', '092618.076000', '092618.079000', '092618.082000', '092618.085000', '092618.087000', '092618.090000', '092618.093000', '092618.096000', '092618.099000', '092618.101000', '092637.979000', '092637.982000', '092637.985000', '092637.987000', '092637.990000', '092637.993000', '092637.996000', '092638.000000', '092638.002000', '092638.005000', '092638.008000', '092638.011000', '092638.014000', '092638.016000', '092638.019000', '092638.022000', '092638.025000', '092638.028000', '092638.030000', '092638.033000', '092638.036000', '092638.039000', '092638.042000', '092638.044000', '092638.047000', '092638.050000', '092638.053000', '092638.056000', '092638.058000', '092638.061000', '092638.064000', '092638.067000', '092638.070000', '092638.072000', '092638.075000', '092638.078000', '092638.081000', '092638.084000', '092638.086000', '092638.089000', '092638.092000', '092638.095000', '092638.098000', '092638.100000', '092657.979000', '092657.982000', '092657.985000', '092657.987000', '092657.990000', '092657.993000', '092657.996000', '092658.000000', '092658.002000', '092658.005000', '092658.008000', '092658.011000', '092658.014000', '092658.017000', '092658.019000', '092658.022000', '092658.025000', '092658.028000', '092658.031000', '092658.034000', '092658.037000', '092658.040000', '092658.043000', '092658.045000', '092658.048000', '092658.051000', '092658.054000', '092658.057000', '092658.059000', '092658.062000', '092658.065000', '092658.068000', '092658.071000', '092658.074000', '092658.076000', '092658.079000', '092658.082000', '092658.085000', '092658.088000', '092658.090000', '092658.093000', '092658.096000', '092658.099000', '092717.979000', '092717.982000', '092717.985000', '092717.987000', '092718.006000', '092718.009000', '092718.011000', '092718.014000', '092718.017000', '092718.020000', '092718.023000', '092718.025000', '092718.028000', '092718.031000', '092718.034000', '092718.037000', '092718.039000', '092718.042000', '092718.045000', '092718.048000', '092718.051000', '092718.053000', '092718.056000', '092718.059000', '092718.062000', '092718.065000', '092718.067000', '092718.070000', '092718.073000', '092718.076000', '092718.079000', '092718.081000', '092718.084000', '092718.087000', '092718.090000', '092718.093000', '092718.095000', '092718.098000', '092718.101000', '092718.104000', '092718.107000', '092718.109000', '092718.112000', '092718.115000', '092737.979000', '092737.982000', '092737.985000', '092737.988000', '092737.990000', '092737.993000', '092737.996000', '092738.000000', '092738.003000', '092738.005000', '092738.008000', '092738.011000', '092738.014000', '092738.016000', '092738.019000', '092738.022000', '092738.025000', '092738.028000', '092738.031000', '092738.033000', '092738.036000', '092738.039000', '092738.042000', '092738.045000', '092738.047000', '092738.050000', '092738.053000', '092738.056000', '092738.059000', '092738.061000', '092738.064000', '092738.067000', '092738.070000', '092738.073000', '092738.076000', '092738.078000', '092738.081000', '092738.084000', '092738.087000', '092738.090000', '092738.092000', '092738.095000', '092738.098000', '092757.979000', '092757.982000', '092757.985000', '092757.987000', '092757.990000', '092757.993000', '092757.996000', '092758.000000', '092758.002000', '092758.005000', '092758.008000', '092758.011000', '092758.014000', '092758.017000', '092758.019000', '092758.022000', '092758.025000', '092758.028000', '092758.031000', '092758.034000', '092758.036000', '092758.039000', '092758.042000', '092758.045000', '092758.048000', '092758.050000', '092758.053000', '092758.056000', '092758.059000', '092758.062000', '092758.065000', '092758.067000', '092758.070000', '092758.073000', '092758.076000', '092758.079000', '092758.082000', '092758.084000', '092758.087000', '092758.090000', '092758.093000', '092758.096000', '092758.099000', '092758.101000', '092817.979000', '092817.982000', '092817.985000', '092817.988000', '092817.990000', '092817.993000', '092817.996000', '092818.000000', '092818.003000', '092818.006000', '092818.009000', '092818.013000', '092818.016000', '092818.019000', '092818.022000', '092818.024000', '092818.027000', '092818.030000', '092818.033000', '092818.036000', '092818.038000', '092818.041000', '092818.044000', '092818.047000', '092818.050000', '092818.052000', '092818.055000', '092818.058000', '092818.061000', '092818.064000', '092818.067000', '092818.070000', '092818.073000', '092818.075000', '092818.078000', '092818.081000', '092818.084000', '092818.087000', '092818.090000', '092818.092000', '092818.095000', '092818.098000', '092818.101000', '092837.979000', '092837.982000', '092837.985000', '092837.988000', '092837.990000', '092837.993000', '092837.996000', '092838.000000', '092838.003000', '092838.005000', '092838.008000', '092838.011000', '092838.014000', '092838.016000', '092838.019000', '092838.022000', '092838.025000', '092838.028000', '092838.031000', '092838.033000', '092838.036000', '092838.039000', '092838.042000', '092838.045000', '092838.047000', '092838.050000', '092838.053000', '092838.056000', '092838.059000', '092838.066000', '092838.069000', '092838.071000', '092838.074000', '092838.077000', '092838.080000', '092838.083000', '092838.085000', '092838.088000', '092838.091000', '092838.094000', '092838.097000', '092838.099000', '092838.102000', '092838.105000', '092857.979000', '092857.982000', '092857.985000', '092857.987000', '092857.990000', '092857.993000', '092857.996000', '092857.999000', '092858.001000', '092858.004000', '092858.007000', '092858.010000', '092858.013000', '092858.015000', '092858.018000', '092858.021000', '092858.024000', '092858.027000', '092858.029000', '092858.032000', '092858.035000', '092858.038000', '092858.041000', '092858.043000', '092858.046000', '092858.049000', '092858.052000', '092858.055000', '092858.058000', '092858.060000', '092858.063000', '092858.066000', '092858.069000', '092858.072000', '092858.075000', '092858.077000', '092858.080000', '092858.083000', '092858.086000', '092858.089000', '092858.091000', '092858.094000', '092858.097000', '092917.979000', '092917.982000', '092917.985000', '092917.987000', '092917.990000', '092917.993000', '092917.996000', '092918.000000', '092918.002000', '092918.005000', '092918.008000', '092918.011000', '092918.014000', '092918.017000', '092918.019000', '092918.022000', '092918.025000', '092918.028000', '092918.031000', '092918.033000', '092918.036000', '092918.039000', '092918.042000', '092918.045000', '092918.047000', '092918.050000', '092918.053000', '092918.056000', '092918.059000', '092918.062000', '092918.064000', '092918.067000', '092918.070000', '092918.073000', '092918.076000', '092918.079000', '092918.081000', '092918.084000', '092918.087000', '092918.090000', '092918.092000', '092918.095000', '092918.098000', '092918.101000', '092937.979000', '092937.982000', '092937.985000', '092937.987000', '092937.990000', '092937.993000', '092937.996000', '092938.000000', '092938.003000', '092938.006000', '092938.009000', '092938.012000', '092938.015000', '092938.017000', '092938.020000', '092938.023000', '092938.026000', '092938.029000', '092938.032000', '092938.034000', '092938.037000', '092938.040000', '092938.043000', '092938.045000', '092938.048000', '092938.052000', '092938.055000', '092938.058000', '092938.061000', '092938.064000', '092938.067000', '092938.069000', '092938.072000', '092938.075000', '092938.078000', '092938.081000', '092938.084000', '092938.086000', '092938.089000', '092938.092000', '092938.095000', '092938.097000', '092938.100000', '092957.979000', '092957.982000', '092957.985000', '092957.987000', '092957.990000', '092957.993000', '092957.996000', '092958.000000', '092958.002000', '092958.005000', '092958.008000', '092958.011000', '092958.014000', '092958.017000', '092958.020000', '092958.022000', '092958.025000', '092958.028000', '092958.031000', '092958.034000', '092958.036000', '092958.039000', '092958.042000', '092958.045000', '092958.048000', '092958.050000', '092958.055000', '092958.058000', '092958.060000', '092958.063000', '092958.066000', '092958.069000', '092958.072000', '092958.074000', '092958.077000', '092958.080000', '092958.083000', '092958.085000', '092958.088000', '092958.091000', '092958.097000', '092958.100000', '092958.103000', '092958.106000', '093017.979000', '093017.982000', '093017.985000', '093017.988000', '093017.990000', '093017.993000', '093017.996000', '093018.000000', '093018.003000', '093018.005000', '093018.008000', '093018.011000', '093018.014000', '093018.017000', '093018.019000', '093018.022000', '093018.025000', '093018.028000', '093018.031000', '093018.033000', '093018.036000', '093018.039000', '093018.042000', '093018.045000', '093018.048000', '093018.050000', '093018.053000', '093018.056000', '093018.059000', '093018.062000', '093018.064000', '093018.067000', '093018.070000', '093018.073000', '093018.076000', '093018.079000', '093018.081000', '093018.084000', '093018.087000', '093018.090000', '093018.093000', '093018.095000', '093018.098000', '093037.979000', '093037.982000', '093037.985000', '093037.988000', '093037.990000', '093037.993000', '093037.996000', '093038.000000', '093038.002000', '093038.005000', '093038.008000', '093038.011000', '093038.014000', '093038.017000', '093038.019000', '093038.022000', '093038.025000', '093038.028000', '093038.031000', '093038.034000', '093038.036000', '093038.039000', '093038.042000', '093038.045000', '093038.048000', '093038.050000', '093038.053000', '093038.056000', '093038.059000', '093038.062000', '093038.064000', '093038.067000', '093038.070000', '093038.073000', '093038.076000', '093038.078000', '093038.081000', '093038.084000', '093038.087000', '093038.090000', '093038.092000', '093038.095000', '093038.098000', '093038.101000', '093057.979000', '093057.982000', '093057.985000', '093057.987000', '093057.990000', '093057.993000', '093057.996000', '093058.000000', '093058.003000', '093058.005000', '093058.008000', '093058.011000', '093058.014000', '093058.016000', '093058.019000', '093058.022000', '093058.025000', '093058.028000', '093058.030000', '093058.033000', '093058.036000', '093058.039000', '093058.042000', '093058.044000', '093058.047000', '093058.050000', '093058.053000', '093058.056000', '093058.058000', '093058.061000', '093058.064000', '093058.067000', '093058.070000', '093058.072000', '093058.075000', '093058.078000', '093058.081000', '093058.084000', '093058.087000', '093058.090000', '093058.093000', '093058.096000', '093058.099000', '093117.979000', '093117.982000', '093117.984000', '093117.987000', '093117.990000', '093117.993000', '093117.996000', '093117.998000', '093118.002000', '093118.005000', '093118.008000', '093118.011000', '093118.014000', '093118.016000', '093118.019000', '093118.022000', '093118.025000', '093118.027000', '093118.030000', '093118.033000', '093118.036000', '093118.039000', '093118.042000', '093118.045000', '093118.047000', '093118.050000', '093118.053000', '093118.056000', '093118.059000', '093118.061000', '093118.064000', '093118.067000', '093118.070000', '093118.073000', '093118.076000', '093118.078000', '093118.081000', '093118.084000', '093118.087000', '093118.090000', '093118.092000', '093118.095000', '093118.098000', '093118.101000', '093137.979000', '093137.982000', '093137.985000', '093137.987000', '093137.990000', '093137.993000', '093137.996000', '093138.000000', '093138.003000', '093138.005000', '093138.008000', '093138.011000', '093138.014000', '093138.017000', '093138.019000', '093138.022000', '093138.025000', '093138.028000', '093138.030000', '093138.033000', '093138.036000', '093138.039000', '093138.042000', '093138.044000', '093138.047000', '093138.050000', '093138.053000', '093138.056000', '093138.059000', '093138.061000', '093138.064000', '093138.067000', '093138.070000', '093138.073000', '093138.075000', '093138.078000', '093138.081000', '093138.084000', '093138.087000', '093138.090000', '093138.092000', '093138.095000', '093138.098000', '093157.979000', '093157.982000', '093157.984000', '093157.987000', '093157.990000', '093157.993000', '093157.996000', '093158.000000', '093158.002000', '093158.005000', '093158.008000', '093158.011000', '093158.014000', '093158.016000', '093158.019000', '093158.022000', '093158.025000', '093158.028000', '093158.030000', '093158.033000', '093158.036000', '093158.039000', '093158.042000', '093158.044000', '093158.047000', '093158.050000', '093158.053000', '093158.056000', '093158.059000', '093158.062000', '093158.064000', '093158.067000', '093158.070000', '093158.073000', '093158.075000', '093158.078000', '093158.081000', '093158.084000', '093158.087000', '093158.090000', '093158.092000', '093158.095000', '093158.098000', '093158.101000', '093217.979000', '093217.982000', '093217.985000', '093217.988000', '093217.990000', '093217.993000', '093217.996000', '093218.000000', '093218.003000', '093218.005000', '093218.008000', '093218.011000', '093218.014000', '093218.017000', '093218.019000', '093218.022000', '093218.025000', '093218.028000', '093218.031000', '093218.033000', '093218.036000', '093218.039000', '093218.042000', '093218.045000', '093218.048000', '093218.050000', '093218.053000', '093218.056000', '093218.059000', '093218.062000', '093218.065000', '093218.067000', '093218.070000', '093218.073000', '093218.076000', '093218.079000', '093218.081000', '093218.084000', '093218.087000', '093218.090000', '093218.093000', '093218.095000', '093218.098000', '093237.979000', '093237.982000', '093237.985000', '093237.987000', '093237.990000', '093237.993000', '093237.996000', '093238.000000', '093238.003000', '093238.005000', '093238.008000', '093238.011000', '093238.014000', '093238.017000', '093238.020000', '093238.022000', '093238.025000', '093238.028000', '093238.031000', '093238.034000', '093238.036000', '093238.039000', '093238.042000', '093238.045000', '093238.048000', '093238.050000', '093238.053000', '093238.056000', '093238.059000', '093238.062000', '093238.065000', '093238.067000', '093238.070000', '093238.073000', '093238.076000', '093238.079000', '093238.081000', '093238.084000', '093238.087000', '093238.090000', '093238.094000', '093238.096000', '093238.099000', '093238.102000', '093257.979000', '093257.982000', '093257.985000', '093257.988000', '093257.990000', '093257.993000', '093257.996000', '093258.000000', '093258.002000', '093258.005000', '093258.008000', '093258.011000', '093258.014000', '093258.016000', '093258.019000', '093258.022000', '093258.025000', '093258.028000', '093258.031000', '093258.034000', '093258.036000', '093258.039000', '093258.042000', '093258.045000', '093258.048000', '093258.050000', '093258.053000', '093258.056000', '093258.059000', '093258.062000', '093258.064000', '093258.067000', '093258.070000', '093258.073000', '093258.076000', '093258.079000', '093258.081000', '093258.084000', '093258.087000', '093258.090000', '093258.092000', '093258.095000', '093258.098000', '093317.979000', '093317.982000', '093317.985000', '093317.988000', '093317.991000', '093317.995000', '093318.001000', '093318.004000', '093318.006000', '093318.009000', '093318.012000', '093318.015000', '093318.018000', '093318.020000', '093318.023000', '093318.026000', '093318.029000', '093318.032000', '093318.035000', '093318.037000', '093318.040000', '093318.043000', '093318.046000', '093318.048000', '093318.051000', '093318.054000', '093318.057000', '093318.060000', '093318.062000', '093318.065000', '093318.068000', '093318.071000', '093318.074000', '093318.076000', '093318.079000', '093318.082000', '093318.085000', '093318.088000', '093318.090000', '093318.093000', '093318.096000', '093318.099000', '093318.102000', '093337.979000', '093337.982000', '093337.985000', '093337.988000', '093337.990000', '093337.993000', '093337.996000', '093338.000000', '093338.003000', '093338.005000', '093338.008000', '093338.011000', '093338.014000', '093338.017000', '093338.019000', '093338.022000', '093338.025000', '093338.028000', '093338.031000', '093338.033000', '093338.036000', '093338.039000', '093338.042000', '093338.045000', '093338.047000', '093338.050000', '093338.053000', '093338.056000', '093338.059000', '093338.061000', '093338.064000', '093338.067000', '093338.070000', '093338.073000', '093338.076000', '093338.078000', '093338.081000', '093338.084000', '093338.087000', '093338.090000', '093338.092000', '093338.095000', '093338.098000', '093338.101000', '093357.979000', '093357.982000', '093357.985000', '093357.988000', '093357.990000', '093357.993000', '093357.996000', '093358.000000', '093358.002000', '093358.005000', '093358.008000', '093358.011000', '093358.014000', '093358.017000', '093358.020000', '093358.023000', '093358.025000', '093358.028000', '093358.031000', '093358.034000', '093358.037000', '093358.039000', '093358.042000', '093358.045000', '093358.048000', '093358.051000', '093358.053000', '093358.056000', '093358.059000', '093358.070000', '093358.073000', '093358.075000', '093358.078000', '093358.081000', '093358.084000', '093358.087000', '093358.089000', '093358.092000', '093358.095000', '093358.098000', '093358.100000', '093358.103000', '093358.106000', '093359.001000', '093359.004000', '093359.007000'], 'InstanceCreationTime': ['092418.009000', '092418.012000', '092418.015000', '092418.018000', '092418.020000', '092418.023000', '092418.026000', '092418.029000', '092418.032000', '092418.034000', '092418.037000', '092418.040000', '092418.043000', '092418.045000', '092418.048000', '092418.051000', '092418.054000', '092418.057000', '092418.059000', '092418.062000', '092418.065000', '092418.068000', '092418.070000', '092418.073000', '092418.076000', '092418.079000', '092418.081000', '092418.084000', '092418.087000', '092418.090000', '092418.093000', '092418.095000', '092418.098000', '092418.101000', '092418.104000', '092418.106000', '092418.109000', '092418.112000', '092418.115000', '092418.117000', '092418.129000', '092418.132000', '092418.135000', '092418.137000', '092418.140000', '092418.143000', '092418.146000', '092418.149000', '092418.151000', '092418.154000', '092418.157000', '092418.160000', '092418.162000', '092418.170000', '092418.172000', '092418.175000', '092418.178000', '092418.181000', '092418.184000', '092437.979000', '092437.982000', '092437.984000', '092437.987000', '092437.990000', '092437.993000', '092437.996000', '092437.998000', '092438.002000', '092438.005000', '092438.008000', '092438.011000', '092438.013000', '092438.016000', '092438.019000', '092438.022000', '092438.024000', '092438.027000', '092438.032000', '092438.034000', '092438.037000', '092438.040000', '092438.043000', '092438.045000', '092438.048000', '092438.051000', '092438.054000', '092438.057000', '092438.059000', '092438.062000', '092438.065000', '092438.068000', '092438.070000', '092438.073000', '092438.076000', '092438.079000', '092438.081000', '092438.084000', '092438.087000', '092438.090000', '092438.093000', '092438.095000', '092438.098000', '092457.979000', '092457.982000', '092457.985000', '092457.988000', '092457.990000', '092457.993000', '092457.996000', '092458.000000', '092458.002000', '092458.005000', '092458.008000', '092458.011000', '092458.014000', '092458.016000', '092458.019000', '092458.022000', '092458.025000', '092458.028000', '092458.030000', '092458.033000', '092458.036000', '092458.039000', '092458.042000', '092458.044000', '092458.047000', '092458.050000', '092458.053000', '092458.056000', '092458.058000', '092458.061000', '092458.064000', '092458.067000', '092458.070000', '092458.072000', '092458.081000', '092458.084000', '092458.087000', '092458.089000', '092458.092000', '092458.095000', '092458.098000', '092458.101000', '092458.103000', '092517.979000', '092517.982000', '092517.984000', '092517.987000', '092517.990000', '092517.993000', '092517.996000', '092517.998000', '092518.001000', '092518.004000', '092518.007000', '092518.010000', '092518.012000', '092518.015000', '092518.018000', '092518.021000', '092518.024000', '092518.026000', '092518.029000', '092518.032000', '092518.035000', '092518.038000', '092518.040000', '092518.043000', '092518.046000', '092518.049000', '092518.052000', '092518.054000', '092518.057000', '092518.060000', '092518.063000', '092518.065000', '092518.068000', '092518.071000', '092518.074000', '092518.077000', '092518.079000', '092518.082000', '092518.085000', '092518.088000', '092518.090000', '092518.093000', '092518.096000', '092518.099000', '092537.979000', '092537.982000', '092537.985000', '092537.987000', '092537.990000', '092537.993000', '092537.996000', '092538.000000', '092538.016000', '092538.019000', '092538.022000', '092538.025000', '092538.027000', '092538.030000', '092538.033000', '092538.036000', '092538.039000', '092538.042000', '092538.044000', '092538.047000', '092538.050000', '092538.053000', '092538.056000', '092538.058000', '092538.061000', '092538.064000', '092538.067000', '092538.070000', '092538.072000', '092538.075000', '092538.078000', '092538.081000', '092538.084000', '092538.086000', '092538.089000', '092538.092000', '092538.095000', '092538.098000', '092538.100000', '092538.103000', '092538.106000', '092538.109000', '092538.112000', '092557.979000', '092557.982000', '092557.984000', '092557.987000', '092557.990000', '092557.993000', '092557.996000', '092558.000000', '092558.002000', '092558.005000', '092558.008000', '092558.011000', '092558.014000', '092558.016000', '092558.019000', '092558.022000', '092558.025000', '092558.027000', '092558.030000', '092558.033000', '092558.036000', '092558.039000', '092558.042000', '092558.044000', '092558.047000', '092558.050000', '092558.053000', '092558.056000', '092558.058000', '092558.061000', '092558.064000', '092558.067000', '092558.069000', '092558.072000', '092558.075000', '092558.078000', '092558.081000', '092558.084000', '092558.086000', '092558.089000', '092558.092000', '092558.095000', '092558.097000', '092558.100000', '092617.979000', '092617.982000', '092617.985000', '092617.987000', '092617.990000', '092617.993000', '092617.996000', '092618.000000', '092618.002000', '092618.005000', '092618.008000', '092618.011000', '092618.014000', '092618.017000', '092618.019000', '092618.022000', '092618.027000', '092618.031000', '092618.034000', '092618.037000', '092618.040000', '092618.043000', '092618.045000', '092618.048000', '092618.051000', '092618.054000', '092618.057000', '092618.059000', '092618.062000', '092618.065000', '092618.068000', '092618.071000', '092618.073000', '092618.076000', '092618.079000', '092618.082000', '092618.085000', '092618.087000', '092618.090000', '092618.093000', '092618.096000', '092618.099000', '092618.101000', '092637.979000', '092637.982000', '092637.985000', '092637.987000', '092637.990000', '092637.993000', '092637.996000', '092638.000000', '092638.002000', '092638.005000', '092638.008000', '092638.011000', '092638.014000', '092638.016000', '092638.019000', '092638.022000', '092638.025000', '092638.028000', '092638.030000', '092638.033000', '092638.036000', '092638.039000', '092638.042000', '092638.044000', '092638.047000', '092638.050000', '092638.053000', '092638.056000', '092638.058000', '092638.061000', '092638.064000', '092638.067000', '092638.070000', '092638.072000', '092638.075000', '092638.078000', '092638.081000', '092638.084000', '092638.086000', '092638.089000', '092638.092000', '092638.095000', '092638.098000', '092638.100000', '092657.979000', '092657.982000', '092657.985000', '092657.987000', '092657.990000', '092657.993000', '092657.996000', '092658.000000', '092658.002000', '092658.005000', '092658.008000', '092658.011000', '092658.014000', '092658.017000', '092658.019000', '092658.022000', '092658.025000', '092658.028000', '092658.031000', '092658.034000', '092658.037000', '092658.040000', '092658.043000', '092658.045000', '092658.048000', '092658.051000', '092658.054000', '092658.057000', '092658.059000', '092658.062000', '092658.065000', '092658.068000', '092658.071000', '092658.074000', '092658.076000', '092658.079000', '092658.082000', '092658.085000', '092658.088000', '092658.090000', '092658.093000', '092658.096000', '092658.099000', '092717.979000', '092717.982000', '092717.985000', '092717.987000', '092718.006000', '092718.009000', '092718.011000', '092718.014000', '092718.017000', '092718.020000', '092718.023000', '092718.025000', '092718.028000', '092718.031000', '092718.034000', '092718.037000', '092718.039000', '092718.042000', '092718.045000', '092718.048000', '092718.051000', '092718.053000', '092718.056000', '092718.059000', '092718.062000', '092718.065000', '092718.067000', '092718.070000', '092718.073000', '092718.076000', '092718.079000', '092718.081000', '092718.084000', '092718.087000', '092718.090000', '092718.093000', '092718.095000', '092718.098000', '092718.101000', '092718.104000', '092718.107000', '092718.109000', '092718.112000', '092718.115000', '092737.979000', '092737.982000', '092737.985000', '092737.988000', '092737.990000', '092737.993000', '092737.996000', '092738.000000', '092738.003000', '092738.005000', '092738.008000', '092738.011000', '092738.014000', '092738.016000', '092738.019000', '092738.022000', '092738.025000', '092738.028000', '092738.031000', '092738.033000', '092738.036000', '092738.039000', '092738.042000', '092738.045000', '092738.047000', '092738.050000', '092738.053000', '092738.056000', '092738.059000', '092738.061000', '092738.064000', '092738.067000', '092738.070000', '092738.073000', '092738.076000', '092738.078000', '092738.081000', '092738.084000', '092738.087000', '092738.090000', '092738.092000', '092738.095000', '092738.098000', '092757.979000', '092757.982000', '092757.985000', '092757.987000', '092757.990000', '092757.993000', '092757.996000', '092758.000000', '092758.002000', '092758.005000', '092758.008000', '092758.011000', '092758.014000', '092758.017000', '092758.019000', '092758.022000', '092758.025000', '092758.028000', '092758.031000', '092758.034000', '092758.036000', '092758.039000', '092758.042000', '092758.045000', '092758.048000', '092758.050000', '092758.053000', '092758.056000', '092758.059000', '092758.062000', '092758.065000', '092758.067000', '092758.070000', '092758.073000', '092758.076000', '092758.079000', '092758.082000', '092758.084000', '092758.087000', '092758.090000', '092758.093000', '092758.096000', '092758.099000', '092758.101000', '092817.979000', '092817.982000', '092817.985000', '092817.988000', '092817.990000', '092817.993000', '092817.996000', '092818.000000', '092818.003000', '092818.006000', '092818.009000', '092818.013000', '092818.016000', '092818.019000', '092818.022000', '092818.024000', '092818.027000', '092818.030000', '092818.033000', '092818.036000', '092818.038000', '092818.041000', '092818.044000', '092818.047000', '092818.050000', '092818.052000', '092818.055000', '092818.058000', '092818.061000', '092818.064000', '092818.067000', '092818.070000', '092818.073000', '092818.075000', '092818.078000', '092818.081000', '092818.084000', '092818.087000', '092818.090000', '092818.092000', '092818.095000', '092818.098000', '092818.101000', '092837.979000', '092837.982000', '092837.985000', '092837.988000', '092837.990000', '092837.993000', '092837.996000', '092838.000000', '092838.003000', '092838.005000', '092838.008000', '092838.011000', '092838.014000', '092838.016000', '092838.019000', '092838.022000', '092838.025000', '092838.028000', '092838.031000', '092838.033000', '092838.036000', '092838.039000', '092838.042000', '092838.045000', '092838.047000', '092838.050000', '092838.053000', '092838.056000', '092838.059000', '092838.066000', '092838.069000', '092838.071000', '092838.074000', '092838.077000', '092838.080000', '092838.083000', '092838.085000', '092838.088000', '092838.091000', '092838.094000', '092838.097000', '092838.099000', '092838.102000', '092838.105000', '092857.979000', '092857.982000', '092857.985000', '092857.987000', '092857.990000', '092857.993000', '092857.996000', '092857.999000', '092858.001000', '092858.004000', '092858.007000', '092858.010000', '092858.013000', '092858.015000', '092858.018000', '092858.021000', '092858.024000', '092858.027000', '092858.029000', '092858.032000', '092858.035000', '092858.038000', '092858.041000', '092858.043000', '092858.046000', '092858.049000', '092858.052000', '092858.055000', '092858.058000', '092858.060000', '092858.063000', '092858.066000', '092858.069000', '092858.072000', '092858.075000', '092858.077000', '092858.080000', '092858.083000', '092858.086000', '092858.089000', '092858.091000', '092858.094000', '092858.097000', '092917.979000', '092917.982000', '092917.985000', '092917.987000', '092917.990000', '092917.993000', '092917.996000', '092918.000000', '092918.002000', '092918.005000', '092918.008000', '092918.011000', '092918.014000', '092918.017000', '092918.019000', '092918.022000', '092918.025000', '092918.028000', '092918.031000', '092918.033000', '092918.036000', '092918.039000', '092918.042000', '092918.045000', '092918.047000', '092918.050000', '092918.053000', '092918.056000', '092918.059000', '092918.062000', '092918.064000', '092918.067000', '092918.070000', '092918.073000', '092918.076000', '092918.079000', '092918.081000', '092918.084000', '092918.087000', '092918.090000', '092918.092000', '092918.095000', '092918.098000', '092918.101000', '092937.979000', '092937.982000', '092937.985000', '092937.987000', '092937.990000', '092937.993000', '092937.996000', '092938.000000', '092938.003000', '092938.006000', '092938.009000', '092938.012000', '092938.015000', '092938.017000', '092938.020000', '092938.023000', '092938.026000', '092938.029000', '092938.032000', '092938.034000', '092938.037000', '092938.040000', '092938.043000', '092938.045000', '092938.048000', '092938.052000', '092938.055000', '092938.058000', '092938.061000', '092938.064000', '092938.067000', '092938.069000', '092938.072000', '092938.075000', '092938.078000', '092938.081000', '092938.084000', '092938.086000', '092938.089000', '092938.092000', '092938.095000', '092938.097000', '092938.100000', '092957.979000', '092957.982000', '092957.985000', '092957.987000', '092957.990000', '092957.993000', '092957.996000', '092958.000000', '092958.002000', '092958.005000', '092958.008000', '092958.011000', '092958.014000', '092958.017000', '092958.020000', '092958.022000', '092958.025000', '092958.028000', '092958.031000', '092958.034000', '092958.036000', '092958.039000', '092958.042000', '092958.045000', '092958.048000', '092958.050000', '092958.055000', '092958.058000', '092958.060000', '092958.063000', '092958.066000', '092958.069000', '092958.072000', '092958.074000', '092958.077000', '092958.080000', '092958.083000', '092958.085000', '092958.088000', '092958.091000', '092958.097000', '092958.100000', '092958.103000', '092958.106000', '093017.979000', '093017.982000', '093017.985000', '093017.988000', '093017.990000', '093017.993000', '093017.996000', '093018.000000', '093018.003000', '093018.005000', '093018.008000', '093018.011000', '093018.014000', '093018.017000', '093018.019000', '093018.022000', '093018.025000', '093018.028000', '093018.031000', '093018.033000', '093018.036000', '093018.039000', '093018.042000', '093018.045000', '093018.048000', '093018.050000', '093018.053000', '093018.056000', '093018.059000', '093018.062000', '093018.064000', '093018.067000', '093018.070000', '093018.073000', '093018.076000', '093018.079000', '093018.081000', '093018.084000', '093018.087000', '093018.090000', '093018.093000', '093018.095000', '093018.098000', '093037.979000', '093037.982000', '093037.985000', '093037.988000', '093037.990000', '093037.993000', '093037.996000', '093038.000000', '093038.002000', '093038.005000', '093038.008000', '093038.011000', '093038.014000', '093038.017000', '093038.019000', '093038.022000', '093038.025000', '093038.028000', '093038.031000', '093038.034000', '093038.036000', '093038.039000', '093038.042000', '093038.045000', '093038.048000', '093038.050000', '093038.053000', '093038.056000', '093038.059000', '093038.062000', '093038.064000', '093038.067000', '093038.070000', '093038.073000', '093038.076000', '093038.078000', '093038.081000', '093038.084000', '093038.087000', '093038.090000', '093038.092000', '093038.095000', '093038.098000', '093038.101000', '093057.979000', '093057.982000', '093057.985000', '093057.987000', '093057.990000', '093057.993000', '093057.996000', '093058.000000', '093058.003000', '093058.005000', '093058.008000', '093058.011000', '093058.014000', '093058.016000', '093058.019000', '093058.022000', '093058.025000', '093058.028000', '093058.030000', '093058.033000', '093058.036000', '093058.039000', '093058.042000', '093058.044000', '093058.047000', '093058.050000', '093058.053000', '093058.056000', '093058.058000', '093058.061000', '093058.064000', '093058.067000', '093058.070000', '093058.072000', '093058.075000', '093058.078000', '093058.081000', '093058.084000', '093058.087000', '093058.090000', '093058.093000', '093058.096000', '093058.099000', '093117.979000', '093117.982000', '093117.984000', '093117.987000', '093117.990000', '093117.993000', '093117.996000', '093117.998000', '093118.002000', '093118.005000', '093118.008000', '093118.011000', '093118.014000', '093118.016000', '093118.019000', '093118.022000', '093118.025000', '093118.027000', '093118.030000', '093118.033000', '093118.036000', '093118.039000', '093118.042000', '093118.045000', '093118.047000', '093118.050000', '093118.053000', '093118.056000', '093118.059000', '093118.061000', '093118.064000', '093118.067000', '093118.070000', '093118.073000', '093118.076000', '093118.078000', '093118.081000', '093118.084000', '093118.087000', '093118.090000', '093118.092000', '093118.095000', '093118.098000', '093118.101000', '093137.979000', '093137.982000', '093137.985000', '093137.987000', '093137.990000', '093137.993000', '093137.996000', '093138.000000', '093138.003000', '093138.005000', '093138.008000', '093138.011000', '093138.014000', '093138.017000', '093138.019000', '093138.022000', '093138.025000', '093138.028000', '093138.030000', '093138.033000', '093138.036000', '093138.039000', '093138.042000', '093138.044000', '093138.047000', '093138.050000', '093138.053000', '093138.056000', '093138.059000', '093138.061000', '093138.064000', '093138.067000', '093138.070000', '093138.073000', '093138.075000', '093138.078000', '093138.081000', '093138.084000', '093138.087000', '093138.090000', '093138.092000', '093138.095000', '093138.098000', '093157.979000', '093157.982000', '093157.984000', '093157.987000', '093157.990000', '093157.993000', '093157.996000', '093158.000000', '093158.002000', '093158.005000', '093158.008000', '093158.011000', '093158.014000', '093158.016000', '093158.019000', '093158.022000', '093158.025000', '093158.028000', '093158.030000', '093158.033000', '093158.036000', '093158.039000', '093158.042000', '093158.044000', '093158.047000', '093158.050000', '093158.053000', '093158.056000', '093158.059000', '093158.062000', '093158.064000', '093158.067000', '093158.070000', '093158.073000', '093158.075000', '093158.078000', '093158.081000', '093158.084000', '093158.087000', '093158.090000', '093158.092000', '093158.095000', '093158.098000', '093158.101000', '093217.979000', '093217.982000', '093217.985000', '093217.988000', '093217.990000', '093217.993000', '093217.996000', '093218.000000', '093218.003000', '093218.005000', '093218.008000', '093218.011000', '093218.014000', '093218.017000', '093218.019000', '093218.022000', '093218.025000', '093218.028000', '093218.031000', '093218.033000', '093218.036000', '093218.039000', '093218.042000', '093218.045000', '093218.048000', '093218.050000', '093218.053000', '093218.056000', '093218.059000', '093218.062000', '093218.065000', '093218.067000', '093218.070000', '093218.073000', '093218.076000', '093218.079000', '093218.081000', '093218.084000', '093218.087000', '093218.090000', '093218.093000', '093218.095000', '093218.098000', '093237.979000', '093237.982000', '093237.985000', '093237.987000', '093237.990000', '093237.993000', '093237.996000', '093238.000000', '093238.003000', '093238.005000', '093238.008000', '093238.011000', '093238.014000', '093238.017000', '093238.020000', '093238.022000', '093238.025000', '093238.028000', '093238.031000', '093238.034000', '093238.036000', '093238.039000', '093238.042000', '093238.045000', '093238.048000', '093238.050000', '093238.053000', '093238.056000', '093238.059000', '093238.062000', '093238.065000', '093238.067000', '093238.070000', '093238.073000', '093238.076000', '093238.079000', '093238.081000', '093238.084000', '093238.087000', '093238.090000', '093238.094000', '093238.096000', '093238.099000', '093238.102000', '093257.979000', '093257.982000', '093257.985000', '093257.988000', '093257.990000', '093257.993000', '093257.996000', '093258.000000', '093258.002000', '093258.005000', '093258.008000', '093258.011000', '093258.014000', '093258.016000', '093258.019000', '093258.022000', '093258.025000', '093258.028000', '093258.031000', '093258.034000', '093258.036000', '093258.039000', '093258.042000', '093258.045000', '093258.048000', '093258.050000', '093258.053000', '093258.056000', '093258.059000', '093258.062000', '093258.064000', '093258.067000', '093258.070000', '093258.073000', '093258.076000', '093258.079000', '093258.081000', '093258.084000', '093258.087000', '093258.090000', '093258.092000', '093258.095000', '093258.098000', '093317.979000', '093317.982000', '093317.985000', '093317.988000', '093317.991000', '093317.995000', '093318.001000', '093318.004000', '093318.006000', '093318.009000', '093318.012000', '093318.015000', '093318.018000', '093318.020000', '093318.023000', '093318.026000', '093318.029000', '093318.032000', '093318.035000', '093318.037000', '093318.040000', '093318.043000', '093318.046000', '093318.048000', '093318.051000', '093318.054000', '093318.057000', '093318.060000', '093318.062000', '093318.065000', '093318.068000', '093318.071000', '093318.074000', '093318.076000', '093318.079000', '093318.082000', '093318.085000', '093318.088000', '093318.090000', '093318.093000', '093318.096000', '093318.099000', '093318.102000', '093337.979000', '093337.982000', '093337.985000', '093337.988000', '093337.990000', '093337.993000', '093337.996000', '093338.000000', '093338.003000', '093338.005000', '093338.008000', '093338.011000', '093338.014000', '093338.017000', '093338.019000', '093338.022000', '093338.025000', '093338.028000', '093338.031000', '093338.033000', '093338.036000', '093338.039000', '093338.042000', '093338.045000', '093338.047000', '093338.050000', '093338.053000', '093338.056000', '093338.059000', '093338.061000', '093338.064000', '093338.067000', '093338.070000', '093338.073000', '093338.076000', '093338.078000', '093338.081000', '093338.084000', '093338.087000', '093338.090000', '093338.092000', '093338.095000', '093338.098000', '093338.101000', '093357.979000', '093357.982000', '093357.985000', '093357.988000', '093357.990000', '093357.993000', '093357.996000', '093358.000000', '093358.002000', '093358.005000', '093358.008000', '093358.011000', '093358.014000', '093358.017000', '093358.020000', '093358.023000', '093358.025000', '093358.028000', '093358.031000', '093358.034000', '093358.037000', '093358.039000', '093358.042000', '093358.045000', '093358.048000', '093358.051000', '093358.053000', '093358.056000', '093358.059000', '093358.070000', '093358.073000', '093358.075000', '093358.078000', '093358.081000', '093358.084000', '093358.087000', '093358.089000', '093358.092000', '093358.095000', '093358.098000', '093358.100000', '093358.103000', '093358.106000', '093359.001000', '093359.004000', '093359.007000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [10996, 12915, 11735, 10110, 13810, 11399, 10306, 13473, 10420, 10161, 12554, 9928, 10372, 12064, 9964, 10418, 10834, 9528, 10416, 11085, 8854, 10226, 10635, 9924, 10292, 10486, 9885, 10046, 9765, 11181, 10156, 10169, 10747, 9689, 10229, 12852, 9703, 10110, 12514, 9981, 10196, 12675, 9230, 10219, 10480, 9966, 10165, 10336, 12117, 8347, 10443, 10279, 9049, 10455, 10581, 9407, 10496, 10452, 9049, 10092, 11418, 9132, 10435, 11296, 8531, 10283, 10524, 8872, 10327, 10623, 9101, 10147, 10482, 10021, 10232, 10513, 9706, 10083, 10430, 12365, 9833, 10352, 12353, 9868, 10306, 12796, 9858, 10332, 11338, 10013, 11437, 11574, 10063, 10618, 9386, 10088, 10512, 11285, 9991, 10283, 9722, 10096, 10325, 11003, 9921, 10282, 11989, 9939, 10402, 13000, 11300, 10291, 12587, 9068, 10333, 12792, 9342, 10160, 10453, 9678, 10680, 10350, 10321, 9643, 10205, 10716, 9182, 10176, 12950, 11247, 10105, 11742, 9352, 10197, 12991, 11793, 10123, 12554, 9483, 10118, 10404, 9532, 10032, 10263, 11479, 9105, 10450, 11285, 10070, 10316, 12691, 10614, 10274, 11656, 10390, 10510, 12136, 9655, 10257, 10911, 9113, 10164, 10668, 10095, 10348, 10424, 10006, 8669, 10737, 12463, 8948, 10279, 10713, 9617, 10416, 10137, 11438, 8822, 10514, 10664, 9843, 10176, 10512, 11220, 9501, 10631, 10318, 11751, 9650, 9978, 10288, 11350, 9983, 10202, 13147, 10944, 10091, 11560, 9187, 10195, 13468, 10706, 10098, 10520, 9501, 9104, 10555, 10082, 9046, 9106, 10697, 10393, 10682, 9116, 10241, 11117, 12259, 9837, 9962, 13334, 11431, 10333, 11415, 9726, 10656, 10308, 11592, 9144, 10205, 9981, 13157, 9714, 9984, 10111, 13161, 11051, 9793, 9958, 12886, 9410, 9952, 10094, 13097, 9870, 9524, 10268, 10304, 10031, 9101, 10533, 10199, 12446, 9811, 10348, 10314, 12356, 10861, 10414, 13749, 11764, 9952, 10063, 10667, 9679, 10179, 10554, 10015, 9051, 10261, 10793, 9620, 10196, 10326, 12596, 10333, 10228, 10638, 10129, 10105, 10227, 12067, 8914, 9919, 10464, 9480, 8747, 10066, 10179, 11904, 9970, 10188, 10472, 12098, 10539, 9783, 10009, 12821, 9285, 9896, 9940, 12738, 11087, 9893, 10051, 12585, 9209, 10225, 10251, 13320, 10200, 10204, 10354, 11833, 8798, 10181, 10103, 12607, 8972, 10129, 10319, 11798, 9502, 9957, 10271, 10677, 8770, 10141, 10136, 11485, 8918, 10043, 9861, 12944, 9725, 9395, 10133, 11516, 10073, 9590, 10177, 12724, 11252, 10011, 9773, 10054, 9655, 9369, 9747, 10209, 13138, 11221, 9583, 10096, 10336, 11778, 11886, 9804, 11502, 11874, 10953, 10066, 13535, 11912, 9702, 9818, 11598, 9287, 9837, 9763, 11648, 9204, 10289, 10422, 10992, 11082, 9704, 10413, 10623, 9423, 10193, 11408, 9294, 9820, 9843, 12787, 9397, 10047, 11883, 9200, 9464, 9718, 12066, 8846, 9989, 10119, 11139, 9375, 9752, 10337, 11150, 9864, 10046, 12317, 10553, 9881, 12088, 11443, 9117, 10218, 10557, 9960, 9582, 9994, 10384, 10890, 9282, 10047, 10335, 12155, 9407, 9930, 9952, 12404, 10288, 9356, 9704, 11462, 9634, 9743, 9916, 10469, 11651, 9197, 9686, 9804, 13603, 11728, 9640, 9608, 12699, 9838, 9721, 9864, 12328, 9997, 9580, 9834, 9942, 11359, 9949, 9678, 10161, 11306, 13197, 10565, 10197, 10338, 12077, 11126, 9267, 10370, 10181, 10729, 9789, 9056, 10039, 10171, 12208, 11860, 9819, 10659, 10152, 13300, 11939, 10174, 9901, 10009, 12806, 10776, 9985, 10382, 10444, 10150, 9256, 10994, 10490, 10491, 11646, 10125, 9397, 10625, 10393, 10373, 11358, 10033, 9275, 10185, 11501, 12226, 9309, 10274, 10620, 12446, 10995, 9738, 10232, 10237, 10757, 10326, 9283, 10648, 10724, 10924, 9864, 10676, 10236, 12081, 12060, 10276, 10061, 12495, 10014, 10224, 10087, 10532, 9354, 10545, 10501, 12227, 9788, 9445, 10250, 12364, 11173, 10363, 10040, 11996, 9400, 10215, 10360, 12865, 9901, 10362, 10392, 11852, 9233, 10307, 10075, 10792, 9308, 10372, 10271, 10974, 9224, 10404, 10484, 10265, 8799, 10376, 10547, 11710, 9344, 10706, 9919, 13203, 9909, 10620, 10320, 12203, 11607, 8649, 10065, 10627, 10124, 10537, 9971, 10581, 10529, 9296, 10112, 10890, 12180, 9062, 10090, 10132, 11075, 8889, 9771, 9829, 11874, 8981, 9942, 10991, 12826, 10669, 10099, 13042, 10823, 9335, 9622, 11076, 9512, 9881, 10492, 10620, 10310, 10320, 11119, 9151, 9824, 10173, 12242, 8615, 9986, 10119, 12111, 9598, 10013, 10274, 11539, 9110, 9997, 9945, 12600, 9105, 10159, 10661, 11982, 10386, 9736, 10599, 10731, 9512, 10049, 10554, 11844, 9427, 10022, 10393, 11348, 11032, 9938, 11534, 11564, 9940, 10090, 12283, 9601, 9683, 10232, 10624, 9918, 10130, 12477, 10227, 8920, 10141, 10370, 9574, 9191, 10056, 10239, 9919, 9834, 10076, 12358, 10286, 9984, 12791, 10932, 9881, 9840, 9985, 8809, 10100, 10739, 10389, 10011, 10732, 12983, 10129, 10061, 12858, 9528, 9895, 11280, 11895, 9795, 10087, 11090, 8881, 9925, 10463, 10849, 8879, 10171, 12048, 9220, 9905, 10393, 10554, 9700, 10084, 11606, 10940, 9914, 11547, 8673, 9957, 10550, 10355, 9835, 10026, 11816, 8981, 9978, 10522, 9673, 9633, 9937, 11856, 9011, 9828, 12980, 10931, 9426, 9900, 11902, 10630, 9958, 11426, 10705, 9677, 10769, 10945, 9630, 9764, 11983, 10274, 9726, 11966, 11082, 9441, 9580, 11653, 10176, 9723, 12597, 8561, 9881, 11545, 8918, 9427, 10216, 11229, 9300, 9688, 11630, 10612, 9962, 13336, 8320, 9595, 10113, 9690, 9431, 9828, 12156, 8971, 9685, 11941, 8827, 9644, 12659, 11989, 9467, 9690, 11605, 9079, 9850, 11022, 8449, 9276, 9719, 9353, 9569, 9932, 12854, 10797, 9652, 13201, 9755, 9921, 12765, 11222, 9715, 10982, 9579, 9964, 9968, 10345, 9862, 9798, 10307, 10457, 9688, 9998, 10205, 9241, 9695, 9399, 12429, 9479, 9619, 12386, 11422, 9294, 9393, 12257, 10388, 9685, 13842, 11021, 9468, 9608, 11979, 9218, 9247, 10264, 9491, 8758, 9712, 9602, 12475, 11596, 9515, 10285, 9839, 9609, 9856, 11356, 8941, 9439, 9680, 11488, 9671, 9718, 11051, 8943, 9582, 10552, 10730, 9480, 9789, 10957, 8625, 9897, 10138, 11406, 8789, 9667, 10015, 10033, 9348, 9993, 13091, 11217, 9534, 9636, 11255, 10156, 9431, 12657, 11958, 9078, 9726, 10145, 10703, 9434, 9657, 10201, 9908, 9805, 9251, 9990, 12093, 9837, 9735, 11630, 12195, 9589, 9422, 10011, 11361, 9630, 9532, 9811, 11233, 9071, 9691, 10294, 12598, 10285, 9700, 10419, 10425, 10506, 9863, 11362, 10004, 10329, 10199, 10281, 8771, 9750, 9882, 11538, 8488, 9792, 9908, 11191, 9144, 9589, 9724, 11048, 8821, 9906, 11156, 11974, 9441, 9674, 10360, 9777, 9710, 9940, 11831, 11732, 9344, 9679, 12577, 11551, 9327, 11432, 12300, 10365, 9636, 12270, 10302, 9972, 9448, 12456, 9492, 9934, 10169, 11938, 10181, 9775, 9789, 10543, 9784, 9665, 9895, 10694, 11995, 10731, 9261, 9461, 9478, 9042, 9745, 9719, 12361, 11566, 9667, 10403, 12138, 9782, 9275, 10131, 9785, 9741, 9544, 9791, 9790, 12356, 9897, 9346, 9748, 10353, 9753, 9426, 9855, 13080, 11166, 9139, 9456, 11525, 9647, 9188, 10699, 12879, 9398, 9194, 9583, 12132, 9202, 9310, 9656, 10991, 9380, 10515, 9404, 11710, 11559, 10364, 10099, 12975, 10544, 9914, 9743, 12210, 9415, 9730, 9835, 11029, 9806, 9552, 9908, 10792, 11014, 9934, 10013, 10544, 10272, 10379, 9600, 13511, 10482, 9411, 9530, 11634, 9154, 9333, 9696, 10170, 9812, 9511, 9871, 13478, 11878, 9531, 9560, 12477, 9819, 10299, 10969, 13474, 10582, 10334, 9969, 10535, 9517, 9771, 9955, 12748, 11201, 9524, 9428, 12018, 8500, 9521, 9425, 13167, 10245, 9414, 9383, 12929, 11489, 9276, 12142, 9995, 9677, 9724, 12698, 9815, 9791, 9726, 10467, 8748, 9578, 9765, 11267, 9461, 10137, 10054, 11283, 10117, 9206, 9429, 12393, 10774, 11172, 13605, 9248, 9726, 11016, 9490, 10427, 12322, 9273, 9487, 10511, 9891, 9795, 13033, 9944, 9727, 9806, 11889, 9187, 10655, 9858, 12635, 8672, 9778, 9911, 8929, 9544, 12967, 11462, 9433, 11980, 11714, 9592, 13229, 9423, 10050, 10477, 9416, 12085, 8655, 9341, 10119, 8742, 9784, 12264, 11977, 9357, 9552, 9406, 9406, 9729, 11314, 9675, 9976, 11745, 8543, 9860, 11722, 8830, 9719, 11443, 11442, 9379, 10054, 10657, 9575, 9927, 12442, 9229, 9642, 10558, 9358, 9606, 12025, 8675, 9697, 10205, 9833, 10954, 11384, 12475, 9745, 9314, 10429, 8522, 9616, 10311, 9310, 9475, 11596, 11119, 9482, 13100, 12209, 9419, 11284, 11570, 9529, 9666, 10806, 10095, 9627, 12688, 8776, 9482, 9838, 9460, 9741, 9769, 10637, 9313, 9750, 11064, 8550, 9571, 11384, 9987, 9491, 10707, 10448, 9374, 9982, 11384, 9339, 9632, 12484, 10479, 9806, 12577, 8804, 9686, 10853, 10827, 9356, 9559, 11521, 9748, 9852, 13029, 10314, 9597, 9929, 10680, 10650, 9593, 12174, 9384, 9813, 12229, 9353, 9479, 10188, 10548, 9159, 9581, 12298, 10825, 9447, 11837, 8411, 9422, 9720, 11945, 9323, 9687, 10156, 9843, 10213, 9795, 12209, 8517, 9533, 10450, 10462, 9476, 12991, 12197, 9162, 9743, 11169, 9560, 9703, 13211, 9209, 9346, 12017, 8960, 9606, 11602, 12181, 10613, 9719, 10942, 8823, 9555, 10650, 10170, 9250, 9530, 10782, 9842, 9796, 12690, 10181, 9497, 10647, 9606, 9431, 9530, 12900, 8896, 9558, 9964, 9627, 9551, 9694, 12042, 9776, 9392, 9622, 9299], 'WindowCenter': [4167.0, 4157.0, 4131.0, 4105.0, 4112.0, 4089.0, 4065.0, 4084.0, 4063.0, 4051.0, 4071.0, 4049.0, 4048.0, 4069.0, 4048.0, 4047.0, 4058.0, 4048.0, 4059.0, 4058.0, 4040.0, 4061.0, 4060.0, 4060.0, 4061.0, 4061.0, 4061.0, 4062.0, 4062.0, 4073.0, 4062.0, 4062.0, 4072.0, 4063.0, 4062.0, 4083.0, 4052.0, 4061.0, 4071.0, 4061.0, 4061.0, 4081.0, 4052.0, 4061.0, 4061.0, 4061.0, 4062.0, 4062.0, 4082.0, 4041.0, 4073.0, 4061.0, 4051.0, 4073.0, 4073.0, 4063.0, 4074.0, 4073.0, 4063.0, 4074.0, 4084.0, 4064.0, 4074.0, 4075.0, 4053.0, 4074.0, 4074.0, 4053.0, 4074.0, 4074.0, 4064.0, 4075.0, 4074.0, 4064.0, 4075.0, 4085.0, 4064.0, 4075.0, 4086.0, 4096.0, 4076.0, 4076.0, 4095.0, 4075.0, 4074.0, 4097.0, 4076.0, 4074.0, 4074.0, 4063.0, 4074.0, 4073.0, 4062.0, 4073.0, 4051.0, 4061.0, 4061.0, 4072.0, 4062.0, 4063.0, 4063.0, 4072.0, 4073.0, 4073.0, 4076.0, 4074.0, 4085.0, 4065.0, 4074.0, 4094.0, 4074.0, 4063.0, 4083.0, 4052.0, 4061.0, 4082.0, 4051.0, 4063.0, 4074.0, 4063.0, 4074.0, 4075.0, 4075.0, 4076.0, 4077.0, 4086.0, 4066.0, 4076.0, 4095.0, 4085.0, 4079.0, 4084.0, 4063.0, 4063.0, 4082.0, 4072.0, 4062.0, 4082.0, 4050.0, 4062.0, 4072.0, 4062.0, 4074.0, 4075.0, 4086.0, 4066.0, 4086.0, 4086.0, 4075.0, 4075.0, 4095.0, 4075.0, 4063.0, 4084.0, 4074.0, 4072.0, 4083.0, 4065.0, 4062.0, 4072.0, 4051.0, 4073.0, 4074.0, 4063.0, 4074.0, 4073.0, 4063.0, 4053.0, 4085.0, 4095.0, 4064.0, 4074.0, 4074.0, 4064.0, 4075.0, 4074.0, 4086.0, 4065.0, 4075.0, 4075.0, 4076.0, 4087.0, 4087.0, 4087.0, 4076.0, 4087.0, 4088.0, 4100.0, 4080.0, 4089.0, 4089.0, 4099.0, 4078.0, 4077.0, 4108.0, 4089.0, 4076.0, 4086.0, 4065.0, 4075.0, 4096.0, 4075.0, 4075.0, 4074.0, 4064.0, 4065.0, 4087.0, 4089.0, 4078.0, 4079.0, 4100.0, 4101.0, 4100.0, 4081.0, 4091.0, 4101.0, 4100.0, 4080.0, 4078.0, 4098.0, 4088.0, 4076.0, 4085.0, 4064.0, 4074.0, 4075.0, 4086.0, 4067.0, 4088.0, 4078.0, 4108.0, 4076.0, 4076.0, 4075.0, 4098.0, 4086.0, 4077.0, 4064.0, 4085.0, 4065.0, 4065.0, 4063.0, 4083.0, 4063.0, 4064.0, 4064.0, 4063.0, 4063.0, 4053.0, 4074.0, 4076.0, 4097.0, 4077.0, 4076.0, 4076.0, 4097.0, 4075.0, 4074.0, 4094.0, 4085.0, 4064.0, 4064.0, 4062.0, 4052.0, 4063.0, 4073.0, 4063.0, 4054.0, 4074.0, 4085.0, 4076.0, 4077.0, 4088.0, 4097.0, 4077.0, 4076.0, 4075.0, 4064.0, 4064.0, 4064.0, 4085.0, 4054.0, 4064.0, 4074.0, 4064.0, 4055.0, 4077.0, 4077.0, 4097.0, 4077.0, 4077.0, 4076.0, 4098.0, 4089.0, 4078.0, 4076.0, 4096.0, 4065.0, 4065.0, 4076.0, 4096.0, 4075.0, 4064.0, 4063.0, 4083.0, 4052.0, 4063.0, 4063.0, 4083.0, 4062.0, 4062.0, 4062.0, 4071.0, 4054.0, 4074.0, 4074.0, 4084.0, 4053.0, 4073.0, 4063.0, 4084.0, 4064.0, 4064.0, 4063.0, 4063.0, 4054.0, 4075.0, 4075.0, 4086.0, 4066.0, 4077.0, 4077.0, 4109.0, 4079.0, 4078.0, 4077.0, 4088.0, 4078.0, 4065.0, 4075.0, 4096.0, 4076.0, 4065.0, 4065.0, 4065.0, 4065.0, 4065.0, 4065.0, 4076.0, 4108.0, 4088.0, 4067.0, 4077.0, 4076.0, 4098.0, 4088.0, 4076.0, 4075.0, 4086.0, 4074.0, 4064.0, 4084.0, 4072.0, 4051.0, 4051.0, 4072.0, 4051.0, 4062.0, 4063.0, 4072.0, 4052.0, 4074.0, 4073.0, 4072.0, 4073.0, 4064.0, 4073.0, 4063.0, 4052.0, 4063.0, 4073.0, 4053.0, 4064.0, 4064.0, 4084.0, 4053.0, 4064.0, 4073.0, 4064.0, 4064.0, 4064.0, 4084.0, 4054.0, 4075.0, 4075.0, 4074.0, 4065.0, 4066.0, 4076.0, 4086.0, 4076.0, 4076.0, 4084.0, 4074.0, 4064.0, 4084.0, 4074.0, 4053.0, 4075.0, 4076.0, 4064.0, 4065.0, 4077.0, 4077.0, 4086.0, 4067.0, 4076.0, 4077.0, 4097.0, 4067.0, 4076.0, 4064.0, 4096.0, 4065.0, 4066.0, 4064.0, 4084.0, 4064.0, 4065.0, 4076.0, 4087.0, 4087.0, 4064.0, 4066.0, 4076.0, 4097.0, 4087.0, 4064.0, 4052.0, 4083.0, 4062.0, 4063.0, 4062.0, 4082.0, 4062.0, 4063.0, 4063.0, 4064.0, 4074.0, 4064.0, 4065.0, 4076.0, 4086.0, 4097.0, 4075.0, 4064.0, 4063.0, 4083.0, 4074.0, 4064.0, 4064.0, 4075.0, 4075.0, 4077.0, 4067.0, 4079.0, 4078.0, 4097.0, 4087.0, 4065.0, 4076.0, 4065.0, 4097.0, 4073.0, 4062.0, 4063.0, 4064.0, 4085.0, 4075.0, 4064.0, 4063.0, 4061.0, 4061.0, 4050.0, 4073.0, 4074.0, 4063.0, 4074.0, 4062.0, 4053.0, 4075.0, 4065.0, 4064.0, 4074.0, 4063.0, 4053.0, 4065.0, 4075.0, 4085.0, 4053.0, 4063.0, 4063.0, 4085.0, 4074.0, 4053.0, 4062.0, 4062.0, 4061.0, 4074.0, 4064.0, 4075.0, 4087.0, 4086.0, 4078.0, 4088.0, 4079.0, 4088.0, 4086.0, 4064.0, 4063.0, 4085.0, 4064.0, 4063.0, 4063.0, 4061.0, 4052.0, 4063.0, 4062.0, 4084.0, 4063.0, 4063.0, 4064.0, 4085.0, 4075.0, 4065.0, 4062.0, 4072.0, 4052.0, 4063.0, 4062.0, 4083.0, 4051.0, 4061.0, 4061.0, 4072.0, 4051.0, 4063.0, 4051.0, 4061.0, 4053.0, 4063.0, 4064.0, 4062.0, 4052.0, 4063.0, 4074.0, 4063.0, 4055.0, 4075.0, 4075.0, 4085.0, 4066.0, 4076.0, 4066.0, 4085.0, 4063.0, 4063.0, 4064.0, 4084.0, 4074.0, 4043.0, 4063.0, 4063.0, 4075.0, 4074.0, 4065.0, 4074.0, 4063.0, 4053.0, 4074.0, 4074.0, 4085.0, 4052.0, 4063.0, 4075.0, 4086.0, 4065.0, 4077.0, 4065.0, 4085.0, 4055.0, 4076.0, 4075.0, 4085.0, 4063.0, 4062.0, 4083.0, 4062.0, 4051.0, 4051.0, 4061.0, 4050.0, 4062.0, 4073.0, 4062.0, 4063.0, 4063.0, 4072.0, 4053.0, 4065.0, 4064.0, 4084.0, 4052.0, 4063.0, 4064.0, 4084.0, 4064.0, 4064.0, 4063.0, 4073.0, 4054.0, 4065.0, 4064.0, 4085.0, 4053.0, 4064.0, 4074.0, 4085.0, 4064.0, 4066.0, 4074.0, 4063.0, 4053.0, 4077.0, 4074.0, 4085.0, 4065.0, 4065.0, 4064.0, 4074.0, 4075.0, 4066.0, 4085.0, 4074.0, 4063.0, 4062.0, 4085.0, 4053.0, 4064.0, 4062.0, 4061.0, 4062.0, 4064.0, 4084.0, 4075.0, 4054.0, 4075.0, 4075.0, 4077.0, 4078.0, 4089.0, 4091.0, 4090.0, 4091.0, 4092.0, 4111.0, 4089.0, 4078.0, 4099.0, 4091.0, 4080.0, 4076.0, 4076.0, 4067.0, 4078.0, 4086.0, 4065.0, 4065.0, 4075.0, 4098.0, 4065.0, 4064.0, 4084.0, 4051.0, 4050.0, 4059.0, 4061.0, 4049.0, 4049.0, 4048.0, 4038.0, 4050.0, 4060.0, 4060.0, 4039.0, 4061.0, 4069.0, 4040.0, 4062.0, 4062.0, 4062.0, 4052.0, 4062.0, 4071.0, 4062.0, 4063.0, 4072.0, 4041.0, 4062.0, 4061.0, 4062.0, 4062.0, 4064.0, 4073.0, 4052.0, 4063.0, 4062.0, 4064.0, 4064.0, 4064.0, 4085.0, 4054.0, 4063.0, 4084.0, 4075.0, 4065.0, 4064.0, 4074.0, 4075.0, 4064.0, 4072.0, 4062.0, 4053.0, 4073.0, 4062.0, 4052.0, 4063.0, 4073.0, 4062.0, 4053.0, 4073.0, 4073.0, 4053.0, 4052.0, 4073.0, 4064.0, 4053.0, 4084.0, 4042.0, 4075.0, 4073.0, 4053.0, 4054.0, 4063.0, 4072.0, 4053.0, 4064.0, 4073.0, 4064.0, 4064.0, 4094.0, 4042.0, 4063.0, 4063.0, 4063.0, 4064.0, 4065.0, 4086.0, 4065.0, 4076.0, 4087.0, 4055.0, 4066.0, 4096.0, 4086.0, 4064.0, 4063.0, 4075.0, 4053.0, 4063.0, 4075.0, 4055.0, 4066.0, 4066.0, 4067.0, 4078.0, 4076.0, 4099.0, 4087.0, 4065.0, 4097.0, 4066.0, 4063.0, 4085.0, 4075.0, 4065.0, 4073.0, 4064.0, 4064.0, 4063.0, 4063.0, 4075.0, 4076.0, 4076.0, 4076.0, 4065.0, 4076.0, 4075.0, 4066.0, 4066.0, 4067.0, 4086.0, 4066.0, 4066.0, 4098.0, 4087.0, 4067.0, 4065.0, 4085.0, 4064.0, 4064.0, 4095.0, 4074.0, 4054.0, 4052.0, 4085.0, 4065.0, 4065.0, 4074.0, 4064.0, 4054.0, 4064.0, 4063.0, 4085.0, 4074.0, 4054.0, 4063.0, 4064.0, 4052.0, 4051.0, 4060.0, 4041.0, 4052.0, 4054.0, 4072.0, 4052.0, 4053.0, 4073.0, 4054.0, 4053.0, 4062.0, 4074.0, 4064.0, 4063.0, 4074.0, 4054.0, 4064.0, 4074.0, 4085.0, 4055.0, 4065.0, 4076.0, 4076.0, 4065.0, 4065.0, 4096.0, 4076.0, 4065.0, 4065.0, 4074.0, 4063.0, 4053.0, 4095.0, 4073.0, 4052.0, 4052.0, 4062.0, 4062.0, 4064.0, 4063.0, 4075.0, 4064.0, 4075.0, 4066.0, 4076.0, 4086.0, 4064.0, 4065.0, 4085.0, 4085.0, 4063.0, 4053.0, 4062.0, 4073.0, 4053.0, 4063.0, 4063.0, 4073.0, 4051.0, 4052.0, 4063.0, 4083.0, 4063.0, 4052.0, 4062.0, 4062.0, 4062.0, 4063.0, 4073.0, 4062.0, 4062.0, 4063.0, 4063.0, 4054.0, 4066.0, 4076.0, 4086.0, 4056.0, 4077.0, 4076.0, 4087.0, 4068.0, 4078.0, 4078.0, 4089.0, 4067.0, 4076.0, 4076.0, 4087.0, 4066.0, 4065.0, 4076.0, 4065.0, 4065.0, 4077.0, 4087.0, 4086.0, 4065.0, 4065.0, 4085.0, 4086.0, 4066.0, 4086.0, 4084.0, 4063.0, 4052.0, 4072.0, 4063.0, 4063.0, 4063.0, 4083.0, 4063.0, 4063.0, 4062.0, 4083.0, 4064.0, 4064.0, 4063.0, 4075.0, 4064.0, 4063.0, 4063.0, 4074.0, 4074.0, 4074.0, 4054.0, 4063.0, 4064.0, 4054.0, 4063.0, 4052.0, 4083.0, 4073.0, 4053.0, 4063.0, 4073.0, 4051.0, 4051.0, 4062.0, 4061.0, 4051.0, 4051.0, 4062.0, 4063.0, 4086.0, 4065.0, 4065.0, 4065.0, 4063.0, 4050.0, 4052.0, 4063.0, 4084.0, 4074.0, 4053.0, 4063.0, 4073.0, 4052.0, 4053.0, 4062.0, 4083.0, 4040.0, 4051.0, 4051.0, 4073.0, 4052.0, 4052.0, 4062.0, 4073.0, 4065.0, 4075.0, 4065.0, 4085.0, 4074.0, 4064.0, 4064.0, 4084.0, 4062.0, 4062.0, 4051.0, 4083.0, 4053.0, 4052.0, 4062.0, 4062.0, 4062.0, 4052.0, 4064.0, 4075.0, 4075.0, 4065.0, 4075.0, 4075.0, 4075.0, 4075.0, 4065.0, 4095.0, 4074.0, 4064.0, 4063.0, 4073.0, 4064.0, 4064.0, 4065.0, 4076.0, 4075.0, 4065.0, 4076.0, 4097.0, 4086.0, 4065.0, 4065.0, 4084.0, 4063.0, 4075.0, 4075.0, 4095.0, 4064.0, 4063.0, 4064.0, 4074.0, 4063.0, 4063.0, 4065.0, 4096.0, 4086.0, 4065.0, 4065.0, 4085.0, 4052.0, 4062.0, 4052.0, 4084.0, 4063.0, 4052.0, 4052.0, 4083.0, 4072.0, 4052.0, 4072.0, 4050.0, 4049.0, 4050.0, 4071.0, 4050.0, 4050.0, 4050.0, 4060.0, 4052.0, 4063.0, 4063.0, 4074.0, 4064.0, 4075.0, 4076.0, 4087.0, 4077.0, 4078.0, 4067.0, 4097.0, 4087.0, 4086.0, 4097.0, 4054.0, 4052.0, 4062.0, 4063.0, 4062.0, 4083.0, 4051.0, 4052.0, 4061.0, 4062.0, 4063.0, 4094.0, 4063.0, 4063.0, 4062.0, 4083.0, 4053.0, 4075.0, 4064.0, 4084.0, 4053.0, 4064.0, 4064.0, 4054.0, 4065.0, 4096.0, 4075.0, 4065.0, 4073.0, 4073.0, 4051.0, 4072.0, 4040.0, 4048.0, 4049.0, 4039.0, 4069.0, 4028.0, 4039.0, 4048.0, 4039.0, 4061.0, 4071.0, 4070.0, 4050.0, 4050.0, 4050.0, 4050.0, 4050.0, 4060.0, 4051.0, 4062.0, 4072.0, 4053.0, 4063.0, 4084.0, 4051.0, 4064.0, 4074.0, 4074.0, 4053.0, 4062.0, 4062.0, 4052.0, 4062.0, 4082.0, 4051.0, 4051.0, 4061.0, 4052.0, 4063.0, 4083.0, 4052.0, 4063.0, 4062.0, 4075.0, 4086.0, 4086.0, 4098.0, 4065.0, 4053.0, 4073.0, 4052.0, 4062.0, 4061.0, 4051.0, 4051.0, 4072.0, 4072.0, 4051.0, 4082.0, 4070.0, 4039.0, 4058.0, 4057.0, 4035.0, 4035.0, 4045.0, 4046.0, 4036.0, 4068.0, 4027.0, 4048.0, 4047.0, 4048.0, 4049.0, 4061.0, 4062.0, 4051.0, 4063.0, 4073.0, 4054.0, 4065.0, 4085.0, 4064.0, 4064.0, 4062.0, 4063.0, 4053.0, 4063.0, 4073.0, 4052.0, 4051.0, 4083.0, 4073.0, 4062.0, 4082.0, 4040.0, 4051.0, 4072.0, 4072.0, 4052.0, 4062.0, 4071.0, 4062.0, 4063.0, 4083.0, 4062.0, 4062.0, 4061.0, 4073.0, 4063.0, 4062.0, 4083.0, 4052.0, 4062.0, 4083.0, 4063.0, 4064.0, 4063.0, 4061.0, 4051.0, 4061.0, 4083.0, 4073.0, 4052.0, 4072.0, 4040.0, 4051.0, 4062.0, 4072.0, 4052.0, 4062.0, 4072.0, 4076.0, 4076.0, 4075.0, 4095.0, 4054.0, 4065.0, 4074.0, 4074.0, 4065.0, 4094.0, 4084.0, 4052.0, 4051.0, 4071.0, 4062.0, 4051.0, 4082.0, 4050.0, 4050.0, 4070.0, 4039.0, 4051.0, 4071.0, 4071.0, 4060.0, 4049.0, 4060.0, 4049.0, 4050.0, 4061.0, 4062.0, 4052.0, 4062.0, 4073.0, 4063.0, 4063.0, 4083.0, 4063.0, 4062.0, 4061.0, 4051.0, 4052.0, 4062.0, 4083.0, 4052.0, 4062.0, 4062.0, 4063.0, 4064.0, 4065.0, 4085.0, 4063.0, 4065.0, 4065.0, 4076.0], 'WindowWidth': [9267.0, 9232.0, 9180.0, 9134.0, 9137.0, 9098.0, 9057.0, 9081.0, 9050.0, 9029.0, 9056.0, 9023.0, 9019.0, 9050.0, 9021.0, 9018.0, 9034.0, 9021.0, 9036.0, 9033.0, 9012.0, 9042.0, 9039.0, 9040.0, 9044.0, 9043.0, 9042.0, 9046.0, 9046.0, 9063.0, 9047.0, 9046.0, 9060.0, 9049.0, 9046.0, 9076.0, 9032.0, 9044.0, 9057.0, 9041.0, 9042.0, 9070.0, 9031.0, 9044.0, 9043.0, 9042.0, 9045.0, 9045.0, 9072.0, 9018.0, 9061.0, 9043.0, 9033.0, 9064.0, 9064.0, 9051.0, 9067.0, 9064.0, 9052.0, 9068.0, 9080.0, 9053.0, 9067.0, 9066.0, 9037.0, 9067.0, 9065.0, 9038.0, 9068.0, 9066.0, 9052.0, 9069.0, 9067.0, 9053.0, 9070.0, 9084.0, 9055.0, 9072.0, 9084.0, 9101.0, 9074.0, 9072.0, 9097.0, 9070.0, 9068.0, 9100.0, 9071.0, 9066.0, 9066.0, 9051.0, 9065.0, 9063.0, 9047.0, 9061.0, 9030.0, 9044.0, 9045.0, 9060.0, 9046.0, 9048.0, 9050.0, 9061.0, 9064.0, 9065.0, 9071.0, 9067.0, 9083.0, 9055.0, 9067.0, 9095.0, 9068.0, 9049.0, 9076.0, 9032.0, 9045.0, 9072.0, 9032.0, 9049.0, 9063.0, 9050.0, 9067.0, 9069.0, 9071.0, 9074.0, 9075.0, 9087.0, 9060.0, 9072.0, 9097.0, 9084.0, 9079.0, 9079.0, 9050.0, 9049.0, 9072.0, 9061.0, 9045.0, 9073.0, 9028.0, 9046.0, 9061.0, 9046.0, 9068.0, 9069.0, 9087.0, 9060.0, 9087.0, 9085.0, 9072.0, 9071.0, 9097.0, 9070.0, 9051.0, 9080.0, 9065.0, 9060.0, 9076.0, 9055.0, 9048.0, 9060.0, 9032.0, 9064.0, 9065.0, 9051.0, 9066.0, 9063.0, 9050.0, 9038.0, 9082.0, 9096.0, 9054.0, 9067.0, 9065.0, 9053.0, 9069.0, 9067.0, 9084.0, 9054.0, 9070.0, 9070.0, 9076.0, 9090.0, 9091.0, 9089.0, 9075.0, 9091.0, 9093.0, 9114.0, 9085.0, 9096.0, 9098.0, 9110.0, 9080.0, 9077.0, 9120.0, 9095.0, 9073.0, 9085.0, 9056.0, 9070.0, 9101.0, 9069.0, 9070.0, 9065.0, 9053.0, 9057.0, 9092.0, 9098.0, 9082.0, 9083.0, 9115.0, 9114.0, 9114.0, 9088.0, 9103.0, 9114.0, 9111.0, 9084.0, 9078.0, 9105.0, 9091.0, 9073.0, 9081.0, 9051.0, 9066.0, 9070.0, 9086.0, 9062.0, 9094.0, 9080.0, 9118.0, 9073.0, 9073.0, 9070.0, 9105.0, 9086.0, 9075.0, 9053.0, 9081.0, 9057.0, 9055.0, 9049.0, 9076.0, 9050.0, 9051.0, 9051.0, 9049.0, 9049.0, 9037.0, 9067.0, 9070.0, 9102.0, 9074.0, 9073.0, 9073.0, 9102.0, 9068.0, 9064.0, 9093.0, 9082.0, 9053.0, 9049.0, 9044.0, 9031.0, 9047.0, 9063.0, 9048.0, 9040.0, 9067.0, 9083.0, 9071.0, 9076.0, 9090.0, 9103.0, 9075.0, 9070.0, 9070.0, 9051.0, 9052.0, 9050.0, 9080.0, 9039.0, 9051.0, 9065.0, 9053.0, 9045.0, 9075.0, 9075.0, 9102.0, 9074.0, 9075.0, 9071.0, 9103.0, 9094.0, 9078.0, 9071.0, 9099.0, 9054.0, 9055.0, 9071.0, 9099.0, 9069.0, 9050.0, 9047.0, 9074.0, 9031.0, 9050.0, 9048.0, 9077.0, 9046.0, 9046.0, 9045.0, 9058.0, 9038.0, 9065.0, 9064.0, 9077.0, 9036.0, 9062.0, 9047.0, 9078.0, 9052.0, 9051.0, 9049.0, 9047.0, 9038.0, 9070.0, 9070.0, 9085.0, 9058.0, 9075.0, 9075.0, 9123.0, 9084.0, 9077.0, 9075.0, 9092.0, 9076.0, 9056.0, 9066.0, 9098.0, 9071.0, 9056.0, 9055.0, 9054.0, 9055.0, 9054.0, 9054.0, 9071.0, 9118.0, 9090.0, 9060.0, 9074.0, 9072.0, 9103.0, 9090.0, 9070.0, 9068.0, 9081.0, 9065.0, 9051.0, 9078.0, 9058.0, 9029.0, 9027.0, 9058.0, 9029.0, 9044.0, 9046.0, 9058.0, 9032.0, 9065.0, 9062.0, 9059.0, 9061.0, 9050.0, 9061.0, 9047.0, 9033.0, 9049.0, 9061.0, 9035.0, 9050.0, 9051.0, 9076.0, 9035.0, 9049.0, 9061.0, 9050.0, 9051.0, 9052.0, 9078.0, 9037.0, 9069.0, 9067.0, 9066.0, 9056.0, 9059.0, 9072.0, 9083.0, 9071.0, 9070.0, 9078.0, 9064.0, 9050.0, 9077.0, 9063.0, 9037.0, 9070.0, 9071.0, 9052.0, 9055.0, 9075.0, 9074.0, 9085.0, 9060.0, 9073.0, 9075.0, 9101.0, 9062.0, 9071.0, 9052.0, 9098.0, 9053.0, 9057.0, 9052.0, 9079.0, 9051.0, 9057.0, 9071.0, 9089.0, 9087.0, 9054.0, 9059.0, 9072.0, 9103.0, 9087.0, 9051.0, 9033.0, 9076.0, 9044.0, 9049.0, 9044.0, 9072.0, 9045.0, 9048.0, 9049.0, 9052.0, 9065.0, 9053.0, 9055.0, 9072.0, 9083.0, 9101.0, 9066.0, 9050.0, 9046.0, 9076.0, 9063.0, 9050.0, 9052.0, 9067.0, 9068.0, 9077.0, 9063.0, 9083.0, 9077.0, 9102.0, 9086.0, 9055.0, 9072.0, 9055.0, 9099.0, 9062.0, 9046.0, 9048.0, 9053.0, 9080.0, 9067.0, 9051.0, 9048.0, 9042.0, 9042.0, 9026.0, 9062.0, 9063.0, 9049.0, 9062.0, 9045.0, 9034.0, 9069.0, 9053.0, 9051.0, 9063.0, 9048.0, 9034.0, 9052.0, 9067.0, 9079.0, 9034.0, 9047.0, 9046.0, 9080.0, 9064.0, 9033.0, 9046.0, 9043.0, 9043.0, 9065.0, 9052.0, 9068.0, 9085.0, 9085.0, 9075.0, 9092.0, 9077.0, 9090.0, 9084.0, 9052.0, 9047.0, 9080.0, 9050.0, 9046.0, 9045.0, 9042.0, 9032.0, 9049.0, 9044.0, 9078.0, 9048.0, 9048.0, 9050.0, 9082.0, 9066.0, 9054.0, 9044.0, 9057.0, 9032.0, 9047.0, 9043.0, 9074.0, 9028.0, 9041.0, 9040.0, 9058.0, 9028.0, 9047.0, 9028.0, 9042.0, 9034.0, 9048.0, 9049.0, 9044.0, 9031.0, 9047.0, 9064.0, 9050.0, 9041.0, 9067.0, 9069.0, 9082.0, 9059.0, 9070.0, 9055.0, 9081.0, 9048.0, 9049.0, 9049.0, 9076.0, 9064.0, 9020.0, 9046.0, 9047.0, 9069.0, 9066.0, 9053.0, 9063.0, 9047.0, 9035.0, 9067.0, 9065.0, 9080.0, 9033.0, 9047.0, 9067.0, 9083.0, 9055.0, 9073.0, 9053.0, 9080.0, 9041.0, 9071.0, 9068.0, 9080.0, 9048.0, 9043.0, 9074.0, 9045.0, 9029.0, 9028.0, 9040.0, 9025.0, 9044.0, 9062.0, 9046.0, 9049.0, 9046.0, 9058.0, 9036.0, 9053.0, 9050.0, 9077.0, 9032.0, 9048.0, 9051.0, 9079.0, 9050.0, 9051.0, 9048.0, 9061.0, 9040.0, 9054.0, 9051.0, 9081.0, 9035.0, 9050.0, 9063.0, 9081.0, 9051.0, 9056.0, 9063.0, 9048.0, 9035.0, 9072.0, 9066.0, 9081.0, 9053.0, 9053.0, 9051.0, 9066.0, 9069.0, 9055.0, 9081.0, 9063.0, 9047.0, 9044.0, 9081.0, 9035.0, 9051.0, 9045.0, 9042.0, 9046.0, 9050.0, 9078.0, 9066.0, 9038.0, 9068.0, 9069.0, 9073.0, 9080.0, 9096.0, 9101.0, 9098.0, 9101.0, 9106.0, 9126.0, 9096.0, 9076.0, 9105.0, 9102.0, 9082.0, 9072.0, 9073.0, 9063.0, 9078.0, 9084.0, 9053.0, 9054.0, 9067.0, 9101.0, 9056.0, 9051.0, 9078.0, 9029.0, 9024.0, 9035.0, 9040.0, 9021.0, 9019.0, 9018.0, 9005.0, 9024.0, 9037.0, 9039.0, 9009.0, 9041.0, 9050.0, 9010.0, 9043.0, 9043.0, 9043.0, 9033.0, 9044.0, 9055.0, 9045.0, 9046.0, 9057.0, 9015.0, 9046.0, 9041.0, 9044.0, 9046.0, 9049.0, 9060.0, 9032.0, 9050.0, 9046.0, 9050.0, 9050.0, 9049.0, 9079.0, 9038.0, 9050.0, 9078.0, 9066.0, 9055.0, 9050.0, 9064.0, 9066.0, 9052.0, 9058.0, 9046.0, 9034.0, 9061.0, 9044.0, 9033.0, 9047.0, 9061.0, 9045.0, 9033.0, 9062.0, 9060.0, 9034.0, 9033.0, 9062.0, 9050.0, 9034.0, 9076.0, 9020.0, 9068.0, 9062.0, 9035.0, 9037.0, 9049.0, 9060.0, 9037.0, 9051.0, 9061.0, 9051.0, 9049.0, 9091.0, 9020.0, 9048.0, 9047.0, 9049.0, 9051.0, 9053.0, 9084.0, 9054.0, 9073.0, 9087.0, 9041.0, 9057.0, 9098.0, 9085.0, 9052.0, 9049.0, 9065.0, 9034.0, 9047.0, 9066.0, 9043.0, 9059.0, 9059.0, 9063.0, 9077.0, 9071.0, 9108.0, 9088.0, 9055.0, 9100.0, 9056.0, 9048.0, 9080.0, 9068.0, 9054.0, 9063.0, 9051.0, 9054.0, 9050.0, 9050.0, 9070.0, 9073.0, 9071.0, 9070.0, 9057.0, 9071.0, 9067.0, 9057.0, 9059.0, 9062.0, 9086.0, 9057.0, 9058.0, 9106.0, 9089.0, 9062.0, 9054.0, 9080.0, 9051.0, 9050.0, 9095.0, 9064.0, 9036.0, 9033.0, 9079.0, 9057.0, 9055.0, 9065.0, 9053.0, 9040.0, 9052.0, 9048.0, 9080.0, 9066.0, 9036.0, 9048.0, 9051.0, 9033.0, 9027.0, 9038.0, 9015.0, 9032.0, 9036.0, 9058.0, 9032.0, 9034.0, 9061.0, 9036.0, 9034.0, 9044.0, 9064.0, 9050.0, 9048.0, 9065.0, 9040.0, 9052.0, 9065.0, 9081.0, 9042.0, 9056.0, 9072.0, 9070.0, 9055.0, 9053.0, 9097.0, 9071.0, 9054.0, 9054.0, 9064.0, 9048.0, 9034.0, 9096.0, 9063.0, 9032.0, 9031.0, 9045.0, 9047.0, 9051.0, 9050.0, 9066.0, 9053.0, 9069.0, 9059.0, 9070.0, 9083.0, 9053.0, 9053.0, 9081.0, 9083.0, 9049.0, 9035.0, 9045.0, 9060.0, 9034.0, 9048.0, 9046.0, 9060.0, 9030.0, 9032.0, 9048.0, 9076.0, 9049.0, 9031.0, 9044.0, 9044.0, 9044.0, 9048.0, 9061.0, 9046.0, 9047.0, 9048.0, 9049.0, 9038.0, 9058.0, 9070.0, 9085.0, 9045.0, 9075.0, 9072.0, 9089.0, 9062.0, 9076.0, 9076.0, 9094.0, 9062.0, 9071.0, 9070.0, 9086.0, 9058.0, 9054.0, 9069.0, 9053.0, 9056.0, 9075.0, 9089.0, 9085.0, 9056.0, 9054.0, 9081.0, 9083.0, 9057.0, 9084.0, 9078.0, 9048.0, 9033.0, 9059.0, 9047.0, 9047.0, 9046.0, 9075.0, 9048.0, 9049.0, 9046.0, 9076.0, 9050.0, 9053.0, 9049.0, 9069.0, 9053.0, 9049.0, 9048.0, 9064.0, 9066.0, 9065.0, 9037.0, 9048.0, 9052.0, 9038.0, 9050.0, 9031.0, 9074.0, 9063.0, 9035.0, 9049.0, 9061.0, 9028.0, 9028.0, 9044.0, 9042.0, 9027.0, 9028.0, 9046.0, 9049.0, 9084.0, 9052.0, 9053.0, 9056.0, 9049.0, 9027.0, 9033.0, 9048.0, 9079.0, 9063.0, 9034.0, 9049.0, 9062.0, 9032.0, 9035.0, 9046.0, 9075.0, 9013.0, 9027.0, 9027.0, 9061.0, 9032.0, 9034.0, 9045.0, 9062.0, 9055.0, 9070.0, 9056.0, 9080.0, 9064.0, 9052.0, 9051.0, 9077.0, 9045.0, 9046.0, 9028.0, 9075.0, 9034.0, 9034.0, 9044.0, 9044.0, 9044.0, 9033.0, 9051.0, 9069.0, 9069.0, 9054.0, 9069.0, 9068.0, 9067.0, 9070.0, 9054.0, 9095.0, 9064.0, 9053.0, 9048.0, 9063.0, 9051.0, 9054.0, 9055.0, 9074.0, 9070.0, 9058.0, 9071.0, 9102.0, 9085.0, 9055.0, 9054.0, 9078.0, 9049.0, 9067.0, 9067.0, 9095.0, 9050.0, 9048.0, 9053.0, 9067.0, 9049.0, 9050.0, 9054.0, 9097.0, 9083.0, 9054.0, 9054.0, 9080.0, 9032.0, 9046.0, 9032.0, 9078.0, 9048.0, 9033.0, 9031.0, 9074.0, 9060.0, 9031.0, 9057.0, 9026.0, 9023.0, 9025.0, 9054.0, 9025.0, 9027.0, 9026.0, 9040.0, 9031.0, 9048.0, 9048.0, 9066.0, 9052.0, 9069.0, 9073.0, 9088.0, 9076.0, 9077.0, 9062.0, 9101.0, 9089.0, 9084.0, 9099.0, 9039.0, 9033.0, 9045.0, 9048.0, 9043.0, 9074.0, 9029.0, 9030.0, 9040.0, 9045.0, 9048.0, 9092.0, 9047.0, 9050.0, 9047.0, 9075.0, 9037.0, 9067.0, 9051.0, 9077.0, 9035.0, 9052.0, 9051.0, 9038.0, 9054.0, 9097.0, 9068.0, 9056.0, 9063.0, 9062.0, 9029.0, 9057.0, 9011.0, 9019.0, 9022.0, 9010.0, 9049.0, 8992.0, 9008.0, 9020.0, 9011.0, 9041.0, 9055.0, 9052.0, 9025.0, 9024.0, 9025.0, 9027.0, 9026.0, 9040.0, 9029.0, 9046.0, 9059.0, 9034.0, 9049.0, 9077.0, 9031.0, 9052.0, 9064.0, 9065.0, 9034.0, 9046.0, 9044.0, 9034.0, 9046.0, 9072.0, 9029.0, 9030.0, 9044.0, 9034.0, 9049.0, 9075.0, 9033.0, 9051.0, 9047.0, 9068.0, 9087.0, 9086.0, 9107.0, 9054.0, 9037.0, 9061.0, 9032.0, 9047.0, 9043.0, 9028.0, 9031.0, 9057.0, 9058.0, 9029.0, 9071.0, 9053.0, 9008.0, 9031.0, 9029.0, 8998.0, 8996.0, 9009.0, 9012.0, 9000.0, 9044.0, 8989.0, 9021.0, 9018.0, 9020.0, 9024.0, 9042.0, 9045.0, 9031.0, 9050.0, 9063.0, 9040.0, 9057.0, 9082.0, 9052.0, 9051.0, 9046.0, 9048.0, 9036.0, 9048.0, 9060.0, 9034.0, 9030.0, 9077.0, 9063.0, 9045.0, 9072.0, 9012.0, 9030.0, 9058.0, 9059.0, 9032.0, 9044.0, 9056.0, 9045.0, 9050.0, 9075.0, 9045.0, 9045.0, 9042.0, 9062.0, 9049.0, 9047.0, 9073.0, 9033.0, 9047.0, 9074.0, 9051.0, 9052.0, 9048.0, 9043.0, 9032.0, 9043.0, 9077.0, 9061.0, 9033.0, 9058.0, 9014.0, 9030.0, 9045.0, 9060.0, 9032.0, 9048.0, 9061.0, 9072.0, 9072.0, 9069.0, 9097.0, 9041.0, 9056.0, 9066.0, 9065.0, 9054.0, 9093.0, 9080.0, 9033.0, 9031.0, 9057.0, 9047.0, 9030.0, 9073.0, 9025.0, 9026.0, 9054.0, 9010.0, 9030.0, 9057.0, 9054.0, 9040.0, 9023.0, 9039.0, 9024.0, 9027.0, 9043.0, 9045.0, 9034.0, 9046.0, 9062.0, 9049.0, 9050.0, 9077.0, 9048.0, 9047.0, 9044.0, 9030.0, 9035.0, 9046.0, 9075.0, 9033.0, 9047.0, 9047.0, 9050.0, 9054.0, 9054.0, 9081.0, 9051.0, 9056.0, 9056.0, 9073.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.000545759878419453</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016803215273556233</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.716486552904954</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2035453633460078</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0083418531254735</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4743</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5334.6528</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08826676431452565</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4437689969604863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3346865112339414</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.24814549185458</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5196363035635527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.236277738283692</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00927128</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011606503278017044</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025615110993385315</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1316</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.9516222293450074</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>26.6737</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5243</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.4595</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301414.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>823.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.0585</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3715</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.3353</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3287.4726</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3444.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1223.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4349.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.535</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.31384958373383</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> |