=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 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-0092_ses-02_task-narratives_acq-mb8_run-02_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-0092_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_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-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0092_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-02_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-0092/ses-02/func/sub-0092_ses-02_task-narratives_acq-mb8_run-02_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>ef93a3006c31fa0f9720d933539d626d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:03:3.775000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999222, -0.0076647, -0.0386751, 0.00837125, 0.9998, 0.01814]</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-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0810483</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-02_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7727, -7282, 667, -49, -70, 73, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bb80eb08-e20f-47dc-b4e7-7976ac0a68b7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6808407306671143, 0.022459447383880615, -0.10402648895978928, 110.41986846923828], [0.020563840866088867, 2.682391405105591, 0.04981398209929466, -102.35472869873047], [-0.1037624254822731, -0.048668209463357925, 2.697535514831543, -64.79426574707031], [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, 1098]</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], 'AcquisitionTime': ['090303.775000', '090304.235000', '090304.695000', '090305.155000', '090305.615000', '090306.075000', '090306.535000', '090306.995000', '090307.455000', '090307.915000', '090308.375000', '090308.835000', '090309.295000', '090309.755000', '090310.215000', '090310.675000', '090311.135000', '090311.595000', '090312.055000', '090312.515000', '090312.975000', '090313.435000', '090313.895000', '090314.355000', '090314.815000', '090315.275000', '090315.735000', '090316.195000', '090316.655000', '090317.115000', '090317.575000', '090318.035000', '090318.495000', '090318.955000', '090319.415000', '090319.875000', '090320.335000', '090320.795000', '090321.255000', '090321.715000', '090322.175000', '090322.635000', '090323.095000', '090323.555000', '090324.015000', '090324.475000', '090324.935000', '090325.395000', '090325.855000', '090326.315000', '090326.775000', '090327.235000', '090327.695000', '090328.155000', '090328.615000', '090329.075000', '090329.535000', '090329.995000', '090330.455000', '090330.915000', '090331.375000', '090331.835000', '090332.295000', '090332.755000', '090333.215000', '090333.675000', '090334.135000', '090334.595000', '090335.055000', '090335.515000', '090335.975000', '090336.435000', '090336.895000', '090337.355000', '090337.815000', '090338.275000', '090338.735000', '090339.195000', '090339.655000', '090340.115000', '090340.575000', '090341.035000', '090341.495000', '090341.955000', '090342.415000', '090342.875000', '090343.335000', '090343.795000', '090344.255000', '090344.715000', '090345.175000', '090345.635000', '090346.095000', '090346.555000', '090347.015000', '090347.475000', '090347.935000', '090348.395000', '090348.855000', '090349.315000', '090349.775000', '090350.235000', '090350.695000', '090351.155000', '090351.615000', '090352.075000', '090352.535000', '090352.995000', '090353.455000', '090353.915000', '090354.375000', '090354.835000', '090355.295000', '090355.755000', '090356.215000', '090356.675000', '090357.135000', '090357.595000', '090358.055000', '090358.515000', '090358.975000', '090359.435000', '090359.895000', '090400.355000', '090400.815000', '090401.275000', '090401.735000', '090402.195000', '090402.655000', '090403.115000', '090403.575000', '090404.035000', '090404.495000', '090404.955000', '090405.415000', '090405.875000', '090406.335000', '090406.795000', '090407.255000', '090407.715000', '090408.175000', '090408.635000', '090409.095000', '090409.555000', '090410.015000', '090410.475000', '090410.935000', '090411.395000', '090411.855000', '090412.315000', '090412.775000', '090413.235000', '090413.695000', '090414.155000', '090414.615000', '090415.075000', '090415.535000', '090415.995000', '090416.455000', '090416.915000', '090417.375000', '090417.835000', '090418.295000', '090418.755000', '090419.215000', '090419.675000', '090420.135000', '090420.595000', '090421.055000', '090421.515000', '090421.975000', '090422.435000', '090422.895000', '090423.355000', '090423.815000', '090424.275000', '090424.735000', '090425.195000', '090425.655000', '090426.115000', '090426.575000', '090427.035000', '090427.495000', '090427.955000', '090428.415000', '090428.875000', '090429.335000', '090429.795000', '090430.255000', '090430.715000', '090431.175000', '090431.635000', '090432.095000', '090432.555000', '090433.015000', '090433.475000', '090433.935000', '090434.395000', '090434.855000', '090435.315000', '090435.775000', '090436.235000', '090436.695000', '090437.155000', '090437.615000', '090438.075000', '090438.535000', '090438.995000', '090439.455000', '090439.915000', '090440.375000', '090440.835000', '090441.295000', '090441.755000', '090442.215000', '090442.675000', '090443.135000', '090443.595000', '090444.055000', '090444.515000', '090444.975000', '090445.435000', '090445.895000', '090446.355000', '090446.815000', '090447.275000', '090447.735000', '090448.195000', '090448.655000', '090449.115000', '090449.575000', '090450.035000', '090450.495000', '090450.955000', '090451.415000', '090451.875000', '090452.335000', '090452.795000', '090453.255000', '090453.715000', '090454.175000', '090454.635000', '090455.095000', '090455.555000', '090456.015000', '090456.475000', '090456.935000', '090457.395000', '090457.855000', '090458.315000', '090458.775000', '090459.235000', '090459.695000', '090500.155000', '090500.615000', '090501.075000', '090501.535000', '090501.995000', '090502.455000', '090502.915000', '090503.375000', '090503.835000', '090504.295000', '090504.755000', '090505.215000', '090505.675000', '090506.135000', '090506.595000', '090507.055000', '090507.515000', '090507.975000', '090508.435000', '090508.895000', '090509.355000', '090509.815000', '090510.275000', '090510.735000', '090511.195000', '090511.655000', '090512.115000', '090512.575000', '090513.035000', '090513.495000', '090513.955000', '090514.415000', '090514.875000', '090515.335000', '090515.795000', '090516.255000', '090516.715000', '090517.175000', '090517.635000', '090518.095000', '090518.555000', '090519.015000', '090519.475000', '090519.935000', '090520.395000', '090520.855000', '090521.315000', '090521.775000', '090522.235000', '090522.695000', '090523.155000', '090523.615000', '090524.075000', '090524.535000', '090524.995000', '090525.455000', '090525.915000', '090526.375000', '090526.835000', '090527.295000', '090527.755000', '090528.215000', '090528.675000', '090529.135000', '090529.595000', '090530.055000', '090530.515000', '090530.975000', '090531.435000', '090531.895000', '090532.355000', '090532.815000', '090533.275000', '090533.735000', '090534.195000', '090534.655000', '090535.115000', '090535.575000', '090536.035000', '090536.495000', '090536.955000', '090537.415000', '090537.875000', '090538.335000', '090538.795000', '090539.255000', '090539.715000', '090540.175000', '090540.635000', '090541.095000', '090541.555000', '090542.015000', '090542.475000', '090542.935000', '090543.395000', '090543.855000', '090544.315000', '090544.775000', '090545.235000', '090545.695000', '090546.155000', '090546.615000', '090547.075000', '090547.535000', '090547.995000', '090548.455000', '090548.915000', '090549.375000', '090549.835000', '090550.295000', '090550.755000', '090551.215000', '090551.675000', '090552.135000', '090552.595000', '090553.055000', '090553.515000', '090553.975000', '090554.435000', '090554.895000', '090555.355000', '090555.815000', '090556.275000', '090556.735000', '090557.195000', '090557.655000', '090558.115000', '090558.575000', '090559.035000', '090559.495000', '090559.955000', '090600.415000', '090600.875000', '090601.335000', '090601.795000', '090602.255000', '090602.715000', '090603.175000', '090603.635000', '090604.095000', '090604.555000', '090605.015000', '090605.475000', '090605.935000', '090606.395000', '090606.855000', '090607.315000', '090607.775000', '090608.235000', '090608.695000', '090609.155000', '090609.615000', '090610.075000', '090610.535000', '090610.995000', '090611.455000', '090611.915000', '090612.375000', '090612.835000', '090613.295000', '090613.755000', '090614.215000', '090614.675000', '090615.135000', '090615.595000', '090616.055000', '090616.515000', '090616.975000', '090617.435000', '090617.895000', '090618.355000', '090618.815000', '090619.275000', '090619.735000', '090620.195000', '090620.655000', '090621.115000', '090621.575000', '090622.035000', '090622.495000', '090622.955000', '090623.415000', '090623.875000', '090624.335000', '090624.795000', '090625.255000', '090625.715000', '090626.175000', '090626.635000', '090627.095000', '090627.555000', '090628.015000', '090628.475000', '090628.935000', '090629.395000', '090629.855000', '090630.315000', '090630.775000', '090631.235000', '090631.695000', '090632.155000', '090632.615000', '090633.075000', '090633.535000', '090633.995000', '090634.455000', '090634.915000', '090635.375000', '090635.835000', '090636.295000', '090636.755000', '090637.215000', '090637.675000', '090638.135000', '090638.595000', '090639.055000', '090639.515000', '090639.975000', '090640.435000', '090640.895000', '090641.355000', '090641.815000', '090642.275000', '090642.735000', '090643.195000', '090643.655000', '090644.115000', '090644.575000', '090645.035000', '090645.495000', '090645.955000', '090646.415000', '090646.875000', '090647.335000', '090647.795000', '090648.255000', '090648.715000', '090649.175000', '090649.635000', '090650.095000', '090650.555000', '090651.015000', '090651.475000', '090651.935000', '090652.395000', '090652.855000', '090653.315000', '090653.775000', '090654.235000', '090654.695000', '090655.155000', '090655.615000', '090656.075000', '090656.535000', '090656.995000', '090657.455000', '090657.915000', '090658.375000', '090658.835000', '090659.295000', '090659.755000', '090700.215000', '090700.675000', '090701.135000', '090701.595000', '090702.055000', '090702.515000', '090702.975000', '090703.435000', '090703.895000', '090704.355000', '090704.815000', '090705.275000', '090705.735000', '090706.195000', '090706.655000', '090707.115000', '090707.575000', '090708.035000', '090708.495000', '090708.955000', '090709.415000', '090709.875000', '090710.335000', '090710.795000', '090711.255000', '090711.715000', '090712.175000', '090712.635000', '090713.095000', '090713.555000', '090714.015000', '090714.475000', '090714.935000', '090715.395000', '090715.855000', '090716.315000', '090716.775000', '090717.235000', '090717.695000', '090718.155000', '090718.615000', '090719.075000', '090719.535000', '090719.995000', '090720.455000', '090720.915000', '090721.375000', '090721.835000', '090722.295000', '090722.755000', '090723.215000', '090723.675000', '090724.135000', '090724.595000', '090725.055000', '090725.515000', '090725.975000', '090726.435000', '090726.895000', '090727.355000', '090727.815000', '090728.275000', '090728.735000', '090729.195000', '090729.655000', '090730.115000', '090730.575000', '090731.035000', '090731.495000', '090731.955000', '090732.415000', '090732.875000', '090733.335000', '090733.795000', '090734.255000', '090734.715000', '090735.175000', '090735.635000', '090736.095000', '090736.555000', '090737.015000', '090737.475000', '090737.935000', '090738.395000', '090738.855000', '090739.315000', '090739.775000', '090740.235000', '090740.695000', '090741.155000', '090741.615000', '090742.075000', '090742.535000', '090742.995000', '090743.455000', '090743.915000', '090744.375000', '090744.835000', '090745.295000', '090745.755000', '090746.215000', '090746.675000', '090747.135000', '090747.595000', '090748.055000', '090748.515000', '090748.975000', '090749.435000', '090749.895000', '090750.355000', '090750.815000', '090751.275000', '090751.735000', '090752.195000', '090752.655000', '090753.115000', '090753.575000', '090754.035000', '090754.495000', '090754.955000', '090755.415000', '090755.875000', '090756.335000', '090756.795000', '090757.255000', '090757.715000', '090758.175000', '090758.635000', '090759.095000', '090759.555000', '090800.015000', '090800.475000', '090800.935000', '090801.395000', '090801.855000', '090802.315000', '090802.775000', '090803.235000', '090803.695000', '090804.155000', '090804.615000', '090805.075000', '090805.535000', '090805.995000', '090806.455000', '090806.915000', '090807.375000', '090807.835000', '090808.295000', '090808.755000', '090809.215000', '090809.675000', '090810.135000', '090810.595000', '090811.055000', '090811.515000', '090811.975000', '090812.435000', '090812.895000', '090813.355000', '090813.815000', '090814.275000', '090814.735000', '090815.195000', '090815.655000', '090816.115000', '090816.575000', '090817.035000', '090817.495000', '090817.955000', '090818.415000', '090818.875000', '090819.335000', '090819.795000', '090820.255000', '090820.715000', '090821.175000', '090821.635000', '090822.095000', '090822.555000', '090823.015000', '090823.475000', '090823.935000', '090824.395000', '090824.855000', '090825.315000', '090825.775000', '090826.235000', '090826.695000', '090827.155000', '090827.615000', '090828.075000', '090828.535000', '090828.995000', '090829.455000', '090829.915000', '090830.375000', '090830.835000', '090831.295000', '090831.755000', '090832.215000', '090832.675000', '090833.135000', '090833.595000', '090834.055000', '090834.515000', '090834.975000', '090835.435000', '090835.895000', '090836.355000', '090836.815000', '090837.275000', '090837.735000', '090838.195000', '090838.655000', '090839.115000', '090839.575000', '090840.035000', '090840.495000', '090840.955000', '090841.415000', '090841.875000', '090842.335000', '090842.795000', '090843.255000', '090843.715000', '090844.175000', '090844.635000', '090845.095000', '090845.555000', '090846.015000', '090846.475000', '090846.935000', '090847.395000', '090847.855000', '090848.315000', '090848.775000', '090849.235000', '090849.695000', '090850.155000', '090850.615000', '090851.075000', '090851.535000', '090851.995000', '090852.455000', '090852.915000', '090853.375000', '090853.835000', '090854.295000', '090854.755000', '090855.215000', '090855.675000', '090856.135000', '090856.595000', '090857.055000', '090857.515000', '090857.975000', '090858.435000', '090858.895000', '090859.355000', '090859.815000', '090900.275000', '090900.735000', '090901.195000', '090901.655000', '090902.115000', '090902.575000', '090903.035000', '090903.495000', '090903.955000', '090904.415000', '090904.875000', '090905.335000', '090905.795000', '090906.255000', '090906.715000', '090907.175000', '090907.635000', '090908.095000', '090908.555000', '090909.015000', '090909.475000', '090909.935000', '090910.395000', '090910.855000', '090911.315000', '090911.775000', '090912.235000', '090912.695000', '090913.155000', '090913.615000', '090914.075000', '090914.535000', '090914.995000', '090915.455000', '090915.915000', '090916.375000', '090916.835000', '090917.295000', '090917.755000', '090918.215000', '090918.675000', '090919.135000', '090919.595000', '090920.055000', '090920.515000', '090920.975000', '090921.435000', '090921.895000', '090922.355000', '090922.815000', '090923.275000', '090923.735000', '090924.195000', '090924.655000', '090925.115000', '090925.575000', '090926.035000', '090926.495000', '090926.955000', '090927.415000', '090927.875000', '090928.335000', '090928.795000', '090929.255000', '090929.715000', '090930.175000', '090930.635000', '090931.095000', '090931.555000', '090932.015000', '090932.475000', '090932.935000', '090933.395000', '090933.855000', '090934.315000', '090934.775000', '090935.235000', '090935.695000', '090936.155000', '090936.615000', '090937.075000', '090937.535000', '090937.995000', '090938.455000', '090938.915000', '090939.375000', '090939.835000', '090940.295000', '090940.755000', '090941.215000', '090941.675000', '090942.135000', '090942.595000', '090943.055000', '090943.515000', '090943.975000', '090944.435000', '090944.895000', '090945.355000', '090945.815000', '090946.275000', '090946.735000', '090947.195000', '090947.655000', '090948.115000', '090948.575000', '090949.035000', '090949.495000', '090949.955000', '090950.415000', '090950.875000', '090951.335000', '090951.795000', '090952.255000', '090952.715000', '090953.175000', '090953.635000', '090954.095000', '090954.555000', '090955.015000', '090955.475000', '090955.935000', '090956.395000', '090956.855000', '090957.315000', '090957.775000', '090958.235000', '090958.695000', '090959.155000', '090959.615000', '091000.075000', '091000.535000', '091000.995000', '091001.455000', '091001.915000', '091002.375000', '091002.835000', '091003.295000', '091003.755000', '091004.215000', '091004.675000', '091005.135000', '091005.595000', '091006.055000', '091006.515000', '091006.975000', '091007.435000', '091007.895000', '091008.355000', '091008.815000', '091009.275000', '091009.735000', '091010.195000', '091010.655000', '091011.115000', '091011.575000', '091012.035000', '091012.495000', '091012.955000', '091013.415000', '091013.875000', '091014.335000', '091014.795000', '091015.255000', '091015.715000', '091016.175000', '091016.635000', '091017.095000', '091017.555000', '091018.015000', '091018.475000', '091018.935000', '091019.395000', '091019.855000', '091020.315000', '091020.775000', '091021.235000', '091021.695000', '091022.155000', '091022.615000', '091023.075000', '091023.535000', '091023.995000', '091024.455000', '091024.915000', '091025.375000', '091025.835000', '091026.295000', '091026.755000', '091027.215000', '091027.675000', '091028.135000', '091028.595000', '091029.055000', '091029.515000', '091029.975000', '091030.435000', '091030.895000', '091031.355000', '091031.815000', '091032.275000', '091032.735000', '091033.195000', '091033.655000', '091034.115000', '091034.575000', '091035.035000', '091035.495000', '091035.955000', '091036.415000', '091036.875000', '091037.335000', '091037.795000', '091038.255000', '091038.715000', '091039.175000', '091039.635000', '091040.095000', '091040.555000', '091041.015000', '091041.475000', '091041.935000', '091042.395000', '091042.855000', '091043.315000', '091043.775000', '091044.235000', '091044.695000', '091045.155000', '091045.615000', '091046.075000', '091046.535000', '091046.995000', '091047.455000', '091047.915000', '091048.375000', '091048.835000', '091049.295000', '091049.755000', '091050.215000', '091050.675000', '091051.135000', '091051.595000', '091052.055000', '091052.515000', '091052.975000', '091053.435000', '091053.895000', '091054.355000', '091054.815000', '091055.275000', '091055.735000', '091056.195000', '091056.655000', '091057.115000', '091057.575000', '091058.035000', '091058.495000', '091058.955000', '091059.415000', '091059.875000', '091100.335000', '091100.795000', '091101.255000', '091101.715000', '091102.175000', '091102.635000', '091103.095000', '091103.555000', '091104.015000', '091104.475000', '091104.935000', '091105.395000', '091105.855000', '091106.315000', '091106.775000', '091107.235000', '091107.695000', '091108.155000', '091108.615000', '091109.075000', '091109.535000', '091109.995000', '091110.455000', '091110.915000', '091111.375000', '091111.835000', '091112.295000', '091112.755000', '091113.215000', '091113.675000', '091114.135000', '091114.595000', '091115.055000', '091115.515000', '091115.975000', '091116.435000', '091116.895000', '091117.355000', '091117.815000', '091118.275000', '091118.735000', '091119.195000', '091119.655000', '091120.115000', '091120.575000', '091121.035000', '091121.495000', '091121.955000', '091122.415000', '091122.875000', '091123.335000', '091123.795000', '091124.255000', '091124.715000', '091125.175000', '091125.635000', '091126.095000', '091126.555000', '091127.015000', '091127.475000', '091127.935000', '091128.395000'], 'ContentTime': ['090330.747000', '090330.750000', '090330.753000', '090330.756000', '090330.758000', '090330.761000', '090330.764000', '090330.766000', '090330.769000', '090330.771000', '090330.774000', '090330.777000', '090330.779000', '090330.782000', '090330.785000', '090330.787000', '090330.790000', '090330.792000', '090330.795000', '090330.798000', '090330.826000', '090330.829000', '090330.836000', '090330.839000', '090330.842000', '090330.844000', '090330.847000', '090330.850000', '090330.852000', '090330.855000', '090330.857000', '090330.860000', '090330.863000', '090330.865000', '090330.868000', '090330.870000', '090330.873000', '090330.876000', '090330.878000', '090330.881000', '090330.884000', '090330.886000', '090330.889000', '090330.891000', '090330.894000', '090330.897000', '090330.899000', '090330.902000', '090330.904000', '090330.907000', '090330.909000', '090330.912000', '090330.915000', '090330.917000', '090330.920000', '090330.923000', '090350.673000', '090350.676000', '090350.678000', '090350.681000', '090350.684000', '090350.686000', '090350.689000', '090350.691000', '090350.694000', '090350.697000', '090350.699000', '090350.702000', '090350.705000', '090350.707000', '090350.710000', '090350.712000', '090350.715000', '090350.718000', '090350.720000', '090350.723000', '090350.726000', '090350.728000', '090350.731000', '090350.733000', '090350.736000', '090350.739000', '090350.741000', '090350.744000', '090350.746000', '090350.749000', '090350.751000', '090350.754000', '090350.757000', '090350.767000', '090350.770000', '090350.772000', '090350.775000', '090350.777000', '090350.780000', '090350.783000', '090350.785000', '090350.788000', '090350.791000', '090350.793000', '090410.671000', '090410.674000', '090410.677000', '090410.680000', '090410.683000', '090410.685000', '090410.688000', '090410.690000', '090410.693000', '090410.696000', '090410.698000', '090410.701000', '090410.704000', '090410.716000', '090410.718000', '090410.721000', '090410.724000', '090410.726000', '090410.729000', '090410.731000', '090410.734000', '090410.737000', '090410.739000', '090410.742000', '090410.744000', '090410.747000', '090410.750000', '090410.752000', '090410.755000', '090410.758000', '090410.760000', '090410.763000', '090410.765000', '090410.768000', '090410.770000', '090410.773000', '090410.776000', '090410.778000', '090410.781000', '090410.784000', '090410.787000', '090410.789000', '090410.792000', '090430.673000', '090430.675000', '090430.678000', '090430.687000', '090430.690000', '090430.692000', '090430.695000', '090430.698000', '090430.700000', '090430.703000', '090430.706000', '090430.708000', '090430.711000', '090430.714000', '090430.716000', '090430.719000', '090430.722000', '090430.724000', '090430.727000', '090430.729000', '090430.732000', '090430.735000', '090430.737000', '090430.740000', '090430.743000', '090430.745000', '090430.748000', '090430.751000', '090430.753000', '090430.756000', '090430.758000', '090430.761000', '090430.764000', '090430.766000', '090430.769000', '090430.772000', '090430.774000', '090430.777000', '090430.779000', '090430.782000', '090430.785000', '090430.787000', '090430.790000', '090430.793000', '090450.672000', '090450.675000', '090450.678000', '090450.680000', '090450.683000', '090450.686000', '090450.688000', '090450.691000', '090450.694000', '090450.704000', '090450.706000', '090450.709000', '090450.712000', '090450.714000', '090450.717000', '090450.719000', '090450.722000', '090450.725000', '090450.727000', '090450.740000', '090450.743000', '090450.746000', '090450.748000', '090450.751000', '090450.754000', '090450.756000', '090450.759000', '090450.762000', '090450.764000', '090450.767000', '090450.769000', '090450.772000', '090450.775000', '090450.777000', '090450.780000', '090450.783000', '090450.786000', '090450.789000', '090450.792000', '090450.795000', '090450.798000', '090450.832000', '090450.834000', '090510.672000', '090510.675000', '090510.678000', '090510.681000', '090510.683000', '090510.686000', '090510.689000', '090510.691000', '090510.694000', '090510.696000', '090510.699000', '090510.702000', '090510.704000', '090510.707000', '090510.710000', '090510.712000', '090510.715000', '090510.717000', '090510.720000', '090510.723000', '090510.726000', '090510.728000', '090510.731000', '090510.734000', '090510.736000', '090510.739000', '090510.741000', '090510.744000', '090510.747000', '090510.749000', '090510.752000', '090510.755000', '090510.757000', '090510.760000', '090510.763000', '090510.765000', '090510.768000', '090510.771000', '090510.773000', '090510.776000', '090510.778000', '090510.781000', '090510.784000', '090510.786000', '090530.673000', '090530.676000', '090530.678000', '090530.681000', '090530.684000', '090530.687000', '090530.689000', '090530.692000', '090530.695000', '090530.697000', '090530.700000', '090530.702000', '090530.705000', '090530.708000', '090530.710000', '090530.713000', '090530.716000', '090530.718000', '090530.721000', '090530.723000', '090530.726000', '090530.729000', '090530.731000', '090530.734000', '090530.737000', '090530.739000', '090530.746000', '090530.749000', '090530.752000', '090530.754000', '090530.757000', '090530.759000', '090530.762000', '090530.765000', '090530.767000', '090530.770000', '090530.773000', '090530.775000', '090530.778000', '090530.780000', '090530.783000', '090530.786000', '090530.789000', '090550.673000', '090550.675000', '090550.678000', '090550.681000', '090550.683000', '090550.686000', '090550.689000', '090550.691000', '090550.694000', '090550.696000', '090550.699000', '090550.702000', '090550.704000', '090550.707000', '090550.710000', '090550.712000', '090550.715000', '090550.717000', '090550.720000', '090550.723000', '090550.725000', '090550.728000', '090550.730000', '090550.733000', '090550.735000', '090550.738000', '090550.741000', '090550.744000', '090550.746000', '090550.749000', '090550.751000', '090550.754000', '090550.757000', '090550.759000', '090550.762000', '090550.764000', '090550.767000', '090550.770000', '090550.772000', '090550.775000', '090550.778000', '090550.780000', '090550.783000', '090550.786000', '090610.672000', '090610.675000', '090610.678000', '090610.684000', '090610.686000', '090610.689000', '090610.692000', '090610.694000', '090610.697000', '090610.700000', '090610.702000', '090610.705000', '090610.708000', '090610.710000', '090610.713000', '090610.716000', '090610.718000', '090610.721000', '090610.723000', '090610.726000', '090610.729000', '090610.732000', '090610.734000', '090610.737000', '090610.739000', '090610.742000', '090610.745000', '090610.747000', '090610.750000', '090610.752000', '090610.755000', '090610.758000', '090610.760000', '090610.763000', '090610.765000', '090610.768000', '090610.771000', '090610.773000', '090610.783000', '090610.786000', '090610.789000', '090610.791000', '090610.794000', '090630.672000', '090630.675000', '090630.677000', '090630.680000', '090630.683000', '090630.685000', '090630.688000', '090630.690000', '090630.693000', '090630.696000', '090630.699000', '090630.701000', '090630.704000', '090630.707000', '090630.709000', '090630.712000', '090630.715000', '090630.717000', '090630.720000', '090630.722000', '090630.725000', '090630.728000', '090630.730000', '090630.733000', '090630.736000', '090630.738000', '090630.741000', '090630.744000', '090630.746000', '090630.749000', '090630.751000', '090630.754000', '090630.757000', '090630.759000', '090630.762000', '090630.764000', '090630.767000', '090630.770000', '090630.772000', '090630.775000', '090630.778000', '090630.781000', '090630.783000', '090630.786000', '090650.672000', '090650.675000', '090650.678000', '090650.681000', '090650.683000', '090650.686000', '090650.688000', '090650.691000', '090650.694000', '090650.696000', '090650.699000', '090650.701000', '090650.704000', '090650.707000', '090650.709000', '090650.712000', '090650.714000', '090650.717000', '090650.720000', '090650.722000', '090650.725000', '090650.728000', '090650.730000', '090650.733000', '090650.735000', '090650.744000', '090650.747000', '090650.749000', '090650.752000', '090650.754000', '090650.757000', '090650.760000', '090650.762000', '090650.765000', '090650.768000', '090650.770000', '090650.773000', '090650.775000', '090650.778000', '090650.781000', '090650.783000', '090650.786000', '090650.789000', '090710.673000', '090710.675000', '090710.678000', '090710.681000', '090710.683000', '090710.686000', '090710.688000', '090710.691000', '090710.694000', '090710.697000', '090710.699000', '090710.702000', '090710.704000', '090710.707000', '090710.710000', '090710.713000', '090710.715000', '090710.718000', '090710.721000', '090710.723000', '090710.726000', '090710.728000', '090710.731000', '090710.734000', '090710.736000', '090710.739000', '090710.741000', '090710.744000', '090710.747000', '090710.749000', '090710.752000', '090710.755000', '090710.757000', '090710.760000', '090710.762000', '090710.765000', '090710.768000', '090710.770000', '090710.773000', '090710.775000', '090710.778000', '090710.780000', '090710.783000', '090710.786000', '090730.673000', '090730.676000', '090730.678000', '090730.681000', '090730.684000', '090730.686000', '090730.689000', '090730.692000', '090730.694000', '090730.697000', '090730.699000', '090730.702000', '090730.705000', '090730.708000', '090730.710000', '090730.713000', '090730.715000', '090730.718000', '090730.721000', '090730.723000', '090730.726000', '090730.729000', '090730.731000', '090730.734000', '090730.736000', '090730.739000', '090730.742000', '090730.744000', '090730.747000', '090730.750000', '090730.752000', '090730.755000', '090730.758000', '090730.760000', '090730.763000', '090730.765000', '090730.768000', '090730.771000', '090730.773000', '090730.776000', '090730.779000', '090730.781000', '090730.784000', '090750.672000', '090750.676000', '090750.679000', '090750.681000', '090750.684000', '090750.686000', '090750.690000', '090750.692000', '090750.695000', '090750.698000', '090750.700000', '090750.703000', '090750.705000', '090750.708000', '090750.711000', '090750.718000', '090750.720000', '090750.723000', '090750.726000', '090750.728000', '090750.731000', '090750.734000', '090750.736000', '090750.739000', '090750.741000', '090750.744000', '090750.747000', '090750.750000', '090750.752000', '090750.755000', '090750.758000', '090750.760000', '090750.763000', '090750.765000', '090750.768000', '090750.771000', '090750.773000', '090750.776000', '090750.779000', '090750.781000', '090750.784000', '090750.786000', '090750.789000', '090810.673000', '090810.676000', '090810.678000', '090810.681000', '090810.683000', '090810.686000', '090810.689000', '090810.691000', '090810.694000', '090810.696000', '090810.699000', '090810.702000', '090810.704000', '090810.707000', '090810.710000', '090810.713000', '090810.715000', '090810.718000', '090810.720000', '090810.723000', '090810.725000', '090810.728000', '090810.731000', '090810.733000', '090810.736000', '090810.738000', '090810.741000', '090810.744000', '090810.746000', '090810.749000', '090810.751000', '090810.754000', '090810.757000', '090810.759000', '090810.762000', '090810.765000', '090810.767000', '090810.770000', '090810.772000', '090810.775000', '090810.778000', '090810.780000', '090810.783000', '090810.786000', '090830.672000', '090830.675000', '090830.678000', '090830.680000', '090830.683000', '090830.686000', '090830.688000', '090830.691000', '090830.694000', '090830.696000', '090830.699000', '090830.702000', '090830.705000', '090830.707000', '090830.710000', '090830.713000', '090830.715000', '090830.718000', '090830.721000', '090830.723000', '090830.726000', '090830.729000', '090830.731000', '090830.734000', '090830.736000', '090830.739000', '090830.742000', '090830.744000', '090830.747000', '090830.750000', '090830.752000', '090830.755000', '090830.757000', '090830.760000', '090830.763000', '090830.765000', '090830.768000', '090830.771000', '090830.773000', '090830.776000', '090830.779000', '090830.781000', '090830.784000', '090830.787000', '090850.671000', '090850.674000', '090850.677000', '090850.680000', '090850.682000', '090850.685000', '090850.687000', '090850.690000', '090850.693000', '090850.695000', '090850.698000', '090850.701000', '090850.703000', '090850.706000', '090850.709000', '090850.711000', '090850.714000', '090850.717000', '090850.719000', '090850.722000', '090850.724000', '090850.727000', '090850.730000', '090850.732000', '090850.735000', '090850.738000', '090850.740000', '090850.743000', '090850.745000', '090850.748000', '090850.751000', '090850.753000', '090850.756000', '090850.758000', '090850.761000', '090850.764000', '090850.766000', '090850.769000', '090850.772000', '090850.774000', '090850.777000', '090850.780000', '090850.782000', '090910.673000', '090910.675000', '090910.678000', '090910.681000', '090910.683000', '090910.686000', '090910.689000', '090910.691000', '090910.694000', '090910.698000', '090910.701000', '090910.703000', '090910.706000', '090910.708000', '090910.711000', '090910.714000', '090910.716000', '090910.719000', '090910.722000', '090910.725000', '090910.777000', '090910.780000', '090910.783000', '090910.785000', '090910.788000', '090910.791000', '090910.793000', '090910.796000', '090910.799000', '090910.845000', '090910.848000', '090910.850000', '090910.853000', '090910.856000', '090910.858000', '090910.861000', '090910.864000', '090910.866000', '090910.869000', '090910.871000', '090910.874000', '090910.877000', '090910.879000', '090930.673000', '090930.675000', '090930.678000', '090930.681000', '090930.683000', '090930.686000', '090930.689000', '090930.691000', '090930.694000', '090930.697000', '090930.699000', '090930.702000', '090930.705000', '090930.707000', '090930.710000', '090930.713000', '090930.715000', '090930.718000', '090930.721000', '090930.723000', '090930.726000', '090930.729000', '090930.731000', '090930.734000', '090930.737000', '090930.739000', '090930.742000', '090930.744000', '090930.747000', '090930.750000', '090930.752000', '090930.755000', '090930.758000', '090930.760000', '090930.763000', '090930.765000', '090930.768000', '090930.771000', '090930.773000', '090930.776000', '090930.778000', '090930.781000', '090930.784000', '090930.786000', '090950.673000', '090950.676000', '090950.678000', '090950.681000', '090950.684000', '090950.686000', '090950.689000', '090950.692000', '090950.694000', '090950.697000', '090950.700000', '090950.703000', '090950.706000', '090950.709000', '090950.712000', '090950.715000', '090950.718000', '090950.720000', '090950.723000', '090950.726000', '090950.728000', '090950.731000', '090950.733000', '090950.736000', '090950.739000', '090950.741000', '090950.744000', '090950.747000', '090950.749000', '090950.752000', '090950.754000', '090950.757000', '090950.760000', '090950.762000', '090950.765000', '090950.768000', '090950.770000', '090950.773000', '090950.775000', '090950.778000', '090950.781000', '090950.783000', '090950.786000', '091010.673000', '091010.676000', '091010.678000', '091010.681000', '091010.684000', '091010.686000', '091010.689000', '091010.691000', '091010.694000', '091010.697000', '091010.699000', '091010.702000', '091010.704000', '091010.707000', '091010.710000', '091010.712000', '091010.715000', '091010.718000', '091010.720000', '091010.723000', '091010.726000', '091010.728000', '091010.731000', '091010.734000', '091010.736000', '091010.739000', '091010.742000', '091010.744000', '091010.747000', '091010.749000', '091010.752000', '091010.755000', '091010.757000', '091010.760000', '091010.763000', '091010.765000', '091010.768000', '091010.770000', '091010.773000', '091010.775000', '091010.778000', '091010.781000', '091010.783000', '091010.786000', '091030.673000', '091030.675000', '091030.678000', '091030.681000', '091030.683000', '091030.686000', '091030.688000', '091030.691000', '091030.694000', '091030.697000', '091030.699000', '091030.702000', '091030.705000', '091030.707000', '091030.710000', '091030.713000', '091030.715000', '091030.718000', '091030.720000', '091030.723000', '091030.726000', '091030.729000', '091030.731000', '091030.734000', '091030.737000', '091030.739000', '091030.742000', '091030.745000', '091030.747000', '091030.750000', '091030.753000', '091030.755000', '091030.758000', '091030.760000', '091030.763000', '091030.766000', '091030.769000', '091030.772000', '091030.775000', '091030.778000', '091030.793000', '091030.796000', '091030.799000', '091050.672000', '091050.675000', '091050.678000', '091050.680000', '091050.683000', '091050.686000', '091050.688000', '091050.691000', '091050.694000', '091050.696000', '091050.699000', '091050.702000', '091050.704000', '091050.707000', '091050.710000', '091050.712000', '091050.715000', '091050.726000', '091050.728000', '091050.731000', '091050.733000', '091050.736000', '091050.739000', '091050.741000', '091050.744000', '091050.747000', '091050.749000', '091050.752000', '091050.754000', '091050.757000', '091050.760000', '091050.762000', '091050.765000', '091050.768000', '091050.770000', '091050.773000', '091050.775000', '091050.778000', '091050.780000', '091050.783000', '091050.786000', '091050.788000', '091050.791000', '091050.794000', '091110.672000', '091110.674000', '091110.677000', '091110.680000', '091110.682000', '091110.685000', '091110.687000', '091110.690000', '091110.693000', '091110.695000', '091110.698000', '091110.701000', '091110.703000', '091110.706000', '091110.708000', '091110.711000', '091110.714000', '091110.716000', '091110.719000', '091110.722000', '091110.724000', '091110.727000', '091110.729000', '091110.732000', '091110.735000', '091110.737000', '091110.740000', '091110.743000', '091110.745000', '091110.748000', '091110.750000', '091110.753000', '091110.756000', '091110.758000', '091110.761000', '091110.764000', '091110.766000', '091110.769000', '091110.771000', '091110.774000', '091110.777000', '091110.779000', '091110.782000', '091129.596000', '091129.599000', '091129.602000', '091129.604000', '091129.607000', '091129.610000', '091129.613000', '091129.616000', '091129.619000', '091129.622000', '091129.624000', '091129.627000', '091129.630000', '091129.633000', '091129.636000', '091129.639000', '091129.642000', '091129.644000', '091129.647000', '091129.651000', '091129.654000', '091129.657000', '091129.666000', '091129.669000', '091129.672000', '091129.674000', '091129.677000', '091129.680000', '091129.685000', '091129.688000', '091129.690000', '091129.693000', '091129.696000', '091129.699000', '091129.702000', '091129.705000', '091129.708000', '091129.711000', '091129.713000', '091129.718000', '091129.721000', '091129.724000'], 'InstanceCreationTime': ['090330.747000', '090330.750000', '090330.753000', '090330.756000', '090330.758000', '090330.761000', '090330.764000', '090330.766000', '090330.769000', '090330.771000', '090330.774000', '090330.777000', '090330.779000', '090330.782000', '090330.785000', '090330.787000', '090330.790000', '090330.792000', '090330.795000', '090330.798000', '090330.826000', '090330.829000', '090330.836000', '090330.839000', '090330.842000', '090330.844000', '090330.847000', '090330.850000', '090330.852000', '090330.855000', '090330.857000', '090330.860000', '090330.863000', '090330.865000', '090330.868000', '090330.870000', '090330.873000', '090330.876000', '090330.878000', '090330.881000', '090330.884000', '090330.886000', '090330.889000', '090330.891000', '090330.894000', '090330.897000', '090330.899000', '090330.902000', '090330.904000', '090330.907000', '090330.909000', '090330.912000', '090330.915000', '090330.917000', '090330.920000', '090330.923000', '090350.673000', '090350.676000', '090350.678000', '090350.681000', '090350.684000', '090350.686000', '090350.689000', '090350.691000', '090350.694000', '090350.697000', '090350.699000', '090350.702000', '090350.705000', '090350.707000', '090350.710000', '090350.712000', '090350.715000', '090350.718000', '090350.720000', '090350.723000', '090350.726000', '090350.728000', '090350.731000', '090350.733000', '090350.736000', '090350.739000', '090350.741000', '090350.744000', '090350.746000', '090350.749000', '090350.751000', '090350.754000', '090350.757000', '090350.767000', '090350.770000', '090350.772000', '090350.775000', '090350.777000', '090350.780000', '090350.783000', '090350.785000', '090350.788000', '090350.791000', '090350.793000', '090410.671000', '090410.674000', '090410.677000', '090410.680000', '090410.683000', '090410.685000', '090410.688000', '090410.690000', '090410.693000', '090410.696000', '090410.698000', '090410.701000', '090410.704000', '090410.716000', '090410.718000', '090410.721000', '090410.724000', '090410.726000', '090410.729000', '090410.731000', '090410.734000', '090410.737000', '090410.739000', '090410.742000', '090410.744000', '090410.747000', '090410.750000', '090410.752000', '090410.755000', '090410.758000', '090410.760000', '090410.763000', '090410.765000', '090410.768000', '090410.770000', '090410.773000', '090410.776000', '090410.778000', '090410.781000', '090410.784000', '090410.787000', '090410.789000', '090410.792000', '090430.673000', '090430.675000', '090430.678000', '090430.687000', '090430.690000', '090430.692000', '090430.695000', '090430.698000', '090430.700000', '090430.703000', '090430.706000', '090430.708000', '090430.711000', '090430.714000', '090430.716000', '090430.719000', '090430.722000', '090430.724000', '090430.727000', '090430.729000', '090430.732000', '090430.735000', '090430.737000', '090430.740000', '090430.743000', '090430.745000', '090430.748000', '090430.751000', '090430.753000', '090430.756000', '090430.758000', '090430.761000', '090430.764000', '090430.766000', '090430.769000', '090430.772000', '090430.774000', '090430.777000', '090430.779000', '090430.782000', '090430.785000', '090430.787000', '090430.790000', '090430.793000', '090450.672000', '090450.675000', '090450.678000', '090450.680000', '090450.683000', '090450.686000', '090450.688000', '090450.691000', '090450.694000', '090450.704000', '090450.706000', '090450.709000', '090450.712000', '090450.714000', '090450.717000', '090450.719000', '090450.722000', '090450.725000', '090450.727000', '090450.740000', '090450.743000', '090450.746000', '090450.748000', '090450.751000', '090450.754000', '090450.756000', '090450.759000', '090450.762000', '090450.764000', '090450.767000', '090450.769000', '090450.772000', '090450.775000', '090450.777000', '090450.780000', '090450.783000', '090450.786000', '090450.789000', '090450.792000', '090450.795000', '090450.798000', '090450.832000', '090450.834000', '090510.672000', '090510.675000', '090510.678000', '090510.681000', '090510.683000', '090510.686000', '090510.689000', '090510.691000', '090510.694000', '090510.696000', '090510.699000', '090510.702000', '090510.704000', '090510.707000', '090510.710000', '090510.712000', '090510.715000', '090510.717000', '090510.720000', '090510.723000', '090510.726000', '090510.728000', '090510.731000', '090510.734000', '090510.736000', '090510.739000', '090510.741000', '090510.744000', '090510.747000', '090510.749000', '090510.752000', '090510.755000', '090510.757000', '090510.760000', '090510.763000', '090510.765000', '090510.768000', '090510.771000', '090510.773000', '090510.776000', '090510.778000', '090510.781000', '090510.784000', '090510.786000', '090530.673000', '090530.676000', '090530.678000', '090530.681000', '090530.684000', '090530.687000', '090530.689000', '090530.692000', '090530.695000', '090530.697000', '090530.700000', '090530.702000', '090530.705000', '090530.708000', '090530.710000', '090530.713000', '090530.716000', '090530.718000', '090530.721000', '090530.723000', '090530.726000', '090530.729000', '090530.731000', '090530.734000', '090530.737000', '090530.739000', '090530.746000', '090530.749000', '090530.752000', '090530.754000', '090530.757000', '090530.759000', '090530.762000', '090530.765000', '090530.767000', '090530.770000', '090530.773000', '090530.775000', '090530.778000', '090530.780000', '090530.783000', '090530.786000', '090530.789000', '090550.673000', '090550.675000', '090550.678000', '090550.681000', '090550.683000', '090550.686000', '090550.689000', '090550.691000', '090550.694000', '090550.696000', '090550.699000', '090550.702000', '090550.704000', '090550.707000', '090550.710000', '090550.712000', '090550.715000', '090550.717000', '090550.720000', '090550.723000', '090550.725000', '090550.728000', '090550.730000', '090550.733000', '090550.735000', '090550.738000', '090550.741000', '090550.744000', '090550.746000', '090550.749000', '090550.751000', '090550.754000', '090550.757000', '090550.759000', '090550.762000', '090550.764000', '090550.767000', '090550.770000', '090550.772000', '090550.775000', '090550.778000', '090550.780000', '090550.783000', '090550.786000', '090610.672000', '090610.675000', '090610.678000', '090610.684000', '090610.686000', '090610.689000', '090610.692000', '090610.694000', '090610.697000', '090610.700000', '090610.702000', '090610.705000', '090610.708000', '090610.710000', '090610.713000', '090610.716000', '090610.718000', '090610.721000', '090610.723000', '090610.726000', '090610.729000', '090610.732000', '090610.734000', '090610.737000', '090610.739000', '090610.742000', '090610.745000', '090610.747000', '090610.750000', '090610.752000', '090610.755000', '090610.758000', '090610.760000', '090610.763000', '090610.765000', '090610.768000', '090610.771000', '090610.773000', '090610.783000', '090610.786000', '090610.789000', '090610.791000', '090610.794000', '090630.672000', '090630.675000', '090630.677000', '090630.680000', '090630.683000', '090630.685000', '090630.688000', '090630.690000', '090630.693000', '090630.696000', '090630.699000', '090630.701000', '090630.704000', '090630.707000', '090630.709000', '090630.712000', '090630.715000', '090630.717000', '090630.720000', '090630.722000', '090630.725000', '090630.728000', '090630.730000', '090630.733000', '090630.736000', '090630.738000', '090630.741000', '090630.744000', '090630.746000', '090630.749000', '090630.751000', '090630.754000', '090630.757000', '090630.759000', '090630.762000', '090630.764000', '090630.767000', '090630.770000', '090630.772000', '090630.775000', '090630.778000', '090630.781000', '090630.783000', '090630.786000', '090650.672000', '090650.675000', '090650.678000', '090650.681000', '090650.683000', '090650.686000', '090650.688000', '090650.691000', '090650.694000', '090650.696000', '090650.699000', '090650.701000', '090650.704000', '090650.707000', '090650.709000', '090650.712000', '090650.714000', '090650.717000', '090650.720000', '090650.722000', '090650.725000', '090650.728000', '090650.730000', '090650.733000', '090650.735000', '090650.744000', '090650.747000', '090650.749000', '090650.752000', '090650.754000', '090650.757000', '090650.760000', '090650.762000', '090650.765000', '090650.768000', '090650.770000', '090650.773000', '090650.775000', '090650.778000', '090650.781000', '090650.783000', '090650.786000', '090650.789000', '090710.673000', '090710.675000', '090710.678000', '090710.681000', '090710.683000', '090710.686000', '090710.688000', '090710.691000', '090710.694000', '090710.697000', '090710.699000', '090710.702000', '090710.704000', '090710.707000', '090710.710000', '090710.713000', '090710.715000', '090710.718000', '090710.721000', '090710.723000', '090710.726000', '090710.728000', '090710.731000', '090710.734000', '090710.736000', '090710.739000', '090710.741000', '090710.744000', '090710.747000', '090710.749000', '090710.752000', '090710.755000', '090710.757000', '090710.760000', '090710.762000', '090710.765000', '090710.768000', '090710.770000', '090710.773000', '090710.775000', '090710.778000', '090710.780000', '090710.783000', '090710.786000', '090730.673000', '090730.676000', '090730.678000', '090730.681000', '090730.684000', '090730.686000', '090730.689000', '090730.692000', '090730.694000', '090730.697000', '090730.699000', '090730.702000', '090730.705000', '090730.708000', '090730.710000', '090730.713000', '090730.715000', '090730.718000', '090730.721000', '090730.723000', '090730.726000', '090730.729000', '090730.731000', '090730.734000', '090730.736000', '090730.739000', '090730.742000', '090730.744000', '090730.747000', '090730.750000', '090730.752000', '090730.755000', '090730.758000', '090730.760000', '090730.763000', '090730.765000', '090730.768000', '090730.771000', '090730.773000', '090730.776000', '090730.779000', '090730.781000', '090730.784000', '090750.672000', '090750.676000', '090750.679000', '090750.681000', '090750.684000', '090750.686000', '090750.690000', '090750.692000', '090750.695000', '090750.698000', '090750.700000', '090750.703000', '090750.705000', '090750.708000', '090750.711000', '090750.718000', '090750.720000', '090750.723000', '090750.726000', '090750.728000', '090750.731000', '090750.734000', '090750.736000', '090750.739000', '090750.741000', '090750.744000', '090750.747000', '090750.750000', '090750.752000', '090750.755000', '090750.758000', '090750.760000', '090750.763000', '090750.765000', '090750.768000', '090750.771000', '090750.773000', '090750.776000', '090750.779000', '090750.781000', '090750.784000', '090750.786000', '090750.789000', '090810.673000', '090810.676000', '090810.678000', '090810.681000', '090810.683000', '090810.686000', '090810.689000', '090810.691000', '090810.694000', '090810.696000', '090810.699000', '090810.702000', '090810.704000', '090810.707000', '090810.710000', '090810.713000', '090810.715000', '090810.718000', '090810.720000', '090810.723000', '090810.725000', '090810.728000', '090810.731000', '090810.733000', '090810.736000', '090810.738000', '090810.741000', '090810.744000', '090810.746000', '090810.749000', '090810.751000', '090810.754000', '090810.757000', '090810.759000', '090810.762000', '090810.765000', '090810.767000', '090810.770000', '090810.772000', '090810.775000', '090810.778000', '090810.780000', '090810.783000', '090810.786000', '090830.672000', '090830.675000', '090830.678000', '090830.680000', '090830.683000', '090830.686000', '090830.688000', '090830.691000', '090830.694000', '090830.696000', '090830.699000', '090830.702000', '090830.705000', '090830.707000', '090830.710000', '090830.713000', '090830.715000', '090830.718000', '090830.721000', '090830.723000', '090830.726000', '090830.729000', '090830.731000', '090830.734000', '090830.736000', '090830.739000', '090830.742000', '090830.744000', '090830.747000', '090830.750000', '090830.752000', '090830.755000', '090830.757000', '090830.760000', '090830.763000', '090830.765000', '090830.768000', '090830.771000', '090830.773000', '090830.776000', '090830.779000', '090830.781000', '090830.784000', '090830.787000', '090850.671000', '090850.674000', '090850.677000', '090850.680000', '090850.682000', '090850.685000', '090850.687000', '090850.690000', '090850.693000', '090850.695000', '090850.698000', '090850.701000', '090850.703000', '090850.706000', '090850.709000', '090850.711000', '090850.714000', '090850.717000', '090850.719000', '090850.722000', '090850.724000', '090850.727000', '090850.730000', '090850.732000', '090850.735000', '090850.738000', '090850.740000', '090850.743000', '090850.745000', '090850.748000', '090850.751000', '090850.753000', '090850.756000', '090850.758000', '090850.761000', '090850.764000', '090850.766000', '090850.769000', '090850.772000', '090850.774000', '090850.777000', '090850.780000', '090850.782000', '090910.673000', '090910.675000', '090910.678000', '090910.681000', '090910.683000', '090910.686000', '090910.689000', '090910.691000', '090910.694000', '090910.698000', '090910.701000', '090910.703000', '090910.706000', '090910.708000', '090910.711000', '090910.714000', '090910.716000', '090910.719000', '090910.722000', '090910.725000', '090910.777000', '090910.780000', '090910.783000', '090910.785000', '090910.788000', '090910.791000', '090910.793000', '090910.796000', '090910.799000', '090910.845000', '090910.848000', '090910.850000', '090910.853000', '090910.856000', '090910.858000', '090910.861000', '090910.864000', '090910.866000', '090910.869000', '090910.871000', '090910.874000', '090910.877000', '090910.879000', '090930.673000', '090930.675000', '090930.678000', '090930.681000', '090930.683000', '090930.686000', '090930.689000', '090930.691000', '090930.694000', '090930.697000', '090930.699000', '090930.702000', '090930.705000', '090930.707000', '090930.710000', '090930.713000', '090930.715000', '090930.718000', '090930.721000', '090930.723000', '090930.726000', '090930.729000', '090930.731000', '090930.734000', '090930.737000', '090930.739000', '090930.742000', '090930.744000', '090930.747000', '090930.750000', '090930.752000', '090930.755000', '090930.758000', '090930.760000', '090930.763000', '090930.765000', '090930.768000', '090930.771000', '090930.773000', '090930.776000', '090930.778000', '090930.781000', '090930.784000', '090930.786000', '090950.673000', '090950.676000', '090950.678000', '090950.681000', '090950.684000', '090950.686000', '090950.689000', '090950.692000', '090950.694000', '090950.697000', '090950.700000', '090950.703000', '090950.706000', '090950.709000', '090950.712000', '090950.715000', '090950.718000', '090950.720000', '090950.723000', '090950.726000', '090950.728000', '090950.731000', '090950.733000', '090950.736000', '090950.739000', '090950.741000', '090950.744000', '090950.747000', '090950.749000', '090950.752000', '090950.754000', '090950.757000', '090950.760000', '090950.762000', '090950.765000', '090950.768000', '090950.770000', '090950.773000', '090950.775000', '090950.778000', '090950.781000', '090950.783000', '090950.786000', '091010.673000', '091010.676000', '091010.678000', '091010.681000', '091010.684000', '091010.686000', '091010.689000', '091010.691000', '091010.694000', '091010.697000', '091010.699000', '091010.702000', '091010.704000', '091010.707000', '091010.710000', '091010.712000', '091010.715000', '091010.718000', '091010.720000', '091010.723000', '091010.726000', '091010.728000', '091010.731000', '091010.734000', '091010.736000', '091010.739000', '091010.742000', '091010.744000', '091010.747000', '091010.749000', '091010.752000', '091010.755000', '091010.757000', '091010.760000', '091010.763000', '091010.765000', '091010.768000', '091010.770000', '091010.773000', '091010.775000', '091010.778000', '091010.781000', '091010.783000', '091010.786000', '091030.673000', '091030.675000', '091030.678000', '091030.681000', '091030.683000', '091030.686000', '091030.688000', '091030.691000', '091030.694000', '091030.697000', '091030.699000', '091030.702000', '091030.705000', '091030.707000', '091030.710000', '091030.713000', '091030.715000', '091030.718000', '091030.720000', '091030.723000', '091030.726000', '091030.729000', '091030.731000', '091030.734000', '091030.737000', '091030.739000', '091030.742000', '091030.745000', '091030.747000', '091030.750000', '091030.753000', '091030.755000', '091030.758000', '091030.760000', '091030.763000', '091030.766000', '091030.769000', '091030.772000', '091030.775000', '091030.778000', '091030.793000', '091030.796000', '091030.799000', '091050.672000', '091050.675000', '091050.678000', '091050.680000', '091050.683000', '091050.686000', '091050.688000', '091050.691000', '091050.694000', '091050.696000', '091050.699000', '091050.702000', '091050.704000', '091050.707000', '091050.710000', '091050.712000', '091050.715000', '091050.726000', '091050.728000', '091050.731000', '091050.733000', '091050.736000', '091050.739000', '091050.741000', '091050.744000', '091050.747000', '091050.749000', '091050.752000', '091050.754000', '091050.757000', '091050.760000', '091050.762000', '091050.765000', '091050.768000', '091050.770000', '091050.773000', '091050.775000', '091050.778000', '091050.780000', '091050.783000', '091050.786000', '091050.788000', '091050.791000', '091050.794000', '091110.672000', '091110.674000', '091110.677000', '091110.680000', '091110.682000', '091110.685000', '091110.687000', '091110.690000', '091110.693000', '091110.695000', '091110.698000', '091110.701000', '091110.703000', '091110.706000', '091110.708000', '091110.711000', '091110.714000', '091110.716000', '091110.719000', '091110.722000', '091110.724000', '091110.727000', '091110.729000', '091110.732000', '091110.735000', '091110.737000', '091110.740000', '091110.743000', '091110.745000', '091110.748000', '091110.750000', '091110.753000', '091110.756000', '091110.758000', '091110.761000', '091110.764000', '091110.766000', '091110.769000', '091110.771000', '091110.774000', '091110.777000', '091110.779000', '091110.782000', '091129.596000', '091129.599000', '091129.602000', '091129.604000', '091129.607000', '091129.610000', '091129.613000', '091129.616000', '091129.619000', '091129.622000', '091129.624000', '091129.627000', '091129.630000', '091129.633000', '091129.636000', '091129.639000', '091129.642000', '091129.644000', '091129.647000', '091129.651000', '091129.654000', '091129.657000', '091129.666000', '091129.669000', '091129.672000', '091129.674000', '091129.677000', '091129.680000', '091129.685000', '091129.688000', '091129.690000', '091129.693000', '091129.696000', '091129.699000', '091129.702000', '091129.705000', '091129.708000', '091129.711000', '091129.713000', '091129.718000', '091129.721000', '091129.724000'], '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], 'LargestImagePixelValue': [7787, 7730, 7760, 8262, 7579, 7402, 6950, 7949, 10145, 7464, 15315, 12001, 14365, 10070, 11803, 7368, 10624, 7582, 10272, 9739, 11679, 7315, 7736, 7256, 7581, 7517, 7486, 7761, 8543, 7341, 7297, 7309, 9203, 14773, 10392, 12340, 7903, 7915, 7515, 7418, 7221, 7282, 7012, 8015, 7420, 7415, 6993, 7800, 13994, 8976, 10008, 13315, 11180, 7530, 8144, 6880, 7342, 10470, 7392, 8053, 13298, 7489, 7972, 7150, 7973, 7194, 7803, 7695, 10184, 7720, 10079, 10657, 7821, 11534, 7422, 13710, 8527, 10904, 7490, 8425, 7408, 11018, 12649, 9891, 10278, 8326, 6743, 7501, 6647, 7414, 7144, 10335, 7702, 10099, 10654, 8631, 13776, 7967, 13767, 16457, 13376, 13093, 11169, 9510, 10584, 8765, 6793, 8066, 6897, 7391, 8420, 7242, 9228, 7741, 9293, 7546, 7822, 7226, 10348, 9793, 8089, 13562, 8993, 7849, 7403, 8851, 7195, 11518, 11654, 8494, 14172, 7477, 9415, 6844, 7362, 7350, 7415, 10679, 7280, 7579, 6873, 7439, 11463, 7504, 11362, 9183, 10061, 7007, 8315, 9543, 7555, 13261, 8505, 11819, 7177, 7561, 6735, 7310, 9022, 7405, 8628, 7310, 9417, 7074, 9329, 7934, 10806, 8398, 11478, 7586, 11052, 8330, 14331, 13264, 12944, 8123, 8181, 7118, 7393, 7043, 7519, 7597, 7763, 13100, 7703, 11333, 7371, 10655, 7664, 11222, 9601, 12020, 7471, 7840, 7252, 10050, 15604, 11592, 13580, 9144, 11124, 7174, 7469, 6913, 7151, 7082, 7151, 6803, 7452, 11955, 7153, 10034, 7872, 10334, 8443, 10283, 7193, 7505, 7139, 7572, 7154, 8514, 8158, 10293, 6986, 7831, 6833, 7550, 9855, 7636, 14674, 10615, 10416, 7883, 6753, 7503, 13239, 8068, 8461, 13609, 7720, 8265, 7403, 7401, 7071, 7584, 7117, 7502, 7680, 7400, 12236, 7197, 9195, 7772, 11498, 7174, 8056, 6877, 8056, 10546, 7558, 11808, 7343, 6923, 7516, 6966, 7384, 9670, 8088, 15617, 11521, 13096, 7368, 10391, 7740, 11287, 8288, 7792, 7250, 7186, 7039, 7334, 6873, 7630, 7386, 8448, 8470, 9629, 7547, 9718, 14825, 11264, 13310, 12326, 13502, 7955, 7733, 7124, 7426, 7280, 7560, 7521, 9220, 7307, 8196, 11840, 7386, 11374, 7397, 9811, 7422, 6920, 7514, 7112, 7329, 10383, 7782, 11936, 8181, 13056, 10638, 9613, 7242, 8071, 7359, 9257, 11833, 10509, 10986, 7847, 7695, 7604, 11948, 7596, 12566, 8199, 11814, 7406, 9748, 13233, 7424, 12134, 7864, 9346, 7556, 7090, 6904, 6868, 7280, 8422, 7870, 8703, 7265, 7496, 7181, 7558, 7473, 10409, 7096, 7655, 14812, 8771, 10923, 8098, 11298, 7278, 7298, 7177, 7525, 7595, 10185, 7753, 11385, 7493, 9868, 15533, 8364, 14674, 11104, 11305, 7581, 7699, 7320, 8093, 14551, 8063, 11799, 7365, 7563, 7255, 7659, 7132, 8413, 13364, 7687, 9455, 7212, 7518, 7272, 8648, 14636, 10360, 11723, 7350, 9055, 7088, 7537, 8586, 7370, 11461, 7332, 12416, 7363, 11670, 10301, 8027, 16279, 11941, 11529, 7514, 8663, 7082, 7496, 7249, 8287, 7429, 6918, 7463, 6863, 7560, 13292, 11761, 13272, 8899, 7971, 7852, 8569, 7590, 7104, 7444, 7316, 11553, 10881, 14026, 8828, 11238, 7352, 8572, 7412, 8948, 7542, 12919, 7494, 8031, 7311, 7445, 7209, 7818, 7677, 8369, 6990, 7379, 7317, 7119, 7230, 9691, 14104, 9920, 12705, 7458, 9644, 7135, 7300, 7314, 7579, 7566, 7999, 7698, 8858, 7323, 9752, 7918, 12684, 10179, 13416, 9694, 9054, 7333, 7465, 6750, 7381, 14197, 10294, 11221, 7128, 7446, 6946, 7446, 7059, 7412, 7493, 7513, 7057, 7701, 8156, 7659, 14628, 11442, 14427, 8474, 8937, 7451, 7363, 7236, 8253, 7456, 7722, 13372, 7496, 10351, 7365, 9598, 7343, 11003, 8111, 14107, 9512, 11033, 7471, 10367, 7636, 12914, 11824, 11236, 16405, 13095, 9837, 7691, 6777, 7432, 7033, 7497, 6863, 7303, 6825, 7862, 7493, 11124, 7903, 11748, 8782, 15317, 13819, 14896, 12090, 12696, 8052, 10596, 10874, 8041, 13530, 7995, 12640, 7635, 6775, 7458, 7076, 7403, 7055, 7572, 10329, 7369, 8363, 7434, 7131, 7629, 7224, 7795, 7287, 7783, 7455, 9758, 10520, 9555, 16309, 13414, 15633, 12399, 11123, 7641, 6728, 7430, 10363, 7141, 7760, 7614, 7727, 7403, 8497, 7004, 7501, 6758, 7545, 7456, 7744, 16499, 12951, 16409, 12052, 11746, 7708, 11030, 8101, 9708, 7488, 9672, 17465, 13922, 11684, 7721, 9083, 7346, 7085, 7396, 7733, 7122, 7438, 7047, 7170, 6716, 7475, 12140, 8003, 15146, 9936, 9260, 6775, 7331, 6854, 7599, 13657, 7991, 13961, 7557, 9862, 7136, 7536, 7237, 7697, 7674, 8859, 6948, 7592, 7069, 7607, 14835, 7459, 12469, 7990, 9008, 7792, 7118, 7250, 7317, 8145, 7269, 11063, 7929, 10819, 13625, 8561, 13258, 8224, 14143, 9499, 14390, 15083, 12227, 17668, 13790, 11006, 7814, 9532, 7346, 7665, 7607, 8543, 13592, 7638, 7977, 7264, 8647, 7260, 7356, 7073, 8138, 7428, 8793, 7207, 8904, 7417, 12444, 14952, 12344, 14885, 10727, 11721, 7618, 7933, 7207, 8051, 7416, 9847, 7613, 9646, 7175, 8525, 7829, 7213, 7291, 7735, 7770, 9079, 7789, 10112, 10025, 13969, 12863, 15013, 16546, 12933, 15494, 12034, 13410, 8378, 10457, 7920, 9765, 7662, 10521, 15355, 10383, 13025, 10424, 10037, 7629, 6851, 7181, 6928, 7038, 8286, 7145, 8720, 7322, 9808, 9127, 8599, 11242, 7416, 12089, 7293, 9495, 7234, 9267, 6666, 7183, 12077, 7185, 9020, 7233, 8593, 7207, 7973, 7365, 9461, 7737, 9916, 7243, 10835, 6970, 9679, 13054, 10829, 13590, 11495, 10737, 7368, 14329, 7435, 16170, 13905, 15981, 9257, 10780, 7473, 7718, 7161, 7653, 7871, 9444, 17160, 13328, 13771, 7281, 9405, 7187, 8558, 15833, 9150, 12029, 7223, 7420, 7205, 7819, 7160, 8096, 14163, 7472, 12209, 7256, 9411, 7389, 9548, 7527, 11689, 7604, 9713, 7228, 8285, 9908, 7996, 13031, 11551, 7291, 7109, 7109, 7898, 7197, 9520, 7353, 12246, 8191, 15277, 11018, 7200, 9167, 7268, 10946, 15716, 12614, 15728, 12115, 15273, 10020, 9917, 7637, 7346, 7112, 7783, 12049, 7436, 6662, 7483, 7244, 7209, 7769, 7252, 7658, 7397, 7041, 7297, 6620, 7863, 7934, 9573, 15228, 13093, 12830, 8220, 9682, 7485, 9354, 7467, 14298, 8811, 12692, 7488, 11096, 7837, 12156, 17675, 14625, 14672, 11041, 9009, 7222, 7202, 7199, 7285, 7132, 7899, 7531, 7351, 13582, 7260, 10867, 7223, 10098, 7984, 12175, 7860, 9563, 7211, 9133, 15925, 7789, 13681, 8495, 11436, 7554, 9311, 7339, 9519, 7539, 9567, 7296, 7909, 6715, 7288, 13266, 7473, 12044, 8685, 13647, 7562, 8451, 7524, 12728, 8793, 8962, 8196, 7689, 6978, 7376, 7125, 7947, 7626, 7291, 7135, 7416, 6892, 7844, 15140, 9816, 13763, 12018, 14087, 8088, 10661, 7607, 10644, 7768, 11473, 7376, 14101, 16709, 12974, 13219, 7313, 8112, 7249, 7837, 7261, 7623, 7031, 6921, 6938, 11109, 12304, 9225, 10519, 7973, 7698, 7430, 9733, 7402, 9561, 8026, 7574, 7245, 7644, 7296, 10967, 9213, 10744, 11288, 10138, 7676, 7583, 7394, 8001, 7719, 8820, 17468, 14214, 14808, 10959, 11450, 7402, 7383, 7275, 9560, 10230, 8070, 6834, 7665, 7582, 7649, 9440, 7730, 9438, 8022, 9217, 7652, 9367, 11019, 8269, 15990, 12321, 12631, 7413, 9172, 15150, 7943, 12687, 8801, 9706, 7443, 7638, 7341, 7529, 7071, 10410, 16636, 12950, 13047, 7844, 10973, 7480, 9306, 7697, 9790, 7411, 8900, 7395, 8540, 7359, 7923, 15836, 11998, 12970, 7567, 8509, 7334, 7566, 7388, 7858, 13874, 7599, 10951, 7093, 7787, 7244, 8441, 8130, 11172, 7690, 7944, 15932, 7433, 11091, 7930, 11607, 7834, 10447, 7453, 8189, 7443, 8896, 8300, 11679, 7627, 6685, 7121, 6918, 11176, 10222, 8563], 'WindowCenter': [4223.0, 4210.0, 4207.0, 4207.0, 4194.0, 4183.0, 4181.0, 4193.0, 4212.0, 4184.0, 4244.0, 4225.0, 4233.0, 4199.0, 4210.0, 4170.0, 4198.0, 4181.0, 4199.0, 4200.0, 4210.0, 4168.0, 4167.0, 4166.0, 4178.0, 4179.0, 4167.0, 4180.0, 4190.0, 4167.0, 4165.0, 4167.0, 4189.0, 4230.0, 4198.0, 4208.0, 4177.0, 4165.0, 4165.0, 4166.0, 4165.0, 4168.0, 4180.0, 4191.0, 4180.0, 4181.0, 4170.0, 4192.0, 4232.0, 4191.0, 4198.0, 4218.0, 4210.0, 4166.0, 4176.0, 4155.0, 4168.0, 4209.0, 4180.0, 4179.0, 4217.0, 4179.0, 4175.0, 4168.0, 4178.0, 4180.0, 4191.0, 4192.0, 4214.0, 4195.0, 4213.0, 4211.0, 4182.0, 4221.0, 4182.0, 4231.0, 4202.0, 4209.0, 4182.0, 4191.0, 4182.0, 4222.0, 4233.0, 4213.0, 4210.0, 4186.0, 4168.0, 4193.0, 4184.0, 4192.0, 4183.0, 4225.0, 4208.0, 4240.0, 4238.0, 4205.0, 4246.0, 4194.0, 4236.0, 4233.0, 4220.0, 4209.0, 4198.0, 4187.0, 4185.0, 4177.0, 4143.0, 4164.0, 4154.0, 4166.0, 4178.0, 4179.0, 4200.0, 4182.0, 4201.0, 4180.0, 4178.0, 4179.0, 4200.0, 4200.0, 4181.0, 4219.0, 4191.0, 4178.0, 4169.0, 4189.0, 4168.0, 4222.0, 4209.0, 4190.0, 4231.0, 4169.0, 4185.0, 4157.0, 4168.0, 4180.0, 4182.0, 4211.0, 4180.0, 4180.0, 4169.0, 4181.0, 4220.0, 4183.0, 4220.0, 4202.0, 4199.0, 4169.0, 4178.0, 4198.0, 4180.0, 4220.0, 4189.0, 4208.0, 4167.0, 4166.0, 4156.0, 4180.0, 4190.0, 4181.0, 4189.0, 4180.0, 4201.0, 4183.0, 4212.0, 4205.0, 4224.0, 4206.0, 4223.0, 4192.0, 4223.0, 4194.0, 4234.0, 4222.0, 4221.0, 4180.0, 4178.0, 4165.0, 4168.0, 4170.0, 4180.0, 4181.0, 4181.0, 4232.0, 4179.0, 4209.0, 4179.0, 4198.0, 4179.0, 4209.0, 4199.0, 4209.0, 4168.0, 4178.0, 4168.0, 4199.0, 4230.0, 4209.0, 4206.0, 4186.0, 4194.0, 4155.0, 4164.0, 4167.0, 4181.0, 4180.0, 4182.0, 4171.0, 4193.0, 4222.0, 4171.0, 4201.0, 4192.0, 4211.0, 4191.0, 4207.0, 4169.0, 4169.0, 4169.0, 4178.0, 4171.0, 4202.0, 4191.0, 4212.0, 4168.0, 4179.0, 4157.0, 4179.0, 4201.0, 4180.0, 4231.0, 4213.0, 4210.0, 4175.0, 4154.0, 4179.0, 4219.0, 4177.0, 4176.0, 4218.0, 4167.0, 4175.0, 4166.0, 4165.0, 4169.0, 4178.0, 4169.0, 4181.0, 4179.0, 4181.0, 4217.0, 4182.0, 4201.0, 4180.0, 4222.0, 4171.0, 4179.0, 4157.0, 4178.0, 4210.0, 4179.0, 4218.0, 4180.0, 4168.0, 4180.0, 4168.0, 4179.0, 4200.0, 4191.0, 4241.0, 4211.0, 4218.0, 4168.0, 4197.0, 4178.0, 4209.0, 4178.0, 4168.0, 4179.0, 4169.0, 4168.0, 4178.0, 4182.0, 4192.0, 4194.0, 4204.0, 4204.0, 4216.0, 4192.0, 4215.0, 4233.0, 4212.0, 4223.0, 4208.0, 4232.0, 4178.0, 4168.0, 4157.0, 4167.0, 4179.0, 4180.0, 4182.0, 4202.0, 4180.0, 4179.0, 4208.0, 4168.0, 4221.0, 4180.0, 4199.0, 4183.0, 4169.0, 4180.0, 4171.0, 4182.0, 4210.0, 4181.0, 4224.0, 4194.0, 4233.0, 4213.0, 4199.0, 4181.0, 4178.0, 4180.0, 4201.0, 4222.0, 4211.0, 4209.0, 4179.0, 4178.0, 4178.0, 4221.0, 4180.0, 4219.0, 4191.0, 4208.0, 4168.0, 4198.0, 4217.0, 4168.0, 4208.0, 4179.0, 4186.0, 4178.0, 4166.0, 4181.0, 4180.0, 4192.0, 4202.0, 4206.0, 4205.0, 4191.0, 4182.0, 4197.0, 4205.0, 4195.0, 4227.0, 4182.0, 4193.0, 4243.0, 4204.0, 4209.0, 4193.0, 4222.0, 4181.0, 4178.0, 4168.0, 4179.0, 4192.0, 4212.0, 4192.0, 4221.0, 4177.0, 4201.0, 4231.0, 4181.0, 4230.0, 4209.0, 4210.0, 4167.0, 4165.0, 4166.0, 4178.0, 4228.0, 4178.0, 4208.0, 4169.0, 4166.0, 4168.0, 4177.0, 4170.0, 4191.0, 4230.0, 4182.0, 4199.0, 4181.0, 4179.0, 4180.0, 4204.0, 4242.0, 4212.0, 4210.0, 4179.0, 4189.0, 4167.0, 4179.0, 4190.0, 4181.0, 4221.0, 4180.0, 4219.0, 4179.0, 4212.0, 4211.0, 4179.0, 4230.0, 4223.0, 4208.0, 4168.0, 4187.0, 4169.0, 4181.0, 4181.0, 4203.0, 4196.0, 4183.0, 4194.0, 4183.0, 4194.0, 4247.0, 4235.0, 4233.0, 4191.0, 4175.0, 4180.0, 4190.0, 4180.0, 4171.0, 4181.0, 4181.0, 4224.0, 4214.0, 4233.0, 4190.0, 4211.0, 4168.0, 4178.0, 4169.0, 4189.0, 4180.0, 4221.0, 4168.0, 4178.0, 4167.0, 4167.0, 4167.0, 4193.0, 4192.0, 4191.0, 4169.0, 4169.0, 4179.0, 4169.0, 4180.0, 4213.0, 4244.0, 4213.0, 4221.0, 4169.0, 4199.0, 4169.0, 4180.0, 4182.0, 4191.0, 4195.0, 4192.0, 4194.0, 4203.0, 4195.0, 4213.0, 4195.0, 4236.0, 4214.0, 4233.0, 4202.0, 4190.0, 4170.0, 4168.0, 4170.0, 4181.0, 4231.0, 4202.0, 4212.0, 4169.0, 4179.0, 4169.0, 4180.0, 4182.0, 4192.0, 4180.0, 4195.0, 4182.0, 4192.0, 4193.0, 4192.0, 4244.0, 4223.0, 4231.0, 4191.0, 4187.0, 4169.0, 4168.0, 4179.0, 4191.0, 4183.0, 4193.0, 4246.0, 4183.0, 4210.0, 4179.0, 4199.0, 4180.0, 4211.0, 4191.0, 4233.0, 4203.0, 4211.0, 4183.0, 4211.0, 4182.0, 4224.0, 4222.0, 4212.0, 4230.0, 4219.0, 4186.0, 4181.0, 4168.0, 4167.0, 4168.0, 4180.0, 4171.0, 4193.0, 4183.0, 4204.0, 4182.0, 4223.0, 4195.0, 4222.0, 4203.0, 4246.0, 4235.0, 4231.0, 4211.0, 4207.0, 4168.0, 4198.0, 4185.0, 4167.0, 4231.0, 4178.0, 4220.0, 4166.0, 4155.0, 4166.0, 4166.0, 4179.0, 4170.0, 4194.0, 4213.0, 4182.0, 4190.0, 4184.0, 4196.0, 4195.0, 4195.0, 4195.0, 4184.0, 4196.0, 4185.0, 4204.0, 4213.0, 4204.0, 4246.0, 4225.0, 4231.0, 4222.0, 4197.0, 4178.0, 4159.0, 4180.0, 4212.0, 4171.0, 4181.0, 4181.0, 4191.0, 4182.0, 4200.0, 4183.0, 4182.0, 4173.0, 4182.0, 4179.0, 4194.0, 4254.0, 4234.0, 4243.0, 4220.0, 4211.0, 4180.0, 4197.0, 4178.0, 4190.0, 4181.0, 4201.0, 4239.0, 4232.0, 4207.0, 4167.0, 4175.0, 4168.0, 4168.0, 4181.0, 4179.0, 4182.0, 4180.0, 4170.0, 4169.0, 4170.0, 4181.0, 4233.0, 4193.0, 4243.0, 4213.0, 4189.0, 4158.0, 4168.0, 4168.0, 4181.0, 4230.0, 4192.0, 4232.0, 4180.0, 4199.0, 4168.0, 4179.0, 4181.0, 4192.0, 4192.0, 4202.0, 4181.0, 4180.0, 4180.0, 4180.0, 4240.0, 4194.0, 4221.0, 4194.0, 4201.0, 4192.0, 4181.0, 4196.0, 4194.0, 4194.0, 4196.0, 4238.0, 4207.0, 4227.0, 4261.0, 4206.0, 4235.0, 4191.0, 4230.0, 4202.0, 4234.0, 4234.0, 4224.0, 4232.0, 4221.0, 4196.0, 4166.0, 4187.0, 4166.0, 4165.0, 4178.0, 4191.0, 4219.0, 4179.0, 4166.0, 4168.0, 4176.0, 4179.0, 4181.0, 4182.0, 4193.0, 4194.0, 4202.0, 4194.0, 4203.0, 4183.0, 4236.0, 4246.0, 4237.0, 4244.0, 4213.0, 4210.0, 4181.0, 4177.0, 4180.0, 4192.0, 4193.0, 4212.0, 4194.0, 4214.0, 4184.0, 4191.0, 4194.0, 4181.0, 4183.0, 4206.0, 4207.0, 4230.0, 4210.0, 4229.0, 4227.0, 4248.0, 4236.0, 4247.0, 4233.0, 4222.0, 4219.0, 4198.0, 4207.0, 4165.0, 4184.0, 4165.0, 4183.0, 4164.0, 4185.0, 4214.0, 4183.0, 4193.0, 4182.0, 4171.0, 4152.0, 4141.0, 4155.0, 4155.0, 4168.0, 4188.0, 4169.0, 4189.0, 4183.0, 4211.0, 4200.0, 4191.0, 4208.0, 4170.0, 4220.0, 4181.0, 4201.0, 4195.0, 4202.0, 4169.0, 4183.0, 4231.0, 4194.0, 4213.0, 4195.0, 4202.0, 4194.0, 4205.0, 4208.0, 4241.0, 4221.0, 4239.0, 4208.0, 4236.0, 4195.0, 4229.0, 4260.0, 4246.0, 4247.0, 4234.0, 4223.0, 4184.0, 4243.0, 4182.0, 4244.0, 4234.0, 4242.0, 4200.0, 4205.0, 4169.0, 4177.0, 4168.0, 4177.0, 4191.0, 4201.0, 4242.0, 4220.0, 4216.0, 4166.0, 4187.0, 4169.0, 4188.0, 4228.0, 4199.0, 4205.0, 4166.0, 4166.0, 4166.0, 4178.0, 4181.0, 4191.0, 4231.0, 4182.0, 4218.0, 4180.0, 4199.0, 4180.0, 4211.0, 4192.0, 4233.0, 4188.0, 4201.0, 4181.0, 4191.0, 4211.0, 4192.0, 4232.0, 4224.0, 4179.0, 4169.0, 4180.0, 4191.0, 4194.0, 4212.0, 4192.0, 4233.0, 4203.0, 4245.0, 4226.0, 4182.0, 4202.0, 4172.0, 4212.0, 4228.0, 4211.0, 4231.0, 4223.0, 4230.0, 4198.0, 4199.0, 4178.0, 4165.0, 4166.0, 4179.0, 4219.0, 4179.0, 4157.0, 4168.0, 4167.0, 4178.0, 4191.0, 4194.0, 4193.0, 4196.0, 4196.0, 4205.0, 4185.0, 4218.0, 4217.0, 4229.0, 4254.0, 4248.0, 4229.0, 4191.0, 4199.0, 4179.0, 4201.0, 4182.0, 4244.0, 4203.0, 4221.0, 4181.0, 4210.0, 4180.0, 4222.0, 4243.0, 4230.0, 4229.0, 4208.0, 4176.0, 4164.0, 4166.0, 4168.0, 4167.0, 4168.0, 4189.0, 4180.0, 4182.0, 4230.0, 4179.0, 4209.0, 4180.0, 4210.0, 4191.0, 4219.0, 4181.0, 4200.0, 4178.0, 4202.0, 4241.0, 4179.0, 4219.0, 4190.0, 4208.0, 4179.0, 4199.0, 4181.0, 4212.0, 4192.0, 4213.0, 4181.0, 4191.0, 4169.0, 4182.0, 4244.0, 4193.0, 4234.0, 4215.0, 4243.0, 4192.0, 4189.0, 4191.0, 4232.0, 4203.0, 4200.0, 4191.0, 4182.0, 4182.0, 4222.0, 4196.0, 4203.0, 4191.0, 4206.0, 4194.0, 4194.0, 4182.0, 4205.0, 4245.0, 4214.0, 4236.0, 4225.0, 4231.0, 4180.0, 4197.0, 4178.0, 4198.0, 4179.0, 4209.0, 4179.0, 4231.0, 4241.0, 4219.0, 4217.0, 4167.0, 4176.0, 4179.0, 4179.0, 4181.0, 4190.0, 4181.0, 4180.0, 4183.0, 4224.0, 4234.0, 4216.0, 4239.0, 4205.0, 4191.0, 4182.0, 4199.0, 4179.0, 4197.0, 4193.0, 4179.0, 4180.0, 4178.0, 4182.0, 4222.0, 4202.0, 4212.0, 4222.0, 4211.0, 4178.0, 4176.0, 4169.0, 4179.0, 4179.0, 4190.0, 4241.0, 4231.0, 4228.0, 4209.0, 4206.0, 4180.0, 4165.0, 4178.0, 4210.0, 4209.0, 4192.0, 4168.0, 4190.0, 4179.0, 4190.0, 4211.0, 4193.0, 4212.0, 4205.0, 4202.0, 4191.0, 4202.0, 4222.0, 4204.0, 4242.0, 4234.0, 4221.0, 4181.0, 4200.0, 4228.0, 4179.0, 4219.0, 4189.0, 4198.0, 4179.0, 4178.0, 4180.0, 4180.0, 4183.0, 4223.0, 4242.0, 4234.0, 4218.0, 4179.0, 4209.0, 4180.0, 4199.0, 4190.0, 4210.0, 4181.0, 4198.0, 4180.0, 4189.0, 4178.0, 4192.0, 4241.0, 4222.0, 4220.0, 4179.0, 4190.0, 4178.0, 4179.0, 4190.0, 4191.0, 4232.0, 4192.0, 4209.0, 4181.0, 4190.0, 4192.0, 4203.0, 4206.0, 4236.0, 4193.0, 4194.0, 4239.0, 4181.0, 4222.0, 4194.0, 4221.0, 4193.0, 4210.0, 4181.0, 4200.0, 4194.0, 4213.0, 4203.0, 4246.0, 4194.0, 4183.0, 4193.0, 4196.0, 4237.0, 4224.0, 4204.0], 'WindowWidth': [9379.0, 9356.0, 9348.0, 9343.0, 9323.0, 9304.0, 9299.0, 9314.0, 9341.0, 9305.0, 9389.0, 9361.0, 9370.0, 9318.0, 9332.0, 9277.0, 9313.0, 9294.0, 9317.0, 9320.0, 9334.0, 9274.0, 9271.0, 9269.0, 9287.0, 9292.0, 9271.0, 9293.0, 9304.0, 9272.0, 9268.0, 9272.0, 9303.0, 9363.0, 9313.0, 9325.0, 9283.0, 9264.0, 9264.0, 9266.0, 9266.0, 9273.0, 9295.0, 9309.0, 9296.0, 9299.0, 9280.0, 9313.0, 9368.0, 9308.0, 9315.0, 9338.0, 9331.0, 9266.0, 9280.0, 9252.0, 9273.0, 9329.0, 9293.0, 9291.0, 9338.0, 9291.0, 9280.0, 9274.0, 9288.0, 9295.0, 9311.0, 9315.0, 9347.0, 9322.0, 9342.0, 9336.0, 9297.0, 9352.0, 9301.0, 9364.0, 9328.0, 9331.0, 9299.0, 9311.0, 9301.0, 9356.0, 9372.0, 9344.0, 9335.0, 9297.0, 9275.0, 9316.0, 9307.0, 9316.0, 9305.0, 9363.0, 9346.0, 9392.0, 9387.0, 9338.0, 9391.0, 9317.0, 9378.0, 9370.0, 9344.0, 9331.0, 9313.0, 9296.0, 9289.0, 9280.0, 9230.0, 9259.0, 9246.0, 9266.0, 9285.0, 9291.0, 9317.0, 9299.0, 9320.0, 9292.0, 9288.0, 9291.0, 9318.0, 9320.0, 9292.0, 9341.0, 9308.0, 9284.0, 9275.0, 9300.0, 9274.0, 9350.0, 9331.0, 9304.0, 9360.0, 9274.0, 9292.0, 9257.0, 9274.0, 9292.0, 9297.0, 9334.0, 9294.0, 9291.0, 9276.0, 9296.0, 9348.0, 9301.0, 9347.0, 9325.0, 9316.0, 9275.0, 9286.0, 9312.0, 9292.0, 9345.0, 9303.0, 9327.0, 9271.0, 9268.0, 9258.0, 9294.0, 9306.0, 9297.0, 9304.0, 9294.0, 9321.0, 9302.0, 9343.0, 9336.0, 9361.0, 9336.0, 9355.0, 9314.0, 9353.0, 9317.0, 9375.0, 9352.0, 9348.0, 9289.0, 9287.0, 9268.0, 9274.0, 9278.0, 9293.0, 9295.0, 9296.0, 9365.0, 9291.0, 9330.0, 9289.0, 9313.0, 9290.0, 9329.0, 9317.0, 9329.0, 9273.0, 9284.0, 9273.0, 9316.0, 9360.0, 9327.0, 9320.0, 9292.0, 9301.0, 9251.0, 9262.0, 9275.0, 9296.0, 9295.0, 9304.0, 9286.0, 9316.0, 9354.0, 9284.0, 9324.0, 9314.0, 9336.0, 9311.0, 9327.0, 9277.0, 9275.0, 9277.0, 9288.0, 9283.0, 9327.0, 9310.0, 9340.0, 9276.0, 9291.0, 9260.0, 9289.0, 9322.0, 9294.0, 9363.0, 9341.0, 9331.0, 9282.0, 9252.0, 9289.0, 9347.0, 9285.0, 9282.0, 9338.0, 9271.0, 9278.0, 9268.0, 9267.0, 9278.0, 9290.0, 9280.0, 9297.0, 9292.0, 9295.0, 9340.0, 9299.0, 9323.0, 9295.0, 9354.0, 9281.0, 9291.0, 9257.0, 9287.0, 9333.0, 9292.0, 9343.0, 9294.0, 9273.0, 9291.0, 9275.0, 9291.0, 9320.0, 9309.0, 9379.0, 9337.0, 9341.0, 9272.0, 9312.0, 9287.0, 9332.0, 9288.0, 9273.0, 9292.0, 9276.0, 9277.0, 9291.0, 9302.0, 9316.0, 9321.0, 9334.0, 9335.0, 9353.0, 9314.0, 9346.0, 9374.0, 9340.0, 9355.0, 9327.0, 9367.0, 9285.0, 9272.0, 9258.0, 9271.0, 9292.0, 9293.0, 9299.0, 9324.0, 9291.0, 9290.0, 9327.0, 9272.0, 9348.0, 9295.0, 9318.0, 9300.0, 9278.0, 9294.0, 9283.0, 9300.0, 9333.0, 9297.0, 9358.0, 9317.0, 9367.0, 9344.0, 9315.0, 9294.0, 9287.0, 9294.0, 9324.0, 9351.0, 9336.0, 9330.0, 9289.0, 9286.0, 9288.0, 9348.0, 9295.0, 9346.0, 9310.0, 9328.0, 9274.0, 9313.0, 9336.0, 9273.0, 9325.0, 9291.0, 9295.0, 9286.0, 9269.0, 9296.0, 9297.0, 9317.0, 9327.0, 9338.0, 9336.0, 9314.0, 9300.0, 9331.0, 9337.0, 9322.0, 9367.0, 9302.0, 9316.0, 9387.0, 9331.0, 9333.0, 9317.0, 9355.0, 9297.0, 9289.0, 9277.0, 9292.0, 9313.0, 9340.0, 9314.0, 9350.0, 9289.0, 9323.0, 9362.0, 9293.0, 9359.0, 9328.0, 9331.0, 9271.0, 9266.0, 9269.0, 9286.0, 9357.0, 9286.0, 9324.0, 9275.0, 9267.0, 9275.0, 9285.0, 9281.0, 9311.0, 9359.0, 9300.0, 9316.0, 9294.0, 9289.0, 9296.0, 9332.0, 9379.0, 9341.0, 9332.0, 9290.0, 9303.0, 9272.0, 9290.0, 9307.0, 9295.0, 9349.0, 9294.0, 9345.0, 9291.0, 9339.0, 9333.0, 9291.0, 9359.0, 9355.0, 9325.0, 9272.0, 9300.0, 9278.0, 9298.0, 9300.0, 9328.0, 9327.0, 9303.0, 9319.0, 9304.0, 9321.0, 9398.0, 9377.0, 9371.0, 9309.0, 9281.0, 9293.0, 9306.0, 9294.0, 9283.0, 9296.0, 9297.0, 9358.0, 9344.0, 9369.0, 9306.0, 9332.0, 9274.0, 9283.0, 9275.0, 9303.0, 9292.0, 9348.0, 9274.0, 9283.0, 9269.0, 9269.0, 9271.0, 9315.0, 9315.0, 9308.0, 9278.0, 9275.0, 9290.0, 9275.0, 9293.0, 9341.0, 9388.0, 9341.0, 9348.0, 9277.0, 9315.0, 9276.0, 9292.0, 9299.0, 9309.0, 9323.0, 9313.0, 9318.0, 9329.0, 9320.0, 9341.0, 9320.0, 9378.0, 9344.0, 9368.0, 9323.0, 9303.0, 9278.0, 9273.0, 9279.0, 9294.0, 9363.0, 9322.0, 9335.0, 9277.0, 9288.0, 9278.0, 9292.0, 9300.0, 9314.0, 9296.0, 9322.0, 9300.0, 9313.0, 9313.0, 9313.0, 9388.0, 9354.0, 9363.0, 9310.0, 9298.0, 9276.0, 9272.0, 9290.0, 9309.0, 9302.0, 9315.0, 9390.0, 9303.0, 9333.0, 9292.0, 9317.0, 9295.0, 9337.0, 9311.0, 9368.0, 9328.0, 9335.0, 9301.0, 9334.0, 9298.0, 9358.0, 9350.0, 9337.0, 9360.0, 9342.0, 9294.0, 9295.0, 9277.0, 9273.0, 9274.0, 9292.0, 9285.0, 9320.0, 9303.0, 9332.0, 9301.0, 9357.0, 9322.0, 9353.0, 9330.0, 9396.0, 9376.0, 9363.0, 9336.0, 9322.0, 9271.0, 9310.0, 9287.0, 9268.0, 9363.0, 9285.0, 9343.0, 9267.0, 9251.0, 9266.0, 9268.0, 9293.0, 9279.0, 9320.0, 9341.0, 9300.0, 9308.0, 9303.0, 9326.0, 9323.0, 9324.0, 9320.0, 9303.0, 9323.0, 9304.0, 9330.0, 9338.0, 9330.0, 9393.0, 9357.0, 9362.0, 9349.0, 9308.0, 9285.0, 9261.0, 9294.0, 9337.0, 9281.0, 9294.0, 9296.0, 9309.0, 9300.0, 9322.0, 9300.0, 9299.0, 9286.0, 9297.0, 9292.0, 9318.0, 9401.0, 9371.0, 9381.0, 9346.0, 9333.0, 9290.0, 9310.0, 9285.0, 9304.0, 9295.0, 9321.0, 9370.0, 9363.0, 9321.0, 9269.0, 9277.0, 9273.0, 9276.0, 9295.0, 9290.0, 9300.0, 9294.0, 9279.0, 9278.0, 9282.0, 9298.0, 9370.0, 9316.0, 9385.0, 9341.0, 9303.0, 9261.0, 9273.0, 9275.0, 9297.0, 9361.0, 9313.0, 9365.0, 9291.0, 9313.0, 9272.0, 9288.0, 9298.0, 9313.0, 9314.0, 9328.0, 9299.0, 9292.0, 9294.0, 9295.0, 9376.0, 9321.0, 9350.0, 9320.0, 9325.0, 9313.0, 9296.0, 9324.0, 9321.0, 9319.0, 9325.0, 9387.0, 9344.0, 9369.0, 9420.0, 9337.0, 9374.0, 9311.0, 9364.0, 9324.0, 9374.0, 9372.0, 9356.0, 9364.0, 9348.0, 9306.0, 9266.0, 9292.0, 9266.0, 9264.0, 9287.0, 9306.0, 9341.0, 9289.0, 9267.0, 9271.0, 9282.0, 9290.0, 9298.0, 9301.0, 9315.0, 9321.0, 9326.0, 9318.0, 9327.0, 9304.0, 9378.0, 9394.0, 9381.0, 9383.0, 9341.0, 9332.0, 9296.0, 9283.0, 9293.0, 9312.0, 9318.0, 9340.0, 9322.0, 9345.0, 9305.0, 9306.0, 9317.0, 9296.0, 9300.0, 9338.0, 9345.0, 9379.0, 9353.0, 9373.0, 9366.0, 9401.0, 9376.0, 9396.0, 9372.0, 9351.0, 9345.0, 9310.0, 9320.0, 9262.0, 9284.0, 9260.0, 9283.0, 9260.0, 9288.0, 9328.0, 9282.0, 9295.0, 9280.0, 9262.0, 9241.0, 9225.0, 9250.0, 9249.0, 9274.0, 9299.0, 9278.0, 9305.0, 9302.0, 9338.0, 9321.0, 9307.0, 9327.0, 9278.0, 9348.0, 9299.0, 9323.0, 9322.0, 9325.0, 9278.0, 9304.0, 9365.0, 9322.0, 9345.0, 9323.0, 9329.0, 9323.0, 9337.0, 9347.0, 9396.0, 9372.0, 9390.0, 9348.0, 9381.0, 9326.0, 9376.0, 9420.0, 9398.0, 9396.0, 9378.0, 9357.0, 9305.0, 9385.0, 9301.0, 9390.0, 9371.0, 9381.0, 9321.0, 9321.0, 9276.0, 9284.0, 9273.0, 9285.0, 9311.0, 9322.0, 9380.0, 9344.0, 9336.0, 9269.0, 9296.0, 9277.0, 9302.0, 9355.0, 9317.0, 9319.0, 9270.0, 9268.0, 9272.0, 9289.0, 9300.0, 9313.0, 9364.0, 9298.0, 9341.0, 9293.0, 9317.0, 9295.0, 9339.0, 9316.0, 9370.0, 9306.0, 9322.0, 9296.0, 9310.0, 9335.0, 9313.0, 9367.0, 9362.0, 9293.0, 9281.0, 9295.0, 9310.0, 9322.0, 9342.0, 9318.0, 9370.0, 9330.0, 9388.0, 9365.0, 9300.0, 9324.0, 9284.0, 9338.0, 9356.0, 9332.0, 9364.0, 9351.0, 9357.0, 9312.0, 9316.0, 9288.0, 9266.0, 9270.0, 9290.0, 9343.0, 9292.0, 9258.0, 9275.0, 9271.0, 9289.0, 9313.0, 9321.0, 9320.0, 9326.0, 9330.0, 9339.0, 9313.0, 9359.0, 9360.0, 9376.0, 9408.0, 9399.0, 9360.0, 9309.0, 9317.0, 9290.0, 9320.0, 9298.0, 9384.0, 9328.0, 9348.0, 9295.0, 9331.0, 9293.0, 9352.0, 9384.0, 9361.0, 9357.0, 9327.0, 9279.0, 9263.0, 9266.0, 9274.0, 9272.0, 9277.0, 9304.0, 9295.0, 9300.0, 9360.0, 9292.0, 9328.0, 9293.0, 9335.0, 9309.0, 9346.0, 9296.0, 9319.0, 9290.0, 9324.0, 9376.0, 9291.0, 9343.0, 9307.0, 9327.0, 9290.0, 9317.0, 9296.0, 9339.0, 9316.0, 9343.0, 9298.0, 9309.0, 9278.0, 9299.0, 9386.0, 9319.0, 9375.0, 9352.0, 9381.0, 9312.0, 9306.0, 9312.0, 9368.0, 9330.0, 9322.0, 9311.0, 9300.0, 9302.0, 9374.0, 9328.0, 9331.0, 9313.0, 9342.0, 9322.0, 9322.0, 9301.0, 9336.0, 9392.0, 9345.0, 9378.0, 9360.0, 9364.0, 9292.0, 9311.0, 9288.0, 9311.0, 9290.0, 9329.0, 9292.0, 9365.0, 9377.0, 9342.0, 9337.0, 9270.0, 9283.0, 9291.0, 9294.0, 9298.0, 9309.0, 9298.0, 9296.0, 9303.0, 9360.0, 9373.0, 9352.0, 9390.0, 9338.0, 9310.0, 9299.0, 9320.0, 9292.0, 9313.0, 9318.0, 9291.0, 9296.0, 9289.0, 9300.0, 9355.0, 9328.0, 9340.0, 9353.0, 9335.0, 9288.0, 9282.0, 9276.0, 9290.0, 9291.0, 9308.0, 9380.0, 9363.0, 9355.0, 9330.0, 9322.0, 9295.0, 9267.0, 9290.0, 9336.0, 9332.0, 9314.0, 9277.0, 9309.0, 9292.0, 9309.0, 9341.0, 9317.0, 9342.0, 9336.0, 9326.0, 9313.0, 9328.0, 9354.0, 9331.0, 9382.0, 9373.0, 9350.0, 9296.0, 9321.0, 9355.0, 9291.0, 9345.0, 9306.0, 9316.0, 9292.0, 9289.0, 9296.0, 9296.0, 9305.0, 9358.0, 9384.0, 9373.0, 9342.0, 9289.0, 9329.0, 9291.0, 9317.0, 9308.0, 9334.0, 9298.0, 9316.0, 9296.0, 9305.0, 9290.0, 9313.0, 9380.0, 9353.0, 9345.0, 9291.0, 9304.0, 9290.0, 9292.0, 9310.0, 9311.0, 9367.0, 9315.0, 9332.0, 9297.0, 9308.0, 9316.0, 9333.0, 9341.0, 9380.0, 9316.0, 9317.0, 9374.0, 9296.0, 9354.0, 9320.0, 9351.0, 9316.0, 9335.0, 9299.0, 9324.0, 9324.0, 9344.0, 9334.0, 9393.0, 9323.0, 9306.0, 9320.0, 9329.0, 9385.0, 9362.0, 9336.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.0006121441605839417</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023580117427007295</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.3416424790776</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.188331031388127</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000362909652968</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4679</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6591.5303</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10090052863423268</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.660583941605839</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.481943159953079</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.429395305715066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.70556384458524</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3108703295589317</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127031</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016582699492573738</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024645358324050903</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8804011731222605</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>24.2063</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.8012</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300681.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>772.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.0548</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.9807</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3403.522</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3624.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75863.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4425.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.9179</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.814472541445866</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> |