=== 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-0039 --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-0039",
"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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-02/func/sub-0039_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>cd0100e6fe91e9c24fa3d48cccc004b3</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>19:28:49.280000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998494, 0.0319738, 0.0445729, -0.0383583, 0.987841, 0.150662]</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.100546</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>[4150, -7760, -7242, 668, -41, -201, 4, 74]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.862</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ee96df9d-01be-4f8e-9924-34759abe5c3f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678887367248535, -0.10291248559951782, 0.10587693005800247, 115.00968170166016], [-0.08578350394964218, 2.6503047943115234, 0.4107922613620758, -106.03362274169922], [0.11958584189414978, -0.4042161703109741, 2.6664657592773438, -50.08103561401367], [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': ['192849.280000', '192849.740000', '192850.200000', '192850.660000', '192851.120000', '192851.580000', '192852.040000', '192852.500000', '192852.960000', '192853.420000', '192853.880000', '192854.340000', '192854.800000', '192855.260000', '192855.720000', '192856.180000', '192856.640000', '192857.100000', '192857.560000', '192858.020000', '192858.480000', '192858.940000', '192859.400000', '192859.860000', '192900.320000', '192900.780000', '192901.240000', '192901.700000', '192902.160000', '192902.620000', '192903.080000', '192903.540000', '192904.000000', '192904.460000', '192904.920000', '192905.380000', '192905.840000', '192906.300000', '192906.760000', '192907.220000', '192907.680000', '192908.140000', '192908.600000', '192909.060000', '192909.520000', '192909.980000', '192910.440000', '192910.900000', '192911.360000', '192911.820000', '192912.280000', '192912.740000', '192913.200000', '192913.660000', '192914.120000', '192914.580000', '192915.040000', '192915.500000', '192915.960000', '192916.420000', '192916.880000', '192917.340000', '192917.800000', '192918.260000', '192918.720000', '192919.180000', '192919.640000', '192920.100000', '192920.560000', '192921.020000', '192921.480000', '192921.940000', '192922.400000', '192922.860000', '192923.320000', '192923.780000', '192924.240000', '192924.700000', '192925.160000', '192925.620000', '192926.080000', '192926.540000', '192927.000000', '192927.460000', '192927.920000', '192928.380000', '192928.840000', '192929.300000', '192929.760000', '192930.220000', '192930.680000', '192931.140000', '192931.600000', '192932.060000', '192932.520000', '192932.980000', '192933.440000', '192933.900000', '192934.360000', '192934.820000', '192935.280000', '192935.740000', '192936.200000', '192936.660000', '192937.120000', '192937.580000', '192938.040000', '192938.500000', '192938.960000', '192939.420000', '192939.880000', '192940.340000', '192940.800000', '192941.260000', '192941.720000', '192942.180000', '192942.640000', '192943.100000', '192943.560000', '192944.020000', '192944.480000', '192944.940000', '192945.400000', '192945.860000', '192946.320000', '192946.780000', '192947.240000', '192947.700000', '192948.160000', '192948.620000', '192949.080000', '192949.540000', '192950.000000', '192950.460000', '192950.920000', '192951.380000', '192951.840000', '192952.300000', '192952.760000', '192953.220000', '192953.680000', '192954.140000', '192954.600000', '192955.060000', '192955.520000', '192955.980000', '192956.440000', '192956.900000', '192957.360000', '192957.820000', '192958.280000', '192958.740000', '192959.200000', '192959.660000', '193000.120000', '193000.580000', '193001.040000', '193001.500000', '193001.960000', '193002.420000', '193002.880000', '193003.340000', '193003.800000', '193004.260000', '193004.720000', '193005.180000', '193005.640000', '193006.100000', '193006.560000', '193007.020000', '193007.480000', '193007.940000', '193008.400000', '193008.860000', '193009.320000', '193009.780000', '193010.240000', '193010.700000', '193011.160000', '193011.620000', '193012.080000', '193012.540000', '193013.000000', '193013.460000', '193013.920000', '193014.380000', '193014.840000', '193015.300000', '193015.760000', '193016.220000', '193016.680000', '193017.140000', '193017.600000', '193018.060000', '193018.520000', '193018.980000', '193019.440000', '193019.900000', '193020.360000', '193020.820000', '193021.280000', '193021.740000', '193022.200000', '193022.660000', '193023.120000', '193023.580000', '193024.040000', '193024.500000', '193024.960000', '193025.420000', '193025.880000', '193026.340000', '193026.800000', '193027.260000', '193027.720000', '193028.180000', '193028.640000', '193029.100000', '193029.560000', '193030.020000', '193030.480000', '193030.940000', '193031.400000', '193031.860000', '193032.320000', '193032.780000', '193033.240000', '193033.700000', '193034.160000', '193034.620000', '193035.080000', '193035.540000', '193036.000000', '193036.460000', '193036.920000', '193037.380000', '193037.840000', '193038.300000', '193038.760000', '193039.220000', '193039.680000', '193040.140000', '193040.600000', '193041.060000', '193041.520000', '193041.980000', '193042.440000', '193042.900000', '193043.360000', '193043.820000', '193044.280000', '193044.740000', '193045.200000', '193045.660000', '193046.120000', '193046.580000', '193047.040000', '193047.500000', '193047.960000', '193048.420000', '193048.880000', '193049.340000', '193049.800000', '193050.260000', '193050.720000', '193051.180000', '193051.640000', '193052.100000', '193052.560000', '193053.020000', '193053.480000', '193053.940000', '193054.400000', '193054.860000', '193055.320000', '193055.780000', '193056.240000', '193056.700000', '193057.160000', '193057.620000', '193058.080000', '193058.540000', '193059.000000', '193059.460000', '193059.920000', '193100.380000', '193100.840000', '193101.300000', '193101.760000', '193102.220000', '193102.680000', '193103.140000', '193103.600000', '193104.060000', '193104.520000', '193104.980000', '193105.440000', '193105.900000', '193106.360000', '193106.820000', '193107.280000', '193107.740000', '193108.200000', '193108.660000', '193109.120000', '193109.580000', '193110.040000', '193110.500000', '193110.960000', '193111.420000', '193111.880000', '193112.340000', '193112.800000', '193113.260000', '193113.720000', '193114.180000', '193114.640000', '193115.100000', '193115.560000', '193116.020000', '193116.480000', '193116.940000', '193117.400000', '193117.860000', '193118.320000', '193118.780000', '193119.240000', '193119.700000', '193120.160000', '193120.620000', '193121.080000', '193121.540000', '193122.000000', '193122.460000', '193122.920000', '193123.380000', '193123.840000', '193124.300000', '193124.760000', '193125.220000', '193125.680000', '193126.140000', '193126.600000', '193127.060000', '193127.520000', '193127.980000', '193128.440000', '193128.900000', '193129.360000', '193129.820000', '193130.280000', '193130.740000', '193131.200000', '193131.660000', '193132.120000', '193132.580000', '193133.040000', '193133.500000', '193133.960000', '193134.420000', '193134.880000', '193135.340000', '193135.800000', '193136.260000', '193136.720000', '193137.180000', '193137.640000', '193138.100000', '193138.560000', '193139.020000', '193139.480000', '193139.940000', '193140.400000', '193140.860000', '193141.320000', '193141.780000', '193142.240000', '193142.700000', '193143.160000', '193143.620000', '193144.080000', '193144.540000', '193145.000000', '193145.460000', '193145.920000', '193146.380000', '193146.840000', '193147.300000', '193147.760000', '193148.220000', '193148.680000', '193149.140000', '193149.600000', '193150.060000', '193150.520000', '193150.980000', '193151.440000', '193151.900000', '193152.360000', '193152.820000', '193153.280000', '193153.740000', '193154.200000', '193154.660000', '193155.120000', '193155.580000', '193156.040000', '193156.500000', '193156.960000', '193157.420000', '193157.880000', '193158.340000', '193158.800000', '193159.260000', '193159.720000', '193200.180000', '193200.640000', '193201.100000', '193201.560000', '193202.020000', '193202.480000', '193202.940000', '193203.400000', '193203.860000', '193204.320000', '193204.780000', '193205.240000', '193205.700000', '193206.160000', '193206.620000', '193207.080000', '193207.540000', '193208.000000', '193208.460000', '193208.920000', '193209.380000', '193209.840000', '193210.300000', '193210.760000', '193211.220000', '193211.680000', '193212.140000', '193212.600000', '193213.060000', '193213.520000', '193213.980000', '193214.440000', '193214.900000', '193215.360000', '193215.820000', '193216.280000', '193216.740000', '193217.200000', '193217.660000', '193218.120000', '193218.580000', '193219.040000', '193219.500000', '193219.960000', '193220.420000', '193220.880000', '193221.340000', '193221.800000', '193222.260000', '193222.720000', '193223.180000', '193223.640000', '193224.100000', '193224.560000', '193225.020000', '193225.480000', '193225.940000', '193226.400000', '193226.860000', '193227.320000', '193227.780000', '193228.240000', '193228.700000', '193229.160000', '193229.620000', '193230.080000', '193230.540000', '193231.000000', '193231.460000', '193231.920000', '193232.380000', '193232.840000', '193233.300000', '193233.760000', '193234.220000', '193234.680000', '193235.140000', '193235.600000', '193236.060000', '193236.520000', '193236.980000', '193237.440000', '193237.900000', '193238.360000', '193238.820000', '193239.280000', '193239.740000', '193240.200000', '193240.660000', '193241.120000', '193241.580000', '193242.040000', '193242.500000', '193242.960000', '193243.420000', '193243.880000', '193244.340000', '193244.800000', '193245.260000', '193245.720000', '193246.180000', '193246.640000', '193247.100000', '193247.560000', '193248.020000', '193248.480000', '193248.940000', '193249.400000', '193249.860000', '193250.320000', '193250.780000', '193251.240000', '193251.700000', '193252.160000', '193252.620000', '193253.080000', '193253.540000', '193254.000000', '193254.460000', '193254.920000', '193255.380000', '193255.840000', '193256.300000', '193256.760000', '193257.220000', '193257.680000', '193258.140000', '193258.600000', '193259.060000', '193259.520000', '193259.980000', '193300.440000', '193300.900000', '193301.360000', '193301.820000', '193302.280000', '193302.740000', '193303.200000', '193303.660000', '193304.120000', '193304.580000', '193305.040000', '193305.500000', '193305.960000', '193306.420000', '193306.880000', '193307.340000', '193307.800000', '193308.260000', '193308.720000', '193309.180000', '193309.640000', '193310.100000', '193310.560000', '193311.020000', '193311.480000', '193311.940000', '193312.400000', '193312.860000', '193313.320000', '193313.780000', '193314.240000', '193314.700000', '193315.160000', '193315.620000', '193316.080000', '193316.540000', '193317.000000', '193317.460000', '193317.920000', '193318.380000', '193318.840000', '193319.300000', '193319.760000', '193320.220000', '193320.680000', '193321.140000', '193321.600000', '193322.060000', '193322.520000', '193322.980000', '193323.440000', '193323.900000', '193324.360000', '193324.820000', '193325.280000', '193325.740000', '193326.200000', '193326.660000', '193327.120000', '193327.580000', '193328.040000', '193328.500000', '193328.960000', '193329.420000', '193329.880000', '193330.340000', '193330.800000', '193331.260000', '193331.720000', '193332.180000', '193332.640000', '193333.100000', '193333.560000', '193334.020000', '193334.480000', '193334.940000', '193335.400000', '193335.860000', '193336.320000', '193336.780000', '193337.240000', '193337.700000', '193338.160000', '193338.620000', '193339.080000', '193339.540000', '193340.000000', '193340.460000', '193340.920000', '193341.380000', '193341.840000', '193342.300000', '193342.760000', '193343.220000', '193343.680000', '193344.140000', '193344.600000', '193345.060000', '193345.520000', '193345.980000', '193346.440000', '193346.900000', '193347.360000', '193347.820000', '193348.280000', '193348.740000', '193349.200000', '193349.660000', '193350.120000', '193350.580000', '193351.040000', '193351.500000', '193351.960000', '193352.420000', '193352.880000', '193353.340000', '193353.800000', '193354.260000', '193354.720000', '193355.180000', '193355.640000', '193356.100000', '193356.560000', '193357.020000', '193357.480000', '193357.940000', '193358.400000', '193358.860000', '193359.320000', '193359.780000', '193400.240000', '193400.700000', '193401.160000', '193401.620000', '193402.080000', '193402.540000', '193403.000000', '193403.460000', '193403.920000', '193404.380000', '193404.840000', '193405.300000', '193405.760000', '193406.220000', '193406.680000', '193407.140000', '193407.600000', '193408.060000', '193408.520000', '193408.980000', '193409.440000', '193409.900000', '193410.360000', '193410.820000', '193411.280000', '193411.740000', '193412.200000', '193412.660000', '193413.120000', '193413.580000', '193414.040000', '193414.500000', '193414.960000', '193415.420000', '193415.880000', '193416.340000', '193416.800000', '193417.260000', '193417.720000', '193418.180000', '193418.640000', '193419.100000', '193419.560000', '193420.020000', '193420.480000', '193420.940000', '193421.400000', '193421.860000', '193422.320000', '193422.780000', '193423.240000', '193423.700000', '193424.160000', '193424.620000', '193425.080000', '193425.540000', '193426.000000', '193426.460000', '193426.920000', '193427.380000', '193427.840000', '193428.300000', '193428.760000', '193429.220000', '193429.680000', '193430.140000', '193430.600000', '193431.060000', '193431.520000', '193431.980000', '193432.440000', '193432.900000', '193433.360000', '193433.820000', '193434.280000', '193434.740000', '193435.200000', '193435.660000', '193436.120000', '193436.580000', '193437.040000', '193437.500000', '193437.960000', '193438.420000', '193438.880000', '193439.340000', '193439.800000', '193440.260000', '193440.720000', '193441.180000', '193441.640000', '193442.100000', '193442.560000', '193443.020000', '193443.480000', '193443.940000', '193444.400000', '193444.860000', '193445.320000', '193445.780000', '193446.240000', '193446.700000', '193447.160000', '193447.620000', '193448.080000', '193448.540000', '193449.000000', '193449.460000', '193449.920000', '193450.380000', '193450.840000', '193451.300000', '193451.760000', '193452.220000', '193452.680000', '193453.140000', '193453.600000', '193454.060000', '193454.520000', '193454.980000', '193455.440000', '193455.900000', '193456.360000', '193456.820000', '193457.280000', '193457.740000', '193458.200000', '193458.660000', '193459.120000', '193459.580000', '193500.040000', '193500.500000', '193500.960000', '193501.420000', '193501.880000', '193502.340000', '193502.800000', '193503.260000', '193503.720000', '193504.180000', '193504.640000', '193505.100000', '193505.560000', '193506.020000', '193506.480000', '193506.940000', '193507.400000', '193507.860000', '193508.320000', '193508.780000', '193509.240000', '193509.700000', '193510.160000', '193510.620000', '193511.080000', '193511.540000', '193512.000000', '193512.460000', '193512.920000', '193513.380000', '193513.840000', '193514.300000', '193514.760000', '193515.220000', '193515.680000', '193516.140000', '193516.600000', '193517.060000', '193517.520000', '193517.980000', '193518.440000', '193518.900000', '193519.360000', '193519.820000', '193520.280000', '193520.740000', '193521.200000', '193521.660000', '193522.120000', '193522.580000', '193523.040000', '193523.500000', '193523.960000', '193524.420000', '193524.880000', '193525.340000', '193525.800000', '193526.260000', '193526.720000', '193527.180000', '193527.640000', '193528.100000', '193528.560000', '193529.020000', '193529.480000', '193529.940000', '193530.400000', '193530.860000', '193531.320000', '193531.780000', '193532.240000', '193532.700000', '193533.160000', '193533.620000', '193534.080000', '193534.540000', '193535.000000', '193535.460000', '193535.920000', '193536.380000', '193536.840000', '193537.300000', '193537.760000', '193538.220000', '193538.680000', '193539.140000', '193539.600000', '193540.060000', '193540.520000', '193540.980000', '193541.440000', '193541.900000', '193542.360000', '193542.820000', '193543.280000', '193543.740000', '193544.200000', '193544.660000', '193545.120000', '193545.580000', '193546.040000', '193546.500000', '193546.960000', '193547.420000', '193547.880000', '193548.340000', '193548.800000', '193549.260000', '193549.720000', '193550.180000', '193550.640000', '193551.100000', '193551.560000', '193552.020000', '193552.480000', '193552.940000', '193553.400000', '193553.860000', '193554.320000', '193554.780000', '193555.240000', '193555.700000', '193556.160000', '193556.620000', '193557.080000', '193557.540000', '193558.000000', '193558.460000', '193558.920000', '193559.380000', '193559.840000', '193600.300000', '193600.760000', '193601.220000', '193601.680000', '193602.140000', '193602.600000', '193603.060000', '193603.520000', '193603.980000', '193604.440000', '193604.900000', '193605.360000', '193605.820000', '193606.280000', '193606.740000', '193607.200000', '193607.660000', '193608.120000', '193608.580000', '193609.040000', '193609.500000', '193609.960000', '193610.420000', '193610.880000', '193611.340000', '193611.800000', '193612.260000', '193612.720000', '193613.180000', '193613.640000', '193614.100000', '193614.560000', '193615.020000', '193615.480000', '193615.940000', '193616.400000', '193616.860000', '193617.320000', '193617.780000', '193618.240000', '193618.700000', '193619.160000', '193619.620000', '193620.080000', '193620.540000', '193621.000000', '193621.460000', '193621.920000', '193622.380000', '193622.840000', '193623.300000', '193623.760000', '193624.220000', '193624.680000', '193625.140000', '193625.600000', '193626.060000', '193626.520000', '193626.980000', '193627.440000', '193627.900000', '193628.360000', '193628.820000', '193629.280000', '193629.740000', '193630.200000', '193630.660000', '193631.120000', '193631.580000', '193632.040000', '193632.500000', '193632.960000', '193633.420000', '193633.880000', '193634.340000', '193634.800000', '193635.260000', '193635.720000', '193636.180000', '193636.640000', '193637.100000', '193637.560000', '193638.020000', '193638.480000', '193638.940000', '193639.400000', '193639.860000', '193640.320000', '193640.780000', '193641.240000', '193641.700000', '193642.160000', '193642.620000', '193643.080000', '193643.540000', '193644.000000', '193644.460000', '193644.920000', '193645.380000', '193645.840000', '193646.300000', '193646.760000', '193647.220000', '193647.680000', '193648.140000', '193648.600000', '193649.060000', '193649.520000', '193649.980000', '193650.440000', '193650.900000', '193651.360000', '193651.820000', '193652.280000', '193652.740000', '193653.200000', '193653.660000', '193654.120000', '193654.580000', '193655.040000', '193655.500000', '193655.960000', '193656.420000', '193656.880000', '193657.340000', '193657.800000', '193658.260000', '193658.720000', '193659.180000', '193659.640000', '193700.100000', '193700.560000', '193701.020000', '193701.480000', '193701.940000', '193702.400000', '193702.860000', '193703.320000', '193703.780000', '193704.240000', '193704.700000', '193705.160000', '193705.620000', '193706.080000', '193706.540000', '193707.000000', '193707.460000', '193707.920000', '193708.380000', '193708.840000', '193709.300000', '193709.760000', '193710.220000', '193710.680000', '193711.140000', '193711.600000', '193712.060000', '193712.520000', '193712.980000', '193713.440000', '193713.900000', '193714.360000', '193714.820000', '193715.280000', '193715.740000', '193716.200000', '193716.660000', '193717.120000', '193717.580000', '193718.040000', '193718.500000', '193718.960000', '193719.420000', '193719.880000', '193720.340000', '193720.800000', '193721.260000', '193721.720000', '193722.180000', '193722.640000', '193723.100000', '193723.560000', '193724.020000', '193724.480000', '193724.940000', '193725.400000', '193725.860000', '193726.320000', '193726.780000', '193727.240000', '193727.700000', '193728.160000', '193728.620000', '193729.080000', '193729.540000', '193730.000000', '193730.460000', '193730.920000', '193731.380000', '193731.840000', '193732.300000', '193732.760000', '193733.220000', '193733.680000', '193734.140000', '193734.600000', '193735.060000', '193735.520000', '193735.980000', '193736.440000', '193736.900000', '193737.360000', '193737.820000', '193738.280000', '193738.740000', '193739.200000', '193739.660000', '193740.120000', '193740.580000', '193741.040000', '193741.500000', '193741.960000', '193742.420000', '193742.880000', '193743.340000', '193743.800000', '193744.260000', '193744.720000', '193745.180000', '193745.640000', '193746.100000', '193746.560000', '193747.020000', '193747.480000', '193747.940000', '193748.400000', '193748.860000', '193749.320000', '193749.780000', '193750.240000', '193750.700000', '193751.160000', '193751.620000', '193752.080000', '193752.540000', '193753.000000', '193753.460000', '193753.920000', '193754.380000', '193754.840000', '193755.300000', '193755.760000', '193756.220000', '193756.680000', '193757.140000', '193757.600000', '193758.060000', '193758.520000', '193758.980000', '193759.440000', '193759.900000', '193800.360000', '193800.820000', '193801.280000', '193801.740000', '193802.200000', '193802.660000', '193803.120000', '193803.580000', '193804.040000', '193804.500000', '193804.960000', '193805.420000', '193805.880000', '193806.340000', '193806.800000', '193807.260000', '193807.720000', '193808.180000', '193808.640000', '193809.100000', '193809.560000', '193810.020000', '193810.480000', '193810.940000', '193811.400000', '193811.860000', '193812.320000', '193812.780000', '193813.240000', '193813.700000', '193814.160000', '193814.620000', '193815.080000', '193815.540000', '193816.000000', '193816.460000', '193816.920000', '193817.380000', '193817.840000', '193818.300000', '193818.760000', '193819.220000', '193819.680000', '193820.140000', '193820.600000', '193821.060000', '193821.520000', '193821.980000', '193822.440000', '193822.900000', '193823.360000', '193823.820000', '193824.280000', '193824.740000', '193825.200000', '193825.660000', '193826.120000', '193826.580000', '193827.040000', '193827.500000', '193827.960000', '193828.420000', '193828.880000', '193829.340000', '193829.800000', '193830.260000', '193830.720000', '193831.180000', '193831.640000', '193832.100000', '193832.560000', '193833.020000', '193833.480000', '193833.940000', '193834.400000', '193834.860000', '193835.320000', '193835.780000', '193836.240000', '193836.700000', '193837.160000', '193837.620000', '193838.080000', '193838.540000', '193839.000000', '193839.460000', '193839.920000', '193840.380000', '193840.840000', '193841.300000', '193841.760000', '193842.220000', '193842.680000', '193843.140000', '193843.600000', '193844.060000', '193844.520000', '193844.980000', '193845.440000', '193845.900000'], 'ContentTime': ['192901.226000', '192901.230000', '192901.233000', '192901.237000', '192901.240000', '192901.248000', '192901.251000', '192901.254000', '192901.257000', '192901.260000', '192901.263000', '192901.266000', '192901.269000', '192901.272000', '192901.280000', '192901.283000', '192901.286000', '192901.289000', '192901.292000', '192901.295000', '192901.298000', '192901.301000', '192901.304000', '192901.307000', '192921.185000', '192921.188000', '192921.191000', '192921.203000', '192921.206000', '192921.208000', '192921.211000', '192921.214000', '192921.217000', '192921.220000', '192921.222000', '192921.225000', '192921.228000', '192921.231000', '192921.234000', '192921.237000', '192921.239000', '192921.242000', '192921.245000', '192921.248000', '192921.251000', '192921.254000', '192921.265000', '192921.268000', '192921.271000', '192921.274000', '192921.277000', '192921.280000', '192921.282000', '192921.285000', '192921.288000', '192921.291000', '192921.294000', '192921.297000', '192921.299000', '192921.302000', '192921.305000', '192921.308000', '192921.311000', '192921.319000', '192921.322000', '192921.324000', '192921.327000', '192941.185000', '192941.188000', '192941.191000', '192941.194000', '192941.196000', '192941.199000', '192941.202000', '192941.205000', '192941.208000', '192941.210000', '192941.213000', '192941.216000', '192941.219000', '192941.222000', '192941.225000', '192941.228000', '192941.231000', '192941.233000', '192941.236000', '192941.239000', '192941.242000', '192941.245000', '192941.248000', '192941.251000', '192941.253000', '192941.256000', '192941.259000', '192941.262000', '192941.265000', '192941.268000', '192941.271000', '192941.273000', '192941.276000', '192941.279000', '192941.282000', '192941.285000', '192941.288000', '192941.291000', '192941.293000', '192941.296000', '192941.299000', '192941.302000', '192941.305000', '192941.308000', '193001.185000', '193001.188000', '193001.191000', '193001.194000', '193001.197000', '193001.200000', '193001.202000', '193001.205000', '193001.208000', '193001.211000', '193001.214000', '193001.217000', '193001.220000', '193001.223000', '193001.225000', '193001.228000', '193001.231000', '193001.234000', '193001.237000', '193001.240000', '193001.243000', '193001.245000', '193001.248000', '193001.251000', '193001.254000', '193001.257000', '193001.260000', '193001.262000', '193001.265000', '193001.268000', '193001.271000', '193001.274000', '193001.277000', '193001.280000', '193001.283000', '193001.286000', '193001.288000', '193001.291000', '193001.294000', '193001.297000', '193001.300000', '193001.303000', '193001.307000', '193021.186000', '193021.189000', '193021.192000', '193021.194000', '193021.197000', '193021.200000', '193021.203000', '193021.206000', '193021.209000', '193021.212000', '193021.214000', '193021.217000', '193021.220000', '193021.223000', '193021.226000', '193021.229000', '193021.232000', '193021.234000', '193021.237000', '193021.240000', '193021.243000', '193021.246000', '193021.249000', '193021.252000', '193021.255000', '193021.257000', '193021.260000', '193021.263000', '193021.266000', '193021.269000', '193021.272000', '193021.275000', '193021.278000', '193021.281000', '193021.283000', '193021.286000', '193021.289000', '193021.292000', '193021.295000', '193021.298000', '193021.301000', '193021.304000', '193021.306000', '193021.309000', '193041.186000', '193041.189000', '193041.192000', '193041.195000', '193041.197000', '193041.200000', '193041.203000', '193041.206000', '193041.209000', '193041.212000', '193041.215000', '193041.218000', '193041.221000', '193041.224000', '193041.227000', '193041.229000', '193041.232000', '193041.235000', '193041.238000', '193041.241000', '193041.244000', '193041.247000', '193041.250000', '193041.253000', '193041.255000', '193041.258000', '193041.261000', '193041.264000', '193041.267000', '193041.270000', '193041.273000', '193041.276000', '193041.279000', '193041.281000', '193041.284000', '193041.287000', '193041.290000', '193041.293000', '193041.296000', '193041.299000', '193041.301000', '193041.304000', '193041.330000', '193101.186000', '193101.189000', '193101.192000', '193101.195000', '193101.197000', '193101.200000', '193101.203000', '193101.206000', '193101.209000', '193101.212000', '193101.215000', '193101.218000', '193101.220000', '193101.223000', '193101.226000', '193101.229000', '193101.232000', '193101.235000', '193101.238000', '193101.241000', '193101.243000', '193101.246000', '193101.249000', '193101.252000', '193101.255000', '193101.258000', '193101.261000', '193101.264000', '193101.266000', '193101.269000', '193101.272000', '193101.275000', '193101.278000', '193101.281000', '193101.283000', '193101.286000', '193101.289000', '193101.292000', '193101.295000', '193101.298000', '193101.300000', '193101.303000', '193101.306000', '193101.309000', '193121.185000', '193121.188000', '193121.191000', '193121.194000', '193121.197000', '193121.200000', '193121.203000', '193121.205000', '193121.208000', '193121.211000', '193121.214000', '193121.217000', '193121.220000', '193121.223000', '193121.226000', '193121.229000', '193121.232000', '193121.234000', '193121.237000', '193121.240000', '193121.243000', '193121.246000', '193121.249000', '193121.252000', '193121.255000', '193121.258000', '193121.261000', '193121.263000', '193121.266000', '193121.269000', '193121.272000', '193121.275000', '193121.278000', '193121.281000', '193121.284000', '193121.287000', '193121.289000', '193121.292000', '193121.295000', '193121.298000', '193121.301000', '193121.304000', '193121.307000', '193141.186000', '193141.189000', '193141.192000', '193141.195000', '193141.198000', '193141.201000', '193141.204000', '193141.207000', '193141.209000', '193141.212000', '193141.215000', '193141.218000', '193141.221000', '193141.224000', '193141.227000', '193141.230000', '193141.232000', '193141.235000', '193141.238000', '193141.241000', '193141.244000', '193141.247000', '193141.250000', '193141.253000', '193141.255000', '193141.258000', '193141.261000', '193141.264000', '193141.267000', '193141.270000', '193141.273000', '193141.276000', '193141.279000', '193141.281000', '193141.284000', '193141.287000', '193141.290000', '193141.293000', '193141.296000', '193141.299000', '193141.302000', '193141.304000', '193141.307000', '193201.185000', '193201.188000', '193201.191000', '193201.194000', '193201.197000', '193201.200000', '193201.202000', '193201.205000', '193201.208000', '193201.211000', '193201.214000', '193201.217000', '193201.220000', '193201.223000', '193201.226000', '193201.229000', '193201.231000', '193201.234000', '193201.237000', '193201.240000', '193201.243000', '193201.246000', '193201.248000', '193201.251000', '193201.254000', '193201.257000', '193201.260000', '193201.263000', '193201.266000', '193201.269000', '193201.272000', '193201.274000', '193201.277000', '193201.280000', '193201.283000', '193201.286000', '193201.289000', '193201.292000', '193201.294000', '193201.297000', '193201.300000', '193201.303000', '193201.306000', '193201.309000', '193221.185000', '193221.188000', '193221.191000', '193221.194000', '193221.197000', '193221.201000', '193221.204000', '193221.207000', '193221.210000', '193221.213000', '193221.216000', '193221.219000', '193221.222000', '193221.225000', '193221.227000', '193221.230000', '193221.233000', '193221.242000', '193221.245000', '193221.247000', '193221.250000', '193221.253000', '193221.256000', '193221.259000', '193221.262000', '193221.265000', '193221.267000', '193221.270000', '193221.273000', '193221.276000', '193221.279000', '193221.282000', '193221.285000', '193221.288000', '193221.290000', '193221.293000', '193221.296000', '193221.299000', '193221.314000', '193221.317000', '193221.319000', '193221.322000', '193221.325000', '193241.186000', '193241.215000', '193241.218000', '193241.221000', '193241.235000', '193241.238000', '193241.241000', '193241.243000', '193241.246000', '193241.249000', '193241.252000', '193241.255000', '193241.258000', '193241.261000', '193241.264000', '193241.267000', '193241.270000', '193241.273000', '193241.275000', '193241.278000', '193241.281000', '193241.284000', '193241.287000', '193241.290000', '193241.293000', '193241.296000', '193241.299000', '193241.302000', '193241.304000', '193241.307000', '193241.310000', '193241.313000', '193241.316000', '193241.319000', '193241.322000', '193241.324000', '193241.327000', '193241.330000', '193241.333000', '193241.336000', '193241.339000', '193241.342000', '193241.345000', '193241.348000', '193301.186000', '193301.189000', '193301.192000', '193301.195000', '193301.198000', '193301.201000', '193301.204000', '193301.207000', '193301.209000', '193301.212000', '193301.215000', '193301.218000', '193301.221000', '193301.224000', '193301.227000', '193301.229000', '193301.233000', '193301.236000', '193301.238000', '193301.242000', '193301.244000', '193301.247000', '193301.250000', '193301.253000', '193301.256000', '193301.259000', '193301.262000', '193301.265000', '193301.267000', '193301.270000', '193301.273000', '193301.276000', '193301.279000', '193301.282000', '193301.285000', '193301.288000', '193301.291000', '193301.293000', '193301.296000', '193301.299000', '193301.302000', '193301.305000', '193301.308000', '193321.186000', '193321.197000', '193321.200000', '193321.203000', '193321.206000', '193321.209000', '193321.212000', '193321.214000', '193321.217000', '193321.220000', '193321.223000', '193321.226000', '193321.229000', '193321.232000', '193321.235000', '193321.238000', '193321.241000', '193321.244000', '193321.247000', '193321.249000', '193321.252000', '193321.255000', '193321.258000', '193321.261000', '193321.264000', '193321.267000', '193321.270000', '193321.273000', '193321.275000', '193321.278000', '193321.281000', '193321.284000', '193321.287000', '193321.290000', '193321.293000', '193321.296000', '193321.298000', '193321.301000', '193321.304000', '193321.307000', '193321.310000', '193321.313000', '193321.316000', '193321.319000', '193341.185000', '193341.188000', '193341.191000', '193341.194000', '193341.197000', '193341.200000', '193341.203000', '193341.206000', '193341.208000', '193341.211000', '193341.214000', '193341.217000', '193341.220000', '193341.223000', '193341.226000', '193341.229000', '193341.232000', '193341.235000', '193341.237000', '193341.240000', '193341.243000', '193341.248000', '193341.251000', '193341.254000', '193341.257000', '193341.259000', '193341.262000', '193341.265000', '193341.268000', '193341.271000', '193341.274000', '193341.277000', '193341.280000', '193341.282000', '193341.285000', '193341.288000', '193341.291000', '193341.294000', '193341.297000', '193341.300000', '193341.303000', '193341.306000', '193341.308000', '193401.185000', '193401.198000', '193401.201000', '193401.204000', '193401.207000', '193401.210000', '193401.226000', '193401.229000', '193401.232000', '193401.234000', '193401.237000', '193401.240000', '193401.243000', '193401.246000', '193401.249000', '193401.252000', '193401.255000', '193401.257000', '193401.260000', '193401.263000', '193401.266000', '193401.269000', '193401.272000', '193401.275000', '193401.278000', '193401.281000', '193401.284000', '193401.286000', '193401.289000', '193401.292000', '193401.295000', '193401.298000', '193401.301000', '193401.304000', '193401.307000', '193401.310000', '193401.312000', '193401.315000', '193401.318000', '193401.321000', '193401.324000', '193401.327000', '193401.330000', '193401.333000', '193421.185000', '193421.225000', '193421.229000', '193421.231000', '193421.243000', '193421.246000', '193421.249000', '193421.252000', '193421.255000', '193421.257000', '193421.260000', '193421.263000', '193421.266000', '193421.269000', '193421.272000', '193421.275000', '193421.278000', '193421.281000', '193421.284000', '193421.287000', '193421.289000', '193421.292000', '193421.295000', '193421.298000', '193421.301000', '193421.304000', '193421.307000', '193421.310000', '193421.313000', '193421.316000', '193421.319000', '193421.322000', '193421.325000', '193421.327000', '193421.330000', '193421.333000', '193421.336000', '193421.339000', '193421.342000', '193421.345000', '193421.348000', '193421.350000', '193421.353000', '193441.185000', '193441.188000', '193441.191000', '193441.194000', '193441.197000', '193441.200000', '193441.202000', '193441.205000', '193441.208000', '193441.211000', '193441.214000', '193441.217000', '193441.220000', '193441.223000', '193441.226000', '193441.229000', '193441.232000', '193441.234000', '193441.237000', '193441.240000', '193441.243000', '193441.246000', '193441.249000', '193441.252000', '193441.255000', '193441.258000', '193441.260000', '193441.263000', '193441.266000', '193441.269000', '193441.272000', '193441.275000', '193441.278000', '193441.281000', '193441.284000', '193441.287000', '193441.290000', '193441.292000', '193441.295000', '193441.298000', '193441.301000', '193441.304000', '193441.307000', '193441.310000', '193501.186000', '193501.209000', '193501.212000', '193501.215000', '193501.220000', '193501.223000', '193501.226000', '193501.229000', '193501.232000', '193501.235000', '193501.237000', '193501.240000', '193501.243000', '193501.246000', '193501.249000', '193501.252000', '193501.255000', '193501.258000', '193501.260000', '193501.263000', '193501.266000', '193501.269000', '193501.272000', '193501.275000', '193501.278000', '193501.283000', '193501.287000', '193501.290000', '193501.293000', '193501.296000', '193501.299000', '193501.302000', '193501.304000', '193501.307000', '193501.310000', '193501.313000', '193501.316000', '193501.319000', '193501.322000', '193501.325000', '193501.327000', '193501.330000', '193501.333000', '193521.186000', '193521.207000', '193521.216000', '193521.219000', '193521.221000', '193521.224000', '193521.227000', '193521.230000', '193521.233000', '193521.236000', '193521.239000', '193521.241000', '193521.244000', '193521.247000', '193521.250000', '193521.253000', '193521.256000', '193521.259000', '193521.262000', '193521.265000', '193521.268000', '193521.270000', '193521.273000', '193521.276000', '193521.279000', '193521.282000', '193521.284000', '193521.287000', '193521.290000', '193521.293000', '193521.296000', '193521.299000', '193521.302000', '193521.305000', '193521.308000', '193521.310000', '193521.313000', '193521.316000', '193521.319000', '193521.322000', '193521.325000', '193521.327000', '193521.330000', '193521.333000', '193541.186000', '193541.206000', '193541.209000', '193541.211000', '193541.214000', '193541.217000', '193541.220000', '193541.223000', '193541.226000', '193541.228000', '193541.231000', '193541.234000', '193541.237000', '193541.240000', '193541.243000', '193541.246000', '193541.249000', '193541.252000', '193541.254000', '193541.257000', '193541.260000', '193541.263000', '193541.266000', '193541.269000', '193541.272000', '193541.275000', '193541.278000', '193541.280000', '193541.283000', '193541.286000', '193541.289000', '193541.295000', '193541.297000', '193541.300000', '193541.303000', '193541.306000', '193541.309000', '193541.312000', '193541.315000', '193541.318000', '193541.321000', '193541.324000', '193541.326000', '193601.185000', '193601.217000', '193601.219000', '193601.222000', '193601.225000', '193601.228000', '193601.251000', '193601.254000', '193601.257000', '193601.260000', '193601.262000', '193601.265000', '193601.268000', '193601.271000', '193601.274000', '193601.277000', '193601.280000', '193601.283000', '193601.286000', '193601.289000', '193601.291000', '193601.294000', '193601.297000', '193601.300000', '193601.303000', '193601.306000', '193601.309000', '193601.312000', '193601.315000', '193601.318000', '193601.320000', '193601.323000', '193601.326000', '193601.329000', '193601.332000', '193601.335000', '193601.338000', '193601.340000', '193601.343000', '193601.346000', '193601.349000', '193601.352000', '193601.355000', '193601.358000', '193621.185000', '193621.227000', '193621.230000', '193621.233000', '193621.236000', '193621.239000', '193621.242000', '193621.245000', '193621.247000', '193621.250000', '193621.253000', '193621.257000', '193621.260000', '193621.263000', '193621.266000', '193621.269000', '193621.272000', '193621.275000', '193621.278000', '193621.280000', '193621.283000', '193621.286000', '193621.289000', '193621.292000', '193621.295000', '193621.298000', '193621.300000', '193621.303000', '193621.306000', '193621.309000', '193621.312000', '193621.315000', '193621.318000', '193621.321000', '193621.324000', '193621.327000', '193621.330000', '193621.333000', '193621.336000', '193621.339000', '193621.342000', '193621.345000', '193621.348000', '193641.185000', '193641.188000', '193641.191000', '193641.194000', '193641.197000', '193641.200000', '193641.202000', '193641.205000', '193641.208000', '193641.211000', '193641.214000', '193641.217000', '193641.220000', '193641.235000', '193641.238000', '193641.241000', '193641.243000', '193641.246000', '193641.249000', '193641.252000', '193641.255000', '193641.258000', '193641.261000', '193641.264000', '193641.267000', '193641.270000', '193641.273000', '193641.275000', '193641.278000', '193641.281000', '193641.284000', '193641.287000', '193641.290000', '193641.293000', '193641.295000', '193641.298000', '193641.301000', '193641.304000', '193641.307000', '193641.310000', '193641.313000', '193641.316000', '193641.319000', '193641.321000', '193701.185000', '193701.216000', '193701.219000', '193701.221000', '193701.224000', '193701.227000', '193701.230000', '193701.233000', '193701.236000', '193701.239000', '193701.241000', '193701.244000', '193701.247000', '193701.250000', '193701.253000', '193701.256000', '193701.259000', '193701.262000', '193701.265000', '193701.268000', '193701.271000', '193701.274000', '193701.276000', '193701.279000', '193701.282000', '193701.285000', '193701.288000', '193701.291000', '193701.294000', '193701.297000', '193701.300000', '193701.302000', '193701.305000', '193701.308000', '193701.311000', '193701.314000', '193701.317000', '193701.320000', '193701.323000', '193701.326000', '193701.329000', '193701.332000', '193701.335000', '193721.186000', '193721.189000', '193721.192000', '193721.195000', '193721.198000', '193721.200000', '193721.203000', '193721.206000', '193721.209000', '193721.212000', '193721.215000', '193721.218000', '193721.220000', '193721.223000', '193721.226000', '193721.229000', '193721.232000', '193721.235000', '193721.238000', '193721.241000', '193721.243000', '193721.246000', '193721.249000', '193721.252000', '193721.255000', '193721.258000', '193721.261000', '193721.264000', '193721.267000', '193721.270000', '193721.272000', '193721.275000', '193721.278000', '193721.281000', '193721.284000', '193721.287000', '193721.290000', '193721.293000', '193721.295000', '193721.298000', '193721.301000', '193721.304000', '193721.307000', '193741.186000', '193741.189000', '193741.192000', '193741.195000', '193741.198000', '193741.201000', '193741.204000', '193741.206000', '193741.209000', '193741.212000', '193741.215000', '193741.218000', '193741.221000', '193741.224000', '193741.227000', '193741.230000', '193741.233000', '193741.235000', '193741.238000', '193741.241000', '193741.244000', '193741.247000', '193741.250000', '193741.253000', '193741.256000', '193741.258000', '193741.261000', '193741.264000', '193741.267000', '193741.270000', '193741.273000', '193741.276000', '193741.279000', '193741.282000', '193741.285000', '193741.287000', '193741.290000', '193741.294000', '193741.297000', '193741.300000', '193741.303000', '193741.306000', '193741.309000', '193741.312000', '193801.186000', '193801.241000', '193801.244000', '193801.246000', '193801.249000', '193801.252000', '193801.255000', '193801.258000', '193801.261000', '193801.264000', '193801.267000', '193801.270000', '193801.273000', '193801.276000', '193801.279000', '193801.282000', '193801.284000', '193801.287000', '193801.290000', '193801.293000', '193801.296000', '193801.299000', '193801.302000', '193801.305000', '193801.308000', '193801.310000', '193801.313000', '193801.316000', '193801.319000', '193801.322000', '193801.325000', '193801.328000', '193801.330000', '193801.333000', '193801.336000', '193801.339000', '193801.342000', '193801.345000', '193801.348000', '193801.351000', '193801.353000', '193801.356000', '193801.359000', '193801.362000', '193821.185000', '193821.188000', '193821.191000', '193821.194000', '193821.197000', '193821.200000', '193821.203000', '193821.205000', '193821.208000', '193821.211000', '193821.214000', '193821.217000', '193821.220000', '193821.223000', '193821.226000', '193821.228000', '193821.231000', '193821.234000', '193821.237000', '193821.240000', '193821.243000', '193821.246000', '193821.249000', '193821.252000', '193821.255000', '193821.257000', '193821.260000', '193821.263000', '193821.266000', '193821.269000', '193821.272000', '193821.275000', '193821.278000', '193821.281000', '193821.284000', '193821.286000', '193821.289000', '193821.292000', '193821.295000', '193821.298000', '193821.301000', '193821.304000', '193821.307000', '193841.185000', '193841.188000', '193841.191000', '193841.194000', '193841.197000', '193841.200000', '193841.203000', '193841.205000', '193841.208000', '193841.211000', '193841.214000', '193841.217000', '193841.220000', '193841.223000', '193841.225000', '193841.228000', '193841.231000', '193841.234000', '193841.237000', '193841.240000', '193841.243000', '193841.246000', '193841.249000', '193841.252000', '193841.255000', '193841.257000', '193841.260000', '193841.263000', '193841.266000', '193841.269000', '193841.272000', '193841.275000', '193841.278000', '193841.281000', '193841.283000', '193841.286000', '193841.289000', '193841.292000', '193841.295000', '193841.298000', '193841.301000', '193841.304000', '193841.307000', '193841.309000', '193847.200000', '193847.203000', '193847.206000', '193847.209000', '193847.212000', '193847.215000', '193847.218000', '193847.221000', '193847.224000', '193847.227000', '193847.230000', '193847.233000', '193847.236000'], 'InstanceCreationTime': ['192901.226000', '192901.230000', '192901.233000', '192901.237000', '192901.240000', '192901.248000', '192901.251000', '192901.254000', '192901.257000', '192901.260000', '192901.263000', '192901.266000', '192901.269000', '192901.272000', '192901.280000', '192901.283000', '192901.286000', '192901.289000', '192901.292000', '192901.295000', '192901.298000', '192901.301000', '192901.304000', '192901.307000', '192921.185000', '192921.188000', '192921.191000', '192921.203000', '192921.206000', '192921.208000', '192921.211000', '192921.214000', '192921.217000', '192921.220000', '192921.222000', '192921.225000', '192921.228000', '192921.231000', '192921.234000', '192921.237000', '192921.239000', '192921.242000', '192921.245000', '192921.248000', '192921.251000', '192921.254000', '192921.265000', '192921.268000', '192921.271000', '192921.274000', '192921.277000', '192921.280000', '192921.282000', '192921.285000', '192921.288000', '192921.291000', '192921.294000', '192921.297000', '192921.299000', '192921.302000', '192921.305000', '192921.308000', '192921.311000', '192921.319000', '192921.322000', '192921.324000', '192921.327000', '192941.185000', '192941.188000', '192941.191000', '192941.194000', '192941.196000', '192941.199000', '192941.202000', '192941.205000', '192941.208000', '192941.210000', '192941.213000', '192941.216000', '192941.219000', '192941.222000', '192941.225000', '192941.228000', '192941.231000', '192941.233000', '192941.236000', '192941.239000', '192941.242000', '192941.245000', '192941.248000', '192941.251000', '192941.253000', '192941.256000', '192941.259000', '192941.262000', '192941.265000', '192941.268000', '192941.271000', '192941.273000', '192941.276000', '192941.279000', '192941.282000', '192941.285000', '192941.288000', '192941.291000', '192941.293000', '192941.296000', '192941.299000', '192941.302000', '192941.305000', '192941.308000', '193001.185000', '193001.188000', '193001.191000', '193001.194000', '193001.197000', '193001.200000', '193001.202000', '193001.205000', '193001.208000', '193001.211000', '193001.214000', '193001.217000', '193001.220000', '193001.223000', '193001.225000', '193001.228000', '193001.231000', '193001.234000', '193001.237000', '193001.240000', '193001.243000', '193001.245000', '193001.248000', '193001.251000', '193001.254000', '193001.257000', '193001.260000', '193001.262000', '193001.265000', '193001.268000', '193001.271000', '193001.274000', '193001.277000', '193001.280000', '193001.283000', '193001.286000', '193001.288000', '193001.291000', '193001.294000', '193001.297000', '193001.300000', '193001.303000', '193001.307000', '193021.186000', '193021.189000', '193021.192000', '193021.194000', '193021.197000', '193021.200000', '193021.203000', '193021.206000', '193021.209000', '193021.212000', '193021.214000', '193021.217000', '193021.220000', '193021.223000', '193021.226000', '193021.229000', '193021.232000', '193021.234000', '193021.237000', '193021.240000', '193021.243000', '193021.246000', '193021.249000', '193021.252000', '193021.255000', '193021.257000', '193021.260000', '193021.263000', '193021.266000', '193021.269000', '193021.272000', '193021.275000', '193021.278000', '193021.281000', '193021.283000', '193021.286000', '193021.289000', '193021.292000', '193021.295000', '193021.298000', '193021.301000', '193021.304000', '193021.306000', '193021.309000', '193041.186000', '193041.189000', '193041.192000', '193041.195000', '193041.197000', '193041.200000', '193041.203000', '193041.206000', '193041.209000', '193041.212000', '193041.215000', '193041.218000', '193041.221000', '193041.224000', '193041.227000', '193041.229000', '193041.232000', '193041.235000', '193041.238000', '193041.241000', '193041.244000', '193041.247000', '193041.250000', '193041.253000', '193041.255000', '193041.258000', '193041.261000', '193041.264000', '193041.267000', '193041.270000', '193041.273000', '193041.276000', '193041.279000', '193041.281000', '193041.284000', '193041.287000', '193041.290000', '193041.293000', '193041.296000', '193041.299000', '193041.301000', '193041.304000', '193041.330000', '193101.186000', '193101.189000', '193101.192000', '193101.195000', '193101.197000', '193101.200000', '193101.203000', '193101.206000', '193101.209000', '193101.212000', '193101.215000', '193101.218000', '193101.220000', '193101.223000', '193101.226000', '193101.229000', '193101.232000', '193101.235000', '193101.238000', '193101.241000', '193101.243000', '193101.246000', '193101.249000', '193101.252000', '193101.255000', '193101.258000', '193101.261000', '193101.264000', '193101.266000', '193101.269000', '193101.272000', '193101.275000', '193101.278000', '193101.281000', '193101.283000', '193101.286000', '193101.289000', '193101.292000', '193101.295000', '193101.298000', '193101.300000', '193101.303000', '193101.306000', '193101.309000', '193121.185000', '193121.188000', '193121.191000', '193121.194000', '193121.197000', '193121.200000', '193121.203000', '193121.205000', '193121.208000', '193121.211000', '193121.214000', '193121.217000', '193121.220000', '193121.223000', '193121.226000', '193121.229000', '193121.232000', '193121.234000', '193121.237000', '193121.240000', '193121.243000', '193121.246000', '193121.249000', '193121.252000', '193121.255000', '193121.258000', '193121.261000', '193121.263000', '193121.266000', '193121.269000', '193121.272000', '193121.275000', '193121.278000', '193121.281000', '193121.284000', '193121.287000', '193121.289000', '193121.292000', '193121.295000', '193121.298000', '193121.301000', '193121.304000', '193121.307000', '193141.186000', '193141.189000', '193141.192000', '193141.195000', '193141.198000', '193141.201000', '193141.204000', '193141.207000', '193141.209000', '193141.212000', '193141.215000', '193141.218000', '193141.221000', '193141.224000', '193141.227000', '193141.230000', '193141.232000', '193141.235000', '193141.238000', '193141.241000', '193141.244000', '193141.247000', '193141.250000', '193141.253000', '193141.255000', '193141.258000', '193141.261000', '193141.264000', '193141.267000', '193141.270000', '193141.273000', '193141.276000', '193141.279000', '193141.281000', '193141.284000', '193141.287000', '193141.290000', '193141.293000', '193141.296000', '193141.299000', '193141.302000', '193141.304000', '193141.307000', '193201.185000', '193201.188000', '193201.191000', '193201.194000', '193201.197000', '193201.200000', '193201.202000', '193201.205000', '193201.208000', '193201.211000', '193201.214000', '193201.217000', '193201.220000', '193201.223000', '193201.226000', '193201.229000', '193201.231000', '193201.234000', '193201.237000', '193201.240000', '193201.243000', '193201.246000', '193201.248000', '193201.251000', '193201.254000', '193201.257000', '193201.260000', '193201.263000', '193201.266000', '193201.269000', '193201.272000', '193201.274000', '193201.277000', '193201.280000', '193201.283000', '193201.286000', '193201.289000', '193201.292000', '193201.294000', '193201.297000', '193201.300000', '193201.303000', '193201.306000', '193201.309000', '193221.185000', '193221.188000', '193221.191000', '193221.194000', '193221.197000', '193221.201000', '193221.204000', '193221.207000', '193221.210000', '193221.213000', '193221.216000', '193221.219000', '193221.222000', '193221.225000', '193221.227000', '193221.230000', '193221.233000', '193221.242000', '193221.245000', '193221.247000', '193221.250000', '193221.253000', '193221.256000', '193221.259000', '193221.262000', '193221.265000', '193221.267000', '193221.270000', '193221.273000', '193221.276000', '193221.279000', '193221.282000', '193221.285000', '193221.288000', '193221.290000', '193221.293000', '193221.296000', '193221.299000', '193221.314000', '193221.317000', '193221.319000', '193221.322000', '193221.325000', '193241.186000', '193241.215000', '193241.218000', '193241.221000', '193241.235000', '193241.238000', '193241.241000', '193241.243000', '193241.246000', '193241.249000', '193241.252000', '193241.255000', '193241.258000', '193241.261000', '193241.264000', '193241.267000', '193241.270000', '193241.273000', '193241.275000', '193241.278000', '193241.281000', '193241.284000', '193241.287000', '193241.290000', '193241.293000', '193241.296000', '193241.299000', '193241.302000', '193241.304000', '193241.307000', '193241.310000', '193241.313000', '193241.316000', '193241.319000', '193241.322000', '193241.324000', '193241.327000', '193241.330000', '193241.333000', '193241.336000', '193241.339000', '193241.342000', '193241.345000', '193241.348000', '193301.186000', '193301.189000', '193301.192000', '193301.195000', '193301.198000', '193301.201000', '193301.204000', '193301.207000', '193301.209000', '193301.212000', '193301.215000', '193301.218000', '193301.221000', '193301.224000', '193301.227000', '193301.229000', '193301.233000', '193301.236000', '193301.238000', '193301.242000', '193301.244000', '193301.247000', '193301.250000', '193301.253000', '193301.256000', '193301.259000', '193301.262000', '193301.265000', '193301.267000', '193301.270000', '193301.273000', '193301.276000', '193301.279000', '193301.282000', '193301.285000', '193301.288000', '193301.291000', '193301.293000', '193301.296000', '193301.299000', '193301.302000', '193301.305000', '193301.308000', '193321.186000', '193321.197000', '193321.200000', '193321.203000', '193321.206000', '193321.209000', '193321.212000', '193321.214000', '193321.217000', '193321.220000', '193321.223000', '193321.226000', '193321.229000', '193321.232000', '193321.235000', '193321.238000', '193321.241000', '193321.244000', '193321.247000', '193321.249000', '193321.252000', '193321.255000', '193321.258000', '193321.261000', '193321.264000', '193321.267000', '193321.270000', '193321.273000', '193321.275000', '193321.278000', '193321.281000', '193321.284000', '193321.287000', '193321.290000', '193321.293000', '193321.296000', '193321.298000', '193321.301000', '193321.304000', '193321.307000', '193321.310000', '193321.313000', '193321.316000', '193321.319000', '193341.185000', '193341.188000', '193341.191000', '193341.194000', '193341.197000', '193341.200000', '193341.203000', '193341.206000', '193341.208000', '193341.211000', '193341.214000', '193341.217000', '193341.220000', '193341.223000', '193341.226000', '193341.229000', '193341.232000', '193341.235000', '193341.237000', '193341.240000', '193341.243000', '193341.248000', '193341.251000', '193341.254000', '193341.257000', '193341.259000', '193341.262000', '193341.265000', '193341.268000', '193341.271000', '193341.274000', '193341.277000', '193341.280000', '193341.282000', '193341.285000', '193341.288000', '193341.291000', '193341.294000', '193341.297000', '193341.300000', '193341.303000', '193341.306000', '193341.308000', '193401.185000', '193401.198000', '193401.201000', '193401.204000', '193401.207000', '193401.210000', '193401.226000', '193401.229000', '193401.232000', '193401.234000', '193401.237000', '193401.240000', '193401.243000', '193401.246000', '193401.249000', '193401.252000', '193401.255000', '193401.257000', '193401.260000', '193401.263000', '193401.266000', '193401.269000', '193401.272000', '193401.275000', '193401.278000', '193401.281000', '193401.284000', '193401.286000', '193401.289000', '193401.292000', '193401.295000', '193401.298000', '193401.301000', '193401.304000', '193401.307000', '193401.310000', '193401.312000', '193401.315000', '193401.318000', '193401.321000', '193401.324000', '193401.327000', '193401.330000', '193401.333000', '193421.185000', '193421.225000', '193421.229000', '193421.231000', '193421.243000', '193421.246000', '193421.249000', '193421.252000', '193421.255000', '193421.257000', '193421.260000', '193421.263000', '193421.266000', '193421.269000', '193421.272000', '193421.275000', '193421.278000', '193421.281000', '193421.284000', '193421.287000', '193421.289000', '193421.292000', '193421.295000', '193421.298000', '193421.301000', '193421.304000', '193421.307000', '193421.310000', '193421.313000', '193421.316000', '193421.319000', '193421.322000', '193421.325000', '193421.327000', '193421.330000', '193421.333000', '193421.336000', '193421.339000', '193421.342000', '193421.345000', '193421.348000', '193421.350000', '193421.353000', '193441.185000', '193441.188000', '193441.191000', '193441.194000', '193441.197000', '193441.200000', '193441.202000', '193441.205000', '193441.208000', '193441.211000', '193441.214000', '193441.217000', '193441.220000', '193441.223000', '193441.226000', '193441.229000', '193441.232000', '193441.234000', '193441.237000', '193441.240000', '193441.243000', '193441.246000', '193441.249000', '193441.252000', '193441.255000', '193441.258000', '193441.260000', '193441.263000', '193441.266000', '193441.269000', '193441.272000', '193441.275000', '193441.278000', '193441.281000', '193441.284000', '193441.287000', '193441.290000', '193441.292000', '193441.295000', '193441.298000', '193441.301000', '193441.304000', '193441.307000', '193441.310000', '193501.186000', '193501.209000', '193501.212000', '193501.215000', '193501.220000', '193501.223000', '193501.226000', '193501.229000', '193501.232000', '193501.235000', '193501.237000', '193501.240000', '193501.243000', '193501.246000', '193501.249000', '193501.252000', '193501.255000', '193501.258000', '193501.260000', '193501.263000', '193501.266000', '193501.269000', '193501.272000', '193501.275000', '193501.278000', '193501.283000', '193501.287000', '193501.290000', '193501.293000', '193501.296000', '193501.299000', '193501.302000', '193501.304000', '193501.307000', '193501.310000', '193501.313000', '193501.316000', '193501.319000', '193501.322000', '193501.325000', '193501.327000', '193501.330000', '193501.333000', '193521.186000', '193521.207000', '193521.216000', '193521.219000', '193521.221000', '193521.224000', '193521.227000', '193521.230000', '193521.233000', '193521.236000', '193521.239000', '193521.241000', '193521.244000', '193521.247000', '193521.250000', '193521.253000', '193521.256000', '193521.259000', '193521.262000', '193521.265000', '193521.268000', '193521.270000', '193521.273000', '193521.276000', '193521.279000', '193521.282000', '193521.284000', '193521.287000', '193521.290000', '193521.293000', '193521.296000', '193521.299000', '193521.302000', '193521.305000', '193521.308000', '193521.310000', '193521.313000', '193521.316000', '193521.319000', '193521.322000', '193521.325000', '193521.327000', '193521.330000', '193521.333000', '193541.186000', '193541.206000', '193541.209000', '193541.211000', '193541.214000', '193541.217000', '193541.220000', '193541.223000', '193541.226000', '193541.228000', '193541.231000', '193541.234000', '193541.237000', '193541.240000', '193541.243000', '193541.246000', '193541.249000', '193541.252000', '193541.254000', '193541.257000', '193541.260000', '193541.263000', '193541.266000', '193541.269000', '193541.272000', '193541.275000', '193541.278000', '193541.280000', '193541.283000', '193541.286000', '193541.289000', '193541.295000', '193541.297000', '193541.300000', '193541.303000', '193541.306000', '193541.309000', '193541.312000', '193541.315000', '193541.318000', '193541.321000', '193541.324000', '193541.326000', '193601.185000', '193601.217000', '193601.219000', '193601.222000', '193601.225000', '193601.228000', '193601.251000', '193601.254000', '193601.257000', '193601.260000', '193601.262000', '193601.265000', '193601.268000', '193601.271000', '193601.274000', '193601.277000', '193601.280000', '193601.283000', '193601.286000', '193601.289000', '193601.291000', '193601.294000', '193601.297000', '193601.300000', '193601.303000', '193601.306000', '193601.309000', '193601.312000', '193601.315000', '193601.318000', '193601.320000', '193601.323000', '193601.326000', '193601.329000', '193601.332000', '193601.335000', '193601.338000', '193601.340000', '193601.343000', '193601.346000', '193601.349000', '193601.352000', '193601.355000', '193601.358000', '193621.185000', '193621.227000', '193621.230000', '193621.233000', '193621.236000', '193621.239000', '193621.242000', '193621.245000', '193621.247000', '193621.250000', '193621.253000', '193621.257000', '193621.260000', '193621.263000', '193621.266000', '193621.269000', '193621.272000', '193621.275000', '193621.278000', '193621.280000', '193621.283000', '193621.286000', '193621.289000', '193621.292000', '193621.295000', '193621.298000', '193621.300000', '193621.303000', '193621.306000', '193621.309000', '193621.312000', '193621.315000', '193621.318000', '193621.321000', '193621.324000', '193621.327000', '193621.330000', '193621.333000', '193621.336000', '193621.339000', '193621.342000', '193621.345000', '193621.348000', '193641.185000', '193641.188000', '193641.191000', '193641.194000', '193641.197000', '193641.200000', '193641.202000', '193641.205000', '193641.208000', '193641.211000', '193641.214000', '193641.217000', '193641.220000', '193641.235000', '193641.238000', '193641.241000', '193641.243000', '193641.246000', '193641.249000', '193641.252000', '193641.255000', '193641.258000', '193641.261000', '193641.264000', '193641.267000', '193641.270000', '193641.273000', '193641.275000', '193641.278000', '193641.281000', '193641.284000', '193641.287000', '193641.290000', '193641.293000', '193641.295000', '193641.298000', '193641.301000', '193641.304000', '193641.307000', '193641.310000', '193641.313000', '193641.316000', '193641.319000', '193641.321000', '193701.185000', '193701.216000', '193701.219000', '193701.221000', '193701.224000', '193701.227000', '193701.230000', '193701.233000', '193701.236000', '193701.239000', '193701.241000', '193701.244000', '193701.247000', '193701.250000', '193701.253000', '193701.256000', '193701.259000', '193701.262000', '193701.265000', '193701.268000', '193701.271000', '193701.274000', '193701.276000', '193701.279000', '193701.282000', '193701.285000', '193701.288000', '193701.291000', '193701.294000', '193701.297000', '193701.300000', '193701.302000', '193701.305000', '193701.308000', '193701.311000', '193701.314000', '193701.317000', '193701.320000', '193701.323000', '193701.326000', '193701.329000', '193701.332000', '193701.335000', '193721.186000', '193721.189000', '193721.192000', '193721.195000', '193721.198000', '193721.200000', '193721.203000', '193721.206000', '193721.209000', '193721.212000', '193721.215000', '193721.218000', '193721.220000', '193721.223000', '193721.226000', '193721.229000', '193721.232000', '193721.235000', '193721.238000', '193721.241000', '193721.243000', '193721.246000', '193721.249000', '193721.252000', '193721.255000', '193721.258000', '193721.261000', '193721.264000', '193721.267000', '193721.270000', '193721.272000', '193721.275000', '193721.278000', '193721.281000', '193721.284000', '193721.287000', '193721.290000', '193721.293000', '193721.295000', '193721.298000', '193721.301000', '193721.304000', '193721.307000', '193741.186000', '193741.189000', '193741.192000', '193741.195000', '193741.198000', '193741.201000', '193741.204000', '193741.206000', '193741.209000', '193741.212000', '193741.215000', '193741.218000', '193741.221000', '193741.224000', '193741.227000', '193741.230000', '193741.233000', '193741.235000', '193741.238000', '193741.241000', '193741.244000', '193741.247000', '193741.250000', '193741.253000', '193741.256000', '193741.258000', '193741.261000', '193741.264000', '193741.267000', '193741.270000', '193741.273000', '193741.276000', '193741.279000', '193741.282000', '193741.285000', '193741.287000', '193741.290000', '193741.294000', '193741.297000', '193741.300000', '193741.303000', '193741.306000', '193741.309000', '193741.312000', '193801.186000', '193801.241000', '193801.244000', '193801.246000', '193801.249000', '193801.252000', '193801.255000', '193801.258000', '193801.261000', '193801.264000', '193801.267000', '193801.270000', '193801.273000', '193801.276000', '193801.279000', '193801.282000', '193801.284000', '193801.287000', '193801.290000', '193801.293000', '193801.296000', '193801.299000', '193801.302000', '193801.305000', '193801.308000', '193801.310000', '193801.313000', '193801.316000', '193801.319000', '193801.322000', '193801.325000', '193801.328000', '193801.330000', '193801.333000', '193801.336000', '193801.339000', '193801.342000', '193801.345000', '193801.348000', '193801.351000', '193801.353000', '193801.356000', '193801.359000', '193801.362000', '193821.185000', '193821.188000', '193821.191000', '193821.194000', '193821.197000', '193821.200000', '193821.203000', '193821.205000', '193821.208000', '193821.211000', '193821.214000', '193821.217000', '193821.220000', '193821.223000', '193821.226000', '193821.228000', '193821.231000', '193821.234000', '193821.237000', '193821.240000', '193821.243000', '193821.246000', '193821.249000', '193821.252000', '193821.255000', '193821.257000', '193821.260000', '193821.263000', '193821.266000', '193821.269000', '193821.272000', '193821.275000', '193821.278000', '193821.281000', '193821.284000', '193821.286000', '193821.289000', '193821.292000', '193821.295000', '193821.298000', '193821.301000', '193821.304000', '193821.307000', '193841.185000', '193841.188000', '193841.191000', '193841.194000', '193841.197000', '193841.200000', '193841.203000', '193841.205000', '193841.208000', '193841.211000', '193841.214000', '193841.217000', '193841.220000', '193841.223000', '193841.225000', '193841.228000', '193841.231000', '193841.234000', '193841.237000', '193841.240000', '193841.243000', '193841.246000', '193841.249000', '193841.252000', '193841.255000', '193841.257000', '193841.260000', '193841.263000', '193841.266000', '193841.269000', '193841.272000', '193841.275000', '193841.278000', '193841.281000', '193841.283000', '193841.286000', '193841.289000', '193841.292000', '193841.295000', '193841.298000', '193841.301000', '193841.304000', '193841.307000', '193841.309000', '193847.200000', '193847.203000', '193847.206000', '193847.209000', '193847.212000', '193847.215000', '193847.218000', '193847.221000', '193847.224000', '193847.227000', '193847.230000', '193847.233000', '193847.236000'], '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': [10757, 10951, 9407, 10021, 9747, 9139, 11488, 10032, 11696, 10182, 8716, 8909, 8662, 9317, 8733, 9273, 11582, 9781, 12103, 9610, 10998, 8878, 12070, 8777, 11972, 9086, 12372, 9105, 10969, 8497, 10747, 8724, 10756, 9397, 10925, 9118, 10068, 8545, 8546, 10874, 8734, 12059, 9434, 12255, 9408, 11550, 8452, 10790, 9191, 10337, 9057, 10953, 9043, 10480, 8669, 9641, 9062, 9035, 9018, 10040, 12093, 9646, 12213, 8734, 11593, 8620, 11789, 9307, 12591, 9246, 10330, 8807, 9051, 8605, 8745, 8408, 8829, 12215, 9581, 11738, 9015, 11365, 8837, 11274, 8800, 10712, 9220, 10763, 9012, 10072, 9001, 8979, 8518, 8928, 10064, 9366, 11403, 9017, 9058, 8564, 11903, 9164, 12023, 9894, 11092, 8481, 10649, 8741, 11090, 8994, 11134, 9433, 11862, 9094, 11509, 9110, 10603, 9380, 10883, 8982, 10917, 9271, 11403, 9262, 10900, 8575, 10696, 9230, 11118, 9401, 12138, 8871, 9467, 8889, 8975, 8279, 9566, 12419, 10778, 11656, 8700, 11312, 8773, 11164, 9179, 10116, 9121, 10974, 8886, 10508, 8876, 9230, 8506, 9193, 10776, 9938, 10975, 8492, 11703, 8738, 11892, 9195, 11825, 9105, 11023, 8780, 11416, 9024, 11762, 9374, 12414, 9208, 11380, 8673, 11194, 9307, 10827, 9501, 11003, 8506, 9528, 8589, 8851, 11836, 8989, 12254, 10425, 11786, 8978, 11183, 8519, 10831, 9220, 10389, 9246, 11346, 8660, 9447, 8862, 9249, 9072, 9596, 9257, 10735, 8603, 9059, 8922, 9263, 8876, 11003, 9452, 10001, 8348, 8577, 8609, 8959, 10857, 9779, 11808, 9352, 11707, 8663, 11924, 8740, 12094, 9095, 11985, 8961, 9313, 8773, 8841, 8432, 9561, 10297, 8577, 10725, 8443, 11785, 8773, 11558, 9066, 12258, 9507, 11176, 8430, 10862, 9117, 10797, 9044, 10992, 8800, 8817, 8410, 8778, 11703, 9562, 12178, 9421, 10984, 8551, 11210, 8751, 11225, 8945, 10141, 9082, 11014, 8748, 9710, 8394, 8568, 11874, 8858, 11902, 9743, 11466, 8395, 10292, 8945, 10464, 9387, 11685, 8859, 9903, 8981, 9843, 9319, 10266, 9045, 9505, 8791, 8640, 10046, 8776, 12370, 9389, 11649, 8769, 10675, 8474, 11081, 8872, 11797, 8723, 11326, 8450, 11455, 8487, 11423, 8677, 11677, 8663, 11063, 8415, 10683, 8978, 10609, 9102, 11465, 8559, 8995, 8479, 8827, 8993, 9086, 11465, 8984, 9994, 8601, 11685, 8583, 11872, 9034, 12317, 9053, 11237, 8728, 10037, 8685, 9679, 9225, 10934, 8590, 8387, 8334, 8793, 11072, 9402, 11139, 8312, 11771, 8602, 11400, 8891, 11772, 8495, 10586, 8316, 11162, 8505, 11469, 9318, 12840, 8894, 10339, 8832, 8903, 8306, 8742, 11573, 9687, 12088, 9365, 11201, 8564, 11512, 8509, 11452, 9265, 12052, 8773, 9673, 8563, 9828, 8966, 10184, 8972, 11196, 9054, 10977, 9206, 9141, 9448, 9849, 10836, 8649, 12438, 8507, 10768, 9273, 10914, 8470, 10603, 8609, 9945, 9289, 10245, 11601, 10112, 10684, 8913, 9638, 8750, 12367, 9668, 11585, 8700, 11412, 8482, 11648, 8552, 11544, 8300, 10140, 8704, 10369, 8778, 10093, 8616, 10708, 8415, 9084, 8464, 9498, 8925, 10799, 9050, 11605, 8816, 9873, 8963, 10685, 8569, 10559, 8780, 11264, 8686, 9164, 8406, 9219, 8975, 9285, 11565, 9748, 9940, 8381, 11734, 8786, 11869, 9177, 11308, 8471, 11236, 8597, 10944, 8926, 10992, 8653, 9119, 8788, 8714, 8258, 8879, 10229, 9703, 9591, 8430, 11564, 8483, 11933, 9316, 12477, 9656, 11528, 8342, 11660, 8348, 11803, 9109, 11331, 8603, 8889, 8493, 9547, 9076, 10748, 8667, 9232, 8787, 8621, 12020, 9408, 11986, 9814, 11314, 8427, 10372, 7987, 10905, 8723, 11714, 8463, 11497, 8157, 11531, 8398, 11689, 8627, 11707, 8605, 9501, 8477, 8957, 9073, 10390, 9541, 8427, 9683, 8135, 10236, 8696, 10163, 8943, 8118, 8219, 8216, 8538, 10655, 9391, 12902, 10080, 12440, 9005, 11438, 8866, 9719, 9290, 10178, 8476, 8359, 8284, 8632, 9579, 9621, 11045, 8874, 11381, 8387, 11389, 8928, 11444, 10064, 9689, 8518, 11553, 8752, 11810, 8511, 11624, 8961, 9244, 8598, 9016, 9049, 8683, 8504, 8576, 11536, 8720, 11657, 8743, 11430, 8860, 11892, 9051, 11282, 8831, 9634, 9091, 9277, 10898, 9639, 10779, 8272, 11796, 8580, 11633, 9084, 11724, 9150, 9784, 8867, 8690, 8171, 8688, 11476, 9441, 11694, 9463, 11461, 8753, 10997, 9052, 11128, 9594, 11470, 8816, 9715, 9167, 8842, 9242, 8693, 12120, 9814, 11922, 9286, 11458, 8369, 10364, 8862, 10617, 9589, 11363, 9357, 10817, 8978, 9764, 9131, 9693, 9501, 10683, 10219, 9639, 9753, 8507, 12089, 8689, 11841, 8912, 11852, 8895, 11078, 8561, 11252, 8494, 11650, 8970, 12203, 8587, 11068, 8463, 10616, 9280, 10925, 9330, 11024, 8747, 9009, 9032, 8716, 12152, 10101, 12058, 9387, 11631, 8704, 10354, 8857, 9823, 9067, 10381, 8719, 8236, 11764, 8616, 11427, 8784, 11771, 8556, 10972, 8290, 10234, 9114, 9572, 9184, 9657, 9220, 8822, 9310, 8530, 12053, 8742, 12215, 9253, 10965, 8492, 9284, 8156, 8632, 10071, 9090, 10695, 8418, 10604, 8516, 10942, 9124, 11463, 9423, 11352, 8629, 11784, 8567, 11309, 8950, 10855, 8818, 8467, 8117, 8461, 11993, 9298, 12025, 9325, 11308, 8427, 10808, 8607, 10262, 8549, 9496, 9079, 10447, 8338, 8352, 8305, 8443, 11799, 8876, 11827, 9186, 11467, 8305, 10498, 8837, 9443, 8460, 10075, 10390, 8266, 11349, 8503, 11577, 9117, 11592, 8788, 9857, 8695, 8928, 8654, 8897, 9959, 8897, 11328, 8492, 11524, 8656, 11487, 9079, 11882, 8733, 10371, 8611, 11222, 8589, 9487, 10017, 9574, 12074, 9593, 12101, 9072, 11567, 8922, 11025, 8950, 10168, 8156, 8252, 9050, 8625, 11587, 9136, 11092, 8472, 11328, 8465, 11069, 9100, 10704, 8818, 11129, 8354, 9275, 8805, 9124, 9413, 9600, 11379, 9044, 11858, 8638, 11506, 8637, 10481, 8542, 9137, 11255, 8336, 11237, 8397, 10730, 8911, 11055, 9421, 11888, 8858, 10072, 8768, 10021, 8605, 9983, 9071, 10771, 9446, 8218, 11910, 8470, 11899, 8628, 11958, 8685, 9440, 8455, 8556, 8858, 9727, 8865, 9906, 8618, 8830, 8651, 9039, 8131, 9081, 10589, 10075, 9888, 8427, 12003, 9533, 12106, 8825, 12167, 8278, 9674, 8471, 9035, 10421, 8231, 11752, 8686, 12060, 8264, 10729, 8435, 9894, 8545, 9347, 8609, 9669, 10457, 8201, 10985, 8233, 11405, 8864, 11871, 8828, 11303, 8586, 10023, 8256, 8966, 11722, 9501, 11419, 8628, 10711, 8306, 10967, 8432, 11868, 8992, 12280, 8841, 9754, 8820, 9004, 9843, 9973, 10565, 9071, 8619, 8603, 11039, 8804, 12293, 10061, 11812, 8352, 10367, 8008, 9267, 8147, 8273, 11834, 9211, 11225, 8283, 10629, 8085, 11357, 8353, 10970, 8962, 10877, 9574, 8767, 11728, 8713, 11974, 8711, 11914, 8345, 8758, 9135, 8290, 11724, 8989, 11657, 8566, 10441, 8619, 9546, 8682, 9065, 8848, 10143, 9425, 8465, 11979, 8595, 12031, 8613, 11131, 8380, 9352, 8727, 10305, 8802, 10926, 8558, 9282, 8623, 10228, 11256, 8522, 12612, 9145, 12256, 8465, 10442, 8434, 9900, 8910, 10262, 9499, 9135, 11514, 8391, 11908, 8680, 11344, 8258, 9926, 8703, 10427, 8524, 9075, 8282, 9825, 8426, 9468, 9729, 10373, 10612, 8668, 12180, 8536, 12109, 8296, 11108, 8696, 10620, 8646, 8702, 11866, 8480, 11653, 8008, 10410, 8421, 10011, 8738, 9891, 8792, 8271, 8123, 8570, 12167, 9078, 11850, 9718, 11743, 8930, 11403, 8527, 10785, 9305, 9958, 11033, 8567, 11682, 8358, 11122, 8274, 10760, 8925, 10567, 8750, 8751, 8714, 9166, 11746, 9486, 11433, 8100, 10020, 8168, 8190, 12227, 9523, 11754, 9002, 11145, 8082, 10300, 8297, 8471, 9611, 9088, 11002, 8547, 12277, 8706, 12205, 8351, 11165, 8142, 9523, 8199, 8900, 11053, 9539, 11713, 9153, 11539, 8361, 11132, 8692, 11037, 8544, 8646, 8181, 8309, 11832, 8139, 11543, 8229, 11633, 8622, 10886, 7909, 10803, 8427, 10170, 8384, 9961, 10698, 8241, 11687, 8316, 11666, 8892, 12149, 9280, 11329, 8367, 10325, 8516, 10437, 8798, 9907, 7932, 8713, 12046, 9121, 11844, 8924, 11674, 8222, 10112, 8381, 9595, 8469, 9480, 8946, 10790, 8628, 8942, 8144, 8547, 12107, 9718, 12248, 8833, 12253, 8337, 9805, 8284, 8939, 9974, 8569, 11831, 9671, 11709, 8384, 11224, 8400, 11135, 8733, 11374, 7908, 9203, 7961, 8596, 8264, 8564, 9474, 9344, 8231, 8568, 8150, 8967, 11644, 8950, 11856, 9430, 12101, 9252, 11200, 8071, 9579, 8211, 9443, 11553, 9463, 11953, 8711, 11416, 8100, 9055, 8147, 9050, 8917, 8268, 8115, 8158, 11894, 8136, 11702, 8959, 11307, 8297, 9427, 8238, 8688, 9863, 10060, 10912, 9201, 8070, 8261, 11018, 8455, 11984, 9889, 11378, 8536, 11269, 8046, 9823, 8341, 8403, 11567, 8974, 10062, 8034, 9733, 8123, 9888, 8312, 10989, 8649, 11592, 9471, 11762, 8435, 11791, 8471, 9511, 12026, 9669, 12266, 9429, 11502, 8268, 10528, 8634, 9178, 8729, 9837, 9611, 8277, 11825, 8502, 11839, 8622, 11645, 8613, 10385, 8171, 9586, 7999, 9142, 11600, 9847, 11246, 8611, 11377, 8200, 11416, 8528, 12183, 8605, 10041, 8101, 9352, 8922, 10071, 8933, 8721, 8239, 8691, 11996, 9411, 11963], 'WindowCenter': [4263.0, 4249.0, 4223.0, 4233.0, 4222.0, 4221.0, 4243.0, 4234.0, 4240.0, 4221.0, 4210.0, 4207.0, 4199.0, 4209.0, 4199.0, 4209.0, 4231.0, 4220.0, 4229.0, 4210.0, 4218.0, 4209.0, 4228.0, 4198.0, 4226.0, 4199.0, 4229.0, 4197.0, 4217.0, 4196.0, 4217.0, 4198.0, 4217.0, 4210.0, 4229.0, 4208.0, 4219.0, 4197.0, 4196.0, 4217.0, 4197.0, 4228.0, 4208.0, 4227.0, 4207.0, 4217.0, 4185.0, 4216.0, 4196.0, 4205.0, 4207.0, 4217.0, 4196.0, 4217.0, 4197.0, 4206.0, 4195.0, 4196.0, 4196.0, 4207.0, 4228.0, 4208.0, 4225.0, 4194.0, 4216.0, 4185.0, 4215.0, 4195.0, 4226.0, 4195.0, 4206.0, 4195.0, 4195.0, 4185.0, 4185.0, 4185.0, 4194.0, 4228.0, 4207.0, 4216.0, 4195.0, 4216.0, 4196.0, 4214.0, 4193.0, 4216.0, 4195.0, 4216.0, 4196.0, 4206.0, 4196.0, 4195.0, 4196.0, 4195.0, 4207.0, 4207.0, 4228.0, 4208.0, 4198.0, 4198.0, 4228.0, 4208.0, 4229.0, 4217.0, 4229.0, 4197.0, 4218.0, 4197.0, 4228.0, 4209.0, 4230.0, 4210.0, 4229.0, 4198.0, 4229.0, 4195.0, 4216.0, 4207.0, 4217.0, 4197.0, 4218.0, 4209.0, 4218.0, 4207.0, 4219.0, 4198.0, 4218.0, 4207.0, 4219.0, 4209.0, 4230.0, 4197.0, 4208.0, 4198.0, 4197.0, 4187.0, 4207.0, 4227.0, 4215.0, 4215.0, 4186.0, 4216.0, 4186.0, 4215.0, 4194.0, 4206.0, 4208.0, 4217.0, 4196.0, 4217.0, 4197.0, 4195.0, 4186.0, 4196.0, 4206.0, 4207.0, 4217.0, 4198.0, 4227.0, 4197.0, 4230.0, 4210.0, 4228.0, 4196.0, 4219.0, 4199.0, 4230.0, 4209.0, 4229.0, 4209.0, 4240.0, 4209.0, 4230.0, 4198.0, 4228.0, 4208.0, 4218.0, 4208.0, 4219.0, 4198.0, 4209.0, 4198.0, 4197.0, 4218.0, 4198.0, 4228.0, 4206.0, 4216.0, 4195.0, 4216.0, 4184.0, 4206.0, 4195.0, 4205.0, 4196.0, 4218.0, 4195.0, 4207.0, 4195.0, 4197.0, 4196.0, 4206.0, 4198.0, 4218.0, 4199.0, 4209.0, 4199.0, 4208.0, 4210.0, 4230.0, 4210.0, 4222.0, 4197.0, 4199.0, 4199.0, 4210.0, 4231.0, 4222.0, 4230.0, 4211.0, 4230.0, 4200.0, 4228.0, 4199.0, 4228.0, 4209.0, 4230.0, 4195.0, 4208.0, 4197.0, 4206.0, 4197.0, 4218.0, 4245.0, 4221.0, 4231.0, 4198.0, 4217.0, 4196.0, 4215.0, 4198.0, 4228.0, 4209.0, 4219.0, 4197.0, 4217.0, 4197.0, 4217.0, 4197.0, 4218.0, 4196.0, 4195.0, 4186.0, 4197.0, 4228.0, 4208.0, 4228.0, 4195.0, 4217.0, 4197.0, 4217.0, 4197.0, 4216.0, 4197.0, 4208.0, 4196.0, 4219.0, 4196.0, 4209.0, 4186.0, 4197.0, 4217.0, 4196.0, 4218.0, 4207.0, 4218.0, 4186.0, 4206.0, 4197.0, 4217.0, 4198.0, 4228.0, 4197.0, 4207.0, 4195.0, 4218.0, 4209.0, 4218.0, 4198.0, 4208.0, 4199.0, 4199.0, 4208.0, 4197.0, 4230.0, 4210.0, 4229.0, 4198.0, 4217.0, 4199.0, 4229.0, 4210.0, 4229.0, 4199.0, 4229.0, 4199.0, 4229.0, 4198.0, 4227.0, 4199.0, 4228.0, 4198.0, 4219.0, 4186.0, 4218.0, 4197.0, 4218.0, 4198.0, 4218.0, 4196.0, 4197.0, 4184.0, 4196.0, 4198.0, 4197.0, 4217.0, 4195.0, 4207.0, 4197.0, 4216.0, 4197.0, 4228.0, 4198.0, 4228.0, 4198.0, 4217.0, 4197.0, 4206.0, 4195.0, 4207.0, 4208.0, 4219.0, 4198.0, 4198.0, 4198.0, 4199.0, 4230.0, 4210.0, 4229.0, 4200.0, 4230.0, 4198.0, 4230.0, 4210.0, 4230.0, 4200.0, 4220.0, 4198.0, 4229.0, 4210.0, 4230.0, 4210.0, 4242.0, 4198.0, 4220.0, 4198.0, 4198.0, 4198.0, 4199.0, 4227.0, 4209.0, 4229.0, 4196.0, 4218.0, 4197.0, 4218.0, 4198.0, 4218.0, 4208.0, 4229.0, 4197.0, 4206.0, 4196.0, 4206.0, 4197.0, 4207.0, 4198.0, 4219.0, 4196.0, 4220.0, 4210.0, 4210.0, 4210.0, 4219.0, 4219.0, 4198.0, 4229.0, 4198.0, 4220.0, 4208.0, 4231.0, 4200.0, 4221.0, 4199.0, 4218.0, 4198.0, 4208.0, 4219.0, 4206.0, 4207.0, 4198.0, 4198.0, 4187.0, 4227.0, 4196.0, 4216.0, 4182.0, 4215.0, 4184.0, 4216.0, 4185.0, 4215.0, 4185.0, 4204.0, 4196.0, 4205.0, 4184.0, 4207.0, 4186.0, 4207.0, 4185.0, 4196.0, 4185.0, 4205.0, 4198.0, 4217.0, 4198.0, 4230.0, 4198.0, 4209.0, 4199.0, 4218.0, 4198.0, 4220.0, 4199.0, 4218.0, 4199.0, 4209.0, 4197.0, 4209.0, 4209.0, 4210.0, 4230.0, 4210.0, 4209.0, 4200.0, 4230.0, 4209.0, 4230.0, 4210.0, 4217.0, 4199.0, 4219.0, 4198.0, 4220.0, 4210.0, 4219.0, 4198.0, 4198.0, 4198.0, 4199.0, 4200.0, 4209.0, 4220.0, 4208.0, 4209.0, 4200.0, 4228.0, 4200.0, 4229.0, 4208.0, 4241.0, 4208.0, 4230.0, 4200.0, 4230.0, 4200.0, 4231.0, 4210.0, 4230.0, 4199.0, 4210.0, 4199.0, 4221.0, 4211.0, 4220.0, 4199.0, 4208.0, 4199.0, 4200.0, 4230.0, 4210.0, 4230.0, 4209.0, 4219.0, 4198.0, 4219.0, 4189.0, 4231.0, 4211.0, 4230.0, 4199.0, 4243.0, 4202.0, 4231.0, 4211.0, 4242.0, 4211.0, 4231.0, 4200.0, 4209.0, 4200.0, 4211.0, 4208.0, 4220.0, 4209.0, 4198.0, 4209.0, 4197.0, 4220.0, 4210.0, 4220.0, 4209.0, 4200.0, 4210.0, 4200.0, 4211.0, 4232.0, 4222.0, 4242.0, 4221.0, 4243.0, 4210.0, 4228.0, 4209.0, 4210.0, 4210.0, 4221.0, 4198.0, 4198.0, 4196.0, 4199.0, 4220.0, 4209.0, 4229.0, 4209.0, 4229.0, 4200.0, 4230.0, 4210.0, 4230.0, 4221.0, 4210.0, 4200.0, 4230.0, 4201.0, 4228.0, 4199.0, 4228.0, 4199.0, 4210.0, 4200.0, 4210.0, 4199.0, 4198.0, 4198.0, 4199.0, 4230.0, 4200.0, 4230.0, 4200.0, 4230.0, 4212.0, 4232.0, 4211.0, 4221.0, 4209.0, 4209.0, 4199.0, 4210.0, 4244.0, 4233.0, 4229.0, 4199.0, 4228.0, 4197.0, 4218.0, 4198.0, 4228.0, 4197.0, 4209.0, 4195.0, 4197.0, 4187.0, 4197.0, 4230.0, 4209.0, 4217.0, 4208.0, 4218.0, 4198.0, 4218.0, 4208.0, 4219.0, 4209.0, 4230.0, 4199.0, 4209.0, 4209.0, 4198.0, 4208.0, 4198.0, 4231.0, 4220.0, 4229.0, 4210.0, 4232.0, 4197.0, 4219.0, 4209.0, 4220.0, 4222.0, 4232.0, 4211.0, 4232.0, 4211.0, 4221.0, 4211.0, 4221.0, 4221.0, 4221.0, 4219.0, 4210.0, 4209.0, 4199.0, 4229.0, 4198.0, 4230.0, 4209.0, 4229.0, 4199.0, 4218.0, 4199.0, 4219.0, 4199.0, 4230.0, 4209.0, 4229.0, 4199.0, 4229.0, 4198.0, 4219.0, 4211.0, 4230.0, 4210.0, 4231.0, 4200.0, 4209.0, 4210.0, 4200.0, 4242.0, 4221.0, 4230.0, 4209.0, 4229.0, 4198.0, 4207.0, 4199.0, 4219.0, 4199.0, 4220.0, 4196.0, 4199.0, 4229.0, 4197.0, 4229.0, 4199.0, 4228.0, 4199.0, 4219.0, 4199.0, 4219.0, 4209.0, 4220.0, 4211.0, 4221.0, 4210.0, 4210.0, 4210.0, 4211.0, 4241.0, 4211.0, 4230.0, 4208.0, 4219.0, 4200.0, 4210.0, 4189.0, 4200.0, 4221.0, 4200.0, 4219.0, 4197.0, 4219.0, 4199.0, 4232.0, 4222.0, 4231.0, 4220.0, 4233.0, 4212.0, 4242.0, 4211.0, 4231.0, 4211.0, 4230.0, 4208.0, 4200.0, 4189.0, 4199.0, 4231.0, 4210.0, 4229.0, 4208.0, 4218.0, 4185.0, 4218.0, 4196.0, 4208.0, 4198.0, 4207.0, 4209.0, 4219.0, 4198.0, 4198.0, 4198.0, 4198.0, 4229.0, 4209.0, 4229.0, 4209.0, 4229.0, 4198.0, 4219.0, 4209.0, 4209.0, 4198.0, 4209.0, 4208.0, 4188.0, 4218.0, 4198.0, 4230.0, 4209.0, 4219.0, 4198.0, 4207.0, 4197.0, 4207.0, 4210.0, 4210.0, 4208.0, 4209.0, 4219.0, 4198.0, 4229.0, 4200.0, 4232.0, 4211.0, 4242.0, 4211.0, 4232.0, 4213.0, 4241.0, 4209.0, 4223.0, 4224.0, 4222.0, 4244.0, 4223.0, 4240.0, 4212.0, 4231.0, 4212.0, 4231.0, 4210.0, 4219.0, 4189.0, 4199.0, 4196.0, 4199.0, 4231.0, 4207.0, 4219.0, 4199.0, 4217.0, 4199.0, 4230.0, 4210.0, 4219.0, 4209.0, 4230.0, 4199.0, 4209.0, 4209.0, 4210.0, 4211.0, 4211.0, 4230.0, 4211.0, 4231.0, 4210.0, 4231.0, 4199.0, 4219.0, 4200.0, 4210.0, 4219.0, 4188.0, 4218.0, 4187.0, 4217.0, 4210.0, 4219.0, 4209.0, 4229.0, 4209.0, 4218.0, 4199.0, 4209.0, 4211.0, 4221.0, 4210.0, 4231.0, 4210.0, 4199.0, 4230.0, 4199.0, 4230.0, 4200.0, 4230.0, 4198.0, 4207.0, 4186.0, 4198.0, 4222.0, 4222.0, 4211.0, 4220.0, 4197.0, 4208.0, 4199.0, 4209.0, 4201.0, 4212.0, 4232.0, 4222.0, 4221.0, 4201.0, 4241.0, 4210.0, 4229.0, 4209.0, 4230.0, 4188.0, 4207.0, 4187.0, 4198.0, 4217.0, 4187.0, 4228.0, 4198.0, 4228.0, 4187.0, 4217.0, 4187.0, 4208.0, 4197.0, 4208.0, 4198.0, 4208.0, 4218.0, 4188.0, 4218.0, 4198.0, 4230.0, 4209.0, 4228.0, 4199.0, 4230.0, 4199.0, 4208.0, 4188.0, 4199.0, 4230.0, 4209.0, 4219.0, 4199.0, 4219.0, 4199.0, 4219.0, 4200.0, 4231.0, 4210.0, 4242.0, 4210.0, 4220.0, 4210.0, 4211.0, 4221.0, 4223.0, 4220.0, 4210.0, 4211.0, 4210.0, 4221.0, 4212.0, 4243.0, 4221.0, 4232.0, 4200.0, 4219.0, 4188.0, 4207.0, 4189.0, 4199.0, 4230.0, 4209.0, 4227.0, 4199.0, 4220.0, 4200.0, 4229.0, 4200.0, 4230.0, 4211.0, 4231.0, 4210.0, 4200.0, 4230.0, 4198.0, 4228.0, 4198.0, 4227.0, 4187.0, 4188.0, 4196.0, 4187.0, 4228.0, 4198.0, 4217.0, 4186.0, 4206.0, 4197.0, 4206.0, 4197.0, 4198.0, 4197.0, 4218.0, 4209.0, 4198.0, 4230.0, 4200.0, 4230.0, 4199.0, 4219.0, 4188.0, 4210.0, 4200.0, 4221.0, 4208.0, 4231.0, 4210.0, 4210.0, 4211.0, 4222.0, 4231.0, 4199.0, 4240.0, 4209.0, 4243.0, 4201.0, 4220.0, 4200.0, 4221.0, 4212.0, 4220.0, 4210.0, 4209.0, 4231.0, 4200.0, 4229.0, 4199.0, 4230.0, 4199.0, 4219.0, 4200.0, 4217.0, 4198.0, 4197.0, 4199.0, 4218.0, 4198.0, 4221.0, 4221.0, 4222.0, 4220.0, 4199.0, 4230.0, 4199.0, 4227.0, 4197.0, 4229.0, 4199.0, 4220.0, 4198.0, 4198.0, 4218.0, 4197.0, 4217.0, 4187.0, 4217.0, 4199.0, 4208.0, 4195.0, 4208.0, 4198.0, 4198.0, 4189.0, 4200.0, 4240.0, 4211.0, 4242.0, 4222.0, 4232.0, 4212.0, 4232.0, 4200.0, 4232.0, 4210.0, 4208.0, 4220.0, 4199.0, 4229.0, 4188.0, 4219.0, 4201.0, 4220.0, 4210.0, 4232.0, 4210.0, 4211.0, 4212.0, 4224.0, 4243.0, 4223.0, 4233.0, 4201.0, 4222.0, 4201.0, 4202.0, 4243.0, 4222.0, 4232.0, 4211.0, 4232.0, 4201.0, 4218.0, 4199.0, 4198.0, 4210.0, 4211.0, 4229.0, 4214.0, 4243.0, 4212.0, 4242.0, 4199.0, 4218.0, 4187.0, 4209.0, 4199.0, 4210.0, 4230.0, 4210.0, 4228.0, 4209.0, 4219.0, 4185.0, 4219.0, 4200.0, 4219.0, 4196.0, 4200.0, 4188.0, 4187.0, 4228.0, 4186.0, 4230.0, 4199.0, 4230.0, 4199.0, 4219.0, 4199.0, 4220.0, 4200.0, 4221.0, 4214.0, 4220.0, 4220.0, 4197.0, 4230.0, 4198.0, 4230.0, 4211.0, 4239.0, 4210.0, 4231.0, 4199.0, 4219.0, 4212.0, 4231.0, 4199.0, 4220.0, 4200.0, 4200.0, 4231.0, 4211.0, 4232.0, 4200.0, 4219.0, 4198.0, 4207.0, 4198.0, 4208.0, 4200.0, 4220.0, 4210.0, 4230.0, 4211.0, 4211.0, 4201.0, 4211.0, 4229.0, 4220.0, 4241.0, 4211.0, 4241.0, 4200.0, 4220.0, 4200.0, 4210.0, 4221.0, 4199.0, 4218.0, 4209.0, 4229.0, 4199.0, 4219.0, 4199.0, 4229.0, 4200.0, 4218.0, 4189.0, 4208.0, 4188.0, 4197.0, 4197.0, 4198.0, 4209.0, 4210.0, 4200.0, 4211.0, 4201.0, 4211.0, 4231.0, 4212.0, 4243.0, 4223.0, 4243.0, 4210.0, 4231.0, 4190.0, 4208.0, 4201.0, 4210.0, 4220.0, 4222.0, 4231.0, 4198.0, 4217.0, 4187.0, 4198.0, 4189.0, 4199.0, 4198.0, 4198.0, 4187.0, 4189.0, 4230.0, 4199.0, 4231.0, 4211.0, 4231.0, 4199.0, 4210.0, 4199.0, 4208.0, 4221.0, 4221.0, 4220.0, 4211.0, 4189.0, 4202.0, 4221.0, 4200.0, 4242.0, 4222.0, 4232.0, 4199.0, 4230.0, 4188.0, 4209.0, 4201.0, 4200.0, 4230.0, 4199.0, 4220.0, 4200.0, 4209.0, 4200.0, 4221.0, 4213.0, 4243.0, 4225.0, 4246.0, 4236.0, 4256.0, 4215.0, 4245.0, 4211.0, 4224.0, 4245.0, 4223.0, 4243.0, 4213.0, 4230.0, 4200.0, 4220.0, 4212.0, 4211.0, 4200.0, 4221.0, 4210.0, 4200.0, 4231.0, 4199.0, 4240.0, 4200.0, 4230.0, 4199.0, 4220.0, 4199.0, 4210.0, 4187.0, 4210.0, 4231.0, 4223.0, 4231.0, 4200.0, 4229.0, 4197.0, 4231.0, 4200.0, 4231.0, 4199.0, 4208.0, 4189.0, 4210.0, 4208.0, 4210.0, 4210.0, 4200.0, 4199.0, 4198.0, 4230.0, 4209.0, 4229.0], 'WindowWidth': [9445.0, 9416.0, 9372.0, 9383.0, 9366.0, 9363.0, 9396.0, 9385.0, 9388.0, 9362.0, 9344.0, 9339.0, 9327.0, 9342.0, 9326.0, 9342.0, 9374.0, 9358.0, 9370.0, 9343.0, 9353.0, 9339.0, 9365.0, 9322.0, 9359.0, 9326.0, 9368.0, 9322.0, 9349.0, 9320.0, 9350.0, 9325.0, 9350.0, 9344.0, 9368.0, 9338.0, 9353.0, 9321.0, 9320.0, 9348.0, 9321.0, 9365.0, 9339.0, 9363.0, 9334.0, 9348.0, 9303.0, 9343.0, 9317.0, 9330.0, 9334.0, 9349.0, 9318.0, 9349.0, 9321.0, 9332.0, 9316.0, 9317.0, 9320.0, 9335.0, 9363.0, 9335.0, 9356.0, 9312.0, 9343.0, 9301.0, 9343.0, 9317.0, 9359.0, 9314.0, 9330.0, 9313.0, 9314.0, 9299.0, 9301.0, 9301.0, 9313.0, 9364.0, 9335.0, 9345.0, 9316.0, 9344.0, 9316.0, 9340.0, 9310.0, 9345.0, 9315.0, 9345.0, 9317.0, 9332.0, 9316.0, 9315.0, 9317.0, 9316.0, 9336.0, 9334.0, 9364.0, 9336.0, 9323.0, 9324.0, 9365.0, 9338.0, 9367.0, 9349.0, 9366.0, 9320.0, 9349.0, 9322.0, 9363.0, 9339.0, 9368.0, 9342.0, 9368.0, 9323.0, 9366.0, 9316.0, 9346.0, 9334.0, 9347.0, 9320.0, 9350.0, 9339.0, 9351.0, 9335.0, 9353.0, 9324.0, 9350.0, 9334.0, 9352.0, 9339.0, 9369.0, 9321.0, 9336.0, 9321.0, 9320.0, 9307.0, 9335.0, 9363.0, 9344.0, 9344.0, 9304.0, 9344.0, 9303.0, 9341.0, 9311.0, 9331.0, 9336.0, 9349.0, 9317.0, 9347.0, 9318.0, 9316.0, 9302.0, 9317.0, 9331.0, 9334.0, 9347.0, 9322.0, 9362.0, 9321.0, 9368.0, 9341.0, 9364.0, 9321.0, 9353.0, 9327.0, 9369.0, 9340.0, 9368.0, 9342.0, 9385.0, 9341.0, 9370.0, 9326.0, 9365.0, 9336.0, 9352.0, 9338.0, 9353.0, 9323.0, 9337.0, 9322.0, 9319.0, 9350.0, 9322.0, 9364.0, 9331.0, 9346.0, 9314.0, 9342.0, 9299.0, 9329.0, 9313.0, 9329.0, 9317.0, 9349.0, 9315.0, 9332.0, 9315.0, 9318.0, 9318.0, 9332.0, 9321.0, 9353.0, 9325.0, 9339.0, 9326.0, 9338.0, 9344.0, 9370.0, 9341.0, 9362.0, 9321.0, 9326.0, 9325.0, 9342.0, 9373.0, 9361.0, 9372.0, 9345.0, 9370.0, 9328.0, 9365.0, 9324.0, 9366.0, 9339.0, 9368.0, 9317.0, 9336.0, 9321.0, 9332.0, 9322.0, 9352.0, 9402.0, 9365.0, 9373.0, 9323.0, 9347.0, 9317.0, 9341.0, 9322.0, 9364.0, 9339.0, 9353.0, 9321.0, 9347.0, 9320.0, 9348.0, 9320.0, 9349.0, 9316.0, 9315.0, 9303.0, 9318.0, 9363.0, 9336.0, 9364.0, 9318.0, 9348.0, 9320.0, 9347.0, 9319.0, 9344.0, 9319.0, 9336.0, 9321.0, 9355.0, 9318.0, 9338.0, 9305.0, 9319.0, 9347.0, 9317.0, 9349.0, 9334.0, 9348.0, 9304.0, 9331.0, 9320.0, 9347.0, 9322.0, 9364.0, 9320.0, 9335.0, 9317.0, 9352.0, 9341.0, 9353.0, 9324.0, 9339.0, 9325.0, 9326.0, 9337.0, 9322.0, 9369.0, 9341.0, 9366.0, 9324.0, 9349.0, 9325.0, 9368.0, 9342.0, 9368.0, 9328.0, 9367.0, 9325.0, 9365.0, 9323.0, 9361.0, 9327.0, 9365.0, 9323.0, 9351.0, 9305.0, 9348.0, 9320.0, 9350.0, 9321.0, 9351.0, 9317.0, 9318.0, 9300.0, 9317.0, 9323.0, 9319.0, 9345.0, 9317.0, 9332.0, 9319.0, 9344.0, 9321.0, 9364.0, 9323.0, 9365.0, 9321.0, 9348.0, 9320.0, 9331.0, 9317.0, 9335.0, 9335.0, 9354.0, 9323.0, 9323.0, 9323.0, 9328.0, 9369.0, 9343.0, 9368.0, 9332.0, 9368.0, 9324.0, 9370.0, 9342.0, 9370.0, 9329.0, 9356.0, 9326.0, 9368.0, 9342.0, 9370.0, 9344.0, 9389.0, 9325.0, 9354.0, 9323.0, 9324.0, 9322.0, 9325.0, 9363.0, 9339.0, 9367.0, 9318.0, 9349.0, 9321.0, 9347.0, 9324.0, 9350.0, 9334.0, 9364.0, 9318.0, 9330.0, 9318.0, 9330.0, 9320.0, 9334.0, 9322.0, 9354.0, 9319.0, 9355.0, 9341.0, 9342.0, 9343.0, 9355.0, 9353.0, 9323.0, 9364.0, 9324.0, 9356.0, 9340.0, 9374.0, 9330.0, 9359.0, 9327.0, 9350.0, 9323.0, 9335.0, 9352.0, 9332.0, 9333.0, 9321.0, 9320.0, 9306.0, 9361.0, 9317.0, 9342.0, 9293.0, 9338.0, 9297.0, 9341.0, 9300.0, 9340.0, 9300.0, 9326.0, 9315.0, 9327.0, 9299.0, 9332.0, 9303.0, 9332.0, 9300.0, 9316.0, 9300.0, 9329.0, 9322.0, 9349.0, 9322.0, 9370.0, 9324.0, 9339.0, 9325.0, 9351.0, 9324.0, 9355.0, 9326.0, 9352.0, 9326.0, 9339.0, 9321.0, 9339.0, 9340.0, 9342.0, 9368.0, 9343.0, 9340.0, 9328.0, 9370.0, 9342.0, 9371.0, 9341.0, 9349.0, 9325.0, 9353.0, 9323.0, 9356.0, 9341.0, 9354.0, 9323.0, 9323.0, 9323.0, 9325.0, 9328.0, 9340.0, 9355.0, 9337.0, 9340.0, 9328.0, 9364.0, 9329.0, 9369.0, 9340.0, 9386.0, 9338.0, 9369.0, 9328.0, 9367.0, 9328.0, 9371.0, 9341.0, 9370.0, 9326.0, 9341.0, 9327.0, 9358.0, 9344.0, 9357.0, 9327.0, 9338.0, 9327.0, 9327.0, 9370.0, 9342.0, 9370.0, 9340.0, 9353.0, 9325.0, 9352.0, 9312.0, 9372.0, 9346.0, 9372.0, 9328.0, 9392.0, 9335.0, 9374.0, 9348.0, 9390.0, 9346.0, 9375.0, 9329.0, 9342.0, 9329.0, 9344.0, 9337.0, 9357.0, 9339.0, 9323.0, 9340.0, 9322.0, 9358.0, 9344.0, 9356.0, 9341.0, 9330.0, 9345.0, 9331.0, 9347.0, 9376.0, 9362.0, 9391.0, 9360.0, 9392.0, 9344.0, 9365.0, 9340.0, 9343.0, 9342.0, 9358.0, 9323.0, 9324.0, 9319.0, 9326.0, 9356.0, 9341.0, 9367.0, 9340.0, 9367.0, 9328.0, 9370.0, 9344.0, 9370.0, 9357.0, 9341.0, 9328.0, 9370.0, 9331.0, 9365.0, 9326.0, 9365.0, 9325.0, 9343.0, 9331.0, 9341.0, 9326.0, 9325.0, 9325.0, 9327.0, 9369.0, 9330.0, 9371.0, 9330.0, 9372.0, 9350.0, 9376.0, 9345.0, 9358.0, 9340.0, 9340.0, 9325.0, 9341.0, 9397.0, 9382.0, 9370.0, 9329.0, 9364.0, 9320.0, 9349.0, 9322.0, 9363.0, 9320.0, 9338.0, 9316.0, 9320.0, 9308.0, 9322.0, 9370.0, 9339.0, 9350.0, 9336.0, 9349.0, 9322.0, 9348.0, 9337.0, 9354.0, 9339.0, 9371.0, 9325.0, 9340.0, 9337.0, 9323.0, 9337.0, 9324.0, 9372.0, 9356.0, 9368.0, 9342.0, 9376.0, 9323.0, 9352.0, 9340.0, 9357.0, 9362.0, 9377.0, 9345.0, 9375.0, 9344.0, 9362.0, 9345.0, 9359.0, 9359.0, 9357.0, 9352.0, 9342.0, 9338.0, 9324.0, 9366.0, 9323.0, 9369.0, 9340.0, 9367.0, 9325.0, 9350.0, 9326.0, 9352.0, 9325.0, 9370.0, 9340.0, 9368.0, 9328.0, 9367.0, 9325.0, 9353.0, 9346.0, 9371.0, 9343.0, 9373.0, 9328.0, 9341.0, 9341.0, 9330.0, 9390.0, 9358.0, 9371.0, 9339.0, 9367.0, 9322.0, 9335.0, 9326.0, 9352.0, 9326.0, 9357.0, 9321.0, 9325.0, 9366.0, 9320.0, 9368.0, 9326.0, 9365.0, 9325.0, 9353.0, 9325.0, 9353.0, 9340.0, 9357.0, 9346.0, 9360.0, 9343.0, 9343.0, 9344.0, 9346.0, 9387.0, 9346.0, 9371.0, 9339.0, 9356.0, 9328.0, 9343.0, 9313.0, 9328.0, 9358.0, 9328.0, 9353.0, 9322.0, 9353.0, 9327.0, 9375.0, 9364.0, 9375.0, 9361.0, 9379.0, 9350.0, 9390.0, 9346.0, 9374.0, 9346.0, 9371.0, 9336.0, 9328.0, 9313.0, 9326.0, 9375.0, 9341.0, 9368.0, 9337.0, 9350.0, 9303.0, 9349.0, 9319.0, 9338.0, 9325.0, 9337.0, 9340.0, 9354.0, 9324.0, 9324.0, 9323.0, 9322.0, 9368.0, 9341.0, 9368.0, 9340.0, 9367.0, 9325.0, 9352.0, 9341.0, 9340.0, 9323.0, 9338.0, 9336.0, 9309.0, 9350.0, 9321.0, 9368.0, 9341.0, 9353.0, 9322.0, 9335.0, 9321.0, 9334.0, 9344.0, 9342.0, 9337.0, 9340.0, 9354.0, 9324.0, 9367.0, 9329.0, 9376.0, 9348.0, 9392.0, 9348.0, 9376.0, 9352.0, 9390.0, 9344.0, 9367.0, 9368.0, 9363.0, 9396.0, 9365.0, 9385.0, 9347.0, 9372.0, 9347.0, 9373.0, 9342.0, 9354.0, 9311.0, 9324.0, 9320.0, 9327.0, 9372.0, 9337.0, 9353.0, 9326.0, 9348.0, 9324.0, 9368.0, 9344.0, 9354.0, 9339.0, 9371.0, 9326.0, 9341.0, 9339.0, 9342.0, 9345.0, 9344.0, 9371.0, 9344.0, 9372.0, 9343.0, 9371.0, 9326.0, 9354.0, 9329.0, 9340.0, 9352.0, 9310.0, 9350.0, 9307.0, 9348.0, 9341.0, 9354.0, 9339.0, 9370.0, 9341.0, 9352.0, 9326.0, 9339.0, 9344.0, 9360.0, 9341.0, 9373.0, 9343.0, 9326.0, 9370.0, 9325.0, 9371.0, 9329.0, 9370.0, 9322.0, 9334.0, 9305.0, 9323.0, 9364.0, 9364.0, 9346.0, 9358.0, 9322.0, 9339.0, 9328.0, 9342.0, 9335.0, 9348.0, 9374.0, 9363.0, 9359.0, 9332.0, 9388.0, 9342.0, 9370.0, 9340.0, 9369.0, 9308.0, 9336.0, 9307.0, 9322.0, 9347.0, 9307.0, 9364.0, 9322.0, 9363.0, 9305.0, 9346.0, 9308.0, 9336.0, 9319.0, 9337.0, 9324.0, 9337.0, 9349.0, 9309.0, 9350.0, 9322.0, 9369.0, 9341.0, 9364.0, 9326.0, 9372.0, 9327.0, 9338.0, 9309.0, 9325.0, 9372.0, 9339.0, 9352.0, 9326.0, 9351.0, 9325.0, 9353.0, 9328.0, 9374.0, 9343.0, 9389.0, 9343.0, 9357.0, 9343.0, 9345.0, 9359.0, 9364.0, 9357.0, 9344.0, 9345.0, 9343.0, 9357.0, 9346.0, 9393.0, 9359.0, 9374.0, 9328.0, 9353.0, 9311.0, 9334.0, 9312.0, 9327.0, 9370.0, 9341.0, 9364.0, 9327.0, 9356.0, 9330.0, 9368.0, 9329.0, 9372.0, 9345.0, 9373.0, 9342.0, 9327.0, 9368.0, 9322.0, 9364.0, 9323.0, 9361.0, 9304.0, 9307.0, 9317.0, 9305.0, 9364.0, 9322.0, 9347.0, 9303.0, 9330.0, 9318.0, 9330.0, 9318.0, 9323.0, 9321.0, 9351.0, 9339.0, 9325.0, 9371.0, 9327.0, 9368.0, 9323.0, 9352.0, 9309.0, 9343.0, 9330.0, 9358.0, 9338.0, 9372.0, 9344.0, 9343.0, 9346.0, 9363.0, 9372.0, 9327.0, 9384.0, 9340.0, 9390.0, 9332.0, 9356.0, 9330.0, 9358.0, 9347.0, 9355.0, 9341.0, 9341.0, 9371.0, 9327.0, 9366.0, 9328.0, 9368.0, 9327.0, 9353.0, 9328.0, 9348.0, 9322.0, 9323.0, 9324.0, 9352.0, 9323.0, 9359.0, 9360.0, 9360.0, 9357.0, 9329.0, 9370.0, 9326.0, 9361.0, 9319.0, 9367.0, 9325.0, 9354.0, 9321.0, 9321.0, 9350.0, 9320.0, 9347.0, 9305.0, 9346.0, 9325.0, 9338.0, 9316.0, 9337.0, 9323.0, 9323.0, 9311.0, 9328.0, 9385.0, 9347.0, 9390.0, 9362.0, 9375.0, 9347.0, 9374.0, 9329.0, 9374.0, 9345.0, 9339.0, 9355.0, 9326.0, 9366.0, 9309.0, 9351.0, 9331.0, 9356.0, 9344.0, 9374.0, 9344.0, 9346.0, 9348.0, 9368.0, 9395.0, 9367.0, 9381.0, 9333.0, 9362.0, 9332.0, 9334.0, 9393.0, 9360.0, 9374.0, 9345.0, 9374.0, 9331.0, 9352.0, 9326.0, 9324.0, 9344.0, 9345.0, 9367.0, 9355.0, 9394.0, 9348.0, 9389.0, 9326.0, 9352.0, 9308.0, 9340.0, 9326.0, 9342.0, 9370.0, 9342.0, 9365.0, 9339.0, 9351.0, 9303.0, 9352.0, 9329.0, 9353.0, 9319.0, 9328.0, 9309.0, 9306.0, 9362.0, 9305.0, 9368.0, 9327.0, 9368.0, 9325.0, 9353.0, 9328.0, 9357.0, 9329.0, 9361.0, 9355.0, 9358.0, 9354.0, 9321.0, 9371.0, 9324.0, 9371.0, 9345.0, 9382.0, 9344.0, 9371.0, 9326.0, 9354.0, 9347.0, 9375.0, 9328.0, 9357.0, 9329.0, 9329.0, 9373.0, 9344.0, 9376.0, 9328.0, 9352.0, 9321.0, 9334.0, 9322.0, 9337.0, 9330.0, 9356.0, 9344.0, 9373.0, 9345.0, 9348.0, 9333.0, 9347.0, 9369.0, 9357.0, 9389.0, 9346.0, 9389.0, 9330.0, 9357.0, 9327.0, 9340.0, 9358.0, 9326.0, 9351.0, 9339.0, 9365.0, 9324.0, 9351.0, 9325.0, 9367.0, 9328.0, 9352.0, 9310.0, 9338.0, 9309.0, 9322.0, 9324.0, 9324.0, 9341.0, 9343.0, 9330.0, 9346.0, 9331.0, 9347.0, 9375.0, 9348.0, 9393.0, 9365.0, 9394.0, 9343.0, 9372.0, 9315.0, 9339.0, 9331.0, 9342.0, 9356.0, 9361.0, 9371.0, 9322.0, 9347.0, 9306.0, 9323.0, 9312.0, 9325.0, 9322.0, 9323.0, 9307.0, 9313.0, 9368.0, 9328.0, 9373.0, 9344.0, 9372.0, 9326.0, 9342.0, 9326.0, 9339.0, 9360.0, 9357.0, 9356.0, 9343.0, 9314.0, 9334.0, 9357.0, 9331.0, 9390.0, 9362.0, 9376.0, 9327.0, 9368.0, 9311.0, 9340.0, 9330.0, 9328.0, 9369.0, 9325.0, 9356.0, 9329.0, 9340.0, 9329.0, 9359.0, 9353.0, 9396.0, 9373.0, 9402.0, 9388.0, 9415.0, 9358.0, 9399.0, 9346.0, 9368.0, 9399.0, 9366.0, 9394.0, 9350.0, 9371.0, 9330.0, 9357.0, 9347.0, 9345.0, 9328.0, 9358.0, 9341.0, 9328.0, 9372.0, 9326.0, 9384.0, 9329.0, 9370.0, 9325.0, 9355.0, 9326.0, 9341.0, 9307.0, 9342.0, 9374.0, 9364.0, 9374.0, 9328.0, 9367.0, 9322.0, 9373.0, 9330.0, 9371.0, 9326.0, 9339.0, 9312.0, 9342.0, 9339.0, 9341.0, 9340.0, 9328.0, 9326.0, 9325.0, 9370.0, 9340.0, 9368.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.0003694044856921887</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014603286774941993</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.153800183452006</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1806047861687325</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033238796981412</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6662.5977</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07859590304567414</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3147718484145399</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3763209972262196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3371937624587766</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.608021119638113</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1837481095817686</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00654219</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01603841967880726</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023217426612973213</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1293</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.972465446689374</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>33.1954</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.448</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.6561</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303365.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>811.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5906</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5239</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.3817</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.0628</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73179.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4506.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.553</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.36474084015936</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> |