=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0038 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0038_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0038_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0038_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-02/func/sub-0038_ses-02_task-narratives_acq-mb8_run-04_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>ee0e62fcfe3f44504f603006a3e5720b</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:48:39.587500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999623, 0.00673278, 0.0266208, -0.00907249, 0.996011, 0.0887707]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0720524</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-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7269, 567, -119, -214, -23, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.28</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9cdf0d82-2078-44bc-9a86-672c848b9849||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681915283203125, -0.024340836331248283, 0.06997577846050262, 110.39820098876953], [-0.018063563853502274, 2.6722240447998047, 0.24024254083633423, -96.45462799072266], [0.07142172753810883, -0.2381652295589447, 2.688380002975464, -73.52365112304688], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</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], 'AcquisitionTime': ['094839.587500', '094840.047500', '094840.507500', '094840.967500', '094841.427500', '094841.887500', '094842.347500', '094842.807500', '094843.267500', '094843.727500', '094844.187500', '094844.647500', '094845.107500', '094845.567500', '094846.027500', '094846.487500', '094846.947500', '094847.407500', '094847.867500', '094848.327500', '094848.787500', '094849.247500', '094849.707500', '094850.167500', '094850.627500', '094851.087500', '094851.547500', '094852.007500', '094852.467500', '094852.927500', '094853.387500', '094853.847500', '094854.307500', '094854.767500', '094855.227500', '094855.687500', '094856.147500', '094856.607500', '094857.067500', '094857.527500', '094857.987500', '094858.447500', '094858.907500', '094859.367500', '094859.827500', '094900.287500', '094900.747500', '094901.207500', '094901.667500', '094902.127500', '094902.587500', '094903.047500', '094903.507500', '094903.967500', '094904.427500', '094904.887500', '094905.347500', '094905.807500', '094906.267500', '094906.727500', '094907.187500', '094907.647500', '094908.107500', '094908.567500', '094909.027500', '094909.487500', '094909.947500', '094910.407500', '094910.867500', '094911.327500', '094911.787500', '094912.247500', '094912.707500', '094913.167500', '094913.627500', '094914.087500', '094914.547500', '094915.007500', '094915.467500', '094915.927500', '094916.387500', '094916.847500', '094917.307500', '094917.767500', '094918.227500', '094918.687500', '094919.147500', '094919.607500', '094920.067500', '094920.527500', '094920.987500', '094921.447500', '094921.907500', '094922.367500', '094922.827500', '094923.287500', '094923.747500', '094924.207500', '094924.667500', '094925.127500', '094925.587500', '094926.047500', '094926.507500', '094926.967500', '094927.427500', '094927.887500', '094928.347500', '094928.807500', '094929.267500', '094929.727500', '094930.187500', '094930.647500', '094931.107500', '094931.567500', '094932.027500', '094932.487500', '094932.947500', '094933.407500', '094933.867500', '094934.327500', '094934.787500', '094935.247500', '094935.707500', '094936.167500', '094936.627500', '094937.087500', '094937.547500', '094938.007500', '094938.467500', '094938.927500', '094939.387500', '094939.847500', '094940.307500', '094940.767500', '094941.227500', '094941.687500', '094942.147500', '094942.607500', '094943.067500', '094943.527500', '094943.987500', '094944.447500', '094944.907500', '094945.367500', '094945.827500', '094946.287500', '094946.747500', '094947.207500', '094947.667500', '094948.127500', '094948.587500', '094949.047500', '094949.507500', '094949.967500', '094950.427500', '094950.887500', '094951.347500', '094951.807500', '094952.267500', '094952.727500', '094953.187500', '094953.647500', '094954.107500', '094954.567500', '094955.027500', '094955.487500', '094955.947500', '094956.407500', '094956.867500', '094957.327500', '094957.787500', '094958.247500', '094958.707500', '094959.167500', '094959.627500', '095000.087500', '095000.547500', '095001.007500', '095001.467500', '095001.927500', '095002.387500', '095002.847500', '095003.307500', '095003.767500', '095004.227500', '095004.687500', '095005.147500', '095005.607500', '095006.067500', '095006.527500', '095006.987500', '095007.447500', '095007.907500', '095008.367500', '095008.827500', '095009.287500', '095009.747500', '095010.207500', '095010.667500', '095011.127500', '095011.587500', '095012.047500', '095012.507500', '095012.967500', '095013.427500', '095013.887500', '095014.347500', '095014.807500', '095015.267500', '095015.727500', '095016.187500', '095016.647500', '095017.107500', '095017.567500', '095018.027500', '095018.487500', '095018.947500', '095019.407500', '095019.867500', '095020.327500', '095020.787500', '095021.247500', '095021.707500', '095022.167500', '095022.627500', '095023.087500', '095023.547500', '095024.007500', '095024.467500', '095024.927500', '095025.387500', '095025.847500', '095026.307500', '095026.767500', '095027.227500', '095027.687500', '095028.147500', '095028.607500', '095029.067500', '095029.527500', '095029.987500', '095030.447500', '095030.907500', '095031.367500', '095031.827500', '095032.287500', '095032.747500', '095033.207500', '095033.667500', '095034.127500', '095034.587500', '095035.047500', '095035.507500', '095035.967500', '095036.427500', '095036.887500', '095037.347500', '095037.807500', '095038.267500', '095038.727500', '095039.187500', '095039.647500', '095040.107500', '095040.567500', '095041.027500', '095041.487500', '095041.947500', '095042.407500', '095042.867500', '095043.327500', '095043.787500', '095044.247500', '095044.707500', '095045.167500', '095045.627500', '095046.087500', '095046.547500', '095047.007500', '095047.467500', '095047.927500', '095048.387500', '095048.847500', '095049.307500', '095049.767500', '095050.227500', '095050.687500', '095051.147500', '095051.607500', '095052.067500', '095052.527500', '095052.987500', '095053.447500', '095053.907500', '095054.367500', '095054.827500', '095055.287500', '095055.747500', '095056.207500', '095056.667500', '095057.127500', '095057.587500', '095058.047500', '095058.507500', '095058.967500', '095059.427500', '095059.887500', '095100.347500', '095100.807500', '095101.267500', '095101.727500', '095102.187500', '095102.647500', '095103.107500', '095103.567500', '095104.027500', '095104.487500', '095104.947500', '095105.407500', '095105.867500', '095106.327500', '095106.787500', '095107.247500', '095107.707500', '095108.167500', '095108.627500', '095109.087500', '095109.547500', '095110.007500', '095110.467500', '095110.927500', '095111.387500', '095111.847500', '095112.307500', '095112.767500', '095113.227500', '095113.687500', '095114.147500', '095114.607500', '095115.067500', '095115.527500', '095115.987500', '095116.447500', '095116.907500', '095117.367500', '095117.827500', '095118.287500', '095118.747500', '095119.207500', '095119.667500', '095120.127500', '095120.587500', '095121.047500', '095121.507500', '095121.967500', '095122.427500', '095122.887500', '095123.347500', '095123.807500', '095124.267500', '095124.727500', '095125.187500', '095125.647500', '095126.107500', '095126.567500', '095127.027500', '095127.487500', '095127.947500', '095128.407500', '095128.867500', '095129.327500', '095129.787500', '095130.247500', '095130.707500', '095131.167500', '095131.627500', '095132.087500', '095132.547500', '095133.007500', '095133.467500', '095133.927500', '095134.387500', '095134.847500', '095135.307500', '095135.767500', '095136.227500', '095136.687500', '095137.147500', '095137.607500', '095138.067500', '095138.527500', '095138.987500', '095139.447500', '095139.907500', '095140.367500', '095140.827500', '095141.287500', '095141.747500', '095142.207500', '095142.667500', '095143.127500', '095143.587500', '095144.047500', '095144.507500', '095144.967500', '095145.427500', '095145.887500', '095146.347500', '095146.807500', '095147.267500', '095147.727500', '095148.187500', '095148.647500', '095149.107500', '095149.567500', '095150.027500', '095150.487500', '095150.947500', '095151.407500', '095151.867500', '095152.327500', '095152.787500', '095153.247500', '095153.707500', '095154.167500', '095154.627500', '095155.087500', '095155.547500', '095156.007500', '095156.467500', '095156.927500', '095157.387500', '095157.847500', '095158.307500', '095158.767500', '095159.227500', '095159.687500', '095200.147500', '095200.607500', '095201.067500', '095201.527500', '095201.987500', '095202.447500', '095202.907500', '095203.367500', '095203.827500', '095204.287500', '095204.747500', '095205.207500', '095205.667500', '095206.127500', '095206.587500', '095207.047500', '095207.507500', '095207.967500', '095208.427500', '095208.887500', '095209.347500', '095209.807500', '095210.267500', '095210.727500', '095211.187500', '095211.647500', '095212.107500', '095212.567500', '095213.027500', '095213.487500', '095213.947500', '095214.407500', '095214.867500', '095215.327500', '095215.787500', '095216.247500', '095216.707500', '095217.167500', '095217.627500', '095218.087500', '095218.547500', '095219.007500', '095219.467500', '095219.927500', '095220.387500', '095220.847500', '095221.307500', '095221.767500', '095222.227500', '095222.687500', '095223.147500', '095223.607500', '095224.067500', '095224.527500', '095224.987500', '095225.447500', '095225.907500', '095226.367500', '095226.827500', '095227.287500', '095227.747500', '095228.207500', '095228.667500', '095229.127500', '095229.587500', '095230.047500', '095230.507500', '095230.967500', '095231.427500', '095231.887500', '095232.347500', '095232.807500', '095233.267500', '095233.727500', '095234.187500', '095234.647500', '095235.107500', '095235.567500', '095236.027500', '095236.487500', '095236.947500', '095237.407500', '095237.867500', '095238.327500', '095238.787500', '095239.247500', '095239.707500', '095240.167500', '095240.627500', '095241.087500', '095241.547500', '095242.007500', '095242.467500', '095242.927500', '095243.387500', '095243.847500', '095244.307500', '095244.767500', '095245.227500', '095245.687500', '095246.147500', '095246.607500', '095247.067500', '095247.527500', '095247.987500', '095248.447500', '095248.907500', '095249.367500', '095249.827500', '095250.287500', '095250.747500', '095251.207500', '095251.667500', '095252.127500', '095252.587500', '095253.047500', '095253.507500', '095253.967500', '095254.427500', '095254.887500', '095255.347500', '095255.807500', '095256.267500', '095256.727500', '095257.187500', '095257.647500', '095258.107500', '095258.567500', '095259.027500', '095259.487500', '095259.947500', '095300.407500', '095300.867500', '095301.327500', '095301.787500', '095302.247500', '095302.707500', '095303.167500', '095303.627500', '095304.087500', '095304.547500', '095305.007500', '095305.467500', '095305.927500', '095306.387500', '095306.847500', '095307.307500', '095307.767500', '095308.227500', '095308.687500', '095309.147500', '095309.607500', '095310.067500', '095310.527500', '095310.987500', '095311.447500', '095311.907500', '095312.367500', '095312.827500', '095313.287500', '095313.747500', '095314.207500', '095314.667500', '095315.127500', '095315.587500', '095316.047500', '095316.507500', '095316.967500', '095317.427500', '095317.887500', '095318.347500', '095318.807500', '095319.267500', '095319.727500', '095320.187500', '095320.647500', '095321.107500', '095321.567500', '095322.027500', '095322.487500', '095322.947500', '095323.407500', '095323.867500', '095324.327500', '095324.787500', '095325.247500', '095325.707500', '095326.167500', '095326.627500', '095327.087500', '095327.547500', '095328.007500', '095328.467500', '095328.927500', '095329.387500', '095329.847500', '095330.307500', '095330.767500', '095331.227500', '095331.687500', '095332.147500', '095332.607500', '095333.067500', '095333.527500', '095333.987500', '095334.447500', '095334.907500', '095335.367500', '095335.827500', '095336.287500', '095336.747500', '095337.207500', '095337.667500', '095338.127500', '095338.587500', '095339.047500', '095339.507500', '095339.967500', '095340.427500', '095340.887500', '095341.347500', '095341.807500', '095342.267500', '095342.727500', '095343.187500', '095343.647500', '095344.107500', '095344.567500', '095345.027500', '095345.487500', '095345.947500', '095346.407500', '095346.867500', '095347.327500', '095347.787500', '095348.247500', '095348.707500', '095349.167500', '095349.627500', '095350.087500', '095350.547500', '095351.007500', '095351.467500', '095351.927500', '095352.387500', '095352.847500', '095353.307500', '095353.767500', '095354.227500', '095354.687500', '095355.147500', '095355.607500', '095356.067500', '095356.527500', '095356.987500', '095357.447500', '095357.907500', '095358.367500', '095358.827500', '095359.287500', '095359.747500', '095400.207500', '095400.667500', '095401.127500', '095401.587500', '095402.047500', '095402.507500', '095402.967500', '095403.427500', '095403.887500', '095404.347500', '095404.807500', '095405.267500', '095405.727500', '095406.187500', '095406.647500', '095407.107500', '095407.567500', '095408.027500', '095408.487500', '095408.947500', '095409.407500', '095409.867500', '095410.327500', '095410.787500', '095411.247500', '095411.707500', '095412.167500', '095412.627500', '095413.087500', '095413.547500', '095414.007500', '095414.467500', '095414.927500', '095415.387500', '095415.847500', '095416.307500', '095416.767500', '095417.227500', '095417.687500', '095418.147500', '095418.607500', '095419.067500', '095419.527500', '095419.987500', '095420.447500', '095420.907500', '095421.367500', '095421.827500', '095422.287500', '095422.747500', '095423.207500', '095423.667500', '095424.127500', '095424.587500', '095425.047500', '095425.507500', '095425.967500', '095426.427500', '095426.887500', '095427.347500', '095427.807500', '095428.267500', '095428.727500', '095429.187500', '095429.647500', '095430.107500', '095430.567500', '095431.027500', '095431.487500', '095431.947500', '095432.407500', '095432.867500', '095433.327500', '095433.787500', '095434.247500', '095434.707500', '095435.167500', '095435.627500', '095436.087500', '095436.547500', '095437.007500', '095437.467500', '095437.927500', '095438.387500', '095438.847500', '095439.307500', '095439.767500', '095440.227500', '095440.687500', '095441.147500', '095441.607500', '095442.067500', '095442.527500', '095442.987500', '095443.447500', '095443.907500', '095444.367500', '095444.827500', '095445.287500', '095445.747500', '095446.207500', '095446.667500', '095447.127500', '095447.587500', '095448.047500', '095448.507500', '095448.967500', '095449.427500', '095449.887500', '095450.347500', '095450.807500', '095451.267500', '095451.727500', '095452.187500', '095452.647500', '095453.107500', '095453.567500', '095454.027500', '095454.487500', '095454.947500', '095455.407500', '095455.867500', '095456.327500', '095456.787500', '095457.247500', '095457.707500', '095458.167500', '095458.627500', '095459.087500', '095459.547500', '095500.007500', '095500.467500', '095500.927500', '095501.387500', '095501.847500', '095502.307500', '095502.767500', '095503.227500', '095503.687500', '095504.147500', '095504.607500', '095505.067500', '095505.527500', '095505.987500', '095506.447500', '095506.907500', '095507.367500', '095507.827500', '095508.287500', '095508.747500', '095509.207500', '095509.667500', '095510.127500', '095510.587500', '095511.047500', '095511.507500', '095511.967500', '095512.427500', '095512.887500', '095513.347500', '095513.807500', '095514.267500', '095514.727500', '095515.187500', '095515.647500', '095516.107500', '095516.567500', '095517.027500', '095517.487500', '095517.947500', '095518.407500', '095518.867500', '095519.327500', '095519.787500', '095520.247500', '095520.707500', '095521.167500', '095521.627500', '095522.087500', '095522.547500', '095523.007500', '095523.467500', '095523.927500', '095524.387500', '095524.847500', '095525.307500', '095525.767500', '095526.227500', '095526.687500', '095527.147500', '095527.607500', '095528.067500', '095528.527500', '095528.987500', '095529.447500', '095529.907500', '095530.367500', '095530.827500', '095531.287500', '095531.747500', '095532.207500', '095532.667500', '095533.127500', '095533.587500', '095534.047500', '095534.507500', '095534.967500', '095535.427500', '095535.887500', '095536.347500', '095536.807500', '095537.267500', '095537.727500', '095538.187500', '095538.647500', '095539.107500', '095539.567500', '095540.027500', '095540.487500', '095540.947500', '095541.407500', '095541.867500', '095542.327500', '095542.787500', '095543.247500', '095543.707500', '095544.167500', '095544.627500', '095545.087500', '095545.547500', '095546.007500', '095546.467500', '095546.927500', '095547.387500', '095547.847500', '095548.307500', '095548.767500', '095549.227500', '095549.687500', '095550.147500', '095550.607500', '095551.067500', '095551.527500', '095551.987500', '095552.447500', '095552.907500', '095553.367500', '095553.827500', '095554.287500', '095554.747500', '095555.207500', '095555.667500', '095556.127500', '095556.587500', '095557.047500', '095557.507500', '095557.967500', '095558.427500', '095558.887500', '095559.347500', '095559.807500', '095600.267500', '095600.727500', '095601.187500', '095601.647500', '095602.107500', '095602.567500', '095603.027500', '095603.487500', '095603.947500', '095604.407500', '095604.867500', '095605.327500', '095605.787500', '095606.247500', '095606.707500', '095607.167500', '095607.627500', '095608.087500', '095608.547500', '095609.007500', '095609.467500', '095609.927500', '095610.387500', '095610.847500', '095611.307500', '095611.767500', '095612.227500', '095612.687500', '095613.147500', '095613.607500', '095614.067500', '095614.527500', '095614.987500', '095615.447500', '095615.907500', '095616.367500', '095616.827500', '095617.287500', '095617.747500', '095618.207500', '095618.667500', '095619.127500', '095619.587500', '095620.047500', '095620.507500', '095620.967500', '095621.427500', '095621.887500', '095622.347500', '095622.807500', '095623.267500', '095623.727500', '095624.187500', '095624.647500', '095625.107500', '095625.567500', '095626.027500', '095626.487500', '095626.947500', '095627.407500', '095627.867500', '095628.327500', '095628.787500', '095629.247500', '095629.707500', '095630.167500', '095630.627500', '095631.087500', '095631.547500', '095632.007500', '095632.467500', '095632.927500', '095633.387500', '095633.847500', '095634.307500', '095634.767500', '095635.227500', '095635.687500', '095636.147500', '095636.607500', '095637.067500', '095637.527500', '095637.987500', '095638.447500', '095638.907500', '095639.367500', '095639.827500', '095640.287500', '095640.747500', '095641.207500', '095641.667500', '095642.127500', '095642.587500', '095643.047500', '095643.507500', '095643.967500', '095644.427500', '095644.887500', '095645.347500', '095645.807500', '095646.267500', '095646.727500', '095647.187500', '095647.647500', '095648.107500', '095648.567500', '095649.027500', '095649.487500', '095649.947500', '095650.407500', '095650.867500', '095651.327500', '095651.787500', '095652.247500', '095652.707500', '095653.167500', '095653.627500', '095654.087500', '095654.547500', '095655.007500', '095655.467500', '095655.927500', '095656.387500', '095656.847500', '095657.307500', '095657.767500', '095658.227500', '095658.687500', '095659.147500', '095659.607500', '095700.067500', '095700.527500', '095700.987500', '095701.447500', '095701.907500', '095702.367500', '095702.827500', '095703.287500', '095703.747500', '095704.207500', '095704.667500', '095705.127500', '095705.587500', '095706.047500', '095706.507500', '095706.967500', '095707.427500', '095707.887500', '095708.347500', '095708.807500', '095709.267500', '095709.727500', '095710.187500', '095710.647500', '095711.107500', '095711.567500', '095712.027500', '095712.487500', '095712.947500', '095713.407500', '095713.867500', '095714.327500', '095714.787500', '095715.247500', '095715.707500', '095716.167500', '095716.627500', '095717.087500', '095717.547500', '095718.007500', '095718.467500', '095718.927500', '095719.387500', '095719.847500', '095720.307500', '095720.767500', '095721.227500', '095721.687500', '095722.147500', '095722.607500', '095723.067500', '095723.527500', '095723.987500', '095724.447500', '095724.907500', '095725.367500', '095725.827500', '095726.287500', '095726.747500', '095727.207500', '095727.667500', '095728.127500', '095728.587500', '095729.047500', '095729.507500', '095729.967500', '095730.427500', '095730.887500'], 'ContentTime': ['094901.363000', '094901.371000', '094901.374000', '094901.377000', '094901.380000', '094901.383000', '094901.386000', '094901.389000', '094901.392000', '094901.394000', '094901.397000', '094901.400000', '094901.403000', '094901.406000', '094901.409000', '094901.412000', '094901.415000', '094901.418000', '094901.421000', '094901.424000', '094901.426000', '094901.429000', '094901.432000', '094901.435000', '094901.438000', '094901.441000', '094901.444000', '094901.446000', '094901.449000', '094901.452000', '094901.455000', '094901.458000', '094901.461000', '094901.464000', '094901.467000', '094901.469000', '094901.472000', '094901.475000', '094901.478000', '094901.481000', '094901.484000', '094901.494000', '094901.497000', '094901.499000', '094901.502000', '094901.505000', '094921.328000', '094921.331000', '094921.344000', '094921.347000', '094921.350000', '094921.353000', '094921.356000', '094921.359000', '094921.362000', '094921.365000', '094921.368000', '094921.371000', '094921.373000', '094921.376000', '094921.379000', '094921.382000', '094921.385000', '094921.388000', '094921.391000', '094921.394000', '094921.396000', '094921.400000', '094921.402000', '094921.405000', '094921.408000', '094921.411000', '094921.414000', '094921.417000', '094921.420000', '094921.423000', '094921.426000', '094921.428000', '094921.438000', '094921.441000', '094921.444000', '094921.446000', '094921.449000', '094921.452000', '094921.455000', '094921.458000', '094921.461000', '094921.464000', '094921.467000', '094941.328000', '094941.331000', '094941.334000', '094941.337000', '094941.340000', '094941.347000', '094941.350000', '094941.353000', '094941.355000', '094941.358000', '094941.361000', '094941.364000', '094941.367000', '094941.370000', '094941.373000', '094941.376000', '094941.379000', '094941.381000', '094941.385000', '094941.387000', '094941.390000', '094941.393000', '094941.396000', '094941.399000', '094941.402000', '094941.405000', '094941.408000', '094941.411000', '094941.413000', '094941.416000', '094941.419000', '094941.422000', '094941.425000', '094941.428000', '094941.431000', '094941.434000', '094941.436000', '094941.439000', '094941.442000', '094941.445000', '094941.448000', '094941.451000', '094941.454000', '094941.457000', '095001.328000', '095001.331000', '095001.334000', '095001.337000', '095001.340000', '095001.343000', '095001.345000', '095001.348000', '095001.351000', '095001.354000', '095001.357000', '095001.360000', '095001.363000', '095001.366000', '095001.369000', '095001.372000', '095001.382000', '095001.385000', '095001.387000', '095001.390000', '095001.393000', '095001.396000', '095001.399000', '095001.402000', '095001.405000', '095001.408000', '095001.411000', '095001.419000', '095001.423000', '095001.425000', '095001.428000', '095001.431000', '095001.434000', '095001.437000', '095001.440000', '095001.443000', '095001.446000', '095001.449000', '095001.452000', '095001.455000', '095001.458000', '095001.460000', '095001.463000', '095021.327000', '095021.330000', '095021.333000', '095021.336000', '095021.339000', '095021.342000', '095021.345000', '095021.348000', '095021.350000', '095021.354000', '095021.356000', '095021.359000', '095021.362000', '095021.365000', '095021.368000', '095021.371000', '095021.374000', '095021.377000', '095021.380000', '095021.382000', '095021.385000', '095021.388000', '095021.391000', '095021.394000', '095021.397000', '095021.400000', '095021.403000', '095021.406000', '095021.408000', '095021.411000', '095021.423000', '095021.425000', '095021.433000', '095021.436000', '095021.439000', '095021.442000', '095021.445000', '095021.448000', '095021.451000', '095021.453000', '095021.456000', '095021.459000', '095021.462000', '095041.327000', '095041.330000', '095041.333000', '095041.336000', '095041.339000', '095041.342000', '095041.345000', '095041.348000', '095041.351000', '095041.353000', '095041.356000', '095041.359000', '095041.362000', '095041.365000', '095041.368000', '095041.371000', '095041.374000', '095041.377000', '095041.380000', '095041.382000', '095041.385000', '095041.388000', '095041.391000', '095041.394000', '095041.400000', '095041.412000', '095041.415000', '095041.418000', '095041.421000', '095041.424000', '095041.426000', '095041.429000', '095041.432000', '095041.435000', '095041.438000', '095041.441000', '095041.444000', '095041.447000', '095041.450000', '095041.453000', '095041.456000', '095041.459000', '095041.461000', '095041.464000', '095101.327000', '095101.330000', '095101.334000', '095101.337000', '095101.340000', '095101.343000', '095101.346000', '095101.349000', '095101.352000', '095101.355000', '095101.358000', '095101.360000', '095101.363000', '095101.366000', '095101.369000', '095101.372000', '095101.375000', '095101.378000', '095101.381000', '095101.384000', '095101.387000', '095101.390000', '095101.392000', '095101.395000', '095101.398000', '095101.401000', '095101.404000', '095101.407000', '095101.410000', '095101.413000', '095101.416000', '095101.418000', '095101.421000', '095101.424000', '095101.427000', '095101.430000', '095101.433000', '095101.436000', '095101.439000', '095101.446000', '095101.449000', '095101.452000', '095101.455000', '095121.328000', '095121.331000', '095121.334000', '095121.337000', '095121.340000', '095121.343000', '095121.346000', '095121.349000', '095121.352000', '095121.354000', '095121.357000', '095121.360000', '095121.363000', '095121.366000', '095121.369000', '095121.372000', '095121.375000', '095121.378000', '095121.380000', '095121.384000', '095121.386000', '095121.389000', '095121.398000', '095121.401000', '095121.404000', '095121.407000', '095121.410000', '095121.413000', '095121.416000', '095121.419000', '095121.421000', '095121.424000', '095121.427000', '095121.430000', '095121.433000', '095121.436000', '095121.439000', '095121.442000', '095121.445000', '095121.448000', '095121.450000', '095121.453000', '095121.456000', '095121.459000', '095141.328000', '095141.331000', '095141.334000', '095141.337000', '095141.340000', '095141.343000', '095141.346000', '095141.349000', '095141.353000', '095141.356000', '095141.359000', '095141.362000', '095141.365000', '095141.368000', '095141.371000', '095141.374000', '095141.377000', '095141.380000', '095141.382000', '095141.386000', '095141.388000', '095141.391000', '095141.394000', '095141.397000', '095141.400000', '095141.403000', '095141.413000', '095141.416000', '095141.419000', '095141.422000', '095141.425000', '095141.428000', '095141.431000', '095141.434000', '095141.437000', '095141.440000', '095141.442000', '095141.445000', '095141.448000', '095141.451000', '095141.454000', '095141.457000', '095141.460000', '095201.328000', '095201.331000', '095201.334000', '095201.337000', '095201.340000', '095201.343000', '095201.346000', '095201.349000', '095201.352000', '095201.358000', '095201.367000', '095201.370000', '095201.373000', '095201.376000', '095201.379000', '095201.382000', '095201.385000', '095201.387000', '095201.391000', '095201.393000', '095201.396000', '095201.399000', '095201.402000', '095201.405000', '095201.408000', '095201.411000', '095201.414000', '095201.417000', '095201.420000', '095201.422000', '095201.426000', '095201.428000', '095201.431000', '095201.434000', '095201.437000', '095201.440000', '095201.443000', '095201.446000', '095201.449000', '095201.452000', '095201.455000', '095201.458000', '095201.461000', '095201.463000', '095221.327000', '095221.330000', '095221.333000', '095221.336000', '095221.339000', '095221.342000', '095221.345000', '095221.348000', '095221.351000', '095221.354000', '095221.356000', '095221.359000', '095221.362000', '095221.365000', '095221.368000', '095221.371000', '095221.374000', '095221.377000', '095221.380000', '095221.384000', '095221.387000', '095221.390000', '095221.393000', '095221.396000', '095221.399000', '095221.402000', '095221.405000', '095221.408000', '095221.411000', '095221.414000', '095221.434000', '095221.437000', '095221.439000', '095221.442000', '095221.453000', '095221.456000', '095221.458000', '095221.461000', '095221.464000', '095221.467000', '095221.470000', '095221.473000', '095221.476000', '095241.327000', '095241.330000', '095241.333000', '095241.336000', '095241.339000', '095241.342000', '095241.345000', '095241.348000', '095241.351000', '095241.354000', '095241.357000', '095241.359000', '095241.362000', '095241.365000', '095241.368000', '095241.371000', '095241.374000', '095241.377000', '095241.380000', '095241.383000', '095241.386000', '095241.389000', '095241.392000', '095241.400000', '095241.403000', '095241.406000', '095241.409000', '095241.412000', '095241.415000', '095241.418000', '095241.421000', '095241.424000', '095241.427000', '095241.430000', '095241.432000', '095241.435000', '095241.438000', '095241.441000', '095241.444000', '095241.447000', '095241.450000', '095241.453000', '095241.456000', '095241.459000', '095301.327000', '095301.330000', '095301.333000', '095301.336000', '095301.339000', '095301.342000', '095301.345000', '095301.348000', '095301.351000', '095301.353000', '095301.356000', '095301.359000', '095301.362000', '095301.365000', '095301.368000', '095301.371000', '095301.374000', '095301.377000', '095301.380000', '095301.383000', '095301.386000', '095301.389000', '095301.391000', '095301.395000', '095301.398000', '095301.401000', '095301.404000', '095301.407000', '095301.410000', '095301.413000', '095301.416000', '095301.419000', '095301.422000', '095301.425000', '095301.428000', '095301.430000', '095301.433000', '095301.436000', '095301.439000', '095301.442000', '095301.445000', '095301.448000', '095301.451000', '095321.327000', '095321.330000', '095321.333000', '095321.336000', '095321.339000', '095321.342000', '095321.345000', '095321.348000', '095321.351000', '095321.354000', '095321.356000', '095321.359000', '095321.362000', '095321.365000', '095321.368000', '095321.371000', '095321.374000', '095321.377000', '095321.380000', '095321.383000', '095321.386000', '095321.389000', '095321.392000', '095321.394000', '095321.397000', '095321.400000', '095321.403000', '095321.406000', '095321.409000', '095321.412000', '095321.415000', '095321.418000', '095321.421000', '095321.424000', '095321.427000', '095321.430000', '095321.433000', '095321.436000', '095321.439000', '095321.441000', '095321.445000', '095321.447000', '095321.450000', '095321.453000', '095341.328000', '095341.331000', '095341.334000', '095341.337000', '095341.340000', '095341.343000', '095341.346000', '095341.349000', '095341.352000', '095341.356000', '095341.359000', '095341.362000', '095341.365000', '095341.368000', '095341.371000', '095341.373000', '095341.376000', '095341.379000', '095341.382000', '095341.385000', '095341.388000', '095341.391000', '095341.394000', '095341.397000', '095341.400000', '095341.403000', '095341.406000', '095341.409000', '095341.412000', '095341.414000', '095341.418000', '095341.421000', '095341.424000', '095341.427000', '095341.429000', '095341.432000', '095341.435000', '095341.438000', '095341.441000', '095341.444000', '095341.447000', '095341.450000', '095341.453000', '095401.328000', '095401.331000', '095401.334000', '095401.337000', '095401.340000', '095401.343000', '095401.346000', '095401.349000', '095401.352000', '095401.354000', '095401.357000', '095401.366000', '095401.369000', '095401.372000', '095401.375000', '095401.378000', '095401.381000', '095401.384000', '095401.387000', '095401.390000', '095401.393000', '095401.396000', '095401.398000', '095401.402000', '095401.404000', '095401.407000', '095401.410000', '095401.413000', '095401.416000', '095401.419000', '095401.422000', '095401.425000', '095401.428000', '095401.431000', '095401.433000', '095401.436000', '095401.439000', '095401.442000', '095401.445000', '095401.448000', '095401.451000', '095401.454000', '095401.457000', '095401.460000', '095421.328000', '095421.331000', '095421.334000', '095421.337000', '095421.340000', '095421.343000', '095421.346000', '095421.349000', '095421.352000', '095421.355000', '095421.358000', '095421.361000', '095421.364000', '095421.367000', '095421.370000', '095421.373000', '095421.375000', '095421.378000', '095421.381000', '095421.384000', '095421.387000', '095421.390000', '095421.393000', '095421.396000', '095421.399000', '095421.402000', '095421.405000', '095421.408000', '095421.411000', '095421.414000', '095421.417000', '095421.420000', '095421.422000', '095421.425000', '095421.428000', '095421.431000', '095421.434000', '095421.438000', '095421.441000', '095421.444000', '095421.447000', '095421.450000', '095421.453000', '095441.327000', '095441.330000', '095441.337000', '095441.340000', '095441.343000', '095441.346000', '095441.349000', '095441.352000', '095441.355000', '095441.358000', '095441.361000', '095441.364000', '095441.367000', '095441.369000', '095441.372000', '095441.375000', '095441.378000', '095441.381000', '095441.384000', '095441.387000', '095441.390000', '095441.393000', '095441.396000', '095441.399000', '095441.401000', '095441.404000', '095441.408000', '095441.410000', '095441.413000', '095441.416000', '095441.419000', '095441.422000', '095441.425000', '095441.428000', '095441.431000', '095441.434000', '095441.437000', '095441.440000', '095441.443000', '095441.446000', '095441.448000', '095441.451000', '095441.454000', '095441.457000', '095501.327000', '095501.331000', '095501.334000', '095501.337000', '095501.340000', '095501.343000', '095501.346000', '095501.349000', '095501.352000', '095501.355000', '095501.358000', '095501.361000', '095501.364000', '095501.367000', '095501.370000', '095501.373000', '095501.376000', '095501.379000', '095501.382000', '095501.385000', '095501.388000', '095501.392000', '095501.395000', '095501.399000', '095501.402000', '095501.405000', '095501.408000', '095501.411000', '095501.414000', '095501.417000', '095501.420000', '095501.423000', '095501.427000', '095501.430000', '095501.433000', '095501.436000', '095501.439000', '095501.442000', '095501.446000', '095501.449000', '095501.452000', '095501.455000', '095501.458000', '095521.327000', '095521.330000', '095521.333000', '095521.336000', '095521.339000', '095521.342000', '095521.345000', '095521.348000', '095521.351000', '095521.366000', '095521.369000', '095521.372000', '095521.375000', '095521.378000', '095521.380000', '095521.383000', '095521.386000', '095521.389000', '095521.392000', '095521.395000', '095521.398000', '095521.401000', '095521.404000', '095521.407000', '095521.410000', '095521.413000', '095521.416000', '095521.418000', '095521.421000', '095521.424000', '095521.431000', '095521.434000', '095521.436000', '095521.440000', '095521.442000', '095521.445000', '095521.448000', '095521.451000', '095521.454000', '095521.457000', '095521.460000', '095521.463000', '095521.466000', '095521.469000', '095541.327000', '095541.330000', '095541.333000', '095541.336000', '095541.339000', '095541.342000', '095541.345000', '095541.348000', '095541.351000', '095541.354000', '095541.357000', '095541.360000', '095541.363000', '095541.365000', '095541.368000', '095541.371000', '095541.374000', '095541.377000', '095541.380000', '095541.383000', '095541.386000', '095541.389000', '095541.392000', '095541.395000', '095541.398000', '095541.401000', '095541.403000', '095541.407000', '095541.409000', '095541.412000', '095541.415000', '095541.418000', '095541.421000', '095541.424000', '095541.427000', '095541.430000', '095541.438000', '095541.441000', '095541.443000', '095541.447000', '095541.449000', '095541.452000', '095541.455000', '095601.328000', '095601.331000', '095601.334000', '095601.337000', '095601.340000', '095601.343000', '095601.346000', '095601.349000', '095601.352000', '095601.355000', '095601.358000', '095601.361000', '095601.364000', '095601.367000', '095601.370000', '095601.373000', '095601.376000', '095601.379000', '095601.381000', '095601.384000', '095601.387000', '095601.390000', '095601.393000', '095601.396000', '095601.399000', '095601.402000', '095601.405000', '095601.408000', '095601.411000', '095601.414000', '095601.417000', '095601.420000', '095601.423000', '095601.425000', '095601.428000', '095601.431000', '095601.434000', '095601.437000', '095601.440000', '095601.443000', '095601.451000', '095601.454000', '095601.457000', '095601.460000', '095621.328000', '095621.331000', '095621.334000', '095621.337000', '095621.340000', '095621.343000', '095621.346000', '095621.349000', '095621.352000', '095621.355000', '095621.358000', '095621.361000', '095621.363000', '095621.366000', '095621.369000', '095621.372000', '095621.375000', '095621.378000', '095621.381000', '095621.384000', '095621.387000', '095621.390000', '095621.393000', '095621.396000', '095621.399000', '095621.402000', '095621.405000', '095621.408000', '095621.414000', '095621.417000', '095621.420000', '095621.423000', '095621.426000', '095621.430000', '095621.433000', '095621.436000', '095621.439000', '095621.442000', '095621.445000', '095621.448000', '095621.451000', '095621.454000', '095621.457000', '095641.328000', '095641.331000', '095641.334000', '095641.342000', '095641.345000', '095641.348000', '095641.351000', '095641.359000', '095641.362000', '095641.365000', '095641.368000', '095641.371000', '095641.374000', '095641.377000', '095641.380000', '095641.383000', '095641.385000', '095641.388000', '095641.391000', '095641.401000', '095641.404000', '095641.406000', '095641.409000', '095641.412000', '095641.415000', '095641.418000', '095641.421000', '095641.424000', '095641.427000', '095641.430000', '095641.433000', '095641.436000', '095641.439000', '095641.442000', '095641.444000', '095641.447000', '095641.450000', '095641.453000', '095641.461000', '095641.464000', '095641.467000', '095641.470000', '095641.473000', '095641.476000', '095701.327000', '095701.330000', '095701.333000', '095701.336000', '095701.339000', '095701.342000', '095701.345000', '095701.348000', '095701.351000', '095701.354000', '095701.357000', '095701.360000', '095701.363000', '095701.366000', '095701.369000', '095701.371000', '095701.374000', '095701.377000', '095701.380000', '095701.383000', '095701.386000', '095701.389000', '095701.392000', '095701.395000', '095701.398000', '095701.401000', '095701.404000', '095701.407000', '095701.410000', '095701.413000', '095701.416000', '095701.418000', '095701.421000', '095701.424000', '095701.427000', '095701.430000', '095701.441000', '095701.444000', '095701.447000', '095701.450000', '095701.453000', '095701.456000', '095701.459000', '095721.327000', '095721.330000', '095721.333000', '095721.336000', '095721.339000', '095721.342000', '095721.345000', '095721.348000', '095721.351000', '095721.354000', '095721.357000', '095721.360000', '095721.362000', '095721.365000', '095721.368000', '095721.371000', '095721.374000', '095721.377000', '095721.380000', '095721.383000', '095721.386000', '095721.389000', '095721.392000', '095721.395000', '095721.398000', '095721.400000', '095721.403000', '095721.406000', '095721.409000', '095721.412000', '095721.415000', '095721.418000', '095721.421000', '095721.424000', '095721.427000', '095721.430000', '095721.438000', '095721.441000', '095721.444000', '095721.447000', '095721.450000', '095721.453000', '095721.456000', '095721.459000', '095731.941000', '095731.946000', '095731.950000', '095731.954000', '095731.973000', '095731.976000', '095731.979000', '095731.982000', '095731.985000', '095731.988000', '095731.991000', '095731.994000', '095731.997000', '095732.002000', '095732.005000', '095732.007000', '095732.011000', '095732.014000', '095732.017000', '095732.019000', '095732.023000', '095732.026000', '095732.029000'], 'InstanceCreationTime': ['094901.363000', '094901.371000', '094901.374000', '094901.377000', '094901.380000', '094901.383000', '094901.386000', '094901.389000', '094901.392000', '094901.394000', '094901.397000', '094901.400000', '094901.403000', '094901.406000', '094901.409000', '094901.412000', '094901.415000', '094901.418000', '094901.421000', '094901.424000', '094901.426000', '094901.429000', '094901.432000', '094901.435000', '094901.438000', '094901.441000', '094901.444000', '094901.446000', '094901.449000', '094901.452000', '094901.455000', '094901.458000', '094901.461000', '094901.464000', '094901.467000', '094901.469000', '094901.472000', '094901.475000', '094901.478000', '094901.481000', '094901.484000', '094901.494000', '094901.497000', '094901.499000', '094901.502000', '094901.505000', '094921.328000', '094921.331000', '094921.344000', '094921.347000', '094921.350000', '094921.353000', '094921.356000', '094921.359000', '094921.362000', '094921.365000', '094921.368000', '094921.371000', '094921.373000', '094921.376000', '094921.379000', '094921.382000', '094921.385000', '094921.388000', '094921.391000', '094921.394000', '094921.396000', '094921.400000', '094921.402000', '094921.405000', '094921.408000', '094921.411000', '094921.414000', '094921.417000', '094921.420000', '094921.423000', '094921.426000', '094921.428000', '094921.438000', '094921.441000', '094921.444000', '094921.446000', '094921.449000', '094921.452000', '094921.455000', '094921.458000', '094921.461000', '094921.464000', '094921.467000', '094941.328000', '094941.331000', '094941.334000', '094941.337000', '094941.340000', '094941.347000', '094941.350000', '094941.353000', '094941.355000', '094941.358000', '094941.361000', '094941.364000', '094941.367000', '094941.370000', '094941.373000', '094941.376000', '094941.379000', '094941.381000', '094941.385000', '094941.387000', '094941.390000', '094941.393000', '094941.396000', '094941.399000', '094941.402000', '094941.405000', '094941.408000', '094941.411000', '094941.413000', '094941.416000', '094941.419000', '094941.422000', '094941.425000', '094941.428000', '094941.431000', '094941.434000', '094941.436000', '094941.439000', '094941.442000', '094941.445000', '094941.448000', '094941.451000', '094941.454000', '094941.457000', '095001.328000', '095001.331000', '095001.334000', '095001.337000', '095001.340000', '095001.343000', '095001.345000', '095001.348000', '095001.351000', '095001.354000', '095001.357000', '095001.360000', '095001.363000', '095001.366000', '095001.369000', '095001.372000', '095001.382000', '095001.385000', '095001.387000', '095001.390000', '095001.393000', '095001.396000', '095001.399000', '095001.402000', '095001.405000', '095001.408000', '095001.411000', '095001.419000', '095001.423000', '095001.425000', '095001.428000', '095001.431000', '095001.434000', '095001.437000', '095001.440000', '095001.443000', '095001.446000', '095001.449000', '095001.452000', '095001.455000', '095001.458000', '095001.460000', '095001.463000', '095021.327000', '095021.330000', '095021.333000', '095021.336000', '095021.339000', '095021.342000', '095021.345000', '095021.348000', '095021.350000', '095021.354000', '095021.356000', '095021.359000', '095021.362000', '095021.365000', '095021.368000', '095021.371000', '095021.374000', '095021.377000', '095021.380000', '095021.382000', '095021.385000', '095021.388000', '095021.391000', '095021.394000', '095021.397000', '095021.400000', '095021.403000', '095021.406000', '095021.408000', '095021.411000', '095021.423000', '095021.425000', '095021.433000', '095021.436000', '095021.439000', '095021.442000', '095021.445000', '095021.448000', '095021.451000', '095021.453000', '095021.456000', '095021.459000', '095021.462000', '095041.327000', '095041.330000', '095041.333000', '095041.336000', '095041.339000', '095041.342000', '095041.345000', '095041.348000', '095041.351000', '095041.353000', '095041.356000', '095041.359000', '095041.362000', '095041.365000', '095041.368000', '095041.371000', '095041.374000', '095041.377000', '095041.380000', '095041.382000', '095041.385000', '095041.388000', '095041.391000', '095041.394000', '095041.400000', '095041.412000', '095041.415000', '095041.418000', '095041.421000', '095041.424000', '095041.426000', '095041.429000', '095041.432000', '095041.435000', '095041.438000', '095041.441000', '095041.444000', '095041.447000', '095041.450000', '095041.453000', '095041.456000', '095041.459000', '095041.461000', '095041.464000', '095101.327000', '095101.330000', '095101.334000', '095101.337000', '095101.340000', '095101.343000', '095101.346000', '095101.349000', '095101.352000', '095101.355000', '095101.358000', '095101.360000', '095101.363000', '095101.366000', '095101.369000', '095101.372000', '095101.375000', '095101.378000', '095101.381000', '095101.384000', '095101.387000', '095101.390000', '095101.392000', '095101.395000', '095101.398000', '095101.401000', '095101.404000', '095101.407000', '095101.410000', '095101.413000', '095101.416000', '095101.418000', '095101.421000', '095101.424000', '095101.427000', '095101.430000', '095101.433000', '095101.436000', '095101.439000', '095101.446000', '095101.449000', '095101.452000', '095101.455000', '095121.328000', '095121.331000', '095121.334000', '095121.337000', '095121.340000', '095121.343000', '095121.346000', '095121.349000', '095121.352000', '095121.354000', '095121.357000', '095121.360000', '095121.363000', '095121.366000', '095121.369000', '095121.372000', '095121.375000', '095121.378000', '095121.380000', '095121.384000', '095121.386000', '095121.389000', '095121.398000', '095121.401000', '095121.404000', '095121.407000', '095121.410000', '095121.413000', '095121.416000', '095121.419000', '095121.421000', '095121.424000', '095121.427000', '095121.430000', '095121.433000', '095121.436000', '095121.439000', '095121.442000', '095121.445000', '095121.448000', '095121.450000', '095121.453000', '095121.456000', '095121.459000', '095141.328000', '095141.331000', '095141.334000', '095141.337000', '095141.340000', '095141.343000', '095141.346000', '095141.349000', '095141.353000', '095141.356000', '095141.359000', '095141.362000', '095141.365000', '095141.368000', '095141.371000', '095141.374000', '095141.377000', '095141.380000', '095141.382000', '095141.386000', '095141.388000', '095141.391000', '095141.394000', '095141.397000', '095141.400000', '095141.403000', '095141.413000', '095141.416000', '095141.419000', '095141.422000', '095141.425000', '095141.428000', '095141.431000', '095141.434000', '095141.437000', '095141.440000', '095141.442000', '095141.445000', '095141.448000', '095141.451000', '095141.454000', '095141.457000', '095141.460000', '095201.328000', '095201.331000', '095201.334000', '095201.337000', '095201.340000', '095201.343000', '095201.346000', '095201.349000', '095201.352000', '095201.358000', '095201.367000', '095201.370000', '095201.373000', '095201.376000', '095201.379000', '095201.382000', '095201.385000', '095201.387000', '095201.391000', '095201.393000', '095201.396000', '095201.399000', '095201.402000', '095201.405000', '095201.408000', '095201.411000', '095201.414000', '095201.417000', '095201.420000', '095201.422000', '095201.426000', '095201.428000', '095201.431000', '095201.434000', '095201.437000', '095201.440000', '095201.443000', '095201.446000', '095201.449000', '095201.452000', '095201.455000', '095201.458000', '095201.461000', '095201.463000', '095221.327000', '095221.330000', '095221.333000', '095221.336000', '095221.339000', '095221.342000', '095221.345000', '095221.348000', '095221.351000', '095221.354000', '095221.356000', '095221.359000', '095221.362000', '095221.365000', '095221.368000', '095221.371000', '095221.374000', '095221.377000', '095221.380000', '095221.384000', '095221.387000', '095221.390000', '095221.393000', '095221.396000', '095221.399000', '095221.402000', '095221.405000', '095221.408000', '095221.411000', '095221.414000', '095221.434000', '095221.437000', '095221.439000', '095221.442000', '095221.453000', '095221.456000', '095221.458000', '095221.461000', '095221.464000', '095221.467000', '095221.470000', '095221.473000', '095221.476000', '095241.327000', '095241.330000', '095241.333000', '095241.336000', '095241.339000', '095241.342000', '095241.345000', '095241.348000', '095241.351000', '095241.354000', '095241.357000', '095241.359000', '095241.362000', '095241.365000', '095241.368000', '095241.371000', '095241.374000', '095241.377000', '095241.380000', '095241.383000', '095241.386000', '095241.389000', '095241.392000', '095241.400000', '095241.403000', '095241.406000', '095241.409000', '095241.412000', '095241.415000', '095241.418000', '095241.421000', '095241.424000', '095241.427000', '095241.430000', '095241.432000', '095241.435000', '095241.438000', '095241.441000', '095241.444000', '095241.447000', '095241.450000', '095241.453000', '095241.456000', '095241.459000', '095301.327000', '095301.330000', '095301.333000', '095301.336000', '095301.339000', '095301.342000', '095301.345000', '095301.348000', '095301.351000', '095301.353000', '095301.356000', '095301.359000', '095301.362000', '095301.365000', '095301.368000', '095301.371000', '095301.374000', '095301.377000', '095301.380000', '095301.383000', '095301.386000', '095301.389000', '095301.391000', '095301.395000', '095301.398000', '095301.401000', '095301.404000', '095301.407000', '095301.410000', '095301.413000', '095301.416000', '095301.419000', '095301.422000', '095301.425000', '095301.428000', '095301.430000', '095301.433000', '095301.436000', '095301.439000', '095301.442000', '095301.445000', '095301.448000', '095301.451000', '095321.327000', '095321.330000', '095321.333000', '095321.336000', '095321.339000', '095321.342000', '095321.345000', '095321.348000', '095321.351000', '095321.354000', '095321.356000', '095321.359000', '095321.362000', '095321.365000', '095321.368000', '095321.371000', '095321.374000', '095321.377000', '095321.380000', '095321.383000', '095321.386000', '095321.389000', '095321.392000', '095321.394000', '095321.397000', '095321.400000', '095321.403000', '095321.406000', '095321.409000', '095321.412000', '095321.415000', '095321.418000', '095321.421000', '095321.424000', '095321.427000', '095321.430000', '095321.433000', '095321.436000', '095321.439000', '095321.441000', '095321.445000', '095321.447000', '095321.450000', '095321.453000', '095341.328000', '095341.331000', '095341.334000', '095341.337000', '095341.340000', '095341.343000', '095341.346000', '095341.349000', '095341.352000', '095341.356000', '095341.359000', '095341.362000', '095341.365000', '095341.368000', '095341.371000', '095341.373000', '095341.376000', '095341.379000', '095341.382000', '095341.385000', '095341.388000', '095341.391000', '095341.394000', '095341.397000', '095341.400000', '095341.403000', '095341.406000', '095341.409000', '095341.412000', '095341.414000', '095341.418000', '095341.421000', '095341.424000', '095341.427000', '095341.429000', '095341.432000', '095341.435000', '095341.438000', '095341.441000', '095341.444000', '095341.447000', '095341.450000', '095341.453000', '095401.328000', '095401.331000', '095401.334000', '095401.337000', '095401.340000', '095401.343000', '095401.346000', '095401.349000', '095401.352000', '095401.354000', '095401.357000', '095401.366000', '095401.369000', '095401.372000', '095401.375000', '095401.378000', '095401.381000', '095401.384000', '095401.387000', '095401.390000', '095401.393000', '095401.396000', '095401.398000', '095401.402000', '095401.404000', '095401.407000', '095401.410000', '095401.413000', '095401.416000', '095401.419000', '095401.422000', '095401.425000', '095401.428000', '095401.431000', '095401.433000', '095401.436000', '095401.439000', '095401.442000', '095401.445000', '095401.448000', '095401.451000', '095401.454000', '095401.457000', '095401.460000', '095421.328000', '095421.331000', '095421.334000', '095421.337000', '095421.340000', '095421.343000', '095421.346000', '095421.349000', '095421.352000', '095421.355000', '095421.358000', '095421.361000', '095421.364000', '095421.367000', '095421.370000', '095421.373000', '095421.375000', '095421.378000', '095421.381000', '095421.384000', '095421.387000', '095421.390000', '095421.393000', '095421.396000', '095421.399000', '095421.402000', '095421.405000', '095421.408000', '095421.411000', '095421.414000', '095421.417000', '095421.420000', '095421.422000', '095421.425000', '095421.428000', '095421.431000', '095421.434000', '095421.438000', '095421.441000', '095421.444000', '095421.447000', '095421.450000', '095421.453000', '095441.327000', '095441.330000', '095441.337000', '095441.340000', '095441.343000', '095441.346000', '095441.349000', '095441.352000', '095441.355000', '095441.358000', '095441.361000', '095441.364000', '095441.367000', '095441.369000', '095441.372000', '095441.375000', '095441.378000', '095441.381000', '095441.384000', '095441.387000', '095441.390000', '095441.393000', '095441.396000', '095441.399000', '095441.401000', '095441.404000', '095441.408000', '095441.410000', '095441.413000', '095441.416000', '095441.419000', '095441.422000', '095441.425000', '095441.428000', '095441.431000', '095441.434000', '095441.437000', '095441.440000', '095441.443000', '095441.446000', '095441.448000', '095441.451000', '095441.454000', '095441.457000', '095501.327000', '095501.331000', '095501.334000', '095501.337000', '095501.340000', '095501.343000', '095501.346000', '095501.349000', '095501.352000', '095501.355000', '095501.358000', '095501.361000', '095501.364000', '095501.367000', '095501.370000', '095501.373000', '095501.376000', '095501.379000', '095501.382000', '095501.385000', '095501.388000', '095501.392000', '095501.395000', '095501.399000', '095501.402000', '095501.405000', '095501.408000', '095501.411000', '095501.414000', '095501.417000', '095501.420000', '095501.423000', '095501.427000', '095501.430000', '095501.433000', '095501.436000', '095501.439000', '095501.442000', '095501.446000', '095501.449000', '095501.452000', '095501.455000', '095501.458000', '095521.327000', '095521.330000', '095521.333000', '095521.336000', '095521.339000', '095521.342000', '095521.345000', '095521.348000', '095521.351000', '095521.366000', '095521.369000', '095521.372000', '095521.375000', '095521.378000', '095521.380000', '095521.383000', '095521.386000', '095521.389000', '095521.392000', '095521.395000', '095521.398000', '095521.401000', '095521.404000', '095521.407000', '095521.410000', '095521.413000', '095521.416000', '095521.418000', '095521.421000', '095521.424000', '095521.431000', '095521.434000', '095521.436000', '095521.440000', '095521.442000', '095521.445000', '095521.448000', '095521.451000', '095521.454000', '095521.457000', '095521.460000', '095521.463000', '095521.466000', '095521.469000', '095541.327000', '095541.330000', '095541.333000', '095541.336000', '095541.339000', '095541.342000', '095541.345000', '095541.348000', '095541.351000', '095541.354000', '095541.357000', '095541.360000', '095541.363000', '095541.365000', '095541.368000', '095541.371000', '095541.374000', '095541.377000', '095541.380000', '095541.383000', '095541.386000', '095541.389000', '095541.392000', '095541.395000', '095541.398000', '095541.401000', '095541.403000', '095541.407000', '095541.409000', '095541.412000', '095541.415000', '095541.418000', '095541.421000', '095541.424000', '095541.427000', '095541.430000', '095541.438000', '095541.441000', '095541.443000', '095541.447000', '095541.449000', '095541.452000', '095541.455000', '095601.328000', '095601.331000', '095601.334000', '095601.337000', '095601.340000', '095601.343000', '095601.346000', '095601.349000', '095601.352000', '095601.355000', '095601.358000', '095601.361000', '095601.364000', '095601.367000', '095601.370000', '095601.373000', '095601.376000', '095601.379000', '095601.381000', '095601.384000', '095601.387000', '095601.390000', '095601.393000', '095601.396000', '095601.399000', '095601.402000', '095601.405000', '095601.408000', '095601.411000', '095601.414000', '095601.417000', '095601.420000', '095601.423000', '095601.425000', '095601.428000', '095601.431000', '095601.434000', '095601.437000', '095601.440000', '095601.443000', '095601.451000', '095601.454000', '095601.457000', '095601.460000', '095621.328000', '095621.331000', '095621.334000', '095621.337000', '095621.340000', '095621.343000', '095621.346000', '095621.349000', '095621.352000', '095621.355000', '095621.358000', '095621.361000', '095621.363000', '095621.366000', '095621.369000', '095621.372000', '095621.375000', '095621.378000', '095621.381000', '095621.384000', '095621.387000', '095621.390000', '095621.393000', '095621.396000', '095621.399000', '095621.402000', '095621.405000', '095621.408000', '095621.414000', '095621.417000', '095621.420000', '095621.423000', '095621.426000', '095621.430000', '095621.433000', '095621.436000', '095621.439000', '095621.442000', '095621.445000', '095621.448000', '095621.451000', '095621.454000', '095621.457000', '095641.328000', '095641.331000', '095641.334000', '095641.342000', '095641.345000', '095641.348000', '095641.351000', '095641.359000', '095641.362000', '095641.365000', '095641.368000', '095641.371000', '095641.374000', '095641.377000', '095641.380000', '095641.383000', '095641.385000', '095641.388000', '095641.391000', '095641.401000', '095641.404000', '095641.406000', '095641.409000', '095641.412000', '095641.415000', '095641.418000', '095641.421000', '095641.424000', '095641.427000', '095641.430000', '095641.433000', '095641.436000', '095641.439000', '095641.442000', '095641.444000', '095641.447000', '095641.450000', '095641.453000', '095641.461000', '095641.464000', '095641.467000', '095641.470000', '095641.473000', '095641.476000', '095701.327000', '095701.330000', '095701.333000', '095701.336000', '095701.339000', '095701.342000', '095701.345000', '095701.348000', '095701.351000', '095701.354000', '095701.357000', '095701.360000', '095701.363000', '095701.366000', '095701.369000', '095701.371000', '095701.374000', '095701.377000', '095701.380000', '095701.383000', '095701.386000', '095701.389000', '095701.392000', '095701.395000', '095701.398000', '095701.401000', '095701.404000', '095701.407000', '095701.410000', '095701.413000', '095701.416000', '095701.418000', '095701.421000', '095701.424000', '095701.427000', '095701.430000', '095701.441000', '095701.444000', '095701.447000', '095701.450000', '095701.453000', '095701.456000', '095701.459000', '095721.327000', '095721.330000', '095721.333000', '095721.336000', '095721.339000', '095721.342000', '095721.345000', '095721.348000', '095721.351000', '095721.354000', '095721.357000', '095721.360000', '095721.362000', '095721.365000', '095721.368000', '095721.371000', '095721.374000', '095721.377000', '095721.380000', '095721.383000', '095721.386000', '095721.389000', '095721.392000', '095721.395000', '095721.398000', '095721.400000', '095721.403000', '095721.406000', '095721.409000', '095721.412000', '095721.415000', '095721.418000', '095721.421000', '095721.424000', '095721.427000', '095721.430000', '095721.438000', '095721.441000', '095721.444000', '095721.447000', '095721.450000', '095721.453000', '095721.456000', '095721.459000', '095731.941000', '095731.946000', '095731.950000', '095731.954000', '095731.973000', '095731.976000', '095731.979000', '095731.982000', '095731.985000', '095731.988000', '095731.991000', '095731.994000', '095731.997000', '095732.002000', '095732.005000', '095732.007000', '095732.011000', '095732.014000', '095732.017000', '095732.019000', '095732.023000', '095732.026000', '095732.029000'], '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], 'LargestImagePixelValue': [9225, 8070, 8043, 8127, 8016, 8133, 8234, 12637, 8505, 12564, 8265, 11514, 8019, 9973, 8078, 8305, 7625, 8084, 14528, 8316, 12405, 8352, 9887, 8108, 9078, 7805, 8454, 9443, 8388, 11358, 7870, 8692, 7793, 8152, 11599, 8144, 10172, 8100, 7900, 8140, 7966, 12893, 8168, 10677, 8216, 7891, 8648, 7938, 10010, 8088, 8645, 8080, 7768, 12565, 8228, 8579, 7972, 7935, 12606, 8179, 8786, 7931, 8042, 13172, 8197, 8477, 9180, 8369, 11012, 7940, 7970, 8307, 8123, 11422, 8136, 9452, 8829, 8253, 13137, 8331, 9191, 7806, 8032, 10986, 8051, 8828, 7565, 7886, 10531, 8155, 8839, 8208, 7765, 12918, 8128, 10819, 7834, 8540, 8074, 8073, 13137, 8246, 11918, 7987, 9080, 9077, 8119, 13765, 9420, 11727, 8253, 8502, 12720, 8485, 11481, 8102, 7854, 11219, 8555, 11609, 8175, 8935, 7922, 8070, 12454, 8353, 9441, 7911, 8152, 12271, 7998, 8360, 8176, 8158, 12801, 8247, 9551, 7923, 8022, 11474, 8320, 10021, 8186, 7854, 7529, 8148, 12644, 8166, 7876, 7984, 8346, 12318, 8086, 7911, 9115, 8397, 10733, 8292, 8753, 8066, 7924, 12195, 8051, 8758, 7949, 7972, 13327, 8257, 10209, 8145, 7792, 11756, 8251, 10426, 7888, 7810, 8547, 8292, 10161, 7810, 7850, 7765, 8001, 12575, 8177, 10054, 8138, 7862, 8291, 8326, 10791, 8059, 8651, 8225, 7940, 7392, 8141, 12364, 8313, 10548, 8444, 9183, 8030, 8750, 7860, 8101, 13793, 8803, 11967, 7923, 8382, 14109, 8270, 11279, 8104, 8764, 7865, 8171, 13569, 8439, 11770, 8126, 7769, 7654, 8329, 12292, 8298, 9830, 8203, 8087, 12039, 8179, 9453, 8083, 7779, 7735, 8177, 10925, 8315, 9496, 8210, 7693, 8063, 7980, 8066, 8034, 11100, 8141, 9814, 7960, 7818, 8070, 8121, 12535, 8117, 10558, 8036, 8001, 13941, 8210, 10708, 8474, 8120, 13558, 8359, 8821, 8022, 7818, 9155, 8225, 9279, 8179, 7885, 8910, 8349, 10050, 8072, 7952, 11011, 8190, 11541, 8057, 8296, 12590, 8072, 10707, 7918, 7866, 12985, 8268, 10082, 8065, 7881, 8264, 8017, 10271, 7872, 8452, 8409, 8145, 13227, 8108, 9879, 8026, 7922, 12029, 8003, 11786, 8110, 9086, 7984, 7982, 14277, 8157, 10751, 8050, 7831, 8760, 8215, 11259, 7835, 8188, 7836, 8069, 13014, 8265, 10395, 7892, 8263, 7712, 7864, 12694, 8119, 10223, 8111, 7731, 7984, 8066, 11617, 8064, 9083, 7613, 7941, 12747, 8034, 8470, 7545, 7852, 11680, 8114, 8472, 7729, 8090, 8426, 8035, 9965, 7771, 8026, 7881, 8086, 12639, 8367, 10723, 8216, 11059, 8537, 9810, 8102, 8091, 8063, 9437, 7941, 8111, 13626, 9406, 11478, 8051, 8127, 10089, 8023, 12500, 9064, 10026, 7946, 8402, 13769, 8054, 11704, 7983, 8561, 7981, 8149, 10676, 8142, 9518, 8603, 7936, 8221, 7998, 8245, 8197, 11350, 8272, 8835, 7704, 7694, 7399, 7955, 11282, 8271, 8623, 7905, 7855, 13201, 8308, 9296, 7961, 7751, 8203, 8117, 11152, 7809, 7841, 7575, 7825, 12047, 7849, 7958, 8174, 7954, 8632, 8206, 10728, 8140, 7715, 7254, 8009, 12305, 8164, 9218, 7834, 7999, 12684, 8149, 10570, 8130, 8076, 7607, 7992, 11776, 7982, 9730, 8116, 7891, 9839, 7991, 11441, 8067, 8693, 8065, 7880, 8971, 8002, 10160, 8057, 9008, 8038, 8021, 7880, 7898, 10943, 8249, 12121, 8402, 10212, 7765, 8835, 7565, 10675, 7407, 7558, 7713, 7437, 12620, 8022, 11054, 8047, 8072, 12951, 8297, 10233, 8172, 8024, 12277, 8293, 10471, 8124, 7757, 12539, 8123, 9582, 8266, 8304, 8000, 7834, 7661, 7914, 7778, 7883, 8392, 8151, 12128, 8416, 9497, 7712, 7808, 7473, 7680, 8364, 7893, 7458, 7921, 8004, 8066, 8007, 7966, 8317, 8309, 8105, 12583, 8680, 11623, 8565, 8860, 8147, 8018, 13158, 7883, 11645, 8292, 9744, 8069, 7894, 13562, 7721, 11360, 7249, 7431, 7098, 7527, 7220, 11872, 7568, 10844, 7531, 10097, 7770, 9920, 12841, 9620, 11086, 11566, 8661, 12715, 8016, 8690, 11775, 8285, 11668, 9565, 8812, 7808, 7758, 11589, 7811, 9560, 8069, 8009, 7854, 7692, 8365, 7850, 10601, 8184, 10083, 7906, 8908, 7584, 7721, 7890, 7969, 8021, 8291, 7790, 7854, 7607, 7786, 12355, 8618, 10887, 7939, 7914, 13343, 7964, 10661, 7718, 8679, 7876, 7718, 10850, 7960, 8007, 8037, 7667, 7789, 7950, 10405, 8066, 8997, 7665, 7799, 7844, 7691, 12959, 7965, 10968, 8312, 9551, 8732, 7790, 7607, 7997, 10890, 8499, 7726, 10465, 8174, 10291, 8240, 7939, 7838, 7836, 12106, 8330, 10717, 7994, 8592, 9264, 7838, 11590, 8307, 9434, 7709, 8077, 12664, 8090, 9873, 8041, 8021, 12661, 8116, 9195, 7561, 7842, 11869, 8337, 8316, 7512, 7884, 11262, 8099, 9036, 8067, 7728, 12365, 8185, 10795, 8133, 7905, 7815, 7864, 7493, 7885, 12628, 8294, 11064, 8014, 8275, 7914, 8024, 12903, 9283, 10628, 8711, 7983, 13166, 8492, 9533, 8607, 7915, 12385, 8750, 8901, 7661, 7884, 11152, 8361, 8560, 7828, 8062, 11678, 8295, 8935, 7916, 7730, 7957, 8112, 10811, 8274, 8478, 7547, 8220, 12281, 8285, 8809, 7973, 7754, 11863, 8173, 11071, 7771, 7627, 9437, 7791, 11970, 8359, 9515, 8085, 8503, 8118, 7629, 7602, 7771, 7535, 7870, 12724, 8391, 11190, 7950, 8532, 12158, 7968, 11544, 7691, 8214, 11963, 7989, 11552, 8173, 8815, 7654, 7836, 12261, 8302, 8874, 7845, 7810, 11676, 8093, 9181, 7704, 8163, 7868, 7655, 7698, 8019, 10693, 8505, 8428, 9833, 7947, 10989, 8315, 8193, 13192, 8031, 10978, 7804, 7726, 12235, 8195, 8657, 7834, 7937, 11186, 8341, 8351, 7664, 7883, 11042, 8198, 9353, 7764, 7788, 7391, 7962, 11612, 8074, 10387, 7894, 8027, 7649, 7935, 10922, 8017, 10542, 8554, 9298, 8189, 7684, 9550, 7950, 10895, 8434, 9087, 7854, 8126, 7537, 7879, 12995, 8208, 9356, 7746, 7908, 7851, 7725, 8102, 8146, 10585, 8079, 8775, 8021, 7759, 7427, 8025, 11703, 8166, 10213, 8000, 8047, 7676, 7821, 12046, 8982, 8167, 7731, 8269, 7489, 7940, 7730, 11246, 8255, 10398, 8368, 7936, 10971, 8368, 9915, 8037, 7902, 12389, 9853, 11738, 8869, 8726, 11824, 8079, 11037, 8303, 8156, 7651, 7952, 11942, 8157, 8428, 7932, 7804, 7644, 7703, 9630, 8510, 7599, 7789, 7890, 10633, 8182, 7881, 7867, 7943, 10847, 8260, 8341, 8163, 7916, 11597, 8361, 8813, 7832, 7605, 11360, 8290, 8649, 8031, 7682, 11909, 8171, 9823, 7663, 7729, 10688, 7862, 10789, 8202, 9684, 7697, 7953, 8369, 7930, 12662, 8242, 11685, 8076, 9289, 8063, 8155, 13519, 8238, 11536, 9187, 9706, 7594, 9331, 7638, 7550, 7851, 7653, 7884, 8190, 12225, 9192, 10048, 8251, 8010, 13655, 8565, 10931, 8098, 8543, 8325, 8167, 11492, 8582, 9268, 8008, 8113, 12001, 8364, 8549, 8088, 7833, 7735, 8189, 10050, 8652, 7633, 7914, 7960, 9616, 8711, 7811, 7803, 7986, 9871, 8562, 7623, 7718, 8117, 10613, 8247, 8315, 8038, 8142, 11441, 8424, 10204, 8193, 8029, 7675, 8238, 10975, 8228, 7838, 7633, 8142, 11971, 8401, 10223, 8367, 8586, 7954, 7722, 7711, 8017, 12543, 8393, 11397, 8607, 10591, 8130, 8860, 10782, 8240, 11896, 8692, 8647, 8171, 8129, 11513, 8816, 7957, 7788, 8047, 11067, 8387, 7609, 7368, 8302, 10311, 8176, 7804, 7608, 8071, 12040, 8475, 9761, 7887, 7893, 7972, 8113, 12230, 8511, 11241, 8109, 7979, 7499, 8089, 11465, 8590, 9845, 8170, 8033, 7482, 8310, 11026, 8712, 9107, 8247, 8138, 12022, 8425, 9710, 8198, 7798, 7436, 8066, 11790, 8341, 9447, 7847, 7840, 7520, 8190, 11598, 8502, 9399, 7479, 8057, 7622, 7668, 7574, 7735, 11567, 8504, 12127, 8148, 8029, 7581, 8301, 11445, 8746, 10314, 7976, 8204, 11948, 8696, 10724, 8105, 8044, 7952, 8257, 11316, 8713, 8343, 8412, 8111, 12139, 8274, 8931, 8329, 8062, 10003, 7992, 9503, 8694, 7899, 8614, 7881, 11418, 8495, 8599, 8346, 7951, 11459, 8685, 9232, 8140, 8008, 10992, 8611, 8331, 8349, 7920, 8035, 8375, 10488, 8362, 7698, 8441, 8054, 8286, 8539, 8594, 8597, 8362, 7847, 13301], 'WindowCenter': [4000.0, 3965.0, 3952.0, 3949.0, 3949.0, 3948.0, 3949.0, 3978.0, 3948.0, 3977.0, 3947.0, 3977.0, 3948.0, 3957.0, 3936.0, 3946.0, 3934.0, 3936.0, 3988.0, 3947.0, 3975.0, 3936.0, 3954.0, 3935.0, 3958.0, 3936.0, 3946.0, 3944.0, 3934.0, 3964.0, 3934.0, 3945.0, 3923.0, 3934.0, 3953.0, 3922.0, 3953.0, 3934.0, 3934.0, 3933.0, 3935.0, 3975.0, 3946.0, 3966.0, 3935.0, 3935.0, 3932.0, 3934.0, 3954.0, 3935.0, 3945.0, 3933.0, 3935.0, 3975.0, 3935.0, 3945.0, 3933.0, 3935.0, 3964.0, 3945.0, 3945.0, 3933.0, 3934.0, 3974.0, 3933.0, 3935.0, 3944.0, 3934.0, 3954.0, 3933.0, 3935.0, 3935.0, 3934.0, 3964.0, 3934.0, 3956.0, 3945.0, 3946.0, 3975.0, 3934.0, 3945.0, 3923.0, 3935.0, 3953.0, 3935.0, 3944.0, 3921.0, 3934.0, 3953.0, 3934.0, 3944.0, 3933.0, 3935.0, 3976.0, 3936.0, 3965.0, 3935.0, 3945.0, 3933.0, 3936.0, 3976.0, 3935.0, 3964.0, 3934.0, 3944.0, 3944.0, 3934.0, 3973.0, 3943.0, 3952.0, 3920.0, 3932.0, 3962.0, 3931.0, 3951.0, 3920.0, 3920.0, 3951.0, 3931.0, 3950.0, 3920.0, 3930.0, 3919.0, 3921.0, 3960.0, 3931.0, 3941.0, 3919.0, 3920.0, 3961.0, 3921.0, 3931.0, 3919.0, 3921.0, 3960.0, 3931.0, 3941.0, 3920.0, 3921.0, 3950.0, 3931.0, 3941.0, 3931.0, 3921.0, 3920.0, 3921.0, 3962.0, 3932.0, 3922.0, 3920.0, 3931.0, 3950.0, 3920.0, 3920.0, 3932.0, 3932.0, 3951.0, 3931.0, 3931.0, 3920.0, 3933.0, 3964.0, 3932.0, 3932.0, 3921.0, 3933.0, 3973.0, 3933.0, 3954.0, 3933.0, 3923.0, 3962.0, 3932.0, 3953.0, 3933.0, 3923.0, 3932.0, 3934.0, 3953.0, 3923.0, 3933.0, 3922.0, 3933.0, 3963.0, 3933.0, 3953.0, 3934.0, 3934.0, 3933.0, 3933.0, 3953.0, 3933.0, 3944.0, 3933.0, 3934.0, 3922.0, 3934.0, 3974.0, 3946.0, 3965.0, 3934.0, 3943.0, 3934.0, 3944.0, 3933.0, 3934.0, 3974.0, 3943.0, 3963.0, 3920.0, 3932.0, 3973.0, 3932.0, 3950.0, 3920.0, 3931.0, 3919.0, 3931.0, 3961.0, 3920.0, 3949.0, 3919.0, 3908.0, 3909.0, 3920.0, 3949.0, 3919.0, 3929.0, 3917.0, 3919.0, 3949.0, 3920.0, 3939.0, 3919.0, 3920.0, 3921.0, 3933.0, 3952.0, 3932.0, 3942.0, 3932.0, 3933.0, 3934.0, 3934.0, 3932.0, 3934.0, 3964.0, 3934.0, 3955.0, 3934.0, 3924.0, 3923.0, 3934.0, 3974.0, 3934.0, 3954.0, 3922.0, 3922.0, 3962.0, 3932.0, 3954.0, 3931.0, 3921.0, 3961.0, 3931.0, 3930.0, 3921.0, 3921.0, 3930.0, 3931.0, 3930.0, 3931.0, 3933.0, 3943.0, 3933.0, 3942.0, 3933.0, 3934.0, 3964.0, 3944.0, 3964.0, 3933.0, 3934.0, 3963.0, 3934.0, 3953.0, 3921.0, 3933.0, 3962.0, 3932.0, 3953.0, 3933.0, 3934.0, 3933.0, 3935.0, 3955.0, 3947.0, 3947.0, 3945.0, 3936.0, 3976.0, 3935.0, 3956.0, 3933.0, 3935.0, 3963.0, 3933.0, 3965.0, 3934.0, 3932.0, 3921.0, 3933.0, 3973.0, 3932.0, 3952.0, 3922.0, 3922.0, 3930.0, 3931.0, 3952.0, 3921.0, 3931.0, 3920.0, 3921.0, 3962.0, 3932.0, 3941.0, 3921.0, 3920.0, 3920.0, 3933.0, 3973.0, 3923.0, 3941.0, 3920.0, 3921.0, 3920.0, 3933.0, 3952.0, 3922.0, 3943.0, 3920.0, 3921.0, 3964.0, 3921.0, 3921.0, 3921.0, 3921.0, 3950.0, 3920.0, 3932.0, 3921.0, 3921.0, 3919.0, 3921.0, 3940.0, 3922.0, 3922.0, 3921.0, 3934.0, 3963.0, 3933.0, 3967.0, 3947.0, 3965.0, 3934.0, 3943.0, 3933.0, 3920.0, 3933.0, 3943.0, 3922.0, 3924.0, 3964.0, 3943.0, 3951.0, 3920.0, 3920.0, 3939.0, 3919.0, 3948.0, 3917.0, 3927.0, 3905.0, 3907.0, 3946.0, 3906.0, 3936.0, 3905.0, 3905.0, 3904.0, 3906.0, 3938.0, 3907.0, 3925.0, 3918.0, 3907.0, 3918.0, 3921.0, 3919.0, 3920.0, 3949.0, 3921.0, 3931.0, 3921.0, 3920.0, 3909.0, 3921.0, 3952.0, 3934.0, 3945.0, 3933.0, 3932.0, 3962.0, 3932.0, 3943.0, 3934.0, 3924.0, 3932.0, 3933.0, 3952.0, 3922.0, 3923.0, 3920.0, 3922.0, 3962.0, 3923.0, 3934.0, 3934.0, 3935.0, 3933.0, 3945.0, 3966.0, 3947.0, 3935.0, 3925.0, 3935.0, 3977.0, 3946.0, 3945.0, 3923.0, 3934.0, 3964.0, 3934.0, 3955.0, 3934.0, 3936.0, 3924.0, 3935.0, 3966.0, 3947.0, 3956.0, 3935.0, 3935.0, 3943.0, 3933.0, 3964.0, 3935.0, 3934.0, 3922.0, 3934.0, 3931.0, 3933.0, 3954.0, 3935.0, 3932.0, 3933.0, 3935.0, 3934.0, 3936.0, 3955.0, 3935.0, 3965.0, 3934.0, 3953.0, 3924.0, 3947.0, 3936.0, 3955.0, 3923.0, 3921.0, 3911.0, 3912.0, 3951.0, 3921.0, 3953.0, 3921.0, 3923.0, 3960.0, 3921.0, 3942.0, 3919.0, 3921.0, 3950.0, 3919.0, 3940.0, 3908.0, 3909.0, 3938.0, 3909.0, 3929.0, 3920.0, 3908.0, 3908.0, 3908.0, 3909.0, 3921.0, 3921.0, 3922.0, 3931.0, 3922.0, 3963.0, 3934.0, 3942.0, 3910.0, 3910.0, 3909.0, 3910.0, 3919.0, 3922.0, 3923.0, 3935.0, 3936.0, 3936.0, 3936.0, 3935.0, 3948.0, 3946.0, 3949.0, 3988.0, 3961.0, 3980.0, 3948.0, 3946.0, 3923.0, 3936.0, 3976.0, 3936.0, 3955.0, 3935.0, 3945.0, 3922.0, 3935.0, 3978.0, 3926.0, 3966.0, 3913.0, 3911.0, 3913.0, 3924.0, 3939.0, 3979.0, 3950.0, 3980.0, 3939.0, 3970.0, 3938.0, 3959.0, 3967.0, 3945.0, 3954.0, 3942.0, 3921.0, 3941.0, 3909.0, 3908.0, 3926.0, 3907.0, 3927.0, 3917.0, 3906.0, 3894.0, 3896.0, 3936.0, 3906.0, 3917.0, 3908.0, 3908.0, 3908.0, 3910.0, 3920.0, 3921.0, 3940.0, 3922.0, 3942.0, 3923.0, 3934.0, 3924.0, 3922.0, 3923.0, 3923.0, 3935.0, 3936.0, 3925.0, 3936.0, 3923.0, 3925.0, 3965.0, 3945.0, 3956.0, 3923.0, 3924.0, 3962.0, 3920.0, 3939.0, 3910.0, 3932.0, 3920.0, 3911.0, 3940.0, 3921.0, 3922.0, 3922.0, 3922.0, 3923.0, 3934.0, 3954.0, 3948.0, 3958.0, 3937.0, 3936.0, 3936.0, 3938.0, 3990.0, 3948.0, 3966.0, 3949.0, 3971.0, 3934.0, 3937.0, 3936.0, 3936.0, 3966.0, 3947.0, 3936.0, 3956.0, 3935.0, 3953.0, 3934.0, 3935.0, 3924.0, 3935.0, 3966.0, 3937.0, 3966.0, 3936.0, 3945.0, 3944.0, 3925.0, 3964.0, 3933.0, 3943.0, 3922.0, 3934.0, 3965.0, 3924.0, 3943.0, 3921.0, 3923.0, 3962.0, 3922.0, 3944.0, 3911.0, 3921.0, 3951.0, 3921.0, 3922.0, 3910.0, 3920.0, 3940.0, 3922.0, 3932.0, 3923.0, 3935.0, 3964.0, 3935.0, 3954.0, 3933.0, 3935.0, 3937.0, 3935.0, 3924.0, 3937.0, 3976.0, 3936.0, 3968.0, 3936.0, 3936.0, 3923.0, 3935.0, 3965.0, 3944.0, 3956.0, 3932.0, 3922.0, 3962.0, 3920.0, 3931.0, 3919.0, 3921.0, 3951.0, 3920.0, 3918.0, 3908.0, 3908.0, 3938.0, 3920.0, 3920.0, 3908.0, 3920.0, 3949.0, 3921.0, 3930.0, 3921.0, 3921.0, 3921.0, 3921.0, 3952.0, 3933.0, 3933.0, 3922.0, 3932.0, 3951.0, 3922.0, 3933.0, 3934.0, 3934.0, 3964.0, 3934.0, 3953.0, 3922.0, 3925.0, 3945.0, 3925.0, 3964.0, 3936.0, 3954.0, 3935.0, 3946.0, 3950.0, 3950.0, 3936.0, 3936.0, 3935.0, 3937.0, 3976.0, 3946.0, 3968.0, 3937.0, 3945.0, 3963.0, 3923.0, 3952.0, 3922.0, 3922.0, 3951.0, 3921.0, 3939.0, 3920.0, 3930.0, 3910.0, 3921.0, 3951.0, 3919.0, 3918.0, 3907.0, 3908.0, 3949.0, 3920.0, 3931.0, 3922.0, 3919.0, 3920.0, 3911.0, 3909.0, 3921.0, 3940.0, 3931.0, 3933.0, 3942.0, 3923.0, 3953.0, 3922.0, 3932.0, 3962.0, 3922.0, 3940.0, 3908.0, 3910.0, 3949.0, 3908.0, 3918.0, 3897.0, 3908.0, 3939.0, 3919.0, 3919.0, 3908.0, 3920.0, 3939.0, 3920.0, 3931.0, 3921.0, 3921.0, 3910.0, 3921.0, 3952.0, 3922.0, 3942.0, 3921.0, 3921.0, 3909.0, 3923.0, 3953.0, 3932.0, 3953.0, 3933.0, 3933.0, 3921.0, 3922.0, 3943.0, 3922.0, 3951.0, 3933.0, 3932.0, 3934.0, 3934.0, 3922.0, 3923.0, 3963.0, 3933.0, 3942.0, 3922.0, 3933.0, 3922.0, 3924.0, 3922.0, 3934.0, 3953.0, 3935.0, 3945.0, 3935.0, 3936.0, 3923.0, 3935.0, 3966.0, 3935.0, 3954.0, 3934.0, 3935.0, 3936.0, 3949.0, 3977.0, 3946.0, 3934.0, 3923.0, 3935.0, 3924.0, 3934.0, 3937.0, 3966.0, 3935.0, 3955.0, 3933.0, 3934.0, 3954.0, 3934.0, 3954.0, 3921.0, 3921.0, 3950.0, 3930.0, 3940.0, 3918.0, 3908.0, 3926.0, 3895.0, 3925.0, 3904.0, 3893.0, 3893.0, 3904.0, 3924.0, 3903.0, 3903.0, 3904.0, 3906.0, 3906.0, 3906.0, 3926.0, 3917.0, 3896.0, 3895.0, 3908.0, 3938.0, 3919.0, 3908.0, 3919.0, 3922.0, 3952.0, 3934.0, 3933.0, 3932.0, 3932.0, 3952.0, 3933.0, 3944.0, 3923.0, 3924.0, 3964.0, 3935.0, 3946.0, 3936.0, 3936.0, 3966.0, 3936.0, 3956.0, 3936.0, 3937.0, 3967.0, 3937.0, 3968.0, 3950.0, 3958.0, 3938.0, 3949.0, 3948.0, 3938.0, 3978.0, 3947.0, 3968.0, 3938.0, 3947.0, 3935.0, 3936.0, 3975.0, 3935.0, 3966.0, 3947.0, 3945.0, 3924.0, 3933.0, 3923.0, 3922.0, 3934.0, 3924.0, 3924.0, 3935.0, 3966.0, 3946.0, 3944.0, 3922.0, 3923.0, 3962.0, 3932.0, 3941.0, 3909.0, 3908.0, 3906.0, 3907.0, 3937.0, 3918.0, 3917.0, 3895.0, 3906.0, 3935.0, 3905.0, 3904.0, 3906.0, 3896.0, 3895.0, 3907.0, 3927.0, 3918.0, 3910.0, 3920.0, 3920.0, 3929.0, 3919.0, 3909.0, 3910.0, 3921.0, 3941.0, 3932.0, 3923.0, 3922.0, 3934.0, 3955.0, 3947.0, 3936.0, 3936.0, 3936.0, 3966.0, 3937.0, 3958.0, 3937.0, 3937.0, 3924.0, 3937.0, 3968.0, 3937.0, 3937.0, 3925.0, 3937.0, 3967.0, 3948.0, 3968.0, 3948.0, 3946.0, 3936.0, 3937.0, 3926.0, 3937.0, 3978.0, 3938.0, 3968.0, 3937.0, 3956.0, 3936.0, 3947.0, 3955.0, 3924.0, 3954.0, 3933.0, 3934.0, 3922.0, 3921.0, 3951.0, 3931.0, 3920.0, 3908.0, 3910.0, 3940.0, 3909.0, 3910.0, 3899.0, 3922.0, 3941.0, 3922.0, 3923.0, 3923.0, 3924.0, 3965.0, 3935.0, 3944.0, 3936.0, 3925.0, 3924.0, 3924.0, 3954.0, 3933.0, 3954.0, 3923.0, 3923.0, 3911.0, 3922.0, 3952.0, 3922.0, 3943.0, 3922.0, 3922.0, 3900.0, 3922.0, 3942.0, 3922.0, 3933.0, 3922.0, 3923.0, 3952.0, 3921.0, 3931.0, 3923.0, 3923.0, 3911.0, 3923.0, 3952.0, 3933.0, 3944.0, 3923.0, 3923.0, 3912.0, 3933.0, 3953.0, 3934.0, 3945.0, 3927.0, 3924.0, 3912.0, 3912.0, 3922.0, 3924.0, 3953.0, 3934.0, 3965.0, 3924.0, 3925.0, 3924.0, 3935.0, 3954.0, 3934.0, 3955.0, 3922.0, 3921.0, 3941.0, 3920.0, 3941.0, 3910.0, 3910.0, 3909.0, 3919.0, 3939.0, 3919.0, 3908.0, 3919.0, 3921.0, 3950.0, 3920.0, 3930.0, 3920.0, 3922.0, 3942.0, 3922.0, 3930.0, 3931.0, 3910.0, 3919.0, 3921.0, 3951.0, 3931.0, 3932.0, 3921.0, 3923.0, 3952.0, 3933.0, 3943.0, 3920.0, 3921.0, 3940.0, 3920.0, 3921.0, 3922.0, 3923.0, 3921.0, 3933.0, 3942.0, 3921.0, 3911.0, 3932.0, 3923.0, 3947.0, 3946.0, 3947.0, 3946.0, 3935.0, 3936.0, 3976.0], 'WindowWidth': [8931.0, 8873.0, 8847.0, 8838.0, 8838.0, 8835.0, 8838.0, 8875.0, 8834.0, 8870.0, 8830.0, 8870.0, 8834.0, 8843.0, 8812.0, 8827.0, 8808.0, 8814.0, 8886.0, 8829.0, 8863.0, 8813.0, 8835.0, 8812.0, 8846.0, 8814.0, 8826.0, 8820.0, 8808.0, 8847.0, 8809.0, 8824.0, 8791.0, 8807.0, 8828.0, 8789.0, 8831.0, 8807.0, 8806.0, 8804.0, 8811.0, 8863.0, 8828.0, 8852.0, 8809.0, 8809.0, 8802.0, 8808.0, 8835.0, 8810.0, 8823.0, 8804.0, 8810.0, 8864.0, 8812.0, 8823.0, 8804.0, 8810.0, 8848.0, 8825.0, 8826.0, 8805.0, 8808.0, 8860.0, 8806.0, 8810.0, 8822.0, 8808.0, 8833.0, 8806.0, 8811.0, 8812.0, 8809.0, 8847.0, 8809.0, 8839.0, 8826.0, 8827.0, 8863.0, 8808.0, 8822.0, 8790.0, 8810.0, 8832.0, 8809.0, 8819.0, 8786.0, 8808.0, 8832.0, 8809.0, 8821.0, 8805.0, 8810.0, 8866.0, 8813.0, 8849.0, 8809.0, 8822.0, 8805.0, 8814.0, 8866.0, 8811.0, 8848.0, 8807.0, 8821.0, 8819.0, 8808.0, 8859.0, 8817.0, 8828.0, 8781.0, 8801.0, 8841.0, 8797.0, 8823.0, 8780.0, 8783.0, 8823.0, 8799.0, 8822.0, 8783.0, 8796.0, 8778.0, 8785.0, 8837.0, 8798.0, 8812.0, 8779.0, 8783.0, 8838.0, 8787.0, 8797.0, 8780.0, 8784.0, 8835.0, 8800.0, 8813.0, 8783.0, 8787.0, 8822.0, 8798.0, 8813.0, 8800.0, 8786.0, 8782.0, 8786.0, 8840.0, 8802.0, 8788.0, 8782.0, 8797.0, 8823.0, 8782.0, 8783.0, 8802.0, 8801.0, 8824.0, 8800.0, 8799.0, 8783.0, 8805.0, 8848.0, 8803.0, 8802.0, 8786.0, 8805.0, 8858.0, 8807.0, 8835.0, 8804.0, 8792.0, 8842.0, 8802.0, 8832.0, 8805.0, 8791.0, 8800.0, 8808.0, 8830.0, 8792.0, 8804.0, 8789.0, 8805.0, 8843.0, 8804.0, 8832.0, 8808.0, 8808.0, 8805.0, 8806.0, 8830.0, 8807.0, 8824.0, 8806.0, 8807.0, 8789.0, 8807.0, 8863.0, 8827.0, 8853.0, 8810.0, 8817.0, 8807.0, 8822.0, 8805.0, 8810.0, 8860.0, 8819.0, 8846.0, 8783.0, 8801.0, 8857.0, 8801.0, 8821.0, 8783.0, 8797.0, 8780.0, 8798.0, 8837.0, 8782.0, 8819.0, 8778.0, 8764.0, 8765.0, 8782.0, 8818.0, 8779.0, 8791.0, 8772.0, 8778.0, 8820.0, 8782.0, 8806.0, 8781.0, 8783.0, 8785.0, 8805.0, 8829.0, 8803.0, 8815.0, 8801.0, 8807.0, 8808.0, 8807.0, 8804.0, 8809.0, 8848.0, 8810.0, 8839.0, 8808.0, 8796.0, 8790.0, 8807.0, 8861.0, 8809.0, 8835.0, 8788.0, 8790.0, 8841.0, 8800.0, 8834.0, 8800.0, 8786.0, 8837.0, 8797.0, 8796.0, 8786.0, 8788.0, 8794.0, 8798.0, 8797.0, 8798.0, 8805.0, 8817.0, 8806.0, 8816.0, 8806.0, 8809.0, 8849.0, 8823.0, 8847.0, 8806.0, 8807.0, 8845.0, 8807.0, 8831.0, 8787.0, 8804.0, 8839.0, 8801.0, 8832.0, 8808.0, 8810.0, 8805.0, 8811.0, 8838.0, 8832.0, 8833.0, 8826.0, 8815.0, 8866.0, 8812.0, 8841.0, 8807.0, 8811.0, 8845.0, 8804.0, 8849.0, 8807.0, 8802.0, 8785.0, 8802.0, 8857.0, 8802.0, 8829.0, 8787.0, 8787.0, 8795.0, 8798.0, 8828.0, 8787.0, 8799.0, 8782.0, 8786.0, 8840.0, 8802.0, 8811.0, 8786.0, 8782.0, 8781.0, 8804.0, 8859.0, 8790.0, 8810.0, 8784.0, 8785.0, 8784.0, 8804.0, 8827.0, 8789.0, 8817.0, 8781.0, 8787.0, 8845.0, 8787.0, 8784.0, 8782.0, 8783.0, 8822.0, 8785.0, 8801.0, 8785.0, 8785.0, 8778.0, 8784.0, 8810.0, 8788.0, 8789.0, 8786.0, 8808.0, 8843.0, 8806.0, 8857.0, 8833.0, 8851.0, 8809.0, 8816.0, 8806.0, 8782.0, 8805.0, 8819.0, 8788.0, 8792.0, 8845.0, 8816.0, 8824.0, 8780.0, 8780.0, 8804.0, 8779.0, 8813.0, 8773.0, 8783.0, 8750.0, 8758.0, 8808.0, 8753.0, 8795.0, 8752.0, 8750.0, 8748.0, 8756.0, 8801.0, 8760.0, 8780.0, 8775.0, 8759.0, 8775.0, 8783.0, 8778.0, 8780.0, 8819.0, 8785.0, 8797.0, 8785.0, 8782.0, 8766.0, 8786.0, 8827.0, 8807.0, 8822.0, 8803.0, 8802.0, 8840.0, 8800.0, 8817.0, 8809.0, 8794.0, 8801.0, 8803.0, 8829.0, 8789.0, 8789.0, 8783.0, 8789.0, 8842.0, 8790.0, 8807.0, 8807.0, 8810.0, 8804.0, 8823.0, 8854.0, 8830.0, 8811.0, 8796.0, 8811.0, 8870.0, 8828.0, 8823.0, 8791.0, 8808.0, 8846.0, 8806.0, 8837.0, 8810.0, 8812.0, 8793.0, 8811.0, 8851.0, 8830.0, 8840.0, 8810.0, 8810.0, 8817.0, 8803.0, 8846.0, 8809.0, 8805.0, 8789.0, 8806.0, 8796.0, 8802.0, 8833.0, 8807.0, 8799.0, 8805.0, 8810.0, 8808.0, 8813.0, 8835.0, 8809.0, 8847.0, 8805.0, 8830.0, 8793.0, 8828.0, 8813.0, 8834.0, 8791.0, 8784.0, 8768.0, 8774.0, 8824.0, 8782.0, 8829.0, 8783.0, 8788.0, 8835.0, 8782.0, 8811.0, 8776.0, 8782.0, 8817.0, 8776.0, 8803.0, 8757.0, 8762.0, 8799.0, 8763.0, 8787.0, 8779.0, 8760.0, 8761.0, 8762.0, 8763.0, 8784.0, 8782.0, 8787.0, 8798.0, 8788.0, 8842.0, 8808.0, 8814.0, 8769.0, 8767.0, 8763.0, 8766.0, 8777.0, 8784.0, 8789.0, 8812.0, 8815.0, 8814.0, 8812.0, 8809.0, 8831.0, 8827.0, 8836.0, 8888.0, 8855.0, 8877.0, 8829.0, 8822.0, 8789.0, 8809.0, 8865.0, 8811.0, 8832.0, 8808.0, 8820.0, 8785.0, 8806.0, 8872.0, 8798.0, 8851.0, 8774.0, 8768.0, 8776.0, 8792.0, 8823.0, 8875.0, 8840.0, 8876.0, 8822.0, 8863.0, 8815.0, 8846.0, 8855.0, 8819.0, 8830.0, 8811.0, 8779.0, 8805.0, 8759.0, 8757.0, 8777.0, 8752.0, 8780.0, 8766.0, 8751.0, 8733.0, 8737.0, 8790.0, 8754.0, 8767.0, 8758.0, 8759.0, 8759.0, 8767.0, 8780.0, 8781.0, 8806.0, 8786.0, 8811.0, 8788.0, 8805.0, 8791.0, 8785.0, 8789.0, 8789.0, 8807.0, 8811.0, 8796.0, 8811.0, 8790.0, 8795.0, 8847.0, 8823.0, 8838.0, 8788.0, 8790.0, 8838.0, 8779.0, 8803.0, 8767.0, 8798.0, 8780.0, 8768.0, 8805.0, 8780.0, 8785.0, 8788.0, 8787.0, 8788.0, 8808.0, 8832.0, 8831.0, 8844.0, 8817.0, 8814.0, 8812.0, 8820.0, 8892.0, 8832.0, 8853.0, 8834.0, 8869.0, 8804.0, 8816.0, 8812.0, 8811.0, 8852.0, 8826.0, 8814.0, 8839.0, 8808.0, 8828.0, 8806.0, 8809.0, 8793.0, 8812.0, 8852.0, 8815.0, 8853.0, 8812.0, 8824.0, 8821.0, 8796.0, 8846.0, 8804.0, 8816.0, 8786.0, 8805.0, 8850.0, 8792.0, 8815.0, 8783.0, 8790.0, 8838.0, 8788.0, 8817.0, 8769.0, 8783.0, 8822.0, 8783.0, 8786.0, 8766.0, 8780.0, 8805.0, 8785.0, 8800.0, 8787.0, 8808.0, 8845.0, 8807.0, 8831.0, 8804.0, 8810.0, 8816.0, 8811.0, 8793.0, 8815.0, 8865.0, 8811.0, 8857.0, 8812.0, 8811.0, 8791.0, 8808.0, 8849.0, 8820.0, 8838.0, 8801.0, 8787.0, 8838.0, 8781.0, 8795.0, 8777.0, 8783.0, 8822.0, 8778.0, 8774.0, 8758.0, 8760.0, 8800.0, 8779.0, 8780.0, 8761.0, 8780.0, 8816.0, 8782.0, 8796.0, 8783.0, 8784.0, 8782.0, 8785.0, 8826.0, 8804.0, 8805.0, 8788.0, 8802.0, 8825.0, 8787.0, 8801.0, 8805.0, 8807.0, 8845.0, 8806.0, 8830.0, 8789.0, 8795.0, 8822.0, 8797.0, 8846.0, 8813.0, 8833.0, 8811.0, 8827.0, 8839.0, 8840.0, 8816.0, 8814.0, 8811.0, 8816.0, 8867.0, 8826.0, 8858.0, 8815.0, 8824.0, 8845.0, 8790.0, 8828.0, 8786.0, 8787.0, 8822.0, 8781.0, 8804.0, 8779.0, 8793.0, 8766.0, 8785.0, 8823.0, 8777.0, 8776.0, 8758.0, 8762.0, 8817.0, 8781.0, 8795.0, 8787.0, 8780.0, 8780.0, 8769.0, 8763.0, 8785.0, 8808.0, 8797.0, 8803.0, 8815.0, 8789.0, 8829.0, 8786.0, 8800.0, 8839.0, 8788.0, 8809.0, 8761.0, 8765.0, 8816.0, 8761.0, 8773.0, 8742.0, 8761.0, 8801.0, 8778.0, 8777.0, 8759.0, 8779.0, 8802.0, 8780.0, 8795.0, 8784.0, 8784.0, 8766.0, 8785.0, 8824.0, 8788.0, 8813.0, 8783.0, 8783.0, 8766.0, 8788.0, 8828.0, 8801.0, 8827.0, 8804.0, 8801.0, 8784.0, 8788.0, 8815.0, 8788.0, 8824.0, 8802.0, 8800.0, 8808.0, 8807.0, 8787.0, 8789.0, 8841.0, 8801.0, 8814.0, 8789.0, 8803.0, 8788.0, 8793.0, 8788.0, 8807.0, 8832.0, 8811.0, 8822.0, 8809.0, 8812.0, 8793.0, 8811.0, 8855.0, 8811.0, 8833.0, 8807.0, 8810.0, 8816.0, 8838.0, 8871.0, 8826.0, 8805.0, 8791.0, 8812.0, 8793.0, 8808.0, 8816.0, 8853.0, 8810.0, 8837.0, 8804.0, 8807.0, 8833.0, 8806.0, 8832.0, 8785.0, 8784.0, 8820.0, 8794.0, 8806.0, 8771.0, 8758.0, 8779.0, 8735.0, 8774.0, 8745.0, 8730.0, 8732.0, 8747.0, 8772.0, 8745.0, 8745.0, 8748.0, 8753.0, 8754.0, 8756.0, 8780.0, 8769.0, 8740.0, 8738.0, 8760.0, 8799.0, 8775.0, 8762.0, 8776.0, 8787.0, 8826.0, 8807.0, 8805.0, 8801.0, 8802.0, 8828.0, 8804.0, 8821.0, 8792.0, 8795.0, 8845.0, 8810.0, 8827.0, 8814.0, 8816.0, 8852.0, 8813.0, 8839.0, 8812.0, 8815.0, 8856.0, 8816.0, 8857.0, 8838.0, 8845.0, 8821.0, 8837.0, 8832.0, 8819.0, 8871.0, 8828.0, 8857.0, 8819.0, 8827.0, 8809.0, 8811.0, 8863.0, 8808.0, 8852.0, 8831.0, 8820.0, 8791.0, 8801.0, 8791.0, 8786.0, 8806.0, 8795.0, 8792.0, 8809.0, 8852.0, 8825.0, 8820.0, 8786.0, 8789.0, 8840.0, 8800.0, 8808.0, 8762.0, 8759.0, 8753.0, 8755.0, 8796.0, 8771.0, 8768.0, 8736.0, 8752.0, 8789.0, 8748.0, 8748.0, 8753.0, 8739.0, 8738.0, 8758.0, 8783.0, 8773.0, 8766.0, 8781.0, 8779.0, 8788.0, 8777.0, 8764.0, 8766.0, 8786.0, 8810.0, 8801.0, 8790.0, 8787.0, 8807.0, 8837.0, 8829.0, 8814.0, 8812.0, 8813.0, 8853.0, 8814.0, 8845.0, 8813.0, 8814.0, 8794.0, 8813.0, 8857.0, 8814.0, 8814.0, 8796.0, 8813.0, 8854.0, 8832.0, 8859.0, 8831.0, 8824.0, 8812.0, 8814.0, 8798.0, 8815.0, 8870.0, 8818.0, 8856.0, 8812.0, 8838.0, 8813.0, 8827.0, 8836.0, 8790.0, 8830.0, 8802.0, 8806.0, 8786.0, 8781.0, 8822.0, 8795.0, 8780.0, 8761.0, 8765.0, 8803.0, 8763.0, 8763.0, 8747.0, 8782.0, 8808.0, 8786.0, 8789.0, 8788.0, 8791.0, 8846.0, 8806.0, 8818.0, 8810.0, 8793.0, 8790.0, 8791.0, 8829.0, 8801.0, 8831.0, 8788.0, 8787.0, 8768.0, 8785.0, 8824.0, 8784.0, 8815.0, 8784.0, 8785.0, 8751.0, 8784.0, 8809.0, 8785.0, 8801.0, 8784.0, 8786.0, 8822.0, 8782.0, 8796.0, 8787.0, 8788.0, 8769.0, 8786.0, 8825.0, 8801.0, 8819.0, 8790.0, 8789.0, 8772.0, 8802.0, 8829.0, 8806.0, 8823.0, 8802.0, 8792.0, 8772.0, 8772.0, 8786.0, 8791.0, 8829.0, 8805.0, 8847.0, 8791.0, 8794.0, 8790.0, 8807.0, 8832.0, 8805.0, 8834.0, 8783.0, 8782.0, 8807.0, 8779.0, 8807.0, 8766.0, 8766.0, 8761.0, 8776.0, 8801.0, 8774.0, 8761.0, 8776.0, 8781.0, 8818.0, 8780.0, 8792.0, 8779.0, 8786.0, 8814.0, 8785.0, 8792.0, 8796.0, 8765.0, 8777.0, 8784.0, 8821.0, 8797.0, 8800.0, 8783.0, 8788.0, 8826.0, 8804.0, 8817.0, 8780.0, 8781.0, 8805.0, 8779.0, 8781.0, 8784.0, 8787.0, 8783.0, 8802.0, 8812.0, 8783.0, 8768.0, 8799.0, 8790.0, 8828.0, 8827.0, 8829.0, 8824.0, 8807.0, 8811.0, 8866.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.0006473720728534259</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02863551248915872</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.91184213764758</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2056974959895814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9775581215190984</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8613.8545</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08629954146658786</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5611448395490026</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.420039767270762</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3368098533770207</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7186391170007744</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.204670331434491</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0132723</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015118414536118507</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028207512572407722</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</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.782085074924163</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>27.4204</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1244</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.6708</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308032.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.4492</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0533</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.0141</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3187.3398</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68512.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>965.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4182.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.4633</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.83269495260902</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> |