=== 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-0021 --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-0021",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
131 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-0021_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0021_suffix-bold_task-alignvideo" 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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-02/func/sub-0021_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>14f8760f36c08c4a2d601833002525e2</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>14:49:4.802500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993139, -0.116638, 0.00837552, 0.116667, 0.983419, -0.138837]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_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.0976191</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7776, -7241, 597, -20, -57, -27, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f17857e8-b2ff-4936-bd77-fb720987ab2f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.664519786834717, 0.3130091726779938, -0.021484017372131348, 98.19824981689453], [0.3129305839538574, 2.638441324234009, -0.3749276101589203, -92.32379150390625], [0.02247091569006443, 0.372490793466568, 2.673755407333374, -72.97573852539062], [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, 1158]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['144904.802500', '144905.262500', '144905.722500', '144906.182500', '144906.642500', '144907.102500', '144907.562500', '144908.022500', '144908.482500', '144908.942500', '144909.402500', '144909.862500', '144910.322500', '144910.782500', '144911.242500', '144911.702500', '144912.162500', '144912.622500', '144913.082500', '144913.542500', '144914.002500', '144914.462500', '144914.922500', '144915.382500', '144915.842500', '144916.302500', '144916.762500', '144917.222500', '144917.682500', '144918.142500', '144918.602500', '144919.062500', '144919.522500', '144919.982500', '144920.442500', '144920.902500', '144921.362500', '144921.822500', '144922.282500', '144922.742500', '144923.202500', '144923.662500', '144924.122500', '144924.582500', '144925.042500', '144925.502500', '144925.962500', '144926.422500', '144926.882500', '144927.342500', '144927.802500', '144928.262500', '144928.722500', '144929.182500', '144929.642500', '144930.102500', '144930.562500', '144931.022500', '144931.482500', '144931.942500', '144932.402500', '144932.862500', '144933.322500', '144933.782500', '144934.242500', '144934.702500', '144935.162500', '144935.622500', '144936.082500', '144936.542500', '144937.002500', '144937.462500', '144937.922500', '144938.382500', '144938.842500', '144939.302500', '144939.762500', '144940.222500', '144940.682500', '144941.142500', '144941.602500', '144942.062500', '144942.522500', '144942.982500', '144943.442500', '144943.902500', '144944.362500', '144944.822500', '144945.282500', '144945.742500', '144946.202500', '144946.662500', '144947.122500', '144947.582500', '144948.042500', '144948.502500', '144948.962500', '144949.422500', '144949.882500', '144950.342500', '144950.802500', '144951.262500', '144951.722500', '144952.182500', '144952.642500', '144953.102500', '144953.562500', '144954.022500', '144954.482500', '144954.942500', '144955.402500', '144955.862500', '144956.322500', '144956.782500', '144957.242500', '144957.702500', '144958.162500', '144958.622500', '144959.082500', '144959.542500', '145000.002500', '145000.462500', '145000.922500', '145001.382500', '145001.842500', '145002.302500', '145002.762500', '145003.222500', '145003.682500', '145004.142500', '145004.602500', '145005.062500', '145005.522500', '145005.982500', '145006.442500', '145006.902500', '145007.362500', '145007.822500', '145008.282500', '145008.742500', '145009.202500', '145009.662500', '145010.122500', '145010.582500', '145011.042500', '145011.502500', '145011.962500', '145012.422500', '145012.882500', '145013.342500', '145013.802500', '145014.262500', '145014.722500', '145015.182500', '145015.642500', '145016.102500', '145016.562500', '145017.022500', '145017.482500', '145017.942500', '145018.402500', '145018.862500', '145019.322500', '145019.782500', '145020.242500', '145020.702500', '145021.162500', '145021.622500', '145022.082500', '145022.542500', '145023.002500', '145023.462500', '145023.922500', '145024.382500', '145024.842500', '145025.302500', '145025.762500', '145026.222500', '145026.682500', '145027.142500', '145027.602500', '145028.062500', '145028.522500', '145028.982500', '145029.442500', '145029.902500', '145030.362500', '145030.822500', '145031.282500', '145031.742500', '145032.202500', '145032.662500', '145033.122500', '145033.582500', '145034.042500', '145034.502500', '145034.962500', '145035.422500', '145035.882500', '145036.342500', '145036.802500', '145037.262500', '145037.722500', '145038.182500', '145038.642500', '145039.102500', '145039.562500', '145040.022500', '145040.482500', '145040.942500', '145041.402500', '145041.862500', '145042.322500', '145042.782500', '145043.242500', '145043.702500', '145044.162500', '145044.622500', '145045.082500', '145045.542500', '145046.002500', '145046.462500', '145046.922500', '145047.382500', '145047.842500', '145048.302500', '145048.762500', '145049.222500', '145049.682500', '145050.142500', '145050.602500', '145051.062500', '145051.522500', '145051.982500', '145052.442500', '145052.902500', '145053.362500', '145053.822500', '145054.282500', '145054.742500', '145055.202500', '145055.662500', '145056.122500', '145056.582500', '145057.042500', '145057.502500', '145057.962500', '145058.422500', '145058.882500', '145059.342500', '145059.802500', '145100.262500', '145100.722500', '145101.182500', '145101.642500', '145102.102500', '145102.562500', '145103.022500', '145103.482500', '145103.942500', '145104.402500', '145104.862500', '145105.322500', '145105.782500', '145106.242500', '145106.702500', '145107.162500', '145107.622500', '145108.082500', '145108.542500', '145109.002500', '145109.462500', '145109.922500', '145110.382500', '145110.842500', '145111.302500', '145111.762500', '145112.222500', '145112.682500', '145113.142500', '145113.602500', '145114.062500', '145114.522500', '145114.982500', '145115.442500', '145115.902500', '145116.362500', '145116.822500', '145117.282500', '145117.742500', '145118.202500', '145118.662500', '145119.122500', '145119.582500', '145120.042500', '145120.502500', '145120.962500', '145121.422500', '145121.882500', '145122.342500', '145122.802500', '145123.262500', '145123.722500', '145124.182500', '145124.642500', '145125.102500', '145125.562500', '145126.022500', '145126.482500', '145126.942500', '145127.402500', '145127.862500', '145128.322500', '145128.782500', '145129.242500', '145129.702500', '145130.162500', '145130.622500', '145131.082500', '145131.542500', '145132.002500', '145132.462500', '145132.922500', '145133.382500', '145133.842500', '145134.302500', '145134.762500', '145135.222500', '145135.682500', '145136.142500', '145136.602500', '145137.062500', '145137.522500', '145137.982500', '145138.442500', '145138.902500', '145139.362500', '145139.822500', '145140.282500', '145140.742500', '145141.202500', '145141.662500', '145142.122500', '145142.582500', '145143.042500', '145143.502500', '145143.962500', '145144.422500', '145144.882500', '145145.342500', '145145.802500', '145146.262500', '145146.722500', '145147.182500', '145147.642500', '145148.102500', '145148.562500', '145149.022500', '145149.482500', '145149.942500', '145150.402500', '145150.862500', '145151.322500', '145151.782500', '145152.242500', '145152.702500', '145153.162500', '145153.622500', '145154.082500', '145154.542500', '145155.002500', '145155.462500', '145155.922500', '145156.382500', '145156.842500', '145157.302500', '145157.762500', '145158.222500', '145158.682500', '145159.142500', '145159.602500', '145200.062500', '145200.522500', '145200.982500', '145201.442500', '145201.902500', '145202.362500', '145202.822500', '145203.282500', '145203.742500', '145204.202500', '145204.662500', '145205.122500', '145205.582500', '145206.042500', '145206.502500', '145206.962500', '145207.422500', '145207.882500', '145208.342500', '145208.802500', '145209.262500', '145209.722500', '145210.182500', '145210.642500', '145211.102500', '145211.562500', '145212.022500', '145212.482500', '145212.942500', '145213.402500', '145213.862500', '145214.322500', '145214.782500', '145215.242500', '145215.702500', '145216.162500', '145216.622500', '145217.082500', '145217.542500', '145218.002500', '145218.462500', '145218.922500', '145219.382500', '145219.842500', '145220.302500', '145220.762500', '145221.222500', '145221.682500', '145222.142500', '145222.602500', '145223.062500', '145223.522500', '145223.982500', '145224.442500', '145224.902500', '145225.362500', '145225.822500', '145226.282500', '145226.742500', '145227.202500', '145227.662500', '145228.122500', '145228.582500', '145229.042500', '145229.502500', '145229.962500', '145230.422500', '145230.882500', '145231.342500', '145231.802500', '145232.262500', '145232.722500', '145233.182500', '145233.642500', '145234.102500', '145234.562500', '145235.022500', '145235.482500', '145235.942500', '145236.402500', '145236.862500', '145237.322500', '145237.782500', '145238.242500', '145238.702500', '145239.162500', '145239.622500', '145240.082500', '145240.542500', '145241.002500', '145241.462500', '145241.922500', '145242.382500', '145242.842500', '145243.302500', '145243.762500', '145244.222500', '145244.682500', '145245.142500', '145245.602500', '145246.062500', '145246.522500', '145246.982500', '145247.442500', '145247.902500', '145248.362500', '145248.822500', '145249.282500', '145249.742500', '145250.202500', '145250.662500', '145251.122500', '145251.582500', '145252.042500', '145252.502500', '145252.962500', '145253.422500', '145253.882500', '145254.342500', '145254.802500', '145255.262500', '145255.722500', '145256.182500', '145256.642500', '145257.102500', '145257.562500', '145258.022500', '145258.482500', '145258.942500', '145259.402500', '145259.862500', '145300.322500', '145300.782500', '145301.242500', '145301.702500', '145302.162500', '145302.622500', '145303.082500', '145303.542500', '145304.002500', '145304.462500', '145304.922500', '145305.382500', '145305.842500', '145306.302500', '145306.762500', '145307.222500', '145307.682500', '145308.142500', '145308.602500', '145309.062500', '145309.522500', '145309.982500', '145310.442500', '145310.902500', '145311.362500', '145311.822500', '145312.282500', '145312.742500', '145313.202500', '145313.662500', '145314.122500', '145314.582500', '145315.042500', '145315.502500', '145315.962500', '145316.422500', '145316.882500', '145317.342500', '145317.802500', '145318.262500', '145318.722500', '145319.182500', '145319.642500', '145320.102500', '145320.562500', '145321.022500', '145321.482500', '145321.942500', '145322.402500', '145322.862500', '145323.322500', '145323.782500', '145324.242500', '145324.702500', '145325.162500', '145325.622500', '145326.082500', '145326.542500', '145327.002500', '145327.462500', '145327.922500', '145328.382500', '145328.842500', '145329.302500', '145329.762500', '145330.222500', '145330.682500', '145331.142500', '145331.602500', '145332.062500', '145332.522500', '145332.982500', '145333.442500', '145333.902500', '145334.362500', '145334.822500', '145335.282500', '145335.742500', '145336.202500', '145336.662500', '145337.122500', '145337.582500', '145338.042500', '145338.502500', '145338.962500', '145339.422500', '145339.882500', '145340.342500', '145340.802500', '145341.262500', '145341.722500', '145342.182500', '145342.642500', '145343.102500', '145343.562500', '145344.022500', '145344.482500', '145344.942500', '145345.402500', '145345.862500', '145346.322500', '145346.782500', '145347.242500', '145347.702500', '145348.162500', '145348.622500', '145349.082500', '145349.542500', '145350.002500', '145350.462500', '145350.922500', '145351.382500', '145351.842500', '145352.302500', '145352.762500', '145353.222500', '145353.682500', '145354.142500', '145354.602500', '145355.062500', '145355.522500', '145355.982500', '145356.442500', '145356.902500', '145357.362500', '145357.822500', '145358.282500', '145358.742500', '145359.202500', '145359.662500', '145400.122500', '145400.582500', '145401.042500', '145401.502500', '145401.962500', '145402.422500', '145402.882500', '145403.342500', '145403.802500', '145404.262500', '145404.722500', '145405.182500', '145405.642500', '145406.102500', '145406.562500', '145407.022500', '145407.482500', '145407.942500', '145408.402500', '145408.862500', '145409.322500', '145409.782500', '145410.242500', '145410.702500', '145411.162500', '145411.622500', '145412.082500', '145412.542500', '145413.002500', '145413.462500', '145413.922500', '145414.382500', '145414.842500', '145415.302500', '145415.762500', '145416.222500', '145416.682500', '145417.142500', '145417.602500', '145418.062500', '145418.522500', '145418.982500', '145419.442500', '145419.902500', '145420.362500', '145420.822500', '145421.282500', '145421.742500', '145422.202500', '145422.662500', '145423.122500', '145423.582500', '145424.042500', '145424.502500', '145424.962500', '145425.422500', '145425.882500', '145426.342500', '145426.802500', '145427.262500', '145427.722500', '145428.182500', '145428.642500', '145429.102500', '145429.562500', '145430.022500', '145430.482500', '145430.942500', '145431.402500', '145431.862500', '145432.322500', '145432.782500', '145433.242500', '145433.702500', '145434.162500', '145434.622500', '145435.082500', '145435.542500', '145436.002500', '145436.462500', '145436.922500', '145437.382500', '145437.842500', '145438.302500', '145438.762500', '145439.222500', '145439.682500', '145440.142500', '145440.602500', '145441.062500', '145441.522500', '145441.982500', '145442.442500', '145442.902500', '145443.362500', '145443.822500', '145444.282500', '145444.742500', '145445.202500', '145445.662500', '145446.122500', '145446.582500', '145447.042500', '145447.502500', '145447.962500', '145448.422500', '145448.882500', '145449.342500', '145449.802500', '145450.262500', '145450.722500', '145451.182500', '145451.642500', '145452.102500', '145452.562500', '145453.022500', '145453.482500', '145453.942500', '145454.402500', '145454.862500', '145455.322500', '145455.782500', '145456.242500', '145456.702500', '145457.162500', '145457.622500', '145458.082500', '145458.542500', '145459.002500', '145459.462500', '145459.922500', '145500.382500', '145500.842500', '145501.302500', '145501.762500', '145502.222500', '145502.682500', '145503.142500', '145503.602500', '145504.062500', '145504.522500', '145504.982500', '145505.442500', '145505.902500', '145506.362500', '145506.822500', '145507.282500', '145507.742500', '145508.202500', '145508.662500', '145509.122500', '145509.582500', '145510.042500', '145510.502500', '145510.962500', '145511.422500', '145511.882500', '145512.342500', '145512.802500', '145513.262500', '145513.722500', '145514.182500', '145514.642500', '145515.102500', '145515.562500', '145516.022500', '145516.482500', '145516.942500', '145517.402500', '145517.862500', '145518.322500', '145518.782500', '145519.242500', '145519.702500', '145520.162500', '145520.622500', '145521.082500', '145521.542500', '145522.002500', '145522.462500', '145522.922500', '145523.382500', '145523.842500', '145524.302500', '145524.762500', '145525.222500', '145525.682500', '145526.142500', '145526.602500', '145527.062500', '145527.522500', '145527.982500', '145528.442500', '145528.902500', '145529.362500', '145529.822500', '145530.282500', '145530.742500', '145531.202500', '145531.662500', '145532.122500', '145532.582500', '145533.042500', '145533.502500', '145533.962500', '145534.422500', '145534.882500', '145535.342500', '145535.802500', '145536.262500', '145536.722500', '145537.182500', '145537.642500', '145538.102500', '145538.562500', '145539.022500', '145539.482500', '145539.942500', '145540.402500', '145540.862500', '145541.322500', '145541.782500', '145542.242500', '145542.702500', '145543.162500', '145543.622500', '145544.082500', '145544.542500', '145545.002500', '145545.462500', '145545.922500', '145546.382500', '145546.842500', '145547.302500', '145547.762500', '145548.222500', '145548.682500', '145549.142500', '145549.602500', '145550.062500', '145550.522500', '145550.982500', '145551.442500', '145551.902500', '145552.362500', '145552.822500', '145553.282500', '145553.742500', '145554.202500', '145554.662500', '145555.122500', '145555.582500', '145556.042500', '145556.502500', '145556.962500', '145557.422500', '145557.882500', '145558.342500', '145558.802500', '145559.262500', '145559.722500', '145600.182500', '145600.642500', '145601.102500', '145601.562500', '145602.022500', '145602.482500', '145602.942500', '145603.402500', '145603.862500', '145604.322500', '145604.782500', '145605.242500', '145605.702500', '145606.162500', '145606.622500', '145607.082500', '145607.542500', '145608.002500', '145608.462500', '145608.922500', '145609.382500', '145609.842500', '145610.302500', '145610.762500', '145611.222500', '145611.682500', '145612.142500', '145612.602500', '145613.062500', '145613.522500', '145613.982500', '145614.442500', '145614.902500', '145615.362500', '145615.822500', '145616.282500', '145616.742500', '145617.202500', '145617.662500', '145618.122500', '145618.582500', '145619.042500', '145619.502500', '145619.962500', '145620.422500', '145620.882500', '145621.342500', '145621.802500', '145622.262500', '145622.722500', '145623.182500', '145623.642500', '145624.102500', '145624.562500', '145625.022500', '145625.482500', '145625.942500', '145626.402500', '145626.862500', '145627.322500', '145627.782500', '145628.242500', '145628.702500', '145629.162500', '145629.622500', '145630.082500', '145630.542500', '145631.002500', '145631.462500', '145631.922500', '145632.382500', '145632.842500', '145633.302500', '145633.762500', '145634.222500', '145634.682500', '145635.142500', '145635.602500', '145636.062500', '145636.522500', '145636.982500', '145637.442500', '145637.902500', '145638.362500', '145638.822500', '145639.282500', '145639.742500', '145640.202500', '145640.662500', '145641.122500', '145641.582500', '145642.042500', '145642.502500', '145642.962500', '145643.422500', '145643.882500', '145644.342500', '145644.802500', '145645.262500', '145645.722500', '145646.182500', '145646.642500', '145647.102500', '145647.562500', '145648.022500', '145648.482500', '145648.942500', '145649.402500', '145649.862500', '145650.322500', '145650.782500', '145651.242500', '145651.702500', '145652.162500', '145652.622500', '145653.082500', '145653.542500', '145654.002500', '145654.462500', '145654.922500', '145655.382500', '145655.842500', '145656.302500', '145656.762500', '145657.222500', '145657.682500', '145658.142500', '145658.602500', '145659.062500', '145659.522500', '145659.982500', '145700.442500', '145700.902500', '145701.362500', '145701.822500', '145702.282500', '145702.742500', '145703.202500', '145703.662500', '145704.122500', '145704.582500', '145705.042500', '145705.502500', '145705.962500', '145706.422500', '145706.882500', '145707.342500', '145707.802500', '145708.262500', '145708.722500', '145709.182500', '145709.642500', '145710.102500', '145710.562500', '145711.022500', '145711.482500', '145711.942500', '145712.402500', '145712.862500', '145713.322500', '145713.782500', '145714.242500', '145714.702500', '145715.162500', '145715.622500', '145716.082500', '145716.542500', '145717.002500', '145717.462500', '145717.922500', '145718.382500', '145718.842500', '145719.302500', '145719.762500', '145720.222500', '145720.682500', '145721.142500', '145721.602500', '145722.062500', '145722.522500', '145722.982500', '145723.442500', '145723.902500', '145724.362500', '145724.822500', '145725.282500', '145725.742500', '145726.202500', '145726.662500', '145727.122500', '145727.582500', '145728.042500', '145728.502500', '145728.962500', '145729.422500', '145729.882500', '145730.342500', '145730.802500', '145731.262500', '145731.722500', '145732.182500', '145732.642500', '145733.102500', '145733.562500', '145734.022500', '145734.482500', '145734.942500', '145735.402500', '145735.862500', '145736.322500', '145736.782500', '145737.242500', '145737.702500', '145738.162500', '145738.622500', '145739.082500', '145739.542500', '145740.002500', '145740.462500', '145740.922500', '145741.382500', '145741.842500', '145742.302500', '145742.762500', '145743.222500', '145743.682500', '145744.142500', '145744.602500', '145745.062500', '145745.522500', '145745.982500', '145746.442500', '145746.902500', '145747.362500', '145747.822500', '145748.282500', '145748.742500', '145749.202500', '145749.662500', '145750.122500', '145750.582500', '145751.042500', '145751.502500', '145751.962500', '145752.422500', '145752.882500', '145753.342500', '145753.802500', '145754.262500', '145754.722500', '145755.182500', '145755.642500', '145756.102500', '145756.562500', '145757.022500'], 'ContentTime': ['144926.214000', '144926.217000', '144926.220000', '144926.224000', '144926.227000', '144926.230000', '144926.232000', '144926.235000', '144926.238000', '144926.241000', '144926.244000', '144926.250000', '144926.253000', '144926.256000', '144926.259000', '144926.262000', '144926.265000', '144926.268000', '144926.271000', '144926.274000', '144926.277000', '144926.280000', '144926.283000', '144926.286000', '144926.289000', '144926.291000', '144926.294000', '144926.297000', '144926.300000', '144926.303000', '144926.306000', '144926.309000', '144926.312000', '144926.314000', '144926.317000', '144926.320000', '144926.323000', '144926.326000', '144926.329000', '144926.332000', '144926.335000', '144926.338000', '144926.341000', '144926.343000', '144926.346000', '144946.153000', '144946.156000', '144946.158000', '144946.161000', '144946.165000', '144946.168000', '144946.170000', '144946.173000', '144946.176000', '144946.179000', '144946.182000', '144946.185000', '144946.187000', '144946.190000', '144946.206000', '144946.209000', '144946.212000', '144946.215000', '144946.218000', '144946.221000', '144946.224000', '144946.227000', '144946.230000', '144946.232000', '144946.235000', '144946.238000', '144946.241000', '144946.244000', '144946.247000', '144946.250000', '144946.253000', '144946.256000', '144946.259000', '144946.262000', '144946.265000', '144946.269000', '144946.271000', '144946.274000', '144946.277000', '144946.280000', '144946.283000', '144946.286000', '144946.289000', '144946.292000', '145006.152000', '145006.155000', '145006.158000', '145006.160000', '145006.163000', '145006.166000', '145006.169000', '145006.172000', '145006.174000', '145006.177000', '145006.180000', '145006.183000', '145006.186000', '145006.188000', '145006.191000', '145006.194000', '145006.198000', '145006.201000', '145006.203000', '145006.206000', '145006.209000', '145006.212000', '145006.215000', '145006.218000', '145006.221000', '145006.223000', '145006.226000', '145006.229000', '145006.232000', '145006.235000', '145006.238000', '145006.240000', '145006.253000', '145006.256000', '145006.259000', '145006.262000', '145006.264000', '145006.267000', '145006.270000', '145006.273000', '145006.276000', '145006.278000', '145006.281000', '145026.152000', '145026.155000', '145026.158000', '145026.160000', '145026.163000', '145026.166000', '145026.169000', '145026.172000', '145026.188000', '145026.191000', '145026.194000', '145026.197000', '145026.200000', '145026.202000', '145026.205000', '145026.208000', '145026.211000', '145026.214000', '145026.216000', '145026.219000', '145026.222000', '145026.225000', '145026.228000', '145026.231000', '145026.233000', '145026.236000', '145026.239000', '145026.242000', '145026.245000', '145026.248000', '145026.250000', '145026.253000', '145026.256000', '145026.259000', '145026.262000', '145026.265000', '145026.267000', '145026.270000', '145026.273000', '145026.276000', '145026.279000', '145026.282000', '145026.284000', '145026.287000', '145046.152000', '145046.155000', '145046.158000', '145046.161000', '145046.163000', '145046.166000', '145046.169000', '145046.172000', '145046.175000', '145046.191000', '145046.194000', '145046.197000', '145046.200000', '145046.203000', '145046.206000', '145046.208000', '145046.211000', '145046.214000', '145046.217000', '145046.220000', '145046.223000', '145046.226000', '145046.231000', '145046.235000', '145046.237000', '145046.240000', '145046.243000', '145046.246000', '145046.249000', '145046.252000', '145046.255000', '145046.257000', '145046.260000', '145046.263000', '145046.266000', '145046.269000', '145046.272000', '145046.275000', '145046.277000', '145046.280000', '145046.283000', '145046.286000', '145046.289000', '145106.152000', '145106.155000', '145106.158000', '145106.160000', '145106.163000', '145106.166000', '145106.169000', '145106.172000', '145106.175000', '145106.178000', '145106.180000', '145106.183000', '145106.186000', '145106.189000', '145106.192000', '145106.195000', '145106.197000', '145106.200000', '145106.203000', '145106.206000', '145106.209000', '145106.212000', '145106.215000', '145106.217000', '145106.220000', '145106.223000', '145106.226000', '145106.229000', '145106.231000', '145106.234000', '145106.237000', '145106.243000', '145106.246000', '145106.248000', '145106.251000', '145106.254000', '145106.257000', '145106.260000', '145106.263000', '145106.265000', '145106.268000', '145106.277000', '145106.280000', '145106.283000', '145126.152000', '145126.155000', '145126.158000', '145126.161000', '145126.163000', '145126.166000', '145126.169000', '145126.172000', '145126.175000', '145126.179000', '145126.182000', '145126.185000', '145126.188000', '145126.190000', '145126.193000', '145126.196000', '145126.199000', '145126.202000', '145126.205000', '145126.208000', '145126.211000', '145126.213000', '145126.216000', '145126.219000', '145126.222000', '145126.225000', '145126.228000', '145126.230000', '145126.233000', '145126.236000', '145126.239000', '145126.242000', '145126.245000', '145126.248000', '145126.252000', '145126.255000', '145126.258000', '145126.261000', '145126.263000', '145126.266000', '145126.269000', '145126.272000', '145126.275000', '145146.152000', '145146.155000', '145146.158000', '145146.161000', '145146.163000', '145146.166000', '145146.169000', '145146.172000', '145146.175000', '145146.178000', '145146.180000', '145146.183000', '145146.186000', '145146.189000', '145146.192000', '145146.194000', '145146.197000', '145146.200000', '145146.203000', '145146.206000', '145146.209000', '145146.212000', '145146.214000', '145146.217000', '145146.220000', '145146.223000', '145146.226000', '145146.229000', '145146.232000', '145146.234000', '145146.237000', '145146.240000', '145146.243000', '145146.246000', '145146.249000', '145146.252000', '145146.254000', '145146.257000', '145146.260000', '145146.263000', '145146.266000', '145146.269000', '145146.271000', '145146.274000', '145206.153000', '145206.156000', '145206.159000', '145206.179000', '145206.182000', '145206.185000', '145206.188000', '145206.191000', '145206.194000', '145206.196000', '145206.199000', '145206.202000', '145206.205000', '145206.208000', '145206.211000', '145206.214000', '145206.217000', '145206.219000', '145206.222000', '145206.225000', '145206.228000', '145206.231000', '145206.234000', '145206.237000', '145206.240000', '145206.243000', '145206.245000', '145206.248000', '145206.251000', '145206.254000', '145206.257000', '145206.260000', '145206.263000', '145206.266000', '145206.269000', '145206.271000', '145206.274000', '145206.277000', '145206.280000', '145206.283000', '145206.286000', '145206.289000', '145206.294000', '145226.152000', '145226.155000', '145226.158000', '145226.161000', '145226.163000', '145226.166000', '145226.169000', '145226.172000', '145226.175000', '145226.177000', '145226.188000', '145226.191000', '145226.193000', '145226.196000', '145226.199000', '145226.202000', '145226.205000', '145226.208000', '145226.211000', '145226.213000', '145226.216000', '145226.219000', '145226.222000', '145226.225000', '145226.227000', '145226.230000', '145226.233000', '145226.236000', '145226.239000', '145226.242000', '145226.245000', '145226.247000', '145226.250000', '145226.253000', '145226.256000', '145226.259000', '145226.262000', '145226.264000', '145226.267000', '145226.270000', '145226.273000', '145226.276000', '145226.278000', '145226.281000', '145246.152000', '145246.155000', '145246.158000', '145246.161000', '145246.164000', '145246.166000', '145246.169000', '145246.172000', '145246.175000', '145246.178000', '145246.180000', '145246.183000', '145246.186000', '145246.189000', '145246.192000', '145246.195000', '145246.198000', '145246.200000', '145246.203000', '145246.206000', '145246.209000', '145246.212000', '145246.215000', '145246.219000', '145246.222000', '145246.224000', '145246.227000', '145246.230000', '145246.233000', '145246.236000', '145246.239000', '145246.242000', '145246.245000', '145246.247000', '145246.250000', '145246.253000', '145246.256000', '145246.259000', '145246.262000', '145246.264000', '145246.267000', '145246.270000', '145246.273000', '145306.152000', '145306.155000', '145306.158000', '145306.161000', '145306.164000', '145306.167000', '145306.170000', '145306.173000', '145306.176000', '145306.178000', '145306.181000', '145306.184000', '145306.188000', '145306.191000', '145306.194000', '145306.197000', '145306.200000', '145306.203000', '145306.206000', '145306.209000', '145306.211000', '145306.214000', '145306.217000', '145306.220000', '145306.223000', '145306.231000', '145306.234000', '145306.237000', '145306.240000', '145306.243000', '145306.245000', '145306.248000', '145306.251000', '145306.254000', '145306.257000', '145306.260000', '145306.262000', '145306.265000', '145306.268000', '145306.271000', '145306.274000', '145306.277000', '145306.279000', '145306.282000', '145326.152000', '145326.155000', '145326.158000', '145326.161000', '145326.163000', '145326.166000', '145326.169000', '145326.172000', '145326.175000', '145326.178000', '145326.180000', '145326.183000', '145326.186000', '145326.189000', '145326.192000', '145326.195000', '145326.198000', '145326.200000', '145326.203000', '145326.206000', '145326.209000', '145326.212000', '145326.215000', '145326.218000', '145326.220000', '145326.223000', '145326.226000', '145326.229000', '145326.243000', '145326.246000', '145326.249000', '145326.252000', '145326.255000', '145326.258000', '145326.260000', '145326.263000', '145326.266000', '145326.269000', '145326.272000', '145326.275000', '145326.277000', '145326.280000', '145326.283000', '145346.152000', '145346.155000', '145346.158000', '145346.161000', '145346.163000', '145346.166000', '145346.169000', '145346.172000', '145346.175000', '145346.178000', '145346.180000', '145346.183000', '145346.186000', '145346.189000', '145346.192000', '145346.195000', '145346.197000', '145346.200000', '145346.203000', '145346.206000', '145346.209000', '145346.212000', '145346.215000', '145346.217000', '145346.220000', '145346.223000', '145346.226000', '145346.229000', '145346.232000', '145346.234000', '145346.237000', '145346.240000', '145346.243000', '145346.246000', '145346.249000', '145346.251000', '145346.254000', '145346.257000', '145346.260000', '145346.263000', '145346.265000', '145346.268000', '145346.271000', '145346.274000', '145406.152000', '145406.155000', '145406.158000', '145406.161000', '145406.163000', '145406.166000', '145406.169000', '145406.172000', '145406.175000', '145406.178000', '145406.180000', '145406.183000', '145406.186000', '145406.189000', '145406.192000', '145406.195000', '145406.198000', '145406.200000', '145406.203000', '145406.206000', '145406.209000', '145406.212000', '145406.215000', '145406.218000', '145406.220000', '145406.223000', '145406.226000', '145406.229000', '145406.232000', '145406.235000', '145406.238000', '145406.240000', '145406.243000', '145406.246000', '145406.249000', '145406.252000', '145406.256000', '145406.259000', '145406.262000', '145406.265000', '145406.268000', '145406.271000', '145406.273000', '145426.153000', '145426.156000', '145426.159000', '145426.168000', '145426.170000', '145426.173000', '145426.176000', '145426.179000', '145426.182000', '145426.185000', '145426.188000', '145426.190000', '145426.193000', '145426.196000', '145426.199000', '145426.202000', '145426.205000', '145426.208000', '145426.210000', '145426.213000', '145426.216000', '145426.221000', '145426.224000', '145426.227000', '145426.230000', '145426.233000', '145426.236000', '145426.239000', '145426.242000', '145426.245000', '145426.248000', '145426.250000', '145426.253000', '145426.256000', '145426.259000', '145426.262000', '145426.265000', '145426.268000', '145426.270000', '145426.273000', '145426.276000', '145426.279000', '145426.282000', '145426.285000', '145446.152000', '145446.155000', '145446.158000', '145446.161000', '145446.164000', '145446.166000', '145446.169000', '145446.172000', '145446.175000', '145446.178000', '145446.180000', '145446.183000', '145446.186000', '145446.189000', '145446.192000', '145446.195000', '145446.198000', '145446.200000', '145446.203000', '145446.206000', '145446.209000', '145446.212000', '145446.215000', '145446.217000', '145446.220000', '145446.223000', '145446.226000', '145446.229000', '145446.232000', '145446.235000', '145446.237000', '145446.249000', '145446.252000', '145446.254000', '145446.257000', '145446.260000', '145446.263000', '145446.266000', '145446.268000', '145446.271000', '145446.274000', '145446.277000', '145446.280000', '145506.152000', '145506.155000', '145506.158000', '145506.160000', '145506.163000', '145506.166000', '145506.169000', '145506.172000', '145506.175000', '145506.178000', '145506.188000', '145506.191000', '145506.194000', '145506.197000', '145506.200000', '145506.202000', '145506.205000', '145506.208000', '145506.211000', '145506.214000', '145506.217000', '145506.220000', '145506.222000', '145506.225000', '145506.228000', '145506.231000', '145506.234000', '145506.237000', '145506.240000', '145506.242000', '145506.245000', '145506.248000', '145506.251000', '145506.254000', '145506.257000', '145506.259000', '145506.262000', '145506.265000', '145506.268000', '145506.271000', '145506.273000', '145506.276000', '145506.279000', '145506.282000', '145526.152000', '145526.155000', '145526.158000', '145526.161000', '145526.164000', '145526.166000', '145526.169000', '145526.172000', '145526.175000', '145526.178000', '145526.181000', '145526.183000', '145526.186000', '145526.189000', '145526.192000', '145526.195000', '145526.198000', '145526.201000', '145526.203000', '145526.206000', '145526.209000', '145526.212000', '145526.215000', '145526.218000', '145526.221000', '145526.223000', '145526.226000', '145526.243000', '145526.246000', '145526.248000', '145526.251000', '145526.254000', '145526.257000', '145526.260000', '145526.263000', '145526.265000', '145526.268000', '145526.271000', '145526.274000', '145526.277000', '145526.280000', '145526.283000', '145526.286000', '145546.152000', '145546.155000', '145546.158000', '145546.161000', '145546.163000', '145546.166000', '145546.169000', '145546.172000', '145546.175000', '145546.178000', '145546.181000', '145546.183000', '145546.186000', '145546.189000', '145546.192000', '145546.195000', '145546.198000', '145546.200000', '145546.203000', '145546.206000', '145546.209000', '145546.212000', '145546.215000', '145546.218000', '145546.220000', '145546.223000', '145546.226000', '145546.229000', '145546.232000', '145546.234000', '145546.237000', '145546.240000', '145546.243000', '145546.246000', '145546.249000', '145546.252000', '145546.254000', '145546.257000', '145546.260000', '145546.263000', '145546.266000', '145546.269000', '145546.272000', '145606.152000', '145606.155000', '145606.158000', '145606.161000', '145606.163000', '145606.166000', '145606.169000', '145606.172000', '145606.175000', '145606.178000', '145606.181000', '145606.183000', '145606.186000', '145606.189000', '145606.192000', '145606.195000', '145606.198000', '145606.200000', '145606.203000', '145606.206000', '145606.209000', '145606.212000', '145606.215000', '145606.218000', '145606.220000', '145606.223000', '145606.226000', '145606.242000', '145606.245000', '145606.248000', '145606.250000', '145606.253000', '145606.256000', '145606.259000', '145606.262000', '145606.265000', '145606.267000', '145606.270000', '145606.273000', '145606.276000', '145606.279000', '145606.282000', '145606.285000', '145606.287000', '145626.152000', '145626.155000', '145626.158000', '145626.161000', '145626.164000', '145626.167000', '145626.170000', '145626.185000', '145626.188000', '145626.191000', '145626.193000', '145626.196000', '145626.199000', '145626.202000', '145626.205000', '145626.208000', '145626.211000', '145626.213000', '145626.216000', '145626.219000', '145626.222000', '145626.225000', '145626.228000', '145626.231000', '145626.234000', '145626.236000', '145626.239000', '145626.242000', '145626.245000', '145626.248000', '145626.250000', '145626.253000', '145626.256000', '145626.259000', '145626.262000', '145626.265000', '145626.267000', '145626.270000', '145626.273000', '145626.276000', '145626.279000', '145626.282000', '145626.284000', '145646.153000', '145646.156000', '145646.159000', '145646.162000', '145646.165000', '145646.167000', '145646.170000', '145646.173000', '145646.176000', '145646.179000', '145646.182000', '145646.184000', '145646.187000', '145646.190000', '145646.193000', '145646.196000', '145646.199000', '145646.201000', '145646.204000', '145646.207000', '145646.210000', '145646.213000', '145646.216000', '145646.219000', '145646.221000', '145646.224000', '145646.227000', '145646.230000', '145646.233000', '145646.236000', '145646.238000', '145646.241000', '145646.244000', '145646.247000', '145646.250000', '145646.253000', '145646.256000', '145646.258000', '145646.261000', '145646.264000', '145646.267000', '145646.270000', '145646.273000', '145646.275000', '145706.152000', '145706.155000', '145706.158000', '145706.161000', '145706.164000', '145706.166000', '145706.169000', '145706.172000', '145706.175000', '145706.178000', '145706.181000', '145706.184000', '145706.187000', '145706.189000', '145706.192000', '145706.195000', '145706.198000', '145706.201000', '145706.204000', '145706.207000', '145706.209000', '145706.212000', '145706.215000', '145706.218000', '145706.221000', '145706.224000', '145706.227000', '145706.230000', '145706.232000', '145706.235000', '145706.238000', '145706.241000', '145706.244000', '145706.246000', '145706.249000', '145706.252000', '145706.255000', '145706.258000', '145706.261000', '145706.263000', '145706.266000', '145706.269000', '145706.272000', '145726.152000', '145726.155000', '145726.158000', '145726.161000', '145726.164000', '145726.166000', '145726.169000', '145726.172000', '145726.175000', '145726.178000', '145726.181000', '145726.183000', '145726.186000', '145726.189000', '145726.192000', '145726.195000', '145726.198000', '145726.209000', '145726.211000', '145726.214000', '145726.217000', '145726.220000', '145726.223000', '145726.226000', '145726.229000', '145726.231000', '145726.234000', '145726.237000', '145726.240000', '145726.243000', '145726.246000', '145726.257000', '145726.260000', '145726.263000', '145726.266000', '145726.268000', '145726.271000', '145726.274000', '145726.277000', '145726.280000', '145726.283000', '145726.285000', '145726.288000', '145726.291000', '145746.152000', '145746.155000', '145746.158000', '145746.170000', '145746.173000', '145746.176000', '145746.179000', '145746.182000', '145746.185000', '145746.188000', '145746.191000', '145746.193000', '145746.196000', '145746.199000', '145746.202000', '145746.205000', '145746.208000', '145746.211000', '145746.214000', '145746.217000', '145746.219000', '145746.222000', '145746.225000', '145746.228000', '145746.231000', '145746.234000', '145746.237000', '145746.240000', '145746.242000', '145746.245000', '145746.248000', '145746.251000', '145746.254000', '145746.257000', '145746.260000', '145746.262000', '145746.265000', '145746.268000', '145746.271000', '145746.274000', '145746.276000', '145746.279000', '145746.282000', '145757.757000', '145757.760000', '145757.763000', '145757.766000', '145757.857000', '145757.860000', '145757.863000', '145757.866000', '145757.869000', '145757.872000', '145757.875000', '145757.878000', '145757.881000', '145757.884000', '145757.887000', '145757.890000', '145757.893000', '145757.896000', '145757.899000', '145757.902000', '145757.905000', '145757.908000', '145757.910000', '145757.913000', '145757.916000', '145757.923000'], 'InstanceCreationTime': ['144926.214000', '144926.217000', '144926.220000', '144926.224000', '144926.227000', '144926.230000', '144926.232000', '144926.235000', '144926.238000', '144926.241000', '144926.244000', '144926.250000', '144926.253000', '144926.256000', '144926.259000', '144926.262000', '144926.265000', '144926.268000', '144926.271000', '144926.274000', '144926.277000', '144926.280000', '144926.283000', '144926.286000', '144926.289000', '144926.291000', '144926.294000', '144926.297000', '144926.300000', '144926.303000', '144926.306000', '144926.309000', '144926.312000', '144926.314000', '144926.317000', '144926.320000', '144926.323000', '144926.326000', '144926.329000', '144926.332000', '144926.335000', '144926.338000', '144926.341000', '144926.343000', '144926.346000', '144946.153000', '144946.156000', '144946.158000', '144946.161000', '144946.165000', '144946.168000', '144946.170000', '144946.173000', '144946.176000', '144946.179000', '144946.182000', '144946.185000', '144946.187000', '144946.190000', '144946.206000', '144946.209000', '144946.212000', '144946.215000', '144946.218000', '144946.221000', '144946.224000', '144946.227000', '144946.230000', '144946.232000', '144946.235000', '144946.238000', '144946.241000', '144946.244000', '144946.247000', '144946.250000', '144946.253000', '144946.256000', '144946.259000', '144946.262000', '144946.265000', '144946.269000', '144946.271000', '144946.274000', '144946.277000', '144946.280000', '144946.283000', '144946.286000', '144946.289000', '144946.292000', '145006.152000', '145006.155000', '145006.158000', '145006.160000', '145006.163000', '145006.166000', '145006.169000', '145006.172000', '145006.174000', '145006.177000', '145006.180000', '145006.183000', '145006.186000', '145006.188000', '145006.191000', '145006.194000', '145006.198000', '145006.201000', '145006.203000', '145006.206000', '145006.209000', '145006.212000', '145006.215000', '145006.218000', '145006.221000', '145006.223000', '145006.226000', '145006.229000', '145006.232000', '145006.235000', '145006.238000', '145006.240000', '145006.253000', '145006.256000', '145006.259000', '145006.262000', '145006.264000', '145006.267000', '145006.270000', '145006.273000', '145006.276000', '145006.278000', '145006.281000', '145026.152000', '145026.155000', '145026.158000', '145026.160000', '145026.163000', '145026.166000', '145026.169000', '145026.172000', '145026.188000', '145026.191000', '145026.194000', '145026.197000', '145026.200000', '145026.202000', '145026.205000', '145026.208000', '145026.211000', '145026.214000', '145026.216000', '145026.219000', '145026.222000', '145026.225000', '145026.228000', '145026.231000', '145026.233000', '145026.236000', '145026.239000', '145026.242000', '145026.245000', '145026.248000', '145026.250000', '145026.253000', '145026.256000', '145026.259000', '145026.262000', '145026.265000', '145026.267000', '145026.270000', '145026.273000', '145026.276000', '145026.279000', '145026.282000', '145026.284000', '145026.287000', '145046.152000', '145046.155000', '145046.158000', '145046.161000', '145046.163000', '145046.166000', '145046.169000', '145046.172000', '145046.175000', '145046.191000', '145046.194000', '145046.197000', '145046.200000', '145046.203000', '145046.206000', '145046.208000', '145046.211000', '145046.214000', '145046.217000', '145046.220000', '145046.223000', '145046.226000', '145046.231000', '145046.235000', '145046.237000', '145046.240000', '145046.243000', '145046.246000', '145046.249000', '145046.252000', '145046.255000', '145046.257000', '145046.260000', '145046.263000', '145046.266000', '145046.269000', '145046.272000', '145046.275000', '145046.277000', '145046.280000', '145046.283000', '145046.286000', '145046.289000', '145106.152000', '145106.155000', '145106.158000', '145106.160000', '145106.163000', '145106.166000', '145106.169000', '145106.172000', '145106.175000', '145106.178000', '145106.180000', '145106.183000', '145106.186000', '145106.189000', '145106.192000', '145106.195000', '145106.197000', '145106.200000', '145106.203000', '145106.206000', '145106.209000', '145106.212000', '145106.215000', '145106.217000', '145106.220000', '145106.223000', '145106.226000', '145106.229000', '145106.231000', '145106.234000', '145106.237000', '145106.243000', '145106.246000', '145106.248000', '145106.251000', '145106.254000', '145106.257000', '145106.260000', '145106.263000', '145106.265000', '145106.268000', '145106.277000', '145106.280000', '145106.283000', '145126.152000', '145126.155000', '145126.158000', '145126.161000', '145126.163000', '145126.166000', '145126.169000', '145126.172000', '145126.175000', '145126.179000', '145126.182000', '145126.185000', '145126.188000', '145126.190000', '145126.193000', '145126.196000', '145126.199000', '145126.202000', '145126.205000', '145126.208000', '145126.211000', '145126.213000', '145126.216000', '145126.219000', '145126.222000', '145126.225000', '145126.228000', '145126.230000', '145126.233000', '145126.236000', '145126.239000', '145126.242000', '145126.245000', '145126.248000', '145126.252000', '145126.255000', '145126.258000', '145126.261000', '145126.263000', '145126.266000', '145126.269000', '145126.272000', '145126.275000', '145146.152000', '145146.155000', '145146.158000', '145146.161000', '145146.163000', '145146.166000', '145146.169000', '145146.172000', '145146.175000', '145146.178000', '145146.180000', '145146.183000', '145146.186000', '145146.189000', '145146.192000', '145146.194000', '145146.197000', '145146.200000', '145146.203000', '145146.206000', '145146.209000', '145146.212000', '145146.214000', '145146.217000', '145146.220000', '145146.223000', '145146.226000', '145146.229000', '145146.232000', '145146.234000', '145146.237000', '145146.240000', '145146.243000', '145146.246000', '145146.249000', '145146.252000', '145146.254000', '145146.257000', '145146.260000', '145146.263000', '145146.266000', '145146.269000', '145146.271000', '145146.274000', '145206.153000', '145206.156000', '145206.159000', '145206.179000', '145206.182000', '145206.185000', '145206.188000', '145206.191000', '145206.194000', '145206.196000', '145206.199000', '145206.202000', '145206.205000', '145206.208000', '145206.211000', '145206.214000', '145206.217000', '145206.219000', '145206.222000', '145206.225000', '145206.228000', '145206.231000', '145206.234000', '145206.237000', '145206.240000', '145206.243000', '145206.245000', '145206.248000', '145206.251000', '145206.254000', '145206.257000', '145206.260000', '145206.263000', '145206.266000', '145206.269000', '145206.271000', '145206.274000', '145206.277000', '145206.280000', '145206.283000', '145206.286000', '145206.289000', '145206.294000', '145226.152000', '145226.155000', '145226.158000', '145226.161000', '145226.163000', '145226.166000', '145226.169000', '145226.172000', '145226.175000', '145226.177000', '145226.188000', '145226.191000', '145226.193000', '145226.196000', '145226.199000', '145226.202000', '145226.205000', '145226.208000', '145226.211000', '145226.213000', '145226.216000', '145226.219000', '145226.222000', '145226.225000', '145226.227000', '145226.230000', '145226.233000', '145226.236000', '145226.239000', '145226.242000', '145226.245000', '145226.247000', '145226.250000', '145226.253000', '145226.256000', '145226.259000', '145226.262000', '145226.264000', '145226.267000', '145226.270000', '145226.273000', '145226.276000', '145226.278000', '145226.281000', '145246.152000', '145246.155000', '145246.158000', '145246.161000', '145246.164000', '145246.166000', '145246.169000', '145246.172000', '145246.175000', '145246.178000', '145246.180000', '145246.183000', '145246.186000', '145246.189000', '145246.192000', '145246.195000', '145246.198000', '145246.200000', '145246.203000', '145246.206000', '145246.209000', '145246.212000', '145246.215000', '145246.219000', '145246.222000', '145246.224000', '145246.227000', '145246.230000', '145246.233000', '145246.236000', '145246.239000', '145246.242000', '145246.245000', '145246.247000', '145246.250000', '145246.253000', '145246.256000', '145246.259000', '145246.262000', '145246.264000', '145246.267000', '145246.270000', '145246.273000', '145306.152000', '145306.155000', '145306.158000', '145306.161000', '145306.164000', '145306.167000', '145306.170000', '145306.173000', '145306.176000', '145306.178000', '145306.181000', '145306.184000', '145306.188000', '145306.191000', '145306.194000', '145306.197000', '145306.200000', '145306.203000', '145306.206000', '145306.209000', '145306.211000', '145306.214000', '145306.217000', '145306.220000', '145306.223000', '145306.231000', '145306.234000', '145306.237000', '145306.240000', '145306.243000', '145306.245000', '145306.248000', '145306.251000', '145306.254000', '145306.257000', '145306.260000', '145306.262000', '145306.265000', '145306.268000', '145306.271000', '145306.274000', '145306.277000', '145306.279000', '145306.282000', '145326.152000', '145326.155000', '145326.158000', '145326.161000', '145326.163000', '145326.166000', '145326.169000', '145326.172000', '145326.175000', '145326.178000', '145326.180000', '145326.183000', '145326.186000', '145326.189000', '145326.192000', '145326.195000', '145326.198000', '145326.200000', '145326.203000', '145326.206000', '145326.209000', '145326.212000', '145326.215000', '145326.218000', '145326.220000', '145326.223000', '145326.226000', '145326.229000', '145326.243000', '145326.246000', '145326.249000', '145326.252000', '145326.255000', '145326.258000', '145326.260000', '145326.263000', '145326.266000', '145326.269000', '145326.272000', '145326.275000', '145326.277000', '145326.280000', '145326.283000', '145346.152000', '145346.155000', '145346.158000', '145346.161000', '145346.163000', '145346.166000', '145346.169000', '145346.172000', '145346.175000', '145346.178000', '145346.180000', '145346.183000', '145346.186000', '145346.189000', '145346.192000', '145346.195000', '145346.197000', '145346.200000', '145346.203000', '145346.206000', '145346.209000', '145346.212000', '145346.215000', '145346.217000', '145346.220000', '145346.223000', '145346.226000', '145346.229000', '145346.232000', '145346.234000', '145346.237000', '145346.240000', '145346.243000', '145346.246000', '145346.249000', '145346.251000', '145346.254000', '145346.257000', '145346.260000', '145346.263000', '145346.265000', '145346.268000', '145346.271000', '145346.274000', '145406.152000', '145406.155000', '145406.158000', '145406.161000', '145406.163000', '145406.166000', '145406.169000', '145406.172000', '145406.175000', '145406.178000', '145406.180000', '145406.183000', '145406.186000', '145406.189000', '145406.192000', '145406.195000', '145406.198000', '145406.200000', '145406.203000', '145406.206000', '145406.209000', '145406.212000', '145406.215000', '145406.218000', '145406.220000', '145406.223000', '145406.226000', '145406.229000', '145406.232000', '145406.235000', '145406.238000', '145406.240000', '145406.243000', '145406.246000', '145406.249000', '145406.252000', '145406.256000', '145406.259000', '145406.262000', '145406.265000', '145406.268000', '145406.271000', '145406.273000', '145426.153000', '145426.156000', '145426.159000', '145426.168000', '145426.170000', '145426.173000', '145426.176000', '145426.179000', '145426.182000', '145426.185000', '145426.188000', '145426.190000', '145426.193000', '145426.196000', '145426.199000', '145426.202000', '145426.205000', '145426.208000', '145426.210000', '145426.213000', '145426.216000', '145426.221000', '145426.224000', '145426.227000', '145426.230000', '145426.233000', '145426.236000', '145426.239000', '145426.242000', '145426.245000', '145426.248000', '145426.250000', '145426.253000', '145426.256000', '145426.259000', '145426.262000', '145426.265000', '145426.268000', '145426.270000', '145426.273000', '145426.276000', '145426.279000', '145426.282000', '145426.285000', '145446.152000', '145446.155000', '145446.158000', '145446.161000', '145446.164000', '145446.166000', '145446.169000', '145446.172000', '145446.175000', '145446.178000', '145446.180000', '145446.183000', '145446.186000', '145446.189000', '145446.192000', '145446.195000', '145446.198000', '145446.200000', '145446.203000', '145446.206000', '145446.209000', '145446.212000', '145446.215000', '145446.217000', '145446.220000', '145446.223000', '145446.226000', '145446.229000', '145446.232000', '145446.235000', '145446.237000', '145446.249000', '145446.252000', '145446.254000', '145446.257000', '145446.260000', '145446.263000', '145446.266000', '145446.268000', '145446.271000', '145446.274000', '145446.277000', '145446.280000', '145506.152000', '145506.155000', '145506.158000', '145506.160000', '145506.163000', '145506.166000', '145506.169000', '145506.172000', '145506.175000', '145506.178000', '145506.188000', '145506.191000', '145506.194000', '145506.197000', '145506.200000', '145506.202000', '145506.205000', '145506.208000', '145506.211000', '145506.214000', '145506.217000', '145506.220000', '145506.222000', '145506.225000', '145506.228000', '145506.231000', '145506.234000', '145506.237000', '145506.240000', '145506.242000', '145506.245000', '145506.248000', '145506.251000', '145506.254000', '145506.257000', '145506.259000', '145506.262000', '145506.265000', '145506.268000', '145506.271000', '145506.273000', '145506.276000', '145506.279000', '145506.282000', '145526.152000', '145526.155000', '145526.158000', '145526.161000', '145526.164000', '145526.166000', '145526.169000', '145526.172000', '145526.175000', '145526.178000', '145526.181000', '145526.183000', '145526.186000', '145526.189000', '145526.192000', '145526.195000', '145526.198000', '145526.201000', '145526.203000', '145526.206000', '145526.209000', '145526.212000', '145526.215000', '145526.218000', '145526.221000', '145526.223000', '145526.226000', '145526.243000', '145526.246000', '145526.248000', '145526.251000', '145526.254000', '145526.257000', '145526.260000', '145526.263000', '145526.265000', '145526.268000', '145526.271000', '145526.274000', '145526.277000', '145526.280000', '145526.283000', '145526.286000', '145546.152000', '145546.155000', '145546.158000', '145546.161000', '145546.163000', '145546.166000', '145546.169000', '145546.172000', '145546.175000', '145546.178000', '145546.181000', '145546.183000', '145546.186000', '145546.189000', '145546.192000', '145546.195000', '145546.198000', '145546.200000', '145546.203000', '145546.206000', '145546.209000', '145546.212000', '145546.215000', '145546.218000', '145546.220000', '145546.223000', '145546.226000', '145546.229000', '145546.232000', '145546.234000', '145546.237000', '145546.240000', '145546.243000', '145546.246000', '145546.249000', '145546.252000', '145546.254000', '145546.257000', '145546.260000', '145546.263000', '145546.266000', '145546.269000', '145546.272000', '145606.152000', '145606.155000', '145606.158000', '145606.161000', '145606.163000', '145606.166000', '145606.169000', '145606.172000', '145606.175000', '145606.178000', '145606.181000', '145606.183000', '145606.186000', '145606.189000', '145606.192000', '145606.195000', '145606.198000', '145606.200000', '145606.203000', '145606.206000', '145606.209000', '145606.212000', '145606.215000', '145606.218000', '145606.220000', '145606.223000', '145606.226000', '145606.242000', '145606.245000', '145606.248000', '145606.250000', '145606.253000', '145606.256000', '145606.259000', '145606.262000', '145606.265000', '145606.267000', '145606.270000', '145606.273000', '145606.276000', '145606.279000', '145606.282000', '145606.285000', '145606.287000', '145626.152000', '145626.155000', '145626.158000', '145626.161000', '145626.164000', '145626.167000', '145626.170000', '145626.185000', '145626.188000', '145626.191000', '145626.193000', '145626.196000', '145626.199000', '145626.202000', '145626.205000', '145626.208000', '145626.211000', '145626.213000', '145626.216000', '145626.219000', '145626.222000', '145626.225000', '145626.228000', '145626.231000', '145626.234000', '145626.236000', '145626.239000', '145626.242000', '145626.245000', '145626.248000', '145626.250000', '145626.253000', '145626.256000', '145626.259000', '145626.262000', '145626.265000', '145626.267000', '145626.270000', '145626.273000', '145626.276000', '145626.279000', '145626.282000', '145626.284000', '145646.153000', '145646.156000', '145646.159000', '145646.162000', '145646.165000', '145646.167000', '145646.170000', '145646.173000', '145646.176000', '145646.179000', '145646.182000', '145646.184000', '145646.187000', '145646.190000', '145646.193000', '145646.196000', '145646.199000', '145646.201000', '145646.204000', '145646.207000', '145646.210000', '145646.213000', '145646.216000', '145646.219000', '145646.221000', '145646.224000', '145646.227000', '145646.230000', '145646.233000', '145646.236000', '145646.238000', '145646.241000', '145646.244000', '145646.247000', '145646.250000', '145646.253000', '145646.256000', '145646.258000', '145646.261000', '145646.264000', '145646.267000', '145646.270000', '145646.273000', '145646.275000', '145706.152000', '145706.155000', '145706.158000', '145706.161000', '145706.164000', '145706.166000', '145706.169000', '145706.172000', '145706.175000', '145706.178000', '145706.181000', '145706.184000', '145706.187000', '145706.189000', '145706.192000', '145706.195000', '145706.198000', '145706.201000', '145706.204000', '145706.207000', '145706.209000', '145706.212000', '145706.215000', '145706.218000', '145706.221000', '145706.224000', '145706.227000', '145706.230000', '145706.232000', '145706.235000', '145706.238000', '145706.241000', '145706.244000', '145706.246000', '145706.249000', '145706.252000', '145706.255000', '145706.258000', '145706.261000', '145706.263000', '145706.266000', '145706.269000', '145706.272000', '145726.152000', '145726.155000', '145726.158000', '145726.161000', '145726.164000', '145726.166000', '145726.169000', '145726.172000', '145726.175000', '145726.178000', '145726.181000', '145726.183000', '145726.186000', '145726.189000', '145726.192000', '145726.195000', '145726.198000', '145726.209000', '145726.211000', '145726.214000', '145726.217000', '145726.220000', '145726.223000', '145726.226000', '145726.229000', '145726.231000', '145726.234000', '145726.237000', '145726.240000', '145726.243000', '145726.246000', '145726.257000', '145726.260000', '145726.263000', '145726.266000', '145726.268000', '145726.271000', '145726.274000', '145726.277000', '145726.280000', '145726.283000', '145726.285000', '145726.288000', '145726.291000', '145746.152000', '145746.155000', '145746.158000', '145746.170000', '145746.173000', '145746.176000', '145746.179000', '145746.182000', '145746.185000', '145746.188000', '145746.191000', '145746.193000', '145746.196000', '145746.199000', '145746.202000', '145746.205000', '145746.208000', '145746.211000', '145746.214000', '145746.217000', '145746.219000', '145746.222000', '145746.225000', '145746.228000', '145746.231000', '145746.234000', '145746.237000', '145746.240000', '145746.242000', '145746.245000', '145746.248000', '145746.251000', '145746.254000', '145746.257000', '145746.260000', '145746.262000', '145746.265000', '145746.268000', '145746.271000', '145746.274000', '145746.276000', '145746.279000', '145746.282000', '145757.757000', '145757.760000', '145757.763000', '145757.766000', '145757.857000', '145757.860000', '145757.863000', '145757.866000', '145757.869000', '145757.872000', '145757.875000', '145757.878000', '145757.881000', '145757.884000', '145757.887000', '145757.890000', '145757.893000', '145757.896000', '145757.899000', '145757.902000', '145757.905000', '145757.908000', '145757.910000', '145757.913000', '145757.916000', '145757.923000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [15510, 10006, 12659, 9493, 10305, 9297, 13488, 9369, 14706, 9673, 9234, 10400, 8876, 14119, 9634, 12022, 9431, 10082, 9336, 10849, 10004, 8943, 13148, 8772, 12148, 8928, 10244, 8935, 12063, 9219, 9015, 11086, 8521, 13039, 9129, 11217, 8954, 9315, 9307, 8852, 10572, 8443, 14290, 9009, 10776, 8776, 11526, 9276, 10114, 8900, 8597, 11060, 8642, 11241, 8613, 10154, 8718, 9709, 8997, 14357, 9320, 10763, 9196, 8843, 9394, 8502, 12844, 8637, 11438, 8984, 10147, 8745, 9986, 8617, 11193, 8757, 10074, 9129, 12230, 9000, 10572, 10780, 10209, 13107, 8767, 14599, 8961, 11330, 8956, 10261, 9249, 10741, 8645, 11145, 9135, 8456, 11505, 8488, 12862, 8816, 10691, 8827, 9519, 9146, 8822, 9386, 8444, 9456, 8458, 12061, 8783, 9969, 8949, 9450, 9273, 9936, 8914, 13445, 9166, 9305, 10583, 8624, 13971, 9020, 13122, 8912, 10848, 8952, 13190, 8961, 14840, 9346, 10459, 9169, 8694, 13092, 10586, 15020, 9085, 12453, 9173, 10891, 8823, 14376, 10336, 11523, 12547, 9143, 12742, 9085, 12218, 8766, 9429, 15110, 8799, 11591, 9190, 12699, 8947, 8804, 9898, 8435, 11280, 8937, 10766, 8989, 9448, 8973, 8651, 13172, 8883, 10723, 8780, 12064, 8825, 11049, 10803, 8504, 12420, 8908, 11063, 8858, 11356, 8981, 8583, 14173, 9148, 12741, 8677, 11122, 8856, 12854, 9402, 11413, 11010, 8968, 13740, 9066, 11249, 8928, 10570, 8832, 11333, 8920, 10762, 8889, 11036, 10140, 8950, 12618, 8777, 11501, 8953, 10965, 8700, 10786, 8942, 10659, 8817, 12156, 9588, 10550, 10682, 9077, 13207, 9059, 11479, 8866, 11228, 8854, 12467, 8653, 11617, 11271, 9280, 13570, 9232, 12521, 8892, 11171, 9331, 12266, 8893, 10764, 8840, 10070, 13215, 10392, 16260, 9546, 11686, 9477, 12087, 10436, 9170, 9611, 8865, 10962, 10966, 10099, 12655, 13473, 16398, 11527, 15845, 11229, 13557, 12429, 13041, 15402, 12205, 16376, 11419, 15405, 11276, 15732, 10502, 15891, 10645, 11311, 9915, 11493, 9108, 11731, 9527, 12287, 9642, 12044, 12956, 11748, 15175, 11684, 16029, 10989, 14375, 10375, 14013, 9771, 12353, 9817, 11636, 12652, 10175, 10232, 11367, 10610, 10344, 9398, 9535, 10927, 10775, 10483, 10262, 11958, 10577, 13576, 14942, 14013, 14018, 15078, 12387, 16212, 11622, 19374, 10730, 14970, 9627, 12610, 8967, 12419, 9919, 12308, 9544, 10797, 9553, 10623, 9350, 9568, 9251, 9860, 8735, 10145, 8385, 9956, 8597, 9905, 10375, 10661, 9716, 11075, 9769, 9593, 10430, 9300, 10289, 10342, 9430, 10469, 9215, 12923, 11344, 9647, 12821, 11068, 14356, 12144, 13940, 11030, 12045, 11640, 11392, 15141, 10766, 14339, 10208, 12911, 9285, 14636, 10026, 12244, 10086, 10842, 10622, 10043, 14876, 9960, 11688, 9728, 11765, 10323, 10216, 16192, 9932, 13228, 10091, 11057, 10313, 10128, 15235, 9698, 12071, 10115, 10805, 10268, 9697, 14024, 9658, 11684, 10524, 10246, 10622, 9581, 12991, 9515, 11097, 10443, 10990, 10683, 11365, 9993, 10857, 9833, 11112, 10714, 11596, 10824, 15204, 11100, 15452, 10968, 13416, 13858, 12227, 18385, 13183, 16758, 12377, 14085, 12191, 11424, 18068, 11500, 15308, 12045, 14556, 10453, 11800, 10538, 11288, 10499, 10754, 10478, 11370, 9757, 10867, 10352, 10570, 12875, 10994, 12693, 12402, 11842, 15632, 12570, 16307, 10616, 16029, 10565, 14347, 11306, 13154, 10609, 13191, 10685, 10913, 15896, 10596, 15048, 10351, 13411, 10187, 12632, 10530, 11951, 10748, 11028, 11042, 10362, 14652, 10426, 12025, 10275, 11844, 10300, 11735, 10647, 11454, 10679, 11208, 10781, 10514, 10662, 10459, 12890, 10457, 13673, 10650, 12194, 10380, 13290, 10671, 11356, 10827, 10511, 12894, 10228, 13928, 10625, 12058, 10862, 11469, 11029, 10632, 11095, 10217, 10818, 10307, 11407, 10462, 12501, 10512, 11642, 10487, 11612, 10479, 11887, 10451, 11981, 10670, 12266, 10562, 12694, 10254, 12657, 10416, 13466, 10473, 15234, 10477, 13428, 10560, 11327, 14361, 10691, 16738, 10827, 14688, 10837, 14049, 10408, 12235, 10547, 11152, 13701, 10437, 15298, 10204, 12821, 10303, 11881, 10575, 10819, 12995, 10225, 14217, 10516, 12023, 10472, 11438, 10586, 10420, 10680, 10052, 15695, 9983, 11503, 10484, 11002, 10521, 10503, 11019, 9953, 10792, 9944, 11448, 10440, 11588, 10416, 11099, 10403, 11171, 10559, 11266, 10659, 11266, 10373, 14217, 10633, 11014, 10131, 11094, 10545, 16084, 11627, 16514, 11019, 16223, 11136, 15455, 11211, 17475, 10832, 16908, 12017, 12949, 10616, 11747, 13991, 11438, 14699, 11246, 16258, 10906, 15004, 11223, 14193, 10347, 13591, 9199, 11570, 9423, 10935, 9782, 10126, 9323, 10728, 11085, 10178, 14135, 10169, 15447, 9867, 15128, 10664, 15042, 10566, 10543, 10012, 10582, 10594, 10714, 10465, 10541, 11058, 10432, 10305, 10393, 12248, 10427, 14064, 10245, 13271, 10277, 16034, 9948, 13346, 10085, 11553, 10445, 12565, 10294, 12565, 10734, 10686, 10505, 9946, 16679, 10339, 15942, 10325, 10494, 10424, 11422, 11131, 10924, 10756, 10183, 10643, 10550, 14891, 10454, 13731, 10367, 9532, 10519, 12612, 11096, 10265, 10532, 10501, 12550, 10625, 10748, 10606, 9687, 10511, 10713, 10362, 10473, 10719, 10210, 10152, 8827, 10401, 8791, 9920, 10225, 9530, 11347, 11094, 11379, 11086, 12158, 13697, 11610, 17735, 11451, 15279, 12801, 12525, 14436, 13905, 13640, 17430, 11826, 18360, 10469, 18358, 10156, 14377, 10171, 12179, 10832, 11250, 12734, 10266, 17797, 10338, 11508, 10365, 10837, 10489, 9801, 10474, 10486, 12025, 10750, 10584, 10595, 9344, 10587, 10456, 10605, 10558, 13889, 10515, 11880, 10286, 10757, 10568, 11518, 10601, 11597, 10125, 10150, 13736, 10388, 14093, 10608, 10771, 10426, 10473, 10206, 10436, 10375, 10151, 14565, 10577, 15463, 10444, 12050, 9937, 9988, 10651, 10050, 13423, 10775, 12936, 10772, 12306, 10514, 9951, 10452, 9693, 11188, 11400, 10863, 9909, 10675, 10493, 10500, 10342, 15641, 10464, 12405, 10611, 11881, 10552, 10168, 13937, 10391, 16207, 10551, 13427, 10253, 11236, 11059, 11250, 10599, 12330, 10628, 10301, 10390, 10477, 13486, 10182, 13360, 10477, 15715, 10296, 12637, 10074, 12772, 10471, 9847, 16621, 10244, 14282, 10121, 11522, 10412, 9788, 14873, 9889, 14214, 10299, 11289, 10675, 10140, 14557, 10266, 13951, 10271, 10951, 10120, 10123, 10296, 10657, 12913, 10631, 9597, 10336, 10318, 10186, 10610, 10640, 10244, 10177, 10335, 10170, 10668, 12595, 10549, 13084, 10365, 11709, 10387, 12458, 10099, 13024, 10467, 10223, 16487, 10454, 17080, 10104, 14896, 10205, 11044, 10087, 12379, 12515, 10011, 16991, 10116, 14137, 10197, 12121, 10681, 10477, 14673, 10268, 10746, 10281, 11360, 10619, 9847, 10089, 10408, 15021, 10445, 12773, 10506, 9396, 10307, 10034, 10795, 10999, 10645, 10034, 10234, 10137, 14478, 10334, 14523, 10436, 14637, 10376, 15264, 10140, 16753, 10210, 15508, 10037, 15699, 10192, 16321, 10395, 16733, 9832, 13860, 10047, 12935, 10747, 13148, 10248, 10057, 11540, 9926, 15818, 10084, 16382, 10321, 12774, 10221, 11123, 10274, 13214, 10031, 9764, 10335, 9835, 10159, 15035, 10148, 12933, 9905, 10318, 9950, 13442, 9938, 12108, 10179, 9973, 9868, 10169, 14913, 10254, 14338, 9996, 9931, 9982, 12709, 10506, 12008, 10449, 9914, 10074, 10473, 15475, 10352, 14340, 10128, 10050, 10131, 10715, 10497, 13700, 10417, 13072, 9992, 14359, 10034, 14870, 10213, 13591, 10039, 13822, 10288, 11051, 13803, 10002, 15549, 9721, 13316, 10718, 11979, 13820, 9841, 14667, 9920, 10145, 10140, 11597, 10341, 9968, 10326, 10175, 14393, 10258, 16615, 10201, 10086, 10345, 12778, 10443, 13427, 10565, 9930, 10509, 10184, 12506, 10234, 11683, 10361, 12872, 10376, 10073, 13675, 10163, 10559, 10090, 12579, 10508, 10338, 15920, 10282, 11944, 10335, 11516, 10004, 12354, 10786, 8985, 10325, 8920, 9554, 9055, 9828, 9227, 9716, 12556, 11172, 9306, 10773, 10629, 9681, 16781, 9579, 12657, 9204, 12829, 10281, 11708, 9759, 9311, 12355, 9373, 10880, 9585, 9895, 9464, 11527, 9591, 9675, 14768, 9281, 10850, 9479, 9930, 9339, 10926, 9625, 9613, 14808, 9386, 10481, 9272, 12418, 9751, 10074, 14311, 9290, 12956, 9462, 10414, 9496, 12024, 11088, 9428, 14759, 9336, 12218, 9419, 10787, 9613, 11981, 9299, 9403, 13347, 9601, 13076, 9406, 11458, 9383, 12755, 9388, 10134], 'WindowCenter': [4883.0, 4815.0, 4811.0, 4772.0, 4766.0, 4759.0, 4787.0, 4729.0, 4781.0, 4735.0, 4733.0, 4740.0, 4725.0, 4782.0, 4724.0, 4751.0, 4725.0, 4736.0, 4731.0, 4744.0, 4724.0, 4719.0, 4754.0, 4706.0, 4741.0, 4719.0, 4726.0, 4717.0, 4746.0, 4718.0, 4717.0, 4738.0, 4712.0, 4758.0, 4716.0, 4730.0, 4716.0, 4718.0, 4729.0, 4733.0, 4734.0, 4705.0, 4764.0, 4716.0, 4750.0, 4717.0, 4761.0, 4730.0, 4739.0, 4720.0, 4722.0, 4762.0, 4730.0, 4751.0, 4718.0, 4740.0, 4716.0, 4725.0, 4731.0, 4781.0, 4732.0, 4749.0, 4732.0, 4733.0, 4730.0, 4737.0, 4773.0, 4726.0, 4756.0, 4733.0, 4748.0, 4730.0, 4754.0, 4734.0, 4762.0, 4732.0, 4737.0, 4742.0, 4771.0, 4731.0, 4755.0, 4749.0, 4747.0, 4770.0, 4716.0, 4781.0, 4735.0, 4750.0, 4733.0, 4742.0, 4732.0, 4748.0, 4720.0, 4756.0, 4728.0, 4730.0, 4760.0, 4734.0, 4770.0, 4733.0, 4754.0, 4734.0, 4744.0, 4736.0, 4743.0, 4740.0, 4734.0, 4739.0, 4737.0, 4776.0, 4747.0, 4756.0, 4759.0, 4756.0, 4752.0, 4758.0, 4747.0, 4797.0, 4745.0, 4758.0, 4770.0, 4751.0, 4796.0, 4748.0, 4787.0, 4748.0, 4768.0, 4743.0, 4782.0, 4745.0, 4791.0, 4744.0, 4766.0, 4739.0, 4751.0, 4784.0, 4768.0, 4789.0, 4743.0, 4770.0, 4747.0, 4763.0, 4748.0, 4788.0, 4747.0, 4766.0, 4763.0, 4732.0, 4762.0, 4731.0, 4764.0, 4720.0, 4728.0, 4781.0, 4718.0, 4754.0, 4733.0, 4760.0, 4722.0, 4719.0, 4725.0, 4718.0, 4746.0, 4734.0, 4751.0, 4727.0, 4737.0, 4723.0, 4728.0, 4773.0, 4731.0, 4750.0, 4724.0, 4757.0, 4725.0, 4756.0, 4754.0, 4733.0, 4762.0, 4729.0, 4751.0, 4731.0, 4751.0, 4732.0, 4737.0, 4784.0, 4746.0, 4766.0, 4736.0, 4751.0, 4735.0, 4776.0, 4732.0, 4764.0, 4750.0, 4732.0, 4768.0, 4735.0, 4747.0, 4734.0, 4750.0, 4716.0, 4753.0, 4726.0, 4766.0, 4730.0, 4754.0, 4744.0, 4727.0, 4762.0, 4718.0, 4759.0, 4731.0, 4751.0, 4732.0, 4756.0, 4728.0, 4752.0, 4745.0, 4776.0, 4740.0, 4754.0, 4750.0, 4732.0, 4767.0, 4749.0, 4763.0, 4730.0, 4755.0, 4730.0, 4773.0, 4736.0, 4760.0, 4753.0, 4734.0, 4772.0, 4734.0, 4758.0, 4732.0, 4750.0, 4730.0, 4760.0, 4723.0, 4743.0, 4730.0, 4741.0, 4757.0, 4743.0, 4795.0, 4767.0, 4769.0, 4766.0, 4809.0, 4796.0, 4773.0, 4772.0, 4774.0, 4796.0, 4794.0, 4781.0, 4812.0, 4802.0, 4821.0, 4791.0, 4822.0, 4793.0, 4815.0, 4802.0, 4800.0, 4808.0, 4777.0, 4794.0, 4767.0, 4795.0, 4765.0, 4795.0, 4754.0, 4793.0, 4757.0, 4780.0, 4757.0, 4764.0, 4734.0, 4774.0, 4756.0, 4773.0, 4745.0, 4776.0, 4773.0, 4765.0, 4783.0, 4761.0, 4793.0, 4756.0, 4785.0, 4743.0, 4772.0, 4741.0, 4772.0, 4742.0, 4790.0, 4785.0, 4758.0, 4754.0, 4772.0, 4766.0, 4777.0, 4770.0, 4767.0, 4776.0, 4778.0, 4776.0, 4766.0, 4789.0, 4780.0, 4798.0, 4806.0, 4783.0, 4773.0, 4780.0, 4747.0, 4767.0, 4722.0, 4770.0, 4714.0, 4755.0, 4699.0, 4719.0, 4661.0, 4708.0, 4656.0, 4661.0, 4661.0, 4666.0, 4664.0, 4672.0, 4680.0, 4664.0, 4648.0, 4659.0, 4650.0, 4673.0, 4655.0, 4691.0, 4679.0, 4697.0, 4711.0, 4720.0, 4733.0, 4750.0, 4753.0, 4745.0, 4748.0, 4743.0, 4751.0, 4755.0, 4760.0, 4769.0, 4749.0, 4787.0, 4779.0, 4759.0, 4798.0, 4765.0, 4796.0, 4773.0, 4786.0, 4752.0, 4764.0, 4764.0, 4779.0, 4794.0, 4757.0, 4830.0, 4786.0, 4773.0, 4727.0, 4780.0, 4741.0, 4758.0, 4755.0, 4777.0, 4763.0, 4757.0, 4794.0, 4756.0, 4773.0, 4757.0, 4777.0, 4757.0, 4768.0, 4807.0, 4757.0, 4787.0, 4757.0, 4767.0, 4754.0, 4756.0, 4805.0, 4755.0, 4774.0, 4766.0, 4766.0, 4766.0, 4759.0, 4797.0, 4759.0, 4777.0, 4765.0, 4768.0, 4769.0, 4783.0, 4812.0, 4773.0, 4803.0, 4806.0, 4803.0, 4816.0, 4813.0, 4794.0, 4817.0, 4810.0, 4816.0, 4805.0, 4815.0, 4818.0, 4846.0, 4816.0, 4847.0, 4804.0, 4820.0, 4822.0, 4810.0, 4839.0, 4815.0, 4829.0, 4798.0, 4808.0, 4787.0, 4787.0, 4827.0, 4789.0, 4817.0, 4799.0, 4822.0, 4766.0, 4775.0, 4777.0, 4789.0, 4789.0, 4787.0, 4791.0, 4798.0, 4771.0, 4791.0, 4788.0, 4791.0, 4812.0, 4791.0, 4813.0, 4800.0, 4803.0, 4831.0, 4803.0, 4830.0, 4780.0, 4816.0, 4778.0, 4809.0, 4780.0, 4798.0, 4767.0, 4797.0, 4767.0, 4775.0, 4816.0, 4767.0, 4806.0, 4769.0, 4796.0, 4768.0, 4786.0, 4768.0, 4784.0, 4763.0, 4776.0, 4774.0, 4770.0, 4805.0, 4776.0, 4785.0, 4766.0, 4787.0, 4776.0, 4785.0, 4775.0, 4787.0, 4776.0, 4788.0, 4777.0, 4778.0, 4777.0, 4780.0, 4800.0, 4777.0, 4806.0, 4779.0, 4797.0, 4780.0, 4808.0, 4776.0, 4789.0, 4787.0, 4789.0, 4808.0, 4791.0, 4819.0, 4791.0, 4802.0, 4788.0, 4800.0, 4791.0, 4792.0, 4791.0, 4783.0, 4789.0, 4789.0, 4799.0, 4792.0, 4812.0, 4792.0, 4800.0, 4803.0, 4802.0, 4803.0, 4813.0, 4795.0, 4811.0, 4804.0, 4811.0, 4805.0, 4824.0, 4795.0, 4812.0, 4796.0, 4813.0, 4792.0, 4830.0, 4782.0, 4809.0, 4780.0, 4793.0, 4810.0, 4778.0, 4816.0, 4780.0, 4805.0, 4780.0, 4807.0, 4778.0, 4787.0, 4766.0, 4777.0, 4796.0, 4767.0, 4806.0, 4766.0, 4784.0, 4767.0, 4790.0, 4765.0, 4779.0, 4796.0, 4770.0, 4795.0, 4776.0, 4787.0, 4768.0, 4787.0, 4765.0, 4776.0, 4780.0, 4767.0, 4816.0, 4767.0, 4787.0, 4781.0, 4778.0, 4779.0, 4780.0, 4780.0, 4779.0, 4794.0, 4795.0, 4791.0, 4792.0, 4798.0, 4791.0, 4802.0, 4804.0, 4802.0, 4804.0, 4803.0, 4805.0, 4803.0, 4809.0, 4834.0, 4806.0, 4804.0, 4804.0, 4804.0, 4807.0, 4845.0, 4805.0, 4844.0, 4795.0, 4841.0, 4804.0, 4831.0, 4793.0, 4841.0, 4780.0, 4831.0, 4789.0, 4799.0, 4777.0, 4790.0, 4808.0, 4788.0, 4809.0, 4778.0, 4817.0, 4776.0, 4819.0, 4738.0, 4800.0, 4743.0, 4761.0, 4735.0, 4749.0, 4721.0, 4763.0, 4755.0, 4740.0, 4731.0, 4739.0, 4738.0, 4728.0, 4764.0, 4725.0, 4765.0, 4732.0, 4764.0, 4726.0, 4766.0, 4730.0, 4728.0, 4716.0, 4713.0, 4715.0, 4716.0, 4729.0, 4716.0, 4727.0, 4727.0, 4719.0, 4712.0, 4738.0, 4728.0, 4756.0, 4724.0, 4748.0, 4719.0, 4755.0, 4704.0, 4745.0, 4703.0, 4721.0, 4712.0, 4711.0, 4701.0, 4722.0, 4709.0, 4712.0, 4699.0, 4703.0, 4749.0, 4702.0, 4747.0, 4704.0, 4712.0, 4709.0, 4723.0, 4720.0, 4723.0, 4712.0, 4716.0, 4718.0, 4726.0, 4750.0, 4724.0, 4747.0, 4715.0, 4713.0, 4724.0, 4746.0, 4722.0, 4723.0, 4726.0, 4728.0, 4747.0, 4740.0, 4739.0, 4741.0, 4720.0, 4735.0, 4742.0, 4728.0, 4743.0, 4737.0, 4773.0, 4767.0, 4775.0, 4779.0, 4747.0, 4758.0, 4767.0, 4764.0, 4793.0, 4792.0, 4790.0, 4780.0, 4792.0, 4811.0, 4779.0, 4809.0, 4770.0, 4785.0, 4776.0, 4775.0, 4788.0, 4774.0, 4772.0, 4778.0, 4742.0, 4781.0, 4718.0, 4766.0, 4717.0, 4740.0, 4705.0, 4723.0, 4715.0, 4719.0, 4727.0, 4703.0, 4761.0, 4700.0, 4711.0, 4703.0, 4711.0, 4708.0, 4699.0, 4700.0, 4712.0, 4735.0, 4737.0, 4716.0, 4721.0, 4713.0, 4722.0, 4727.0, 4726.0, 4726.0, 4757.0, 4726.0, 4738.0, 4728.0, 4737.0, 4737.0, 4737.0, 4722.0, 4740.0, 4713.0, 4730.0, 4753.0, 4730.0, 4756.0, 4735.0, 4741.0, 4730.0, 4729.0, 4724.0, 4730.0, 4730.0, 4729.0, 4768.0, 4736.0, 4771.0, 4726.0, 4748.0, 4730.0, 4729.0, 4730.0, 4730.0, 4754.0, 4741.0, 4775.0, 4750.0, 4764.0, 4736.0, 4728.0, 4732.0, 4720.0, 4738.0, 4751.0, 4739.0, 4731.0, 4740.0, 4737.0, 4740.0, 4729.0, 4774.0, 4740.0, 4753.0, 4725.0, 4737.0, 4729.0, 4731.0, 4757.0, 4732.0, 4767.0, 4727.0, 4748.0, 4714.0, 4727.0, 4728.0, 4728.0, 4711.0, 4737.0, 4716.0, 4716.0, 4717.0, 4732.0, 4747.0, 4730.0, 4749.0, 4726.0, 4764.0, 4720.0, 4736.0, 4714.0, 4734.0, 4713.0, 4717.0, 4763.0, 4714.0, 4746.0, 4712.0, 4725.0, 4714.0, 4702.0, 4742.0, 4702.0, 4742.0, 4701.0, 4711.0, 4708.0, 4717.0, 4742.0, 4711.0, 4743.0, 4711.0, 4723.0, 4713.0, 4727.0, 4724.0, 4740.0, 4759.0, 4735.0, 4721.0, 4728.0, 4729.0, 4741.0, 4744.0, 4741.0, 4744.0, 4743.0, 4745.0, 4741.0, 4752.0, 4762.0, 4753.0, 4769.0, 4754.0, 4764.0, 4751.0, 4764.0, 4746.0, 4774.0, 4742.0, 4744.0, 4794.0, 4744.0, 4778.0, 4728.0, 4768.0, 4730.0, 4738.0, 4729.0, 4752.0, 4745.0, 4718.0, 4766.0, 4718.0, 4755.0, 4728.0, 4738.0, 4724.0, 4729.0, 4752.0, 4711.0, 4725.0, 4727.0, 4739.0, 4723.0, 4744.0, 4744.0, 4745.0, 4778.0, 4738.0, 4750.0, 4727.0, 4715.0, 4730.0, 4729.0, 4741.0, 4755.0, 4738.0, 4735.0, 4741.0, 4737.0, 4773.0, 4741.0, 4771.0, 4740.0, 4768.0, 4739.0, 4778.0, 4743.0, 4783.0, 4737.0, 4768.0, 4730.0, 4770.0, 4732.0, 4766.0, 4731.0, 4769.0, 4716.0, 4743.0, 4715.0, 4736.0, 4714.0, 4739.0, 4706.0, 4705.0, 4721.0, 4705.0, 4752.0, 4701.0, 4752.0, 4712.0, 4734.0, 4716.0, 4727.0, 4710.0, 4736.0, 4711.0, 4705.0, 4712.0, 4714.0, 4720.0, 4756.0, 4715.0, 4733.0, 4711.0, 4714.0, 4718.0, 4733.0, 4701.0, 4724.0, 4703.0, 4705.0, 4702.0, 4717.0, 4752.0, 4715.0, 4746.0, 4701.0, 4702.0, 4714.0, 4733.0, 4711.0, 4733.0, 4711.0, 4716.0, 4716.0, 4728.0, 4758.0, 4713.0, 4754.0, 4717.0, 4715.0, 4730.0, 4731.0, 4738.0, 4753.0, 4728.0, 4755.0, 4726.0, 4765.0, 4728.0, 4770.0, 4727.0, 4748.0, 4715.0, 4743.0, 4706.0, 4703.0, 4733.0, 4706.0, 4741.0, 4695.0, 4731.0, 4703.0, 4711.0, 4717.0, 4691.0, 4728.0, 4701.0, 4702.0, 4697.0, 4711.0, 4698.0, 4690.0, 4699.0, 4705.0, 4730.0, 4704.0, 4749.0, 4701.0, 4704.0, 4702.0, 4723.0, 4700.0, 4735.0, 4700.0, 4701.0, 4700.0, 4706.0, 4720.0, 4701.0, 4725.0, 4705.0, 4735.0, 4703.0, 4703.0, 4731.0, 4704.0, 4712.0, 4715.0, 4734.0, 4713.0, 4716.0, 4752.0, 4718.0, 4723.0, 4717.0, 4734.0, 4743.0, 4773.0, 4751.0, 4721.0, 4732.0, 4720.0, 4719.0, 4705.0, 4730.0, 4717.0, 4733.0, 4761.0, 4743.0, 4719.0, 4737.0, 4724.0, 4719.0, 4753.0, 4702.0, 4736.0, 4708.0, 4749.0, 4710.0, 4737.0, 4704.0, 4705.0, 4731.0, 4707.0, 4727.0, 4717.0, 4718.0, 4713.0, 4741.0, 4720.0, 4719.0, 4753.0, 4715.0, 4737.0, 4720.0, 4719.0, 4716.0, 4739.0, 4716.0, 4734.0, 4769.0, 4721.0, 4740.0, 4717.0, 4763.0, 4729.0, 4733.0, 4766.0, 4722.0, 4751.0, 4718.0, 4730.0, 4732.0, 4752.0, 4742.0, 4723.0, 4769.0, 4720.0, 4745.0, 4717.0, 4740.0, 4728.0, 4751.0, 4717.0, 4723.0, 4758.0, 4730.0, 4760.0, 4730.0, 4751.0, 4723.0, 4760.0, 4717.0, 4731.0], 'WindowWidth': [10638.0, 10521.0, 10496.0, 10434.0, 10417.0, 10407.0, 10438.0, 10353.0, 10422.0, 10357.0, 10355.0, 10360.0, 10340.0, 10421.0, 10337.0, 10375.0, 10336.0, 10352.0, 10347.0, 10362.0, 10332.0, 10328.0, 10372.0, 10308.0, 10353.0, 10331.0, 10336.0, 10323.0, 10362.0, 10324.0, 10324.0, 10352.0, 10319.0, 10380.0, 10322.0, 10339.0, 10322.0, 10325.0, 10343.0, 10352.0, 10345.0, 10310.0, 10387.0, 10324.0, 10372.0, 10330.0, 10388.0, 10344.0, 10357.0, 10332.0, 10337.0, 10393.0, 10350.0, 10376.0, 10330.0, 10359.0, 10326.0, 10337.0, 10351.0, 10417.0, 10349.0, 10374.0, 10350.0, 10353.0, 10350.0, 10364.0, 10409.0, 10343.0, 10382.0, 10355.0, 10374.0, 10354.0, 10386.0, 10356.0, 10394.0, 10353.0, 10358.0, 10367.0, 10405.0, 10354.0, 10388.0, 10376.0, 10372.0, 10404.0, 10329.0, 10418.0, 10356.0, 10378.0, 10356.0, 10365.0, 10351.0, 10371.0, 10334.0, 10381.0, 10346.0, 10352.0, 10390.0, 10357.0, 10403.0, 10355.0, 10383.0, 10357.0, 10372.0, 10359.0, 10375.0, 10367.0, 10361.0, 10365.0, 10366.0, 10418.0, 10380.0, 10394.0, 10402.0, 10394.0, 10386.0, 10397.0, 10381.0, 10448.0, 10377.0, 10397.0, 10415.0, 10392.0, 10447.0, 10382.0, 10435.0, 10382.0, 10408.0, 10376.0, 10427.0, 10376.0, 10437.0, 10374.0, 10405.0, 10365.0, 10391.0, 10431.0, 10409.0, 10433.0, 10373.0, 10408.0, 10379.0, 10398.0, 10382.0, 10432.0, 10371.0, 10402.0, 10395.0, 10352.0, 10393.0, 10351.0, 10397.0, 10334.0, 10345.0, 10420.0, 10334.0, 10381.0, 10353.0, 10387.0, 10336.0, 10331.0, 10337.0, 10332.0, 10368.0, 10354.0, 10378.0, 10342.0, 10357.0, 10339.0, 10345.0, 10411.0, 10352.0, 10376.0, 10343.0, 10384.0, 10338.0, 10385.0, 10384.0, 10357.0, 10393.0, 10348.0, 10379.0, 10350.0, 10378.0, 10355.0, 10366.0, 10424.0, 10374.0, 10397.0, 10358.0, 10377.0, 10360.0, 10415.0, 10352.0, 10395.0, 10373.0, 10350.0, 10397.0, 10360.0, 10370.0, 10354.0, 10374.0, 10327.0, 10380.0, 10341.0, 10401.0, 10351.0, 10384.0, 10369.0, 10343.0, 10393.0, 10331.0, 10390.0, 10354.0, 10379.0, 10353.0, 10388.0, 10345.0, 10380.0, 10377.0, 10416.0, 10362.0, 10384.0, 10377.0, 10352.0, 10397.0, 10382.0, 10397.0, 10349.0, 10384.0, 10349.0, 10407.0, 10362.0, 10392.0, 10380.0, 10355.0, 10404.0, 10353.0, 10384.0, 10354.0, 10374.0, 10346.0, 10386.0, 10336.0, 10365.0, 10349.0, 10364.0, 10380.0, 10364.0, 10444.0, 10414.0, 10408.0, 10413.0, 10480.0, 10463.0, 10424.0, 10429.0, 10434.0, 10462.0, 10457.0, 10438.0, 10482.0, 10464.0, 10490.0, 10448.0, 10495.0, 10457.0, 10487.0, 10466.0, 10460.0, 10466.0, 10424.0, 10445.0, 10405.0, 10445.0, 10403.0, 10445.0, 10386.0, 10438.0, 10391.0, 10432.0, 10395.0, 10400.0, 10359.0, 10416.0, 10395.0, 10412.0, 10375.0, 10420.0, 10410.0, 10400.0, 10426.0, 10394.0, 10440.0, 10391.0, 10431.0, 10368.0, 10407.0, 10366.0, 10407.0, 10372.0, 10452.0, 10435.0, 10400.0, 10389.0, 10415.0, 10410.0, 10432.0, 10428.0, 10420.0, 10424.0, 10430.0, 10426.0, 10410.0, 10444.0, 10438.0, 10461.0, 10466.0, 10434.0, 10416.0, 10422.0, 10368.0, 10393.0, 10324.0, 10389.0, 10311.0, 10367.0, 10287.0, 10308.0, 10217.0, 10287.0, 10201.0, 10201.0, 10211.0, 10214.0, 10217.0, 10228.0, 10251.0, 10218.0, 10195.0, 10207.0, 10199.0, 10230.0, 10214.0, 10269.0, 10252.0, 10282.0, 10301.0, 10321.0, 10348.0, 10376.0, 10387.0, 10375.0, 10374.0, 10373.0, 10381.0, 10389.0, 10404.0, 10417.0, 10387.0, 10438.0, 10433.0, 10406.0, 10458.0, 10406.0, 10450.0, 10413.0, 10435.0, 10381.0, 10401.0, 10399.0, 10430.0, 10446.0, 10397.0, 10517.0, 10450.0, 10413.0, 10343.0, 10416.0, 10367.0, 10388.0, 10392.0, 10426.0, 10401.0, 10396.0, 10444.0, 10394.0, 10417.0, 10397.0, 10426.0, 10397.0, 10415.0, 10467.0, 10400.0, 10439.0, 10396.0, 10410.0, 10388.0, 10395.0, 10462.0, 10394.0, 10422.0, 10410.0, 10413.0, 10411.0, 10405.0, 10454.0, 10405.0, 10427.0, 10409.0, 10418.0, 10417.0, 10448.0, 10483.0, 10431.0, 10475.0, 10482.0, 10478.0, 10500.0, 10492.0, 10464.0, 10502.0, 10496.0, 10501.0, 10484.0, 10498.0, 10504.0, 10540.0, 10501.0, 10543.0, 10481.0, 10501.0, 10500.0, 10482.0, 10523.0, 10492.0, 10510.0, 10460.0, 10476.0, 10443.0, 10443.0, 10502.0, 10447.0, 10488.0, 10464.0, 10498.0, 10414.0, 10422.0, 10431.0, 10451.0, 10452.0, 10447.0, 10457.0, 10465.0, 10430.0, 10456.0, 10452.0, 10458.0, 10488.0, 10458.0, 10490.0, 10469.0, 10476.0, 10512.0, 10473.0, 10508.0, 10439.0, 10487.0, 10434.0, 10476.0, 10437.0, 10461.0, 10415.0, 10457.0, 10413.0, 10424.0, 10480.0, 10414.0, 10466.0, 10419.0, 10453.0, 10417.0, 10441.0, 10417.0, 10437.0, 10407.0, 10427.0, 10422.0, 10420.0, 10467.0, 10427.0, 10438.0, 10416.0, 10443.0, 10429.0, 10440.0, 10427.0, 10445.0, 10429.0, 10447.0, 10431.0, 10434.0, 10432.0, 10438.0, 10465.0, 10432.0, 10471.0, 10438.0, 10462.0, 10440.0, 10477.0, 10432.0, 10450.0, 10446.0, 10452.0, 10478.0, 10457.0, 10493.0, 10455.0, 10471.0, 10450.0, 10467.0, 10455.0, 10459.0, 10453.0, 10445.0, 10451.0, 10453.0, 10468.0, 10462.0, 10486.0, 10461.0, 10469.0, 10477.0, 10474.0, 10478.0, 10492.0, 10468.0, 10486.0, 10479.0, 10486.0, 10482.0, 10506.0, 10468.0, 10488.0, 10468.0, 10488.0, 10459.0, 10510.0, 10444.0, 10480.0, 10439.0, 10458.0, 10479.0, 10433.0, 10486.0, 10436.0, 10470.0, 10435.0, 10472.0, 10431.0, 10443.0, 10413.0, 10431.0, 10456.0, 10417.0, 10470.0, 10414.0, 10439.0, 10415.0, 10449.0, 10411.0, 10434.0, 10454.0, 10421.0, 10453.0, 10428.0, 10443.0, 10417.0, 10444.0, 10411.0, 10430.0, 10436.0, 10419.0, 10484.0, 10418.0, 10444.0, 10440.0, 10435.0, 10435.0, 10438.0, 10439.0, 10439.0, 10463.0, 10466.0, 10455.0, 10459.0, 10465.0, 10459.0, 10474.0, 10481.0, 10474.0, 10482.0, 10477.0, 10483.0, 10479.0, 10493.0, 10522.0, 10487.0, 10481.0, 10481.0, 10480.0, 10488.0, 10538.0, 10482.0, 10534.0, 10466.0, 10529.0, 10477.0, 10515.0, 10462.0, 10528.0, 10440.0, 10512.0, 10447.0, 10463.0, 10430.0, 10453.0, 10473.0, 10449.0, 10475.0, 10433.0, 10485.0, 10428.0, 10492.0, 10351.0, 10457.0, 10366.0, 10383.0, 10355.0, 10367.0, 10329.0, 10394.0, 10387.0, 10358.0, 10343.0, 10348.0, 10348.0, 10335.0, 10385.0, 10334.0, 10385.0, 10344.0, 10381.0, 10333.0, 10384.0, 10339.0, 10331.0, 10315.0, 10307.0, 10315.0, 10314.0, 10335.0, 10313.0, 10330.0, 10332.0, 10322.0, 10308.0, 10346.0, 10332.0, 10370.0, 10326.0, 10362.0, 10320.0, 10366.0, 10295.0, 10350.0, 10292.0, 10316.0, 10304.0, 10298.0, 10287.0, 10316.0, 10296.0, 10303.0, 10282.0, 10293.0, 10350.0, 10290.0, 10348.0, 10293.0, 10303.0, 10301.0, 10322.0, 10315.0, 10322.0, 10305.0, 10313.0, 10313.0, 10330.0, 10359.0, 10325.0, 10357.0, 10314.0, 10310.0, 10328.0, 10359.0, 10322.0, 10325.0, 10330.0, 10334.0, 10361.0, 10355.0, 10351.0, 10355.0, 10328.0, 10345.0, 10357.0, 10337.0, 10361.0, 10353.0, 10421.0, 10413.0, 10431.0, 10429.0, 10382.0, 10393.0, 10406.0, 10405.0, 10447.0, 10449.0, 10445.0, 10426.0, 10446.0, 10476.0, 10425.0, 10464.0, 10410.0, 10424.0, 10415.0, 10413.0, 10434.0, 10408.0, 10405.0, 10406.0, 10358.0, 10409.0, 10320.0, 10383.0, 10313.0, 10341.0, 10295.0, 10320.0, 10310.0, 10314.0, 10320.0, 10290.0, 10368.0, 10285.0, 10300.0, 10290.0, 10302.0, 10294.0, 10284.0, 10286.0, 10305.0, 10341.0, 10349.0, 10315.0, 10320.0, 10315.0, 10322.0, 10331.0, 10328.0, 10331.0, 10374.0, 10331.0, 10347.0, 10335.0, 10348.0, 10349.0, 10348.0, 10323.0, 10352.0, 10310.0, 10339.0, 10367.0, 10337.0, 10374.0, 10346.0, 10355.0, 10338.0, 10337.0, 10328.0, 10340.0, 10337.0, 10336.0, 10389.0, 10347.0, 10396.0, 10333.0, 10362.0, 10340.0, 10337.0, 10339.0, 10339.0, 10368.0, 10358.0, 10413.0, 10375.0, 10395.0, 10348.0, 10337.0, 10342.0, 10327.0, 10351.0, 10371.0, 10352.0, 10344.0, 10355.0, 10350.0, 10354.0, 10340.0, 10399.0, 10356.0, 10373.0, 10331.0, 10349.0, 10337.0, 10339.0, 10372.0, 10344.0, 10386.0, 10330.0, 10360.0, 10311.0, 10330.0, 10331.0, 10334.0, 10306.0, 10344.0, 10314.0, 10315.0, 10318.0, 10343.0, 10358.0, 10338.0, 10361.0, 10328.0, 10380.0, 10322.0, 10342.0, 10311.0, 10340.0, 10307.0, 10315.0, 10375.0, 10308.0, 10352.0, 10304.0, 10323.0, 10307.0, 10291.0, 10344.0, 10290.0, 10346.0, 10288.0, 10302.0, 10297.0, 10317.0, 10346.0, 10305.0, 10348.0, 10305.0, 10324.0, 10310.0, 10332.0, 10327.0, 10355.0, 10379.0, 10345.0, 10328.0, 10338.0, 10339.0, 10360.0, 10366.0, 10359.0, 10365.0, 10363.0, 10369.0, 10364.0, 10379.0, 10391.0, 10379.0, 10398.0, 10381.0, 10394.0, 10378.0, 10395.0, 10368.0, 10408.0, 10360.0, 10364.0, 10434.0, 10365.0, 10408.0, 10338.0, 10393.0, 10341.0, 10350.0, 10340.0, 10373.0, 10357.0, 10321.0, 10384.0, 10319.0, 10368.0, 10335.0, 10349.0, 10323.0, 10334.0, 10362.0, 10306.0, 10326.0, 10334.0, 10351.0, 10323.0, 10371.0, 10366.0, 10367.0, 10409.0, 10352.0, 10365.0, 10331.0, 10315.0, 10339.0, 10341.0, 10357.0, 10379.0, 10349.0, 10351.0, 10356.0, 10350.0, 10403.0, 10358.0, 10398.0, 10357.0, 10392.0, 10353.0, 10407.0, 10363.0, 10415.0, 10351.0, 10389.0, 10339.0, 10392.0, 10344.0, 10385.0, 10339.0, 10388.0, 10316.0, 10349.0, 10314.0, 10343.0, 10307.0, 10344.0, 10296.0, 10295.0, 10315.0, 10296.0, 10356.0, 10287.0, 10356.0, 10302.0, 10333.0, 10313.0, 10328.0, 10302.0, 10338.0, 10302.0, 10296.0, 10308.0, 10310.0, 10321.0, 10367.0, 10312.0, 10334.0, 10303.0, 10309.0, 10317.0, 10329.0, 10289.0, 10320.0, 10291.0, 10296.0, 10290.0, 10316.0, 10358.0, 10310.0, 10353.0, 10289.0, 10290.0, 10310.0, 10336.0, 10300.0, 10332.0, 10301.0, 10310.0, 10314.0, 10332.0, 10371.0, 10310.0, 10364.0, 10316.0, 10312.0, 10337.0, 10339.0, 10349.0, 10366.0, 10336.0, 10370.0, 10331.0, 10383.0, 10336.0, 10394.0, 10334.0, 10361.0, 10313.0, 10351.0, 10297.0, 10289.0, 10331.0, 10295.0, 10341.0, 10280.0, 10328.0, 10287.0, 10298.0, 10301.0, 10268.0, 10319.0, 10285.0, 10286.0, 10276.0, 10299.0, 10278.0, 10269.0, 10281.0, 10294.0, 10323.0, 10291.0, 10350.0, 10284.0, 10289.0, 10290.0, 10318.0, 10282.0, 10333.0, 10282.0, 10285.0, 10283.0, 10295.0, 10311.0, 10287.0, 10323.0, 10295.0, 10335.0, 10290.0, 10291.0, 10326.0, 10293.0, 10303.0, 10308.0, 10337.0, 10306.0, 10313.0, 10357.0, 10312.0, 10318.0, 10312.0, 10341.0, 10366.0, 10409.0, 10374.0, 10331.0, 10341.0, 10325.0, 10323.0, 10301.0, 10337.0, 10318.0, 10349.0, 10383.0, 10358.0, 10321.0, 10345.0, 10326.0, 10322.0, 10359.0, 10291.0, 10340.0, 10303.0, 10362.0, 10302.0, 10342.0, 10296.0, 10298.0, 10330.0, 10303.0, 10328.0, 10316.0, 10319.0, 10311.0, 10354.0, 10322.0, 10323.0, 10365.0, 10315.0, 10345.0, 10324.0, 10323.0, 10320.0, 10353.0, 10317.0, 10347.0, 10393.0, 10329.0, 10352.0, 10322.0, 10386.0, 10339.0, 10350.0, 10386.0, 10332.0, 10369.0, 10323.0, 10340.0, 10346.0, 10373.0, 10355.0, 10331.0, 10391.0, 10326.0, 10357.0, 10322.0, 10356.0, 10336.0, 10370.0, 10319.0, 10331.0, 10376.0, 10341.0, 10382.0, 10343.0, 10370.0, 10333.0, 10383.0, 10320.0, 10342.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.03273050347222222</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.16450328784722223</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.136061790251944</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0352510015638576</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8957155221633359</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5249</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3464.353</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10958516024140164</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.291666666666667</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.747107256784755</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6451783005703984</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.789621297126609</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.806522172657257</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0236003</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0035394481383264065</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020809771493077278</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1152</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>4.885894348995994</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>17.0203</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.7132</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.3076</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289433.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1293.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>499.437</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.6474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3894.2707</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3996.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87111.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>2104.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4953.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>817.8599</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.039455732214265</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> |