=== 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-0016 --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-0016",
"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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>e9463ee1195f6ba034d982147f340e1f</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>12:51:50.542500</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.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</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.0907912</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>[4155, -7720, -7281, 466, -17, -214, -76, 124]</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>237.02</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>94573ddb-39d0-405d-9f63-9706ab942346||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.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['125150.542500', '125151.002500', '125151.462500', '125151.922500', '125152.382500', '125152.842500', '125153.302500', '125153.762500', '125154.222500', '125154.682500', '125155.142500', '125155.602500', '125156.062500', '125156.522500', '125156.982500', '125157.442500', '125157.902500', '125158.362500', '125158.822500', '125159.282500', '125159.742500', '125200.202500', '125200.662500', '125201.122500', '125201.582500', '125202.042500', '125202.502500', '125202.962500', '125203.422500', '125203.882500', '125204.342500', '125204.802500', '125205.262500', '125205.722500', '125206.182500', '125206.642500', '125207.102500', '125207.562500', '125208.022500', '125208.482500', '125208.942500', '125209.402500', '125209.862500', '125210.322500', '125210.782500', '125211.242500', '125211.702500', '125212.162500', '125212.622500', '125213.082500', '125213.542500', '125214.002500', '125214.462500', '125214.922500', '125215.382500', '125215.842500', '125216.302500', '125216.762500', '125217.222500', '125217.682500', '125218.142500', '125218.602500', '125219.062500', '125219.522500', '125219.982500', '125220.442500', '125220.902500', '125221.362500', '125221.822500', '125222.282500', '125222.742500', '125223.202500', '125223.662500', '125224.122500', '125224.582500', '125225.042500', '125225.502500', '125225.962500', '125226.422500', '125226.882500', '125227.342500', '125227.802500', '125228.262500', '125228.722500', '125229.182500', '125229.642500', '125230.102500', '125230.562500', '125231.022500', '125231.482500', '125231.942500', '125232.402500', '125232.862500', '125233.322500', '125233.782500', '125234.242500', '125234.702500', '125235.162500', '125235.622500', '125236.082500', '125236.542500', '125237.002500', '125237.462500', '125237.922500', '125238.382500', '125238.842500', '125239.302500', '125239.762500', '125240.222500', '125240.682500', '125241.142500', '125241.602500', '125242.062500', '125242.522500', '125242.982500', '125243.442500', '125243.902500', '125244.362500', '125244.822500', '125245.282500', '125245.742500', '125246.202500', '125246.662500', '125247.122500', '125247.582500', '125248.042500', '125248.502500', '125248.962500', '125249.422500', '125249.882500', '125250.342500', '125250.802500', '125251.262500', '125251.722500', '125252.182500', '125252.642500', '125253.102500', '125253.562500', '125254.022500', '125254.482500', '125254.942500', '125255.402500', '125255.862500', '125256.322500', '125256.782500', '125257.242500', '125257.702500', '125258.162500', '125258.622500', '125259.082500', '125259.542500', '125300.002500', '125300.462500', '125300.922500', '125301.382500', '125301.842500', '125302.302500', '125302.762500', '125303.222500', '125303.682500', '125304.142500', '125304.602500', '125305.062500', '125305.522500', '125305.982500', '125306.442500', '125306.902500', '125307.362500', '125307.822500', '125308.282500', '125308.742500', '125309.202500', '125309.662500', '125310.122500', '125310.582500', '125311.042500', '125311.502500', '125311.962500', '125312.422500', '125312.882500', '125313.342500', '125313.802500', '125314.262500', '125314.722500', '125315.182500', '125315.642500', '125316.102500', '125316.562500', '125317.022500', '125317.482500', '125317.942500', '125318.402500', '125318.862500', '125319.322500', '125319.782500', '125320.242500', '125320.702500', '125321.162500', '125321.622500', '125322.082500', '125322.542500', '125323.002500', '125323.462500', '125323.922500', '125324.382500', '125324.842500', '125325.302500', '125325.762500', '125326.222500', '125326.682500', '125327.142500', '125327.602500', '125328.062500', '125328.522500', '125328.982500', '125329.442500', '125329.902500', '125330.362500', '125330.822500', '125331.282500', '125331.742500', '125332.202500', '125332.662500', '125333.122500', '125333.582500', '125334.042500', '125334.502500', '125334.962500', '125335.422500', '125335.882500', '125336.342500', '125336.802500', '125337.262500', '125337.722500', '125338.182500', '125338.642500', '125339.102500', '125339.562500', '125340.022500', '125340.482500', '125340.942500', '125341.402500', '125341.862500', '125342.322500', '125342.782500', '125343.242500', '125343.702500', '125344.162500', '125344.622500', '125345.082500', '125345.542500', '125346.002500', '125346.462500', '125346.922500', '125347.382500', '125347.842500', '125348.302500', '125348.762500', '125349.222500', '125349.682500', '125350.142500', '125350.602500', '125351.062500', '125351.522500', '125351.982500', '125352.442500', '125352.902500', '125353.362500', '125353.822500', '125354.282500', '125354.742500', '125355.202500', '125355.662500', '125356.122500', '125356.582500', '125357.042500', '125357.502500', '125357.962500', '125358.422500', '125358.882500', '125359.342500', '125359.802500', '125400.262500', '125400.722500', '125401.182500', '125401.642500', '125402.102500', '125402.562500', '125403.022500', '125403.482500', '125403.942500', '125404.402500', '125404.862500', '125405.322500', '125405.782500', '125406.242500', '125406.702500', '125407.162500', '125407.622500', '125408.082500', '125408.542500', '125409.002500', '125409.462500', '125409.922500', '125410.382500', '125410.842500', '125411.302500', '125411.762500', '125412.222500', '125412.682500', '125413.142500', '125413.602500', '125414.062500', '125414.522500', '125414.982500', '125415.442500', '125415.902500', '125416.362500', '125416.822500', '125417.282500', '125417.742500', '125418.202500', '125418.662500', '125419.122500', '125419.582500', '125420.042500', '125420.502500', '125420.962500', '125421.422500', '125421.882500', '125422.342500', '125422.802500', '125423.262500', '125423.722500', '125424.182500', '125424.642500', '125425.102500', '125425.562500', '125426.022500', '125426.482500', '125426.942500', '125427.402500', '125427.862500', '125428.322500', '125428.782500', '125429.242500', '125429.702500', '125430.162500', '125430.622500', '125431.082500', '125431.542500', '125432.002500', '125432.462500', '125432.922500', '125433.382500', '125433.842500', '125434.302500', '125434.762500', '125435.222500', '125435.682500', '125436.142500', '125436.602500', '125437.062500', '125437.522500', '125437.982500', '125438.442500', '125438.902500', '125439.362500', '125439.822500', '125440.282500', '125440.742500', '125441.202500', '125441.662500', '125442.122500', '125442.582500', '125443.042500', '125443.502500', '125443.962500', '125444.422500', '125444.882500', '125445.342500', '125445.802500', '125446.262500', '125446.722500', '125447.182500', '125447.642500', '125448.102500', '125448.562500', '125449.022500', '125449.482500', '125449.942500', '125450.402500', '125450.862500', '125451.322500', '125451.782500', '125452.242500', '125452.702500', '125453.162500', '125453.622500', '125454.082500', '125454.542500', '125455.002500', '125455.462500', '125455.922500', '125456.382500', '125456.842500', '125457.302500', '125457.762500', '125458.222500', '125458.682500', '125459.142500', '125459.602500', '125500.062500', '125500.522500', '125500.982500', '125501.442500', '125501.902500', '125502.362500', '125502.822500', '125503.282500', '125503.742500', '125504.202500', '125504.662500', '125505.122500', '125505.582500', '125506.042500', '125506.502500', '125506.962500', '125507.422500', '125507.882500', '125508.342500', '125508.802500', '125509.262500', '125509.722500', '125510.182500', '125510.642500', '125511.102500', '125511.562500', '125512.022500', '125512.482500', '125512.942500', '125513.402500', '125513.862500', '125514.322500', '125514.782500', '125515.242500', '125515.702500', '125516.162500', '125516.622500', '125517.082500', '125517.542500', '125518.002500', '125518.462500', '125518.922500', '125519.382500', '125519.842500', '125520.302500', '125520.762500', '125521.222500', '125521.682500', '125522.142500', '125522.602500', '125523.062500', '125523.522500', '125523.982500', '125524.442500', '125524.902500', '125525.362500', '125525.822500', '125526.282500', '125526.742500', '125527.202500', '125527.662500', '125528.122500', '125528.582500', '125529.042500', '125529.502500', '125529.962500', '125530.422500', '125530.882500', '125531.342500', '125531.802500', '125532.262500', '125532.722500', '125533.182500', '125533.642500', '125534.102500', '125534.562500', '125535.022500', '125535.482500', '125535.942500', '125536.402500', '125536.862500', '125537.322500', '125537.782500', '125538.242500', '125538.702500', '125539.162500', '125539.622500', '125540.082500', '125540.542500', '125541.002500', '125541.462500', '125541.922500', '125542.382500', '125542.842500', '125543.302500', '125543.762500', '125544.222500', '125544.682500', '125545.142500', '125545.602500', '125546.062500', '125546.522500', '125546.982500', '125547.442500', '125547.902500', '125548.362500', '125548.822500', '125549.282500', '125549.742500', '125550.202500', '125550.662500', '125551.122500', '125551.582500', '125552.042500', '125552.502500', '125552.962500', '125553.422500', '125553.882500', '125554.342500', '125554.802500', '125555.262500', '125555.722500', '125556.182500', '125556.642500', '125557.102500', '125557.562500', '125558.022500', '125558.482500', '125558.942500', '125559.402500', '125559.862500', '125600.322500', '125600.782500', '125601.242500', '125601.702500', '125602.162500', '125602.622500', '125603.082500', '125603.542500', '125604.002500', '125604.462500', '125604.922500', '125605.382500', '125605.842500', '125606.302500', '125606.762500', '125607.222500', '125607.682500', '125608.142500', '125608.602500', '125609.062500', '125609.522500', '125609.982500', '125610.442500', '125610.902500', '125611.362500', '125611.822500', '125612.282500', '125612.742500', '125613.202500', '125613.662500', '125614.122500', '125614.582500', '125615.042500', '125615.502500', '125615.962500', '125616.422500', '125616.882500', '125617.342500', '125617.802500', '125618.262500', '125618.722500', '125619.182500', '125619.642500', '125620.102500', '125620.562500', '125621.022500', '125621.482500', '125621.942500', '125622.402500', '125622.862500', '125623.322500', '125623.782500', '125624.242500', '125624.702500', '125625.162500', '125625.622500', '125626.082500', '125626.542500', '125627.002500', '125627.462500', '125627.922500', '125628.382500', '125628.842500', '125629.302500', '125629.762500', '125630.222500', '125630.682500', '125631.142500', '125631.602500', '125632.062500', '125632.522500', '125632.982500', '125633.442500', '125633.902500', '125634.362500', '125634.822500', '125635.282500', '125635.742500', '125636.202500', '125636.662500', '125637.122500', '125637.582500', '125638.042500', '125638.502500', '125638.962500', '125639.422500', '125639.882500', '125640.342500', '125640.802500', '125641.262500', '125641.722500', '125642.182500', '125642.642500', '125643.102500', '125643.562500', '125644.022500', '125644.482500', '125644.942500', '125645.402500', '125645.862500', '125646.322500', '125646.782500', '125647.242500', '125647.702500', '125648.162500', '125648.622500', '125649.082500', '125649.542500', '125650.002500', '125650.462500', '125650.922500', '125651.382500', '125651.842500', '125652.302500', '125652.762500', '125653.222500', '125653.682500', '125654.142500', '125654.602500', '125655.062500', '125655.522500', '125655.982500', '125656.442500', '125656.902500', '125657.362500', '125657.822500', '125658.282500', '125658.742500', '125659.202500', '125659.662500', '125700.122500', '125700.582500', '125701.042500', '125701.502500', '125701.962500', '125702.422500', '125702.882500', '125703.342500', '125703.802500', '125704.262500', '125704.722500', '125705.182500', '125705.642500', '125706.102500', '125706.562500', '125707.022500', '125707.482500', '125707.942500', '125708.402500', '125708.862500', '125709.322500', '125709.782500', '125710.242500', '125710.702500', '125711.162500', '125711.622500', '125712.082500', '125712.542500', '125713.002500', '125713.462500', '125713.922500', '125714.382500', '125714.842500', '125715.302500', '125715.762500', '125716.222500', '125716.682500', '125717.142500', '125717.602500', '125718.062500', '125718.522500', '125718.982500', '125719.442500', '125719.902500', '125720.362500', '125720.822500', '125721.282500', '125721.742500', '125722.202500', '125722.662500', '125723.122500', '125723.582500', '125724.042500', '125724.502500', '125724.962500', '125725.422500', '125725.882500', '125726.342500', '125726.802500', '125727.262500', '125727.722500', '125728.182500', '125728.642500', '125729.102500', '125729.562500', '125730.022500', '125730.482500', '125730.942500', '125731.402500', '125731.862500', '125732.322500', '125732.782500', '125733.242500', '125733.702500', '125734.162500', '125734.622500', '125735.082500', '125735.542500', '125736.002500', '125736.462500', '125736.922500', '125737.382500', '125737.842500', '125738.302500', '125738.762500', '125739.222500', '125739.682500', '125740.142500', '125740.602500', '125741.062500', '125741.522500', '125741.982500', '125742.442500', '125742.902500', '125743.362500', '125743.822500', '125744.282500', '125744.742500', '125745.202500', '125745.662500', '125746.122500', '125746.582500', '125747.042500', '125747.502500', '125747.962500', '125748.422500', '125748.882500', '125749.342500', '125749.802500', '125750.262500', '125750.722500', '125751.182500', '125751.642500', '125752.102500', '125752.562500', '125753.022500', '125753.482500', '125753.942500', '125754.402500', '125754.862500', '125755.322500', '125755.782500', '125756.242500', '125756.702500', '125757.162500', '125757.622500', '125758.082500', '125758.542500', '125759.002500', '125759.462500', '125759.922500', '125800.382500', '125800.842500', '125801.302500', '125801.762500', '125802.222500', '125802.682500', '125803.142500', '125803.602500', '125804.062500', '125804.522500', '125804.982500', '125805.442500', '125805.902500', '125806.362500', '125806.822500', '125807.282500', '125807.742500', '125808.202500', '125808.662500', '125809.122500', '125809.582500', '125810.042500', '125810.502500', '125810.962500', '125811.422500', '125811.882500', '125812.342500', '125812.802500', '125813.262500', '125813.722500', '125814.182500', '125814.642500', '125815.102500', '125815.562500', '125816.022500', '125816.482500', '125816.942500', '125817.402500', '125817.862500', '125818.322500', '125818.782500', '125819.242500', '125819.702500', '125820.162500', '125820.622500', '125821.082500', '125821.542500', '125822.002500', '125822.462500', '125822.922500', '125823.382500', '125823.842500', '125824.302500', '125824.762500', '125825.222500', '125825.682500', '125826.142500', '125826.602500', '125827.062500', '125827.522500', '125827.982500', '125828.442500', '125828.902500', '125829.362500', '125829.822500', '125830.282500', '125830.742500', '125831.202500', '125831.662500', '125832.122500', '125832.582500', '125833.042500', '125833.502500', '125833.962500', '125834.422500', '125834.882500', '125835.342500', '125835.802500', '125836.262500', '125836.722500', '125837.182500', '125837.642500', '125838.102500', '125838.562500', '125839.022500', '125839.482500', '125839.942500', '125840.402500', '125840.862500', '125841.322500', '125841.782500', '125842.242500', '125842.702500', '125843.162500', '125843.622500', '125844.082500', '125844.542500', '125845.002500', '125845.462500', '125845.922500', '125846.382500', '125846.842500', '125847.302500', '125847.762500', '125848.222500', '125848.682500', '125849.142500', '125849.602500', '125850.062500', '125850.522500', '125850.982500', '125851.442500', '125851.902500', '125852.362500', '125852.822500', '125853.282500', '125853.742500', '125854.202500', '125854.662500', '125855.122500', '125855.582500', '125856.042500', '125856.502500', '125856.962500', '125857.422500', '125857.882500', '125858.342500', '125858.802500', '125859.262500', '125859.722500', '125900.182500', '125900.642500', '125901.102500', '125901.562500', '125902.022500', '125902.482500', '125902.942500', '125903.402500', '125903.862500', '125904.322500', '125904.782500', '125905.242500', '125905.702500', '125906.162500', '125906.622500', '125907.082500', '125907.542500', '125908.002500', '125908.462500', '125908.922500', '125909.382500', '125909.842500', '125910.302500', '125910.762500', '125911.222500', '125911.682500', '125912.142500', '125912.602500', '125913.062500', '125913.522500', '125913.982500', '125914.442500', '125914.902500', '125915.362500', '125915.822500', '125916.282500', '125916.742500', '125917.202500', '125917.662500', '125918.122500', '125918.582500', '125919.042500', '125919.502500', '125919.962500', '125920.422500', '125920.882500', '125921.342500', '125921.802500', '125922.262500', '125922.722500', '125923.182500', '125923.642500', '125924.102500', '125924.562500', '125925.022500', '125925.482500', '125925.942500', '125926.402500', '125926.862500', '125927.322500', '125927.782500', '125928.242500', '125928.702500', '125929.162500', '125929.622500', '125930.082500', '125930.542500', '125931.002500', '125931.462500', '125931.922500', '125932.382500', '125932.842500', '125933.302500', '125933.762500', '125934.222500', '125934.682500', '125935.142500', '125935.602500', '125936.062500', '125936.522500', '125936.982500', '125937.442500', '125937.902500', '125938.362500', '125938.822500', '125939.282500', '125939.742500', '125940.202500', '125940.662500', '125941.122500', '125941.582500', '125942.042500', '125942.502500', '125942.962500', '125943.422500', '125943.882500', '125944.342500', '125944.802500', '125945.262500', '125945.722500', '125946.182500', '125946.642500', '125947.102500', '125947.562500', '125948.022500', '125948.482500', '125948.942500', '125949.402500', '125949.862500', '125950.322500', '125950.782500', '125951.242500', '125951.702500', '125952.162500', '125952.622500', '125953.082500', '125953.542500', '125954.002500', '125954.462500', '125954.922500', '125955.382500', '125955.842500', '125956.302500', '125956.762500', '125957.222500', '125957.682500', '125958.142500', '125958.602500', '125959.062500', '125959.522500', '125959.982500', '130000.442500', '130000.902500', '130001.362500', '130001.822500', '130002.282500', '130002.742500', '130003.202500', '130003.662500', '130004.122500', '130004.582500', '130005.042500', '130005.502500', '130005.962500', '130006.422500', '130006.882500', '130007.342500', '130007.802500', '130008.262500', '130008.722500', '130009.182500', '130009.642500', '130010.102500', '130010.562500', '130011.022500', '130011.482500', '130011.942500', '130012.402500', '130012.862500', '130013.322500', '130013.782500', '130014.242500', '130014.702500', '130015.162500', '130015.622500', '130016.082500', '130016.542500', '130017.002500', '130017.462500', '130017.922500', '130018.382500', '130018.842500', '130019.302500', '130019.762500', '130020.222500', '130020.682500', '130021.142500', '130021.602500', '130022.062500', '130022.522500', '130022.982500', '130023.442500', '130023.902500', '130024.362500', '130024.822500', '130025.282500', '130025.742500', '130026.202500', '130026.662500', '130027.122500', '130027.582500', '130028.042500', '130028.502500', '130028.962500', '130029.422500', '130029.882500', '130030.342500', '130030.802500', '130031.262500', '130031.722500', '130032.182500', '130032.642500', '130033.102500', '130033.562500', '130034.022500', '130034.482500', '130034.942500', '130035.402500', '130035.862500', '130036.322500', '130036.782500', '130037.242500', '130037.702500', '130038.162500', '130038.622500', '130039.082500', '130039.542500', '130040.002500', '130040.462500', '130040.922500', '130041.382500', '130041.842500'], 'ContentTime': ['125202.618000', '125202.621000', '125202.624000', '125202.627000', '125202.630000', '125202.633000', '125202.636000', '125202.639000', '125202.642000', '125202.645000', '125202.648000', '125202.651000', '125202.654000', '125202.666000', '125202.677000', '125202.680000', '125202.683000', '125202.686000', '125202.689000', '125202.692000', '125202.695000', '125202.698000', '125202.701000', '125202.704000', '125222.578000', '125222.583000', '125222.586000', '125222.588000', '125222.591000', '125222.602000', '125222.604000', '125222.607000', '125222.610000', '125222.613000', '125222.616000', '125222.618000', '125222.621000', '125222.624000', '125222.627000', '125222.629000', '125222.632000', '125222.635000', '125222.638000', '125222.641000', '125222.644000', '125222.646000', '125222.649000', '125222.652000', '125222.655000', '125222.657000', '125222.660000', '125222.663000', '125222.666000', '125222.668000', '125222.676000', '125222.679000', '125222.692000', '125222.694000', '125222.697000', '125222.700000', '125222.703000', '125222.706000', '125222.708000', '125222.711000', '125222.714000', '125222.717000', '125222.720000', '125222.723000', '125242.578000', '125242.581000', '125242.584000', '125242.586000', '125242.589000', '125242.592000', '125242.595000', '125242.598000', '125242.600000', '125242.603000', '125242.606000', '125242.609000', '125242.612000', '125242.615000', '125242.617000', '125242.620000', '125242.623000', '125242.626000', '125242.629000', '125242.632000', '125242.634000', '125242.637000', '125242.640000', '125242.643000', '125242.645000', '125242.648000', '125242.651000', '125242.654000', '125242.657000', '125242.659000', '125242.663000', '125242.668000', '125242.671000', '125242.680000', '125242.683000', '125242.686000', '125242.688000', '125242.691000', '125242.694000', '125242.697000', '125242.700000', '125242.702000', '125242.705000', '125302.577000', '125302.580000', '125302.583000', '125302.585000', '125302.588000', '125302.591000', '125302.594000', '125302.597000', '125302.599000', '125302.602000', '125302.605000', '125302.608000', '125302.611000', '125302.613000', '125302.616000', '125302.631000', '125302.634000', '125302.636000', '125302.639000', '125302.642000', '125302.645000', '125302.648000', '125302.650000', '125302.653000', '125302.656000', '125302.659000', '125302.661000', '125302.664000', '125302.667000', '125302.670000', '125302.673000', '125302.675000', '125302.678000', '125302.681000', '125302.684000', '125302.687000', '125302.689000', '125302.692000', '125302.695000', '125302.698000', '125302.700000', '125302.703000', '125302.706000', '125302.709000', '125322.578000', '125322.581000', '125322.584000', '125322.587000', '125322.589000', '125322.592000', '125322.595000', '125322.598000', '125322.601000', '125322.603000', '125322.606000', '125322.609000', '125322.612000', '125322.615000', '125322.617000', '125322.620000', '125322.623000', '125322.626000', '125322.629000', '125322.632000', '125322.634000', '125322.637000', '125322.640000', '125322.643000', '125322.647000', '125322.650000', '125322.653000', '125322.655000', '125322.658000', '125322.661000', '125322.664000', '125322.667000', '125322.669000', '125322.672000', '125322.675000', '125322.678000', '125322.681000', '125322.683000', '125322.686000', '125322.689000', '125322.692000', '125322.694000', '125322.697000', '125342.578000', '125342.581000', '125342.584000', '125342.586000', '125342.589000', '125342.592000', '125342.595000', '125342.598000', '125342.600000', '125342.603000', '125342.606000', '125342.609000', '125342.612000', '125342.615000', '125342.617000', '125342.620000', '125342.623000', '125342.626000', '125342.629000', '125342.632000', '125342.634000', '125342.637000', '125342.640000', '125342.643000', '125342.646000', '125342.648000', '125342.651000', '125342.654000', '125342.657000', '125342.660000', '125342.663000', '125342.665000', '125342.668000', '125342.671000', '125342.674000', '125342.677000', '125342.680000', '125342.682000', '125342.685000', '125342.688000', '125342.691000', '125342.693000', '125342.696000', '125342.699000', '125402.578000', '125402.581000', '125402.584000', '125402.586000', '125402.589000', '125402.592000', '125402.595000', '125402.598000', '125402.600000', '125402.603000', '125402.606000', '125402.609000', '125402.612000', '125402.615000', '125402.617000', '125402.620000', '125402.623000', '125402.626000', '125402.629000', '125402.631000', '125402.634000', '125402.637000', '125402.640000', '125402.643000', '125402.648000', '125402.652000', '125402.655000', '125402.657000', '125402.660000', '125402.663000', '125402.666000', '125402.669000', '125402.671000', '125402.674000', '125402.677000', '125402.680000', '125402.682000', '125402.685000', '125402.688000', '125402.691000', '125402.694000', '125402.697000', '125402.709000', '125422.578000', '125422.581000', '125422.584000', '125422.587000', '125422.589000', '125422.592000', '125422.595000', '125422.598000', '125422.601000', '125422.604000', '125422.606000', '125422.609000', '125422.612000', '125422.615000', '125422.618000', '125422.620000', '125422.623000', '125422.626000', '125422.629000', '125422.632000', '125422.634000', '125422.637000', '125422.640000', '125422.643000', '125422.645000', '125422.648000', '125422.651000', '125422.664000', '125422.667000', '125422.670000', '125422.672000', '125422.675000', '125422.678000', '125422.681000', '125422.684000', '125422.686000', '125422.689000', '125422.692000', '125422.695000', '125422.697000', '125422.700000', '125422.703000', '125422.706000', '125422.709000', '125442.578000', '125442.581000', '125442.584000', '125442.586000', '125442.596000', '125442.599000', '125442.601000', '125442.604000', '125442.607000', '125442.610000', '125442.627000', '125442.630000', '125442.633000', '125442.636000', '125442.639000', '125442.641000', '125442.644000', '125442.647000', '125442.650000', '125442.652000', '125442.655000', '125442.658000', '125442.661000', '125442.664000', '125442.667000', '125442.670000', '125442.673000', '125442.675000', '125442.678000', '125442.681000', '125442.686000', '125442.690000', '125442.693000', '125442.695000', '125442.698000', '125442.701000', '125442.704000', '125442.706000', '125442.709000', '125442.712000', '125442.715000', '125442.718000', '125442.721000', '125502.578000', '125502.581000', '125502.584000', '125502.587000', '125502.589000', '125502.592000', '125502.595000', '125502.598000', '125502.601000', '125502.604000', '125502.606000', '125502.609000', '125502.612000', '125502.615000', '125502.618000', '125502.621000', '125502.630000', '125502.633000', '125502.635000', '125502.638000', '125502.641000', '125502.644000', '125502.647000', '125502.649000', '125502.652000', '125502.655000', '125502.658000', '125502.661000', '125502.664000', '125502.667000', '125502.669000', '125502.672000', '125502.675000', '125502.678000', '125502.681000', '125502.683000', '125502.686000', '125502.689000', '125502.692000', '125502.695000', '125502.697000', '125502.700000', '125502.703000', '125502.706000', '125522.577000', '125522.580000', '125522.583000', '125522.585000', '125522.588000', '125522.591000', '125522.594000', '125522.597000', '125522.599000', '125522.602000', '125522.605000', '125522.608000', '125522.611000', '125522.613000', '125522.616000', '125522.619000', '125522.622000', '125522.625000', '125522.628000', '125522.631000', '125522.633000', '125522.636000', '125522.639000', '125522.642000', '125522.645000', '125522.648000', '125522.650000', '125522.653000', '125522.656000', '125522.659000', '125522.662000', '125522.665000', '125522.667000', '125522.670000', '125522.673000', '125522.676000', '125522.679000', '125522.682000', '125522.684000', '125522.690000', '125522.694000', '125522.697000', '125522.699000', '125542.578000', '125542.581000', '125542.584000', '125542.586000', '125542.589000', '125542.592000', '125542.595000', '125542.598000', '125542.600000', '125542.603000', '125542.606000', '125542.609000', '125542.612000', '125542.614000', '125542.617000', '125542.620000', '125542.623000', '125542.626000', '125542.629000', '125542.632000', '125542.634000', '125542.637000', '125542.640000', '125542.643000', '125542.646000', '125542.649000', '125542.651000', '125542.654000', '125542.657000', '125542.660000', '125542.667000', '125542.669000', '125542.672000', '125542.675000', '125542.678000', '125542.681000', '125542.683000', '125542.686000', '125542.689000', '125542.692000', '125542.695000', '125542.697000', '125542.700000', '125542.703000', '125602.578000', '125602.581000', '125602.584000', '125602.587000', '125602.589000', '125602.592000', '125602.595000', '125602.598000', '125602.601000', '125602.604000', '125602.606000', '125602.609000', '125602.612000', '125602.615000', '125602.618000', '125602.621000', '125602.623000', '125602.626000', '125602.629000', '125602.632000', '125602.635000', '125602.638000', '125602.640000', '125602.643000', '125602.646000', '125602.650000', '125602.654000', '125602.656000', '125602.659000', '125602.662000', '125602.665000', '125602.668000', '125602.671000', '125602.673000', '125602.676000', '125602.693000', '125602.695000', '125602.698000', '125602.701000', '125602.704000', '125602.707000', '125602.720000', '125602.723000', '125622.578000', '125622.581000', '125622.584000', '125622.586000', '125622.589000', '125622.592000', '125622.595000', '125622.598000', '125622.601000', '125622.604000', '125622.606000', '125622.609000', '125622.612000', '125622.615000', '125622.618000', '125622.621000', '125622.624000', '125622.627000', '125622.629000', '125622.632000', '125622.635000', '125622.638000', '125622.641000', '125622.644000', '125622.647000', '125622.649000', '125622.652000', '125622.655000', '125622.658000', '125622.661000', '125622.663000', '125622.666000', '125622.669000', '125622.672000', '125622.675000', '125622.678000', '125622.680000', '125622.683000', '125622.686000', '125622.689000', '125622.692000', '125622.695000', '125622.697000', '125622.700000', '125642.578000', '125642.581000', '125642.584000', '125642.587000', '125642.589000', '125642.592000', '125642.595000', '125642.598000', '125642.601000', '125642.604000', '125642.606000', '125642.609000', '125642.612000', '125642.615000', '125642.618000', '125642.621000', '125642.623000', '125642.626000', '125642.629000', '125642.632000', '125642.635000', '125642.638000', '125642.641000', '125642.643000', '125642.646000', '125642.649000', '125642.652000', '125642.654000', '125642.657000', '125642.660000', '125642.663000', '125642.666000', '125642.669000', '125642.671000', '125642.674000', '125642.677000', '125642.680000', '125642.683000', '125642.685000', '125642.688000', '125642.691000', '125642.694000', '125642.697000', '125702.578000', '125702.581000', '125702.584000', '125702.586000', '125702.589000', '125702.592000', '125702.595000', '125702.598000', '125702.601000', '125702.604000', '125702.606000', '125702.609000', '125702.612000', '125702.615000', '125702.618000', '125702.620000', '125702.623000', '125702.626000', '125702.629000', '125702.632000', '125702.635000', '125702.638000', '125702.640000', '125702.643000', '125702.646000', '125702.649000', '125702.651000', '125702.654000', '125702.657000', '125702.660000', '125702.663000', '125702.666000', '125702.668000', '125702.671000', '125702.674000', '125702.677000', '125702.680000', '125702.682000', '125702.685000', '125702.688000', '125702.691000', '125702.694000', '125702.696000', '125702.699000', '125722.578000', '125722.581000', '125722.584000', '125722.587000', '125722.589000', '125722.592000', '125722.595000', '125722.598000', '125722.601000', '125722.603000', '125722.606000', '125722.609000', '125722.612000', '125722.615000', '125722.618000', '125722.620000', '125722.623000', '125722.626000', '125722.629000', '125722.632000', '125722.642000', '125722.645000', '125722.647000', '125722.650000', '125722.653000', '125722.656000', '125722.659000', '125722.661000', '125722.664000', '125722.667000', '125722.670000', '125722.673000', '125722.676000', '125722.679000', '125722.681000', '125722.684000', '125722.688000', '125722.692000', '125722.695000', '125722.697000', '125722.700000', '125722.703000', '125722.706000', '125742.577000', '125742.580000', '125742.583000', '125742.597000', '125742.599000', '125742.602000', '125742.605000', '125742.608000', '125742.611000', '125742.613000', '125742.616000', '125742.619000', '125742.622000', '125742.625000', '125742.628000', '125742.630000', '125742.633000', '125742.636000', '125742.639000', '125742.642000', '125742.645000', '125742.648000', '125742.650000', '125742.653000', '125742.656000', '125742.659000', '125742.662000', '125742.665000', '125742.667000', '125742.670000', '125742.673000', '125742.676000', '125742.679000', '125742.682000', '125742.685000', '125742.687000', '125742.692000', '125742.695000', '125742.697000', '125742.700000', '125742.711000', '125742.714000', '125742.717000', '125742.720000', '125802.578000', '125802.581000', '125802.584000', '125802.587000', '125802.590000', '125802.593000', '125802.595000', '125802.598000', '125802.601000', '125802.604000', '125802.607000', '125802.610000', '125802.612000', '125802.615000', '125802.618000', '125802.621000', '125802.624000', '125802.626000', '125802.629000', '125802.632000', '125802.635000', '125802.638000', '125802.641000', '125802.644000', '125802.646000', '125802.649000', '125802.652000', '125802.655000', '125802.658000', '125802.661000', '125802.664000', '125802.666000', '125802.669000', '125802.672000', '125802.675000', '125802.678000', '125802.680000', '125802.683000', '125802.686000', '125802.689000', '125802.692000', '125802.694000', '125802.697000', '125822.578000', '125822.581000', '125822.584000', '125822.587000', '125822.590000', '125822.592000', '125822.595000', '125822.598000', '125822.601000', '125822.604000', '125822.606000', '125822.609000', '125822.612000', '125822.615000', '125822.618000', '125822.621000', '125822.623000', '125822.626000', '125822.629000', '125822.632000', '125822.635000', '125822.638000', '125822.640000', '125822.643000', '125822.646000', '125822.649000', '125822.652000', '125822.655000', '125822.657000', '125822.660000', '125822.663000', '125822.666000', '125822.669000', '125822.672000', '125822.674000', '125822.677000', '125822.680000', '125822.688000', '125822.691000', '125822.694000', '125822.697000', '125822.699000', '125822.702000', '125822.705000', '125842.578000', '125842.581000', '125842.584000', '125842.587000', '125842.590000', '125842.592000', '125842.595000', '125842.598000', '125842.601000', '125842.604000', '125842.607000', '125842.609000', '125842.612000', '125842.615000', '125842.618000', '125842.621000', '125842.632000', '125842.635000', '125842.638000', '125842.640000', '125842.643000', '125842.646000', '125842.649000', '125842.652000', '125842.654000', '125842.657000', '125842.660000', '125842.663000', '125842.666000', '125842.669000', '125842.671000', '125842.674000', '125842.677000', '125842.680000', '125842.683000', '125842.686000', '125842.688000', '125842.691000', '125842.694000', '125842.697000', '125842.700000', '125842.702000', '125842.705000', '125902.578000', '125902.582000', '125902.584000', '125902.587000', '125902.590000', '125902.593000', '125902.596000', '125902.599000', '125902.601000', '125902.604000', '125902.607000', '125902.610000', '125902.613000', '125902.615000', '125902.630000', '125902.633000', '125902.635000', '125902.638000', '125902.641000', '125902.644000', '125902.647000', '125902.649000', '125902.652000', '125902.655000', '125902.658000', '125902.661000', '125902.664000', '125902.667000', '125902.670000', '125902.672000', '125902.675000', '125902.678000', '125902.681000', '125902.684000', '125902.687000', '125902.690000', '125902.693000', '125902.695000', '125902.698000', '125902.701000', '125902.704000', '125902.707000', '125902.710000', '125922.578000', '125922.585000', '125922.588000', '125922.590000', '125922.593000', '125922.596000', '125922.599000', '125922.602000', '125922.605000', '125922.607000', '125922.610000', '125922.613000', '125922.616000', '125922.619000', '125922.621000', '125922.624000', '125922.627000', '125922.630000', '125922.633000', '125922.636000', '125922.639000', '125922.641000', '125922.644000', '125922.647000', '125922.650000', '125922.653000', '125922.656000', '125922.658000', '125922.661000', '125922.664000', '125922.667000', '125922.670000', '125922.673000', '125922.675000', '125922.678000', '125922.681000', '125922.684000', '125922.687000', '125922.689000', '125922.692000', '125922.695000', '125922.698000', '125922.701000', '125922.704000', '125942.578000', '125942.581000', '125942.584000', '125942.587000', '125942.590000', '125942.593000', '125942.596000', '125942.599000', '125942.602000', '125942.605000', '125942.608000', '125942.610000', '125942.613000', '125942.616000', '125942.619000', '125942.622000', '125942.624000', '125942.627000', '125942.630000', '125942.633000', '125942.636000', '125942.639000', '125942.642000', '125942.644000', '125942.647000', '125942.650000', '125942.653000', '125942.656000', '125942.658000', '125942.661000', '125942.664000', '125942.667000', '125942.670000', '125942.673000', '125942.675000', '125942.678000', '125942.681000', '125942.684000', '125942.687000', '125942.690000', '125942.692000', '125942.695000', '125942.698000', '130002.577000', '130002.580000', '130002.583000', '130002.586000', '130002.588000', '130002.591000', '130002.594000', '130002.597000', '130002.606000', '130002.609000', '130002.612000', '130002.614000', '130002.617000', '130002.620000', '130002.623000', '130002.626000', '130002.629000', '130002.631000', '130002.634000', '130002.637000', '130002.640000', '130002.643000', '130002.646000', '130002.648000', '130002.651000', '130002.654000', '130002.657000', '130002.660000', '130002.663000', '130002.665000', '130002.668000', '130002.671000', '130002.674000', '130002.677000', '130002.680000', '130002.683000', '130002.685000', '130002.688000', '130002.691000', '130002.694000', '130002.697000', '130002.700000', '130002.703000', '130002.705000', '130022.578000', '130022.581000', '130022.584000', '130022.587000', '130022.589000', '130022.592000', '130022.595000', '130022.601000', '130022.604000', '130022.607000', '130022.620000', '130022.622000', '130022.625000', '130022.628000', '130022.631000', '130022.634000', '130022.636000', '130022.639000', '130022.646000', '130022.649000', '130022.651000', '130022.654000', '130022.657000', '130022.660000', '130022.663000', '130022.666000', '130022.668000', '130022.671000', '130022.674000', '130022.677000', '130022.680000', '130022.683000', '130022.685000', '130022.688000', '130022.691000', '130022.694000', '130022.697000', '130022.699000', '130022.702000', '130022.705000', '130022.708000', '130022.711000', '130022.714000', '130042.578000', '130042.581000', '130042.584000', '130042.587000', '130042.589000', '130042.592000', '130042.595000', '130042.598000', '130042.601000', '130042.604000', '130042.607000', '130042.610000', '130042.612000', '130042.615000', '130042.618000', '130042.621000', '130042.624000', '130042.627000', '130042.629000', '130042.632000', '130042.635000', '130042.638000', '130042.641000', '130042.644000', '130042.647000', '130042.649000', '130042.652000', '130042.655000', '130042.658000', '130042.661000', '130042.668000', '130042.671000', '130042.673000', '130042.676000', '130042.679000', '130042.682000', '130042.685000', '130042.688000', '130042.691000', '130042.693000', '130042.696000', '130042.699000', '130042.702000', '130042.705000', '130042.926000'], 'InstanceCreationTime': ['125202.618000', '125202.621000', '125202.624000', '125202.627000', '125202.630000', '125202.633000', '125202.636000', '125202.639000', '125202.642000', '125202.645000', '125202.648000', '125202.651000', '125202.654000', '125202.666000', '125202.677000', '125202.680000', '125202.683000', '125202.686000', '125202.689000', '125202.692000', '125202.695000', '125202.698000', '125202.701000', '125202.704000', '125222.578000', '125222.583000', '125222.586000', '125222.588000', '125222.591000', '125222.602000', '125222.604000', '125222.607000', '125222.610000', '125222.613000', '125222.616000', '125222.618000', '125222.621000', '125222.624000', '125222.627000', '125222.629000', '125222.632000', '125222.635000', '125222.638000', '125222.641000', '125222.644000', '125222.646000', '125222.649000', '125222.652000', '125222.655000', '125222.657000', '125222.660000', '125222.663000', '125222.666000', '125222.668000', '125222.676000', '125222.679000', '125222.692000', '125222.694000', '125222.697000', '125222.700000', '125222.703000', '125222.706000', '125222.708000', '125222.711000', '125222.714000', '125222.717000', '125222.720000', '125222.723000', '125242.578000', '125242.581000', '125242.584000', '125242.586000', '125242.589000', '125242.592000', '125242.595000', '125242.598000', '125242.600000', '125242.603000', '125242.606000', '125242.609000', '125242.612000', '125242.615000', '125242.617000', '125242.620000', '125242.623000', '125242.626000', '125242.629000', '125242.632000', '125242.634000', '125242.637000', '125242.640000', '125242.643000', '125242.645000', '125242.648000', '125242.651000', '125242.654000', '125242.657000', '125242.659000', '125242.663000', '125242.668000', '125242.671000', '125242.680000', '125242.683000', '125242.686000', '125242.688000', '125242.691000', '125242.694000', '125242.697000', '125242.700000', '125242.702000', '125242.705000', '125302.577000', '125302.580000', '125302.583000', '125302.585000', '125302.588000', '125302.591000', '125302.594000', '125302.597000', '125302.599000', '125302.602000', '125302.605000', '125302.608000', '125302.611000', '125302.613000', '125302.616000', '125302.631000', '125302.634000', '125302.636000', '125302.639000', '125302.642000', '125302.645000', '125302.648000', '125302.650000', '125302.653000', '125302.656000', '125302.659000', '125302.661000', '125302.664000', '125302.667000', '125302.670000', '125302.673000', '125302.675000', '125302.678000', '125302.681000', '125302.684000', '125302.687000', '125302.689000', '125302.692000', '125302.695000', '125302.698000', '125302.700000', '125302.703000', '125302.706000', '125302.709000', '125322.578000', '125322.581000', '125322.584000', '125322.587000', '125322.589000', '125322.592000', '125322.595000', '125322.598000', '125322.601000', '125322.603000', '125322.606000', '125322.609000', '125322.612000', '125322.615000', '125322.617000', '125322.620000', '125322.623000', '125322.626000', '125322.629000', '125322.632000', '125322.634000', '125322.637000', '125322.640000', '125322.643000', '125322.647000', '125322.650000', '125322.653000', '125322.655000', '125322.658000', '125322.661000', '125322.664000', '125322.667000', '125322.669000', '125322.672000', '125322.675000', '125322.678000', '125322.681000', '125322.683000', '125322.686000', '125322.689000', '125322.692000', '125322.694000', '125322.697000', '125342.578000', '125342.581000', '125342.584000', '125342.586000', '125342.589000', '125342.592000', '125342.595000', '125342.598000', '125342.600000', '125342.603000', '125342.606000', '125342.609000', '125342.612000', '125342.615000', '125342.617000', '125342.620000', '125342.623000', '125342.626000', '125342.629000', '125342.632000', '125342.634000', '125342.637000', '125342.640000', '125342.643000', '125342.646000', '125342.648000', '125342.651000', '125342.654000', '125342.657000', '125342.660000', '125342.663000', '125342.665000', '125342.668000', '125342.671000', '125342.674000', '125342.677000', '125342.680000', '125342.682000', '125342.685000', '125342.688000', '125342.691000', '125342.693000', '125342.696000', '125342.699000', '125402.578000', '125402.581000', '125402.584000', '125402.586000', '125402.589000', '125402.592000', '125402.595000', '125402.598000', '125402.600000', '125402.603000', '125402.606000', '125402.609000', '125402.612000', '125402.615000', '125402.617000', '125402.620000', '125402.623000', '125402.626000', '125402.629000', '125402.631000', '125402.634000', '125402.637000', '125402.640000', '125402.643000', '125402.648000', '125402.652000', '125402.655000', '125402.657000', '125402.660000', '125402.663000', '125402.666000', '125402.669000', '125402.671000', '125402.674000', '125402.677000', '125402.680000', '125402.682000', '125402.685000', '125402.688000', '125402.691000', '125402.694000', '125402.697000', '125402.709000', '125422.578000', '125422.581000', '125422.584000', '125422.587000', '125422.589000', '125422.592000', '125422.595000', '125422.598000', '125422.601000', '125422.604000', '125422.606000', '125422.609000', '125422.612000', '125422.615000', '125422.618000', '125422.620000', '125422.623000', '125422.626000', '125422.629000', '125422.632000', '125422.634000', '125422.637000', '125422.640000', '125422.643000', '125422.645000', '125422.648000', '125422.651000', '125422.664000', '125422.667000', '125422.670000', '125422.672000', '125422.675000', '125422.678000', '125422.681000', '125422.684000', '125422.686000', '125422.689000', '125422.692000', '125422.695000', '125422.697000', '125422.700000', '125422.703000', '125422.706000', '125422.709000', '125442.578000', '125442.581000', '125442.584000', '125442.586000', '125442.596000', '125442.599000', '125442.601000', '125442.604000', '125442.607000', '125442.610000', '125442.627000', '125442.630000', '125442.633000', '125442.636000', '125442.639000', '125442.641000', '125442.644000', '125442.647000', '125442.650000', '125442.652000', '125442.655000', '125442.658000', '125442.661000', '125442.664000', '125442.667000', '125442.670000', '125442.673000', '125442.675000', '125442.678000', '125442.681000', '125442.686000', '125442.690000', '125442.693000', '125442.695000', '125442.698000', '125442.701000', '125442.704000', '125442.706000', '125442.709000', '125442.712000', '125442.715000', '125442.718000', '125442.721000', '125502.578000', '125502.581000', '125502.584000', '125502.587000', '125502.589000', '125502.592000', '125502.595000', '125502.598000', '125502.601000', '125502.604000', '125502.606000', '125502.609000', '125502.612000', '125502.615000', '125502.618000', '125502.621000', '125502.630000', '125502.633000', '125502.635000', '125502.638000', '125502.641000', '125502.644000', '125502.647000', '125502.649000', '125502.652000', '125502.655000', '125502.658000', '125502.661000', '125502.664000', '125502.667000', '125502.669000', '125502.672000', '125502.675000', '125502.678000', '125502.681000', '125502.683000', '125502.686000', '125502.689000', '125502.692000', '125502.695000', '125502.697000', '125502.700000', '125502.703000', '125502.706000', '125522.577000', '125522.580000', '125522.583000', '125522.585000', '125522.588000', '125522.591000', '125522.594000', '125522.597000', '125522.599000', '125522.602000', '125522.605000', '125522.608000', '125522.611000', '125522.613000', '125522.616000', '125522.619000', '125522.622000', '125522.625000', '125522.628000', '125522.631000', '125522.633000', '125522.636000', '125522.639000', '125522.642000', '125522.645000', '125522.648000', '125522.650000', '125522.653000', '125522.656000', '125522.659000', '125522.662000', '125522.665000', '125522.667000', '125522.670000', '125522.673000', '125522.676000', '125522.679000', '125522.682000', '125522.684000', '125522.690000', '125522.694000', '125522.697000', '125522.699000', '125542.578000', '125542.581000', '125542.584000', '125542.586000', '125542.589000', '125542.592000', '125542.595000', '125542.598000', '125542.600000', '125542.603000', '125542.606000', '125542.609000', '125542.612000', '125542.614000', '125542.617000', '125542.620000', '125542.623000', '125542.626000', '125542.629000', '125542.632000', '125542.634000', '125542.637000', '125542.640000', '125542.643000', '125542.646000', '125542.649000', '125542.651000', '125542.654000', '125542.657000', '125542.660000', '125542.667000', '125542.669000', '125542.672000', '125542.675000', '125542.678000', '125542.681000', '125542.683000', '125542.686000', '125542.689000', '125542.692000', '125542.695000', '125542.697000', '125542.700000', '125542.703000', '125602.578000', '125602.581000', '125602.584000', '125602.587000', '125602.589000', '125602.592000', '125602.595000', '125602.598000', '125602.601000', '125602.604000', '125602.606000', '125602.609000', '125602.612000', '125602.615000', '125602.618000', '125602.621000', '125602.623000', '125602.626000', '125602.629000', '125602.632000', '125602.635000', '125602.638000', '125602.640000', '125602.643000', '125602.646000', '125602.650000', '125602.654000', '125602.656000', '125602.659000', '125602.662000', '125602.665000', '125602.668000', '125602.671000', '125602.673000', '125602.676000', '125602.693000', '125602.695000', '125602.698000', '125602.701000', '125602.704000', '125602.707000', '125602.720000', '125602.723000', '125622.578000', '125622.581000', '125622.584000', '125622.586000', '125622.589000', '125622.592000', '125622.595000', '125622.598000', '125622.601000', '125622.604000', '125622.606000', '125622.609000', '125622.612000', '125622.615000', '125622.618000', '125622.621000', '125622.624000', '125622.627000', '125622.629000', '125622.632000', '125622.635000', '125622.638000', '125622.641000', '125622.644000', '125622.647000', '125622.649000', '125622.652000', '125622.655000', '125622.658000', '125622.661000', '125622.663000', '125622.666000', '125622.669000', '125622.672000', '125622.675000', '125622.678000', '125622.680000', '125622.683000', '125622.686000', '125622.689000', '125622.692000', '125622.695000', '125622.697000', '125622.700000', '125642.578000', '125642.581000', '125642.584000', '125642.587000', '125642.589000', '125642.592000', '125642.595000', '125642.598000', '125642.601000', '125642.604000', '125642.606000', '125642.609000', '125642.612000', '125642.615000', '125642.618000', '125642.621000', '125642.623000', '125642.626000', '125642.629000', '125642.632000', '125642.635000', '125642.638000', '125642.641000', '125642.643000', '125642.646000', '125642.649000', '125642.652000', '125642.654000', '125642.657000', '125642.660000', '125642.663000', '125642.666000', '125642.669000', '125642.671000', '125642.674000', '125642.677000', '125642.680000', '125642.683000', '125642.685000', '125642.688000', '125642.691000', '125642.694000', '125642.697000', '125702.578000', '125702.581000', '125702.584000', '125702.586000', '125702.589000', '125702.592000', '125702.595000', '125702.598000', '125702.601000', '125702.604000', '125702.606000', '125702.609000', '125702.612000', '125702.615000', '125702.618000', '125702.620000', '125702.623000', '125702.626000', '125702.629000', '125702.632000', '125702.635000', '125702.638000', '125702.640000', '125702.643000', '125702.646000', '125702.649000', '125702.651000', '125702.654000', '125702.657000', '125702.660000', '125702.663000', '125702.666000', '125702.668000', '125702.671000', '125702.674000', '125702.677000', '125702.680000', '125702.682000', '125702.685000', '125702.688000', '125702.691000', '125702.694000', '125702.696000', '125702.699000', '125722.578000', '125722.581000', '125722.584000', '125722.587000', '125722.589000', '125722.592000', '125722.595000', '125722.598000', '125722.601000', '125722.603000', '125722.606000', '125722.609000', '125722.612000', '125722.615000', '125722.618000', '125722.620000', '125722.623000', '125722.626000', '125722.629000', '125722.632000', '125722.642000', '125722.645000', '125722.647000', '125722.650000', '125722.653000', '125722.656000', '125722.659000', '125722.661000', '125722.664000', '125722.667000', '125722.670000', '125722.673000', '125722.676000', '125722.679000', '125722.681000', '125722.684000', '125722.688000', '125722.692000', '125722.695000', '125722.697000', '125722.700000', '125722.703000', '125722.706000', '125742.577000', '125742.580000', '125742.583000', '125742.597000', '125742.599000', '125742.602000', '125742.605000', '125742.608000', '125742.611000', '125742.613000', '125742.616000', '125742.619000', '125742.622000', '125742.625000', '125742.628000', '125742.630000', '125742.633000', '125742.636000', '125742.639000', '125742.642000', '125742.645000', '125742.648000', '125742.650000', '125742.653000', '125742.656000', '125742.659000', '125742.662000', '125742.665000', '125742.667000', '125742.670000', '125742.673000', '125742.676000', '125742.679000', '125742.682000', '125742.685000', '125742.687000', '125742.692000', '125742.695000', '125742.697000', '125742.700000', '125742.711000', '125742.714000', '125742.717000', '125742.720000', '125802.578000', '125802.581000', '125802.584000', '125802.587000', '125802.590000', '125802.593000', '125802.595000', '125802.598000', '125802.601000', '125802.604000', '125802.607000', '125802.610000', '125802.612000', '125802.615000', '125802.618000', '125802.621000', '125802.624000', '125802.626000', '125802.629000', '125802.632000', '125802.635000', '125802.638000', '125802.641000', '125802.644000', '125802.646000', '125802.649000', '125802.652000', '125802.655000', '125802.658000', '125802.661000', '125802.664000', '125802.666000', '125802.669000', '125802.672000', '125802.675000', '125802.678000', '125802.680000', '125802.683000', '125802.686000', '125802.689000', '125802.692000', '125802.694000', '125802.697000', '125822.578000', '125822.581000', '125822.584000', '125822.587000', '125822.590000', '125822.592000', '125822.595000', '125822.598000', '125822.601000', '125822.604000', '125822.606000', '125822.609000', '125822.612000', '125822.615000', '125822.618000', '125822.621000', '125822.623000', '125822.626000', '125822.629000', '125822.632000', '125822.635000', '125822.638000', '125822.640000', '125822.643000', '125822.646000', '125822.649000', '125822.652000', '125822.655000', '125822.657000', '125822.660000', '125822.663000', '125822.666000', '125822.669000', '125822.672000', '125822.674000', '125822.677000', '125822.680000', '125822.688000', '125822.691000', '125822.694000', '125822.697000', '125822.699000', '125822.702000', '125822.705000', '125842.578000', '125842.581000', '125842.584000', '125842.587000', '125842.590000', '125842.592000', '125842.595000', '125842.598000', '125842.601000', '125842.604000', '125842.607000', '125842.609000', '125842.612000', '125842.615000', '125842.618000', '125842.621000', '125842.632000', '125842.635000', '125842.638000', '125842.640000', '125842.643000', '125842.646000', '125842.649000', '125842.652000', '125842.654000', '125842.657000', '125842.660000', '125842.663000', '125842.666000', '125842.669000', '125842.671000', '125842.674000', '125842.677000', '125842.680000', '125842.683000', '125842.686000', '125842.688000', '125842.691000', '125842.694000', '125842.697000', '125842.700000', '125842.702000', '125842.705000', '125902.578000', '125902.582000', '125902.584000', '125902.587000', '125902.590000', '125902.593000', '125902.596000', '125902.599000', '125902.601000', '125902.604000', '125902.607000', '125902.610000', '125902.613000', '125902.615000', '125902.630000', '125902.633000', '125902.635000', '125902.638000', '125902.641000', '125902.644000', '125902.647000', '125902.649000', '125902.652000', '125902.655000', '125902.658000', '125902.661000', '125902.664000', '125902.667000', '125902.670000', '125902.672000', '125902.675000', '125902.678000', '125902.681000', '125902.684000', '125902.687000', '125902.690000', '125902.693000', '125902.695000', '125902.698000', '125902.701000', '125902.704000', '125902.707000', '125902.710000', '125922.578000', '125922.585000', '125922.588000', '125922.590000', '125922.593000', '125922.596000', '125922.599000', '125922.602000', '125922.605000', '125922.607000', '125922.610000', '125922.613000', '125922.616000', '125922.619000', '125922.621000', '125922.624000', '125922.627000', '125922.630000', '125922.633000', '125922.636000', '125922.639000', '125922.641000', '125922.644000', '125922.647000', '125922.650000', '125922.653000', '125922.656000', '125922.658000', '125922.661000', '125922.664000', '125922.667000', '125922.670000', '125922.673000', '125922.675000', '125922.678000', '125922.681000', '125922.684000', '125922.687000', '125922.689000', '125922.692000', '125922.695000', '125922.698000', '125922.701000', '125922.704000', '125942.578000', '125942.581000', '125942.584000', '125942.587000', '125942.590000', '125942.593000', '125942.596000', '125942.599000', '125942.602000', '125942.605000', '125942.608000', '125942.610000', '125942.613000', '125942.616000', '125942.619000', '125942.622000', '125942.624000', '125942.627000', '125942.630000', '125942.633000', '125942.636000', '125942.639000', '125942.642000', '125942.644000', '125942.647000', '125942.650000', '125942.653000', '125942.656000', '125942.658000', '125942.661000', '125942.664000', '125942.667000', '125942.670000', '125942.673000', '125942.675000', '125942.678000', '125942.681000', '125942.684000', '125942.687000', '125942.690000', '125942.692000', '125942.695000', '125942.698000', '130002.577000', '130002.580000', '130002.583000', '130002.586000', '130002.588000', '130002.591000', '130002.594000', '130002.597000', '130002.606000', '130002.609000', '130002.612000', '130002.614000', '130002.617000', '130002.620000', '130002.623000', '130002.626000', '130002.629000', '130002.631000', '130002.634000', '130002.637000', '130002.640000', '130002.643000', '130002.646000', '130002.648000', '130002.651000', '130002.654000', '130002.657000', '130002.660000', '130002.663000', '130002.665000', '130002.668000', '130002.671000', '130002.674000', '130002.677000', '130002.680000', '130002.683000', '130002.685000', '130002.688000', '130002.691000', '130002.694000', '130002.697000', '130002.700000', '130002.703000', '130002.705000', '130022.578000', '130022.581000', '130022.584000', '130022.587000', '130022.589000', '130022.592000', '130022.595000', '130022.601000', '130022.604000', '130022.607000', '130022.620000', '130022.622000', '130022.625000', '130022.628000', '130022.631000', '130022.634000', '130022.636000', '130022.639000', '130022.646000', '130022.649000', '130022.651000', '130022.654000', '130022.657000', '130022.660000', '130022.663000', '130022.666000', '130022.668000', '130022.671000', '130022.674000', '130022.677000', '130022.680000', '130022.683000', '130022.685000', '130022.688000', '130022.691000', '130022.694000', '130022.697000', '130022.699000', '130022.702000', '130022.705000', '130022.708000', '130022.711000', '130022.714000', '130042.578000', '130042.581000', '130042.584000', '130042.587000', '130042.589000', '130042.592000', '130042.595000', '130042.598000', '130042.601000', '130042.604000', '130042.607000', '130042.610000', '130042.612000', '130042.615000', '130042.618000', '130042.621000', '130042.624000', '130042.627000', '130042.629000', '130042.632000', '130042.635000', '130042.638000', '130042.641000', '130042.644000', '130042.647000', '130042.649000', '130042.652000', '130042.655000', '130042.658000', '130042.661000', '130042.668000', '130042.671000', '130042.673000', '130042.676000', '130042.679000', '130042.682000', '130042.685000', '130042.688000', '130042.691000', '130042.693000', '130042.696000', '130042.699000', '130042.702000', '130042.705000', '130042.926000'], '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': [9770, 11789, 9713, 11045, 9630, 10315, 9072, 10913, 9262, 12079, 9140, 11519, 9242, 10738, 9373, 9917, 10802, 9322, 11955, 9640, 11329, 9629, 11135, 9574, 10471, 9623, 10035, 14330, 10250, 12493, 10064, 11220, 10123, 11077, 9960, 10306, 9364, 10150, 9362, 10053, 9430, 10224, 9576, 9602, 12004, 9365, 10971, 10071, 10401, 9238, 10358, 9355, 10857, 9720, 10351, 9540, 9898, 9247, 9381, 11997, 9722, 10879, 9936, 10955, 9453, 10840, 9554, 10535, 9088, 9679, 12370, 9563, 11168, 9875, 11249, 10040, 11186, 9594, 10894, 9229, 10224, 12261, 9366, 11311, 9727, 10952, 9589, 10855, 9792, 10904, 9936, 10479, 9542, 10505, 9594, 11168, 9531, 10804, 11004, 9586, 12340, 9609, 11563, 9427, 10851, 9483, 10229, 9434, 9719, 11907, 9866, 11214, 9682, 11211, 9962, 11548, 10190, 11299, 9150, 11180, 9448, 10605, 9309, 9848, 11271, 9790, 11579, 9634, 11607, 9456, 11439, 9895, 10801, 9594, 10332, 9080, 9962, 9238, 10030, 10035, 9889, 12350, 9945, 11470, 9803, 11066, 9278, 10843, 9737, 10949, 9844, 11111, 9600, 10393, 9554, 9539, 11648, 9574, 11352, 9520, 11661, 9449, 11375, 10066, 11233, 9566, 11006, 9671, 10783, 9582, 10805, 8876, 10223, 11257, 9702, 11926, 9570, 11191, 9486, 11216, 9730, 11194, 9767, 10815, 9904, 11317, 9636, 11441, 9312, 11799, 9523, 10667, 9255, 9990, 9588, 10531, 9729, 11374, 9848, 11333, 9475, 10726, 9853, 9739, 11925, 9616, 11727, 9881, 11954, 9609, 11483, 9440, 11367, 9740, 11033, 9661, 10596, 9575, 10496, 9342, 10175, 12461, 9996, 11179, 9787, 10714, 9549, 11107, 9703, 10412, 9912, 10987, 9289, 10785, 9621, 10713, 9976, 11302, 9971, 11640, 9622, 11341, 10997, 10063, 12737, 9551, 11665, 9541, 11461, 9829, 11402, 10185, 11194, 9633, 11040, 9215, 9918, 9642, 10009, 9324, 10186, 11288, 9621, 12070, 9787, 11197, 10038, 11320, 9149, 11108, 9271, 11048, 9742, 11221, 9744, 10831, 9461, 10701, 9649, 11197, 9809, 11693, 9737, 11282, 8666, 10264, 11263, 9799, 12145, 9633, 11442, 9121, 11107, 10086, 11128, 9500, 11175, 9929, 11738, 9574, 11477, 10030, 10989, 9666, 10423, 9536, 9966, 10206, 9633, 9399, 10855, 9349, 11842, 9470, 10550, 12838, 9121, 11537, 9915, 11121, 9838, 10639, 9361, 10753, 9365, 10231, 12448, 10036, 14831, 10285, 12617, 10127, 11855, 10137, 11138, 9917, 10898, 9740, 10733, 9943, 10280, 9459, 10379, 9148, 10055, 9514, 9873, 9187, 10005, 9801, 9799, 9279, 9709, 9257, 9499, 9549, 9978, 9703, 10208, 9636, 10158, 9159, 9985, 8849, 10438, 9318, 11272, 9438, 11313, 9533, 10879, 9283, 10533, 10463, 9870, 10012, 10552, 9481, 10237, 10242, 10288, 11927, 10010, 12190, 9781, 11340, 9302, 11168, 9460, 11406, 9481, 11278, 9748, 11274, 9199, 10815, 9644, 10702, 9639, 11586, 9656, 11393, 9596, 11206, 10150, 11267, 9470, 11251, 9633, 11710, 9271, 11556, 9418, 11585, 9732, 10756, 11982, 9536, 13783, 9874, 11757, 9323, 11426, 9279, 10813, 9862, 10509, 9522, 10404, 9456, 10434, 8706, 10214, 9917, 9420, 12189, 9358, 11731, 9372, 11284, 9520, 11325, 9659, 11236, 9831, 11049, 9316, 10933, 9977, 11349, 9780, 11348, 9829, 11401, 9866, 11092, 9534, 11189, 9547, 10984, 9390, 11019, 9308, 10922, 9487, 10057, 11810, 9708, 11052, 9635, 10172, 9920, 10119, 9593, 11079, 9804, 12229, 9702, 12351, 9622, 12367, 9616, 11347, 9507, 11241, 9758, 10952, 9496, 10728, 9557, 10770, 9467, 10816, 8901, 10382, 9442, 9901, 10061, 9823, 10007, 9946, 8925, 10119, 11499, 9437, 11835, 9433, 11119, 10083, 11300, 10171, 11270, 8997, 11446, 9568, 11073, 9105, 10255, 9525, 10886, 9699, 11360, 9928, 11132, 9792, 8975, 11132, 9637, 12176, 9073, 11846, 10586, 10419, 10811, 9966, 12153, 9633, 12327, 9417, 11425, 9324, 11390, 9592, 11246, 9954, 11155, 9301, 10897, 9293, 10391, 9443, 10891, 9793, 11545, 9241, 11398, 9556, 11306, 9909, 10757, 9528, 10576, 9507, 10747, 8571, 10545, 10679, 9483, 12548, 9642, 11264, 9623, 11388, 9236, 11218, 9226, 11134, 9623, 10861, 9694, 11204, 9560, 11580, 9659, 11577, 9899, 11692, 9538, 11509, 9322, 10663, 9230, 10343, 9174, 10926, 12067, 9356, 11836, 9163, 10531, 9319, 10403, 9306, 10775, 9237, 10821, 9423, 10943, 9314, 10318, 9377, 9907, 10256, 9707, 11446, 9581, 12120, 9601, 11093, 9246, 10950, 9562, 11144, 9371, 11168, 9370, 10828, 9114, 10901, 9613, 10512, 9262, 9952, 9519, 10231, 8896, 10586, 8939, 10687, 9787, 10123, 11011, 9624, 11780, 9649, 11055, 9574, 11231, 9593, 11726, 9585, 11322, 9353, 10840, 9517, 11371, 9693, 11168, 9483, 10950, 8978, 10814, 9158, 9961, 9542, 9534, 9110, 10220, 9834, 9771, 10299, 9240, 11167, 9089, 11331, 9087, 10728, 9037, 10558, 9349, 10675, 9278, 11031, 9154, 11067, 9199, 10992, 9145, 10982, 9282, 11110, 9158, 10849, 9082, 10852, 9755, 11082, 9421, 10877, 9471, 10918, 8927, 10931, 9157, 10425, 9160, 10257, 8977, 10567, 9067, 10534, 9422, 10401, 10493, 9459, 11826, 9541, 11288, 9011, 11030, 9013, 10765, 8822, 10755, 9653, 10882, 9817, 11170, 9350, 10958, 8650, 10949, 8845, 10400, 8788, 10155, 9268, 10715, 9586, 11612, 8624, 11937, 9356, 11214, 9541, 10968, 9184, 11594, 10070, 12125, 9369, 11903, 9212, 11078, 9601, 10103, 11112, 9546, 10842, 9611, 10994, 9638, 12431, 9484, 12025, 9243, 11193, 9200, 10815, 9460, 11009, 9383, 11040, 9078, 10871, 8938, 10769, 9196, 10228, 9162, 9952, 9131, 10543, 9286, 10707, 9421, 9982, 10779, 9139, 11802, 9152, 11514, 9262, 11795, 8870, 11329, 8831, 10878, 8696, 10614, 9618, 10439, 9291, 11069, 9177, 10920, 9238, 10857, 8652, 11097, 8768, 10716, 9275, 10981, 8665, 11378, 8830, 11222, 8924, 10356, 9153, 10024, 10456, 9628, 10782, 9931, 11909, 9225, 12041, 9004, 10869, 8916, 10701, 9713, 11004, 9626, 10545, 9990, 10678, 9448, 10513, 9680, 9981, 8810, 9298, 10974, 8257, 10798, 8697, 10648, 8524, 10592, 9060, 10300, 9480, 10183, 8899, 10486, 8884, 10246, 12057, 9398, 13721, 8962, 10694, 8625, 10397, 9181, 10725, 9119, 10240, 8709, 10204, 9002, 9505, 9595, 9431, 10171, 9164, 9850, 9390, 10420, 8971, 10929, 8620, 10200, 9155, 10210, 9320, 10304, 9174, 10229, 8345, 10547, 8909, 9600, 9704, 9298, 10946, 9235, 11590, 8961, 11544, 8726, 10735, 9235, 10587, 8955, 10508, 9139, 9975, 8804, 9970, 10215, 9802, 12765, 9087, 11231, 8680, 10706, 9550, 10605, 8601, 10718, 8371, 10701, 9555, 10521, 9431, 10401, 9272, 10901, 9127, 11153, 9061, 11093, 8587, 11116, 9230, 11092, 9099, 10469, 9168, 10475, 9250, 10465, 9816, 9919, 11317, 9512, 12102, 8620, 10968, 8829, 10646, 8937, 10523, 9106, 10390, 9129, 10227, 9161, 9436, 9591, 9570, 9830, 9557, 11190, 8668, 10496, 8587, 10156, 9213, 10221, 8847, 10685, 8714, 10537, 9193, 10532, 8667, 10011, 11783, 8922, 11343, 9029, 10472, 8800, 10584, 9220, 10616, 9379, 10127, 9333, 9300, 10888, 9202, 9190, 10232, 8823, 10157, 8991, 9840, 10115, 9524, 12145, 9153, 12646, 9371, 13020, 9096, 11154, 9212, 11046, 8770, 10852, 9134, 10115, 9610, 10184, 11099, 9652, 13125, 8999, 11399, 8782, 10652, 8937, 10244, 8920, 10454, 9113, 10591, 9186, 10124, 9104, 9517, 10902, 8772, 11379, 8655, 10474, 9015, 10703, 8872, 10713, 8959, 11560, 8648, 10363, 9221, 10060, 9585, 10553, 9357, 10633, 9297, 10126, 9035, 9600, 12536, 8562, 10953, 8972, 10076, 9687, 10302, 9352, 9993, 9267, 10012, 9517, 10043, 9695, 10014, 9205, 9619, 9268, 9477, 10498, 9531, 12217, 9386, 12044, 9019, 11114, 8632, 10322, 9694, 9331, 12692, 8873, 11255, 9025, 10625, 9053, 10194, 8868, 9967, 9043, 9896, 8495, 9809, 9152, 9308, 9502, 9231, 11117, 8893, 11310, 9046, 10190, 9141, 9914, 9662, 9779, 9540, 9685, 8890, 9485, 9976, 9224, 11682, 9045, 11120, 9176, 10856, 8952, 10254, 8868, 10552, 9459, 10372, 9402, 9440, 9217, 9736, 9660, 9545, 9756, 9534, 10625, 9059, 11912, 9040, 11745, 8921, 10260, 9189, 9308, 9553, 11383, 8844, 11864, 8779, 10728], 'WindowCenter': [3973.0, 3978.0, 3956.0, 3975.0, 3940.0, 3937.0, 3917.0, 3947.0, 3939.0, 3947.0, 3926.0, 3946.0, 3913.0, 3922.0, 3911.0, 3922.0, 3922.0, 3925.0, 3944.0, 3925.0, 3945.0, 3925.0, 3936.0, 3924.0, 3934.0, 3910.0, 3922.0, 3941.0, 3911.0, 3920.0, 3909.0, 3908.0, 3909.0, 3907.0, 3910.0, 3922.0, 3911.0, 3909.0, 3898.0, 3908.0, 3897.0, 3919.0, 3908.0, 3909.0, 3930.0, 3911.0, 3921.0, 3936.0, 3936.0, 3925.0, 3924.0, 3924.0, 3934.0, 3925.0, 3936.0, 3925.0, 3939.0, 3926.0, 3939.0, 3961.0, 3950.0, 3948.0, 3937.0, 3947.0, 3936.0, 3947.0, 3925.0, 3947.0, 3925.0, 3938.0, 3971.0, 3939.0, 3947.0, 3936.0, 3945.0, 3935.0, 3947.0, 3936.0, 3947.0, 3924.0, 3949.0, 3959.0, 3938.0, 3946.0, 3938.0, 3946.0, 3937.0, 3946.0, 3950.0, 3959.0, 3949.0, 3962.0, 3948.0, 3948.0, 3937.0, 3948.0, 3937.0, 3949.0, 3936.0, 3937.0, 3946.0, 3925.0, 3959.0, 3939.0, 3936.0, 3923.0, 3936.0, 3912.0, 3924.0, 3945.0, 3924.0, 3948.0, 3937.0, 3945.0, 3935.0, 3944.0, 3934.0, 3934.0, 3923.0, 3945.0, 3924.0, 3935.0, 3925.0, 3937.0, 3948.0, 3935.0, 3934.0, 3924.0, 3933.0, 3923.0, 3934.0, 3924.0, 3947.0, 3937.0, 3936.0, 3914.0, 3925.0, 3912.0, 3935.0, 3923.0, 3923.0, 3943.0, 3924.0, 3943.0, 3937.0, 3948.0, 3939.0, 3946.0, 3924.0, 3945.0, 3936.0, 3946.0, 3924.0, 3937.0, 3937.0, 3939.0, 3948.0, 3937.0, 3947.0, 3938.0, 3947.0, 3936.0, 3946.0, 3937.0, 3947.0, 3939.0, 3948.0, 3926.0, 3935.0, 3924.0, 3947.0, 3913.0, 3937.0, 3934.0, 3936.0, 3948.0, 3926.0, 3945.0, 3925.0, 3959.0, 3936.0, 3945.0, 3948.0, 3960.0, 3948.0, 3948.0, 3937.0, 3957.0, 3938.0, 3973.0, 3938.0, 3961.0, 3938.0, 3948.0, 3937.0, 3947.0, 3935.0, 3957.0, 3937.0, 3959.0, 3936.0, 3949.0, 3937.0, 3940.0, 3959.0, 3939.0, 3946.0, 3936.0, 3944.0, 3925.0, 3946.0, 3925.0, 3945.0, 3925.0, 3948.0, 3925.0, 3935.0, 3923.0, 3935.0, 3923.0, 3935.0, 3943.0, 3935.0, 3947.0, 3937.0, 3934.0, 3925.0, 3958.0, 3937.0, 3946.0, 3936.0, 3947.0, 3935.0, 3960.0, 3951.0, 3962.0, 3949.0, 3948.0, 3936.0, 3958.0, 3924.0, 3948.0, 3936.0, 3936.0, 3958.0, 3936.0, 3947.0, 3926.0, 3933.0, 3924.0, 3933.0, 3924.0, 3934.0, 3924.0, 3934.0, 3924.0, 3937.0, 3924.0, 3935.0, 3912.0, 3935.0, 3932.0, 3924.0, 3943.0, 3925.0, 3946.0, 3937.0, 3946.0, 3924.0, 3934.0, 3923.0, 3946.0, 3924.0, 3946.0, 3936.0, 3948.0, 3938.0, 3937.0, 3926.0, 3946.0, 3937.0, 3947.0, 3925.0, 3946.0, 3913.0, 3938.0, 3959.0, 3940.0, 3947.0, 3935.0, 3948.0, 3937.0, 3945.0, 3936.0, 3959.0, 3937.0, 3945.0, 3935.0, 3945.0, 3949.0, 3956.0, 3936.0, 3946.0, 3924.0, 3948.0, 3938.0, 3949.0, 3949.0, 3936.0, 3925.0, 3947.0, 3928.0, 3958.0, 3924.0, 3934.0, 3942.0, 3912.0, 3932.0, 3921.0, 3933.0, 3922.0, 3935.0, 3923.0, 3935.0, 3912.0, 3922.0, 3930.0, 3911.0, 3929.0, 3908.0, 3918.0, 3895.0, 3904.0, 3894.0, 3893.0, 3882.0, 3904.0, 3895.0, 3893.0, 3882.0, 3892.0, 3881.0, 3893.0, 3882.0, 3894.0, 3894.0, 3895.0, 3895.0, 3907.0, 3895.0, 3909.0, 3911.0, 3923.0, 3923.0, 3925.0, 3923.0, 3936.0, 3924.0, 3948.0, 3937.0, 3949.0, 3940.0, 3950.0, 3926.0, 3948.0, 3927.0, 3958.0, 3926.0, 3948.0, 3925.0, 3948.0, 3925.0, 3948.0, 3949.0, 3939.0, 3937.0, 3947.0, 3924.0, 3936.0, 3925.0, 3935.0, 3945.0, 3926.0, 3947.0, 3939.0, 3947.0, 3926.0, 3934.0, 3924.0, 3945.0, 3925.0, 3945.0, 3937.0, 3961.0, 3938.0, 3960.0, 3950.0, 3948.0, 3936.0, 3946.0, 3938.0, 3957.0, 3940.0, 3959.0, 3938.0, 3959.0, 3950.0, 3959.0, 3938.0, 3958.0, 3926.0, 3948.0, 3925.0, 3946.0, 3924.0, 3936.0, 3946.0, 3925.0, 3943.0, 3924.0, 3933.0, 3912.0, 3931.0, 3913.0, 3935.0, 3935.0, 3934.0, 3922.0, 3935.0, 3922.0, 3934.0, 3912.0, 3935.0, 3923.0, 3926.0, 3957.0, 3937.0, 3945.0, 3926.0, 3935.0, 3936.0, 3935.0, 3925.0, 3935.0, 3925.0, 3947.0, 3926.0, 3949.0, 3936.0, 3946.0, 3935.0, 3946.0, 3936.0, 3947.0, 3937.0, 3948.0, 3939.0, 3948.0, 3926.0, 3947.0, 3925.0, 3947.0, 3924.0, 3947.0, 3950.0, 3950.0, 3959.0, 3937.0, 3945.0, 3936.0, 3936.0, 3939.0, 3936.0, 3926.0, 3935.0, 3937.0, 3958.0, 3937.0, 3946.0, 3926.0, 3944.0, 3925.0, 3933.0, 3924.0, 3934.0, 3924.0, 3947.0, 3926.0, 3935.0, 3923.0, 3933.0, 3911.0, 3934.0, 3913.0, 3935.0, 3923.0, 3937.0, 3936.0, 3936.0, 3923.0, 3936.0, 3913.0, 3936.0, 3945.0, 3927.0, 3945.0, 3926.0, 3948.0, 3938.0, 3946.0, 3937.0, 3959.0, 3926.0, 3946.0, 3936.0, 3947.0, 3938.0, 3948.0, 3937.0, 3949.0, 3937.0, 3970.0, 3963.0, 3960.0, 3962.0, 3941.0, 3960.0, 3950.0, 3958.0, 3925.0, 3947.0, 3923.0, 3935.0, 3923.0, 3924.0, 3933.0, 3924.0, 3945.0, 3913.0, 3931.0, 3912.0, 3931.0, 3913.0, 3921.0, 3911.0, 3932.0, 3911.0, 3934.0, 3925.0, 3924.0, 3922.0, 3932.0, 3922.0, 3933.0, 3923.0, 3945.0, 3925.0, 3935.0, 3937.0, 3948.0, 3937.0, 3937.0, 3924.0, 3946.0, 3914.0, 3947.0, 3935.0, 3937.0, 3959.0, 3939.0, 3948.0, 3938.0, 3947.0, 3938.0, 3947.0, 3939.0, 3972.0, 3950.0, 3960.0, 3950.0, 3949.0, 3938.0, 3959.0, 3938.0, 3946.0, 3936.0, 3946.0, 3925.0, 3946.0, 3925.0, 3938.0, 3924.0, 3938.0, 3925.0, 3948.0, 3945.0, 3915.0, 3932.0, 3927.0, 3948.0, 3927.0, 3934.0, 3924.0, 3933.0, 3925.0, 3933.0, 3924.0, 3935.0, 3925.0, 3937.0, 3939.0, 3937.0, 3923.0, 3925.0, 3945.0, 3925.0, 3932.0, 3923.0, 3933.0, 3926.0, 3948.0, 3937.0, 3947.0, 3925.0, 3935.0, 3924.0, 3934.0, 3915.0, 3947.0, 3925.0, 3949.0, 3939.0, 3938.0, 3925.0, 3937.0, 3925.0, 3936.0, 3915.0, 3934.0, 3923.0, 3935.0, 3935.0, 3938.0, 3958.0, 3927.0, 3934.0, 3924.0, 3933.0, 3924.0, 3933.0, 3924.0, 3933.0, 3927.0, 3947.0, 3926.0, 3933.0, 3923.0, 3933.0, 3924.0, 3933.0, 3912.0, 3934.0, 3914.0, 3938.0, 3925.0, 3924.0, 3912.0, 3936.0, 3936.0, 3936.0, 3923.0, 3926.0, 3946.0, 3940.0, 3959.0, 3940.0, 3947.0, 3927.0, 3936.0, 3927.0, 3935.0, 3927.0, 3949.0, 3940.0, 3949.0, 3928.0, 3936.0, 3927.0, 3935.0, 3925.0, 3935.0, 3925.0, 3935.0, 3928.0, 3937.0, 3924.0, 3933.0, 3924.0, 3933.0, 3924.0, 3935.0, 3913.0, 3934.0, 3926.0, 3937.0, 3925.0, 3924.0, 3912.0, 3934.0, 3912.0, 3935.0, 3913.0, 3935.0, 3937.0, 3938.0, 3947.0, 3926.0, 3934.0, 3925.0, 3934.0, 3925.0, 3934.0, 3914.0, 3947.0, 3937.0, 3946.0, 3935.0, 3945.0, 3925.0, 3935.0, 3914.0, 3948.0, 3926.0, 3947.0, 3926.0, 3949.0, 3939.0, 3947.0, 3937.0, 3947.0, 3928.0, 3960.0, 3926.0, 3947.0, 3937.0, 3961.0, 3939.0, 3959.0, 3937.0, 3946.0, 3927.0, 3947.0, 3924.0, 3936.0, 3923.0, 3925.0, 3935.0, 3927.0, 3935.0, 3925.0, 3933.0, 3924.0, 3932.0, 3923.0, 3933.0, 3913.0, 3933.0, 3925.0, 3936.0, 3924.0, 3922.0, 3912.0, 3922.0, 3911.0, 3922.0, 3912.0, 3934.0, 3913.0, 3936.0, 3926.0, 3925.0, 3912.0, 3934.0, 3913.0, 3937.0, 3924.0, 3937.0, 3935.0, 3940.0, 3959.0, 3927.0, 3945.0, 3925.0, 3946.0, 3926.0, 3935.0, 3925.0, 3936.0, 3915.0, 3949.0, 3939.0, 3948.0, 3926.0, 3946.0, 3938.0, 3936.0, 3925.0, 3935.0, 3914.0, 3946.0, 3929.0, 3949.0, 3936.0, 3946.0, 3916.0, 3946.0, 3914.0, 3935.0, 3913.0, 3935.0, 3913.0, 3937.0, 3948.0, 3926.0, 3934.0, 3925.0, 3945.0, 3925.0, 3944.0, 3915.0, 3934.0, 3926.0, 3937.0, 3926.0, 3935.0, 3924.0, 3922.0, 3924.0, 3933.0, 3923.0, 3922.0, 3911.0, 3925.0, 3913.0, 3926.0, 3935.0, 3928.0, 3947.0, 3927.0, 3937.0, 3926.0, 3937.0, 3915.0, 3936.0, 3912.0, 3922.0, 3900.0, 3922.0, 3900.0, 3911.0, 3920.0, 3900.0, 3929.0, 3899.0, 3922.0, 3902.0, 3909.0, 3899.0, 3908.0, 3898.0, 3909.0, 3898.0, 3921.0, 3900.0, 3912.0, 3912.0, 3925.0, 3934.0, 3912.0, 3910.0, 3913.0, 3921.0, 3915.0, 3934.0, 3914.0, 3937.0, 3939.0, 3936.0, 3926.0, 3935.0, 3926.0, 3937.0, 3915.0, 3937.0, 3915.0, 3938.0, 3938.0, 3928.0, 3936.0, 3927.0, 3946.0, 3927.0, 3946.0, 3915.0, 3946.0, 3926.0, 3936.0, 3928.0, 3949.0, 3926.0, 3936.0, 3915.0, 3936.0, 3924.0, 3936.0, 3945.0, 3926.0, 3934.0, 3916.0, 3937.0, 3937.0, 3936.0, 3915.0, 3935.0, 3917.0, 3947.0, 3938.0, 3947.0, 3940.0, 3950.0, 3939.0, 3948.0, 3938.0, 3948.0, 3927.0, 3948.0, 3916.0, 3948.0, 3926.0, 3950.0, 3929.0, 3938.0, 3925.0, 3937.0, 3925.0, 3936.0, 3925.0, 3926.0, 3934.0, 3925.0, 3947.0, 3927.0, 3936.0, 3915.0, 3923.0, 3913.0, 3922.0, 3912.0, 3924.0, 3913.0, 3924.0, 3926.0, 3926.0, 3926.0, 3925.0, 3923.0, 3926.0, 3934.0, 3915.0, 3935.0, 3916.0, 3937.0, 3940.0, 3949.0, 3928.0, 3937.0, 3926.0, 3948.0, 3927.0, 3950.0, 3915.0, 3938.0, 3958.0, 3940.0, 3949.0, 3928.0, 3936.0, 3926.0, 3936.0, 3927.0, 3937.0, 3926.0, 3951.0, 3927.0, 3941.0, 3950.0, 3938.0, 3926.0, 3948.0, 3927.0, 3951.0, 3927.0, 3939.0, 3937.0, 3940.0, 3974.0, 3941.0, 3970.0, 3940.0, 3957.0, 3929.0, 3935.0, 3927.0, 3936.0, 3915.0, 3936.0, 3927.0, 3937.0, 3924.0, 3924.0, 3921.0, 3912.0, 3931.0, 3912.0, 3921.0, 3901.0, 3923.0, 3914.0, 3923.0, 3912.0, 3922.0, 3911.0, 3922.0, 3911.0, 3925.0, 3912.0, 3925.0, 3934.0, 3927.0, 3947.0, 3928.0, 3947.0, 3926.0, 3934.0, 3925.0, 3934.0, 3939.0, 3935.0, 3915.0, 3924.0, 3928.0, 3938.0, 3938.0, 3936.0, 3925.0, 3935.0, 3914.0, 3935.0, 3913.0, 3926.0, 3944.0, 3915.0, 3948.0, 3927.0, 3936.0, 3926.0, 3923.0, 3923.0, 3922.0, 3925.0, 3935.0, 3937.0, 3938.0, 3938.0, 3939.0, 3928.0, 3939.0, 3941.0, 3940.0, 3949.0, 3926.0, 3934.0, 3914.0, 3933.0, 3902.0, 3923.0, 3889.0, 3911.0, 3899.0, 3900.0, 3943.0, 3912.0, 3921.0, 3900.0, 3909.0, 3900.0, 3910.0, 3912.0, 3922.0, 3914.0, 3923.0, 3913.0, 3935.0, 3914.0, 3914.0, 3911.0, 3913.0, 3921.0, 3912.0, 3933.0, 3913.0, 3923.0, 3926.0, 3937.0, 3926.0, 3925.0, 3924.0, 3925.0, 3915.0, 3926.0, 3924.0, 3928.0, 3947.0, 3930.0, 3949.0, 3928.0, 3936.0, 3926.0, 3925.0, 3915.0, 3925.0, 3925.0, 3926.0, 3925.0, 3926.0, 3926.0, 3939.0, 3937.0, 3937.0, 3925.0, 3938.0, 3935.0, 3927.0, 3960.0, 3929.0, 3947.0, 3928.0, 3936.0, 3938.0, 3926.0, 3939.0, 3947.0, 3928.0, 3962.0, 3941.0, 3950.0], 'WindowWidth': [8894.0, 8885.0, 8849.0, 8874.0, 8816.0, 8805.0, 8776.0, 8818.0, 8810.0, 8816.0, 8785.0, 8813.0, 8763.0, 8772.0, 8754.0, 8774.0, 8772.0, 8780.0, 8805.0, 8783.0, 8809.0, 8781.0, 8799.0, 8778.0, 8791.0, 8754.0, 8772.0, 8796.0, 8755.0, 8765.0, 8748.0, 8746.0, 8746.0, 8743.0, 8751.0, 8773.0, 8756.0, 8750.0, 8732.0, 8748.0, 8729.0, 8763.0, 8746.0, 8752.0, 8780.0, 8756.0, 8769.0, 8799.0, 8800.0, 8784.0, 8778.0, 8777.0, 8792.0, 8783.0, 8801.0, 8782.0, 8807.0, 8786.0, 8809.0, 8844.0, 8825.0, 8818.0, 8804.0, 8816.0, 8800.0, 8817.0, 8783.0, 8817.0, 8783.0, 8804.0, 8857.0, 8810.0, 8815.0, 8799.0, 8808.0, 8796.0, 8817.0, 8798.0, 8815.0, 8778.0, 8823.0, 8837.0, 8806.0, 8813.0, 8804.0, 8813.0, 8805.0, 8813.0, 8828.0, 8837.0, 8821.0, 8845.0, 8821.0, 8820.0, 8802.0, 8819.0, 8801.0, 8821.0, 8801.0, 8801.0, 8813.0, 8783.0, 8836.0, 8807.0, 8799.0, 8778.0, 8800.0, 8761.0, 8781.0, 8808.0, 8781.0, 8820.0, 8803.0, 8811.0, 8796.0, 8806.0, 8794.0, 8793.0, 8777.0, 8811.0, 8780.0, 8798.0, 8783.0, 8802.0, 8817.0, 8796.0, 8793.0, 8782.0, 8790.0, 8779.0, 8793.0, 8779.0, 8817.0, 8803.0, 8799.0, 8765.0, 8781.0, 8759.0, 8796.0, 8776.0, 8778.0, 8804.0, 8780.0, 8805.0, 8805.0, 8821.0, 8806.0, 8813.0, 8781.0, 8811.0, 8798.0, 8815.0, 8781.0, 8802.0, 8803.0, 8809.0, 8821.0, 8803.0, 8815.0, 8805.0, 8815.0, 8801.0, 8813.0, 8801.0, 8818.0, 8809.0, 8819.0, 8784.0, 8798.0, 8781.0, 8816.0, 8765.0, 8803.0, 8795.0, 8799.0, 8820.0, 8786.0, 8810.0, 8785.0, 8837.0, 8801.0, 8811.0, 8822.0, 8840.0, 8821.0, 8819.0, 8802.0, 8830.0, 8806.0, 8862.0, 8807.0, 8843.0, 8809.0, 8820.0, 8802.0, 8815.0, 8798.0, 8831.0, 8802.0, 8835.0, 8801.0, 8822.0, 8803.0, 8812.0, 8836.0, 8809.0, 8812.0, 8800.0, 8807.0, 8784.0, 8813.0, 8784.0, 8810.0, 8784.0, 8819.0, 8784.0, 8795.0, 8776.0, 8796.0, 8776.0, 8797.0, 8805.0, 8795.0, 8819.0, 8804.0, 8793.0, 8783.0, 8834.0, 8804.0, 8812.0, 8799.0, 8816.0, 8801.0, 8840.0, 8830.0, 8847.0, 8822.0, 8820.0, 8800.0, 8831.0, 8781.0, 8820.0, 8798.0, 8798.0, 8831.0, 8802.0, 8817.0, 8785.0, 8791.0, 8779.0, 8789.0, 8778.0, 8793.0, 8778.0, 8795.0, 8781.0, 8802.0, 8782.0, 8797.0, 8760.0, 8796.0, 8787.0, 8779.0, 8803.0, 8780.0, 8814.0, 8802.0, 8813.0, 8779.0, 8793.0, 8777.0, 8812.0, 8780.0, 8812.0, 8798.0, 8820.0, 8806.0, 8802.0, 8784.0, 8813.0, 8801.0, 8815.0, 8782.0, 8815.0, 8767.0, 8805.0, 8838.0, 8809.0, 8815.0, 8799.0, 8818.0, 8803.0, 8811.0, 8800.0, 8838.0, 8805.0, 8809.0, 8797.0, 8810.0, 8825.0, 8828.0, 8798.0, 8811.0, 8779.0, 8820.0, 8809.0, 8823.0, 8823.0, 8800.0, 8783.0, 8815.0, 8792.0, 8834.0, 8777.0, 8792.0, 8800.0, 8759.0, 8786.0, 8770.0, 8789.0, 8775.0, 8796.0, 8778.0, 8796.0, 8761.0, 8774.0, 8780.0, 8754.0, 8776.0, 8747.0, 8757.0, 8723.0, 8734.0, 8718.0, 8716.0, 8699.0, 8734.0, 8724.0, 8717.0, 8699.0, 8713.0, 8696.0, 8715.0, 8699.0, 8720.0, 8719.0, 8725.0, 8723.0, 8741.0, 8724.0, 8750.0, 8758.0, 8777.0, 8778.0, 8782.0, 8776.0, 8798.0, 8780.0, 8818.0, 8802.0, 8822.0, 8812.0, 8825.0, 8787.0, 8818.0, 8787.0, 8834.0, 8786.0, 8818.0, 8783.0, 8818.0, 8784.0, 8819.0, 8822.0, 8807.0, 8801.0, 8816.0, 8781.0, 8800.0, 8783.0, 8797.0, 8809.0, 8785.0, 8815.0, 8809.0, 8816.0, 8785.0, 8794.0, 8781.0, 8808.0, 8782.0, 8809.0, 8800.0, 8843.0, 8805.0, 8839.0, 8826.0, 8818.0, 8801.0, 8813.0, 8805.0, 8831.0, 8813.0, 8835.0, 8805.0, 8835.0, 8827.0, 8837.0, 8805.0, 8832.0, 8787.0, 8818.0, 8783.0, 8814.0, 8778.0, 8799.0, 8813.0, 8783.0, 8804.0, 8778.0, 8788.0, 8760.0, 8784.0, 8762.0, 8796.0, 8796.0, 8793.0, 8773.0, 8794.0, 8773.0, 8794.0, 8761.0, 8796.0, 8778.0, 8787.0, 8831.0, 8804.0, 8810.0, 8785.0, 8795.0, 8799.0, 8795.0, 8784.0, 8796.0, 8781.0, 8816.0, 8786.0, 8822.0, 8799.0, 8813.0, 8795.0, 8812.0, 8798.0, 8815.0, 8801.0, 8821.0, 8809.0, 8819.0, 8786.0, 8814.0, 8781.0, 8815.0, 8780.0, 8815.0, 8825.0, 8827.0, 8835.0, 8803.0, 8810.0, 8801.0, 8798.0, 8807.0, 8797.0, 8784.0, 8795.0, 8803.0, 8831.0, 8803.0, 8813.0, 8785.0, 8805.0, 8783.0, 8790.0, 8779.0, 8794.0, 8778.0, 8816.0, 8786.0, 8795.0, 8775.0, 8790.0, 8757.0, 8793.0, 8762.0, 8795.0, 8777.0, 8802.0, 8801.0, 8800.0, 8778.0, 8798.0, 8765.0, 8800.0, 8808.0, 8789.0, 8811.0, 8785.0, 8820.0, 8806.0, 8811.0, 8800.0, 8835.0, 8786.0, 8813.0, 8798.0, 8816.0, 8805.0, 8817.0, 8803.0, 8819.0, 8802.0, 8852.0, 8848.0, 8840.0, 8844.0, 8815.0, 8838.0, 8824.0, 8835.0, 8783.0, 8814.0, 8776.0, 8793.0, 8774.0, 8779.0, 8789.0, 8778.0, 8811.0, 8764.0, 8783.0, 8758.0, 8781.0, 8759.0, 8769.0, 8756.0, 8786.0, 8755.0, 8790.0, 8782.0, 8779.0, 8772.0, 8786.0, 8771.0, 8787.0, 8775.0, 8809.0, 8781.0, 8797.0, 8803.0, 8819.0, 8802.0, 8801.0, 8780.0, 8812.0, 8766.0, 8815.0, 8795.0, 8802.0, 8833.0, 8807.0, 8818.0, 8805.0, 8814.0, 8807.0, 8816.0, 8811.0, 8859.0, 8826.0, 8839.0, 8827.0, 8822.0, 8806.0, 8835.0, 8804.0, 8813.0, 8797.0, 8813.0, 8781.0, 8813.0, 8783.0, 8806.0, 8780.0, 8807.0, 8781.0, 8819.0, 8808.0, 8766.0, 8785.0, 8788.0, 8819.0, 8788.0, 8793.0, 8778.0, 8787.0, 8782.0, 8788.0, 8779.0, 8796.0, 8779.0, 8802.0, 8808.0, 8800.0, 8776.0, 8782.0, 8808.0, 8781.0, 8786.0, 8776.0, 8788.0, 8783.0, 8819.0, 8802.0, 8815.0, 8781.0, 8794.0, 8779.0, 8793.0, 8768.0, 8814.0, 8782.0, 8820.0, 8809.0, 8806.0, 8783.0, 8801.0, 8782.0, 8799.0, 8766.0, 8794.0, 8776.0, 8795.0, 8796.0, 8807.0, 8833.0, 8787.0, 8791.0, 8779.0, 8789.0, 8780.0, 8789.0, 8778.0, 8789.0, 8788.0, 8817.0, 8785.0, 8790.0, 8777.0, 8788.0, 8778.0, 8789.0, 8758.0, 8792.0, 8764.0, 8805.0, 8783.0, 8779.0, 8760.0, 8798.0, 8798.0, 8798.0, 8776.0, 8785.0, 8811.0, 8813.0, 8834.0, 8812.0, 8816.0, 8791.0, 8798.0, 8789.0, 8797.0, 8788.0, 8823.0, 8813.0, 8822.0, 8792.0, 8799.0, 8789.0, 8795.0, 8783.0, 8794.0, 8783.0, 8795.0, 8791.0, 8801.0, 8780.0, 8790.0, 8778.0, 8790.0, 8777.0, 8795.0, 8763.0, 8794.0, 8785.0, 8801.0, 8782.0, 8779.0, 8759.0, 8791.0, 8759.0, 8796.0, 8761.0, 8795.0, 8802.0, 8804.0, 8816.0, 8784.0, 8793.0, 8783.0, 8791.0, 8783.0, 8792.0, 8767.0, 8815.0, 8804.0, 8813.0, 8797.0, 8810.0, 8782.0, 8796.0, 8767.0, 8819.0, 8787.0, 8816.0, 8786.0, 8821.0, 8806.0, 8815.0, 8801.0, 8814.0, 8791.0, 8838.0, 8787.0, 8815.0, 8805.0, 8841.0, 8810.0, 8834.0, 8803.0, 8813.0, 8788.0, 8817.0, 8780.0, 8799.0, 8776.0, 8782.0, 8795.0, 8787.0, 8798.0, 8781.0, 8789.0, 8778.0, 8787.0, 8776.0, 8788.0, 8761.0, 8788.0, 8783.0, 8797.0, 8779.0, 8772.0, 8757.0, 8772.0, 8756.0, 8773.0, 8758.0, 8793.0, 8761.0, 8800.0, 8786.0, 8781.0, 8760.0, 8792.0, 8762.0, 8800.0, 8779.0, 8803.0, 8794.0, 8810.0, 8835.0, 8790.0, 8809.0, 8783.0, 8810.0, 8785.0, 8794.0, 8783.0, 8798.0, 8770.0, 8821.0, 8809.0, 8817.0, 8786.0, 8810.0, 8807.0, 8798.0, 8783.0, 8795.0, 8767.0, 8812.0, 8796.0, 8823.0, 8802.0, 8813.0, 8771.0, 8810.0, 8765.0, 8797.0, 8763.0, 8795.0, 8764.0, 8802.0, 8818.0, 8785.0, 8791.0, 8782.0, 8806.0, 8782.0, 8805.0, 8769.0, 8790.0, 8785.0, 8801.0, 8785.0, 8794.0, 8779.0, 8773.0, 8778.0, 8789.0, 8774.0, 8773.0, 8756.0, 8781.0, 8761.0, 8785.0, 8794.0, 8791.0, 8813.0, 8787.0, 8801.0, 8786.0, 8804.0, 8770.0, 8798.0, 8758.0, 8772.0, 8739.0, 8771.0, 8737.0, 8755.0, 8763.0, 8738.0, 8776.0, 8733.0, 8773.0, 8745.0, 8750.0, 8735.0, 8747.0, 8732.0, 8748.0, 8733.0, 8768.0, 8737.0, 8757.0, 8758.0, 8781.0, 8791.0, 8760.0, 8754.0, 8761.0, 8770.0, 8767.0, 8791.0, 8767.0, 8801.0, 8808.0, 8799.0, 8787.0, 8795.0, 8787.0, 8802.0, 8769.0, 8801.0, 8770.0, 8805.0, 8805.0, 8791.0, 8798.0, 8788.0, 8811.0, 8787.0, 8811.0, 8771.0, 8813.0, 8784.0, 8799.0, 8793.0, 8821.0, 8786.0, 8798.0, 8766.0, 8798.0, 8777.0, 8798.0, 8807.0, 8785.0, 8793.0, 8771.0, 8802.0, 8800.0, 8799.0, 8768.0, 8794.0, 8773.0, 8813.0, 8803.0, 8817.0, 8813.0, 8825.0, 8807.0, 8818.0, 8805.0, 8819.0, 8790.0, 8818.0, 8773.0, 8817.0, 8784.0, 8825.0, 8796.0, 8804.0, 8783.0, 8801.0, 8781.0, 8799.0, 8779.0, 8785.0, 8792.0, 8782.0, 8817.0, 8790.0, 8801.0, 8768.0, 8776.0, 8762.0, 8773.0, 8759.0, 8779.0, 8760.0, 8779.0, 8784.0, 8787.0, 8783.0, 8782.0, 8776.0, 8785.0, 8793.0, 8771.0, 8794.0, 8772.0, 8800.0, 8812.0, 8822.0, 8792.0, 8802.0, 8787.0, 8818.0, 8788.0, 8823.0, 8771.0, 8806.0, 8833.0, 8813.0, 8824.0, 8791.0, 8799.0, 8786.0, 8798.0, 8788.0, 8801.0, 8783.0, 8827.0, 8788.0, 8815.0, 8824.0, 8805.0, 8785.0, 8817.0, 8789.0, 8827.0, 8788.0, 8808.0, 8800.0, 8810.0, 8863.0, 8816.0, 8850.0, 8810.0, 8829.0, 8793.0, 8796.0, 8788.0, 8798.0, 8767.0, 8798.0, 8790.0, 8802.0, 8779.0, 8777.0, 8769.0, 8759.0, 8781.0, 8758.0, 8769.0, 8743.0, 8774.0, 8766.0, 8776.0, 8759.0, 8771.0, 8756.0, 8772.0, 8755.0, 8779.0, 8758.0, 8781.0, 8790.0, 8787.0, 8816.0, 8792.0, 8817.0, 8785.0, 8791.0, 8782.0, 8792.0, 8810.0, 8795.0, 8767.0, 8779.0, 8791.0, 8806.0, 8803.0, 8798.0, 8781.0, 8794.0, 8764.0, 8796.0, 8761.0, 8784.0, 8805.0, 8767.0, 8821.0, 8791.0, 8799.0, 8783.0, 8774.0, 8776.0, 8773.0, 8782.0, 8797.0, 8800.0, 8805.0, 8803.0, 8808.0, 8790.0, 8810.0, 8814.0, 8813.0, 8821.0, 8786.0, 8791.0, 8766.0, 8789.0, 8746.0, 8776.0, 8723.0, 8755.0, 8734.0, 8739.0, 8802.0, 8757.0, 8769.0, 8739.0, 8747.0, 8739.0, 8751.0, 8758.0, 8771.0, 8763.0, 8775.0, 8762.0, 8798.0, 8765.0, 8764.0, 8756.0, 8760.0, 8768.0, 8760.0, 8788.0, 8764.0, 8777.0, 8785.0, 8801.0, 8786.0, 8782.0, 8778.0, 8783.0, 8766.0, 8786.0, 8780.0, 8791.0, 8814.0, 8798.0, 8821.0, 8791.0, 8798.0, 8786.0, 8781.0, 8769.0, 8781.0, 8782.0, 8785.0, 8783.0, 8785.0, 8783.0, 8810.0, 8799.0, 8801.0, 8780.0, 8802.0, 8796.0, 8790.0, 8840.0, 8796.0, 8816.0, 8791.0, 8799.0, 8805.0, 8786.0, 8807.0, 8816.0, 8792.0, 8845.0, 8815.0, 8824.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.0006618874458874459</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020517937748917747</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.89411846938479</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2570261507712295</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931562697573657</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4515</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6916.9785</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0962863960663006</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.848484848484849</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.619776852792622</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6212305738686292</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7921148425217037</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.445985141987533</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0154521</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006513408850878477</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023351356387138367</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</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.7135033342278</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>38.3048</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.666</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.636</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305903.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.6412</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0498</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.1602</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3146.9947</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3344.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>948.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>900.491</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.441133130923845</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> |