=== 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-0070 --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-0070",
"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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>c9b2bd4e3474c928eed3014c2ea661a4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:25:11.602500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</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.0946707</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7756, -7245, 479, -83, -227, 34, 28]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1f47f993-53cf-4c56-8350-8c05cb9bd5ff||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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': ['192511.602500', '192512.062500', '192512.522500', '192512.982500', '192513.442500', '192513.902500', '192514.362500', '192514.822500', '192515.282500', '192515.742500', '192516.202500', '192516.662500', '192517.122500', '192517.582500', '192518.042500', '192518.502500', '192518.962500', '192519.422500', '192519.882500', '192520.342500', '192520.802500', '192521.262500', '192521.722500', '192522.182500', '192522.642500', '192523.102500', '192523.562500', '192524.022500', '192524.482500', '192524.942500', '192525.402500', '192525.862500', '192526.322500', '192526.782500', '192527.242500', '192527.702500', '192528.162500', '192528.622500', '192529.082500', '192529.542500', '192530.002500', '192530.462500', '192530.922500', '192531.382500', '192531.842500', '192532.302500', '192532.762500', '192533.222500', '192533.682500', '192534.142500', '192534.602500', '192535.062500', '192535.522500', '192535.982500', '192536.442500', '192536.902500', '192537.362500', '192537.822500', '192538.282500', '192538.742500', '192539.202500', '192539.662500', '192540.122500', '192540.582500', '192541.042500', '192541.502500', '192541.962500', '192542.422500', '192542.882500', '192543.342500', '192543.802500', '192544.262500', '192544.722500', '192545.182500', '192545.642500', '192546.102500', '192546.562500', '192547.022500', '192547.482500', '192547.942500', '192548.402500', '192548.862500', '192549.322500', '192549.782500', '192550.242500', '192550.702500', '192551.162500', '192551.622500', '192552.082500', '192552.542500', '192553.002500', '192553.462500', '192553.922500', '192554.382500', '192554.842500', '192555.302500', '192555.762500', '192556.222500', '192556.682500', '192557.142500', '192557.602500', '192558.062500', '192558.522500', '192558.982500', '192559.442500', '192559.902500', '192600.362500', '192600.822500', '192601.282500', '192601.742500', '192602.202500', '192602.662500', '192603.122500', '192603.582500', '192604.042500', '192604.502500', '192604.962500', '192605.422500', '192605.882500', '192606.342500', '192606.802500', '192607.262500', '192607.722500', '192608.182500', '192608.642500', '192609.102500', '192609.562500', '192610.022500', '192610.482500', '192610.942500', '192611.402500', '192611.862500', '192612.322500', '192612.782500', '192613.242500', '192613.702500', '192614.162500', '192614.622500', '192615.082500', '192615.542500', '192616.002500', '192616.462500', '192616.922500', '192617.382500', '192617.842500', '192618.302500', '192618.762500', '192619.222500', '192619.682500', '192620.142500', '192620.602500', '192621.062500', '192621.522500', '192621.982500', '192622.442500', '192622.902500', '192623.362500', '192623.822500', '192624.282500', '192624.742500', '192625.202500', '192625.662500', '192626.122500', '192626.582500', '192627.042500', '192627.502500', '192627.962500', '192628.422500', '192628.882500', '192629.342500', '192629.802500', '192630.262500', '192630.722500', '192631.182500', '192631.642500', '192632.102500', '192632.562500', '192633.022500', '192633.482500', '192633.942500', '192634.402500', '192634.862500', '192635.322500', '192635.782500', '192636.242500', '192636.702500', '192637.162500', '192637.622500', '192638.082500', '192638.542500', '192639.002500', '192639.462500', '192639.922500', '192640.382500', '192640.842500', '192641.302500', '192641.762500', '192642.222500', '192642.682500', '192643.142500', '192643.602500', '192644.062500', '192644.522500', '192644.982500', '192645.442500', '192645.902500', '192646.362500', '192646.822500', '192647.282500', '192647.742500', '192648.202500', '192648.662500', '192649.122500', '192649.582500', '192650.042500', '192650.502500', '192650.962500', '192651.422500', '192651.882500', '192652.342500', '192652.802500', '192653.262500', '192653.722500', '192654.182500', '192654.642500', '192655.102500', '192655.562500', '192656.022500', '192656.482500', '192656.942500', '192657.402500', '192657.862500', '192658.322500', '192658.782500', '192659.242500', '192659.702500', '192700.162500', '192700.622500', '192701.082500', '192701.542500', '192702.002500', '192702.462500', '192702.922500', '192703.382500', '192703.842500', '192704.302500', '192704.762500', '192705.222500', '192705.682500', '192706.142500', '192706.602500', '192707.062500', '192707.522500', '192707.982500', '192708.442500', '192708.902500', '192709.362500', '192709.822500', '192710.282500', '192710.742500', '192711.202500', '192711.662500', '192712.122500', '192712.582500', '192713.042500', '192713.502500', '192713.962500', '192714.422500', '192714.882500', '192715.342500', '192715.802500', '192716.262500', '192716.722500', '192717.182500', '192717.642500', '192718.102500', '192718.562500', '192719.022500', '192719.482500', '192719.942500', '192720.402500', '192720.862500', '192721.322500', '192721.782500', '192722.242500', '192722.702500', '192723.162500', '192723.622500', '192724.082500', '192724.542500', '192725.002500', '192725.462500', '192725.922500', '192726.382500', '192726.842500', '192727.302500', '192727.762500', '192728.222500', '192728.682500', '192729.142500', '192729.602500', '192730.062500', '192730.522500', '192730.982500', '192731.442500', '192731.902500', '192732.362500', '192732.822500', '192733.282500', '192733.742500', '192734.202500', '192734.662500', '192735.122500', '192735.582500', '192736.042500', '192736.502500', '192736.962500', '192737.422500', '192737.882500', '192738.342500', '192738.802500', '192739.262500', '192739.722500', '192740.182500', '192740.642500', '192741.102500', '192741.562500', '192742.022500', '192742.482500', '192742.942500', '192743.402500', '192743.862500', '192744.322500', '192744.782500', '192745.242500', '192745.702500', '192746.162500', '192746.622500', '192747.082500', '192747.542500', '192748.002500', '192748.462500', '192748.922500', '192749.382500', '192749.842500', '192750.302500', '192750.762500', '192751.222500', '192751.682500', '192752.142500', '192752.602500', '192753.062500', '192753.522500', '192753.982500', '192754.442500', '192754.902500', '192755.362500', '192755.822500', '192756.282500', '192756.742500', '192757.202500', '192757.662500', '192758.122500', '192758.582500', '192759.042500', '192759.502500', '192759.962500', '192800.422500', '192800.882500', '192801.342500', '192801.802500', '192802.262500', '192802.722500', '192803.182500', '192803.642500', '192804.102500', '192804.562500', '192805.022500', '192805.482500', '192805.942500', '192806.402500', '192806.862500', '192807.322500', '192807.782500', '192808.242500', '192808.702500', '192809.162500', '192809.622500', '192810.082500', '192810.542500', '192811.002500', '192811.462500', '192811.922500', '192812.382500', '192812.842500', '192813.302500', '192813.762500', '192814.222500', '192814.682500', '192815.142500', '192815.602500', '192816.062500', '192816.522500', '192816.982500', '192817.442500', '192817.902500', '192818.362500', '192818.822500', '192819.282500', '192819.742500', '192820.202500', '192820.662500', '192821.122500', '192821.582500', '192822.042500', '192822.502500', '192822.962500', '192823.422500', '192823.882500', '192824.342500', '192824.802500', '192825.262500', '192825.722500', '192826.182500', '192826.642500', '192827.102500', '192827.562500', '192828.022500', '192828.482500', '192828.942500', '192829.402500', '192829.862500', '192830.322500', '192830.782500', '192831.242500', '192831.702500', '192832.162500', '192832.622500', '192833.082500', '192833.542500', '192834.002500', '192834.462500', '192834.922500', '192835.382500', '192835.842500', '192836.302500', '192836.762500', '192837.222500', '192837.682500', '192838.142500', '192838.602500', '192839.062500', '192839.522500', '192839.982500', '192840.442500', '192840.902500', '192841.362500', '192841.822500', '192842.282500', '192842.742500', '192843.202500', '192843.662500', '192844.122500', '192844.582500', '192845.042500', '192845.502500', '192845.962500', '192846.422500', '192846.882500', '192847.342500', '192847.802500', '192848.262500', '192848.722500', '192849.182500', '192849.642500', '192850.102500', '192850.562500', '192851.022500', '192851.482500', '192851.942500', '192852.402500', '192852.862500', '192853.322500', '192853.782500', '192854.242500', '192854.702500', '192855.162500', '192855.622500', '192856.082500', '192856.542500', '192857.002500', '192857.462500', '192857.922500', '192858.382500', '192858.842500', '192859.302500', '192859.762500', '192900.222500', '192900.682500', '192901.142500', '192901.602500', '192902.062500', '192902.522500', '192902.982500', '192903.442500', '192903.902500', '192904.362500', '192904.822500', '192905.282500', '192905.742500', '192906.202500', '192906.662500', '192907.122500', '192907.582500', '192908.042500', '192908.502500', '192908.962500', '192909.422500', '192909.882500', '192910.342500', '192910.802500', '192911.262500', '192911.722500', '192912.182500', '192912.642500', '192913.102500', '192913.562500', '192914.022500', '192914.482500', '192914.942500', '192915.402500', '192915.862500', '192916.322500', '192916.782500', '192917.242500', '192917.702500', '192918.162500', '192918.622500', '192919.082500', '192919.542500', '192920.002500', '192920.462500', '192920.922500', '192921.382500', '192921.842500', '192922.302500', '192922.762500', '192923.222500', '192923.682500', '192924.142500', '192924.602500', '192925.062500', '192925.522500', '192925.982500', '192926.442500', '192926.902500', '192927.362500', '192927.822500', '192928.282500', '192928.742500', '192929.202500', '192929.662500', '192930.122500', '192930.582500', '192931.042500', '192931.502500', '192931.962500', '192932.422500', '192932.882500', '192933.342500', '192933.802500', '192934.262500', '192934.722500', '192935.182500', '192935.642500', '192936.102500', '192936.562500', '192937.022500', '192937.482500', '192937.942500', '192938.402500', '192938.862500', '192939.322500', '192939.782500', '192940.242500', '192940.702500', '192941.162500', '192941.622500', '192942.082500', '192942.542500', '192943.002500', '192943.462500', '192943.922500', '192944.382500', '192944.842500', '192945.302500', '192945.762500', '192946.222500', '192946.682500', '192947.142500', '192947.602500', '192948.062500', '192948.522500', '192948.982500', '192949.442500', '192949.902500', '192950.362500', '192950.822500', '192951.282500', '192951.742500', '192952.202500', '192952.662500', '192953.122500', '192953.582500', '192954.042500', '192954.502500', '192954.962500', '192955.422500', '192955.882500', '192956.342500', '192956.802500', '192957.262500', '192957.722500', '192958.182500', '192958.642500', '192959.102500', '192959.562500', '193000.022500', '193000.482500', '193000.942500', '193001.402500', '193001.862500', '193002.322500', '193002.782500', '193003.242500', '193003.702500', '193004.162500', '193004.622500', '193005.082500', '193005.542500', '193006.002500', '193006.462500', '193006.922500', '193007.382500', '193007.842500', '193008.302500', '193008.762500', '193009.222500', '193009.682500', '193010.142500', '193010.602500', '193011.062500', '193011.522500', '193011.982500', '193012.442500', '193012.902500', '193013.362500', '193013.822500', '193014.282500', '193014.742500', '193015.202500', '193015.662500', '193016.122500', '193016.582500', '193017.042500', '193017.502500', '193017.962500', '193018.422500', '193018.882500', '193019.342500', '193019.802500', '193020.262500', '193020.722500', '193021.182500', '193021.642500', '193022.102500', '193022.562500', '193023.022500', '193023.482500', '193023.942500', '193024.402500', '193024.862500', '193025.322500', '193025.782500', '193026.242500', '193026.702500', '193027.162500', '193027.622500', '193028.082500', '193028.542500', '193029.002500', '193029.462500', '193029.922500', '193030.382500', '193030.842500', '193031.302500', '193031.762500', '193032.222500', '193032.682500', '193033.142500', '193033.602500', '193034.062500', '193034.522500', '193034.982500', '193035.442500', '193035.902500', '193036.362500', '193036.822500', '193037.282500', '193037.742500', '193038.202500', '193038.662500', '193039.122500', '193039.582500', '193040.042500', '193040.502500', '193040.962500', '193041.422500', '193041.882500', '193042.342500', '193042.802500', '193043.262500', '193043.722500', '193044.182500', '193044.642500', '193045.102500', '193045.562500', '193046.022500', '193046.482500', '193046.942500', '193047.402500', '193047.862500', '193048.322500', '193048.782500', '193049.242500', '193049.702500', '193050.162500', '193050.622500', '193051.082500', '193051.542500', '193052.002500', '193052.462500', '193052.922500', '193053.382500', '193053.842500', '193054.302500', '193054.762500', '193055.222500', '193055.682500', '193056.142500', '193056.602500', '193057.062500', '193057.522500', '193057.982500', '193058.442500', '193058.902500', '193059.362500', '193059.822500', '193100.282500', '193100.742500', '193101.202500', '193101.662500', '193102.122500', '193102.582500', '193103.042500', '193103.502500', '193103.962500', '193104.422500', '193104.882500', '193105.342500', '193105.802500', '193106.262500', '193106.722500', '193107.182500', '193107.642500', '193108.102500', '193108.562500', '193109.022500', '193109.482500', '193109.942500', '193110.402500', '193110.862500', '193111.322500', '193111.782500', '193112.242500', '193112.702500', '193113.162500', '193113.622500', '193114.082500', '193114.542500', '193115.002500', '193115.462500', '193115.922500', '193116.382500', '193116.842500', '193117.302500', '193117.762500', '193118.222500', '193118.682500', '193119.142500', '193119.602500', '193120.062500', '193120.522500', '193120.982500', '193121.442500', '193121.902500', '193122.362500', '193122.822500', '193123.282500', '193123.742500', '193124.202500', '193124.662500', '193125.122500', '193125.582500', '193126.042500', '193126.502500', '193126.962500', '193127.422500', '193127.882500', '193128.342500', '193128.802500', '193129.262500', '193129.722500', '193130.182500', '193130.642500', '193131.102500', '193131.562500', '193132.022500', '193132.482500', '193132.942500', '193133.402500', '193133.862500', '193134.322500', '193134.782500', '193135.242500', '193135.702500', '193136.162500', '193136.622500', '193137.082500', '193137.542500', '193138.002500', '193138.462500', '193138.922500', '193139.382500', '193139.842500', '193140.302500', '193140.762500', '193141.222500', '193141.682500', '193142.142500', '193142.602500', '193143.062500', '193143.522500', '193143.982500', '193144.442500', '193144.902500', '193145.362500', '193145.822500', '193146.282500', '193146.742500', '193147.202500', '193147.662500', '193148.122500', '193148.582500', '193149.042500', '193149.502500', '193149.962500', '193150.422500', '193150.882500', '193151.342500', '193151.802500', '193152.262500', '193152.722500', '193153.182500', '193153.642500', '193154.102500', '193154.562500', '193155.022500', '193155.482500', '193155.942500', '193156.402500', '193156.862500', '193157.322500', '193157.782500', '193158.242500', '193158.702500', '193159.162500', '193159.622500', '193200.082500', '193200.542500', '193201.002500', '193201.462500', '193201.922500', '193202.382500', '193202.842500', '193203.302500', '193203.762500', '193204.222500', '193204.682500', '193205.142500', '193205.602500', '193206.062500', '193206.522500', '193206.982500', '193207.442500', '193207.902500', '193208.362500', '193208.822500', '193209.282500', '193209.742500', '193210.202500', '193210.662500', '193211.122500', '193211.582500', '193212.042500', '193212.502500', '193212.962500', '193213.422500', '193213.882500', '193214.342500', '193214.802500', '193215.262500', '193215.722500', '193216.182500', '193216.642500', '193217.102500', '193217.562500', '193218.022500', '193218.482500', '193218.942500', '193219.402500', '193219.862500', '193220.322500', '193220.782500', '193221.242500', '193221.702500', '193222.162500', '193222.622500', '193223.082500', '193223.542500', '193224.002500', '193224.462500', '193224.922500', '193225.382500', '193225.842500', '193226.302500', '193226.762500', '193227.222500', '193227.682500', '193228.142500', '193228.602500', '193229.062500', '193229.522500', '193229.982500', '193230.442500', '193230.902500', '193231.362500', '193231.822500', '193232.282500', '193232.742500', '193233.202500', '193233.662500', '193234.122500', '193234.582500', '193235.042500', '193235.502500', '193235.962500', '193236.422500', '193236.882500', '193237.342500', '193237.802500', '193238.262500', '193238.722500', '193239.182500', '193239.642500', '193240.102500', '193240.562500', '193241.022500', '193241.482500', '193241.942500', '193242.402500', '193242.862500', '193243.322500', '193243.782500', '193244.242500', '193244.702500', '193245.162500', '193245.622500', '193246.082500', '193246.542500', '193247.002500', '193247.462500', '193247.922500', '193248.382500', '193248.842500', '193249.302500', '193249.762500', '193250.222500', '193250.682500', '193251.142500', '193251.602500', '193252.062500', '193252.522500', '193252.982500', '193253.442500', '193253.902500', '193254.362500', '193254.822500', '193255.282500', '193255.742500', '193256.202500', '193256.662500', '193257.122500', '193257.582500', '193258.042500', '193258.502500', '193258.962500', '193259.422500', '193259.882500', '193300.342500', '193300.802500', '193301.262500', '193301.722500', '193302.182500', '193302.642500', '193303.102500', '193303.562500', '193304.022500', '193304.482500', '193304.942500', '193305.402500', '193305.862500', '193306.322500', '193306.782500', '193307.242500', '193307.702500', '193308.162500', '193308.622500', '193309.082500', '193309.542500', '193310.002500', '193310.462500', '193310.922500', '193311.382500', '193311.842500', '193312.302500', '193312.762500', '193313.222500', '193313.682500', '193314.142500', '193314.602500', '193315.062500', '193315.522500', '193315.982500', '193316.442500', '193316.902500', '193317.362500', '193317.822500', '193318.282500', '193318.742500', '193319.202500', '193319.662500', '193320.122500', '193320.582500', '193321.042500', '193321.502500', '193321.962500', '193322.422500', '193322.882500', '193323.342500', '193323.802500', '193324.262500', '193324.722500', '193325.182500', '193325.642500', '193326.102500', '193326.562500', '193327.022500', '193327.482500', '193327.942500', '193328.402500', '193328.862500', '193329.322500', '193329.782500', '193330.242500', '193330.702500', '193331.162500', '193331.622500', '193332.082500', '193332.542500', '193333.002500', '193333.462500', '193333.922500', '193334.382500', '193334.842500', '193335.302500', '193335.762500', '193336.222500', '193336.682500', '193337.142500', '193337.602500', '193338.062500', '193338.522500', '193338.982500', '193339.442500', '193339.902500', '193340.362500', '193340.822500', '193341.282500', '193341.742500', '193342.202500', '193342.662500', '193343.122500', '193343.582500', '193344.042500', '193344.502500', '193344.962500', '193345.422500', '193345.882500', '193346.342500', '193346.802500', '193347.262500', '193347.722500', '193348.182500', '193348.642500', '193349.102500', '193349.562500', '193350.022500', '193350.482500', '193350.942500', '193351.402500', '193351.862500', '193352.322500', '193352.782500', '193353.242500', '193353.702500', '193354.162500', '193354.622500', '193355.082500', '193355.542500', '193356.002500', '193356.462500', '193356.922500', '193357.382500', '193357.842500', '193358.302500', '193358.762500', '193359.222500', '193359.682500', '193400.142500', '193400.602500', '193401.062500', '193401.522500', '193401.982500', '193402.442500', '193402.902500'], 'ContentTime': ['192529.712000', '192529.715000', '192529.718000', '192529.721000', '192529.723000', '192529.726000', '192529.729000', '192529.731000', '192529.734000', '192529.736000', '192529.739000', '192529.742000', '192529.744000', '192529.747000', '192529.750000', '192529.753000', '192529.755000', '192529.758000', '192529.760000', '192529.763000', '192529.766000', '192529.768000', '192529.771000', '192529.773000', '192529.776000', '192529.779000', '192529.781000', '192529.784000', '192529.787000', '192529.789000', '192529.794000', '192529.796000', '192529.799000', '192529.801000', '192529.804000', '192529.806000', '192529.809000', '192549.610000', '192549.613000', '192549.616000', '192549.618000', '192549.621000', '192549.624000', '192549.627000', '192549.629000', '192549.632000', '192549.634000', '192549.637000', '192549.640000', '192549.642000', '192549.645000', '192549.647000', '192549.650000', '192549.653000', '192549.655000', '192549.658000', '192549.660000', '192549.663000', '192549.666000', '192549.668000', '192549.671000', '192549.674000', '192549.676000', '192549.679000', '192549.681000', '192549.684000', '192549.687000', '192549.689000', '192549.692000', '192549.695000', '192549.697000', '192549.700000', '192549.702000', '192549.705000', '192549.708000', '192549.710000', '192549.713000', '192549.715000', '192549.718000', '192549.721000', '192549.723000', '192609.612000', '192609.614000', '192609.617000', '192609.620000', '192609.634000', '192609.636000', '192609.639000', '192609.641000', '192609.644000', '192609.647000', '192609.649000', '192609.652000', '192609.655000', '192609.657000', '192609.660000', '192609.662000', '192609.665000', '192609.668000', '192609.670000', '192609.673000', '192609.681000', '192609.684000', '192609.687000', '192609.689000', '192609.692000', '192609.695000', '192609.697000', '192609.700000', '192609.702000', '192609.705000', '192609.708000', '192609.710000', '192609.713000', '192609.716000', '192609.718000', '192609.721000', '192609.723000', '192609.726000', '192609.728000', '192609.731000', '192609.734000', '192609.736000', '192609.739000', '192629.611000', '192629.614000', '192629.617000', '192629.620000', '192629.622000', '192629.625000', '192629.627000', '192629.630000', '192629.633000', '192629.635000', '192629.638000', '192629.641000', '192629.643000', '192629.646000', '192629.648000', '192629.651000', '192629.654000', '192629.656000', '192629.659000', '192629.662000', '192629.664000', '192629.667000', '192629.669000', '192629.672000', '192629.675000', '192629.677000', '192629.680000', '192629.682000', '192629.685000', '192629.688000', '192629.690000', '192629.693000', '192629.696000', '192629.698000', '192629.701000', '192629.704000', '192629.706000', '192629.709000', '192629.711000', '192629.714000', '192629.717000', '192629.720000', '192629.722000', '192629.731000', '192649.611000', '192649.615000', '192649.617000', '192649.620000', '192649.623000', '192649.625000', '192649.628000', '192649.631000', '192649.633000', '192649.636000', '192649.639000', '192649.641000', '192649.644000', '192649.647000', '192649.649000', '192649.664000', '192649.667000', '192649.669000', '192649.672000', '192649.675000', '192649.677000', '192649.680000', '192649.683000', '192649.685000', '192649.688000', '192649.691000', '192649.693000', '192649.696000', '192649.698000', '192649.701000', '192649.704000', '192649.706000', '192649.709000', '192649.712000', '192649.714000', '192649.717000', '192649.719000', '192649.722000', '192649.725000', '192649.727000', '192649.730000', '192649.738000', '192649.741000', '192709.611000', '192709.614000', '192709.617000', '192709.620000', '192709.622000', '192709.625000', '192709.627000', '192709.630000', '192709.633000', '192709.635000', '192709.638000', '192709.641000', '192709.643000', '192709.646000', '192709.648000', '192709.651000', '192709.654000', '192709.656000', '192709.659000', '192709.662000', '192709.664000', '192709.667000', '192709.670000', '192709.672000', '192709.675000', '192709.678000', '192709.680000', '192709.683000', '192709.686000', '192709.688000', '192709.691000', '192709.694000', '192709.697000', '192709.699000', '192709.702000', '192709.704000', '192709.707000', '192709.710000', '192709.713000', '192709.715000', '192709.718000', '192709.720000', '192709.723000', '192709.726000', '192729.612000', '192729.615000', '192729.617000', '192729.620000', '192729.623000', '192729.626000', '192729.628000', '192729.631000', '192729.634000', '192729.636000', '192729.639000', '192729.642000', '192729.644000', '192729.647000', '192729.650000', '192729.652000', '192729.655000', '192729.658000', '192729.660000', '192729.663000', '192729.666000', '192729.668000', '192729.671000', '192729.673000', '192729.676000', '192729.679000', '192729.681000', '192729.684000', '192729.687000', '192729.689000', '192729.692000', '192729.695000', '192729.697000', '192729.700000', '192729.703000', '192729.705000', '192729.708000', '192729.711000', '192729.714000', '192729.716000', '192729.719000', '192729.722000', '192729.724000', '192749.612000', '192749.615000', '192749.617000', '192749.620000', '192749.623000', '192749.625000', '192749.628000', '192749.631000', '192749.633000', '192749.636000', '192749.638000', '192749.641000', '192749.644000', '192749.646000', '192749.649000', '192749.652000', '192749.654000', '192749.657000', '192749.660000', '192749.662000', '192749.665000', '192749.668000', '192749.670000', '192749.673000', '192749.675000', '192749.678000', '192749.681000', '192749.683000', '192749.686000', '192749.689000', '192749.691000', '192749.694000', '192749.697000', '192749.699000', '192749.702000', '192749.704000', '192749.707000', '192749.710000', '192749.712000', '192749.715000', '192749.717000', '192749.720000', '192749.723000', '192749.726000', '192809.611000', '192809.614000', '192809.616000', '192809.619000', '192809.622000', '192809.624000', '192809.627000', '192809.630000', '192809.632000', '192809.635000', '192809.637000', '192809.640000', '192809.643000', '192809.645000', '192809.648000', '192809.651000', '192809.653000', '192809.656000', '192809.659000', '192809.661000', '192809.664000', '192809.667000', '192809.669000', '192809.672000', '192809.674000', '192809.677000', '192809.680000', '192809.683000', '192809.685000', '192809.688000', '192809.690000', '192809.693000', '192809.696000', '192809.699000', '192809.701000', '192809.704000', '192809.706000', '192809.709000', '192809.712000', '192809.714000', '192809.717000', '192809.720000', '192809.722000', '192829.612000', '192829.614000', '192829.617000', '192829.620000', '192829.623000', '192829.625000', '192829.628000', '192829.630000', '192829.633000', '192829.636000', '192829.638000', '192829.674000', '192829.677000', '192829.680000', '192829.682000', '192829.685000', '192829.688000', '192829.690000', '192829.693000', '192829.695000', '192829.698000', '192829.701000', '192829.703000', '192829.706000', '192829.709000', '192829.712000', '192829.714000', '192829.717000', '192829.720000', '192829.722000', '192829.725000', '192829.727000', '192829.730000', '192829.733000', '192829.735000', '192829.738000', '192829.741000', '192829.743000', '192829.746000', '192829.748000', '192829.751000', '192829.754000', '192829.756000', '192829.759000', '192849.611000', '192849.614000', '192849.617000', '192849.620000', '192849.622000', '192849.625000', '192849.628000', '192849.630000', '192849.633000', '192849.636000', '192849.638000', '192849.641000', '192849.644000', '192849.646000', '192849.649000', '192849.652000', '192849.654000', '192849.657000', '192849.660000', '192849.662000', '192849.665000', '192849.667000', '192849.670000', '192849.673000', '192849.676000', '192849.678000', '192849.681000', '192849.684000', '192849.686000', '192849.689000', '192849.692000', '192849.694000', '192849.697000', '192849.699000', '192849.702000', '192849.705000', '192849.707000', '192849.710000', '192849.713000', '192849.715000', '192849.718000', '192849.720000', '192849.723000', '192909.611000', '192909.614000', '192909.617000', '192909.620000', '192909.622000', '192909.625000', '192909.628000', '192909.630000', '192909.633000', '192909.636000', '192909.638000', '192909.641000', '192909.644000', '192909.646000', '192909.649000', '192909.652000', '192909.654000', '192909.657000', '192909.660000', '192909.662000', '192909.665000', '192909.668000', '192909.670000', '192909.673000', '192909.676000', '192909.679000', '192909.681000', '192909.684000', '192909.686000', '192909.689000', '192909.692000', '192909.695000', '192909.697000', '192909.700000', '192909.702000', '192909.705000', '192909.708000', '192909.710000', '192909.713000', '192909.716000', '192909.718000', '192909.721000', '192909.724000', '192909.726000', '192929.612000', '192929.615000', '192929.617000', '192929.620000', '192929.622000', '192929.625000', '192929.628000', '192929.630000', '192929.633000', '192929.636000', '192929.638000', '192929.641000', '192929.644000', '192929.646000', '192929.649000', '192929.652000', '192929.654000', '192929.657000', '192929.660000', '192929.662000', '192929.665000', '192929.667000', '192929.670000', '192929.673000', '192929.675000', '192929.678000', '192929.681000', '192929.683000', '192929.686000', '192929.689000', '192929.691000', '192929.694000', '192929.697000', '192929.699000', '192929.702000', '192929.704000', '192929.707000', '192929.710000', '192929.713000', '192929.715000', '192929.718000', '192929.720000', '192929.723000', '192949.612000', '192949.614000', '192949.617000', '192949.620000', '192949.622000', '192949.625000', '192949.628000', '192949.630000', '192949.633000', '192949.636000', '192949.639000', '192949.641000', '192949.644000', '192949.646000', '192949.649000', '192949.652000', '192949.655000', '192949.657000', '192949.660000', '192949.663000', '192949.665000', '192949.668000', '192949.671000', '192949.674000', '192949.676000', '192949.679000', '192949.681000', '192949.684000', '192949.687000', '192949.689000', '192949.692000', '192949.695000', '192949.697000', '192949.700000', '192949.703000', '192949.705000', '192949.722000', '192949.725000', '192949.728000', '192949.730000', '192949.733000', '192949.735000', '192949.738000', '192949.741000', '193009.612000', '193009.614000', '193009.617000', '193009.620000', '193009.622000', '193009.625000', '193009.628000', '193009.630000', '193009.633000', '193009.636000', '193009.638000', '193009.641000', '193009.644000', '193009.646000', '193009.649000', '193009.652000', '193009.654000', '193009.657000', '193009.660000', '193009.662000', '193009.665000', '193009.668000', '193009.671000', '193009.673000', '193009.676000', '193009.679000', '193009.681000', '193009.684000', '193009.687000', '193009.689000', '193009.692000', '193009.694000', '193009.697000', '193009.700000', '193009.703000', '193009.705000', '193009.708000', '193009.711000', '193009.713000', '193009.716000', '193009.719000', '193009.721000', '193009.724000', '193029.610000', '193029.613000', '193029.617000', '193029.620000', '193029.622000', '193029.625000', '193029.628000', '193029.631000', '193029.633000', '193029.636000', '193029.639000', '193029.641000', '193029.644000', '193029.647000', '193029.649000', '193029.652000', '193029.654000', '193029.657000', '193029.660000', '193029.662000', '193029.665000', '193029.668000', '193029.671000', '193029.673000', '193029.676000', '193029.679000', '193029.681000', '193029.684000', '193029.687000', '193029.689000', '193029.692000', '193029.695000', '193029.697000', '193029.700000', '193029.703000', '193029.705000', '193029.708000', '193029.711000', '193029.713000', '193029.716000', '193029.719000', '193029.721000', '193029.724000', '193029.727000', '193049.612000', '193049.615000', '193049.617000', '193049.620000', '193049.623000', '193049.625000', '193049.628000', '193049.631000', '193049.633000', '193049.636000', '193049.639000', '193049.641000', '193049.644000', '193049.647000', '193049.649000', '193049.652000', '193049.655000', '193049.657000', '193049.660000', '193049.666000', '193049.669000', '193049.671000', '193049.674000', '193049.677000', '193049.679000', '193049.682000', '193049.684000', '193049.687000', '193049.690000', '193049.692000', '193049.695000', '193049.698000', '193049.700000', '193049.703000', '193049.706000', '193049.708000', '193049.711000', '193049.714000', '193049.716000', '193049.719000', '193049.722000', '193049.724000', '193049.727000', '193109.612000', '193109.615000', '193109.618000', '193109.620000', '193109.623000', '193109.626000', '193109.628000', '193109.631000', '193109.636000', '193109.638000', '193109.641000', '193109.644000', '193109.646000', '193109.649000', '193109.652000', '193109.654000', '193109.657000', '193109.660000', '193109.663000', '193109.665000', '193109.668000', '193109.671000', '193109.675000', '193109.677000', '193109.680000', '193109.683000', '193109.686000', '193109.688000', '193109.691000', '193109.694000', '193109.696000', '193109.699000', '193109.702000', '193109.704000', '193109.707000', '193109.710000', '193109.712000', '193109.715000', '193109.718000', '193109.720000', '193109.723000', '193109.726000', '193109.728000', '193129.612000', '193129.614000', '193129.617000', '193129.620000', '193129.623000', '193129.626000', '193129.629000', '193129.631000', '193129.634000', '193129.637000', '193129.639000', '193129.642000', '193129.645000', '193129.647000', '193129.650000', '193129.652000', '193129.655000', '193129.658000', '193129.660000', '193129.663000', '193129.666000', '193129.668000', '193129.671000', '193129.674000', '193129.676000', '193129.679000', '193129.681000', '193129.684000', '193129.687000', '193129.689000', '193129.692000', '193129.695000', '193129.698000', '193129.700000', '193129.703000', '193129.706000', '193129.708000', '193129.711000', '193129.713000', '193129.716000', '193129.719000', '193129.721000', '193129.724000', '193129.727000', '193149.612000', '193149.615000', '193149.617000', '193149.620000', '193149.623000', '193149.626000', '193149.628000', '193149.631000', '193149.634000', '193149.637000', '193149.639000', '193149.642000', '193149.645000', '193149.647000', '193149.650000', '193149.653000', '193149.656000', '193149.659000', '193149.662000', '193149.665000', '193149.667000', '193149.670000', '193149.673000', '193149.675000', '193149.678000', '193149.681000', '193149.683000', '193149.686000', '193149.689000', '193149.691000', '193149.694000', '193149.697000', '193149.699000', '193149.702000', '193149.705000', '193149.707000', '193149.710000', '193149.713000', '193149.715000', '193149.718000', '193149.721000', '193149.723000', '193149.726000', '193209.611000', '193209.614000', '193209.617000', '193209.620000', '193209.622000', '193209.625000', '193209.628000', '193209.631000', '193209.633000', '193209.636000', '193209.639000', '193209.641000', '193209.644000', '193209.646000', '193209.649000', '193209.652000', '193209.654000', '193209.657000', '193209.660000', '193209.662000', '193209.665000', '193209.668000', '193209.670000', '193209.673000', '193209.675000', '193209.678000', '193209.684000', '193209.686000', '193209.689000', '193209.691000', '193209.695000', '193209.697000', '193209.700000', '193209.702000', '193209.705000', '193209.708000', '193209.710000', '193209.713000', '193209.716000', '193209.718000', '193209.721000', '193209.723000', '193209.726000', '193209.729000', '193229.612000', '193229.615000', '193229.617000', '193229.620000', '193229.623000', '193229.625000', '193229.628000', '193229.630000', '193229.633000', '193229.636000', '193229.638000', '193229.641000', '193229.644000', '193229.646000', '193229.649000', '193229.652000', '193229.654000', '193229.657000', '193229.660000', '193229.662000', '193229.665000', '193229.668000', '193229.670000', '193229.673000', '193229.675000', '193229.678000', '193229.681000', '193229.683000', '193229.686000', '193229.689000', '193229.692000', '193229.694000', '193229.697000', '193229.700000', '193229.702000', '193229.705000', '193229.708000', '193229.710000', '193229.713000', '193229.716000', '193229.719000', '193229.722000', '193229.726000', '193249.630000', '193249.633000', '193249.636000', '193249.639000', '193249.641000', '193249.644000', '193249.646000', '193249.649000', '193249.652000', '193249.654000', '193249.657000', '193249.660000', '193249.662000', '193249.665000', '193249.668000', '193249.671000', '193249.673000', '193249.676000', '193249.679000', '193249.682000', '193249.684000', '193249.687000', '193249.690000', '193249.692000', '193249.695000', '193249.698000', '193249.700000', '193249.703000', '193249.705000', '193249.708000', '193249.711000', '193249.713000', '193249.716000', '193249.719000', '193249.721000', '193249.724000', '193249.727000', '193249.729000', '193249.732000', '193249.735000', '193249.737000', '193249.740000', '193249.743000', '193249.745000', '193309.612000', '193309.615000', '193309.617000', '193309.620000', '193309.623000', '193309.626000', '193309.628000', '193309.631000', '193309.634000', '193309.636000', '193309.639000', '193309.641000', '193309.644000', '193309.647000', '193309.650000', '193309.652000', '193309.655000', '193309.658000', '193309.661000', '193309.664000', '193309.667000', '193309.670000', '193309.673000', '193309.675000', '193309.678000', '193309.681000', '193309.684000', '193309.686000', '193309.689000', '193309.692000', '193309.694000', '193309.698000', '193309.701000', '193309.703000', '193309.706000', '193309.709000', '193309.711000', '193309.714000', '193309.717000', '193309.719000', '193309.722000', '193309.725000', '193309.727000', '193329.612000', '193329.614000', '193329.617000', '193329.620000', '193329.623000', '193329.625000', '193329.628000', '193329.631000', '193329.633000', '193329.636000', '193329.639000', '193329.641000', '193329.644000', '193329.647000', '193329.649000', '193329.652000', '193329.655000', '193329.657000', '193329.660000', '193329.662000', '193329.665000', '193329.668000', '193329.671000', '193329.673000', '193329.676000', '193329.679000', '193329.681000', '193329.684000', '193329.687000', '193329.689000', '193329.692000', '193329.695000', '193329.697000', '193329.700000', '193329.703000', '193329.705000', '193329.708000', '193329.711000', '193329.713000', '193329.716000', '193329.719000', '193329.722000', '193329.724000', '193329.727000', '193349.612000', '193349.615000', '193349.618000', '193349.620000', '193349.623000', '193349.626000', '193349.629000', '193349.631000', '193349.634000', '193349.636000', '193349.639000', '193349.642000', '193349.644000', '193349.647000', '193349.650000', '193349.653000', '193349.655000', '193349.658000', '193349.661000', '193349.663000', '193349.666000', '193349.669000', '193349.672000', '193349.674000', '193349.677000', '193349.682000', '193349.684000', '193349.687000', '193349.690000', '193349.692000', '193349.695000', '193349.697000', '193349.700000', '193349.703000', '193349.706000', '193349.708000', '193349.711000', '193349.714000', '193349.716000', '193349.719000', '193349.722000', '193349.724000', '193349.727000', '193403.913000', '193403.916000', '193403.919000', '193403.922000', '193403.924000', '193403.927000', '193403.929000', '193403.932000', '193403.935000', '193403.937000', '193403.940000', '193403.943000', '193403.945000', '193403.948000', '193403.951000', '193403.953000', '193403.956000', '193403.959000', '193403.961000', '193403.964000', '193403.967000', '193403.969000', '193403.972000', '193403.975000', '193403.977000', '193403.980000', '193403.983000', '193403.985000', '193403.988000', '193403.991000', '193403.993000', '193403.996000'], 'InstanceCreationTime': ['192529.712000', '192529.715000', '192529.718000', '192529.721000', '192529.723000', '192529.726000', '192529.729000', '192529.731000', '192529.734000', '192529.736000', '192529.739000', '192529.742000', '192529.744000', '192529.747000', '192529.750000', '192529.753000', '192529.755000', '192529.758000', '192529.760000', '192529.763000', '192529.766000', '192529.768000', '192529.771000', '192529.773000', '192529.776000', '192529.779000', '192529.781000', '192529.784000', '192529.787000', '192529.789000', '192529.794000', '192529.796000', '192529.799000', '192529.801000', '192529.804000', '192529.806000', '192529.809000', '192549.610000', '192549.613000', '192549.616000', '192549.618000', '192549.621000', '192549.624000', '192549.627000', '192549.629000', '192549.632000', '192549.634000', '192549.637000', '192549.640000', '192549.642000', '192549.645000', '192549.647000', '192549.650000', '192549.653000', '192549.655000', '192549.658000', '192549.660000', '192549.663000', '192549.666000', '192549.668000', '192549.671000', '192549.674000', '192549.676000', '192549.679000', '192549.681000', '192549.684000', '192549.687000', '192549.689000', '192549.692000', '192549.695000', '192549.697000', '192549.700000', '192549.702000', '192549.705000', '192549.708000', '192549.710000', '192549.713000', '192549.715000', '192549.718000', '192549.721000', '192549.723000', '192609.612000', '192609.614000', '192609.617000', '192609.620000', '192609.634000', '192609.636000', '192609.639000', '192609.641000', '192609.644000', '192609.647000', '192609.649000', '192609.652000', '192609.655000', '192609.657000', '192609.660000', '192609.662000', '192609.665000', '192609.668000', '192609.670000', '192609.673000', '192609.681000', '192609.684000', '192609.687000', '192609.689000', '192609.692000', '192609.695000', '192609.697000', '192609.700000', '192609.702000', '192609.705000', '192609.708000', '192609.710000', '192609.713000', '192609.716000', '192609.718000', '192609.721000', '192609.723000', '192609.726000', '192609.728000', '192609.731000', '192609.734000', '192609.736000', '192609.739000', '192629.611000', '192629.614000', '192629.617000', '192629.620000', '192629.622000', '192629.625000', '192629.627000', '192629.630000', '192629.633000', '192629.635000', '192629.638000', '192629.641000', '192629.643000', '192629.646000', '192629.648000', '192629.651000', '192629.654000', '192629.656000', '192629.659000', '192629.662000', '192629.664000', '192629.667000', '192629.669000', '192629.672000', '192629.675000', '192629.677000', '192629.680000', '192629.682000', '192629.685000', '192629.688000', '192629.690000', '192629.693000', '192629.696000', '192629.698000', '192629.701000', '192629.704000', '192629.706000', '192629.709000', '192629.711000', '192629.714000', '192629.717000', '192629.720000', '192629.722000', '192629.731000', '192649.611000', '192649.615000', '192649.617000', '192649.620000', '192649.623000', '192649.625000', '192649.628000', '192649.631000', '192649.633000', '192649.636000', '192649.639000', '192649.641000', '192649.644000', '192649.647000', '192649.649000', '192649.664000', '192649.667000', '192649.669000', '192649.672000', '192649.675000', '192649.677000', '192649.680000', '192649.683000', '192649.685000', '192649.688000', '192649.691000', '192649.693000', '192649.696000', '192649.698000', '192649.701000', '192649.704000', '192649.706000', '192649.709000', '192649.712000', '192649.714000', '192649.717000', '192649.719000', '192649.722000', '192649.725000', '192649.727000', '192649.730000', '192649.738000', '192649.741000', '192709.611000', '192709.614000', '192709.617000', '192709.620000', '192709.622000', '192709.625000', '192709.627000', '192709.630000', '192709.633000', '192709.635000', '192709.638000', '192709.641000', '192709.643000', '192709.646000', '192709.648000', '192709.651000', '192709.654000', '192709.656000', '192709.659000', '192709.662000', '192709.664000', '192709.667000', '192709.670000', '192709.672000', '192709.675000', '192709.678000', '192709.680000', '192709.683000', '192709.686000', '192709.688000', '192709.691000', '192709.694000', '192709.697000', '192709.699000', '192709.702000', '192709.704000', '192709.707000', '192709.710000', '192709.713000', '192709.715000', '192709.718000', '192709.720000', '192709.723000', '192709.726000', '192729.612000', '192729.615000', '192729.617000', '192729.620000', '192729.623000', '192729.626000', '192729.628000', '192729.631000', '192729.634000', '192729.636000', '192729.639000', '192729.642000', '192729.644000', '192729.647000', '192729.650000', '192729.652000', '192729.655000', '192729.658000', '192729.660000', '192729.663000', '192729.666000', '192729.668000', '192729.671000', '192729.673000', '192729.676000', '192729.679000', '192729.681000', '192729.684000', '192729.687000', '192729.689000', '192729.692000', '192729.695000', '192729.697000', '192729.700000', '192729.703000', '192729.705000', '192729.708000', '192729.711000', '192729.714000', '192729.716000', '192729.719000', '192729.722000', '192729.724000', '192749.612000', '192749.615000', '192749.617000', '192749.620000', '192749.623000', '192749.625000', '192749.628000', '192749.631000', '192749.633000', '192749.636000', '192749.638000', '192749.641000', '192749.644000', '192749.646000', '192749.649000', '192749.652000', '192749.654000', '192749.657000', '192749.660000', '192749.662000', '192749.665000', '192749.668000', '192749.670000', '192749.673000', '192749.675000', '192749.678000', '192749.681000', '192749.683000', '192749.686000', '192749.689000', '192749.691000', '192749.694000', '192749.697000', '192749.699000', '192749.702000', '192749.704000', '192749.707000', '192749.710000', '192749.712000', '192749.715000', '192749.717000', '192749.720000', '192749.723000', '192749.726000', '192809.611000', '192809.614000', '192809.616000', '192809.619000', '192809.622000', '192809.624000', '192809.627000', '192809.630000', '192809.632000', '192809.635000', '192809.637000', '192809.640000', '192809.643000', '192809.645000', '192809.648000', '192809.651000', '192809.653000', '192809.656000', '192809.659000', '192809.661000', '192809.664000', '192809.667000', '192809.669000', '192809.672000', '192809.674000', '192809.677000', '192809.680000', '192809.683000', '192809.685000', '192809.688000', '192809.690000', '192809.693000', '192809.696000', '192809.699000', '192809.701000', '192809.704000', '192809.706000', '192809.709000', '192809.712000', '192809.714000', '192809.717000', '192809.720000', '192809.722000', '192829.612000', '192829.614000', '192829.617000', '192829.620000', '192829.623000', '192829.625000', '192829.628000', '192829.630000', '192829.633000', '192829.636000', '192829.638000', '192829.674000', '192829.677000', '192829.680000', '192829.682000', '192829.685000', '192829.688000', '192829.690000', '192829.693000', '192829.695000', '192829.698000', '192829.701000', '192829.703000', '192829.706000', '192829.709000', '192829.712000', '192829.714000', '192829.717000', '192829.720000', '192829.722000', '192829.725000', '192829.727000', '192829.730000', '192829.733000', '192829.735000', '192829.738000', '192829.741000', '192829.743000', '192829.746000', '192829.748000', '192829.751000', '192829.754000', '192829.756000', '192829.759000', '192849.611000', '192849.614000', '192849.617000', '192849.620000', '192849.622000', '192849.625000', '192849.628000', '192849.630000', '192849.633000', '192849.636000', '192849.638000', '192849.641000', '192849.644000', '192849.646000', '192849.649000', '192849.652000', '192849.654000', '192849.657000', '192849.660000', '192849.662000', '192849.665000', '192849.667000', '192849.670000', '192849.673000', '192849.676000', '192849.678000', '192849.681000', '192849.684000', '192849.686000', '192849.689000', '192849.692000', '192849.694000', '192849.697000', '192849.699000', '192849.702000', '192849.705000', '192849.707000', '192849.710000', '192849.713000', '192849.715000', '192849.718000', '192849.720000', '192849.723000', '192909.611000', '192909.614000', '192909.617000', '192909.620000', '192909.622000', '192909.625000', '192909.628000', '192909.630000', '192909.633000', '192909.636000', '192909.638000', '192909.641000', '192909.644000', '192909.646000', '192909.649000', '192909.652000', '192909.654000', '192909.657000', '192909.660000', '192909.662000', '192909.665000', '192909.668000', '192909.670000', '192909.673000', '192909.676000', '192909.679000', '192909.681000', '192909.684000', '192909.686000', '192909.689000', '192909.692000', '192909.695000', '192909.697000', '192909.700000', '192909.702000', '192909.705000', '192909.708000', '192909.710000', '192909.713000', '192909.716000', '192909.718000', '192909.721000', '192909.724000', '192909.726000', '192929.612000', '192929.615000', '192929.617000', '192929.620000', '192929.622000', '192929.625000', '192929.628000', '192929.630000', '192929.633000', '192929.636000', '192929.638000', '192929.641000', '192929.644000', '192929.646000', '192929.649000', '192929.652000', '192929.654000', '192929.657000', '192929.660000', '192929.662000', '192929.665000', '192929.667000', '192929.670000', '192929.673000', '192929.675000', '192929.678000', '192929.681000', '192929.683000', '192929.686000', '192929.689000', '192929.691000', '192929.694000', '192929.697000', '192929.699000', '192929.702000', '192929.704000', '192929.707000', '192929.710000', '192929.713000', '192929.715000', '192929.718000', '192929.720000', '192929.723000', '192949.612000', '192949.614000', '192949.617000', '192949.620000', '192949.622000', '192949.625000', '192949.628000', '192949.630000', '192949.633000', '192949.636000', '192949.639000', '192949.641000', '192949.644000', '192949.646000', '192949.649000', '192949.652000', '192949.655000', '192949.657000', '192949.660000', '192949.663000', '192949.665000', '192949.668000', '192949.671000', '192949.674000', '192949.676000', '192949.679000', '192949.681000', '192949.684000', '192949.687000', '192949.689000', '192949.692000', '192949.695000', '192949.697000', '192949.700000', '192949.703000', '192949.705000', '192949.722000', '192949.725000', '192949.728000', '192949.730000', '192949.733000', '192949.735000', '192949.738000', '192949.741000', '193009.612000', '193009.614000', '193009.617000', '193009.620000', '193009.622000', '193009.625000', '193009.628000', '193009.630000', '193009.633000', '193009.636000', '193009.638000', '193009.641000', '193009.644000', '193009.646000', '193009.649000', '193009.652000', '193009.654000', '193009.657000', '193009.660000', '193009.662000', '193009.665000', '193009.668000', '193009.671000', '193009.673000', '193009.676000', '193009.679000', '193009.681000', '193009.684000', '193009.687000', '193009.689000', '193009.692000', '193009.694000', '193009.697000', '193009.700000', '193009.703000', '193009.705000', '193009.708000', '193009.711000', '193009.713000', '193009.716000', '193009.719000', '193009.721000', '193009.724000', '193029.610000', '193029.613000', '193029.617000', '193029.620000', '193029.622000', '193029.625000', '193029.628000', '193029.631000', '193029.633000', '193029.636000', '193029.639000', '193029.641000', '193029.644000', '193029.647000', '193029.649000', '193029.652000', '193029.654000', '193029.657000', '193029.660000', '193029.662000', '193029.665000', '193029.668000', '193029.671000', '193029.673000', '193029.676000', '193029.679000', '193029.681000', '193029.684000', '193029.687000', '193029.689000', '193029.692000', '193029.695000', '193029.697000', '193029.700000', '193029.703000', '193029.705000', '193029.708000', '193029.711000', '193029.713000', '193029.716000', '193029.719000', '193029.721000', '193029.724000', '193029.727000', '193049.612000', '193049.615000', '193049.617000', '193049.620000', '193049.623000', '193049.625000', '193049.628000', '193049.631000', '193049.633000', '193049.636000', '193049.639000', '193049.641000', '193049.644000', '193049.647000', '193049.649000', '193049.652000', '193049.655000', '193049.657000', '193049.660000', '193049.666000', '193049.669000', '193049.671000', '193049.674000', '193049.677000', '193049.679000', '193049.682000', '193049.684000', '193049.687000', '193049.690000', '193049.692000', '193049.695000', '193049.698000', '193049.700000', '193049.703000', '193049.706000', '193049.708000', '193049.711000', '193049.714000', '193049.716000', '193049.719000', '193049.722000', '193049.724000', '193049.727000', '193109.612000', '193109.615000', '193109.618000', '193109.620000', '193109.623000', '193109.626000', '193109.628000', '193109.631000', '193109.636000', '193109.638000', '193109.641000', '193109.644000', '193109.646000', '193109.649000', '193109.652000', '193109.654000', '193109.657000', '193109.660000', '193109.663000', '193109.665000', '193109.668000', '193109.671000', '193109.675000', '193109.677000', '193109.680000', '193109.683000', '193109.686000', '193109.688000', '193109.691000', '193109.694000', '193109.696000', '193109.699000', '193109.702000', '193109.704000', '193109.707000', '193109.710000', '193109.712000', '193109.715000', '193109.718000', '193109.720000', '193109.723000', '193109.726000', '193109.728000', '193129.612000', '193129.614000', '193129.617000', '193129.620000', '193129.623000', '193129.626000', '193129.629000', '193129.631000', '193129.634000', '193129.637000', '193129.639000', '193129.642000', '193129.645000', '193129.647000', '193129.650000', '193129.652000', '193129.655000', '193129.658000', '193129.660000', '193129.663000', '193129.666000', '193129.668000', '193129.671000', '193129.674000', '193129.676000', '193129.679000', '193129.681000', '193129.684000', '193129.687000', '193129.689000', '193129.692000', '193129.695000', '193129.698000', '193129.700000', '193129.703000', '193129.706000', '193129.708000', '193129.711000', '193129.713000', '193129.716000', '193129.719000', '193129.721000', '193129.724000', '193129.727000', '193149.612000', '193149.615000', '193149.617000', '193149.620000', '193149.623000', '193149.626000', '193149.628000', '193149.631000', '193149.634000', '193149.637000', '193149.639000', '193149.642000', '193149.645000', '193149.647000', '193149.650000', '193149.653000', '193149.656000', '193149.659000', '193149.662000', '193149.665000', '193149.667000', '193149.670000', '193149.673000', '193149.675000', '193149.678000', '193149.681000', '193149.683000', '193149.686000', '193149.689000', '193149.691000', '193149.694000', '193149.697000', '193149.699000', '193149.702000', '193149.705000', '193149.707000', '193149.710000', '193149.713000', '193149.715000', '193149.718000', '193149.721000', '193149.723000', '193149.726000', '193209.611000', '193209.614000', '193209.617000', '193209.620000', '193209.622000', '193209.625000', '193209.628000', '193209.631000', '193209.633000', '193209.636000', '193209.639000', '193209.641000', '193209.644000', '193209.646000', '193209.649000', '193209.652000', '193209.654000', '193209.657000', '193209.660000', '193209.662000', '193209.665000', '193209.668000', '193209.670000', '193209.673000', '193209.675000', '193209.678000', '193209.684000', '193209.686000', '193209.689000', '193209.691000', '193209.695000', '193209.697000', '193209.700000', '193209.702000', '193209.705000', '193209.708000', '193209.710000', '193209.713000', '193209.716000', '193209.718000', '193209.721000', '193209.723000', '193209.726000', '193209.729000', '193229.612000', '193229.615000', '193229.617000', '193229.620000', '193229.623000', '193229.625000', '193229.628000', '193229.630000', '193229.633000', '193229.636000', '193229.638000', '193229.641000', '193229.644000', '193229.646000', '193229.649000', '193229.652000', '193229.654000', '193229.657000', '193229.660000', '193229.662000', '193229.665000', '193229.668000', '193229.670000', '193229.673000', '193229.675000', '193229.678000', '193229.681000', '193229.683000', '193229.686000', '193229.689000', '193229.692000', '193229.694000', '193229.697000', '193229.700000', '193229.702000', '193229.705000', '193229.708000', '193229.710000', '193229.713000', '193229.716000', '193229.719000', '193229.722000', '193229.726000', '193249.630000', '193249.633000', '193249.636000', '193249.639000', '193249.641000', '193249.644000', '193249.646000', '193249.649000', '193249.652000', '193249.654000', '193249.657000', '193249.660000', '193249.662000', '193249.665000', '193249.668000', '193249.671000', '193249.673000', '193249.676000', '193249.679000', '193249.682000', '193249.684000', '193249.687000', '193249.690000', '193249.692000', '193249.695000', '193249.698000', '193249.700000', '193249.703000', '193249.705000', '193249.708000', '193249.711000', '193249.713000', '193249.716000', '193249.719000', '193249.721000', '193249.724000', '193249.727000', '193249.729000', '193249.732000', '193249.735000', '193249.737000', '193249.740000', '193249.743000', '193249.745000', '193309.612000', '193309.615000', '193309.617000', '193309.620000', '193309.623000', '193309.626000', '193309.628000', '193309.631000', '193309.634000', '193309.636000', '193309.639000', '193309.641000', '193309.644000', '193309.647000', '193309.650000', '193309.652000', '193309.655000', '193309.658000', '193309.661000', '193309.664000', '193309.667000', '193309.670000', '193309.673000', '193309.675000', '193309.678000', '193309.681000', '193309.684000', '193309.686000', '193309.689000', '193309.692000', '193309.694000', '193309.698000', '193309.701000', '193309.703000', '193309.706000', '193309.709000', '193309.711000', '193309.714000', '193309.717000', '193309.719000', '193309.722000', '193309.725000', '193309.727000', '193329.612000', '193329.614000', '193329.617000', '193329.620000', '193329.623000', '193329.625000', '193329.628000', '193329.631000', '193329.633000', '193329.636000', '193329.639000', '193329.641000', '193329.644000', '193329.647000', '193329.649000', '193329.652000', '193329.655000', '193329.657000', '193329.660000', '193329.662000', '193329.665000', '193329.668000', '193329.671000', '193329.673000', '193329.676000', '193329.679000', '193329.681000', '193329.684000', '193329.687000', '193329.689000', '193329.692000', '193329.695000', '193329.697000', '193329.700000', '193329.703000', '193329.705000', '193329.708000', '193329.711000', '193329.713000', '193329.716000', '193329.719000', '193329.722000', '193329.724000', '193329.727000', '193349.612000', '193349.615000', '193349.618000', '193349.620000', '193349.623000', '193349.626000', '193349.629000', '193349.631000', '193349.634000', '193349.636000', '193349.639000', '193349.642000', '193349.644000', '193349.647000', '193349.650000', '193349.653000', '193349.655000', '193349.658000', '193349.661000', '193349.663000', '193349.666000', '193349.669000', '193349.672000', '193349.674000', '193349.677000', '193349.682000', '193349.684000', '193349.687000', '193349.690000', '193349.692000', '193349.695000', '193349.697000', '193349.700000', '193349.703000', '193349.706000', '193349.708000', '193349.711000', '193349.714000', '193349.716000', '193349.719000', '193349.722000', '193349.724000', '193349.727000', '193403.913000', '193403.916000', '193403.919000', '193403.922000', '193403.924000', '193403.927000', '193403.929000', '193403.932000', '193403.935000', '193403.937000', '193403.940000', '193403.943000', '193403.945000', '193403.948000', '193403.951000', '193403.953000', '193403.956000', '193403.959000', '193403.961000', '193403.964000', '193403.967000', '193403.969000', '193403.972000', '193403.975000', '193403.977000', '193403.980000', '193403.983000', '193403.985000', '193403.988000', '193403.991000', '193403.993000', '193403.996000'], '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': [12008, 11228, 9717, 15389, 8821, 7614, 8569, 7706, 7692, 12139, 8179, 8219, 8258, 7851, 7228, 7965, 8033, 9380, 11135, 7757, 8868, 8053, 8078, 8863, 8475, 7884, 13552, 9638, 7553, 8923, 7853, 7891, 12169, 9397, 11563, 10164, 7845, 7099, 10222, 9436, 13388, 10141, 7990, 8409, 7948, 8266, 13082, 9689, 8322, 11385, 7942, 8337, 10076, 9741, 9799, 11035, 7948, 9509, 7833, 7775, 11566, 8311, 8434, 7898, 8019, 8658, 9589, 7746, 11877, 7725, 7260, 8034, 7892, 9297, 9824, 7875, 11811, 7854, 8138, 9630, 8740, 9799, 8501, 7918, 7817, 9785, 8176, 9282, 7839, 8086, 7314, 8691, 9808, 8868, 15428, 11498, 8147, 8029, 8415, 8654, 15605, 10950, 8102, 8963, 8045, 8357, 11160, 7830, 11624, 7932, 6796, 8281, 8186, 12429, 10349, 7652, 8022, 8151, 8919, 10190, 7770, 11930, 7933, 7442, 9608, 8364, 17863, 13180, 9663, 8018, 8791, 11207, 10283, 13660, 10808, 7970, 7974, 8240, 8244, 10816, 8029, 12274, 7937, 6855, 8058, 8077, 12185, 10539, 6840, 7858, 7804, 10927, 9511, 9736, 9827, 7642, 8188, 8046, 8072, 10797, 7856, 10360, 7994, 7230, 8487, 7726, 12854, 8608, 6841, 7823, 7940, 10581, 8428, 7986, 8611, 8253, 8480, 8662, 8285, 11255, 7939, 9206, 8120, 7881, 11012, 7919, 9326, 7992, 7676, 9876, 8551, 9220, 8714, 8212, 9965, 10329, 8221, 13987, 7940, 8055, 10175, 9830, 14614, 11560, 7923, 9013, 9103, 8447, 13750, 8963, 14976, 7753, 8195, 10705, 8330, 14479, 10642, 7822, 7868, 8530, 10685, 10146, 7705, 9426, 7901, 8411, 9491, 8101, 12911, 8057, 9017, 8134, 7984, 11021, 8038, 8083, 7865, 7855, 9952, 8778, 9181, 9675, 8062, 6892, 8457, 8168, 14314, 10200, 7942, 7915, 8382, 10050, 10346, 7964, 9622, 8113, 7242, 10427, 8032, 11585, 8096, 8131, 9618, 8572, 13625, 10125, 7794, 7923, 8058, 10478, 10113, 7862, 10635, 8267, 6919, 9034, 8211, 13758, 9546, 7992, 8076, 8310, 11000, 9463, 8030, 8110, 8441, 9630, 11338, 7942, 9687, 8022, 8318, 11634, 8790, 6700, 8093, 8212, 9172, 10033, 8137, 9092, 8170, 8250, 13123, 9939, 7989, 9923, 8134, 8145, 11403, 9138, 11518, 9077, 8317, 10747, 9619, 8900, 12922, 8087, 7268, 9606, 8213, 14957, 9945, 7767, 8733, 8405, 14017, 10087, 8062, 8222, 8824, 9980, 11124, 8143, 11445, 8202, 7883, 9986, 8322, 11353, 8929, 8052, 8626, 9130, 8237, 11003, 7992, 7983, 9018, 8094, 13936, 9628, 7439, 8110, 8379, 9963, 9455, 8031, 8066, 9765, 7882, 13493, 7955, 7748, 8564, 8655, 10387, 9773, 8264, 7844, 8582, 8091, 12243, 9087, 7695, 7893, 8480, 7770, 11425, 8323, 7048, 7980, 8113, 13798, 10302, 7870, 8311, 9544, 10906, 12350, 8327, 9748, 7780, 7994, 12904, 9567, 8079, 8424, 7985, 8204, 11182, 8713, 8710, 7938, 8222, 10447, 11217, 8369, 13445, 7887, 8630, 9786, 8251, 9662, 8567, 7921, 7678, 10413, 8056, 14436, 9017, 7215, 9309, 8237, 15420, 10782, 8013, 8117, 8258, 9253, 9989, 8025, 9765, 7740, 8110, 9816, 8102, 8067, 9118, 8007, 6892, 9298, 8361, 12684, 9647, 7481, 8579, 9060, 8483, 13316, 8708, 8219, 8381, 8380, 8542, 10949, 7902, 8135, 9783, 8256, 9782, 10370, 7913, 6761, 10319, 8410, 12602, 9729, 7981, 8923, 10707, 7780, 14915, 7929, 7575, 8083, 8136, 13479, 9768, 7805, 8097, 8064, 8428, 9445, 8338, 8767, 7917, 7932, 9799, 8529, 11630, 9264, 7797, 8167, 9001, 9282, 12861, 8136, 10317, 7877, 8572, 12134, 8842, 10501, 8416, 8091, 10160, 8432, 10585, 9176, 7804, 10723, 8743, 7433, 8907, 7986, 8588, 8864, 7771, 9607, 7603, 7873, 11393, 8535, 7189, 8200, 8029, 8069, 10277, 8142, 11832, 7775, 8246, 10944, 8714, 11352, 8886, 7890, 10373, 9110, 10011, 11726, 8125, 8674, 9466, 9241, 13325, 8547, 11645, 7677, 8207, 11363, 8797, 8285, 9805, 8289, 7515, 11262, 8270, 16741, 9993, 8712, 9341, 9116, 11802, 10335, 8100, 7220, 8706, 8235, 12686, 9487, 7860, 8235, 9000, 7763, 12541, 9068, 8166, 9215, 9468, 8060, 12586, 7658, 8185, 10451, 8218, 10808, 10227, 7816, 7723, 9673, 8495, 13193, 9448, 8043, 8031, 8678, 9484, 10144, 7970, 9525, 7657, 8577, 11907, 9235, 7356, 8823, 8165, 8938, 10348, 8071, 13705, 7603, 7271, 11010, 8249, 11584, 8446, 8149, 8175, 10897, 7878, 12110, 7555, 8278, 10520, 8280, 8484, 9980, 8059, 6999, 10777, 8203, 14395, 8467, 8204, 10823, 8970, 9658, 10443, 8627, 7507, 9339, 8231, 14317, 8658, 7557, 8206, 8911, 9785, 12090, 8528, 9535, 7951, 8110, 12675, 10790, 9870, 13281, 8416, 7986, 10545, 8998, 14221, 8430, 6591, 9126, 8043, 10975, 9206, 8033, 6929, 9983, 11071, 7590, 11022, 7828, 8123, 10464, 11245, 7960, 13813, 7815, 8438, 11658, 9124, 13817, 8967, 8195, 8080, 8558, 10324, 10233, 7924, 8781, 7822, 10621, 10703, 8820, 9440, 8447, 10246, 10744, 8146, 12844, 7900, 9013, 8587, 7970, 12355, 7909, 10661, 7673, 7308, 10564, 8160, 13481, 7719, 6730, 9499, 8236, 13563, 10375, 7837, 7752, 8036, 11167, 10367, 7892, 8749, 7870, 8457, 10459, 8132, 14028, 7936, 8242, 8472, 9480, 11486, 9752, 7988, 8366, 9402, 7730, 13222, 8792, 6728, 7974, 8017, 11900, 11245, 8841, 11557, 7964, 7096, 8725, 8767, 12978, 9419, 8739, 8504, 8869, 10798, 10453, 11899, 11998, 8474, 8655, 8575, 8194, 12750, 9170, 12526, 7921, 7959, 10769, 8499, 15542, 10312, 7007, 8126, 9155, 11622, 8922, 8544, 8286, 8266, 10609, 8751, 12267, 10338, 8034, 7816, 8160, 9257, 10946, 7987, 8004, 7805, 7608, 12038, 8952, 7103, 8298, 7979, 10275, 9690, 8164, 12421, 7867, 7572, 10514, 8550, 8822, 9955, 8401, 7027, 9277, 8134, 13843, 10173, 7957, 8513, 9117, 11983, 11516, 8015, 15105, 7935, 7701, 10580, 8680, 16547, 10761, 9324, 9730, 8845, 14214, 10055, 9071, 8895, 8092, 9743, 9999, 7991, 12807, 8006, 8212, 9342, 8353, 9564, 9182, 7792, 7223, 9804, 8086, 13991, 10157, 7983, 9364, 8800, 8055, 12590, 8794, 6559, 8028, 8251, 12267, 11175, 8652, 9391, 8945, 9390, 11339, 8066, 14386, 8646, 6997, 8192, 8418, 12333, 9097, 10660, 8220, 7756, 9355, 9266, 10488, 10210, 7972, 9183, 8138, 7749, 11268, 8765, 6838, 8016, 7999, 11450, 10613, 7959, 13103, 8150, 7616, 8871, 8870, 11446, 10005, 8077, 7317, 8103, 8375, 13450, 9686, 7800, 8408, 9267, 7824, 13360, 9257, 7881, 8503, 8997, 8321, 14864, 9986, 8116, 7435, 10146, 8071, 14125, 9893, 8427, 7406, 8134, 7977, 12887, 10722, 8564, 7586, 8255, 8589, 12671, 9830, 8287, 8351, 8033, 8767, 15456, 10754, 8998, 10972, 7928, 8534, 12267, 8797, 8853, 8358, 8291, 11001, 9729, 8019, 11470, 8008, 6875, 10030, 8048, 13117, 10128, 8783, 8804, 8188, 9023, 10891, 8092, 7191, 7906, 8184, 11662, 9196, 8308, 10774, 8109, 6848, 9269, 8033, 12661, 9870, 8305, 9054, 9946, 8070, 14051, 9086, 8058, 9895, 9807, 8017, 13047, 7949, 7789, 10473, 9586, 8057, 12327, 8059, 7025, 8583, 9081, 10238, 9921, 8077, 7326, 8012, 8130, 13349, 10083, 7936, 8757, 8219, 7994, 12086, 9375, 7711, 8539, 8003, 7710, 11977, 9020, 7921, 8022, 8728, 9736, 11688, 8520, 11750, 8003, 8120, 11724, 9384, 8150, 11753, 7782, 8253, 11467, 9036, 8170, 10447, 7974, 8190, 11903, 9319, 8269, 7816, 7891, 8412, 11198, 9789, 8015, 8572, 8229, 8018, 10553, 10473, 8286, 11660, 7963, 8670, 12642, 11047, 8543, 12838, 8105, 8110, 10929, 9375, 9038, 10869, 8083, 7481, 10437, 8616, 11759, 10316, 8925, 7899, 8550, 8844, 11132, 10883, 8627, 7644, 8291, 8224, 11195, 9727, 8527, 10127, 8286, 8063, 8235, 8593, 8293, 9435, 10980, 12351, 8807, 7406, 8205, 8608, 11315, 10135, 11923, 10082, 8237, 8082, 8749, 7714, 10060, 7957, 10161, 8126, 7392, 9209, 8074, 13326, 9430, 7745, 8317, 7826, 10133, 8530, 12840, 11299, 7285, 8272, 8409, 12361, 9830, 7821, 8368, 8215, 11646, 10789, 8339, 8832, 7813, 6885, 11434, 8367, 9927, 8340], 'WindowCenter': [4053.0, 4038.0, 4016.0, 4058.0, 4004.0, 3993.0, 4002.0, 3995.0, 3995.0, 4048.0, 4006.0, 4006.0, 4005.0, 4006.0, 3996.0, 4006.0, 4019.0, 4029.0, 4039.0, 4020.0, 4031.0, 4020.0, 4021.0, 4029.0, 4018.0, 4019.0, 4062.0, 4032.0, 4009.0, 4018.0, 4019.0, 4019.0, 4052.0, 4031.0, 4052.0, 4039.0, 4007.0, 3996.0, 4026.0, 4029.0, 4063.0, 4040.0, 4008.0, 4007.0, 4006.0, 4019.0, 4049.0, 4030.0, 4019.0, 4050.0, 4007.0, 4007.0, 4026.0, 4027.0, 4028.0, 4041.0, 4008.0, 4027.0, 3996.0, 3995.0, 4038.0, 4020.0, 4007.0, 4006.0, 4007.0, 4018.0, 4028.0, 4008.0, 4053.0, 4010.0, 4009.0, 4007.0, 4020.0, 4029.0, 4041.0, 4020.0, 4051.0, 4008.0, 4018.0, 4029.0, 4019.0, 4030.0, 4018.0, 4008.0, 4020.0, 4042.0, 4034.0, 4033.0, 4009.0, 4020.0, 4009.0, 4020.0, 4042.0, 4033.0, 4086.0, 4053.0, 4022.0, 4019.0, 4020.0, 4020.0, 4072.0, 4054.0, 4008.0, 4017.0, 4009.0, 4018.0, 4038.0, 4009.0, 4040.0, 4006.0, 3986.0, 4018.0, 4018.0, 4050.0, 4042.0, 4009.0, 4008.0, 4021.0, 4030.0, 4042.0, 4022.0, 4052.0, 4009.0, 3998.0, 4029.0, 4019.0, 4074.0, 4052.0, 4016.0, 3994.0, 4017.0, 4026.0, 4027.0, 4049.0, 4027.0, 3993.0, 3994.0, 4005.0, 4005.0, 4027.0, 4007.0, 4037.0, 4005.0, 3985.0, 4005.0, 4005.0, 4037.0, 4041.0, 3986.0, 4006.0, 4006.0, 4037.0, 4029.0, 4028.0, 4027.0, 3995.0, 4005.0, 4006.0, 3993.0, 4028.0, 4008.0, 4027.0, 4006.0, 3996.0, 4017.0, 4005.0, 4050.0, 4019.0, 3985.0, 4006.0, 4006.0, 4038.0, 4019.0, 4009.0, 4018.0, 4019.0, 4018.0, 4019.0, 4007.0, 4040.0, 4008.0, 4028.0, 4019.0, 4008.0, 4051.0, 4022.0, 4029.0, 4008.0, 4010.0, 4029.0, 4032.0, 4030.0, 4019.0, 4032.0, 4039.0, 4041.0, 4021.0, 4073.0, 4020.0, 4020.0, 4040.0, 4041.0, 4073.0, 4053.0, 4008.0, 4018.0, 4019.0, 4006.0, 4060.0, 4028.0, 4059.0, 3995.0, 4006.0, 4026.0, 4005.0, 4060.0, 4028.0, 3995.0, 4006.0, 4017.0, 4026.0, 4028.0, 4006.0, 4015.0, 3994.0, 4006.0, 4014.0, 3993.0, 4048.0, 4005.0, 4016.0, 4007.0, 4006.0, 4038.0, 4009.0, 4007.0, 4006.0, 4019.0, 4028.0, 4019.0, 4030.0, 4029.0, 4007.0, 3998.0, 4019.0, 4019.0, 4061.0, 4039.0, 4007.0, 4007.0, 4018.0, 4027.0, 4039.0, 4007.0, 4028.0, 4008.0, 3996.0, 4038.0, 4009.0, 4049.0, 4006.0, 4018.0, 4027.0, 4018.0, 4060.0, 4040.0, 3995.0, 4005.0, 4007.0, 4026.0, 4027.0, 4008.0, 4038.0, 4006.0, 3997.0, 4017.0, 4018.0, 4062.0, 4029.0, 4008.0, 4019.0, 4020.0, 4038.0, 4030.0, 4007.0, 4007.0, 4019.0, 4028.0, 4052.0, 4009.0, 4028.0, 4020.0, 4019.0, 4051.0, 4020.0, 3986.0, 4006.0, 4020.0, 4028.0, 4039.0, 4020.0, 4028.0, 4019.0, 4019.0, 4061.0, 4042.0, 4018.0, 4038.0, 4018.0, 4019.0, 4049.0, 4030.0, 4050.0, 4017.0, 4018.0, 4037.0, 4027.0, 4017.0, 4048.0, 4004.0, 3995.0, 4015.0, 4006.0, 4061.0, 4027.0, 3995.0, 4017.0, 4016.0, 4048.0, 4028.0, 4005.0, 4005.0, 4016.0, 4014.0, 4036.0, 4005.0, 4036.0, 4004.0, 4006.0, 4024.0, 4006.0, 4038.0, 4016.0, 4006.0, 4017.0, 4027.0, 4007.0, 4039.0, 4006.0, 4005.0, 4016.0, 4006.0, 4060.0, 4027.0, 3995.0, 4007.0, 4006.0, 4028.0, 4029.0, 4007.0, 4018.0, 4028.0, 4008.0, 4061.0, 4007.0, 4008.0, 4029.0, 4018.0, 4039.0, 4040.0, 4018.0, 4007.0, 4029.0, 4019.0, 4050.0, 4032.0, 4008.0, 4018.0, 4029.0, 4008.0, 4051.0, 4019.0, 3995.0, 4007.0, 4008.0, 4060.0, 4041.0, 4006.0, 4017.0, 4028.0, 4037.0, 4051.0, 4019.0, 4025.0, 3995.0, 4006.0, 4048.0, 4029.0, 4007.0, 4006.0, 4018.0, 4018.0, 4038.0, 4019.0, 4017.0, 4005.0, 4018.0, 4037.0, 4038.0, 4019.0, 4060.0, 4005.0, 4017.0, 4027.0, 4017.0, 4028.0, 4015.0, 4006.0, 4006.0, 4037.0, 4007.0, 4061.0, 4017.0, 3995.0, 4016.0, 4005.0, 4058.0, 4039.0, 3994.0, 3994.0, 4006.0, 4015.0, 4026.0, 4007.0, 4026.0, 3995.0, 4018.0, 4027.0, 4006.0, 4007.0, 4017.0, 4006.0, 3997.0, 4027.0, 4017.0, 4061.0, 4030.0, 3997.0, 4018.0, 4018.0, 4018.0, 4062.0, 4018.0, 4017.0, 4017.0, 4018.0, 4018.0, 4038.0, 4006.0, 4019.0, 4039.0, 4019.0, 4041.0, 4039.0, 4007.0, 3998.0, 4038.0, 4018.0, 4061.0, 4027.0, 4007.0, 4017.0, 4037.0, 4006.0, 4060.0, 4006.0, 3993.0, 4005.0, 4006.0, 4046.0, 4040.0, 3995.0, 4005.0, 4017.0, 4005.0, 4025.0, 4018.0, 4017.0, 4006.0, 4019.0, 4038.0, 4018.0, 4051.0, 4029.0, 4007.0, 4017.0, 4018.0, 4016.0, 4050.0, 4006.0, 4025.0, 4005.0, 4015.0, 4036.0, 4029.0, 4037.0, 4005.0, 4007.0, 4026.0, 4007.0, 4038.0, 4015.0, 4007.0, 4037.0, 4018.0, 4008.0, 4017.0, 4018.0, 4016.0, 4029.0, 4020.0, 4028.0, 4009.0, 4020.0, 4050.0, 4030.0, 3997.0, 4017.0, 4020.0, 4018.0, 4039.0, 4019.0, 4049.0, 4007.0, 4018.0, 4039.0, 4019.0, 4039.0, 4016.0, 4007.0, 4026.0, 4017.0, 4028.0, 4051.0, 4006.0, 4017.0, 4028.0, 4016.0, 4049.0, 4018.0, 4036.0, 3995.0, 4017.0, 4048.0, 4018.0, 4017.0, 4027.0, 4017.0, 3995.0, 4037.0, 4017.0, 4071.0, 4028.0, 4017.0, 4016.0, 4016.0, 4038.0, 4039.0, 4006.0, 3995.0, 4017.0, 4017.0, 4049.0, 4026.0, 4006.0, 4018.0, 4028.0, 4007.0, 4062.0, 4030.0, 4018.0, 4027.0, 4028.0, 4008.0, 4049.0, 4007.0, 4017.0, 4037.0, 4017.0, 4038.0, 4038.0, 4007.0, 4007.0, 4027.0, 4017.0, 4049.0, 4028.0, 4006.0, 4005.0, 4016.0, 4016.0, 4028.0, 4007.0, 4015.0, 4006.0, 4016.0, 4037.0, 4028.0, 3996.0, 4014.0, 4017.0, 4015.0, 4026.0, 4019.0, 4048.0, 3995.0, 4007.0, 4037.0, 4018.0, 4037.0, 4003.0, 4005.0, 4004.0, 4036.0, 4018.0, 4051.0, 4007.0, 4018.0, 4037.0, 4018.0, 4018.0, 4027.0, 4018.0, 3997.0, 4038.0, 4018.0, 4061.0, 4017.0, 4017.0, 4037.0, 4017.0, 4028.0, 4037.0, 4017.0, 3994.0, 4016.0, 4016.0, 4059.0, 4017.0, 4006.0, 4016.0, 4017.0, 4027.0, 4049.0, 4019.0, 4027.0, 4004.0, 4018.0, 4047.0, 4037.0, 4027.0, 4046.0, 4005.0, 4005.0, 4024.0, 4004.0, 4049.0, 4004.0, 3983.0, 4016.0, 3994.0, 4025.0, 4015.0, 4005.0, 3997.0, 4027.0, 4039.0, 4008.0, 4038.0, 4006.0, 4019.0, 4038.0, 4039.0, 4009.0, 4060.0, 3996.0, 4017.0, 4036.0, 4017.0, 4048.0, 4004.0, 4004.0, 4005.0, 4016.0, 4026.0, 4027.0, 3994.0, 4004.0, 4005.0, 4025.0, 4027.0, 4016.0, 4014.0, 4005.0, 4025.0, 4025.0, 4005.0, 4049.0, 4005.0, 4015.0, 4016.0, 4004.0, 4048.0, 4005.0, 4024.0, 3995.0, 3994.0, 4025.0, 4006.0, 4048.0, 3994.0, 3985.0, 4026.0, 4005.0, 4048.0, 4028.0, 3995.0, 3995.0, 4018.0, 4036.0, 4039.0, 4007.0, 4005.0, 4008.0, 4017.0, 4038.0, 4019.0, 4061.0, 4007.0, 4017.0, 4017.0, 4028.0, 4049.0, 4029.0, 4007.0, 4018.0, 4028.0, 4007.0, 4061.0, 4019.0, 3986.0, 4006.0, 4018.0, 4048.0, 4039.0, 4030.0, 4050.0, 4007.0, 3995.0, 4017.0, 4016.0, 4048.0, 4030.0, 4016.0, 4005.0, 4016.0, 4036.0, 4037.0, 4049.0, 4050.0, 4005.0, 4016.0, 4016.0, 4005.0, 4048.0, 4015.0, 4036.0, 3994.0, 4005.0, 4024.0, 4004.0, 4060.0, 4027.0, 3981.0, 3993.0, 4013.0, 4024.0, 4017.0, 4003.0, 3992.0, 4016.0, 4025.0, 4005.0, 4047.0, 4038.0, 4005.0, 3995.0, 4016.0, 4027.0, 4039.0, 4006.0, 4004.0, 3995.0, 4006.0, 4047.0, 4031.0, 3997.0, 4017.0, 4019.0, 4038.0, 4028.0, 4018.0, 4049.0, 4006.0, 4019.0, 4038.0, 4017.0, 4029.0, 4039.0, 4018.0, 3998.0, 4028.0, 4018.0, 4062.0, 4040.0, 4006.0, 4017.0, 4028.0, 4037.0, 4038.0, 4007.0, 4059.0, 4005.0, 4006.0, 4036.0, 4015.0, 4070.0, 4037.0, 4015.0, 4025.0, 4015.0, 4046.0, 4027.0, 4014.0, 4003.0, 4005.0, 4013.0, 4024.0, 4006.0, 4048.0, 4004.0, 4017.0, 4027.0, 4016.0, 4028.0, 4027.0, 4007.0, 4008.0, 4027.0, 4017.0, 4060.0, 4039.0, 4007.0, 4027.0, 4027.0, 4005.0, 4049.0, 4018.0, 3974.0, 4005.0, 4018.0, 4047.0, 4038.0, 4017.0, 4015.0, 4015.0, 4015.0, 4035.0, 4004.0, 4059.0, 4004.0, 3982.0, 4005.0, 4004.0, 4045.0, 4016.0, 4026.0, 4003.0, 4005.0, 4014.0, 4015.0, 4025.0, 4038.0, 4005.0, 4015.0, 4006.0, 4005.0, 4036.0, 4018.0, 3985.0, 4004.0, 4018.0, 4036.0, 4037.0, 4006.0, 4060.0, 4005.0, 4006.0, 4015.0, 4016.0, 4036.0, 4028.0, 4006.0, 3995.0, 4006.0, 4017.0, 4058.0, 4030.0, 4006.0, 4017.0, 4027.0, 4007.0, 4059.0, 4029.0, 4006.0, 4028.0, 4027.0, 4018.0, 4073.0, 4028.0, 4007.0, 4007.0, 4037.0, 4007.0, 4059.0, 4027.0, 4016.0, 3995.0, 4006.0, 4006.0, 4047.0, 4038.0, 4016.0, 4005.0, 4016.0, 4016.0, 4047.0, 4039.0, 4017.0, 4004.0, 4005.0, 4015.0, 4057.0, 4037.0, 4015.0, 4024.0, 4003.0, 4003.0, 4034.0, 4004.0, 4014.0, 3991.0, 4004.0, 4024.0, 4014.0, 4004.0, 4036.0, 4004.0, 3985.0, 4025.0, 4004.0, 4048.0, 4026.0, 4004.0, 4014.0, 4004.0, 4014.0, 4035.0, 4006.0, 3983.0, 4003.0, 4017.0, 4035.0, 4015.0, 4006.0, 4038.0, 4006.0, 3986.0, 4026.0, 4006.0, 4049.0, 4028.0, 4016.0, 4017.0, 4026.0, 4006.0, 4071.0, 4029.0, 4006.0, 4026.0, 4026.0, 4006.0, 4059.0, 4005.0, 4006.0, 4036.0, 4026.0, 4005.0, 4049.0, 4005.0, 3996.0, 4016.0, 4016.0, 4037.0, 4039.0, 4006.0, 4006.0, 4006.0, 4017.0, 4047.0, 4040.0, 4006.0, 4016.0, 4017.0, 4006.0, 4047.0, 4029.0, 4006.0, 4015.0, 4006.0, 4005.0, 4048.0, 4029.0, 4006.0, 4004.0, 4017.0, 4026.0, 4036.0, 4018.0, 4037.0, 3993.0, 4006.0, 4036.0, 4015.0, 4019.0, 4048.0, 4005.0, 4019.0, 4047.0, 4017.0, 4017.0, 4025.0, 4005.0, 4016.0, 4035.0, 4027.0, 4017.0, 3994.0, 4005.0, 4017.0, 4036.0, 4028.0, 4007.0, 4016.0, 4005.0, 4018.0, 4036.0, 4026.0, 4017.0, 4037.0, 3993.0, 4016.0, 4046.0, 4035.0, 4004.0, 4044.0, 3992.0, 4004.0, 4024.0, 4014.0, 4016.0, 4036.0, 4004.0, 3995.0, 4037.0, 4016.0, 4035.0, 4025.0, 4014.0, 3992.0, 4003.0, 4014.0, 4024.0, 4037.0, 4015.0, 3992.0, 4002.0, 4004.0, 4035.0, 4014.0, 4003.0, 4025.0, 4003.0, 4003.0, 4003.0, 4003.0, 4003.0, 4015.0, 4036.0, 4050.0, 4017.0, 3994.0, 4003.0, 4003.0, 4023.0, 4013.0, 4023.0, 4025.0, 3992.0, 3991.0, 4003.0, 3992.0, 4024.0, 4005.0, 4024.0, 4004.0, 3994.0, 4015.0, 4005.0, 4059.0, 4028.0, 3994.0, 4003.0, 3994.0, 4025.0, 4015.0, 4048.0, 4036.0, 3994.0, 4005.0, 4016.0, 4046.0, 4040.0, 4005.0, 4004.0, 4017.0, 4048.0, 4051.0, 4018.0, 4016.0, 4007.0, 3998.0, 4048.0, 4018.0, 4038.0, 4017.0], 'WindowWidth': [9035.0, 9006.0, 8971.0, 9036.0, 8950.0, 8933.0, 8944.0, 8940.0, 8940.0, 9018.0, 8958.0, 8956.0, 8956.0, 8959.0, 8946.0, 8958.0, 8980.0, 8995.0, 9007.0, 8985.0, 9000.0, 8982.0, 8985.0, 8994.0, 8978.0, 8980.0, 9046.0, 9004.0, 8965.0, 8975.0, 8981.0, 8982.0, 9031.0, 9002.0, 9030.0, 9005.0, 8960.0, 8944.0, 8985.0, 8992.0, 9049.0, 9009.0, 8964.0, 8961.0, 8958.0, 8980.0, 9023.0, 8997.0, 8981.0, 9024.0, 8960.0, 8961.0, 8986.0, 8988.0, 8992.0, 9014.0, 8961.0, 8984.0, 8944.0, 8941.0, 9004.0, 8985.0, 8961.0, 8956.0, 8959.0, 8976.0, 8990.0, 8965.0, 9034.0, 8972.0, 8968.0, 8962.0, 8984.0, 8993.0, 9014.0, 8983.0, 9026.0, 8963.0, 8978.0, 8993.0, 8981.0, 8997.0, 8976.0, 8964.0, 8983.0, 9015.0, 9010.0, 9003.0, 8964.0, 8984.0, 8968.0, 8981.0, 9014.0, 9005.0, 9089.0, 9035.0, 8988.0, 8980.0, 8983.0, 8982.0, 9063.0, 9040.0, 8963.0, 8973.0, 8965.0, 8975.0, 9005.0, 8967.0, 9009.0, 8956.0, 8931.0, 8976.0, 8976.0, 9026.0, 9018.0, 8967.0, 8963.0, 8987.0, 8996.0, 9019.0, 8991.0, 9030.0, 8965.0, 8950.0, 8991.0, 8979.0, 9073.0, 9032.0, 8970.0, 8937.0, 8972.0, 8985.0, 8989.0, 9022.0, 8988.0, 8935.0, 8937.0, 8953.0, 8953.0, 8988.0, 8961.0, 9003.0, 8954.0, 8926.0, 8953.0, 8954.0, 9002.0, 9013.0, 8930.0, 8956.0, 8958.0, 9001.0, 8992.0, 8990.0, 8987.0, 8940.0, 8952.0, 8958.0, 8936.0, 8990.0, 8962.0, 8986.0, 8956.0, 8946.0, 8973.0, 8956.0, 9025.0, 8979.0, 8927.0, 8957.0, 8959.0, 9006.0, 8983.0, 8966.0, 8978.0, 8978.0, 8977.0, 8979.0, 8960.0, 9010.0, 8963.0, 8991.0, 8981.0, 8964.0, 9029.0, 8989.0, 8992.0, 8963.0, 8970.0, 8995.0, 9005.0, 8996.0, 8978.0, 9002.0, 9009.0, 9015.0, 8988.0, 9064.0, 8983.0, 8983.0, 9010.0, 9013.0, 9063.0, 9035.0, 8965.0, 8977.0, 8979.0, 8959.0, 9040.0, 8991.0, 9038.0, 8940.0, 8958.0, 8984.0, 8956.0, 9039.0, 8989.0, 8942.0, 8957.0, 8974.0, 8983.0, 8994.0, 8959.0, 8968.0, 8937.0, 8957.0, 8965.0, 8935.0, 9018.0, 8953.0, 8969.0, 8961.0, 8957.0, 9004.0, 8969.0, 8960.0, 8956.0, 8979.0, 8992.0, 8981.0, 8997.0, 8993.0, 8960.0, 8952.0, 8980.0, 8978.0, 9044.0, 9009.0, 8957.0, 8960.0, 8976.0, 8986.0, 9010.0, 8961.0, 8989.0, 8962.0, 8944.0, 9004.0, 8969.0, 9020.0, 8957.0, 8977.0, 8989.0, 8978.0, 9040.0, 9010.0, 8941.0, 8953.0, 8960.0, 8985.0, 8991.0, 8964.0, 9003.0, 8958.0, 8950.0, 8975.0, 8976.0, 9046.0, 8994.0, 8963.0, 8983.0, 8983.0, 9006.0, 8999.0, 8960.0, 8962.0, 8982.0, 8990.0, 9031.0, 8967.0, 8991.0, 8985.0, 8981.0, 9029.0, 8984.0, 8931.0, 8958.0, 8984.0, 8991.0, 9011.0, 8982.0, 8991.0, 8982.0, 8982.0, 9045.0, 9019.0, 8978.0, 9005.0, 8977.0, 8981.0, 9022.0, 8998.0, 9025.0, 8973.0, 8975.0, 9002.0, 8988.0, 8975.0, 9020.0, 8952.0, 8942.0, 8969.0, 8956.0, 9044.0, 8988.0, 8942.0, 8975.0, 8973.0, 9022.0, 8993.0, 8953.0, 8956.0, 8972.0, 8967.0, 9002.0, 8956.0, 8997.0, 8950.0, 8956.0, 8979.0, 8958.0, 9007.0, 8971.0, 8957.0, 8973.0, 8988.0, 8962.0, 9007.0, 8957.0, 8955.0, 8971.0, 8957.0, 9040.0, 8987.0, 8942.0, 8960.0, 8959.0, 8992.0, 8994.0, 8959.0, 8980.0, 8989.0, 8963.0, 9043.0, 8962.0, 8966.0, 8993.0, 8978.0, 9007.0, 9012.0, 8977.0, 8962.0, 8994.0, 8980.0, 9026.0, 9004.0, 8963.0, 8978.0, 8996.0, 8963.0, 9030.0, 8980.0, 8943.0, 8961.0, 8963.0, 9040.0, 9013.0, 8958.0, 8974.0, 8992.0, 9001.0, 9029.0, 8979.0, 8982.0, 8941.0, 8957.0, 9021.0, 8997.0, 8959.0, 8957.0, 8978.0, 8977.0, 9006.0, 8981.0, 8974.0, 8954.0, 8977.0, 9001.0, 9004.0, 8980.0, 9038.0, 8955.0, 8975.0, 8987.0, 8974.0, 8990.0, 8967.0, 8957.0, 8957.0, 9000.0, 8960.0, 9045.0, 8973.0, 8941.0, 8969.0, 8956.0, 9037.0, 9009.0, 8939.0, 8937.0, 8958.0, 8969.0, 8985.0, 8963.0, 8983.0, 8940.0, 8979.0, 8988.0, 8959.0, 8963.0, 8976.0, 8958.0, 8949.0, 8988.0, 8976.0, 9042.0, 8996.0, 8946.0, 8978.0, 8977.0, 8976.0, 9045.0, 8979.0, 8972.0, 8976.0, 8978.0, 8977.0, 9005.0, 8958.0, 8983.0, 9008.0, 8981.0, 9013.0, 9007.0, 8961.0, 8951.0, 9003.0, 8979.0, 9041.0, 8988.0, 8961.0, 8974.0, 9001.0, 8958.0, 9040.0, 8956.0, 8937.0, 8956.0, 8957.0, 9014.0, 9011.0, 8942.0, 8954.0, 8975.0, 8957.0, 8984.0, 8977.0, 8973.0, 8959.0, 8980.0, 9005.0, 8979.0, 9028.0, 8994.0, 8959.0, 8977.0, 8977.0, 8972.0, 9027.0, 8958.0, 8982.0, 8955.0, 8966.0, 9000.0, 8996.0, 9000.0, 8952.0, 8960.0, 8984.0, 8961.0, 9003.0, 8966.0, 8962.0, 9002.0, 8978.0, 8964.0, 8973.0, 8979.0, 8972.0, 8994.0, 8985.0, 8990.0, 8967.0, 8984.0, 9025.0, 8998.0, 8949.0, 8975.0, 8983.0, 8977.0, 9007.0, 8981.0, 9021.0, 8961.0, 8977.0, 9009.0, 8982.0, 9009.0, 8972.0, 8962.0, 8986.0, 8975.0, 8989.0, 9027.0, 8958.0, 8976.0, 8990.0, 8971.0, 9026.0, 8978.0, 8999.0, 8941.0, 8975.0, 9019.0, 8978.0, 8975.0, 8987.0, 8974.0, 8942.0, 9002.0, 8973.0, 9060.0, 8990.0, 8972.0, 8970.0, 8970.0, 9004.0, 9007.0, 8955.0, 8939.0, 8973.0, 8973.0, 9023.0, 8987.0, 8958.0, 8978.0, 8991.0, 8962.0, 9045.0, 8994.0, 8978.0, 8988.0, 8991.0, 8965.0, 9025.0, 8960.0, 8975.0, 9002.0, 8974.0, 9005.0, 9004.0, 8959.0, 8960.0, 8988.0, 8972.0, 9025.0, 8992.0, 8957.0, 8954.0, 8972.0, 8970.0, 8991.0, 8959.0, 8969.0, 8957.0, 8971.0, 9004.0, 8992.0, 8943.0, 8965.0, 8973.0, 8968.0, 8986.0, 8981.0, 9020.0, 8942.0, 8962.0, 9003.0, 8979.0, 9003.0, 8949.0, 8953.0, 8954.0, 8997.0, 8979.0, 9028.0, 8959.0, 8977.0, 9002.0, 8980.0, 8977.0, 8989.0, 8978.0, 8950.0, 9003.0, 8978.0, 9044.0, 8973.0, 8975.0, 9002.0, 8975.0, 8991.0, 9001.0, 8973.0, 8939.0, 8970.0, 8972.0, 9037.0, 8976.0, 8958.0, 8972.0, 8975.0, 8988.0, 9023.0, 8981.0, 8988.0, 8952.0, 8979.0, 9014.0, 9001.0, 8987.0, 9013.0, 8951.0, 8953.0, 8978.0, 8949.0, 9022.0, 8950.0, 8923.0, 8971.0, 8936.0, 8981.0, 8967.0, 8954.0, 8947.0, 8990.0, 9006.0, 8966.0, 9005.0, 8958.0, 8981.0, 9003.0, 9009.0, 8966.0, 9037.0, 8943.0, 8973.0, 8999.0, 8975.0, 9020.0, 8951.0, 8951.0, 8955.0, 8970.0, 8982.0, 8987.0, 8937.0, 8949.0, 8955.0, 8982.0, 8988.0, 8968.0, 8963.0, 8953.0, 8978.0, 8981.0, 8956.0, 9020.0, 8952.0, 8967.0, 8971.0, 8951.0, 9018.0, 8954.0, 8977.0, 8939.0, 8938.0, 8981.0, 8956.0, 9017.0, 8938.0, 8929.0, 8984.0, 8956.0, 9022.0, 8991.0, 8940.0, 8941.0, 8976.0, 9000.0, 9008.0, 8961.0, 8955.0, 8964.0, 8975.0, 9006.0, 8980.0, 9044.0, 8961.0, 8974.0, 8975.0, 8989.0, 9021.0, 8992.0, 8959.0, 8979.0, 8992.0, 8962.0, 9044.0, 8982.0, 8932.0, 8955.0, 8979.0, 9018.0, 9008.0, 8997.0, 9025.0, 8961.0, 8942.0, 8974.0, 8971.0, 9021.0, 8998.0, 8971.0, 8954.0, 8972.0, 8998.0, 9002.0, 9022.0, 9025.0, 8954.0, 8969.0, 8972.0, 8955.0, 9020.0, 8969.0, 8998.0, 8936.0, 8954.0, 8979.0, 8952.0, 9043.0, 8986.0, 8916.0, 8936.0, 8961.0, 8980.0, 8974.0, 8948.0, 8932.0, 8971.0, 8981.0, 8955.0, 9016.0, 9006.0, 8953.0, 8941.0, 8973.0, 8987.0, 9008.0, 8958.0, 8952.0, 8942.0, 8959.0, 9016.0, 9002.0, 8948.0, 8972.0, 8982.0, 9004.0, 8992.0, 8979.0, 9023.0, 8959.0, 8982.0, 9004.0, 8976.0, 8994.0, 9006.0, 8977.0, 8952.0, 8991.0, 8976.0, 9048.0, 9013.0, 8958.0, 8974.0, 8991.0, 9003.0, 9005.0, 8963.0, 9036.0, 8955.0, 8959.0, 8998.0, 8970.0, 9057.0, 9001.0, 8967.0, 8982.0, 8969.0, 9014.0, 8991.0, 8964.0, 8946.0, 8954.0, 8963.0, 8980.0, 8959.0, 9019.0, 8952.0, 8977.0, 8988.0, 8973.0, 8992.0, 8986.0, 8959.0, 8965.0, 8989.0, 8976.0, 9043.0, 9009.0, 8960.0, 8989.0, 8989.0, 8956.0, 9023.0, 8979.0, 8913.0, 8956.0, 8977.0, 9015.0, 9006.0, 8975.0, 8967.0, 8968.0, 8968.0, 8996.0, 8951.0, 9038.0, 8952.0, 8920.0, 8954.0, 8953.0, 9011.0, 8971.0, 8983.0, 8949.0, 8956.0, 8966.0, 8968.0, 8981.0, 9006.0, 8954.0, 8968.0, 8958.0, 8957.0, 9000.0, 8977.0, 8927.0, 8952.0, 8978.0, 9000.0, 9001.0, 8959.0, 9039.0, 8955.0, 8959.0, 8970.0, 8970.0, 8999.0, 8992.0, 8958.0, 8942.0, 8959.0, 8973.0, 9035.0, 8998.0, 8959.0, 8973.0, 8989.0, 8961.0, 9038.0, 8993.0, 8958.0, 8991.0, 8990.0, 8979.0, 9065.0, 8992.0, 8959.0, 8962.0, 9002.0, 8962.0, 9037.0, 8988.0, 8971.0, 8942.0, 8958.0, 8958.0, 9016.0, 9006.0, 8972.0, 8956.0, 8972.0, 8971.0, 9016.0, 9010.0, 8973.0, 8954.0, 8956.0, 8969.0, 9033.0, 9005.0, 8968.0, 8978.0, 8949.0, 8949.0, 8992.0, 8954.0, 8963.0, 8928.0, 8953.0, 8979.0, 8965.0, 8954.0, 9001.0, 8950.0, 8929.0, 8983.0, 8953.0, 9019.0, 8984.0, 8949.0, 8964.0, 8951.0, 8966.0, 8996.0, 8957.0, 8924.0, 8948.0, 8974.0, 8996.0, 8968.0, 8958.0, 9007.0, 8958.0, 8932.0, 8985.0, 8958.0, 9023.0, 8993.0, 8971.0, 8975.0, 8985.0, 8959.0, 9058.0, 8993.0, 8959.0, 8986.0, 8985.0, 8958.0, 9037.0, 8953.0, 8958.0, 8999.0, 8984.0, 8956.0, 9022.0, 8956.0, 8946.0, 8973.0, 8971.0, 9001.0, 9008.0, 8957.0, 8958.0, 8960.0, 8974.0, 9018.0, 9011.0, 8959.0, 8973.0, 8975.0, 8959.0, 9016.0, 8995.0, 8958.0, 8969.0, 8959.0, 8957.0, 9019.0, 8994.0, 8958.0, 8952.0, 8976.0, 8984.0, 9001.0, 8978.0, 9001.0, 8934.0, 8959.0, 8998.0, 8970.0, 8981.0, 9018.0, 8954.0, 8980.0, 9017.0, 8977.0, 8974.0, 8983.0, 8955.0, 8973.0, 8997.0, 8988.0, 8973.0, 8940.0, 8958.0, 8975.0, 9000.0, 8990.0, 8962.0, 8971.0, 8955.0, 8978.0, 8999.0, 8986.0, 8975.0, 9000.0, 8935.0, 8973.0, 9012.0, 8996.0, 8952.0, 9007.0, 8932.0, 8950.0, 8978.0, 8965.0, 8971.0, 9000.0, 8951.0, 8944.0, 9003.0, 8972.0, 8998.0, 8985.0, 8965.0, 8930.0, 8946.0, 8964.0, 8978.0, 9005.0, 8968.0, 8933.0, 8944.0, 8952.0, 8996.0, 8968.0, 8947.0, 8984.0, 8951.0, 8949.0, 8949.0, 8948.0, 8948.0, 8968.0, 8999.0, 9026.0, 8975.0, 8937.0, 8946.0, 8948.0, 8974.0, 8962.0, 8977.0, 8982.0, 8929.0, 8926.0, 8946.0, 8933.0, 8977.0, 8955.0, 8978.0, 8950.0, 8937.0, 8967.0, 8954.0, 9036.0, 8990.0, 8937.0, 8948.0, 8939.0, 8980.0, 8968.0, 9019.0, 8998.0, 8935.0, 8954.0, 8972.0, 9014.0, 9011.0, 8954.0, 8951.0, 8973.0, 9017.0, 9027.0, 8979.0, 8970.0, 8962.0, 8951.0, 9020.0, 8979.0, 9005.0, 8974.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.000657128027681661</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03162799576124568</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.20538085015583</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2043505903722962</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9761271227445897</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4825</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5804.8965</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13112165731007414</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>203</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.560553633217992</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5033701787812035</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3454869440792336</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7279051167798554</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4367184754845215</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00412418</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026881562545895576</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03706818073987961</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1156</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.965131644355321</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>33.9607</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8864</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.7238</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297084.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.5046</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6683</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.4633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3208.6702</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3396.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79460.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4183.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.4605</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.432383950799704</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> |