=== 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-0087 --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-0087",
"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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-02/func/sub-0087_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>3ff9a3e34616853634d1d6640da6825a</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>18:56:11.272500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</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.11486</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7776, -7222, 578, -42, -85, 45, 87]</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>272.305</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a85fd67a-172e-4f99-acf3-6d705ae3676d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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': ['185611.272500', '185611.732500', '185612.192500', '185612.652500', '185613.112500', '185613.572500', '185614.032500', '185614.492500', '185614.952500', '185615.412500', '185615.872500', '185616.332500', '185616.792500', '185617.252500', '185617.712500', '185618.172500', '185618.632500', '185619.092500', '185619.552500', '185620.012500', '185620.472500', '185620.932500', '185621.392500', '185621.852500', '185622.312500', '185622.772500', '185623.232500', '185623.692500', '185624.152500', '185624.612500', '185625.072500', '185625.532500', '185625.992500', '185626.452500', '185626.912500', '185627.372500', '185627.832500', '185628.292500', '185628.752500', '185629.212500', '185629.672500', '185630.132500', '185630.592500', '185631.052500', '185631.512500', '185631.972500', '185632.432500', '185632.892500', '185633.352500', '185633.812500', '185634.272500', '185634.732500', '185635.192500', '185635.652500', '185636.112500', '185636.572500', '185637.032500', '185637.492500', '185637.952500', '185638.412500', '185638.872500', '185639.332500', '185639.792500', '185640.252500', '185640.712500', '185641.172500', '185641.632500', '185642.092500', '185642.552500', '185643.012500', '185643.472500', '185643.932500', '185644.392500', '185644.852500', '185645.312500', '185645.772500', '185646.232500', '185646.692500', '185647.152500', '185647.612500', '185648.072500', '185648.532500', '185648.992500', '185649.452500', '185649.912500', '185650.372500', '185650.832500', '185651.292500', '185651.752500', '185652.212500', '185652.672500', '185653.132500', '185653.592500', '185654.052500', '185654.512500', '185654.972500', '185655.432500', '185655.892500', '185656.352500', '185656.812500', '185657.272500', '185657.732500', '185658.192500', '185658.652500', '185659.112500', '185659.572500', '185700.032500', '185700.492500', '185700.952500', '185701.412500', '185701.872500', '185702.332500', '185702.792500', '185703.252500', '185703.712500', '185704.172500', '185704.632500', '185705.092500', '185705.552500', '185706.012500', '185706.472500', '185706.932500', '185707.392500', '185707.852500', '185708.312500', '185708.772500', '185709.232500', '185709.692500', '185710.152500', '185710.612500', '185711.072500', '185711.532500', '185711.992500', '185712.452500', '185712.912500', '185713.372500', '185713.832500', '185714.292500', '185714.752500', '185715.212500', '185715.672500', '185716.132500', '185716.592500', '185717.052500', '185717.512500', '185717.972500', '185718.432500', '185718.892500', '185719.352500', '185719.812500', '185720.272500', '185720.732500', '185721.192500', '185721.652500', '185722.112500', '185722.572500', '185723.032500', '185723.492500', '185723.952500', '185724.412500', '185724.872500', '185725.332500', '185725.792500', '185726.252500', '185726.712500', '185727.172500', '185727.632500', '185728.092500', '185728.552500', '185729.012500', '185729.472500', '185729.932500', '185730.392500', '185730.852500', '185731.312500', '185731.772500', '185732.232500', '185732.692500', '185733.152500', '185733.612500', '185734.072500', '185734.532500', '185734.992500', '185735.452500', '185735.912500', '185736.372500', '185736.832500', '185737.292500', '185737.752500', '185738.212500', '185738.672500', '185739.132500', '185739.592500', '185740.052500', '185740.512500', '185740.972500', '185741.432500', '185741.892500', '185742.352500', '185742.812500', '185743.272500', '185743.732500', '185744.192500', '185744.652500', '185745.112500', '185745.572500', '185746.032500', '185746.492500', '185746.952500', '185747.412500', '185747.872500', '185748.332500', '185748.792500', '185749.252500', '185749.712500', '185750.172500', '185750.632500', '185751.092500', '185751.552500', '185752.012500', '185752.472500', '185752.932500', '185753.392500', '185753.852500', '185754.312500', '185754.772500', '185755.232500', '185755.692500', '185756.152500', '185756.612500', '185757.072500', '185757.532500', '185757.992500', '185758.452500', '185758.912500', '185759.372500', '185759.832500', '185800.292500', '185800.752500', '185801.212500', '185801.672500', '185802.132500', '185802.592500', '185803.052500', '185803.512500', '185803.972500', '185804.432500', '185804.892500', '185805.352500', '185805.812500', '185806.272500', '185806.732500', '185807.192500', '185807.652500', '185808.112500', '185808.572500', '185809.032500', '185809.492500', '185809.952500', '185810.412500', '185810.872500', '185811.332500', '185811.792500', '185812.252500', '185812.712500', '185813.172500', '185813.632500', '185814.092500', '185814.552500', '185815.012500', '185815.472500', '185815.932500', '185816.392500', '185816.852500', '185817.312500', '185817.772500', '185818.232500', '185818.692500', '185819.152500', '185819.612500', '185820.072500', '185820.532500', '185820.992500', '185821.452500', '185821.912500', '185822.372500', '185822.832500', '185823.292500', '185823.752500', '185824.212500', '185824.672500', '185825.132500', '185825.592500', '185826.052500', '185826.512500', '185826.972500', '185827.432500', '185827.892500', '185828.352500', '185828.812500', '185829.272500', '185829.732500', '185830.192500', '185830.652500', '185831.112500', '185831.572500', '185832.032500', '185832.492500', '185832.952500', '185833.412500', '185833.872500', '185834.332500', '185834.792500', '185835.252500', '185835.712500', '185836.172500', '185836.632500', '185837.092500', '185837.552500', '185838.012500', '185838.472500', '185838.932500', '185839.392500', '185839.852500', '185840.312500', '185840.772500', '185841.232500', '185841.692500', '185842.152500', '185842.612500', '185843.072500', '185843.532500', '185843.992500', '185844.452500', '185844.912500', '185845.372500', '185845.832500', '185846.292500', '185846.752500', '185847.212500', '185847.672500', '185848.132500', '185848.592500', '185849.052500', '185849.512500', '185849.972500', '185850.432500', '185850.892500', '185851.352500', '185851.812500', '185852.272500', '185852.732500', '185853.192500', '185853.652500', '185854.112500', '185854.572500', '185855.032500', '185855.492500', '185855.952500', '185856.412500', '185856.872500', '185857.332500', '185857.792500', '185858.252500', '185858.712500', '185859.172500', '185859.632500', '185900.092500', '185900.552500', '185901.012500', '185901.472500', '185901.932500', '185902.392500', '185902.852500', '185903.312500', '185903.772500', '185904.232500', '185904.692500', '185905.152500', '185905.612500', '185906.072500', '185906.532500', '185906.992500', '185907.452500', '185907.912500', '185908.372500', '185908.832500', '185909.292500', '185909.752500', '185910.212500', '185910.672500', '185911.132500', '185911.592500', '185912.052500', '185912.512500', '185912.972500', '185913.432500', '185913.892500', '185914.352500', '185914.812500', '185915.272500', '185915.732500', '185916.192500', '185916.652500', '185917.112500', '185917.572500', '185918.032500', '185918.492500', '185918.952500', '185919.412500', '185919.872500', '185920.332500', '185920.792500', '185921.252500', '185921.712500', '185922.172500', '185922.632500', '185923.092500', '185923.552500', '185924.012500', '185924.472500', '185924.932500', '185925.392500', '185925.852500', '185926.312500', '185926.772500', '185927.232500', '185927.692500', '185928.152500', '185928.612500', '185929.072500', '185929.532500', '185929.992500', '185930.452500', '185930.912500', '185931.372500', '185931.832500', '185932.292500', '185932.752500', '185933.212500', '185933.672500', '185934.132500', '185934.592500', '185935.052500', '185935.512500', '185935.972500', '185936.432500', '185936.892500', '185937.352500', '185937.812500', '185938.272500', '185938.732500', '185939.192500', '185939.652500', '185940.112500', '185940.572500', '185941.032500', '185941.492500', '185941.952500', '185942.412500', '185942.872500', '185943.332500', '185943.792500', '185944.252500', '185944.712500', '185945.172500', '185945.632500', '185946.092500', '185946.552500', '185947.012500', '185947.472500', '185947.932500', '185948.392500', '185948.852500', '185949.312500', '185949.772500', '185950.232500', '185950.692500', '185951.152500', '185951.612500', '185952.072500', '185952.532500', '185952.992500', '185953.452500', '185953.912500', '185954.372500', '185954.832500', '185955.292500', '185955.752500', '185956.212500', '185956.672500', '185957.132500', '185957.592500', '185958.052500', '185958.512500', '185958.972500', '185959.432500', '185959.892500', '190000.352500', '190000.812500', '190001.272500', '190001.732500', '190002.192500', '190002.652500', '190003.112500', '190003.572500', '190004.032500', '190004.492500', '190004.952500', '190005.412500', '190005.872500', '190006.332500', '190006.792500', '190007.252500', '190007.712500', '190008.172500', '190008.632500', '190009.092500', '190009.552500', '190010.012500', '190010.472500', '190010.932500', '190011.392500', '190011.852500', '190012.312500', '190012.772500', '190013.232500', '190013.692500', '190014.152500', '190014.612500', '190015.072500', '190015.532500', '190015.992500', '190016.452500', '190016.912500', '190017.372500', '190017.832500', '190018.292500', '190018.752500', '190019.212500', '190019.672500', '190020.132500', '190020.592500', '190021.052500', '190021.512500', '190021.972500', '190022.432500', '190022.892500', '190023.352500', '190023.812500', '190024.272500', '190024.732500', '190025.192500', '190025.652500', '190026.112500', '190026.572500', '190027.032500', '190027.492500', '190027.952500', '190028.412500', '190028.872500', '190029.332500', '190029.792500', '190030.252500', '190030.712500', '190031.172500', '190031.632500', '190032.092500', '190032.552500', '190033.012500', '190033.472500', '190033.932500', '190034.392500', '190034.852500', '190035.312500', '190035.772500', '190036.232500', '190036.692500', '190037.152500', '190037.612500', '190038.072500', '190038.532500', '190038.992500', '190039.452500', '190039.912500', '190040.372500', '190040.832500', '190041.292500', '190041.752500', '190042.212500', '190042.672500', '190043.132500', '190043.592500', '190044.052500', '190044.512500', '190044.972500', '190045.432500', '190045.892500', '190046.352500', '190046.812500', '190047.272500', '190047.732500', '190048.192500', '190048.652500', '190049.112500', '190049.572500', '190050.032500', '190050.492500', '190050.952500', '190051.412500', '190051.872500', '190052.332500', '190052.792500', '190053.252500', '190053.712500', '190054.172500', '190054.632500', '190055.092500', '190055.552500', '190056.012500', '190056.472500', '190056.932500', '190057.392500', '190057.852500', '190058.312500', '190058.772500', '190059.232500', '190059.692500', '190100.152500', '190100.612500', '190101.072500', '190101.532500', '190101.992500', '190102.452500', '190102.912500', '190103.372500', '190103.832500', '190104.292500', '190104.752500', '190105.212500', '190105.672500', '190106.132500', '190106.592500', '190107.052500', '190107.512500', '190107.972500', '190108.432500', '190108.892500', '190109.352500', '190109.812500', '190110.272500', '190110.732500', '190111.192500', '190111.652500', '190112.112500', '190112.572500', '190113.032500', '190113.492500', '190113.952500', '190114.412500', '190114.872500', '190115.332500', '190115.792500', '190116.252500', '190116.712500', '190117.172500', '190117.632500', '190118.092500', '190118.552500', '190119.012500', '190119.472500', '190119.932500', '190120.392500', '190120.852500', '190121.312500', '190121.772500', '190122.232500', '190122.692500', '190123.152500', '190123.612500', '190124.072500', '190124.532500', '190124.992500', '190125.452500', '190125.912500', '190126.372500', '190126.832500', '190127.292500', '190127.752500', '190128.212500', '190128.672500', '190129.132500', '190129.592500', '190130.052500', '190130.512500', '190130.972500', '190131.432500', '190131.892500', '190132.352500', '190132.812500', '190133.272500', '190133.732500', '190134.192500', '190134.652500', '190135.112500', '190135.572500', '190136.032500', '190136.492500', '190136.952500', '190137.412500', '190137.872500', '190138.332500', '190138.792500', '190139.252500', '190139.712500', '190140.172500', '190140.632500', '190141.092500', '190141.552500', '190142.012500', '190142.472500', '190142.932500', '190143.392500', '190143.852500', '190144.312500', '190144.772500', '190145.232500', '190145.692500', '190146.152500', '190146.612500', '190147.072500', '190147.532500', '190147.992500', '190148.452500', '190148.912500', '190149.372500', '190149.832500', '190150.292500', '190150.752500', '190151.212500', '190151.672500', '190152.132500', '190152.592500', '190153.052500', '190153.512500', '190153.972500', '190154.432500', '190154.892500', '190155.352500', '190155.812500', '190156.272500', '190156.732500', '190157.192500', '190157.652500', '190158.112500', '190158.572500', '190159.032500', '190159.492500', '190159.952500', '190200.412500', '190200.872500', '190201.332500', '190201.792500', '190202.252500', '190202.712500', '190203.172500', '190203.632500', '190204.092500', '190204.552500', '190205.012500', '190205.472500', '190205.932500', '190206.392500', '190206.852500', '190207.312500', '190207.772500', '190208.232500', '190208.692500', '190209.152500', '190209.612500', '190210.072500', '190210.532500', '190210.992500', '190211.452500', '190211.912500', '190212.372500', '190212.832500', '190213.292500', '190213.752500', '190214.212500', '190214.672500', '190215.132500', '190215.592500', '190216.052500', '190216.512500', '190216.972500', '190217.432500', '190217.892500', '190218.352500', '190218.812500', '190219.272500', '190219.732500', '190220.192500', '190220.652500', '190221.112500', '190221.572500', '190222.032500', '190222.492500', '190222.952500', '190223.412500', '190223.872500', '190224.332500', '190224.792500', '190225.252500', '190225.712500', '190226.172500', '190226.632500', '190227.092500', '190227.552500', '190228.012500', '190228.472500', '190228.932500', '190229.392500', '190229.852500', '190230.312500', '190230.772500', '190231.232500', '190231.692500', '190232.152500', '190232.612500', '190233.072500', '190233.532500', '190233.992500', '190234.452500', '190234.912500', '190235.372500', '190235.832500', '190236.292500', '190236.752500', '190237.212500', '190237.672500', '190238.132500', '190238.592500', '190239.052500', '190239.512500', '190239.972500', '190240.432500', '190240.892500', '190241.352500', '190241.812500', '190242.272500', '190242.732500', '190243.192500', '190243.652500', '190244.112500', '190244.572500', '190245.032500', '190245.492500', '190245.952500', '190246.412500', '190246.872500', '190247.332500', '190247.792500', '190248.252500', '190248.712500', '190249.172500', '190249.632500', '190250.092500', '190250.552500', '190251.012500', '190251.472500', '190251.932500', '190252.392500', '190252.852500', '190253.312500', '190253.772500', '190254.232500', '190254.692500', '190255.152500', '190255.612500', '190256.072500', '190256.532500', '190256.992500', '190257.452500', '190257.912500', '190258.372500', '190258.832500', '190259.292500', '190259.752500', '190300.212500', '190300.672500', '190301.132500', '190301.592500', '190302.052500', '190302.512500', '190302.972500', '190303.432500', '190303.892500', '190304.352500', '190304.812500', '190305.272500', '190305.732500', '190306.192500', '190306.652500', '190307.112500', '190307.572500', '190308.032500', '190308.492500', '190308.952500', '190309.412500', '190309.872500', '190310.332500', '190310.792500', '190311.252500', '190311.712500', '190312.172500', '190312.632500', '190313.092500', '190313.552500', '190314.012500', '190314.472500', '190314.932500', '190315.392500', '190315.852500', '190316.312500', '190316.772500', '190317.232500', '190317.692500', '190318.152500', '190318.612500', '190319.072500', '190319.532500', '190319.992500', '190320.452500', '190320.912500', '190321.372500', '190321.832500', '190322.292500', '190322.752500', '190323.212500', '190323.672500', '190324.132500', '190324.592500', '190325.052500', '190325.512500', '190325.972500', '190326.432500', '190326.892500', '190327.352500', '190327.812500', '190328.272500', '190328.732500', '190329.192500', '190329.652500', '190330.112500', '190330.572500', '190331.032500', '190331.492500', '190331.952500', '190332.412500', '190332.872500', '190333.332500', '190333.792500', '190334.252500', '190334.712500', '190335.172500', '190335.632500', '190336.092500', '190336.552500', '190337.012500', '190337.472500', '190337.932500', '190338.392500', '190338.852500', '190339.312500', '190339.772500', '190340.232500', '190340.692500', '190341.152500', '190341.612500', '190342.072500', '190342.532500', '190342.992500', '190343.452500', '190343.912500', '190344.372500', '190344.832500', '190345.292500', '190345.752500', '190346.212500', '190346.672500', '190347.132500', '190347.592500', '190348.052500', '190348.512500', '190348.972500', '190349.432500', '190349.892500', '190350.352500', '190350.812500', '190351.272500', '190351.732500', '190352.192500', '190352.652500', '190353.112500', '190353.572500', '190354.032500', '190354.492500', '190354.952500', '190355.412500', '190355.872500', '190356.332500', '190356.792500', '190357.252500', '190357.712500', '190358.172500', '190358.632500', '190359.092500', '190359.552500', '190400.012500', '190400.472500', '190400.932500', '190401.392500', '190401.852500', '190402.312500', '190402.772500', '190403.232500', '190403.692500', '190404.152500', '190404.612500', '190405.072500', '190405.532500', '190405.992500', '190406.452500', '190406.912500', '190407.372500', '190407.832500', '190408.292500', '190408.752500', '190409.212500', '190409.672500', '190410.132500', '190410.592500', '190411.052500', '190411.512500', '190411.972500', '190412.432500', '190412.892500', '190413.352500', '190413.812500', '190414.272500', '190414.732500', '190415.192500', '190415.652500', '190416.112500', '190416.572500', '190417.032500', '190417.492500', '190417.952500', '190418.412500', '190418.872500', '190419.332500', '190419.792500', '190420.252500', '190420.712500', '190421.172500', '190421.632500', '190422.092500', '190422.552500', '190423.012500', '190423.472500', '190423.932500', '190424.392500', '190424.852500', '190425.312500', '190425.772500', '190426.232500', '190426.692500', '190427.152500', '190427.612500', '190428.072500', '190428.532500', '190428.992500', '190429.452500', '190429.912500', '190430.372500', '190430.832500', '190431.292500', '190431.752500', '190432.212500', '190432.672500', '190433.132500', '190433.592500', '190434.052500', '190434.512500', '190434.972500', '190435.432500', '190435.892500', '190436.352500', '190436.812500', '190437.272500', '190437.732500', '190438.192500', '190438.652500', '190439.112500', '190439.572500', '190440.032500', '190440.492500', '190440.952500', '190441.412500', '190441.872500', '190442.332500', '190442.792500', '190443.252500', '190443.712500', '190444.172500', '190444.632500', '190445.092500', '190445.552500', '190446.012500', '190446.472500', '190446.932500', '190447.392500', '190447.852500', '190448.312500', '190448.772500', '190449.232500', '190449.692500', '190450.152500', '190450.612500', '190451.072500', '190451.532500', '190451.992500', '190452.452500', '190452.912500', '190453.372500', '190453.832500', '190454.292500', '190454.752500', '190455.212500', '190455.672500', '190456.132500', '190456.592500', '190457.052500', '190457.512500', '190457.972500', '190458.432500', '190458.892500', '190459.352500', '190459.812500', '190500.272500', '190500.732500', '190501.192500', '190501.652500', '190502.112500', '190502.572500', '190503.032500', '190503.492500', '190503.952500', '190504.412500', '190504.872500', '190505.332500', '190505.792500', '190506.252500', '190506.712500', '190507.172500', '190507.632500', '190508.092500', '190508.552500', '190509.012500', '190509.472500', '190509.932500', '190510.392500', '190510.852500', '190511.312500', '190511.772500', '190512.232500', '190512.692500', '190513.152500', '190513.612500', '190514.072500', '190514.532500', '190514.992500', '190515.452500', '190515.912500', '190516.372500', '190516.832500', '190517.292500', '190517.752500', '190518.212500', '190518.672500', '190519.132500', '190519.592500', '190520.052500', '190520.512500', '190520.972500', '190521.432500', '190521.892500', '190522.352500', '190522.812500', '190523.272500', '190523.732500', '190524.192500', '190524.652500', '190525.112500', '190525.572500', '190526.032500', '190526.492500', '190526.952500', '190527.412500', '190527.872500', '190528.332500', '190528.792500', '190529.252500', '190529.712500', '190530.172500', '190530.632500', '190531.092500', '190531.552500', '190532.012500', '190532.472500', '190532.932500', '190533.392500', '190533.852500', '190534.312500', '190534.772500', '190535.232500', '190535.692500', '190536.152500', '190536.612500', '190537.072500', '190537.532500', '190537.992500', '190538.452500', '190538.912500', '190539.372500', '190539.832500', '190540.292500', '190540.752500', '190541.212500', '190541.672500', '190542.132500', '190542.592500', '190543.052500', '190543.512500', '190543.972500', '190544.432500', '190544.892500', '190545.352500', '190545.812500', '190546.272500', '190546.732500', '190547.192500', '190547.652500', '190548.112500', '190548.572500', '190549.032500', '190549.492500', '190549.952500', '190550.412500', '190550.872500', '190551.332500', '190551.792500', '190552.252500', '190552.712500', '190553.172500', '190553.632500', '190554.092500', '190554.552500', '190555.012500', '190555.472500', '190555.932500', '190556.392500', '190556.852500', '190557.312500', '190557.772500', '190558.232500', '190558.692500', '190559.152500', '190559.612500', '190600.072500', '190600.532500', '190600.992500', '190601.452500', '190601.912500', '190602.372500', '190602.832500', '190603.292500', '190603.752500', '190604.212500', '190604.672500', '190605.132500', '190605.592500', '190606.052500', '190606.512500', '190606.972500', '190607.432500', '190607.892500'], 'ContentTime': ['185624.782000', '185624.785000', '185624.788000', '185624.791000', '185624.793000', '185624.796000', '185624.799000', '185624.801000', '185624.804000', '185624.806000', '185624.809000', '185624.812000', '185624.814000', '185624.821000', '185624.824000', '185624.827000', '185624.829000', '185624.832000', '185624.834000', '185624.839000', '185624.842000', '185624.844000', '185624.847000', '185624.849000', '185624.852000', '185624.855000', '185644.742000', '185644.745000', '185644.748000', '185644.756000', '185644.759000', '185644.761000', '185644.764000', '185644.767000', '185644.769000', '185644.772000', '185644.774000', '185644.777000', '185644.779000', '185644.782000', '185644.784000', '185644.795000', '185644.798000', '185644.800000', '185644.803000', '185644.805000', '185644.808000', '185644.810000', '185644.813000', '185644.816000', '185644.818000', '185644.821000', '185644.828000', '185644.830000', '185644.833000', '185644.836000', '185644.838000', '185644.841000', '185644.843000', '185644.846000', '185644.848000', '185644.851000', '185644.853000', '185644.856000', '185644.859000', '185644.861000', '185644.864000', '185644.866000', '185644.869000', '185644.872000', '185704.744000', '185704.746000', '185704.749000', '185704.752000', '185704.754000', '185704.757000', '185704.759000', '185704.762000', '185704.765000', '185704.767000', '185704.770000', '185704.772000', '185704.775000', '185704.777000', '185704.780000', '185704.783000', '185704.785000', '185704.788000', '185704.790000', '185704.793000', '185704.796000', '185704.798000', '185704.801000', '185704.803000', '185704.806000', '185704.809000', '185704.811000', '185704.814000', '185704.816000', '185704.821000', '185704.823000', '185704.826000', '185704.828000', '185704.831000', '185704.834000', '185704.836000', '185704.839000', '185704.842000', '185704.845000', '185704.849000', '185704.851000', '185704.854000', '185704.857000', '185724.743000', '185724.746000', '185724.749000', '185724.751000', '185724.754000', '185724.757000', '185724.759000', '185724.762000', '185724.764000', '185724.767000', '185724.769000', '185724.772000', '185724.775000', '185724.777000', '185724.780000', '185724.783000', '185724.785000', '185724.788000', '185724.790000', '185724.793000', '185724.796000', '185724.798000', '185724.801000', '185724.804000', '185724.806000', '185724.809000', '185724.811000', '185724.814000', '185724.817000', '185724.819000', '185724.822000', '185724.824000', '185724.827000', '185724.829000', '185724.832000', '185724.834000', '185724.837000', '185724.840000', '185724.842000', '185724.845000', '185724.847000', '185724.850000', '185724.852000', '185724.855000', '185744.743000', '185744.745000', '185744.748000', '185744.751000', '185744.753000', '185744.756000', '185744.758000', '185744.761000', '185744.763000', '185744.766000', '185744.769000', '185744.771000', '185744.774000', '185744.777000', '185744.779000', '185744.782000', '185744.784000', '185744.787000', '185744.789000', '185744.792000', '185744.795000', '185744.797000', '185744.840000', '185744.843000', '185744.846000', '185744.848000', '185744.851000', '185744.854000', '185744.856000', '185744.859000', '185744.861000', '185744.864000', '185744.867000', '185744.869000', '185744.872000', '185744.874000', '185744.877000', '185744.879000', '185744.882000', '185744.885000', '185744.887000', '185744.890000', '185744.892000', '185804.743000', '185804.745000', '185804.748000', '185804.751000', '185804.753000', '185804.756000', '185804.758000', '185804.761000', '185804.764000', '185804.766000', '185804.769000', '185804.771000', '185804.774000', '185804.777000', '185804.779000', '185804.782000', '185804.784000', '185804.787000', '185804.790000', '185804.792000', '185804.795000', '185804.797000', '185804.914000', '185804.916000', '185804.919000', '185804.921000', '185804.924000', '185804.927000', '185804.929000', '185804.932000', '185804.935000', '185804.937000', '185804.940000', '185804.942000', '185804.945000', '185804.947000', '185804.950000', '185804.952000', '185804.955000', '185804.957000', '185804.960000', '185804.963000', '185804.965000', '185804.968000', '185824.743000', '185824.745000', '185824.748000', '185824.751000', '185824.753000', '185824.756000', '185824.758000', '185824.761000', '185824.764000', '185824.766000', '185824.781000', '185824.784000', '185824.786000', '185824.789000', '185824.791000', '185824.794000', '185824.797000', '185824.799000', '185824.802000', '185824.804000', '185824.807000', '185824.810000', '185824.812000', '185824.815000', '185824.818000', '185824.821000', '185824.824000', '185824.826000', '185824.829000', '185824.831000', '185824.834000', '185824.836000', '185824.839000', '185824.842000', '185824.844000', '185824.847000', '185824.849000', '185824.852000', '185824.855000', '185824.857000', '185824.860000', '185824.862000', '185824.865000', '185844.742000', '185844.745000', '185844.748000', '185844.751000', '185844.753000', '185844.756000', '185844.759000', '185844.761000', '185844.764000', '185844.766000', '185844.769000', '185844.772000', '185844.774000', '185844.777000', '185844.780000', '185844.782000', '185844.785000', '185844.788000', '185844.790000', '185844.793000', '185844.796000', '185844.798000', '185844.842000', '185844.844000', '185844.847000', '185844.850000', '185844.852000', '185844.855000', '185844.858000', '185844.860000', '185844.863000', '185844.866000', '185844.868000', '185844.871000', '185844.874000', '185844.876000', '185844.879000', '185844.882000', '185844.884000', '185844.887000', '185844.889000', '185844.892000', '185844.895000', '185844.897000', '185904.743000', '185904.745000', '185904.748000', '185904.751000', '185904.753000', '185904.756000', '185904.758000', '185904.761000', '185904.764000', '185904.766000', '185904.769000', '185904.772000', '185904.774000', '185904.777000', '185904.779000', '185904.782000', '185904.784000', '185904.787000', '185904.790000', '185904.792000', '185904.795000', '185904.797000', '185904.836000', '185904.839000', '185904.841000', '185904.844000', '185904.847000', '185904.849000', '185904.852000', '185904.854000', '185904.857000', '185904.859000', '185904.862000', '185904.865000', '185904.867000', '185904.870000', '185904.873000', '185904.876000', '185904.878000', '185904.881000', '185904.884000', '185904.886000', '185904.889000', '185924.744000', '185924.746000', '185924.749000', '185924.752000', '185924.754000', '185924.757000', '185924.759000', '185924.762000', '185924.765000', '185924.767000', '185924.770000', '185924.772000', '185924.775000', '185924.778000', '185924.780000', '185924.783000', '185924.785000', '185924.788000', '185924.790000', '185924.793000', '185924.796000', '185924.798000', '185924.835000', '185924.838000', '185924.841000', '185924.843000', '185924.846000', '185924.848000', '185924.851000', '185924.854000', '185924.856000', '185924.859000', '185924.861000', '185924.864000', '185924.867000', '185924.869000', '185924.872000', '185924.874000', '185924.877000', '185924.880000', '185924.882000', '185924.885000', '185924.887000', '185924.890000', '185944.744000', '185944.746000', '185944.749000', '185944.752000', '185944.754000', '185944.757000', '185944.760000', '185944.762000', '185944.765000', '185944.768000', '185944.770000', '185944.773000', '185944.775000', '185944.778000', '185944.780000', '185944.783000', '185944.786000', '185944.788000', '185944.791000', '185944.793000', '185944.796000', '185944.799000', '185944.842000', '185944.844000', '185944.847000', '185944.850000', '185944.852000', '185944.855000', '185944.857000', '185944.860000', '185944.863000', '185944.865000', '185944.868000', '185944.871000', '185944.873000', '185944.876000', '185944.878000', '185944.881000', '185944.884000', '185944.886000', '185944.889000', '185944.891000', '185944.894000', '190004.743000', '190004.745000', '190004.748000', '190004.751000', '190004.753000', '190004.756000', '190004.758000', '190004.761000', '190004.764000', '190004.766000', '190004.769000', '190004.771000', '190004.774000', '190004.777000', '190004.779000', '190004.782000', '190004.784000', '190004.787000', '190004.789000', '190004.792000', '190004.795000', '190004.797000', '190004.847000', '190004.850000', '190004.852000', '190004.855000', '190004.857000', '190004.860000', '190004.862000', '190004.865000', '190004.867000', '190004.870000', '190004.873000', '190004.875000', '190004.878000', '190004.881000', '190004.883000', '190004.886000', '190004.888000', '190004.891000', '190004.894000', '190004.896000', '190004.899000', '190004.901000', '190024.743000', '190024.745000', '190024.748000', '190024.751000', '190024.753000', '190024.764000', '190024.767000', '190024.770000', '190024.772000', '190024.775000', '190024.777000', '190024.780000', '190024.783000', '190024.785000', '190024.788000', '190024.790000', '190024.793000', '190024.796000', '190024.798000', '190024.858000', '190024.860000', '190024.863000', '190024.866000', '190024.868000', '190024.871000', '190024.874000', '190024.876000', '190024.879000', '190024.881000', '190024.884000', '190024.887000', '190024.889000', '190024.892000', '190024.895000', '190024.897000', '190024.900000', '190024.902000', '190024.905000', '190024.908000', '190024.910000', '190024.913000', '190024.915000', '190024.918000', '190044.743000', '190044.745000', '190044.748000', '190044.751000', '190044.753000', '190044.756000', '190044.758000', '190044.761000', '190044.764000', '190044.766000', '190044.769000', '190044.772000', '190044.774000', '190044.777000', '190044.780000', '190044.782000', '190044.785000', '190044.787000', '190044.790000', '190044.793000', '190044.795000', '190044.798000', '190044.843000', '190044.846000', '190044.848000', '190044.851000', '190044.853000', '190044.856000', '190044.859000', '190044.861000', '190044.864000', '190044.866000', '190044.869000', '190044.872000', '190044.874000', '190044.877000', '190044.880000', '190044.882000', '190044.885000', '190044.887000', '190044.890000', '190044.893000', '190044.895000', '190044.898000', '190104.743000', '190104.746000', '190104.748000', '190104.751000', '190104.753000', '190104.756000', '190104.759000', '190104.761000', '190104.764000', '190104.766000', '190104.769000', '190104.772000', '190104.774000', '190104.777000', '190104.779000', '190104.782000', '190104.785000', '190104.787000', '190104.790000', '190104.792000', '190104.795000', '190104.798000', '190104.845000', '190104.847000', '190104.850000', '190104.852000', '190104.855000', '190104.857000', '190104.860000', '190104.863000', '190104.865000', '190104.868000', '190104.870000', '190104.873000', '190104.876000', '190104.878000', '190104.881000', '190104.883000', '190104.886000', '190104.888000', '190104.891000', '190104.894000', '190104.896000', '190124.743000', '190124.746000', '190124.748000', '190124.751000', '190124.754000', '190124.756000', '190124.759000', '190124.761000', '190124.764000', '190124.767000', '190124.769000', '190124.772000', '190124.774000', '190124.777000', '190124.780000', '190124.782000', '190124.785000', '190124.813000', '190124.816000', '190124.818000', '190124.821000', '190124.823000', '190124.826000', '190124.829000', '190124.831000', '190124.834000', '190124.836000', '190124.839000', '190124.842000', '190124.844000', '190124.847000', '190124.849000', '190124.852000', '190124.855000', '190124.857000', '190124.860000', '190124.862000', '190124.865000', '190124.868000', '190124.870000', '190124.873000', '190124.875000', '190124.878000', '190124.880000', '190144.744000', '190144.746000', '190144.749000', '190144.752000', '190144.754000', '190144.757000', '190144.760000', '190144.762000', '190144.765000', '190144.767000', '190144.770000', '190144.773000', '190144.775000', '190144.778000', '190144.780000', '190144.783000', '190144.786000', '190144.789000', '190144.791000', '190144.794000', '190144.796000', '190144.799000', '190144.856000', '190144.858000', '190144.861000', '190144.863000', '190144.866000', '190144.868000', '190144.871000', '190144.874000', '190144.876000', '190144.879000', '190144.881000', '190144.884000', '190144.887000', '190144.889000', '190144.892000', '190144.895000', '190144.897000', '190144.900000', '190144.902000', '190144.905000', '190144.908000', '190204.744000', '190204.746000', '190204.749000', '190204.752000', '190204.754000', '190204.757000', '190204.760000', '190204.763000', '190204.766000', '190204.768000', '190204.771000', '190204.774000', '190204.776000', '190204.779000', '190204.781000', '190204.784000', '190204.787000', '190204.789000', '190204.792000', '190204.794000', '190204.797000', '190204.858000', '190204.861000', '190204.863000', '190204.866000', '190204.868000', '190204.871000', '190204.874000', '190204.876000', '190204.879000', '190204.882000', '190204.884000', '190204.887000', '190204.889000', '190204.892000', '190204.895000', '190204.897000', '190204.900000', '190204.902000', '190204.905000', '190204.908000', '190204.910000', '190204.913000', '190224.742000', '190224.747000', '190224.749000', '190224.752000', '190224.755000', '190224.757000', '190224.760000', '190224.763000', '190224.765000', '190224.768000', '190224.770000', '190224.773000', '190224.776000', '190224.778000', '190224.781000', '190224.784000', '190224.786000', '190224.789000', '190224.791000', '190224.794000', '190224.797000', '190224.799000', '190224.802000', '190224.805000', '190224.807000', '190224.810000', '190224.812000', '190224.815000', '190224.817000', '190224.820000', '190224.823000', '190224.825000', '190224.828000', '190224.830000', '190224.833000', '190224.835000', '190224.838000', '190224.841000', '190224.843000', '190224.846000', '190224.848000', '190224.851000', '190224.854000', '190224.856000', '190244.743000', '190244.746000', '190244.748000', '190244.751000', '190244.753000', '190244.756000', '190244.758000', '190244.761000', '190244.764000', '190244.766000', '190244.769000', '190244.771000', '190244.774000', '190244.777000', '190244.779000', '190244.782000', '190244.784000', '190244.787000', '190244.790000', '190244.792000', '190244.795000', '190244.797000', '190244.800000', '190244.802000', '190244.805000', '190244.808000', '190244.810000', '190244.813000', '190244.828000', '190244.831000', '190244.833000', '190244.836000', '190244.839000', '190244.841000', '190244.844000', '190244.846000', '190244.849000', '190244.851000', '190244.854000', '190244.857000', '190244.859000', '190244.862000', '190244.865000', '190244.867000', '190304.743000', '190304.746000', '190304.748000', '190304.751000', '190304.753000', '190304.756000', '190304.759000', '190304.761000', '190304.764000', '190304.766000', '190304.769000', '190304.771000', '190304.774000', '190304.777000', '190304.779000', '190304.782000', '190304.784000', '190304.787000', '190304.790000', '190304.792000', '190304.795000', '190304.797000', '190304.841000', '190304.843000', '190304.846000', '190304.848000', '190304.851000', '190304.854000', '190304.856000', '190304.859000', '190304.861000', '190304.864000', '190304.867000', '190304.869000', '190304.872000', '190304.874000', '190304.877000', '190304.880000', '190304.882000', '190304.885000', '190304.887000', '190304.890000', '190304.893000', '190324.743000', '190324.746000', '190324.748000', '190324.751000', '190324.753000', '190324.756000', '190324.758000', '190324.761000', '190324.764000', '190324.766000', '190324.769000', '190324.771000', '190324.774000', '190324.777000', '190324.779000', '190324.782000', '190324.785000', '190324.787000', '190324.790000', '190324.792000', '190324.795000', '190324.797000', '190324.860000', '190324.862000', '190324.865000', '190324.867000', '190324.870000', '190324.873000', '190324.875000', '190324.878000', '190324.880000', '190324.883000', '190324.886000', '190324.888000', '190324.891000', '190324.893000', '190324.896000', '190324.899000', '190324.901000', '190324.904000', '190324.907000', '190324.909000', '190324.912000', '190344.743000', '190344.745000', '190344.748000', '190344.751000', '190344.753000', '190344.756000', '190344.759000', '190344.761000', '190344.764000', '190344.766000', '190344.769000', '190344.772000', '190344.774000', '190344.777000', '190344.779000', '190344.782000', '190344.785000', '190344.787000', '190344.790000', '190344.792000', '190344.795000', '190344.797000', '190344.834000', '190344.836000', '190344.839000', '190344.841000', '190344.844000', '190344.847000', '190344.849000', '190344.852000', '190344.854000', '190344.857000', '190344.860000', '190344.862000', '190344.865000', '190344.868000', '190344.870000', '190344.873000', '190344.875000', '190344.878000', '190344.881000', '190344.883000', '190344.886000', '190344.889000', '190404.743000', '190404.746000', '190404.749000', '190404.752000', '190404.754000', '190404.757000', '190404.759000', '190404.762000', '190404.765000', '190404.767000', '190404.770000', '190404.772000', '190404.775000', '190404.778000', '190404.781000', '190404.783000', '190404.786000', '190404.789000', '190404.791000', '190404.794000', '190404.796000', '190404.799000', '190404.860000', '190404.863000', '190404.866000', '190404.868000', '190404.871000', '190404.873000', '190404.876000', '190404.878000', '190404.881000', '190404.884000', '190404.886000', '190404.889000', '190404.891000', '190404.894000', '190404.897000', '190404.899000', '190404.917000', '190404.920000', '190404.923000', '190404.925000', '190404.928000', '190424.744000', '190424.746000', '190424.749000', '190424.752000', '190424.754000', '190424.757000', '190424.760000', '190424.762000', '190424.765000', '190424.767000', '190424.770000', '190424.773000', '190424.775000', '190424.784000', '190424.787000', '190424.789000', '190424.792000', '190424.794000', '190424.797000', '190424.838000', '190424.840000', '190424.843000', '190424.846000', '190424.848000', '190424.851000', '190424.853000', '190424.856000', '190424.859000', '190424.861000', '190424.864000', '190424.866000', '190424.869000', '190424.871000', '190424.874000', '190424.876000', '190424.879000', '190424.882000', '190424.884000', '190424.887000', '190424.889000', '190424.892000', '190424.895000', '190424.897000', '190424.900000', '190444.743000', '190444.746000', '190444.748000', '190444.751000', '190444.753000', '190444.756000', '190444.759000', '190444.761000', '190444.764000', '190444.766000', '190444.769000', '190444.772000', '190444.774000', '190444.777000', '190444.779000', '190444.782000', '190444.785000', '190444.787000', '190444.790000', '190444.792000', '190444.795000', '190444.797000', '190444.869000', '190444.871000', '190444.874000', '190444.877000', '190444.879000', '190444.882000', '190444.884000', '190444.887000', '190444.890000', '190444.892000', '190444.895000', '190444.898000', '190444.900000', '190444.903000', '190444.906000', '190444.908000', '190444.911000', '190444.914000', '190444.916000', '190444.919000', '190444.921000', '190504.743000', '190504.746000', '190504.748000', '190504.751000', '190504.753000', '190504.756000', '190504.759000', '190504.761000', '190504.764000', '190504.767000', '190504.769000', '190504.772000', '190504.774000', '190504.777000', '190504.779000', '190504.782000', '190504.785000', '190504.787000', '190504.790000', '190504.792000', '190504.795000', '190504.797000', '190504.895000', '190504.898000', '190504.900000', '190504.903000', '190504.905000', '190504.908000', '190504.911000', '190504.913000', '190504.916000', '190504.918000', '190504.921000', '190504.923000', '190504.926000', '190504.929000', '190504.932000', '190504.934000', '190504.937000', '190504.939000', '190504.942000', '190504.944000', '190504.947000', '190504.950000', '190524.743000', '190524.745000', '190524.748000', '190524.751000', '190524.753000', '190524.756000', '190524.765000', '190524.767000', '190524.770000', '190524.773000', '190524.775000', '190524.778000', '190524.780000', '190524.783000', '190524.785000', '190524.788000', '190524.791000', '190524.793000', '190524.796000', '190524.799000', '190524.848000', '190524.851000', '190524.853000', '190524.856000', '190524.858000', '190524.861000', '190524.864000', '190524.866000', '190524.869000', '190524.871000', '190524.874000', '190524.877000', '190524.879000', '190524.882000', '190524.884000', '190524.887000', '190524.890000', '190524.892000', '190524.895000', '190524.898000', '190524.900000', '190524.903000', '190524.905000', '190544.743000', '190544.746000', '190544.748000', '190544.751000', '190544.753000', '190544.756000', '190544.759000', '190544.761000', '190544.764000', '190544.766000', '190544.776000', '190544.779000', '190544.781000', '190544.784000', '190544.786000', '190544.789000', '190544.791000', '190544.794000', '190544.797000', '190544.799000', '190544.876000', '190544.879000', '190544.882000', '190544.884000', '190544.887000', '190544.889000', '190544.892000', '190544.894000', '190544.897000', '190544.900000', '190544.902000', '190544.905000', '190544.907000', '190544.910000', '190544.913000', '190544.915000', '190544.918000', '190544.920000', '190544.923000', '190544.926000', '190544.928000', '190544.931000', '190544.933000', '190544.936000', '190604.743000', '190604.746000', '190604.748000', '190604.751000', '190604.754000', '190604.756000', '190604.759000', '190604.761000', '190604.764000', '190604.767000', '190604.769000', '190604.772000', '190604.774000', '190604.777000', '190604.780000', '190604.782000', '190604.785000', '190604.787000', '190604.790000', '190604.793000', '190604.795000', '190604.798000', '190604.851000', '190604.853000', '190604.856000', '190604.859000', '190604.861000', '190604.864000', '190604.866000', '190604.869000', '190604.871000', '190604.874000', '190604.877000', '190604.879000', '190604.883000', '190604.886000', '190604.888000', '190604.891000', '190604.893000', '190604.896000', '190604.899000', '190604.901000', '190604.904000', '190609.450000', '190609.454000', '190609.457000', '190609.460000', '190609.462000', '190609.465000', '190609.468000', '190609.471000', '190609.474000', '190609.477000', '190609.479000'], 'InstanceCreationTime': ['185624.782000', '185624.785000', '185624.788000', '185624.791000', '185624.793000', '185624.796000', '185624.799000', '185624.801000', '185624.804000', '185624.806000', '185624.809000', '185624.812000', '185624.814000', '185624.821000', '185624.824000', '185624.827000', '185624.829000', '185624.832000', '185624.834000', '185624.839000', '185624.842000', '185624.844000', '185624.847000', '185624.849000', '185624.852000', '185624.855000', '185644.742000', '185644.745000', '185644.748000', '185644.756000', '185644.759000', '185644.761000', '185644.764000', '185644.767000', '185644.769000', '185644.772000', '185644.774000', '185644.777000', '185644.779000', '185644.782000', '185644.784000', '185644.795000', '185644.798000', '185644.800000', '185644.803000', '185644.805000', '185644.808000', '185644.810000', '185644.813000', '185644.816000', '185644.818000', '185644.821000', '185644.828000', '185644.830000', '185644.833000', '185644.836000', '185644.838000', '185644.841000', '185644.843000', '185644.846000', '185644.848000', '185644.851000', '185644.853000', '185644.856000', '185644.859000', '185644.861000', '185644.864000', '185644.866000', '185644.869000', '185644.872000', '185704.744000', '185704.746000', '185704.749000', '185704.752000', '185704.754000', '185704.757000', '185704.759000', '185704.762000', '185704.765000', '185704.767000', '185704.770000', '185704.772000', '185704.775000', '185704.777000', '185704.780000', '185704.783000', '185704.785000', '185704.788000', '185704.790000', '185704.793000', '185704.796000', '185704.798000', '185704.801000', '185704.803000', '185704.806000', '185704.809000', '185704.811000', '185704.814000', '185704.816000', '185704.821000', '185704.823000', '185704.826000', '185704.828000', '185704.831000', '185704.834000', '185704.836000', '185704.839000', '185704.842000', '185704.845000', '185704.849000', '185704.851000', '185704.854000', '185704.857000', '185724.743000', '185724.746000', '185724.749000', '185724.751000', '185724.754000', '185724.757000', '185724.759000', '185724.762000', '185724.764000', '185724.767000', '185724.769000', '185724.772000', '185724.775000', '185724.777000', '185724.780000', '185724.783000', '185724.785000', '185724.788000', '185724.790000', '185724.793000', '185724.796000', '185724.798000', '185724.801000', '185724.804000', '185724.806000', '185724.809000', '185724.811000', '185724.814000', '185724.817000', '185724.819000', '185724.822000', '185724.824000', '185724.827000', '185724.829000', '185724.832000', '185724.834000', '185724.837000', '185724.840000', '185724.842000', '185724.845000', '185724.847000', '185724.850000', '185724.852000', '185724.855000', '185744.743000', '185744.745000', '185744.748000', '185744.751000', '185744.753000', '185744.756000', '185744.758000', '185744.761000', '185744.763000', '185744.766000', '185744.769000', '185744.771000', '185744.774000', '185744.777000', '185744.779000', '185744.782000', '185744.784000', '185744.787000', '185744.789000', '185744.792000', '185744.795000', '185744.797000', '185744.840000', '185744.843000', '185744.846000', '185744.848000', '185744.851000', '185744.854000', '185744.856000', '185744.859000', '185744.861000', '185744.864000', '185744.867000', '185744.869000', '185744.872000', '185744.874000', '185744.877000', '185744.879000', '185744.882000', '185744.885000', '185744.887000', '185744.890000', '185744.892000', '185804.743000', '185804.745000', '185804.748000', '185804.751000', '185804.753000', '185804.756000', '185804.758000', '185804.761000', '185804.764000', '185804.766000', '185804.769000', '185804.771000', '185804.774000', '185804.777000', '185804.779000', '185804.782000', '185804.784000', '185804.787000', '185804.790000', '185804.792000', '185804.795000', '185804.797000', '185804.914000', '185804.916000', '185804.919000', '185804.921000', '185804.924000', '185804.927000', '185804.929000', '185804.932000', '185804.935000', '185804.937000', '185804.940000', '185804.942000', '185804.945000', '185804.947000', '185804.950000', '185804.952000', '185804.955000', '185804.957000', '185804.960000', '185804.963000', '185804.965000', '185804.968000', '185824.743000', '185824.745000', '185824.748000', '185824.751000', '185824.753000', '185824.756000', '185824.758000', '185824.761000', '185824.764000', '185824.766000', '185824.781000', '185824.784000', '185824.786000', '185824.789000', '185824.791000', '185824.794000', '185824.797000', '185824.799000', '185824.802000', '185824.804000', '185824.807000', '185824.810000', '185824.812000', '185824.815000', '185824.818000', '185824.821000', '185824.824000', '185824.826000', '185824.829000', '185824.831000', '185824.834000', '185824.836000', '185824.839000', '185824.842000', '185824.844000', '185824.847000', '185824.849000', '185824.852000', '185824.855000', '185824.857000', '185824.860000', '185824.862000', '185824.865000', '185844.742000', '185844.745000', '185844.748000', '185844.751000', '185844.753000', '185844.756000', '185844.759000', '185844.761000', '185844.764000', '185844.766000', '185844.769000', '185844.772000', '185844.774000', '185844.777000', '185844.780000', '185844.782000', '185844.785000', '185844.788000', '185844.790000', '185844.793000', '185844.796000', '185844.798000', '185844.842000', '185844.844000', '185844.847000', '185844.850000', '185844.852000', '185844.855000', '185844.858000', '185844.860000', '185844.863000', '185844.866000', '185844.868000', '185844.871000', '185844.874000', '185844.876000', '185844.879000', '185844.882000', '185844.884000', '185844.887000', '185844.889000', '185844.892000', '185844.895000', '185844.897000', '185904.743000', '185904.745000', '185904.748000', '185904.751000', '185904.753000', '185904.756000', '185904.758000', '185904.761000', '185904.764000', '185904.766000', '185904.769000', '185904.772000', '185904.774000', '185904.777000', '185904.779000', '185904.782000', '185904.784000', '185904.787000', '185904.790000', '185904.792000', '185904.795000', '185904.797000', '185904.836000', '185904.839000', '185904.841000', '185904.844000', '185904.847000', '185904.849000', '185904.852000', '185904.854000', '185904.857000', '185904.859000', '185904.862000', '185904.865000', '185904.867000', '185904.870000', '185904.873000', '185904.876000', '185904.878000', '185904.881000', '185904.884000', '185904.886000', '185904.889000', '185924.744000', '185924.746000', '185924.749000', '185924.752000', '185924.754000', '185924.757000', '185924.759000', '185924.762000', '185924.765000', '185924.767000', '185924.770000', '185924.772000', '185924.775000', '185924.778000', '185924.780000', '185924.783000', '185924.785000', '185924.788000', '185924.790000', '185924.793000', '185924.796000', '185924.798000', '185924.835000', '185924.838000', '185924.841000', '185924.843000', '185924.846000', '185924.848000', '185924.851000', '185924.854000', '185924.856000', '185924.859000', '185924.861000', '185924.864000', '185924.867000', '185924.869000', '185924.872000', '185924.874000', '185924.877000', '185924.880000', '185924.882000', '185924.885000', '185924.887000', '185924.890000', '185944.744000', '185944.746000', '185944.749000', '185944.752000', '185944.754000', '185944.757000', '185944.760000', '185944.762000', '185944.765000', '185944.768000', '185944.770000', '185944.773000', '185944.775000', '185944.778000', '185944.780000', '185944.783000', '185944.786000', '185944.788000', '185944.791000', '185944.793000', '185944.796000', '185944.799000', '185944.842000', '185944.844000', '185944.847000', '185944.850000', '185944.852000', '185944.855000', '185944.857000', '185944.860000', '185944.863000', '185944.865000', '185944.868000', '185944.871000', '185944.873000', '185944.876000', '185944.878000', '185944.881000', '185944.884000', '185944.886000', '185944.889000', '185944.891000', '185944.894000', '190004.743000', '190004.745000', '190004.748000', '190004.751000', '190004.753000', '190004.756000', '190004.758000', '190004.761000', '190004.764000', '190004.766000', '190004.769000', '190004.771000', '190004.774000', '190004.777000', '190004.779000', '190004.782000', '190004.784000', '190004.787000', '190004.789000', '190004.792000', '190004.795000', '190004.797000', '190004.847000', '190004.850000', '190004.852000', '190004.855000', '190004.857000', '190004.860000', '190004.862000', '190004.865000', '190004.867000', '190004.870000', '190004.873000', '190004.875000', '190004.878000', '190004.881000', '190004.883000', '190004.886000', '190004.888000', '190004.891000', '190004.894000', '190004.896000', '190004.899000', '190004.901000', '190024.743000', '190024.745000', '190024.748000', '190024.751000', '190024.753000', '190024.764000', '190024.767000', '190024.770000', '190024.772000', '190024.775000', '190024.777000', '190024.780000', '190024.783000', '190024.785000', '190024.788000', '190024.790000', '190024.793000', '190024.796000', '190024.798000', '190024.858000', '190024.860000', '190024.863000', '190024.866000', '190024.868000', '190024.871000', '190024.874000', '190024.876000', '190024.879000', '190024.881000', '190024.884000', '190024.887000', '190024.889000', '190024.892000', '190024.895000', '190024.897000', '190024.900000', '190024.902000', '190024.905000', '190024.908000', '190024.910000', '190024.913000', '190024.915000', '190024.918000', '190044.743000', '190044.745000', '190044.748000', '190044.751000', '190044.753000', '190044.756000', '190044.758000', '190044.761000', '190044.764000', '190044.766000', '190044.769000', '190044.772000', '190044.774000', '190044.777000', '190044.780000', '190044.782000', '190044.785000', '190044.787000', '190044.790000', '190044.793000', '190044.795000', '190044.798000', '190044.843000', '190044.846000', '190044.848000', '190044.851000', '190044.853000', '190044.856000', '190044.859000', '190044.861000', '190044.864000', '190044.866000', '190044.869000', '190044.872000', '190044.874000', '190044.877000', '190044.880000', '190044.882000', '190044.885000', '190044.887000', '190044.890000', '190044.893000', '190044.895000', '190044.898000', '190104.743000', '190104.746000', '190104.748000', '190104.751000', '190104.753000', '190104.756000', '190104.759000', '190104.761000', '190104.764000', '190104.766000', '190104.769000', '190104.772000', '190104.774000', '190104.777000', '190104.779000', '190104.782000', '190104.785000', '190104.787000', '190104.790000', '190104.792000', '190104.795000', '190104.798000', '190104.845000', '190104.847000', '190104.850000', '190104.852000', '190104.855000', '190104.857000', '190104.860000', '190104.863000', '190104.865000', '190104.868000', '190104.870000', '190104.873000', '190104.876000', '190104.878000', '190104.881000', '190104.883000', '190104.886000', '190104.888000', '190104.891000', '190104.894000', '190104.896000', '190124.743000', '190124.746000', '190124.748000', '190124.751000', '190124.754000', '190124.756000', '190124.759000', '190124.761000', '190124.764000', '190124.767000', '190124.769000', '190124.772000', '190124.774000', '190124.777000', '190124.780000', '190124.782000', '190124.785000', '190124.813000', '190124.816000', '190124.818000', '190124.821000', '190124.823000', '190124.826000', '190124.829000', '190124.831000', '190124.834000', '190124.836000', '190124.839000', '190124.842000', '190124.844000', '190124.847000', '190124.849000', '190124.852000', '190124.855000', '190124.857000', '190124.860000', '190124.862000', '190124.865000', '190124.868000', '190124.870000', '190124.873000', '190124.875000', '190124.878000', '190124.880000', '190144.744000', '190144.746000', '190144.749000', '190144.752000', '190144.754000', '190144.757000', '190144.760000', '190144.762000', '190144.765000', '190144.767000', '190144.770000', '190144.773000', '190144.775000', '190144.778000', '190144.780000', '190144.783000', '190144.786000', '190144.789000', '190144.791000', '190144.794000', '190144.796000', '190144.799000', '190144.856000', '190144.858000', '190144.861000', '190144.863000', '190144.866000', '190144.868000', '190144.871000', '190144.874000', '190144.876000', '190144.879000', '190144.881000', '190144.884000', '190144.887000', '190144.889000', '190144.892000', '190144.895000', '190144.897000', '190144.900000', '190144.902000', '190144.905000', '190144.908000', '190204.744000', '190204.746000', '190204.749000', '190204.752000', '190204.754000', '190204.757000', '190204.760000', '190204.763000', '190204.766000', '190204.768000', '190204.771000', '190204.774000', '190204.776000', '190204.779000', '190204.781000', '190204.784000', '190204.787000', '190204.789000', '190204.792000', '190204.794000', '190204.797000', '190204.858000', '190204.861000', '190204.863000', '190204.866000', '190204.868000', '190204.871000', '190204.874000', '190204.876000', '190204.879000', '190204.882000', '190204.884000', '190204.887000', '190204.889000', '190204.892000', '190204.895000', '190204.897000', '190204.900000', '190204.902000', '190204.905000', '190204.908000', '190204.910000', '190204.913000', '190224.742000', '190224.747000', '190224.749000', '190224.752000', '190224.755000', '190224.757000', '190224.760000', '190224.763000', '190224.765000', '190224.768000', '190224.770000', '190224.773000', '190224.776000', '190224.778000', '190224.781000', '190224.784000', '190224.786000', '190224.789000', '190224.791000', '190224.794000', '190224.797000', '190224.799000', '190224.802000', '190224.805000', '190224.807000', '190224.810000', '190224.812000', '190224.815000', '190224.817000', '190224.820000', '190224.823000', '190224.825000', '190224.828000', '190224.830000', '190224.833000', '190224.835000', '190224.838000', '190224.841000', '190224.843000', '190224.846000', '190224.848000', '190224.851000', '190224.854000', '190224.856000', '190244.743000', '190244.746000', '190244.748000', '190244.751000', '190244.753000', '190244.756000', '190244.758000', '190244.761000', '190244.764000', '190244.766000', '190244.769000', '190244.771000', '190244.774000', '190244.777000', '190244.779000', '190244.782000', '190244.784000', '190244.787000', '190244.790000', '190244.792000', '190244.795000', '190244.797000', '190244.800000', '190244.802000', '190244.805000', '190244.808000', '190244.810000', '190244.813000', '190244.828000', '190244.831000', '190244.833000', '190244.836000', '190244.839000', '190244.841000', '190244.844000', '190244.846000', '190244.849000', '190244.851000', '190244.854000', '190244.857000', '190244.859000', '190244.862000', '190244.865000', '190244.867000', '190304.743000', '190304.746000', '190304.748000', '190304.751000', '190304.753000', '190304.756000', '190304.759000', '190304.761000', '190304.764000', '190304.766000', '190304.769000', '190304.771000', '190304.774000', '190304.777000', '190304.779000', '190304.782000', '190304.784000', '190304.787000', '190304.790000', '190304.792000', '190304.795000', '190304.797000', '190304.841000', '190304.843000', '190304.846000', '190304.848000', '190304.851000', '190304.854000', '190304.856000', '190304.859000', '190304.861000', '190304.864000', '190304.867000', '190304.869000', '190304.872000', '190304.874000', '190304.877000', '190304.880000', '190304.882000', '190304.885000', '190304.887000', '190304.890000', '190304.893000', '190324.743000', '190324.746000', '190324.748000', '190324.751000', '190324.753000', '190324.756000', '190324.758000', '190324.761000', '190324.764000', '190324.766000', '190324.769000', '190324.771000', '190324.774000', '190324.777000', '190324.779000', '190324.782000', '190324.785000', '190324.787000', '190324.790000', '190324.792000', '190324.795000', '190324.797000', '190324.860000', '190324.862000', '190324.865000', '190324.867000', '190324.870000', '190324.873000', '190324.875000', '190324.878000', '190324.880000', '190324.883000', '190324.886000', '190324.888000', '190324.891000', '190324.893000', '190324.896000', '190324.899000', '190324.901000', '190324.904000', '190324.907000', '190324.909000', '190324.912000', '190344.743000', '190344.745000', '190344.748000', '190344.751000', '190344.753000', '190344.756000', '190344.759000', '190344.761000', '190344.764000', '190344.766000', '190344.769000', '190344.772000', '190344.774000', '190344.777000', '190344.779000', '190344.782000', '190344.785000', '190344.787000', '190344.790000', '190344.792000', '190344.795000', '190344.797000', '190344.834000', '190344.836000', '190344.839000', '190344.841000', '190344.844000', '190344.847000', '190344.849000', '190344.852000', '190344.854000', '190344.857000', '190344.860000', '190344.862000', '190344.865000', '190344.868000', '190344.870000', '190344.873000', '190344.875000', '190344.878000', '190344.881000', '190344.883000', '190344.886000', '190344.889000', '190404.743000', '190404.746000', '190404.749000', '190404.752000', '190404.754000', '190404.757000', '190404.759000', '190404.762000', '190404.765000', '190404.767000', '190404.770000', '190404.772000', '190404.775000', '190404.778000', '190404.781000', '190404.783000', '190404.786000', '190404.789000', '190404.791000', '190404.794000', '190404.796000', '190404.799000', '190404.860000', '190404.863000', '190404.866000', '190404.868000', '190404.871000', '190404.873000', '190404.876000', '190404.878000', '190404.881000', '190404.884000', '190404.886000', '190404.889000', '190404.891000', '190404.894000', '190404.897000', '190404.899000', '190404.917000', '190404.920000', '190404.923000', '190404.925000', '190404.928000', '190424.744000', '190424.746000', '190424.749000', '190424.752000', '190424.754000', '190424.757000', '190424.760000', '190424.762000', '190424.765000', '190424.767000', '190424.770000', '190424.773000', '190424.775000', '190424.784000', '190424.787000', '190424.789000', '190424.792000', '190424.794000', '190424.797000', '190424.838000', '190424.840000', '190424.843000', '190424.846000', '190424.848000', '190424.851000', '190424.853000', '190424.856000', '190424.859000', '190424.861000', '190424.864000', '190424.866000', '190424.869000', '190424.871000', '190424.874000', '190424.876000', '190424.879000', '190424.882000', '190424.884000', '190424.887000', '190424.889000', '190424.892000', '190424.895000', '190424.897000', '190424.900000', '190444.743000', '190444.746000', '190444.748000', '190444.751000', '190444.753000', '190444.756000', '190444.759000', '190444.761000', '190444.764000', '190444.766000', '190444.769000', '190444.772000', '190444.774000', '190444.777000', '190444.779000', '190444.782000', '190444.785000', '190444.787000', '190444.790000', '190444.792000', '190444.795000', '190444.797000', '190444.869000', '190444.871000', '190444.874000', '190444.877000', '190444.879000', '190444.882000', '190444.884000', '190444.887000', '190444.890000', '190444.892000', '190444.895000', '190444.898000', '190444.900000', '190444.903000', '190444.906000', '190444.908000', '190444.911000', '190444.914000', '190444.916000', '190444.919000', '190444.921000', '190504.743000', '190504.746000', '190504.748000', '190504.751000', '190504.753000', '190504.756000', '190504.759000', '190504.761000', '190504.764000', '190504.767000', '190504.769000', '190504.772000', '190504.774000', '190504.777000', '190504.779000', '190504.782000', '190504.785000', '190504.787000', '190504.790000', '190504.792000', '190504.795000', '190504.797000', '190504.895000', '190504.898000', '190504.900000', '190504.903000', '190504.905000', '190504.908000', '190504.911000', '190504.913000', '190504.916000', '190504.918000', '190504.921000', '190504.923000', '190504.926000', '190504.929000', '190504.932000', '190504.934000', '190504.937000', '190504.939000', '190504.942000', '190504.944000', '190504.947000', '190504.950000', '190524.743000', '190524.745000', '190524.748000', '190524.751000', '190524.753000', '190524.756000', '190524.765000', '190524.767000', '190524.770000', '190524.773000', '190524.775000', '190524.778000', '190524.780000', '190524.783000', '190524.785000', '190524.788000', '190524.791000', '190524.793000', '190524.796000', '190524.799000', '190524.848000', '190524.851000', '190524.853000', '190524.856000', '190524.858000', '190524.861000', '190524.864000', '190524.866000', '190524.869000', '190524.871000', '190524.874000', '190524.877000', '190524.879000', '190524.882000', '190524.884000', '190524.887000', '190524.890000', '190524.892000', '190524.895000', '190524.898000', '190524.900000', '190524.903000', '190524.905000', '190544.743000', '190544.746000', '190544.748000', '190544.751000', '190544.753000', '190544.756000', '190544.759000', '190544.761000', '190544.764000', '190544.766000', '190544.776000', '190544.779000', '190544.781000', '190544.784000', '190544.786000', '190544.789000', '190544.791000', '190544.794000', '190544.797000', '190544.799000', '190544.876000', '190544.879000', '190544.882000', '190544.884000', '190544.887000', '190544.889000', '190544.892000', '190544.894000', '190544.897000', '190544.900000', '190544.902000', '190544.905000', '190544.907000', '190544.910000', '190544.913000', '190544.915000', '190544.918000', '190544.920000', '190544.923000', '190544.926000', '190544.928000', '190544.931000', '190544.933000', '190544.936000', '190604.743000', '190604.746000', '190604.748000', '190604.751000', '190604.754000', '190604.756000', '190604.759000', '190604.761000', '190604.764000', '190604.767000', '190604.769000', '190604.772000', '190604.774000', '190604.777000', '190604.780000', '190604.782000', '190604.785000', '190604.787000', '190604.790000', '190604.793000', '190604.795000', '190604.798000', '190604.851000', '190604.853000', '190604.856000', '190604.859000', '190604.861000', '190604.864000', '190604.866000', '190604.869000', '190604.871000', '190604.874000', '190604.877000', '190604.879000', '190604.883000', '190604.886000', '190604.888000', '190604.891000', '190604.893000', '190604.896000', '190604.899000', '190604.901000', '190604.904000', '190609.450000', '190609.454000', '190609.457000', '190609.460000', '190609.462000', '190609.465000', '190609.468000', '190609.471000', '190609.474000', '190609.477000', '190609.479000'], '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': [11147, 8876, 11220, 10336, 8965, 10038, 8499, 11372, 10247, 9975, 10614, 9288, 13817, 10951, 15611, 13652, 11747, 11075, 9629, 13858, 9170, 14072, 10007, 9416, 9917, 8955, 9355, 8694, 9369, 8787, 8674, 9995, 8783, 8693, 8398, 9350, 8073, 8218, 8438, 8654, 9815, 8694, 9009, 7827, 9577, 8459, 8325, 9789, 7964, 9457, 8735, 10182, 8070, 9924, 8012, 8409, 10715, 8462, 9322, 8559, 10588, 8552, 10907, 10122, 8966, 10314, 8732, 9593, 9744, 11776, 9714, 10864, 10552, 10312, 10187, 9758, 11744, 9886, 12546, 10965, 13417, 10594, 9879, 10785, 9462, 11528, 9577, 12190, 10575, 9184, 9437, 8940, 11676, 9334, 11706, 10486, 9226, 9716, 8895, 11573, 9141, 11401, 9668, 9901, 10127, 8675, 10460, 9277, 11687, 10292, 9202, 9656, 9594, 12020, 9118, 10398, 9279, 9149, 9988, 9433, 12019, 9038, 11354, 9888, 10496, 10568, 8818, 10727, 9243, 11591, 9775, 11826, 11076, 9495, 9747, 8396, 12035, 9152, 11824, 10651, 10670, 10755, 8712, 11941, 9807, 12663, 10994, 9542, 10041, 8881, 11681, 9299, 12326, 10969, 8778, 10210, 8993, 11579, 9555, 9544, 9200, 8608, 11369, 8387, 10697, 9455, 9006, 9661, 8546, 11556, 8741, 9201, 9399, 8895, 11555, 8391, 9774, 9080, 8129, 11566, 8420, 11456, 9463, 11512, 10505, 9254, 9642, 8097, 11329, 9190, 11735, 9297, 11253, 10104, 9224, 10323, 8612, 11745, 9725, 10698, 10150, 8689, 10907, 8151, 11527, 9857, 9971, 10172, 8695, 11673, 8510, 11582, 10929, 9072, 9954, 8496, 11816, 10665, 8775, 10616, 8475, 12070, 10553, 9427, 8908, 8160, 11813, 8620, 13334, 10463, 8989, 9765, 8513, 11817, 8764, 10892, 10002, 9149, 11066, 8778, 11890, 8710, 7699, 10325, 8429, 9454, 9497, 8658, 11316, 9618, 8635, 10567, 8940, 12544, 9765, 11218, 9561, 8508, 11112, 8599, 11055, 9377, 9168, 8821, 9164, 8556, 8642, 11201, 8475, 10656, 8178, 9584, 8868, 8179, 9111, 8391, 10401, 8469, 10056, 8700, 8361, 11421, 8536, 11615, 10230, 9923, 10883, 8775, 12735, 9918, 9555, 9924, 8710, 11614, 8900, 11101, 9504, 8814, 11049, 8782, 12114, 10001, 9823, 10511, 8775, 12239, 9104, 12852, 10289, 10024, 9822, 8440, 11543, 9178, 14054, 10416, 9919, 9599, 8375, 13112, 9092, 14042, 10035, 10033, 10322, 8396, 11654, 8543, 11179, 9481, 9585, 9556, 8495, 11418, 8642, 12003, 9619, 8280, 10398, 8658, 10918, 8818, 9925, 9892, 8404, 11055, 8650, 11361, 8441, 9924, 9165, 8549, 11452, 8375, 9796, 8688, 8783, 11242, 9237, 11006, 8723, 11228, 9147, 10248, 9469, 9151, 11141, 9261, 12185, 9150, 9941, 9100, 8829, 11159, 9191, 12456, 9800, 10452, 9102, 9786, 10833, 9484, 12250, 9250, 13113, 9652, 10450, 10179, 8974, 10440, 9460, 11830, 9018, 10033, 8845, 9302, 10751, 9849, 11058, 9139, 9915, 9320, 9184, 10441, 9310, 11499, 9193, 10529, 8807, 9774, 9917, 9869, 10928, 9195, 10397, 10171, 9784, 10555, 9705, 11474, 9525, 13569, 9776, 10506, 9225, 9241, 11805, 9571, 10830, 9173, 9674, 8371, 9026, 11483, 9282, 11887, 8898, 10019, 9728, 9334, 11074, 9341, 11548, 8970, 13980, 9146, 9795, 9118, 8997, 11696, 9257, 11515, 8873, 10666, 9429, 9535, 11050, 9404, 11562, 9140, 10812, 9445, 9660, 10847, 9609, 13539, 9721, 10502, 9463, 9083, 11237, 9691, 10924, 9188, 10428, 9208, 9921, 10377, 9691, 10331, 9934, 10017, 9531, 10190, 10386, 10078, 11311, 9917, 10411, 9463, 10399, 11898, 10485, 12595, 10244, 11874, 9933, 10540, 11383, 10730, 11074, 10145, 10987, 9145, 10209, 10367, 9984, 10623, 9913, 10538, 11195, 9533, 10000, 11349, 9807, 10755, 10594, 10096, 12318, 9891, 10177, 13448, 9957, 10560, 10132, 10323, 13846, 10141, 13820, 9672, 10081, 11365, 10091, 12007, 9965, 10803, 9467, 9932, 10937, 10143, 10724, 9961, 10837, 9802, 10023, 10885, 10160, 10969, 9951, 10219, 10089, 10233, 10799, 10149, 10525, 8864, 9386, 9981, 8922, 11140, 8408, 9329, 10191, 9232, 9474, 11341, 9806, 11829, 8387, 10449, 11815, 9887, 10765, 8762, 10388, 11597, 10120, 13096, 9849, 10568, 9846, 10212, 11229, 9758, 10719, 9953, 9615, 11000, 9901, 11469, 9628, 14532, 9758, 11012, 10204, 9509, 12703, 9984, 12543, 9459, 10108, 9628, 9911, 10521, 10040, 11097, 9764, 11538, 9474, 11304, 8505, 9863, 11665, 9829, 11413, 9292, 10705, 9413, 9427, 11429, 10034, 11325, 9590, 11750, 9898, 11162, 9235, 9737, 11512, 9650, 11227, 9314, 11171, 9706, 9615, 11630, 9700, 11264, 9283, 9880, 10592, 10199, 11031, 9538, 10687, 9723, 10125, 11750, 9655, 11232, 9919, 11101, 9522, 9951, 11519, 9906, 10817, 9994, 9836, 11453, 9878, 15354, 11191, 11099, 11378, 9896, 15153, 11857, 11866, 10525, 9672, 14515, 10098, 14238, 9878, 9668, 11902, 10018, 10514, 9082, 10148, 11217, 10112, 11345, 8599, 9950, 10919, 9189, 9961, 10667, 9944, 10481, 11412, 10130, 10004, 12384, 10193, 10667, 9715, 9750, 11120, 10203, 10965, 9674, 9853, 10727, 10418, 10943, 10043, 11232, 8808, 10792, 11448, 10323, 10762, 10218, 11748, 8999, 10464, 10844, 10305, 12555, 10162, 11136, 9881, 10217, 11773, 10589, 12651, 10286, 13578, 10763, 10864, 11649, 10428, 13884, 10391, 14339, 10120, 11723, 9950, 10873, 10186, 10263, 10960, 10407, 10911, 9984, 12407, 10064, 11548, 9389, 10249, 11298, 10359, 11060, 10121, 10519, 9982, 11218, 10190, 10017, 10611, 10302, 11057, 10233, 10860, 9704, 11172, 9029, 10260, 11172, 10268, 10715, 9668, 10671, 9450, 9759, 11291, 10444, 11018, 9842, 10536, 9832, 9950, 10887, 10021, 11454, 9776, 10876, 8360, 10029, 11626, 10039, 10946, 9682, 10858, 9688, 10439, 10878, 9973, 10898, 9667, 10855, 10233, 9986, 11574, 9822, 13064, 10077, 10392, 9317, 9811, 11536, 9843, 12706, 9574, 10664, 9254, 9733, 11831, 10165, 10976, 9750, 10869, 10336, 10296, 11235, 10038, 13452, 9730, 10970, 9733, 9973, 11673, 9929, 11434, 9637, 11004, 10223, 10221, 11495, 10182, 11203, 9640, 10754, 10389, 9980, 11395, 9671, 11185, 9711, 10398, 10258, 10139, 11401, 9895, 10794, 9420, 9856, 10928, 9882, 12536, 10024, 10939, 9483, 8691, 10823, 9290, 10819, 10205, 9685, 11661, 9292, 10071, 9584, 9056, 12307, 9558, 11968, 9489, 10492, 9942, 9764, 11353, 9780, 11387, 9370, 10252, 9604, 9503, 11954, 9570, 13977, 10784, 10644, 9926, 9432, 13701, 9585, 13761, 9468, 10338, 9430, 9767, 11462, 9303, 10355, 9341, 10955, 9153, 9467, 11494, 9673, 10609, 8908, 10497, 10518, 10063, 11767, 9364, 10524, 9217, 9857, 10286, 10027, 11189, 9782, 10383, 9212, 9712, 10996, 10094, 11685, 9873, 10315, 9611, 9634, 11662, 10157, 11914, 10130, 13732, 10455, 11083, 9996, 9872, 12446, 9825, 12519, 9592, 9610, 11619, 10090, 14432, 10137, 10776, 10850, 9711, 13875, 10016, 12011, 9256, 9921, 11611, 9806, 12593, 9449, 10309, 9187, 10047, 11320, 9806, 11338, 9323, 11091, 9594, 9956, 9588, 10046, 11483, 9681, 10800, 9693, 9538, 10813, 9976, 11256, 9542, 11052, 8941, 10159, 12123, 9688, 10618, 9355, 9940, 11887, 9467, 10315, 9094, 10361, 11705, 9637, 12446, 9688, 12310, 10612, 9297, 11907, 9722, 14013, 10286, 10377, 11288, 9503, 12564, 9818, 12120, 9888, 9596, 11817, 9823, 14303, 9702, 12537, 9239, 10000, 10663, 9658, 10943, 9316, 10182, 9491, 9854, 10390, 9483, 10550, 9459, 10521, 8677, 9748, 10811, 9623, 10239, 10191, 9205, 9607, 9786, 11786, 9575, 10790, 9631, 9433, 12033, 9683, 12243, 10141, 10766, 10467, 9661, 11824, 9641, 10988, 10783, 9898, 12775, 9525, 14016, 10144, 10568, 11339, 9734, 13377, 9562, 15675, 10414, 9712, 10581, 9389, 12276, 9383, 10223, 9521, 8425, 10063, 9408, 9018, 12146, 10627, 9606, 14321, 9958, 9911, 13006, 8614, 9186, 13711, 9569, 9761, 13984, 9050, 11318, 10088, 9104, 11978, 9369, 10054, 9012, 8801, 10188, 9812, 10169, 9097, 11206, 9016, 9832, 10327, 9634, 9556, 9076, 10783, 8800, 9513, 10431, 9617, 11406, 9305, 9975, 9062, 10197, 11267, 9575, 12100, 9286, 11655, 10015, 10161, 10045, 9199, 11678, 9356, 12586, 10668, 10158, 10408, 8708, 12889, 9144, 14364, 10704, 12687, 9971, 10249, 11887, 9675, 12992, 9588, 13558, 10672, 10748, 10466, 8887, 11905, 9341, 14093, 10433, 10187, 9280, 9364, 12194, 9119, 10017, 8891, 8912, 11287, 9323, 11920, 9116, 9928, 9973, 10184, 10765, 9173, 11443, 9802, 11357, 9539, 10166, 9169, 9280, 10521, 9565, 12180, 9631, 11550, 9644, 11446, 9444, 10312, 9360, 10862, 9258, 9380, 12003, 9852, 11120, 9275, 10777, 9187, 10689, 9745, 9279, 11726, 9517, 12254, 9417, 11131, 9481, 9752, 10440, 9274, 11904, 9157, 11573, 9946, 10033, 9437, 8797, 12184, 9448, 12279, 10386, 9846, 9413, 9095, 11996, 9604, 11687, 9247, 11438, 10502, 9503, 10785, 9283, 11820, 9278, 11823, 9609, 9971, 10444, 9613, 11995, 9228, 10681, 9733, 9445, 12503, 9591, 12682, 10040, 14339, 9984, 9194, 11690, 9607, 13574, 10518, 10165, 9806, 9570, 11398, 9445, 9380, 9672, 9687, 10920, 10132, 9415, 10671, 9450, 12490, 10243, 10909, 10057, 9639, 14370, 9934, 11603, 9068, 9113, 12085, 9450, 10719, 8810, 10006, 10271, 9070], 'WindowCenter': [4235.0, 4202.0, 4208.0, 4196.0, 4172.0, 4182.0, 4170.0, 4201.0, 4192.0, 4180.0, 4190.0, 4169.0, 4200.0, 4179.0, 4208.0, 4199.0, 4186.0, 4176.0, 4165.0, 4197.0, 4155.0, 4195.0, 4166.0, 4167.0, 4166.0, 4155.0, 4168.0, 4158.0, 4167.0, 4170.0, 4158.0, 4178.0, 4160.0, 4157.0, 4172.0, 4180.0, 4161.0, 4171.0, 4172.0, 4173.0, 4194.0, 4184.0, 4184.0, 4175.0, 4195.0, 4188.0, 4187.0, 4206.0, 4177.0, 4198.0, 4198.0, 4205.0, 4176.0, 4206.0, 4187.0, 4189.0, 4219.0, 4189.0, 4198.0, 4185.0, 4217.0, 4200.0, 4218.0, 4208.0, 4196.0, 4220.0, 4201.0, 4211.0, 4208.0, 4228.0, 4197.0, 4218.0, 4207.0, 4206.0, 4208.0, 4195.0, 4217.0, 4208.0, 4227.0, 4218.0, 4227.0, 4207.0, 4207.0, 4205.0, 4196.0, 4216.0, 4195.0, 4217.0, 4206.0, 4186.0, 4185.0, 4184.0, 4216.0, 4184.0, 4217.0, 4205.0, 4183.0, 4196.0, 4185.0, 4204.0, 4184.0, 4203.0, 4195.0, 4197.0, 4194.0, 4174.0, 4194.0, 4197.0, 4216.0, 4195.0, 4195.0, 4196.0, 4196.0, 4217.0, 4185.0, 4196.0, 4196.0, 4185.0, 4206.0, 4185.0, 4215.0, 4184.0, 4202.0, 4195.0, 4204.0, 4194.0, 4173.0, 4204.0, 4183.0, 4204.0, 4194.0, 4203.0, 4205.0, 4182.0, 4184.0, 4173.0, 4204.0, 4185.0, 4203.0, 4196.0, 4194.0, 4195.0, 4174.0, 4204.0, 4193.0, 4216.0, 4204.0, 4182.0, 4183.0, 4172.0, 4203.0, 4184.0, 4214.0, 4205.0, 4173.0, 4192.0, 4185.0, 4202.0, 4183.0, 4182.0, 4183.0, 4186.0, 4205.0, 4175.0, 4193.0, 4195.0, 4186.0, 4193.0, 4174.0, 4204.0, 4187.0, 4185.0, 4196.0, 4186.0, 4205.0, 4176.0, 4195.0, 4185.0, 4176.0, 4205.0, 4174.0, 4205.0, 4185.0, 4214.0, 4206.0, 4183.0, 4185.0, 4162.0, 4204.0, 4186.0, 4204.0, 4174.0, 4204.0, 4195.0, 4184.0, 4194.0, 4173.0, 4202.0, 4184.0, 4194.0, 4196.0, 4173.0, 4204.0, 4163.0, 4204.0, 4195.0, 4183.0, 4194.0, 4173.0, 4204.0, 4175.0, 4205.0, 4206.0, 4185.0, 4183.0, 4186.0, 4205.0, 4194.0, 4175.0, 4194.0, 4176.0, 4216.0, 4194.0, 4185.0, 4173.0, 4175.0, 4204.0, 4172.0, 4213.0, 4194.0, 4172.0, 4184.0, 4172.0, 4202.0, 4172.0, 4192.0, 4182.0, 4172.0, 4192.0, 4162.0, 4214.0, 4174.0, 4151.0, 4193.0, 4176.0, 4184.0, 4183.0, 4173.0, 4204.0, 4185.0, 4174.0, 4191.0, 4172.0, 4203.0, 4194.0, 4193.0, 4171.0, 4172.0, 4191.0, 4160.0, 4191.0, 4172.0, 4169.0, 4160.0, 4169.0, 4159.0, 4173.0, 4189.0, 4149.0, 4179.0, 4162.0, 4182.0, 4171.0, 4161.0, 4170.0, 4161.0, 4193.0, 4163.0, 4182.0, 4173.0, 4161.0, 4203.0, 4174.0, 4203.0, 4194.0, 4183.0, 4194.0, 4173.0, 4213.0, 4195.0, 4183.0, 4196.0, 4175.0, 4205.0, 4187.0, 4206.0, 4196.0, 4186.0, 4215.0, 4174.0, 4202.0, 4194.0, 4196.0, 4195.0, 4173.0, 4215.0, 4174.0, 4214.0, 4193.0, 4181.0, 4181.0, 4159.0, 4203.0, 4183.0, 4213.0, 4194.0, 4180.0, 4172.0, 4162.0, 4202.0, 4172.0, 4212.0, 4179.0, 4182.0, 4179.0, 4149.0, 4191.0, 4159.0, 4189.0, 4181.0, 4170.0, 4169.0, 4160.0, 4190.0, 4162.0, 4200.0, 4171.0, 4160.0, 4181.0, 4160.0, 4191.0, 4171.0, 4182.0, 4183.0, 4161.0, 4192.0, 4162.0, 4191.0, 4164.0, 4184.0, 4184.0, 4172.0, 4202.0, 4161.0, 4181.0, 4172.0, 4185.0, 4203.0, 4183.0, 4192.0, 4174.0, 4205.0, 4184.0, 4192.0, 4182.0, 4171.0, 4192.0, 4183.0, 4202.0, 4173.0, 4179.0, 4160.0, 4171.0, 4192.0, 4171.0, 4200.0, 4194.0, 4181.0, 4172.0, 4181.0, 4191.0, 4171.0, 4201.0, 4170.0, 4213.0, 4169.0, 4179.0, 4178.0, 4159.0, 4179.0, 4170.0, 4190.0, 4160.0, 4168.0, 4159.0, 4169.0, 4191.0, 4180.0, 4192.0, 4182.0, 4182.0, 4170.0, 4172.0, 4191.0, 4170.0, 4201.0, 4171.0, 4180.0, 4172.0, 4193.0, 4181.0, 4183.0, 4193.0, 4183.0, 4194.0, 4192.0, 4182.0, 4194.0, 4183.0, 4203.0, 4184.0, 4212.0, 4184.0, 4191.0, 4172.0, 4181.0, 4190.0, 4170.0, 4190.0, 4170.0, 4182.0, 4174.0, 4174.0, 4202.0, 4172.0, 4199.0, 4174.0, 4183.0, 4172.0, 4172.0, 4192.0, 4181.0, 4204.0, 4173.0, 4210.0, 4172.0, 4178.0, 4170.0, 4170.0, 4201.0, 4183.0, 4203.0, 4171.0, 4192.0, 4182.0, 4183.0, 4205.0, 4181.0, 4204.0, 4182.0, 4192.0, 4183.0, 4181.0, 4203.0, 4182.0, 4211.0, 4182.0, 4179.0, 4180.0, 4173.0, 4190.0, 4182.0, 4191.0, 4170.0, 4192.0, 4172.0, 4181.0, 4192.0, 4182.0, 4192.0, 4183.0, 4182.0, 4183.0, 4191.0, 4195.0, 4185.0, 4190.0, 4180.0, 4192.0, 4170.0, 4194.0, 4201.0, 4190.0, 4201.0, 4182.0, 4190.0, 4180.0, 4192.0, 4192.0, 4192.0, 4191.0, 4192.0, 4204.0, 4182.0, 4182.0, 4181.0, 4183.0, 4193.0, 4184.0, 4194.0, 4202.0, 4185.0, 4182.0, 4203.0, 4183.0, 4205.0, 4193.0, 4195.0, 4205.0, 4182.0, 4195.0, 4215.0, 4198.0, 4195.0, 4182.0, 4181.0, 4211.0, 4182.0, 4211.0, 4170.0, 4192.0, 4203.0, 4182.0, 4202.0, 4179.0, 4190.0, 4181.0, 4182.0, 4189.0, 4179.0, 4189.0, 4181.0, 4193.0, 4182.0, 4181.0, 4191.0, 4181.0, 4192.0, 4181.0, 4182.0, 4181.0, 4181.0, 4194.0, 4193.0, 4193.0, 4173.0, 4196.0, 4196.0, 4183.0, 4205.0, 4172.0, 4171.0, 4191.0, 4173.0, 4185.0, 4203.0, 4196.0, 4214.0, 4173.0, 4192.0, 4215.0, 4193.0, 4192.0, 4172.0, 4191.0, 4203.0, 4182.0, 4214.0, 4183.0, 4191.0, 4181.0, 4179.0, 4191.0, 4184.0, 4190.0, 4181.0, 4183.0, 4191.0, 4193.0, 4203.0, 4182.0, 4222.0, 4182.0, 4191.0, 4181.0, 4183.0, 4201.0, 4179.0, 4201.0, 4170.0, 4192.0, 4180.0, 4181.0, 4191.0, 4182.0, 4190.0, 4193.0, 4200.0, 4183.0, 4202.0, 4171.0, 4194.0, 4202.0, 4180.0, 4201.0, 4181.0, 4193.0, 4183.0, 4181.0, 4203.0, 4182.0, 4201.0, 4185.0, 4202.0, 4184.0, 4203.0, 4182.0, 4182.0, 4203.0, 4183.0, 4203.0, 4185.0, 4203.0, 4193.0, 4184.0, 4214.0, 4195.0, 4204.0, 4185.0, 4194.0, 4204.0, 4205.0, 4204.0, 4194.0, 4204.0, 4194.0, 4205.0, 4215.0, 4194.0, 4214.0, 4195.0, 4204.0, 4194.0, 4192.0, 4205.0, 4195.0, 4202.0, 4195.0, 4192.0, 4203.0, 4195.0, 4235.0, 4204.0, 4203.0, 4204.0, 4195.0, 4224.0, 4203.0, 4201.0, 4179.0, 4182.0, 4212.0, 4181.0, 4210.0, 4179.0, 4181.0, 4201.0, 4180.0, 4189.0, 4170.0, 4191.0, 4190.0, 4181.0, 4191.0, 4160.0, 4181.0, 4191.0, 4181.0, 4193.0, 4193.0, 4180.0, 4207.0, 4204.0, 4192.0, 4193.0, 4201.0, 4183.0, 4189.0, 4182.0, 4183.0, 4190.0, 4182.0, 4189.0, 4181.0, 4193.0, 4190.0, 4193.0, 4203.0, 4194.0, 4204.0, 4182.0, 4206.0, 4205.0, 4194.0, 4205.0, 4194.0, 4214.0, 4185.0, 4193.0, 4203.0, 4193.0, 4214.0, 4208.0, 4204.0, 4193.0, 4194.0, 4202.0, 4193.0, 4201.0, 4191.0, 4213.0, 4192.0, 4191.0, 4201.0, 4190.0, 4212.0, 4180.0, 4210.0, 4181.0, 4188.0, 4180.0, 4190.0, 4179.0, 4178.0, 4189.0, 4179.0, 4188.0, 4180.0, 4199.0, 4179.0, 4189.0, 4168.0, 4180.0, 4191.0, 4178.0, 4189.0, 4182.0, 4178.0, 4182.0, 4191.0, 4179.0, 4182.0, 4191.0, 4192.0, 4191.0, 4181.0, 4191.0, 4180.0, 4191.0, 4173.0, 4191.0, 4190.0, 4192.0, 4190.0, 4183.0, 4192.0, 4181.0, 4183.0, 4202.0, 4193.0, 4192.0, 4195.0, 4192.0, 4183.0, 4193.0, 4192.0, 4192.0, 4202.0, 4192.0, 4194.0, 4162.0, 4193.0, 4201.0, 4193.0, 4203.0, 4183.0, 4204.0, 4183.0, 4192.0, 4203.0, 4193.0, 4205.0, 4185.0, 4192.0, 4193.0, 4182.0, 4202.0, 4193.0, 4212.0, 4183.0, 4182.0, 4170.0, 4181.0, 4189.0, 4180.0, 4200.0, 4171.0, 4192.0, 4170.0, 4181.0, 4200.0, 4192.0, 4191.0, 4183.0, 4202.0, 4193.0, 4194.0, 4202.0, 4193.0, 4212.0, 4181.0, 4190.0, 4180.0, 4182.0, 4202.0, 4183.0, 4189.0, 4182.0, 4192.0, 4192.0, 4181.0, 4190.0, 4192.0, 4189.0, 4180.0, 4191.0, 4181.0, 4191.0, 4202.0, 4183.0, 4202.0, 4183.0, 4193.0, 4191.0, 4192.0, 4201.0, 4182.0, 4192.0, 4182.0, 4194.0, 4192.0, 4192.0, 4211.0, 4194.0, 4204.0, 4183.0, 4184.0, 4204.0, 4184.0, 4204.0, 4192.0, 4181.0, 4201.0, 4181.0, 4181.0, 4183.0, 4172.0, 4200.0, 4182.0, 4201.0, 4170.0, 4192.0, 4181.0, 4181.0, 4193.0, 4181.0, 4201.0, 4184.0, 4181.0, 4183.0, 4181.0, 4199.0, 4183.0, 4210.0, 4192.0, 4181.0, 4170.0, 4171.0, 4209.0, 4170.0, 4209.0, 4170.0, 4191.0, 4169.0, 4179.0, 4189.0, 4168.0, 4181.0, 4171.0, 4189.0, 4171.0, 4181.0, 4201.0, 4182.0, 4190.0, 4173.0, 4192.0, 4192.0, 4192.0, 4202.0, 4183.0, 4194.0, 4184.0, 4182.0, 4192.0, 4181.0, 4203.0, 4194.0, 4193.0, 4184.0, 4183.0, 4203.0, 4195.0, 4203.0, 4196.0, 4195.0, 4183.0, 4183.0, 4202.0, 4195.0, 4202.0, 4193.0, 4224.0, 4193.0, 4203.0, 4181.0, 4191.0, 4215.0, 4194.0, 4211.0, 4180.0, 4183.0, 4203.0, 4180.0, 4221.0, 4194.0, 4193.0, 4192.0, 4182.0, 4211.0, 4184.0, 4201.0, 4170.0, 4181.0, 4190.0, 4179.0, 4200.0, 4180.0, 4181.0, 4170.0, 4179.0, 4188.0, 4179.0, 4190.0, 4170.0, 4189.0, 4171.0, 4181.0, 4179.0, 4182.0, 4202.0, 4181.0, 4191.0, 4183.0, 4183.0, 4192.0, 4192.0, 4203.0, 4184.0, 4203.0, 4173.0, 4196.0, 4212.0, 4197.0, 4204.0, 4185.0, 4195.0, 4213.0, 4195.0, 4193.0, 4184.0, 4195.0, 4204.0, 4183.0, 4214.0, 4183.0, 4216.0, 4193.0, 4181.0, 4203.0, 4180.0, 4223.0, 4191.0, 4180.0, 4193.0, 4182.0, 4212.0, 4183.0, 4201.0, 4182.0, 4170.0, 4201.0, 4182.0, 4210.0, 4182.0, 4198.0, 4171.0, 4180.0, 4179.0, 4180.0, 4190.0, 4170.0, 4193.0, 4180.0, 4179.0, 4180.0, 4182.0, 4192.0, 4182.0, 4191.0, 4171.0, 4182.0, 4203.0, 4183.0, 4191.0, 4194.0, 4183.0, 4182.0, 4195.0, 4204.0, 4183.0, 4203.0, 4182.0, 4185.0, 4214.0, 4183.0, 4215.0, 4195.0, 4204.0, 4194.0, 4183.0, 4216.0, 4197.0, 4205.0, 4205.0, 4193.0, 4215.0, 4184.0, 4224.0, 4195.0, 4193.0, 4204.0, 4183.0, 4214.0, 4195.0, 4223.0, 4193.0, 4181.0, 4189.0, 4183.0, 4201.0, 4181.0, 4192.0, 4181.0, 4162.0, 4192.0, 4171.0, 4171.0, 4214.0, 4205.0, 4184.0, 4224.0, 4181.0, 4181.0, 4212.0, 4161.0, 4171.0, 4211.0, 4181.0, 4182.0, 4212.0, 4173.0, 4190.0, 4180.0, 4172.0, 4199.0, 4170.0, 4168.0, 4158.0, 4169.0, 4180.0, 4181.0, 4193.0, 4172.0, 4203.0, 4183.0, 4194.0, 4191.0, 4183.0, 4180.0, 4174.0, 4203.0, 4172.0, 4184.0, 4195.0, 4183.0, 4214.0, 4185.0, 4193.0, 4173.0, 4194.0, 4206.0, 4184.0, 4214.0, 4183.0, 4203.0, 4196.0, 4194.0, 4193.0, 4184.0, 4202.0, 4186.0, 4214.0, 4195.0, 4194.0, 4194.0, 4174.0, 4214.0, 4182.0, 4223.0, 4193.0, 4214.0, 4194.0, 4182.0, 4202.0, 4181.0, 4211.0, 4183.0, 4212.0, 4191.0, 4191.0, 4192.0, 4169.0, 4201.0, 4170.0, 4211.0, 4191.0, 4180.0, 4157.0, 4171.0, 4199.0, 4173.0, 4179.0, 4171.0, 4183.0, 4201.0, 4180.0, 4201.0, 4172.0, 4181.0, 4185.0, 4181.0, 4206.0, 4184.0, 4201.0, 4194.0, 4203.0, 4183.0, 4193.0, 4181.0, 4182.0, 4204.0, 4193.0, 4214.0, 4193.0, 4204.0, 4194.0, 4213.0, 4184.0, 4191.0, 4183.0, 4202.0, 4183.0, 4184.0, 4214.0, 4193.0, 4201.0, 4182.0, 4204.0, 4182.0, 4194.0, 4183.0, 4182.0, 4204.0, 4183.0, 4202.0, 4182.0, 4192.0, 4183.0, 4182.0, 4193.0, 4182.0, 4203.0, 4182.0, 4204.0, 4194.0, 4181.0, 4182.0, 4172.0, 4213.0, 4182.0, 4203.0, 4206.0, 4181.0, 4182.0, 4172.0, 4203.0, 4194.0, 4203.0, 4186.0, 4202.0, 4191.0, 4181.0, 4203.0, 4182.0, 4203.0, 4185.0, 4201.0, 4182.0, 4181.0, 4191.0, 4195.0, 4203.0, 4185.0, 4204.0, 4194.0, 4196.0, 4215.0, 4196.0, 4215.0, 4196.0, 4224.0, 4193.0, 4182.0, 4202.0, 4194.0, 4212.0, 4192.0, 4193.0, 4182.0, 4195.0, 4203.0, 4183.0, 4182.0, 4183.0, 4195.0, 4203.0, 4194.0, 4183.0, 4193.0, 4196.0, 4213.0, 4205.0, 4204.0, 4194.0, 4196.0, 4224.0, 4194.0, 4202.0, 4171.0, 4182.0, 4202.0, 4181.0, 4190.0, 4171.0, 4194.0, 4194.0, 4200.0], 'WindowWidth': [9388.0, 9337.0, 9334.0, 9316.0, 9276.0, 9289.0, 9269.0, 9311.0, 9302.0, 9283.0, 9298.0, 9264.0, 9308.0, 9280.0, 9315.0, 9304.0, 9283.0, 9270.0, 9252.0, 9297.0, 9240.0, 9293.0, 9255.0, 9259.0, 9256.0, 9240.0, 9260.0, 9248.0, 9260.0, 9269.0, 9250.0, 9277.0, 9253.0, 9249.0, 9276.0, 9285.0, 9260.0, 9272.0, 9277.0, 9279.0, 9310.0, 9296.0, 9296.0, 9286.0, 9312.0, 9309.0, 9305.0, 9329.0, 9292.0, 9320.0, 9324.0, 9329.0, 9290.0, 9330.0, 9306.0, 9312.0, 9351.0, 9309.0, 9322.0, 9300.0, 9345.0, 9328.0, 9347.0, 9335.0, 9316.0, 9353.0, 9331.0, 9344.0, 9333.0, 9359.0, 9314.0, 9346.0, 9331.0, 9327.0, 9333.0, 9310.0, 9344.0, 9334.0, 9357.0, 9348.0, 9356.0, 9330.0, 9331.0, 9325.0, 9315.0, 9339.0, 9312.0, 9341.0, 9325.0, 9299.0, 9296.0, 9295.0, 9342.0, 9295.0, 9341.0, 9323.0, 9290.0, 9313.0, 9298.0, 9321.0, 9294.0, 9318.0, 9309.0, 9315.0, 9307.0, 9279.0, 9306.0, 9316.0, 9339.0, 9309.0, 9312.0, 9311.0, 9314.0, 9341.0, 9296.0, 9311.0, 9313.0, 9296.0, 9327.0, 9296.0, 9335.0, 9291.0, 9314.0, 9307.0, 9322.0, 9306.0, 9276.0, 9318.0, 9289.0, 9318.0, 9305.0, 9316.0, 9320.0, 9286.0, 9289.0, 9277.0, 9318.0, 9293.0, 9317.0, 9310.0, 9308.0, 9307.0, 9279.0, 9319.0, 9303.0, 9338.0, 9318.0, 9287.0, 9289.0, 9273.0, 9318.0, 9293.0, 9331.0, 9322.0, 9274.0, 9300.0, 9295.0, 9313.0, 9290.0, 9288.0, 9288.0, 9300.0, 9320.0, 9280.0, 9304.0, 9310.0, 9297.0, 9305.0, 9279.0, 9319.0, 9302.0, 9296.0, 9313.0, 9299.0, 9322.0, 9285.0, 9306.0, 9295.0, 9286.0, 9321.0, 9279.0, 9321.0, 9294.0, 9335.0, 9323.0, 9290.0, 9293.0, 9259.0, 9317.0, 9298.0, 9317.0, 9276.0, 9318.0, 9307.0, 9293.0, 9304.0, 9275.0, 9314.0, 9290.0, 9303.0, 9309.0, 9276.0, 9317.0, 9262.0, 9317.0, 9308.0, 9289.0, 9304.0, 9276.0, 9316.0, 9281.0, 9320.0, 9321.0, 9294.0, 9287.0, 9297.0, 9321.0, 9305.0, 9282.0, 9304.0, 9285.0, 9336.0, 9306.0, 9295.0, 9277.0, 9282.0, 9319.0, 9273.0, 9328.0, 9303.0, 9271.0, 9291.0, 9271.0, 9312.0, 9273.0, 9298.0, 9286.0, 9272.0, 9295.0, 9257.0, 9333.0, 9278.0, 9243.0, 9301.0, 9285.0, 9291.0, 9289.0, 9274.0, 9319.0, 9294.0, 9276.0, 9296.0, 9270.0, 9314.0, 9303.0, 9301.0, 9266.0, 9270.0, 9292.0, 9251.0, 9296.0, 9270.0, 9260.0, 9249.0, 9260.0, 9247.0, 9272.0, 9288.0, 9235.0, 9274.0, 9255.0, 9286.0, 9268.0, 9254.0, 9266.0, 9255.0, 9300.0, 9261.0, 9283.0, 9272.0, 9255.0, 9313.0, 9276.0, 9315.0, 9305.0, 9286.0, 9303.0, 9275.0, 9327.0, 9308.0, 9288.0, 9309.0, 9280.0, 9319.0, 9302.0, 9325.0, 9311.0, 9299.0, 9335.0, 9279.0, 9313.0, 9305.0, 9311.0, 9306.0, 9274.0, 9333.0, 9275.0, 9333.0, 9302.0, 9282.0, 9284.0, 9251.0, 9313.0, 9288.0, 9326.0, 9302.0, 9279.0, 9269.0, 9260.0, 9311.0, 9269.0, 9322.0, 9276.0, 9285.0, 9276.0, 9234.0, 9293.0, 9250.0, 9289.0, 9283.0, 9265.0, 9263.0, 9251.0, 9291.0, 9257.0, 9307.0, 9269.0, 9253.0, 9280.0, 9252.0, 9295.0, 9268.0, 9284.0, 9286.0, 9256.0, 9298.0, 9257.0, 9295.0, 9262.0, 9288.0, 9289.0, 9271.0, 9309.0, 9258.0, 9283.0, 9275.0, 9295.0, 9315.0, 9289.0, 9299.0, 9277.0, 9321.0, 9291.0, 9298.0, 9285.0, 9268.0, 9296.0, 9287.0, 9309.0, 9271.0, 9276.0, 9251.0, 9269.0, 9296.0, 9267.0, 9306.0, 9304.0, 9281.0, 9270.0, 9282.0, 9294.0, 9267.0, 9307.0, 9264.0, 9327.0, 9263.0, 9274.0, 9273.0, 9246.0, 9276.0, 9265.0, 9288.0, 9250.0, 9258.0, 9247.0, 9264.0, 9292.0, 9281.0, 9296.0, 9284.0, 9286.0, 9267.0, 9270.0, 9296.0, 9267.0, 9307.0, 9268.0, 9279.0, 9270.0, 9301.0, 9282.0, 9287.0, 9300.0, 9286.0, 9304.0, 9299.0, 9285.0, 9301.0, 9287.0, 9315.0, 9289.0, 9324.0, 9290.0, 9295.0, 9269.0, 9283.0, 9293.0, 9265.0, 9291.0, 9265.0, 9288.0, 9278.0, 9278.0, 9312.0, 9269.0, 9303.0, 9275.0, 9286.0, 9270.0, 9270.0, 9297.0, 9283.0, 9318.0, 9274.0, 9319.0, 9271.0, 9274.0, 9264.0, 9267.0, 9309.0, 9290.0, 9312.0, 9268.0, 9299.0, 9284.0, 9287.0, 9320.0, 9284.0, 9319.0, 9287.0, 9298.0, 9288.0, 9281.0, 9315.0, 9287.0, 9322.0, 9283.0, 9276.0, 9278.0, 9272.0, 9292.0, 9284.0, 9293.0, 9268.0, 9299.0, 9269.0, 9281.0, 9297.0, 9283.0, 9300.0, 9287.0, 9284.0, 9288.0, 9294.0, 9305.0, 9293.0, 9293.0, 9280.0, 9296.0, 9266.0, 9303.0, 9307.0, 9293.0, 9307.0, 9283.0, 9291.0, 9279.0, 9297.0, 9296.0, 9296.0, 9296.0, 9298.0, 9316.0, 9286.0, 9283.0, 9282.0, 9287.0, 9300.0, 9288.0, 9303.0, 9312.0, 9291.0, 9285.0, 9314.0, 9287.0, 9322.0, 9302.0, 9307.0, 9320.0, 9286.0, 9307.0, 9331.0, 9316.0, 9307.0, 9285.0, 9283.0, 9322.0, 9285.0, 9321.0, 9265.0, 9300.0, 9312.0, 9284.0, 9312.0, 9278.0, 9292.0, 9285.0, 9284.0, 9291.0, 9278.0, 9289.0, 9282.0, 9302.0, 9284.0, 9280.0, 9294.0, 9282.0, 9298.0, 9283.0, 9284.0, 9281.0, 9282.0, 9303.0, 9301.0, 9301.0, 9275.0, 9316.0, 9313.0, 9292.0, 9322.0, 9276.0, 9266.0, 9297.0, 9273.0, 9295.0, 9318.0, 9310.0, 9334.0, 9277.0, 9300.0, 9336.0, 9304.0, 9299.0, 9273.0, 9296.0, 9313.0, 9284.0, 9333.0, 9288.0, 9295.0, 9284.0, 9278.0, 9297.0, 9292.0, 9295.0, 9285.0, 9288.0, 9297.0, 9300.0, 9317.0, 9289.0, 9339.0, 9287.0, 9296.0, 9283.0, 9289.0, 9307.0, 9276.0, 9309.0, 9266.0, 9299.0, 9281.0, 9281.0, 9297.0, 9282.0, 9295.0, 9304.0, 9307.0, 9289.0, 9312.0, 9271.0, 9307.0, 9313.0, 9284.0, 9311.0, 9285.0, 9304.0, 9290.0, 9282.0, 9314.0, 9286.0, 9310.0, 9295.0, 9313.0, 9290.0, 9315.0, 9286.0, 9287.0, 9316.0, 9290.0, 9316.0, 9295.0, 9315.0, 9304.0, 9292.0, 9335.0, 9308.0, 9320.0, 9295.0, 9305.0, 9319.0, 9322.0, 9319.0, 9307.0, 9320.0, 9306.0, 9321.0, 9337.0, 9308.0, 9337.0, 9309.0, 9318.0, 9307.0, 9300.0, 9322.0, 9308.0, 9314.0, 9308.0, 9301.0, 9318.0, 9310.0, 9362.0, 9321.0, 9315.0, 9317.0, 9306.0, 9345.0, 9316.0, 9309.0, 9279.0, 9285.0, 9326.0, 9282.0, 9320.0, 9277.0, 9284.0, 9307.0, 9280.0, 9290.0, 9266.0, 9297.0, 9295.0, 9282.0, 9297.0, 9254.0, 9280.0, 9296.0, 9284.0, 9302.0, 9303.0, 9282.0, 9327.0, 9317.0, 9301.0, 9304.0, 9311.0, 9286.0, 9290.0, 9283.0, 9287.0, 9294.0, 9285.0, 9290.0, 9281.0, 9303.0, 9293.0, 9302.0, 9315.0, 9303.0, 9320.0, 9288.0, 9323.0, 9321.0, 9305.0, 9324.0, 9308.0, 9330.0, 9295.0, 9300.0, 9315.0, 9305.0, 9330.0, 9330.0, 9318.0, 9303.0, 9305.0, 9313.0, 9301.0, 9310.0, 9296.0, 9330.0, 9298.0, 9296.0, 9309.0, 9293.0, 9326.0, 9279.0, 9320.0, 9281.0, 9287.0, 9278.0, 9295.0, 9277.0, 9272.0, 9289.0, 9275.0, 9287.0, 9281.0, 9303.0, 9277.0, 9288.0, 9261.0, 9279.0, 9293.0, 9274.0, 9289.0, 9284.0, 9276.0, 9285.0, 9295.0, 9278.0, 9284.0, 9295.0, 9298.0, 9297.0, 9283.0, 9294.0, 9281.0, 9295.0, 9273.0, 9296.0, 9293.0, 9298.0, 9294.0, 9286.0, 9300.0, 9284.0, 9286.0, 9314.0, 9301.0, 9300.0, 9308.0, 9300.0, 9289.0, 9302.0, 9298.0, 9301.0, 9311.0, 9300.0, 9302.0, 9258.0, 9303.0, 9309.0, 9305.0, 9316.0, 9289.0, 9318.0, 9288.0, 9299.0, 9315.0, 9301.0, 9321.0, 9292.0, 9298.0, 9303.0, 9286.0, 9313.0, 9303.0, 9324.0, 9287.0, 9283.0, 9266.0, 9281.0, 9291.0, 9278.0, 9306.0, 9267.0, 9296.0, 9266.0, 9281.0, 9307.0, 9298.0, 9298.0, 9290.0, 9313.0, 9301.0, 9305.0, 9313.0, 9303.0, 9327.0, 9283.0, 9294.0, 9279.0, 9286.0, 9311.0, 9286.0, 9291.0, 9283.0, 9296.0, 9298.0, 9283.0, 9292.0, 9298.0, 9291.0, 9281.0, 9296.0, 9283.0, 9297.0, 9313.0, 9290.0, 9314.0, 9288.0, 9302.0, 9298.0, 9300.0, 9311.0, 9287.0, 9298.0, 9286.0, 9305.0, 9300.0, 9299.0, 9324.0, 9305.0, 9318.0, 9289.0, 9296.0, 9322.0, 9290.0, 9318.0, 9300.0, 9283.0, 9309.0, 9284.0, 9284.0, 9289.0, 9272.0, 9308.0, 9285.0, 9308.0, 9266.0, 9300.0, 9283.0, 9280.0, 9298.0, 9281.0, 9309.0, 9290.0, 9281.0, 9289.0, 9282.0, 9306.0, 9289.0, 9322.0, 9299.0, 9281.0, 9265.0, 9269.0, 9318.0, 9266.0, 9316.0, 9264.0, 9297.0, 9264.0, 9276.0, 9289.0, 9260.0, 9282.0, 9268.0, 9290.0, 9271.0, 9281.0, 9308.0, 9286.0, 9295.0, 9275.0, 9301.0, 9298.0, 9299.0, 9313.0, 9289.0, 9306.0, 9291.0, 9286.0, 9301.0, 9283.0, 9315.0, 9306.0, 9301.0, 9293.0, 9287.0, 9316.0, 9309.0, 9316.0, 9312.0, 9306.0, 9290.0, 9289.0, 9313.0, 9307.0, 9313.0, 9304.0, 9347.0, 9302.0, 9313.0, 9283.0, 9301.0, 9336.0, 9305.0, 9324.0, 9282.0, 9288.0, 9315.0, 9280.0, 9337.0, 9304.0, 9301.0, 9300.0, 9284.0, 9323.0, 9289.0, 9308.0, 9266.0, 9285.0, 9293.0, 9277.0, 9307.0, 9281.0, 9283.0, 9266.0, 9276.0, 9288.0, 9276.0, 9290.0, 9268.0, 9292.0, 9269.0, 9280.0, 9278.0, 9284.0, 9311.0, 9283.0, 9296.0, 9287.0, 9286.0, 9300.0, 9299.0, 9314.0, 9291.0, 9315.0, 9276.0, 9308.0, 9327.0, 9313.0, 9319.0, 9294.0, 9308.0, 9331.0, 9308.0, 9303.0, 9292.0, 9308.0, 9317.0, 9288.0, 9332.0, 9290.0, 9336.0, 9302.0, 9284.0, 9314.0, 9281.0, 9342.0, 9298.0, 9281.0, 9300.0, 9285.0, 9326.0, 9288.0, 9310.0, 9284.0, 9266.0, 9309.0, 9283.0, 9321.0, 9285.0, 9303.0, 9267.0, 9281.0, 9276.0, 9278.0, 9292.0, 9266.0, 9302.0, 9280.0, 9278.0, 9279.0, 9284.0, 9300.0, 9286.0, 9295.0, 9272.0, 9286.0, 9315.0, 9291.0, 9297.0, 9303.0, 9286.0, 9285.0, 9308.0, 9315.0, 9289.0, 9314.0, 9286.0, 9295.0, 9330.0, 9288.0, 9334.0, 9308.0, 9319.0, 9305.0, 9288.0, 9339.0, 9312.0, 9322.0, 9322.0, 9302.0, 9335.0, 9293.0, 9346.0, 9308.0, 9302.0, 9318.0, 9288.0, 9330.0, 9307.0, 9341.0, 9300.0, 9284.0, 9291.0, 9288.0, 9312.0, 9283.0, 9300.0, 9281.0, 9259.0, 9301.0, 9270.0, 9270.0, 9334.0, 9321.0, 9290.0, 9346.0, 9284.0, 9283.0, 9323.0, 9255.0, 9269.0, 9324.0, 9281.0, 9287.0, 9324.0, 9274.0, 9292.0, 9278.0, 9270.0, 9303.0, 9263.0, 9259.0, 9247.0, 9265.0, 9278.0, 9283.0, 9302.0, 9272.0, 9313.0, 9289.0, 9305.0, 9296.0, 9288.0, 9281.0, 9276.0, 9317.0, 9273.0, 9291.0, 9306.0, 9289.0, 9333.0, 9295.0, 9302.0, 9275.0, 9306.0, 9324.0, 9290.0, 9331.0, 9290.0, 9315.0, 9310.0, 9304.0, 9303.0, 9289.0, 9313.0, 9297.0, 9331.0, 9307.0, 9304.0, 9303.0, 9277.0, 9332.0, 9286.0, 9343.0, 9300.0, 9331.0, 9305.0, 9283.0, 9312.0, 9283.0, 9322.0, 9290.0, 9328.0, 9298.0, 9297.0, 9300.0, 9264.0, 9309.0, 9268.0, 9321.0, 9296.0, 9278.0, 9245.0, 9269.0, 9302.0, 9274.0, 9278.0, 9270.0, 9291.0, 9311.0, 9282.0, 9310.0, 9273.0, 9283.0, 9292.0, 9278.0, 9325.0, 9293.0, 9310.0, 9306.0, 9317.0, 9291.0, 9303.0, 9285.0, 9287.0, 9321.0, 9303.0, 9331.0, 9303.0, 9317.0, 9308.0, 9333.0, 9292.0, 9296.0, 9288.0, 9313.0, 9290.0, 9293.0, 9330.0, 9303.0, 9311.0, 9288.0, 9320.0, 9289.0, 9303.0, 9289.0, 9286.0, 9318.0, 9289.0, 9312.0, 9287.0, 9298.0, 9289.0, 9289.0, 9301.0, 9287.0, 9317.0, 9286.0, 9318.0, 9304.0, 9285.0, 9287.0, 9274.0, 9329.0, 9289.0, 9317.0, 9325.0, 9286.0, 9288.0, 9274.0, 9317.0, 9306.0, 9316.0, 9296.0, 9315.0, 9299.0, 9283.0, 9315.0, 9286.0, 9317.0, 9293.0, 9311.0, 9287.0, 9283.0, 9299.0, 9309.0, 9316.0, 9297.0, 9320.0, 9308.0, 9311.0, 9337.0, 9313.0, 9337.0, 9313.0, 9348.0, 9305.0, 9287.0, 9314.0, 9306.0, 9327.0, 9301.0, 9302.0, 9286.0, 9308.0, 9316.0, 9290.0, 9289.0, 9289.0, 9310.0, 9317.0, 9307.0, 9292.0, 9304.0, 9311.0, 9332.0, 9326.0, 9322.0, 9304.0, 9311.0, 9347.0, 9307.0, 9313.0, 9271.0, 9289.0, 9312.0, 9285.0, 9295.0, 9270.0, 9305.0, 9305.0, 9325.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.014831171032357473</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04063074822804314</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.39965588537397</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3192757305936795</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2926770085813428</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4869</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3752.2659</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12187801497721978</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.3944530046224966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6334257570787902</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.599306756209516</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8501261138658798</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4508444011609747</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00466797</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007625013589859009</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02040809579193592</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1298</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.8209905333138123</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>28.8529</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.8575</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.1019</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298481.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>797.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.8868</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.2876</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3355.1359</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3587.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78063.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1054.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4421.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.7558</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.234931933227926</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> |