=== 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-0038 --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-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0038_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0038_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0038_suffix-bold_task-narratives" 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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-02/func/sub-0038_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5304c5d6708c3513d7ca2818cb549eea</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:36:48.322500</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.999623, 0.00673278, 0.0266208, -0.00907249, 0.996011, 0.0887707]</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-03_task-narratives_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.0720896</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7269, 567, -119, -214, -23, 98]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.28</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>974b6f3a-66dd-42aa-9d31-42af78e1206a||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.681915283203125, -0.024340836331248283, 0.06997577846050262, 110.39820098876953], [-0.018063563853502274, 2.6722240447998047, 0.24024254083633423, -96.45462799072266], [0.07142172753810883, -0.2381652295589447, 2.688380002975464, -73.52365112304688], [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, 1298]</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], 'AcquisitionTime': ['093648.322500', '093648.782500', '093649.242500', '093649.702500', '093650.162500', '093650.622500', '093651.082500', '093651.542500', '093652.002500', '093652.462500', '093652.922500', '093653.382500', '093653.842500', '093654.302500', '093654.762500', '093655.222500', '093655.682500', '093656.142500', '093656.602500', '093657.062500', '093657.522500', '093657.982500', '093658.442500', '093658.902500', '093659.362500', '093659.822500', '093700.282500', '093700.742500', '093701.202500', '093701.662500', '093702.122500', '093702.582500', '093703.042500', '093703.502500', '093703.962500', '093704.422500', '093704.882500', '093705.342500', '093705.802500', '093706.262500', '093706.722500', '093707.182500', '093707.642500', '093708.102500', '093708.562500', '093709.022500', '093709.482500', '093709.942500', '093710.402500', '093710.862500', '093711.322500', '093711.782500', '093712.242500', '093712.702500', '093713.162500', '093713.622500', '093714.082500', '093714.542500', '093715.002500', '093715.462500', '093715.922500', '093716.382500', '093716.842500', '093717.302500', '093717.762500', '093718.222500', '093718.682500', '093719.142500', '093719.602500', '093720.062500', '093720.522500', '093720.982500', '093721.442500', '093721.902500', '093722.362500', '093722.822500', '093723.282500', '093723.742500', '093724.202500', '093724.662500', '093725.122500', '093725.582500', '093726.042500', '093726.502500', '093726.962500', '093727.422500', '093727.882500', '093728.342500', '093728.802500', '093729.262500', '093729.722500', '093730.182500', '093730.642500', '093731.102500', '093731.562500', '093732.022500', '093732.482500', '093732.942500', '093733.402500', '093733.862500', '093734.322500', '093734.782500', '093735.242500', '093735.702500', '093736.162500', '093736.622500', '093737.082500', '093737.542500', '093738.002500', '093738.462500', '093738.922500', '093739.382500', '093739.842500', '093740.302500', '093740.762500', '093741.222500', '093741.682500', '093742.142500', '093742.602500', '093743.062500', '093743.522500', '093743.982500', '093744.442500', '093744.902500', '093745.362500', '093745.822500', '093746.282500', '093746.742500', '093747.202500', '093747.662500', '093748.122500', '093748.582500', '093749.042500', '093749.502500', '093749.962500', '093750.422500', '093750.882500', '093751.342500', '093751.802500', '093752.262500', '093752.722500', '093753.182500', '093753.642500', '093754.102500', '093754.562500', '093755.022500', '093755.482500', '093755.942500', '093756.402500', '093756.862500', '093757.322500', '093757.782500', '093758.242500', '093758.702500', '093759.162500', '093759.622500', '093800.082500', '093800.542500', '093801.002500', '093801.462500', '093801.922500', '093802.382500', '093802.842500', '093803.302500', '093803.762500', '093804.222500', '093804.682500', '093805.142500', '093805.602500', '093806.062500', '093806.522500', '093806.982500', '093807.442500', '093807.902500', '093808.362500', '093808.822500', '093809.282500', '093809.742500', '093810.202500', '093810.662500', '093811.122500', '093811.582500', '093812.042500', '093812.502500', '093812.962500', '093813.422500', '093813.882500', '093814.342500', '093814.802500', '093815.262500', '093815.722500', '093816.182500', '093816.642500', '093817.102500', '093817.562500', '093818.022500', '093818.482500', '093818.942500', '093819.402500', '093819.862500', '093820.322500', '093820.782500', '093821.242500', '093821.702500', '093822.162500', '093822.622500', '093823.082500', '093823.542500', '093824.002500', '093824.462500', '093824.922500', '093825.382500', '093825.842500', '093826.302500', '093826.762500', '093827.222500', '093827.682500', '093828.142500', '093828.602500', '093829.062500', '093829.522500', '093829.982500', '093830.442500', '093830.902500', '093831.362500', '093831.822500', '093832.282500', '093832.742500', '093833.202500', '093833.662500', '093834.122500', '093834.582500', '093835.042500', '093835.502500', '093835.962500', '093836.422500', '093836.882500', '093837.342500', '093837.802500', '093838.262500', '093838.722500', '093839.182500', '093839.642500', '093840.102500', '093840.562500', '093841.022500', '093841.482500', '093841.942500', '093842.402500', '093842.862500', '093843.322500', '093843.782500', '093844.242500', '093844.702500', '093845.162500', '093845.622500', '093846.082500', '093846.542500', '093847.002500', '093847.462500', '093847.922500', '093848.382500', '093848.842500', '093849.302500', '093849.762500', '093850.222500', '093850.682500', '093851.142500', '093851.602500', '093852.062500', '093852.522500', '093852.982500', '093853.442500', '093853.902500', '093854.362500', '093854.822500', '093855.282500', '093855.742500', '093856.202500', '093856.662500', '093857.122500', '093857.582500', '093858.042500', '093858.502500', '093858.962500', '093859.422500', '093859.882500', '093900.342500', '093900.802500', '093901.262500', '093901.722500', '093902.182500', '093902.642500', '093903.102500', '093903.562500', '093904.022500', '093904.482500', '093904.942500', '093905.402500', '093905.862500', '093906.322500', '093906.782500', '093907.242500', '093907.702500', '093908.162500', '093908.622500', '093909.082500', '093909.542500', '093910.002500', '093910.462500', '093910.922500', '093911.382500', '093911.842500', '093912.302500', '093912.762500', '093913.222500', '093913.682500', '093914.142500', '093914.602500', '093915.062500', '093915.522500', '093915.982500', '093916.442500', '093916.902500', '093917.362500', '093917.822500', '093918.282500', '093918.742500', '093919.202500', '093919.662500', '093920.122500', '093920.582500', '093921.042500', '093921.502500', '093921.962500', '093922.422500', '093922.882500', '093923.342500', '093923.802500', '093924.262500', '093924.722500', '093925.182500', '093925.642500', '093926.102500', '093926.562500', '093927.022500', '093927.482500', '093927.942500', '093928.402500', '093928.862500', '093929.322500', '093929.782500', '093930.242500', '093930.702500', '093931.162500', '093931.622500', '093932.082500', '093932.542500', '093933.002500', '093933.462500', '093933.922500', '093934.382500', '093934.842500', '093935.302500', '093935.762500', '093936.222500', '093936.682500', '093937.142500', '093937.602500', '093938.062500', '093938.522500', '093938.982500', '093939.442500', '093939.902500', '093940.362500', '093940.822500', '093941.282500', '093941.742500', '093942.202500', '093942.662500', '093943.122500', '093943.582500', '093944.042500', '093944.502500', '093944.962500', '093945.422500', '093945.882500', '093946.342500', '093946.802500', '093947.262500', '093947.722500', '093948.182500', '093948.642500', '093949.102500', '093949.562500', '093950.022500', '093950.482500', '093950.942500', '093951.402500', '093951.862500', '093952.322500', '093952.782500', '093953.242500', '093953.702500', '093954.162500', '093954.622500', '093955.082500', '093955.542500', '093956.002500', '093956.462500', '093956.922500', '093957.382500', '093957.842500', '093958.302500', '093958.762500', '093959.222500', '093959.682500', '094000.142500', '094000.602500', '094001.062500', '094001.522500', '094001.982500', '094002.442500', '094002.902500', '094003.362500', '094003.822500', '094004.282500', '094004.742500', '094005.202500', '094005.662500', '094006.122500', '094006.582500', '094007.042500', '094007.502500', '094007.962500', '094008.422500', '094008.882500', '094009.342500', '094009.802500', '094010.262500', '094010.722500', '094011.182500', '094011.642500', '094012.102500', '094012.562500', '094013.022500', '094013.482500', '094013.942500', '094014.402500', '094014.862500', '094015.322500', '094015.782500', '094016.242500', '094016.702500', '094017.162500', '094017.622500', '094018.082500', '094018.542500', '094019.002500', '094019.462500', '094019.922500', '094020.382500', '094020.842500', '094021.302500', '094021.762500', '094022.222500', '094022.682500', '094023.142500', '094023.602500', '094024.062500', '094024.522500', '094024.982500', '094025.442500', '094025.902500', '094026.362500', '094026.822500', '094027.282500', '094027.742500', '094028.202500', '094028.662500', '094029.122500', '094029.582500', '094030.042500', '094030.502500', '094030.962500', '094031.422500', '094031.882500', '094032.342500', '094032.802500', '094033.262500', '094033.722500', '094034.182500', '094034.642500', '094035.102500', '094035.562500', '094036.022500', '094036.482500', '094036.942500', '094037.402500', '094037.862500', '094038.322500', '094038.782500', '094039.242500', '094039.702500', '094040.162500', '094040.622500', '094041.082500', '094041.542500', '094042.002500', '094042.462500', '094042.922500', '094043.382500', '094043.842500', '094044.302500', '094044.762500', '094045.222500', '094045.682500', '094046.142500', '094046.602500', '094047.062500', '094047.522500', '094047.982500', '094048.442500', '094048.902500', '094049.362500', '094049.822500', '094050.282500', '094050.742500', '094051.202500', '094051.662500', '094052.122500', '094052.582500', '094053.042500', '094053.502500', '094053.962500', '094054.422500', '094054.882500', '094055.342500', '094055.802500', '094056.262500', '094056.722500', '094057.182500', '094057.642500', '094058.102500', '094058.562500', '094059.022500', '094059.482500', '094059.942500', '094100.402500', '094100.862500', '094101.322500', '094101.782500', '094102.242500', '094102.702500', '094103.162500', '094103.622500', '094104.082500', '094104.542500', '094105.002500', '094105.462500', '094105.922500', '094106.382500', '094106.842500', '094107.302500', '094107.762500', '094108.222500', '094108.682500', '094109.142500', '094109.602500', '094110.062500', '094110.522500', '094110.982500', '094111.442500', '094111.902500', '094112.362500', '094112.822500', '094113.282500', '094113.742500', '094114.202500', '094114.662500', '094115.122500', '094115.582500', '094116.042500', '094116.502500', '094116.962500', '094117.422500', '094117.882500', '094118.342500', '094118.802500', '094119.262500', '094119.722500', '094120.182500', '094120.642500', '094121.102500', '094121.562500', '094122.022500', '094122.482500', '094122.942500', '094123.402500', '094123.862500', '094124.322500', '094124.782500', '094125.242500', '094125.702500', '094126.162500', '094126.622500', '094127.082500', '094127.542500', '094128.002500', '094128.462500', '094128.922500', '094129.382500', '094129.842500', '094130.302500', '094130.762500', '094131.222500', '094131.682500', '094132.142500', '094132.602500', '094133.062500', '094133.522500', '094133.982500', '094134.442500', '094134.902500', '094135.362500', '094135.822500', '094136.282500', '094136.742500', '094137.202500', '094137.662500', '094138.122500', '094138.582500', '094139.042500', '094139.502500', '094139.962500', '094140.422500', '094140.882500', '094141.342500', '094141.802500', '094142.262500', '094142.722500', '094143.182500', '094143.642500', '094144.102500', '094144.562500', '094145.022500', '094145.482500', '094145.942500', '094146.402500', '094146.862500', '094147.322500', '094147.782500', '094148.242500', '094148.702500', '094149.162500', '094149.622500', '094150.082500', '094150.542500', '094151.002500', '094151.462500', '094151.922500', '094152.382500', '094152.842500', '094153.302500', '094153.762500', '094154.222500', '094154.682500', '094155.142500', '094155.602500', '094156.062500', '094156.522500', '094156.982500', '094157.442500', '094157.902500', '094158.362500', '094158.822500', '094159.282500', '094159.742500', '094200.202500', '094200.662500', '094201.122500', '094201.582500', '094202.042500', '094202.502500', '094202.962500', '094203.422500', '094203.882500', '094204.342500', '094204.802500', '094205.262500', '094205.722500', '094206.182500', '094206.642500', '094207.102500', '094207.562500', '094208.022500', '094208.482500', '094208.942500', '094209.402500', '094209.862500', '094210.322500', '094210.782500', '094211.242500', '094211.702500', '094212.162500', '094212.622500', '094213.082500', '094213.542500', '094214.002500', '094214.462500', '094214.922500', '094215.382500', '094215.842500', '094216.302500', '094216.762500', '094217.222500', '094217.682500', '094218.142500', '094218.602500', '094219.062500', '094219.522500', '094219.982500', '094220.442500', '094220.902500', '094221.362500', '094221.822500', '094222.282500', '094222.742500', '094223.202500', '094223.662500', '094224.122500', '094224.582500', '094225.042500', '094225.502500', '094225.962500', '094226.422500', '094226.882500', '094227.342500', '094227.802500', '094228.262500', '094228.722500', '094229.182500', '094229.642500', '094230.102500', '094230.562500', '094231.022500', '094231.482500', '094231.942500', '094232.402500', '094232.862500', '094233.322500', '094233.782500', '094234.242500', '094234.702500', '094235.162500', '094235.622500', '094236.082500', '094236.542500', '094237.002500', '094237.462500', '094237.922500', '094238.382500', '094238.842500', '094239.302500', '094239.762500', '094240.222500', '094240.682500', '094241.142500', '094241.602500', '094242.062500', '094242.522500', '094242.982500', '094243.442500', '094243.902500', '094244.362500', '094244.822500', '094245.282500', '094245.742500', '094246.202500', '094246.662500', '094247.122500', '094247.582500', '094248.042500', '094248.502500', '094248.962500', '094249.422500', '094249.882500', '094250.342500', '094250.802500', '094251.262500', '094251.722500', '094252.182500', '094252.642500', '094253.102500', '094253.562500', '094254.022500', '094254.482500', '094254.942500', '094255.402500', '094255.862500', '094256.322500', '094256.782500', '094257.242500', '094257.702500', '094258.162500', '094258.622500', '094259.082500', '094259.542500', '094300.002500', '094300.462500', '094300.922500', '094301.382500', '094301.842500', '094302.302500', '094302.762500', '094303.222500', '094303.682500', '094304.142500', '094304.602500', '094305.062500', '094305.522500', '094305.982500', '094306.442500', '094306.902500', '094307.362500', '094307.822500', '094308.282500', '094308.742500', '094309.202500', '094309.662500', '094310.122500', '094310.582500', '094311.042500', '094311.502500', '094311.962500', '094312.422500', '094312.882500', '094313.342500', '094313.802500', '094314.262500', '094314.722500', '094315.182500', '094315.642500', '094316.102500', '094316.562500', '094317.022500', '094317.482500', '094317.942500', '094318.402500', '094318.862500', '094319.322500', '094319.782500', '094320.242500', '094320.702500', '094321.162500', '094321.622500', '094322.082500', '094322.542500', '094323.002500', '094323.462500', '094323.922500', '094324.382500', '094324.842500', '094325.302500', '094325.762500', '094326.222500', '094326.682500', '094327.142500', '094327.602500', '094328.062500', '094328.522500', '094328.982500', '094329.442500', '094329.902500', '094330.362500', '094330.822500', '094331.282500', '094331.742500', '094332.202500', '094332.662500', '094333.122500', '094333.582500', '094334.042500', '094334.502500', '094334.962500', '094335.422500', '094335.882500', '094336.342500', '094336.802500', '094337.262500', '094337.722500', '094338.182500', '094338.642500', '094339.102500', '094339.562500', '094340.022500', '094340.482500', '094340.942500', '094341.402500', '094341.862500', '094342.322500', '094342.782500', '094343.242500', '094343.702500', '094344.162500', '094344.622500', '094345.082500', '094345.542500', '094346.002500', '094346.462500', '094346.922500', '094347.382500', '094347.842500', '094348.302500', '094348.762500', '094349.222500', '094349.682500', '094350.142500', '094350.602500', '094351.062500', '094351.522500', '094351.982500', '094352.442500', '094352.902500', '094353.362500', '094353.822500', '094354.282500', '094354.742500', '094355.202500', '094355.662500', '094356.122500', '094356.582500', '094357.042500', '094357.502500', '094357.962500', '094358.422500', '094358.882500', '094359.342500', '094359.802500', '094400.262500', '094400.722500', '094401.182500', '094401.642500', '094402.102500', '094402.562500', '094403.022500', '094403.482500', '094403.942500', '094404.402500', '094404.862500', '094405.322500', '094405.782500', '094406.242500', '094406.702500', '094407.162500', '094407.622500', '094408.082500', '094408.542500', '094409.002500', '094409.462500', '094409.922500', '094410.382500', '094410.842500', '094411.302500', '094411.762500', '094412.222500', '094412.682500', '094413.142500', '094413.602500', '094414.062500', '094414.522500', '094414.982500', '094415.442500', '094415.902500', '094416.362500', '094416.822500', '094417.282500', '094417.742500', '094418.202500', '094418.662500', '094419.122500', '094419.582500', '094420.042500', '094420.502500', '094420.962500', '094421.422500', '094421.882500', '094422.342500', '094422.802500', '094423.262500', '094423.722500', '094424.182500', '094424.642500', '094425.102500', '094425.562500', '094426.022500', '094426.482500', '094426.942500', '094427.402500', '094427.862500', '094428.322500', '094428.782500', '094429.242500', '094429.702500', '094430.162500', '094430.622500', '094431.082500', '094431.542500', '094432.002500', '094432.462500', '094432.922500', '094433.382500', '094433.842500', '094434.302500', '094434.762500', '094435.222500', '094435.682500', '094436.142500', '094436.602500', '094437.062500', '094437.522500', '094437.982500', '094438.442500', '094438.902500', '094439.362500', '094439.822500', '094440.282500', '094440.742500', '094441.202500', '094441.662500', '094442.122500', '094442.582500', '094443.042500', '094443.502500', '094443.962500', '094444.422500', '094444.882500', '094445.342500', '094445.802500', '094446.262500', '094446.722500', '094447.182500', '094447.642500', '094448.102500', '094448.562500', '094449.022500', '094449.482500', '094449.942500', '094450.402500', '094450.862500', '094451.322500', '094451.782500', '094452.242500', '094452.702500', '094453.162500', '094453.622500', '094454.082500', '094454.542500', '094455.002500', '094455.462500', '094455.922500', '094456.382500', '094456.842500', '094457.302500', '094457.762500', '094458.222500', '094458.682500', '094459.142500', '094459.602500', '094500.062500', '094500.522500', '094500.982500', '094501.442500', '094501.902500', '094502.362500', '094502.822500', '094503.282500', '094503.742500', '094504.202500', '094504.662500', '094505.122500', '094505.582500', '094506.042500', '094506.502500', '094506.962500', '094507.422500', '094507.882500', '094508.342500', '094508.802500', '094509.262500', '094509.722500', '094510.182500', '094510.642500', '094511.102500', '094511.562500', '094512.022500', '094512.482500', '094512.942500', '094513.402500', '094513.862500', '094514.322500', '094514.782500', '094515.242500', '094515.702500', '094516.162500', '094516.622500', '094517.082500', '094517.542500', '094518.002500', '094518.462500', '094518.922500', '094519.382500', '094519.842500', '094520.302500', '094520.762500', '094521.222500', '094521.682500', '094522.142500', '094522.602500', '094523.062500', '094523.522500', '094523.982500', '094524.442500', '094524.902500', '094525.362500', '094525.822500', '094526.282500', '094526.742500', '094527.202500', '094527.662500', '094528.122500', '094528.582500', '094529.042500', '094529.502500', '094529.962500', '094530.422500', '094530.882500', '094531.342500', '094531.802500', '094532.262500', '094532.722500', '094533.182500', '094533.642500', '094534.102500', '094534.562500', '094535.022500', '094535.482500', '094535.942500', '094536.402500', '094536.862500', '094537.322500', '094537.782500', '094538.242500', '094538.702500', '094539.162500', '094539.622500', '094540.082500', '094540.542500', '094541.002500', '094541.462500', '094541.922500', '094542.382500', '094542.842500', '094543.302500', '094543.762500', '094544.222500', '094544.682500', '094545.142500', '094545.602500', '094546.062500', '094546.522500', '094546.982500', '094547.442500', '094547.902500', '094548.362500', '094548.822500', '094549.282500', '094549.742500', '094550.202500', '094550.662500', '094551.122500', '094551.582500', '094552.042500', '094552.502500', '094552.962500', '094553.422500', '094553.882500', '094554.342500', '094554.802500', '094555.262500', '094555.722500', '094556.182500', '094556.642500', '094557.102500', '094557.562500', '094558.022500', '094558.482500', '094558.942500', '094559.402500', '094559.862500', '094600.322500', '094600.782500', '094601.242500', '094601.702500', '094602.162500', '094602.622500', '094603.082500', '094603.542500', '094604.002500', '094604.462500', '094604.922500', '094605.382500', '094605.842500', '094606.302500', '094606.762500', '094607.222500', '094607.682500', '094608.142500', '094608.602500', '094609.062500', '094609.522500', '094609.982500', '094610.442500', '094610.902500', '094611.362500', '094611.822500', '094612.282500', '094612.742500', '094613.202500', '094613.662500', '094614.122500', '094614.582500', '094615.042500', '094615.502500', '094615.962500', '094616.422500', '094616.882500', '094617.342500', '094617.802500', '094618.262500', '094618.722500', '094619.182500', '094619.642500', '094620.102500', '094620.562500', '094621.022500', '094621.482500', '094621.942500', '094622.402500', '094622.862500', '094623.322500', '094623.782500', '094624.242500', '094624.702500', '094625.162500', '094625.622500', '094626.082500', '094626.542500', '094627.002500', '094627.462500', '094627.922500', '094628.382500', '094628.842500', '094629.302500', '094629.762500', '094630.222500', '094630.682500', '094631.142500', '094631.602500', '094632.062500', '094632.522500', '094632.982500', '094633.442500', '094633.902500', '094634.362500', '094634.822500', '094635.282500', '094635.742500', '094636.202500', '094636.662500', '094637.122500', '094637.582500', '094638.042500', '094638.502500', '094638.962500', '094639.422500', '094639.882500', '094640.342500', '094640.802500', '094641.262500', '094641.722500', '094642.182500', '094642.642500', '094643.102500', '094643.562500', '094644.022500', '094644.482500', '094644.942500'], 'ContentTime': ['093701.300000', '093701.305000', '093701.308000', '093701.333000', '093701.336000', '093701.339000', '093701.342000', '093701.345000', '093701.347000', '093701.350000', '093701.353000', '093701.356000', '093701.359000', '093701.362000', '093701.365000', '093701.368000', '093701.371000', '093701.374000', '093701.377000', '093701.380000', '093701.391000', '093701.394000', '093701.398000', '093701.401000', '093701.404000', '093721.256000', '093721.259000', '093721.262000', '093721.265000', '093721.268000', '093721.271000', '093721.282000', '093721.285000', '093721.288000', '093721.291000', '093721.294000', '093721.297000', '093721.300000', '093721.302000', '093721.305000', '093721.308000', '093721.311000', '093721.314000', '093721.317000', '093721.320000', '093721.323000', '093721.325000', '093721.328000', '093721.331000', '093721.334000', '093721.337000', '093721.340000', '093721.343000', '093721.346000', '093721.348000', '093721.352000', '093721.354000', '093721.357000', '093721.360000', '093721.363000', '093721.366000', '093721.369000', '093721.372000', '093721.375000', '093721.380000', '093721.383000', '093721.386000', '093721.389000', '093721.392000', '093741.257000', '093741.261000', '093741.264000', '093741.267000', '093741.270000', '093741.273000', '093741.276000', '093741.278000', '093741.281000', '093741.284000', '093741.287000', '093741.290000', '093741.298000', '093741.301000', '093741.304000', '093741.307000', '093741.310000', '093741.317000', '093741.320000', '093741.323000', '093741.326000', '093741.331000', '093741.335000', '093741.338000', '093741.341000', '093741.343000', '093741.346000', '093741.349000', '093741.352000', '093741.355000', '093741.358000', '093741.361000', '093741.364000', '093741.367000', '093741.370000', '093741.373000', '093741.376000', '093741.378000', '093741.391000', '093741.394000', '093741.397000', '093741.400000', '093741.403000', '093801.257000', '093801.260000', '093801.263000', '093801.266000', '093801.269000', '093801.272000', '093801.275000', '093801.278000', '093801.280000', '093801.283000', '093801.286000', '093801.289000', '093801.292000', '093801.295000', '093801.298000', '093801.301000', '093801.304000', '093801.307000', '093801.310000', '093801.313000', '093801.316000', '093801.319000', '093801.322000', '093801.324000', '093801.327000', '093801.330000', '093801.333000', '093801.336000', '093801.339000', '093801.342000', '093801.345000', '093801.348000', '093801.350000', '093801.353000', '093801.356000', '093801.359000', '093801.362000', '093801.365000', '093801.368000', '093801.371000', '093801.374000', '093801.377000', '093801.380000', '093801.383000', '093821.257000', '093821.260000', '093821.263000', '093821.266000', '093821.269000', '093821.272000', '093821.275000', '093821.278000', '093821.281000', '093821.283000', '093821.286000', '093821.289000', '093821.292000', '093821.307000', '093821.310000', '093821.313000', '093821.316000', '093821.319000', '093821.322000', '093821.325000', '093821.328000', '093821.331000', '093821.334000', '093821.337000', '093821.347000', '093821.350000', '093821.354000', '093821.357000', '093821.360000', '093821.363000', '093821.365000', '093821.368000', '093821.371000', '093821.374000', '093821.377000', '093821.380000', '093821.383000', '093821.386000', '093821.389000', '093821.392000', '093821.394000', '093821.397000', '093821.400000', '093841.256000', '093841.259000', '093841.262000', '093841.265000', '093841.268000', '093841.271000', '093841.274000', '093841.277000', '093841.280000', '093841.282000', '093841.285000', '093841.288000', '093841.291000', '093841.294000', '093841.297000', '093841.300000', '093841.303000', '093841.306000', '093841.309000', '093841.311000', '093841.314000', '093841.317000', '093841.320000', '093841.323000', '093841.326000', '093841.329000', '093841.332000', '093841.335000', '093841.341000', '093841.344000', '093841.347000', '093841.350000', '093841.353000', '093841.356000', '093841.359000', '093841.362000', '093841.365000', '093841.368000', '093841.370000', '093841.373000', '093841.376000', '093841.379000', '093841.382000', '093841.385000', '093901.256000', '093901.259000', '093901.262000', '093901.265000', '093901.268000', '093901.271000', '093901.274000', '093901.277000', '093901.280000', '093901.282000', '093901.286000', '093901.288000', '093901.291000', '093901.294000', '093901.298000', '093901.301000', '093901.304000', '093901.307000', '093901.310000', '093901.313000', '093901.316000', '093901.319000', '093901.322000', '093901.325000', '093901.328000', '093901.331000', '093901.334000', '093901.337000', '093901.339000', '093901.342000', '093901.345000', '093901.348000', '093901.351000', '093901.354000', '093901.357000', '093901.360000', '093901.363000', '093901.366000', '093901.369000', '093901.372000', '093901.375000', '093901.378000', '093901.381000', '093921.256000', '093921.259000', '093921.262000', '093921.265000', '093921.268000', '093921.271000', '093921.274000', '093921.277000', '093921.280000', '093921.283000', '093921.285000', '093921.289000', '093921.291000', '093921.294000', '093921.297000', '093921.300000', '093921.303000', '093921.306000', '093921.309000', '093921.313000', '093921.315000', '093921.318000', '093921.321000', '093921.324000', '093921.327000', '093921.330000', '093921.333000', '093921.336000', '093921.339000', '093921.342000', '093921.345000', '093921.348000', '093921.351000', '093921.354000', '093921.357000', '093921.360000', '093921.362000', '093921.365000', '093921.368000', '093921.371000', '093921.374000', '093921.377000', '093921.380000', '093921.383000', '093941.256000', '093941.259000', '093941.262000', '093941.265000', '093941.274000', '093941.277000', '093941.280000', '093941.283000', '093941.286000', '093941.289000', '093941.292000', '093941.294000', '093941.297000', '093941.300000', '093941.303000', '093941.306000', '093941.309000', '093941.312000', '093941.315000', '093941.318000', '093941.321000', '093941.324000', '093941.326000', '093941.329000', '093941.332000', '093941.335000', '093941.338000', '093941.341000', '093941.344000', '093941.347000', '093941.350000', '093941.353000', '093941.356000', '093941.359000', '093941.362000', '093941.365000', '093941.367000', '093941.370000', '093941.373000', '093941.376000', '093941.379000', '093941.382000', '093941.388000', '094001.257000', '094001.260000', '094001.263000', '094001.266000', '094001.269000', '094001.272000', '094001.275000', '094001.278000', '094001.281000', '094001.298000', '094001.301000', '094001.304000', '094001.307000', '094001.310000', '094001.313000', '094001.316000', '094001.319000', '094001.321000', '094001.324000', '094001.327000', '094001.330000', '094001.333000', '094001.336000', '094001.339000', '094001.342000', '094001.345000', '094001.348000', '094001.351000', '094001.354000', '094001.357000', '094001.360000', '094001.363000', '094001.365000', '094001.368000', '094001.371000', '094001.374000', '094001.377000', '094001.380000', '094001.383000', '094001.386000', '094001.389000', '094001.392000', '094001.395000', '094001.398000', '094021.257000', '094021.260000', '094021.263000', '094021.266000', '094021.269000', '094021.272000', '094021.275000', '094021.277000', '094021.281000', '094021.284000', '094021.286000', '094021.289000', '094021.292000', '094021.295000', '094021.298000', '094021.301000', '094021.304000', '094021.307000', '094021.310000', '094021.313000', '094021.316000', '094021.319000', '094021.322000', '094021.325000', '094021.328000', '094021.331000', '094021.334000', '094021.337000', '094021.341000', '094021.343000', '094021.346000', '094021.349000', '094021.352000', '094021.355000', '094021.358000', '094021.361000', '094021.364000', '094021.367000', '094021.377000', '094021.380000', '094021.383000', '094021.386000', '094021.389000', '094041.257000', '094041.260000', '094041.263000', '094041.266000', '094041.269000', '094041.272000', '094041.275000', '094041.278000', '094041.286000', '094041.289000', '094041.292000', '094041.294000', '094041.297000', '094041.300000', '094041.303000', '094041.306000', '094041.309000', '094041.312000', '094041.315000', '094041.318000', '094041.321000', '094041.324000', '094041.327000', '094041.330000', '094041.333000', '094041.336000', '094041.339000', '094041.342000', '094041.345000', '094041.348000', '094041.351000', '094041.353000', '094041.356000', '094041.359000', '094041.362000', '094041.365000', '094041.368000', '094041.371000', '094041.374000', '094041.377000', '094041.380000', '094041.383000', '094041.386000', '094041.389000', '094101.256000', '094101.259000', '094101.262000', '094101.265000', '094101.268000', '094101.271000', '094101.274000', '094101.277000', '094101.280000', '094101.283000', '094101.285000', '094101.288000', '094101.291000', '094101.294000', '094101.297000', '094101.300000', '094101.303000', '094101.306000', '094101.309000', '094101.312000', '094101.315000', '094101.318000', '094101.321000', '094101.324000', '094101.327000', '094101.329000', '094101.332000', '094101.335000', '094101.338000', '094101.341000', '094101.344000', '094101.347000', '094101.350000', '094101.353000', '094101.356000', '094101.359000', '094101.362000', '094101.365000', '094101.367000', '094101.370000', '094101.373000', '094101.376000', '094101.379000', '094121.256000', '094121.259000', '094121.262000', '094121.265000', '094121.268000', '094121.271000', '094121.274000', '094121.277000', '094121.280000', '094121.283000', '094121.285000', '094121.288000', '094121.291000', '094121.294000', '094121.297000', '094121.300000', '094121.303000', '094121.306000', '094121.309000', '094121.312000', '094121.315000', '094121.318000', '094121.321000', '094121.324000', '094121.327000', '094121.330000', '094121.332000', '094121.335000', '094121.338000', '094121.341000', '094121.344000', '094121.347000', '094121.350000', '094121.353000', '094121.374000', '094121.377000', '094121.388000', '094121.390000', '094121.393000', '094121.396000', '094121.399000', '094121.402000', '094121.405000', '094121.408000', '094141.256000', '094141.259000', '094141.262000', '094141.265000', '094141.268000', '094141.271000', '094141.274000', '094141.277000', '094141.280000', '094141.283000', '094141.286000', '094141.289000', '094141.292000', '094141.295000', '094141.298000', '094141.301000', '094141.303000', '094141.306000', '094141.309000', '094141.312000', '094141.315000', '094141.318000', '094141.321000', '094141.324000', '094141.332000', '094141.335000', '094141.338000', '094141.341000', '094141.344000', '094141.347000', '094141.350000', '094141.353000', '094141.356000', '094141.359000', '094141.362000', '094141.365000', '094141.368000', '094141.371000', '094141.375000', '094141.378000', '094141.381000', '094141.384000', '094141.387000', '094201.256000', '094201.259000', '094201.262000', '094201.266000', '094201.269000', '094201.272000', '094201.275000', '094201.278000', '094201.281000', '094201.284000', '094201.287000', '094201.290000', '094201.293000', '094201.296000', '094201.298000', '094201.301000', '094201.304000', '094201.307000', '094201.310000', '094201.313000', '094201.316000', '094201.319000', '094201.322000', '094201.325000', '094201.328000', '094201.331000', '094201.334000', '094201.337000', '094201.340000', '094201.343000', '094201.345000', '094201.349000', '094201.352000', '094201.354000', '094201.357000', '094201.360000', '094201.363000', '094201.366000', '094201.369000', '094201.372000', '094201.375000', '094201.378000', '094201.381000', '094201.384000', '094221.257000', '094221.260000', '094221.263000', '094221.266000', '094221.269000', '094221.272000', '094221.275000', '094221.278000', '094221.281000', '094221.284000', '094221.287000', '094221.290000', '094221.292000', '094221.295000', '094221.298000', '094221.301000', '094221.304000', '094221.307000', '094221.310000', '094221.313000', '094221.316000', '094221.319000', '094221.322000', '094221.325000', '094221.328000', '094221.331000', '094221.333000', '094221.336000', '094221.339000', '094221.342000', '094221.345000', '094221.348000', '094221.351000', '094221.354000', '094221.357000', '094221.360000', '094221.363000', '094221.366000', '094221.369000', '094221.372000', '094221.375000', '094221.378000', '094221.381000', '094241.257000', '094241.260000', '094241.263000', '094241.266000', '094241.269000', '094241.272000', '094241.275000', '094241.278000', '094241.281000', '094241.284000', '094241.287000', '094241.290000', '094241.292000', '094241.295000', '094241.298000', '094241.301000', '094241.304000', '094241.307000', '094241.310000', '094241.313000', '094241.316000', '094241.319000', '094241.322000', '094241.325000', '094241.328000', '094241.330000', '094241.333000', '094241.336000', '094241.339000', '094241.342000', '094241.345000', '094241.348000', '094241.351000', '094241.354000', '094241.357000', '094241.360000', '094241.363000', '094241.366000', '094241.369000', '094241.372000', '094241.374000', '094241.379000', '094241.382000', '094301.257000', '094301.273000', '094301.276000', '094301.279000', '094301.281000', '094301.284000', '094301.287000', '094301.290000', '094301.293000', '094301.296000', '094301.299000', '094301.302000', '094301.305000', '094301.308000', '094301.311000', '094301.314000', '094301.317000', '094301.320000', '094301.323000', '094301.326000', '094301.328000', '094301.331000', '094301.334000', '094301.337000', '094301.340000', '094301.343000', '094301.346000', '094301.349000', '094301.352000', '094301.355000', '094301.358000', '094301.361000', '094301.364000', '094301.367000', '094301.370000', '094301.372000', '094301.375000', '094301.378000', '094301.381000', '094301.384000', '094301.387000', '094301.390000', '094301.393000', '094301.396000', '094321.256000', '094321.259000', '094321.262000', '094321.267000', '094321.270000', '094321.273000', '094321.276000', '094321.278000', '094321.281000', '094321.284000', '094321.287000', '094321.290000', '094321.293000', '094321.296000', '094321.299000', '094321.302000', '094321.305000', '094321.308000', '094321.311000', '094321.314000', '094321.317000', '094321.320000', '094321.323000', '094321.326000', '094321.329000', '094321.332000', '094321.335000', '094321.337000', '094321.340000', '094321.343000', '094321.346000', '094321.349000', '094321.352000', '094321.355000', '094321.358000', '094321.361000', '094321.364000', '094321.374000', '094321.377000', '094321.380000', '094321.383000', '094321.386000', '094321.389000', '094341.256000', '094341.259000', '094341.262000', '094341.265000', '094341.268000', '094341.271000', '094341.274000', '094341.277000', '094341.280000', '094341.283000', '094341.286000', '094341.288000', '094341.292000', '094341.294000', '094341.297000', '094341.300000', '094341.303000', '094341.306000', '094341.309000', '094341.312000', '094341.315000', '094341.318000', '094341.321000', '094341.324000', '094341.327000', '094341.330000', '094341.332000', '094341.335000', '094341.338000', '094341.341000', '094341.344000', '094341.347000', '094341.350000', '094341.353000', '094341.356000', '094341.359000', '094341.362000', '094341.365000', '094341.368000', '094341.370000', '094341.373000', '094341.376000', '094341.379000', '094341.382000', '094401.256000', '094401.259000', '094401.262000', '094401.266000', '094401.269000', '094401.272000', '094401.275000', '094401.278000', '094401.281000', '094401.284000', '094401.287000', '094401.290000', '094401.293000', '094401.296000', '094401.299000', '094401.302000', '094401.305000', '094401.307000', '094401.310000', '094401.313000', '094401.316000', '094401.319000', '094401.322000', '094401.325000', '094401.328000', '094401.331000', '094401.334000', '094401.337000', '094401.340000', '094401.343000', '094401.346000', '094401.349000', '094401.352000', '094401.354000', '094401.357000', '094401.360000', '094401.363000', '094401.366000', '094401.369000', '094401.372000', '094401.375000', '094401.378000', '094401.381000', '094421.257000', '094421.260000', '094421.263000', '094421.266000', '094421.269000', '094421.272000', '094421.275000', '094421.278000', '094421.281000', '094421.284000', '094421.287000', '094421.290000', '094421.293000', '094421.296000', '094421.298000', '094421.302000', '094421.304000', '094421.307000', '094421.310000', '094421.313000', '094421.316000', '094421.319000', '094421.322000', '094421.325000', '094421.328000', '094421.331000', '094421.334000', '094421.341000', '094421.344000', '094421.347000', '094421.350000', '094421.353000', '094421.356000', '094421.359000', '094421.361000', '094421.365000', '094421.367000', '094421.370000', '094421.373000', '094421.376000', '094421.379000', '094421.382000', '094421.385000', '094421.388000', '094441.257000', '094441.260000', '094441.263000', '094441.266000', '094441.269000', '094441.272000', '094441.275000', '094441.278000', '094441.281000', '094441.284000', '094441.287000', '094441.290000', '094441.293000', '094441.296000', '094441.299000', '094441.302000', '094441.305000', '094441.308000', '094441.311000', '094441.314000', '094441.317000', '094441.320000', '094441.323000', '094441.326000', '094441.329000', '094441.332000', '094441.335000', '094441.338000', '094441.341000', '094441.344000', '094441.346000', '094441.349000', '094441.352000', '094441.355000', '094441.358000', '094441.361000', '094441.373000', '094441.375000', '094441.378000', '094441.382000', '094441.384000', '094441.387000', '094441.390000', '094501.257000', '094501.260000', '094501.263000', '094501.266000', '094501.269000', '094501.272000', '094501.275000', '094501.278000', '094501.281000', '094501.284000', '094501.287000', '094501.290000', '094501.292000', '094501.295000', '094501.298000', '094501.301000', '094501.304000', '094501.307000', '094501.310000', '094501.313000', '094501.316000', '094501.319000', '094501.322000', '094501.325000', '094501.328000', '094501.331000', '094501.334000', '094501.337000', '094501.340000', '094501.342000', '094501.345000', '094501.348000', '094501.351000', '094501.354000', '094501.357000', '094501.360000', '094501.363000', '094501.366000', '094501.369000', '094501.372000', '094501.375000', '094501.378000', '094501.381000', '094501.384000', '094521.257000', '094521.260000', '094521.263000', '094521.266000', '094521.269000', '094521.272000', '094521.275000', '094521.278000', '094521.281000', '094521.284000', '094521.287000', '094521.289000', '094521.292000', '094521.295000', '094521.298000', '094521.301000', '094521.304000', '094521.307000', '094521.310000', '094521.313000', '094521.316000', '094521.319000', '094521.322000', '094521.325000', '094521.328000', '094521.331000', '094521.334000', '094521.337000', '094521.340000', '094521.343000', '094521.346000', '094521.349000', '094521.352000', '094521.355000', '094521.358000', '094521.361000', '094521.364000', '094521.366000', '094521.370000', '094521.372000', '094521.375000', '094521.378000', '094521.381000', '094541.256000', '094541.259000', '094541.262000', '094541.265000', '094541.268000', '094541.271000', '094541.274000', '094541.277000', '094541.280000', '094541.283000', '094541.286000', '094541.289000', '094541.292000', '094541.295000', '094541.298000', '094541.301000', '094541.303000', '094541.306000', '094541.309000', '094541.312000', '094541.315000', '094541.318000', '094541.321000', '094541.324000', '094541.327000', '094541.330000', '094541.333000', '094541.336000', '094541.339000', '094541.342000', '094541.344000', '094541.347000', '094541.350000', '094541.353000', '094541.356000', '094541.359000', '094541.362000', '094541.365000', '094541.368000', '094541.371000', '094541.374000', '094541.377000', '094541.380000', '094541.382000', '094601.256000', '094601.259000', '094601.262000', '094601.265000', '094601.268000', '094601.271000', '094601.274000', '094601.277000', '094601.280000', '094601.283000', '094601.286000', '094601.289000', '094601.292000', '094601.295000', '094601.298000', '094601.301000', '094601.303000', '094601.306000', '094601.309000', '094601.312000', '094601.315000', '094601.318000', '094601.321000', '094601.324000', '094601.327000', '094601.330000', '094601.333000', '094601.336000', '094601.339000', '094601.342000', '094601.345000', '094601.348000', '094601.351000', '094601.354000', '094601.357000', '094601.360000', '094601.363000', '094601.366000', '094601.369000', '094601.372000', '094601.374000', '094601.377000', '094601.380000', '094621.256000', '094621.259000', '094621.262000', '094621.265000', '094621.268000', '094621.271000', '094621.274000', '094621.277000', '094621.280000', '094621.283000', '094621.286000', '094621.289000', '094621.292000', '094621.303000', '094621.306000', '094621.309000', '094621.312000', '094621.315000', '094621.318000', '094621.321000', '094621.324000', '094621.327000', '094621.330000', '094621.333000', '094621.336000', '094621.339000', '094621.342000', '094621.344000', '094621.347000', '094621.350000', '094621.353000', '094621.356000', '094621.359000', '094621.362000', '094621.365000', '094621.368000', '094621.371000', '094621.374000', '094621.377000', '094621.380000', '094621.383000', '094621.386000', '094621.388000', '094621.391000', '094641.257000', '094641.260000', '094641.263000', '094641.266000', '094641.269000', '094641.278000', '094641.281000', '094641.284000', '094641.288000', '094641.291000', '094641.294000', '094641.297000', '094641.300000', '094641.303000', '094641.306000', '094641.309000', '094641.312000', '094641.315000', '094641.318000', '094641.321000', '094641.324000', '094641.326000', '094641.330000', '094641.332000', '094641.335000', '094641.338000', '094641.342000', '094641.345000', '094641.348000', '094641.352000', '094641.355000', '094641.358000', '094641.361000', '094641.364000', '094641.379000', '094641.382000', '094641.385000', '094641.388000', '094641.391000', '094641.394000', '094641.397000', '094641.400000', '094641.403000', '094646.480000', '094646.484000', '094646.487000', '094646.500000', '094646.503000', '094646.506000', '094646.509000', '094646.512000', '094646.516000', '094646.519000', '094646.521000', '094646.525000'], 'InstanceCreationTime': ['093701.300000', '093701.305000', '093701.308000', '093701.333000', '093701.336000', '093701.339000', '093701.342000', '093701.345000', '093701.347000', '093701.350000', '093701.353000', '093701.356000', '093701.359000', '093701.362000', '093701.365000', '093701.368000', '093701.371000', '093701.374000', '093701.377000', '093701.380000', '093701.391000', '093701.394000', '093701.398000', '093701.401000', '093701.404000', '093721.256000', '093721.259000', '093721.262000', '093721.265000', '093721.268000', '093721.271000', '093721.282000', '093721.285000', '093721.288000', '093721.291000', '093721.294000', '093721.297000', '093721.300000', '093721.302000', '093721.305000', '093721.308000', '093721.311000', '093721.314000', '093721.317000', '093721.320000', '093721.323000', '093721.325000', '093721.328000', '093721.331000', '093721.334000', '093721.337000', '093721.340000', '093721.343000', '093721.346000', '093721.348000', '093721.352000', '093721.354000', '093721.357000', '093721.360000', '093721.363000', '093721.366000', '093721.369000', '093721.372000', '093721.375000', '093721.380000', '093721.383000', '093721.386000', '093721.389000', '093721.392000', '093741.257000', '093741.261000', '093741.264000', '093741.267000', '093741.270000', '093741.273000', '093741.276000', '093741.278000', '093741.281000', '093741.284000', '093741.287000', '093741.290000', '093741.298000', '093741.301000', '093741.304000', '093741.307000', '093741.310000', '093741.317000', '093741.320000', '093741.323000', '093741.326000', '093741.331000', '093741.335000', '093741.338000', '093741.341000', '093741.343000', '093741.346000', '093741.349000', '093741.352000', '093741.355000', '093741.358000', '093741.361000', '093741.364000', '093741.367000', '093741.370000', '093741.373000', '093741.376000', '093741.378000', '093741.391000', '093741.394000', '093741.397000', '093741.400000', '093741.403000', '093801.257000', '093801.260000', '093801.263000', '093801.266000', '093801.269000', '093801.272000', '093801.275000', '093801.278000', '093801.280000', '093801.283000', '093801.286000', '093801.289000', '093801.292000', '093801.295000', '093801.298000', '093801.301000', '093801.304000', '093801.307000', '093801.310000', '093801.313000', '093801.316000', '093801.319000', '093801.322000', '093801.324000', '093801.327000', '093801.330000', '093801.333000', '093801.336000', '093801.339000', '093801.342000', '093801.345000', '093801.348000', '093801.350000', '093801.353000', '093801.356000', '093801.359000', '093801.362000', '093801.365000', '093801.368000', '093801.371000', '093801.374000', '093801.377000', '093801.380000', '093801.383000', '093821.257000', '093821.260000', '093821.263000', '093821.266000', '093821.269000', '093821.272000', '093821.275000', '093821.278000', '093821.281000', '093821.283000', '093821.286000', '093821.289000', '093821.292000', '093821.307000', '093821.310000', '093821.313000', '093821.316000', '093821.319000', '093821.322000', '093821.325000', '093821.328000', '093821.331000', '093821.334000', '093821.337000', '093821.347000', '093821.350000', '093821.354000', '093821.357000', '093821.360000', '093821.363000', '093821.365000', '093821.368000', '093821.371000', '093821.374000', '093821.377000', '093821.380000', '093821.383000', '093821.386000', '093821.389000', '093821.392000', '093821.394000', '093821.397000', '093821.400000', '093841.256000', '093841.259000', '093841.262000', '093841.265000', '093841.268000', '093841.271000', '093841.274000', '093841.277000', '093841.280000', '093841.282000', '093841.285000', '093841.288000', '093841.291000', '093841.294000', '093841.297000', '093841.300000', '093841.303000', '093841.306000', '093841.309000', '093841.311000', '093841.314000', '093841.317000', '093841.320000', '093841.323000', '093841.326000', '093841.329000', '093841.332000', '093841.335000', '093841.341000', '093841.344000', '093841.347000', '093841.350000', '093841.353000', '093841.356000', '093841.359000', '093841.362000', '093841.365000', '093841.368000', '093841.370000', '093841.373000', '093841.376000', '093841.379000', '093841.382000', '093841.385000', '093901.256000', '093901.259000', '093901.262000', '093901.265000', '093901.268000', '093901.271000', '093901.274000', '093901.277000', '093901.280000', '093901.282000', '093901.286000', '093901.288000', '093901.291000', '093901.294000', '093901.298000', '093901.301000', '093901.304000', '093901.307000', '093901.310000', '093901.313000', '093901.316000', '093901.319000', '093901.322000', '093901.325000', '093901.328000', '093901.331000', '093901.334000', '093901.337000', '093901.339000', '093901.342000', '093901.345000', '093901.348000', '093901.351000', '093901.354000', '093901.357000', '093901.360000', '093901.363000', '093901.366000', '093901.369000', '093901.372000', '093901.375000', '093901.378000', '093901.381000', '093921.256000', '093921.259000', '093921.262000', '093921.265000', '093921.268000', '093921.271000', '093921.274000', '093921.277000', '093921.280000', '093921.283000', '093921.285000', '093921.289000', '093921.291000', '093921.294000', '093921.297000', '093921.300000', '093921.303000', '093921.306000', '093921.309000', '093921.313000', '093921.315000', '093921.318000', '093921.321000', '093921.324000', '093921.327000', '093921.330000', '093921.333000', '093921.336000', '093921.339000', '093921.342000', '093921.345000', '093921.348000', '093921.351000', '093921.354000', '093921.357000', '093921.360000', '093921.362000', '093921.365000', '093921.368000', '093921.371000', '093921.374000', '093921.377000', '093921.380000', '093921.383000', '093941.256000', '093941.259000', '093941.262000', '093941.265000', '093941.274000', '093941.277000', '093941.280000', '093941.283000', '093941.286000', '093941.289000', '093941.292000', '093941.294000', '093941.297000', '093941.300000', '093941.303000', '093941.306000', '093941.309000', '093941.312000', '093941.315000', '093941.318000', '093941.321000', '093941.324000', '093941.326000', '093941.329000', '093941.332000', '093941.335000', '093941.338000', '093941.341000', '093941.344000', '093941.347000', '093941.350000', '093941.353000', '093941.356000', '093941.359000', '093941.362000', '093941.365000', '093941.367000', '093941.370000', '093941.373000', '093941.376000', '093941.379000', '093941.382000', '093941.388000', '094001.257000', '094001.260000', '094001.263000', '094001.266000', '094001.269000', '094001.272000', '094001.275000', '094001.278000', '094001.281000', '094001.298000', '094001.301000', '094001.304000', '094001.307000', '094001.310000', '094001.313000', '094001.316000', '094001.319000', '094001.321000', '094001.324000', '094001.327000', '094001.330000', '094001.333000', '094001.336000', '094001.339000', '094001.342000', '094001.345000', '094001.348000', '094001.351000', '094001.354000', '094001.357000', '094001.360000', '094001.363000', '094001.365000', '094001.368000', '094001.371000', '094001.374000', '094001.377000', '094001.380000', '094001.383000', '094001.386000', '094001.389000', '094001.392000', '094001.395000', '094001.398000', '094021.257000', '094021.260000', '094021.263000', '094021.266000', '094021.269000', '094021.272000', '094021.275000', '094021.277000', '094021.281000', '094021.284000', '094021.286000', '094021.289000', '094021.292000', '094021.295000', '094021.298000', '094021.301000', '094021.304000', '094021.307000', '094021.310000', '094021.313000', '094021.316000', '094021.319000', '094021.322000', '094021.325000', '094021.328000', '094021.331000', '094021.334000', '094021.337000', '094021.341000', '094021.343000', '094021.346000', '094021.349000', '094021.352000', '094021.355000', '094021.358000', '094021.361000', '094021.364000', '094021.367000', '094021.377000', '094021.380000', '094021.383000', '094021.386000', '094021.389000', '094041.257000', '094041.260000', '094041.263000', '094041.266000', '094041.269000', '094041.272000', '094041.275000', '094041.278000', '094041.286000', '094041.289000', '094041.292000', '094041.294000', '094041.297000', '094041.300000', '094041.303000', '094041.306000', '094041.309000', '094041.312000', '094041.315000', '094041.318000', '094041.321000', '094041.324000', '094041.327000', '094041.330000', '094041.333000', '094041.336000', '094041.339000', '094041.342000', '094041.345000', '094041.348000', '094041.351000', '094041.353000', '094041.356000', '094041.359000', '094041.362000', '094041.365000', '094041.368000', '094041.371000', '094041.374000', '094041.377000', '094041.380000', '094041.383000', '094041.386000', '094041.389000', '094101.256000', '094101.259000', '094101.262000', '094101.265000', '094101.268000', '094101.271000', '094101.274000', '094101.277000', '094101.280000', '094101.283000', '094101.285000', '094101.288000', '094101.291000', '094101.294000', '094101.297000', '094101.300000', '094101.303000', '094101.306000', '094101.309000', '094101.312000', '094101.315000', '094101.318000', '094101.321000', '094101.324000', '094101.327000', '094101.329000', '094101.332000', '094101.335000', '094101.338000', '094101.341000', '094101.344000', '094101.347000', '094101.350000', '094101.353000', '094101.356000', '094101.359000', '094101.362000', '094101.365000', '094101.367000', '094101.370000', '094101.373000', '094101.376000', '094101.379000', '094121.256000', '094121.259000', '094121.262000', '094121.265000', '094121.268000', '094121.271000', '094121.274000', '094121.277000', '094121.280000', '094121.283000', '094121.285000', '094121.288000', '094121.291000', '094121.294000', '094121.297000', '094121.300000', '094121.303000', '094121.306000', '094121.309000', '094121.312000', '094121.315000', '094121.318000', '094121.321000', '094121.324000', '094121.327000', '094121.330000', '094121.332000', '094121.335000', '094121.338000', '094121.341000', '094121.344000', '094121.347000', '094121.350000', '094121.353000', '094121.374000', '094121.377000', '094121.388000', '094121.390000', '094121.393000', '094121.396000', '094121.399000', '094121.402000', '094121.405000', '094121.408000', '094141.256000', '094141.259000', '094141.262000', '094141.265000', '094141.268000', '094141.271000', '094141.274000', '094141.277000', '094141.280000', '094141.283000', '094141.286000', '094141.289000', '094141.292000', '094141.295000', '094141.298000', '094141.301000', '094141.303000', '094141.306000', '094141.309000', '094141.312000', '094141.315000', '094141.318000', '094141.321000', '094141.324000', '094141.332000', '094141.335000', '094141.338000', '094141.341000', '094141.344000', '094141.347000', '094141.350000', '094141.353000', '094141.356000', '094141.359000', '094141.362000', '094141.365000', '094141.368000', '094141.371000', '094141.375000', '094141.378000', '094141.381000', '094141.384000', '094141.387000', '094201.256000', '094201.259000', '094201.262000', '094201.266000', '094201.269000', '094201.272000', '094201.275000', '094201.278000', '094201.281000', '094201.284000', '094201.287000', '094201.290000', '094201.293000', '094201.296000', '094201.298000', '094201.301000', '094201.304000', '094201.307000', '094201.310000', '094201.313000', '094201.316000', '094201.319000', '094201.322000', '094201.325000', '094201.328000', '094201.331000', '094201.334000', '094201.337000', '094201.340000', '094201.343000', '094201.345000', '094201.349000', '094201.352000', '094201.354000', '094201.357000', '094201.360000', '094201.363000', '094201.366000', '094201.369000', '094201.372000', '094201.375000', '094201.378000', '094201.381000', '094201.384000', '094221.257000', '094221.260000', '094221.263000', '094221.266000', '094221.269000', '094221.272000', '094221.275000', '094221.278000', '094221.281000', '094221.284000', '094221.287000', '094221.290000', '094221.292000', '094221.295000', '094221.298000', '094221.301000', '094221.304000', '094221.307000', '094221.310000', '094221.313000', '094221.316000', '094221.319000', '094221.322000', '094221.325000', '094221.328000', '094221.331000', '094221.333000', '094221.336000', '094221.339000', '094221.342000', '094221.345000', '094221.348000', '094221.351000', '094221.354000', '094221.357000', '094221.360000', '094221.363000', '094221.366000', '094221.369000', '094221.372000', '094221.375000', '094221.378000', '094221.381000', '094241.257000', '094241.260000', '094241.263000', '094241.266000', '094241.269000', '094241.272000', '094241.275000', '094241.278000', '094241.281000', '094241.284000', '094241.287000', '094241.290000', '094241.292000', '094241.295000', '094241.298000', '094241.301000', '094241.304000', '094241.307000', '094241.310000', '094241.313000', '094241.316000', '094241.319000', '094241.322000', '094241.325000', '094241.328000', '094241.330000', '094241.333000', '094241.336000', '094241.339000', '094241.342000', '094241.345000', '094241.348000', '094241.351000', '094241.354000', '094241.357000', '094241.360000', '094241.363000', '094241.366000', '094241.369000', '094241.372000', '094241.374000', '094241.379000', '094241.382000', '094301.257000', '094301.273000', '094301.276000', '094301.279000', '094301.281000', '094301.284000', '094301.287000', '094301.290000', '094301.293000', '094301.296000', '094301.299000', '094301.302000', '094301.305000', '094301.308000', '094301.311000', '094301.314000', '094301.317000', '094301.320000', '094301.323000', '094301.326000', '094301.328000', '094301.331000', '094301.334000', '094301.337000', '094301.340000', '094301.343000', '094301.346000', '094301.349000', '094301.352000', '094301.355000', '094301.358000', '094301.361000', '094301.364000', '094301.367000', '094301.370000', '094301.372000', '094301.375000', '094301.378000', '094301.381000', '094301.384000', '094301.387000', '094301.390000', '094301.393000', '094301.396000', '094321.256000', '094321.259000', '094321.262000', '094321.267000', '094321.270000', '094321.273000', '094321.276000', '094321.278000', '094321.281000', '094321.284000', '094321.287000', '094321.290000', '094321.293000', '094321.296000', '094321.299000', '094321.302000', '094321.305000', '094321.308000', '094321.311000', '094321.314000', '094321.317000', '094321.320000', '094321.323000', '094321.326000', '094321.329000', '094321.332000', '094321.335000', '094321.337000', '094321.340000', '094321.343000', '094321.346000', '094321.349000', '094321.352000', '094321.355000', '094321.358000', '094321.361000', '094321.364000', '094321.374000', '094321.377000', '094321.380000', '094321.383000', '094321.386000', '094321.389000', '094341.256000', '094341.259000', '094341.262000', '094341.265000', '094341.268000', '094341.271000', '094341.274000', '094341.277000', '094341.280000', '094341.283000', '094341.286000', '094341.288000', '094341.292000', '094341.294000', '094341.297000', '094341.300000', '094341.303000', '094341.306000', '094341.309000', '094341.312000', '094341.315000', '094341.318000', '094341.321000', '094341.324000', '094341.327000', '094341.330000', '094341.332000', '094341.335000', '094341.338000', '094341.341000', '094341.344000', '094341.347000', '094341.350000', '094341.353000', '094341.356000', '094341.359000', '094341.362000', '094341.365000', '094341.368000', '094341.370000', '094341.373000', '094341.376000', '094341.379000', '094341.382000', '094401.256000', '094401.259000', '094401.262000', '094401.266000', '094401.269000', '094401.272000', '094401.275000', '094401.278000', '094401.281000', '094401.284000', '094401.287000', '094401.290000', '094401.293000', '094401.296000', '094401.299000', '094401.302000', '094401.305000', '094401.307000', '094401.310000', '094401.313000', '094401.316000', '094401.319000', '094401.322000', '094401.325000', '094401.328000', '094401.331000', '094401.334000', '094401.337000', '094401.340000', '094401.343000', '094401.346000', '094401.349000', '094401.352000', '094401.354000', '094401.357000', '094401.360000', '094401.363000', '094401.366000', '094401.369000', '094401.372000', '094401.375000', '094401.378000', '094401.381000', '094421.257000', '094421.260000', '094421.263000', '094421.266000', '094421.269000', '094421.272000', '094421.275000', '094421.278000', '094421.281000', '094421.284000', '094421.287000', '094421.290000', '094421.293000', '094421.296000', '094421.298000', '094421.302000', '094421.304000', '094421.307000', '094421.310000', '094421.313000', '094421.316000', '094421.319000', '094421.322000', '094421.325000', '094421.328000', '094421.331000', '094421.334000', '094421.341000', '094421.344000', '094421.347000', '094421.350000', '094421.353000', '094421.356000', '094421.359000', '094421.361000', '094421.365000', '094421.367000', '094421.370000', '094421.373000', '094421.376000', '094421.379000', '094421.382000', '094421.385000', '094421.388000', '094441.257000', '094441.260000', '094441.263000', '094441.266000', '094441.269000', '094441.272000', '094441.275000', '094441.278000', '094441.281000', '094441.284000', '094441.287000', '094441.290000', '094441.293000', '094441.296000', '094441.299000', '094441.302000', '094441.305000', '094441.308000', '094441.311000', '094441.314000', '094441.317000', '094441.320000', '094441.323000', '094441.326000', '094441.329000', '094441.332000', '094441.335000', '094441.338000', '094441.341000', '094441.344000', '094441.346000', '094441.349000', '094441.352000', '094441.355000', '094441.358000', '094441.361000', '094441.373000', '094441.375000', '094441.378000', '094441.382000', '094441.384000', '094441.387000', '094441.390000', '094501.257000', '094501.260000', '094501.263000', '094501.266000', '094501.269000', '094501.272000', '094501.275000', '094501.278000', '094501.281000', '094501.284000', '094501.287000', '094501.290000', '094501.292000', '094501.295000', '094501.298000', '094501.301000', '094501.304000', '094501.307000', '094501.310000', '094501.313000', '094501.316000', '094501.319000', '094501.322000', '094501.325000', '094501.328000', '094501.331000', '094501.334000', '094501.337000', '094501.340000', '094501.342000', '094501.345000', '094501.348000', '094501.351000', '094501.354000', '094501.357000', '094501.360000', '094501.363000', '094501.366000', '094501.369000', '094501.372000', '094501.375000', '094501.378000', '094501.381000', '094501.384000', '094521.257000', '094521.260000', '094521.263000', '094521.266000', '094521.269000', '094521.272000', '094521.275000', '094521.278000', '094521.281000', '094521.284000', '094521.287000', '094521.289000', '094521.292000', '094521.295000', '094521.298000', '094521.301000', '094521.304000', '094521.307000', '094521.310000', '094521.313000', '094521.316000', '094521.319000', '094521.322000', '094521.325000', '094521.328000', '094521.331000', '094521.334000', '094521.337000', '094521.340000', '094521.343000', '094521.346000', '094521.349000', '094521.352000', '094521.355000', '094521.358000', '094521.361000', '094521.364000', '094521.366000', '094521.370000', '094521.372000', '094521.375000', '094521.378000', '094521.381000', '094541.256000', '094541.259000', '094541.262000', '094541.265000', '094541.268000', '094541.271000', '094541.274000', '094541.277000', '094541.280000', '094541.283000', '094541.286000', '094541.289000', '094541.292000', '094541.295000', '094541.298000', '094541.301000', '094541.303000', '094541.306000', '094541.309000', '094541.312000', '094541.315000', '094541.318000', '094541.321000', '094541.324000', '094541.327000', '094541.330000', '094541.333000', '094541.336000', '094541.339000', '094541.342000', '094541.344000', '094541.347000', '094541.350000', '094541.353000', '094541.356000', '094541.359000', '094541.362000', '094541.365000', '094541.368000', '094541.371000', '094541.374000', '094541.377000', '094541.380000', '094541.382000', '094601.256000', '094601.259000', '094601.262000', '094601.265000', '094601.268000', '094601.271000', '094601.274000', '094601.277000', '094601.280000', '094601.283000', '094601.286000', '094601.289000', '094601.292000', '094601.295000', '094601.298000', '094601.301000', '094601.303000', '094601.306000', '094601.309000', '094601.312000', '094601.315000', '094601.318000', '094601.321000', '094601.324000', '094601.327000', '094601.330000', '094601.333000', '094601.336000', '094601.339000', '094601.342000', '094601.345000', '094601.348000', '094601.351000', '094601.354000', '094601.357000', '094601.360000', '094601.363000', '094601.366000', '094601.369000', '094601.372000', '094601.374000', '094601.377000', '094601.380000', '094621.256000', '094621.259000', '094621.262000', '094621.265000', '094621.268000', '094621.271000', '094621.274000', '094621.277000', '094621.280000', '094621.283000', '094621.286000', '094621.289000', '094621.292000', '094621.303000', '094621.306000', '094621.309000', '094621.312000', '094621.315000', '094621.318000', '094621.321000', '094621.324000', '094621.327000', '094621.330000', '094621.333000', '094621.336000', '094621.339000', '094621.342000', '094621.344000', '094621.347000', '094621.350000', '094621.353000', '094621.356000', '094621.359000', '094621.362000', '094621.365000', '094621.368000', '094621.371000', '094621.374000', '094621.377000', '094621.380000', '094621.383000', '094621.386000', '094621.388000', '094621.391000', '094641.257000', '094641.260000', '094641.263000', '094641.266000', '094641.269000', '094641.278000', '094641.281000', '094641.284000', '094641.288000', '094641.291000', '094641.294000', '094641.297000', '094641.300000', '094641.303000', '094641.306000', '094641.309000', '094641.312000', '094641.315000', '094641.318000', '094641.321000', '094641.324000', '094641.326000', '094641.330000', '094641.332000', '094641.335000', '094641.338000', '094641.342000', '094641.345000', '094641.348000', '094641.352000', '094641.355000', '094641.358000', '094641.361000', '094641.364000', '094641.379000', '094641.382000', '094641.385000', '094641.388000', '094641.391000', '094641.394000', '094641.397000', '094641.400000', '094641.403000', '094646.480000', '094646.484000', '094646.487000', '094646.500000', '094646.503000', '094646.506000', '094646.509000', '094646.512000', '094646.516000', '094646.519000', '094646.521000', '094646.525000'], '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], 'LargestImagePixelValue': [9101, 9956, 9048, 8517, 12825, 9103, 8657, 8833, 8325, 11746, 9011, 9767, 8942, 8816, 10772, 8867, 10383, 8945, 8453, 8602, 8541, 13058, 8869, 8439, 8308, 8243, 12966, 8700, 8399, 8857, 8612, 12668, 8658, 8262, 11980, 8789, 10536, 8796, 8124, 13624, 8662, 8914, 8976, 8003, 14284, 8694, 9137, 8677, 8555, 14117, 8865, 9280, 8819, 8549, 14362, 9011, 10648, 8502, 8293, 12782, 9042, 9208, 8410, 8296, 13067, 8959, 8206, 8782, 8323, 12315, 9017, 11601, 8694, 7881, 14173, 8928, 11334, 8755, 8338, 7988, 8459, 10968, 8651, 8451, 8634, 8349, 14267, 9007, 9463, 8702, 8142, 8497, 8665, 11484, 8713, 8439, 8303, 8369, 14272, 8809, 9717, 8679, 8644, 14179, 8590, 8417, 8595, 8835, 10496, 8876, 8181, 8464, 8695, 12108, 8827, 8262, 8491, 8393, 12325, 8676, 8308, 8932, 8273, 13281, 9074, 10819, 8719, 8110, 14144, 8771, 10670, 9024, 9033, 14607, 8914, 9545, 8891, 8437, 13902, 9030, 10489, 8553, 8269, 12608, 8818, 11427, 8554, 8576, 8996, 8499, 13964, 8891, 11017, 9135, 8650, 14156, 9100, 12627, 8988, 9542, 8321, 8336, 14305, 8885, 10983, 8642, 8351, 11096, 8920, 11086, 8470, 8097, 7968, 8404, 11895, 8688, 8176, 8319, 8467, 12512, 8946, 8446, 8944, 8108, 14645, 8941, 10783, 9003, 8631, 14543, 8845, 9129, 10022, 8804, 14252, 8628, 9352, 8355, 8304, 13435, 8750, 8261, 8290, 8464, 11558, 8923, 8371, 8351, 8437, 11359, 8639, 8290, 13526, 9048, 12261, 8707, 8271, 14050, 8761, 10564, 9046, 8559, 11863, 8668, 10028, 8618, 8145, 8552, 8501, 11616, 8909, 12467, 8577, 8474, 8112, 8741, 12040, 8796, 9221, 9173, 8466, 8425, 8590, 14338, 9693, 11140, 9179, 8644, 14992, 8853, 12333, 8933, 8536, 11683, 8720, 8613, 8037, 8270, 11063, 8694, 8320, 8116, 8356, 10265, 9024, 8304, 8441, 8432, 12746, 8568, 9458, 9356, 8888, 14415, 8500, 8524, 11311, 8988, 12810, 8410, 8131, 14347, 8835, 9231, 8950, 8305, 13446, 8660, 8309, 8471, 8464, 10928, 8553, 8541, 9033, 8473, 8676, 8707, 8541, 8241, 8684, 8614, 13380, 8682, 8626, 14626, 8815, 11408, 10058, 8903, 13667, 8897, 8665, 14722, 8849, 12542, 9838, 9200, 14322, 8671, 8854, 10672, 9001, 10326, 8735, 8520, 7578, 8788, 10011, 9181, 8105, 13524, 8542, 8416, 8879, 7994, 11861, 8865, 9080, 8468, 7859, 8174, 8392, 11460, 8319, 8317, 8694, 8038, 12765, 8815, 12328, 9084, 8909, 14330, 8667, 8962, 8576, 8182, 12824, 8645, 9426, 8500, 8168, 8067, 8426, 7089, 8447, 12150, 8696, 8390, 8427, 8376, 13267, 8356, 9281, 8184, 8140, 14025, 8500, 9684, 8503, 8193, 11301, 8312, 11787, 8235, 8676, 8869, 8420, 14649, 8336, 11262, 8839, 8644, 14506, 8605, 11485, 9078, 8276, 11907, 8384, 11547, 8277, 8136, 9386, 8670, 11344, 8338, 8829, 8220, 8558, 14144, 8562, 10675, 8281, 8025, 13048, 8449, 9135, 8226, 8168, 12518, 8457, 8250, 7959, 8466, 11646, 8554, 8632, 8577, 8191, 9868, 8283, 10781, 8181, 8397, 8501, 8326, 8975, 8650, 12468, 8729, 10544, 8473, 8818, 14319, 8706, 12985, 9033, 10992, 8100, 8413, 15206, 8602, 12688, 8438, 8580, 8257, 8459, 14456, 8587, 10832, 8198, 8386, 8889, 8727, 10808, 8517, 9628, 8280, 8048, 11411, 8707, 11223, 8292, 8443, 10293, 8652, 12988, 8589, 8877, 8611, 8495, 13733, 8515, 8790, 8019, 8121, 12740, 8509, 8728, 8978, 8443, 11987, 8678, 10673, 8207, 8170, 8366, 8228, 10328, 8178, 9466, 8036, 8169, 8114, 9694, 8927, 8345, 13500, 8573, 12302, 8511, 8692, 13982, 8384, 12608, 8482, 8771, 14068, 8790, 9172, 13833, 8915, 13002, 8939, 8632, 13830, 8361, 9799, 9178, 8682, 13114, 8423, 9304, 8494, 8641, 13487, 8614, 8756, 8443, 8092, 13575, 8614, 8476, 8359, 8200, 13633, 8842, 10368, 8561, 8177, 9960, 8495, 10975, 8279, 8657, 7730, 8164, 12779, 8385, 8933, 7799, 8301, 12525, 8104, 9168, 8234, 8335, 7676, 8478, 11626, 8204, 8491, 8998, 8301, 13544, 8476, 12143, 8320, 8848, 13877, 8498, 8245, 9828, 8710, 12496, 8301, 8114, 9587, 8231, 10794, 8162, 7913, 7927, 8143, 12359, 8014, 9160, 8610, 8700, 9526, 8316, 10802, 8783, 7368, 8609, 11195, 8839, 13149, 8835, 12067, 9279, 8962, 14519, 9118, 12428, 8875, 8830, 14655, 9431, 11795, 8411, 9070, 12620, 8508, 9376, 9170, 8834, 12263, 8770, 9643, 9050, 8362, 13744, 8535, 8511, 7973, 8401, 10630, 8493, 8390, 8125, 8191, 11163, 7926, 8080, 8705, 8184, 11980, 8230, 9802, 8412, 8716, 12888, 8736, 10007, 8399, 8476, 13087, 8711, 8896, 8648, 8132, 13681, 8528, 10237, 8371, 8553, 7607, 8453, 13258, 8491, 10806, 8831, 8277, 10913, 8661, 11696, 8591, 9651, 8264, 8480, 12922, 9103, 12252, 8605, 8568, 9014, 8562, 7796, 9033, 13038, 8657, 11548, 8858, 9848, 8234, 8799, 13564, 8691, 11026, 8984, 8703, 7828, 8729, 10393, 8127, 8819, 9254, 8657, 13675, 8951, 9482, 9361, 8606, 13980, 8671, 9461, 9396, 8195, 12682, 7984, 8742, 7964, 8252, 10244, 8126, 8114, 7628, 8509, 11045, 8291, 8299, 7531, 8243, 10768, 8469, 8495, 9486, 8451, 11656, 8751, 8546, 13827, 8736, 9001, 7967, 8139, 11880, 8485, 8658, 8200, 8180, 12785, 8536, 10476, 8528, 7015, 8597, 8243, 8870, 8995, 9160, 13173, 9295, 10157, 8949, 10294, 9438, 13230, 9311, 9322, 8112, 8999, 13129, 9083, 10800, 9566, 8862, 7658, 9117, 9910, 9489, 8453, 11387, 8615, 8505, 7971, 8180, 10913, 8062, 8467, 7684, 8619, 11618, 8099, 8208, 8032, 8821, 12777, 8991, 8729, 9306, 8861, 12578, 8979, 8959, 9131, 8747, 13338, 8938, 9309, 8135, 8903, 12667, 8705, 9390, 9462, 8729, 11607, 9151, 10693, 8792, 9089, 8906, 9014, 8439, 8923, 11795, 9475, 12294, 9471, 12211, 9119, 11897, 9138, 12134, 9130, 9617, 10626, 9335, 12009, 9484, 13094, 8960, 10217, 8931, 9466, 14269, 9144, 9175, 8790, 8846, 13495, 9020, 9177, 9397, 8438, 9076, 8917, 9708, 8833, 8887, 9558, 8291, 8243, 9314, 8142, 8944, 13382, 9070, 11672, 9336, 8517, 11648, 8922, 11932, 9083, 8578, 11060, 8977, 12536, 8678, 8745, 8586, 8857, 13514, 8889, 9234, 8965, 8877, 12475, 8687, 9146, 9454, 8622, 12584, 8639, 9403, 8937, 8402, 12115, 8942, 9192, 8996, 8292, 8706, 8736, 9943, 8637, 8352, 11009, 8792, 10709, 8447, 8492, 11574, 8799, 10960, 9303, 8437, 13251, 8705, 8862, 8914, 7991, 12223, 8600, 9548, 8717, 8391, 13297, 8603, 11438, 8518, 8664, 14398, 8558, 12347, 8903, 8633, 14265, 8866, 11206, 9370, 8962, 14178, 8559, 9152, 8469, 8536, 7341, 8859, 11604, 8439, 9827, 8388, 9275, 8247, 8683, 13969, 8834, 11661, 8768, 9267, 8255, 8599, 13420, 9697, 12934, 9232, 10957, 8619, 8960, 8125, 9185, 13715, 8996, 10645, 9069, 8855, 8232, 9172, 9806, 8185, 8617, 8516, 8859, 11011, 9191, 10300, 8335, 8523, 7985, 8626, 10991, 8538, 8990, 8703, 8959, 14185, 9202, 11693, 8330, 8692, 7889, 8751, 12986, 8738, 9314, 10886, 9322, 12540, 8972, 8552, 8133, 8671, 11276, 8974, 8820, 8688, 8368, 9474, 9393, 12289, 8911, 8657, 10122, 9336, 13970, 9078, 9391, 8903, 9055, 13658, 9009, 8972, 8188, 9215, 10629, 8318, 8699, 8695, 8731, 11920, 8608, 8318, 8444, 8682, 11230, 9106, 8945, 8578, 8513, 8353, 9331, 13244, 8992, 8878, 8803, 8380, 12730, 8318, 9102, 7947, 7882, 8163, 11792, 8579, 8572, 13953, 8909, 11889, 8559, 9032, 9745, 9304, 13743, 10161, 11980, 8770, 9674, 14168, 9071, 10538, 9350, 9304, 12081, 9343, 10249, 8946, 9138, 8368, 9401, 11302, 8731, 8846, 8415, 8955, 10809, 8537, 8821, 8842, 8706, 11393, 8655, 8629, 9166, 8454, 8340, 8874, 10830, 8583, 8503, 8044, 9048, 12463, 8814, 9102, 8165, 8583, 12908, 9020, 10763, 8499, 8440, 9311, 9162, 12369, 8842, 8638, 9878, 8813, 10729, 8621, 8652, 9674, 9086, 11226, 8531, 8932, 11499, 9250, 10397, 9186, 8590, 12647, 8990, 9348, 9103, 8510, 12229, 8257, 8622, 8091, 8777, 11728, 8359, 8613, 8368, 8716, 12596, 8941, 10574, 9150, 8843, 11117, 9432, 11303, 8364, 8943, 7915, 9127, 11782, 9093, 10483, 8601, 8971, 9221, 8966, 12687, 9196, 11670, 9021, 10301, 8995, 8675, 9857, 9060, 12517, 9179, 10468, 8983, 9213, 8289, 8360, 7810, 9047, 7958, 9082, 10758, 8753, 10140, 8638, 9167, 9421, 9183, 11933, 9249, 12139, 8971, 10833, 8887, 9656, 9247, 9356, 14160, 9327, 11798, 9520, 8830, 11181, 9330, 11155, 8930, 9144, 8283, 9254, 12863, 8423, 8995, 8618, 8463, 7754, 9032, 11371, 8233, 8825, 8442, 9277, 11588, 8915, 8777, 8284, 9261, 11630, 8833, 8948, 8128, 9197, 11643, 9057, 9106, 9034, 9074, 12480, 8872, 10983, 9010, 8852, 13118, 9106, 9872, 9357, 8668, 8399, 8681, 8140, 8529, 10719, 8394, 8735, 13298, 8542, 10359, 9376, 8673, 12422, 9098, 9906, 8769, 9840, 8299, 8751, 8159, 9301, 12350, 9174, 11040, 8966, 9066, 7807, 9506, 12300, 8561, 8985, 8407], 'WindowCenter': [3961.0, 3956.0, 3943.0, 3944.0, 3973.0, 3943.0, 3931.0, 3941.0, 3932.0, 3961.0, 3942.0, 3954.0, 3943.0, 3943.0, 3951.0, 3943.0, 3953.0, 3943.0, 3933.0, 3942.0, 3944.0, 3973.0, 3944.0, 3945.0, 3932.0, 3934.0, 3962.0, 3942.0, 3933.0, 3941.0, 3943.0, 3962.0, 3932.0, 3933.0, 3962.0, 3943.0, 3952.0, 3931.0, 3932.0, 3972.0, 3944.0, 3943.0, 3942.0, 3934.0, 3972.0, 3942.0, 3944.0, 3942.0, 3943.0, 3973.0, 3941.0, 3942.0, 3942.0, 3943.0, 3972.0, 3930.0, 3952.0, 3929.0, 3930.0, 3961.0, 3931.0, 3941.0, 3919.0, 3931.0, 3961.0, 3942.0, 3930.0, 3930.0, 3931.0, 3961.0, 3943.0, 3964.0, 3932.0, 3933.0, 3971.0, 3931.0, 3952.0, 3931.0, 3931.0, 3918.0, 3930.0, 3951.0, 3932.0, 3931.0, 3929.0, 3932.0, 3971.0, 3942.0, 3942.0, 3931.0, 3932.0, 3930.0, 3930.0, 3951.0, 3942.0, 3931.0, 3930.0, 3931.0, 3971.0, 3930.0, 3941.0, 3929.0, 3929.0, 3959.0, 3918.0, 3918.0, 3929.0, 3930.0, 3939.0, 3929.0, 3919.0, 3917.0, 3930.0, 3950.0, 3931.0, 3920.0, 3929.0, 3930.0, 3962.0, 3931.0, 3931.0, 3930.0, 3931.0, 3972.0, 3942.0, 3953.0, 3931.0, 3931.0, 3972.0, 3930.0, 3941.0, 3929.0, 3929.0, 3970.0, 3930.0, 3929.0, 3928.0, 3930.0, 3960.0, 3931.0, 3951.0, 3930.0, 3931.0, 3962.0, 3943.0, 3963.0, 3933.0, 3931.0, 3929.0, 3932.0, 3973.0, 3941.0, 3951.0, 3940.0, 3932.0, 3972.0, 3942.0, 3961.0, 3930.0, 3941.0, 3919.0, 3930.0, 3971.0, 3930.0, 3939.0, 3928.0, 3919.0, 3949.0, 3929.0, 3950.0, 3918.0, 3919.0, 3917.0, 3929.0, 3951.0, 3930.0, 3920.0, 3919.0, 3930.0, 3960.0, 3942.0, 3931.0, 3929.0, 3922.0, 3971.0, 3931.0, 3953.0, 3931.0, 3932.0, 3961.0, 3929.0, 3929.0, 3939.0, 3929.0, 3959.0, 3919.0, 3929.0, 3916.0, 3919.0, 3959.0, 3929.0, 3918.0, 3917.0, 3918.0, 3948.0, 3940.0, 3930.0, 3930.0, 3931.0, 3951.0, 3931.0, 3931.0, 3961.0, 3942.0, 3961.0, 3931.0, 3930.0, 3959.0, 3929.0, 3950.0, 3928.0, 3931.0, 3949.0, 3929.0, 3940.0, 3931.0, 3920.0, 3930.0, 3931.0, 3951.0, 3942.0, 3963.0, 3931.0, 3931.0, 3919.0, 3931.0, 3960.0, 3931.0, 3930.0, 3930.0, 3919.0, 3919.0, 3929.0, 3972.0, 3930.0, 3940.0, 3927.0, 3918.0, 3957.0, 3916.0, 3949.0, 3917.0, 3917.0, 3935.0, 3915.0, 3915.0, 3903.0, 3916.0, 3936.0, 3917.0, 3916.0, 3905.0, 3917.0, 3937.0, 3941.0, 3930.0, 3918.0, 3930.0, 3959.0, 3930.0, 3942.0, 3930.0, 3930.0, 3960.0, 3918.0, 3918.0, 3948.0, 3928.0, 3949.0, 3918.0, 3918.0, 3957.0, 3928.0, 3929.0, 3928.0, 3919.0, 3957.0, 3929.0, 3930.0, 3919.0, 3919.0, 3938.0, 3930.0, 3931.0, 3942.0, 3944.0, 3933.0, 3944.0, 3944.0, 3933.0, 3945.0, 3946.0, 3974.0, 3932.0, 3932.0, 3973.0, 3931.0, 3963.0, 3941.0, 3931.0, 3960.0, 3917.0, 3917.0, 3945.0, 3916.0, 3947.0, 3913.0, 3914.0, 3943.0, 3903.0, 3902.0, 3912.0, 3914.0, 3923.0, 3902.0, 3903.0, 3891.0, 3903.0, 3924.0, 3928.0, 3918.0, 3944.0, 3915.0, 3903.0, 3913.0, 3905.0, 3935.0, 3927.0, 3927.0, 3917.0, 3917.0, 3917.0, 3928.0, 3961.0, 3930.0, 3930.0, 3930.0, 3932.0, 3961.0, 3943.0, 3974.0, 3930.0, 3931.0, 3959.0, 3918.0, 3919.0, 3918.0, 3921.0, 3960.0, 3931.0, 3930.0, 3929.0, 3934.0, 3933.0, 3933.0, 3911.0, 3934.0, 3965.0, 3944.0, 3934.0, 3932.0, 3945.0, 3974.0, 3944.0, 3945.0, 3933.0, 3934.0, 3972.0, 3932.0, 3944.0, 3944.0, 3935.0, 3953.0, 3933.0, 3964.0, 3933.0, 3944.0, 3931.0, 3933.0, 3973.0, 3931.0, 3952.0, 3932.0, 3932.0, 3960.0, 3930.0, 3951.0, 3929.0, 3932.0, 3950.0, 3919.0, 3949.0, 3919.0, 3921.0, 3940.0, 3931.0, 3951.0, 3931.0, 3931.0, 3931.0, 3932.0, 3961.0, 3920.0, 3939.0, 3907.0, 3918.0, 3949.0, 3919.0, 3930.0, 3918.0, 3920.0, 3949.0, 3931.0, 3920.0, 3908.0, 3919.0, 3939.0, 3930.0, 3932.0, 3931.0, 3932.0, 3940.0, 3932.0, 3952.0, 3933.0, 3933.0, 3932.0, 3934.0, 3931.0, 3944.0, 3963.0, 3932.0, 3953.0, 3920.0, 3932.0, 3973.0, 3930.0, 3960.0, 3930.0, 3952.0, 3919.0, 3930.0, 3971.0, 3919.0, 3949.0, 3918.0, 3918.0, 3918.0, 3920.0, 3959.0, 3919.0, 3937.0, 3918.0, 3919.0, 3929.0, 3929.0, 3939.0, 3930.0, 3940.0, 3930.0, 3921.0, 3951.0, 3931.0, 3950.0, 3919.0, 3931.0, 3951.0, 3931.0, 3961.0, 3931.0, 3931.0, 3918.0, 3930.0, 3961.0, 3930.0, 3920.0, 3917.0, 3920.0, 3961.0, 3930.0, 3920.0, 3929.0, 3931.0, 3961.0, 3932.0, 3952.0, 3932.0, 3931.0, 3920.0, 3933.0, 3965.0, 3945.0, 3943.0, 3934.0, 3932.0, 3933.0, 3954.0, 3944.0, 3945.0, 3974.0, 3944.0, 3965.0, 3933.0, 3934.0, 3974.0, 3933.0, 3963.0, 3918.0, 3919.0, 3949.0, 3918.0, 3929.0, 3947.0, 3917.0, 3947.0, 3904.0, 3916.0, 3946.0, 3906.0, 3926.0, 3915.0, 3916.0, 3946.0, 3917.0, 3927.0, 3916.0, 3916.0, 3946.0, 3916.0, 3917.0, 3916.0, 3906.0, 3947.0, 3917.0, 3906.0, 3917.0, 3918.0, 3959.0, 3929.0, 3927.0, 3916.0, 3918.0, 3928.0, 3918.0, 3939.0, 3918.0, 3918.0, 3907.0, 3931.0, 3960.0, 3920.0, 3930.0, 3907.0, 3920.0, 3960.0, 3921.0, 3929.0, 3920.0, 3931.0, 3920.0, 3933.0, 3963.0, 3932.0, 3932.0, 3932.0, 3932.0, 3974.0, 3934.0, 3964.0, 3932.0, 3933.0, 3961.0, 3931.0, 3921.0, 3940.0, 3920.0, 3950.0, 3918.0, 3921.0, 3942.0, 3932.0, 3951.0, 3932.0, 3921.0, 3919.0, 3933.0, 3963.0, 3932.0, 3943.0, 3943.0, 3945.0, 3955.0, 3948.0, 3968.0, 3946.0, 3924.0, 3946.0, 3965.0, 3945.0, 3976.0, 3945.0, 3966.0, 3943.0, 3933.0, 3963.0, 3931.0, 3951.0, 3918.0, 3919.0, 3947.0, 3915.0, 3937.0, 3903.0, 3915.0, 3936.0, 3905.0, 3914.0, 3914.0, 3916.0, 3935.0, 3916.0, 3926.0, 3914.0, 3906.0, 3946.0, 3915.0, 3918.0, 3907.0, 3918.0, 3926.0, 3918.0, 3918.0, 3917.0, 3932.0, 3952.0, 3921.0, 3932.0, 3932.0, 3933.0, 3963.0, 3943.0, 3955.0, 3933.0, 3946.0, 3964.0, 3933.0, 3955.0, 3933.0, 3933.0, 3962.0, 3932.0, 3931.0, 3930.0, 3933.0, 3972.0, 3932.0, 3942.0, 3932.0, 3933.0, 3922.0, 3933.0, 3974.0, 3934.0, 3953.0, 3931.0, 3933.0, 3952.0, 3932.0, 3963.0, 3933.0, 3943.0, 3932.0, 3933.0, 3962.0, 3932.0, 3951.0, 3930.0, 3931.0, 3931.0, 3931.0, 3920.0, 3932.0, 3962.0, 3932.0, 3951.0, 3931.0, 3940.0, 3919.0, 3930.0, 3960.0, 3930.0, 3940.0, 3929.0, 3919.0, 3907.0, 3919.0, 3939.0, 3920.0, 3930.0, 3928.0, 3930.0, 3959.0, 3929.0, 3929.0, 3930.0, 3929.0, 3959.0, 3919.0, 3928.0, 3928.0, 3919.0, 3960.0, 3920.0, 3919.0, 3907.0, 3920.0, 3939.0, 3919.0, 3921.0, 3919.0, 3932.0, 3951.0, 3930.0, 3934.0, 3933.0, 3934.0, 3953.0, 3933.0, 3945.0, 3943.0, 3944.0, 3965.0, 3933.0, 3934.0, 3963.0, 3932.0, 3944.0, 3933.0, 3933.0, 3963.0, 3943.0, 3932.0, 3934.0, 3945.0, 3973.0, 3945.0, 3953.0, 3944.0, 3924.0, 3958.0, 3959.0, 3958.0, 3958.0, 3959.0, 3989.0, 3946.0, 3955.0, 3946.0, 3955.0, 3958.0, 3980.0, 3947.0, 3945.0, 3920.0, 3931.0, 3950.0, 3931.0, 3953.0, 3929.0, 3930.0, 3907.0, 3928.0, 3929.0, 3931.0, 3921.0, 3938.0, 3919.0, 3918.0, 3906.0, 3931.0, 3952.0, 3921.0, 3932.0, 3921.0, 3934.0, 3964.0, 3947.0, 3947.0, 3935.0, 3946.0, 3976.0, 3945.0, 3947.0, 3956.0, 3947.0, 3966.0, 3945.0, 3946.0, 3944.0, 3947.0, 3976.0, 3945.0, 3945.0, 3922.0, 3944.0, 3975.0, 3947.0, 3946.0, 3945.0, 3946.0, 3964.0, 3956.0, 3966.0, 3946.0, 3945.0, 3945.0, 3946.0, 3947.0, 3960.0, 3978.0, 3957.0, 3964.0, 3955.0, 3965.0, 3947.0, 3965.0, 3947.0, 3965.0, 3944.0, 3946.0, 3956.0, 3945.0, 3963.0, 3943.0, 3951.0, 3932.0, 3943.0, 3920.0, 3930.0, 3959.0, 3929.0, 3928.0, 3919.0, 3932.0, 3949.0, 3930.0, 3928.0, 3929.0, 3932.0, 3931.0, 3932.0, 3941.0, 3943.0, 3944.0, 3957.0, 3948.0, 3936.0, 3945.0, 3935.0, 3958.0, 3976.0, 3945.0, 3966.0, 3945.0, 3945.0, 3953.0, 3932.0, 3953.0, 3930.0, 3932.0, 3951.0, 3931.0, 3950.0, 3919.0, 3919.0, 3918.0, 3931.0, 3960.0, 3929.0, 3929.0, 3916.0, 3929.0, 3949.0, 3918.0, 3929.0, 3928.0, 3920.0, 3949.0, 3930.0, 3942.0, 3930.0, 3920.0, 3949.0, 3930.0, 3931.0, 3943.0, 3933.0, 3930.0, 3932.0, 3942.0, 3932.0, 3934.0, 3954.0, 3932.0, 3952.0, 3932.0, 3932.0, 3952.0, 3944.0, 3965.0, 3943.0, 3932.0, 3961.0, 3931.0, 3932.0, 3945.0, 3946.0, 3964.0, 3946.0, 3956.0, 3945.0, 3948.0, 3988.0, 3947.0, 3978.0, 3946.0, 3947.0, 3988.0, 3948.0, 3977.0, 3945.0, 3946.0, 3975.0, 3946.0, 3966.0, 3945.0, 3944.0, 3972.0, 3944.0, 3944.0, 3934.0, 3944.0, 3911.0, 3943.0, 3965.0, 3946.0, 3955.0, 3946.0, 3956.0, 3933.0, 3946.0, 3976.0, 3945.0, 3964.0, 3933.0, 3944.0, 3934.0, 3945.0, 3962.0, 3944.0, 3961.0, 3931.0, 3953.0, 3932.0, 3931.0, 3917.0, 3930.0, 3960.0, 3931.0, 3941.0, 3929.0, 3930.0, 3917.0, 3929.0, 3940.0, 3932.0, 3920.0, 3929.0, 3931.0, 3939.0, 3941.0, 3953.0, 3932.0, 3933.0, 3920.0, 3932.0, 3951.0, 3945.0, 3944.0, 3932.0, 3943.0, 3972.0, 3942.0, 3964.0, 3933.0, 3932.0, 3921.0, 3932.0, 3962.0, 3931.0, 3943.0, 3951.0, 3931.0, 3950.0, 3929.0, 3930.0, 3921.0, 3931.0, 3950.0, 3931.0, 3931.0, 3931.0, 3943.0, 3943.0, 3943.0, 3963.0, 3942.0, 3943.0, 3954.0, 3943.0, 3972.0, 3932.0, 3942.0, 3931.0, 3942.0, 3961.0, 3930.0, 3930.0, 3918.0, 3930.0, 3951.0, 3931.0, 3931.0, 3930.0, 3932.0, 3951.0, 3933.0, 3944.0, 3933.0, 3945.0, 3963.0, 3944.0, 3944.0, 3944.0, 3946.0, 3934.0, 3945.0, 3976.0, 3944.0, 3946.0, 3957.0, 3947.0, 3976.0, 3934.0, 3931.0, 3922.0, 3933.0, 3947.0, 3965.0, 3933.0, 3934.0, 3963.0, 3933.0, 3964.0, 3932.0, 3932.0, 3930.0, 3930.0, 3960.0, 3940.0, 3950.0, 3906.0, 3928.0, 3947.0, 3916.0, 3925.0, 3915.0, 3916.0, 3934.0, 3914.0, 3913.0, 3902.0, 3913.0, 3902.0, 3916.0, 3935.0, 3915.0, 3915.0, 3904.0, 3916.0, 3936.0, 3918.0, 3928.0, 3916.0, 3918.0, 3937.0, 3918.0, 3929.0, 3942.0, 3933.0, 3931.0, 3943.0, 3952.0, 3932.0, 3944.0, 3933.0, 3944.0, 3964.0, 3943.0, 3944.0, 3945.0, 3944.0, 3962.0, 3943.0, 3953.0, 3932.0, 3934.0, 3942.0, 3943.0, 3963.0, 3932.0, 3932.0, 3942.0, 3943.0, 3952.0, 3932.0, 3933.0, 3942.0, 3944.0, 3964.0, 3932.0, 3943.0, 3952.0, 3942.0, 3953.0, 3944.0, 3933.0, 3962.0, 3932.0, 3931.0, 3929.0, 3933.0, 3962.0, 3933.0, 3945.0, 3933.0, 3944.0, 3965.0, 3946.0, 3945.0, 3933.0, 3946.0, 3974.0, 3946.0, 3956.0, 3944.0, 3945.0, 3953.0, 3943.0, 3965.0, 3934.0, 3933.0, 3921.0, 3943.0, 3952.0, 3943.0, 3953.0, 3933.0, 3932.0, 3942.0, 3944.0, 3964.0, 3944.0, 3953.0, 3933.0, 3942.0, 3932.0, 3933.0, 3954.0, 3933.0, 3962.0, 3943.0, 3952.0, 3932.0, 3944.0, 3935.0, 3934.0, 3922.0, 3933.0, 3921.0, 3944.0, 3952.0, 3945.0, 3955.0, 3945.0, 3945.0, 3945.0, 3956.0, 3966.0, 3946.0, 3964.0, 3944.0, 3953.0, 3933.0, 3944.0, 3943.0, 3944.0, 3962.0, 3932.0, 3952.0, 3929.0, 3931.0, 3951.0, 3930.0, 3939.0, 3929.0, 3930.0, 3919.0, 3942.0, 3963.0, 3932.0, 3929.0, 3919.0, 3919.0, 3908.0, 3931.0, 3951.0, 3932.0, 3931.0, 3931.0, 3943.0, 3952.0, 3932.0, 3933.0, 3932.0, 3942.0, 3951.0, 3931.0, 3931.0, 3920.0, 3942.0, 3951.0, 3932.0, 3930.0, 3931.0, 3932.0, 3963.0, 3943.0, 3952.0, 3931.0, 3932.0, 3961.0, 3931.0, 3941.0, 3942.0, 3934.0, 3932.0, 3931.0, 3919.0, 3931.0, 3952.0, 3931.0, 3933.0, 3973.0, 3933.0, 3954.0, 3943.0, 3934.0, 3963.0, 3944.0, 3943.0, 3945.0, 3955.0, 3946.0, 3945.0, 3934.0, 3956.0, 3964.0, 3944.0, 3965.0, 3932.0, 3932.0, 3910.0, 3942.0, 3951.0, 3920.0, 3931.0, 3919.0], 'WindowWidth': [8863.0, 8845.0, 8821.0, 8822.0, 8861.0, 8819.0, 8801.0, 8813.0, 8804.0, 8839.0, 8818.0, 8835.0, 8818.0, 8820.0, 8826.0, 8819.0, 8834.0, 8821.0, 8807.0, 8817.0, 8823.0, 8860.0, 8825.0, 8825.0, 8805.0, 8807.0, 8841.0, 8817.0, 8806.0, 8814.0, 8819.0, 8843.0, 8802.0, 8806.0, 8845.0, 8819.0, 8829.0, 8800.0, 8804.0, 8856.0, 8823.0, 8821.0, 8817.0, 8810.0, 8857.0, 8818.0, 8825.0, 8818.0, 8821.0, 8859.0, 8814.0, 8817.0, 8816.0, 8820.0, 8856.0, 8798.0, 8828.0, 8793.0, 8799.0, 8840.0, 8801.0, 8814.0, 8779.0, 8799.0, 8840.0, 8815.0, 8797.0, 8797.0, 8802.0, 8842.0, 8821.0, 8848.0, 8803.0, 8806.0, 8853.0, 8799.0, 8830.0, 8801.0, 8800.0, 8778.0, 8796.0, 8825.0, 8803.0, 8800.0, 8795.0, 8802.0, 8854.0, 8814.0, 8817.0, 8801.0, 8803.0, 8796.0, 8797.0, 8827.0, 8816.0, 8801.0, 8796.0, 8800.0, 8853.0, 8797.0, 8814.0, 8793.0, 8792.0, 8832.0, 8778.0, 8778.0, 8793.0, 8796.0, 8805.0, 8791.0, 8779.0, 8774.0, 8797.0, 8822.0, 8798.0, 8783.0, 8792.0, 8798.0, 8841.0, 8801.0, 8800.0, 8797.0, 8800.0, 8856.0, 8817.0, 8833.0, 8800.0, 8802.0, 8854.0, 8796.0, 8814.0, 8794.0, 8795.0, 8850.0, 8795.0, 8794.0, 8792.0, 8799.0, 8837.0, 8800.0, 8826.0, 8797.0, 8801.0, 8843.0, 8818.0, 8845.0, 8806.0, 8802.0, 8795.0, 8803.0, 8859.0, 8815.0, 8827.0, 8809.0, 8802.0, 8855.0, 8816.0, 8840.0, 8797.0, 8811.0, 8779.0, 8797.0, 8853.0, 8797.0, 8807.0, 8792.0, 8780.0, 8820.0, 8796.0, 8821.0, 8779.0, 8779.0, 8773.0, 8793.0, 8824.0, 8797.0, 8784.0, 8779.0, 8797.0, 8836.0, 8816.0, 8801.0, 8795.0, 8789.0, 8853.0, 8799.0, 8831.0, 8799.0, 8801.0, 8838.0, 8794.0, 8794.0, 8807.0, 8796.0, 8832.0, 8780.0, 8792.0, 8770.0, 8779.0, 8832.0, 8792.0, 8777.0, 8774.0, 8778.0, 8816.0, 8810.0, 8799.0, 8796.0, 8801.0, 8825.0, 8799.0, 8799.0, 8841.0, 8815.0, 8840.0, 8800.0, 8798.0, 8832.0, 8795.0, 8824.0, 8792.0, 8798.0, 8819.0, 8793.0, 8811.0, 8801.0, 8784.0, 8795.0, 8799.0, 8824.0, 8815.0, 8846.0, 8801.0, 8800.0, 8780.0, 8798.0, 8835.0, 8801.0, 8797.0, 8795.0, 8780.0, 8778.0, 8794.0, 8854.0, 8797.0, 8807.0, 8786.0, 8776.0, 8827.0, 8771.0, 8819.0, 8771.0, 8771.0, 8793.0, 8768.0, 8767.0, 8748.0, 8770.0, 8797.0, 8773.0, 8771.0, 8754.0, 8775.0, 8802.0, 8813.0, 8797.0, 8777.0, 8797.0, 8834.0, 8797.0, 8817.0, 8794.0, 8795.0, 8835.0, 8777.0, 8776.0, 8818.0, 8792.0, 8819.0, 8774.0, 8776.0, 8825.0, 8790.0, 8794.0, 8789.0, 8780.0, 8827.0, 8792.0, 8796.0, 8780.0, 8781.0, 8805.0, 8796.0, 8799.0, 8818.0, 8824.0, 8805.0, 8823.0, 8822.0, 8807.0, 8826.0, 8831.0, 8865.0, 8803.0, 8804.0, 8856.0, 8801.0, 8846.0, 8811.0, 8797.0, 8834.0, 8772.0, 8773.0, 8807.0, 8768.0, 8811.0, 8761.0, 8762.0, 8800.0, 8745.0, 8743.0, 8754.0, 8762.0, 8772.0, 8743.0, 8748.0, 8727.0, 8748.0, 8778.0, 8790.0, 8777.0, 8803.0, 8767.0, 8748.0, 8761.0, 8754.0, 8795.0, 8789.0, 8787.0, 8775.0, 8776.0, 8773.0, 8793.0, 8839.0, 8800.0, 8798.0, 8798.0, 8804.0, 8841.0, 8820.0, 8863.0, 8797.0, 8799.0, 8829.0, 8774.0, 8777.0, 8776.0, 8784.0, 8834.0, 8797.0, 8795.0, 8795.0, 8807.0, 8804.0, 8806.0, 8775.0, 8808.0, 8851.0, 8823.0, 8809.0, 8803.0, 8825.0, 8861.0, 8823.0, 8825.0, 8805.0, 8809.0, 8856.0, 8803.0, 8824.0, 8822.0, 8811.0, 8830.0, 8807.0, 8846.0, 8809.0, 8824.0, 8800.0, 8805.0, 8856.0, 8798.0, 8831.0, 8802.0, 8802.0, 8835.0, 8796.0, 8825.0, 8795.0, 8801.0, 8821.0, 8779.0, 8818.0, 8780.0, 8785.0, 8810.0, 8798.0, 8823.0, 8799.0, 8799.0, 8798.0, 8803.0, 8838.0, 8780.0, 8804.0, 8757.0, 8777.0, 8818.0, 8779.0, 8793.0, 8774.0, 8780.0, 8817.0, 8798.0, 8783.0, 8762.0, 8779.0, 8804.0, 8794.0, 8801.0, 8799.0, 8802.0, 8810.0, 8802.0, 8829.0, 8806.0, 8804.0, 8802.0, 8807.0, 8800.0, 8822.0, 8846.0, 8803.0, 8831.0, 8782.0, 8802.0, 8858.0, 8798.0, 8837.0, 8798.0, 8826.0, 8779.0, 8796.0, 8852.0, 8780.0, 8817.0, 8776.0, 8776.0, 8777.0, 8782.0, 8832.0, 8778.0, 8800.0, 8774.0, 8780.0, 8793.0, 8793.0, 8804.0, 8796.0, 8809.0, 8797.0, 8787.0, 8824.0, 8796.0, 8821.0, 8781.0, 8798.0, 8826.0, 8800.0, 8839.0, 8797.0, 8796.0, 8778.0, 8797.0, 8837.0, 8796.0, 8781.0, 8773.0, 8782.0, 8837.0, 8796.0, 8781.0, 8792.0, 8798.0, 8838.0, 8802.0, 8827.0, 8803.0, 8799.0, 8781.0, 8804.0, 8851.0, 8826.0, 8818.0, 8810.0, 8802.0, 8808.0, 8838.0, 8820.0, 8824.0, 8863.0, 8823.0, 8851.0, 8805.0, 8808.0, 8862.0, 8806.0, 8844.0, 8775.0, 8778.0, 8816.0, 8773.0, 8790.0, 8812.0, 8769.0, 8810.0, 8750.0, 8766.0, 8808.0, 8754.0, 8781.0, 8764.0, 8769.0, 8807.0, 8773.0, 8787.0, 8768.0, 8770.0, 8807.0, 8768.0, 8771.0, 8769.0, 8758.0, 8810.0, 8771.0, 8756.0, 8772.0, 8778.0, 8829.0, 8790.0, 8786.0, 8770.0, 8775.0, 8789.0, 8776.0, 8804.0, 8776.0, 8777.0, 8760.0, 8798.0, 8834.0, 8781.0, 8793.0, 8758.0, 8782.0, 8836.0, 8784.0, 8791.0, 8782.0, 8799.0, 8784.0, 8805.0, 8843.0, 8803.0, 8801.0, 8800.0, 8803.0, 8861.0, 8807.0, 8848.0, 8800.0, 8803.0, 8838.0, 8796.0, 8785.0, 8807.0, 8780.0, 8820.0, 8775.0, 8783.0, 8813.0, 8801.0, 8822.0, 8801.0, 8784.0, 8778.0, 8803.0, 8846.0, 8803.0, 8818.0, 8820.0, 8824.0, 8839.0, 8835.0, 8860.0, 8829.0, 8796.0, 8828.0, 8851.0, 8824.0, 8867.0, 8825.0, 8852.0, 8817.0, 8804.0, 8843.0, 8796.0, 8824.0, 8774.0, 8775.0, 8811.0, 8766.0, 8795.0, 8745.0, 8764.0, 8793.0, 8752.0, 8761.0, 8761.0, 8765.0, 8789.0, 8769.0, 8782.0, 8763.0, 8756.0, 8806.0, 8766.0, 8774.0, 8758.0, 8774.0, 8782.0, 8774.0, 8776.0, 8773.0, 8801.0, 8828.0, 8788.0, 8802.0, 8801.0, 8806.0, 8846.0, 8820.0, 8838.0, 8805.0, 8825.0, 8846.0, 8805.0, 8838.0, 8804.0, 8803.0, 8839.0, 8800.0, 8798.0, 8797.0, 8805.0, 8855.0, 8802.0, 8814.0, 8800.0, 8803.0, 8788.0, 8807.0, 8859.0, 8806.0, 8831.0, 8798.0, 8803.0, 8828.0, 8802.0, 8842.0, 8803.0, 8816.0, 8803.0, 8806.0, 8840.0, 8799.0, 8823.0, 8795.0, 8800.0, 8799.0, 8798.0, 8780.0, 8801.0, 8841.0, 8802.0, 8826.0, 8799.0, 8809.0, 8777.0, 8795.0, 8833.0, 8796.0, 8809.0, 8790.0, 8779.0, 8758.0, 8777.0, 8805.0, 8784.0, 8794.0, 8789.0, 8794.0, 8831.0, 8791.0, 8793.0, 8795.0, 8794.0, 8831.0, 8776.0, 8789.0, 8786.0, 8780.0, 8835.0, 8782.0, 8780.0, 8759.0, 8780.0, 8803.0, 8782.0, 8786.0, 8780.0, 8801.0, 8823.0, 8796.0, 8807.0, 8806.0, 8808.0, 8830.0, 8806.0, 8824.0, 8817.0, 8823.0, 8851.0, 8804.0, 8807.0, 8843.0, 8801.0, 8819.0, 8805.0, 8804.0, 8843.0, 8817.0, 8803.0, 8809.0, 8825.0, 8858.0, 8823.0, 8832.0, 8820.0, 8796.0, 8849.0, 8852.0, 8851.0, 8847.0, 8850.0, 8889.0, 8826.0, 8836.0, 8827.0, 8837.0, 8844.0, 8880.0, 8830.0, 8820.0, 8780.0, 8794.0, 8817.0, 8795.0, 8827.0, 8790.0, 8793.0, 8756.0, 8786.0, 8789.0, 8795.0, 8783.0, 8798.0, 8775.0, 8774.0, 8753.0, 8798.0, 8825.0, 8786.0, 8801.0, 8783.0, 8807.0, 8847.0, 8830.0, 8831.0, 8811.0, 8826.0, 8865.0, 8822.0, 8830.0, 8841.0, 8830.0, 8851.0, 8821.0, 8823.0, 8817.0, 8828.0, 8866.0, 8822.0, 8822.0, 8785.0, 8819.0, 8863.0, 8830.0, 8826.0, 8821.0, 8824.0, 8846.0, 8841.0, 8854.0, 8826.0, 8822.0, 8821.0, 8825.0, 8828.0, 8852.0, 8871.0, 8841.0, 8847.0, 8835.0, 8849.0, 8830.0, 8851.0, 8830.0, 8849.0, 8820.0, 8824.0, 8841.0, 8824.0, 8843.0, 8814.0, 8822.0, 8799.0, 8817.0, 8778.0, 8792.0, 8829.0, 8789.0, 8786.0, 8777.0, 8798.0, 8817.0, 8792.0, 8788.0, 8788.0, 8800.0, 8798.0, 8799.0, 8810.0, 8818.0, 8820.0, 8845.0, 8834.0, 8813.0, 8825.0, 8809.0, 8844.0, 8868.0, 8822.0, 8852.0, 8824.0, 8824.0, 8830.0, 8800.0, 8829.0, 8794.0, 8799.0, 8822.0, 8795.0, 8818.0, 8777.0, 8778.0, 8777.0, 8796.0, 8831.0, 8791.0, 8788.0, 8768.0, 8790.0, 8818.0, 8775.0, 8790.0, 8785.0, 8780.0, 8816.0, 8795.0, 8814.0, 8793.0, 8782.0, 8816.0, 8793.0, 8797.0, 8820.0, 8803.0, 8796.0, 8800.0, 8814.0, 8800.0, 8807.0, 8833.0, 8801.0, 8827.0, 8800.0, 8801.0, 8827.0, 8821.0, 8851.0, 8816.0, 8802.0, 8838.0, 8799.0, 8802.0, 8824.0, 8827.0, 8848.0, 8826.0, 8838.0, 8825.0, 8834.0, 8886.0, 8830.0, 8874.0, 8826.0, 8829.0, 8886.0, 8832.0, 8871.0, 8822.0, 8826.0, 8863.0, 8827.0, 8854.0, 8822.0, 8821.0, 8854.0, 8820.0, 8819.0, 8807.0, 8821.0, 8771.0, 8819.0, 8849.0, 8826.0, 8835.0, 8827.0, 8841.0, 8805.0, 8827.0, 8867.0, 8824.0, 8847.0, 8805.0, 8820.0, 8807.0, 8825.0, 8842.0, 8819.0, 8837.0, 8798.0, 8830.0, 8800.0, 8795.0, 8773.0, 8794.0, 8834.0, 8796.0, 8812.0, 8791.0, 8794.0, 8771.0, 8789.0, 8807.0, 8801.0, 8780.0, 8791.0, 8797.0, 8804.0, 8811.0, 8831.0, 8801.0, 8803.0, 8781.0, 8800.0, 8826.0, 8824.0, 8820.0, 8802.0, 8818.0, 8856.0, 8814.0, 8848.0, 8805.0, 8802.0, 8783.0, 8801.0, 8839.0, 8799.0, 8818.0, 8824.0, 8797.0, 8821.0, 8792.0, 8795.0, 8785.0, 8799.0, 8822.0, 8800.0, 8797.0, 8800.0, 8820.0, 8817.0, 8819.0, 8843.0, 8815.0, 8818.0, 8834.0, 8818.0, 8855.0, 8800.0, 8813.0, 8799.0, 8816.0, 8838.0, 8796.0, 8794.0, 8774.0, 8794.0, 8826.0, 8801.0, 8798.0, 8796.0, 8802.0, 8825.0, 8804.0, 8822.0, 8805.0, 8823.0, 8845.0, 8820.0, 8819.0, 8823.0, 8826.0, 8807.0, 8824.0, 8865.0, 8822.0, 8829.0, 8844.0, 8833.0, 8867.0, 8805.0, 8797.0, 8788.0, 8804.0, 8830.0, 8851.0, 8805.0, 8807.0, 8842.0, 8802.0, 8846.0, 8801.0, 8802.0, 8794.0, 8794.0, 8833.0, 8807.0, 8820.0, 8756.0, 8785.0, 8809.0, 8765.0, 8777.0, 8765.0, 8769.0, 8787.0, 8761.0, 8756.0, 8743.0, 8759.0, 8741.0, 8767.0, 8791.0, 8765.0, 8765.0, 8749.0, 8769.0, 8795.0, 8774.0, 8787.0, 8769.0, 8776.0, 8798.0, 8776.0, 8792.0, 8815.0, 8805.0, 8797.0, 8816.0, 8828.0, 8803.0, 8822.0, 8805.0, 8820.0, 8845.0, 8818.0, 8820.0, 8823.0, 8822.0, 8843.0, 8818.0, 8829.0, 8802.0, 8806.0, 8814.0, 8816.0, 8842.0, 8799.0, 8802.0, 8816.0, 8817.0, 8827.0, 8802.0, 8805.0, 8813.0, 8821.0, 8846.0, 8801.0, 8818.0, 8825.0, 8814.0, 8831.0, 8822.0, 8805.0, 8839.0, 8800.0, 8799.0, 8792.0, 8803.0, 8841.0, 8803.0, 8823.0, 8803.0, 8821.0, 8849.0, 8828.0, 8823.0, 8805.0, 8825.0, 8861.0, 8826.0, 8838.0, 8820.0, 8823.0, 8828.0, 8817.0, 8850.0, 8807.0, 8803.0, 8784.0, 8814.0, 8826.0, 8817.0, 8830.0, 8803.0, 8800.0, 8812.0, 8819.0, 8845.0, 8821.0, 8828.0, 8804.0, 8814.0, 8798.0, 8804.0, 8833.0, 8803.0, 8839.0, 8815.0, 8826.0, 8801.0, 8820.0, 8810.0, 8807.0, 8786.0, 8803.0, 8782.0, 8819.0, 8827.0, 8823.0, 8835.0, 8824.0, 8824.0, 8823.0, 8839.0, 8852.0, 8825.0, 8845.0, 8820.0, 8829.0, 8801.0, 8817.0, 8816.0, 8817.0, 8841.0, 8797.0, 8824.0, 8790.0, 8797.0, 8822.0, 8791.0, 8802.0, 8790.0, 8792.0, 8775.0, 8813.0, 8845.0, 8800.0, 8790.0, 8777.0, 8779.0, 8762.0, 8795.0, 8824.0, 8801.0, 8798.0, 8796.0, 8816.0, 8825.0, 8799.0, 8804.0, 8799.0, 8812.0, 8823.0, 8796.0, 8797.0, 8779.0, 8812.0, 8824.0, 8798.0, 8794.0, 8795.0, 8800.0, 8841.0, 8815.0, 8826.0, 8795.0, 8798.0, 8834.0, 8794.0, 8810.0, 8812.0, 8807.0, 8800.0, 8796.0, 8778.0, 8798.0, 8825.0, 8798.0, 8802.0, 8855.0, 8804.0, 8833.0, 8815.0, 8804.0, 8841.0, 8818.0, 8815.0, 8822.0, 8838.0, 8828.0, 8824.0, 8805.0, 8838.0, 8845.0, 8818.0, 8847.0, 8800.0, 8800.0, 8766.0, 8810.0, 8822.0, 8780.0, 8796.0, 8775.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.0004482960678488821</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029791136931380104</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.88886452611114</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1836215121141966</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9753699240432109</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.446</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8572.4697</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09020787980408265</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.7733230531996915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.390251930668258</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3160153993273447</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6749182089522527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.179822183725177</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0115397</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015713941305875778</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027769064530730247</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1297</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.8574689116986516</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>36.2806</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1186</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.6362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308495.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>670.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.8497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1484</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.5821</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3198.6718</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68049.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1016.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4184.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.8075</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.417484463658184</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> |