=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
122 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
122 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-0126_ses-01_task-alignvideo_acq-mb8_run-01_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-0126_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_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-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_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-0126/ses-01/func/sub-0126_ses-01_task-alignvideo_acq-mb8_run-01_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>ce0e5e1e4e78e242b39afd42151336e2</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>20:02:10.102500</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.998512, 0.0477707, 0.0263089, -0.0491847, 0.997217, 0.0560195]</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.259</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.105362</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4217, -7810, -7215, 5, -126, -166, -51, 125]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>289.95</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7a5ef524-c8eb-481b-9613-9304890d46d9||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.678934097290039, -0.13195906579494476, 0.06361088901758194, 120.06111145019531], [-0.12816517055034637, 2.675461530685425, 0.15452148020267487, -81.6273422241211], [0.07058481127023697, -0.15029634535312653, 2.694823980331421, -70.61946105957031], [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, 1073]</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], 'AcquisitionTime': ['200210.102500', '200210.562500', '200211.022500', '200211.482500', '200211.942500', '200212.402500', '200212.862500', '200213.322500', '200213.782500', '200214.242500', '200214.702500', '200215.162500', '200215.622500', '200216.082500', '200216.542500', '200217.002500', '200217.462500', '200217.922500', '200218.382500', '200218.842500', '200219.302500', '200219.762500', '200220.222500', '200220.682500', '200221.142500', '200221.602500', '200222.062500', '200222.522500', '200222.982500', '200223.442500', '200223.902500', '200224.362500', '200224.822500', '200225.282500', '200225.742500', '200226.202500', '200226.662500', '200227.122500', '200227.582500', '200228.042500', '200228.502500', '200228.962500', '200229.422500', '200229.882500', '200230.342500', '200230.802500', '200231.262500', '200231.722500', '200232.182500', '200232.642500', '200233.102500', '200233.562500', '200234.022500', '200234.482500', '200234.942500', '200235.402500', '200235.862500', '200236.322500', '200236.782500', '200237.242500', '200237.702500', '200238.162500', '200238.622500', '200239.082500', '200239.542500', '200240.002500', '200240.462500', '200240.922500', '200241.382500', '200241.842500', '200242.302500', '200242.762500', '200243.222500', '200243.682500', '200244.142500', '200244.602500', '200245.062500', '200245.522500', '200245.982500', '200246.442500', '200246.902500', '200247.362500', '200247.822500', '200248.282500', '200248.742500', '200249.202500', '200249.662500', '200250.122500', '200250.582500', '200251.042500', '200251.502500', '200251.962500', '200252.422500', '200252.882500', '200253.342500', '200253.802500', '200254.262500', '200254.722500', '200255.182500', '200255.642500', '200256.102500', '200256.562500', '200257.022500', '200257.482500', '200257.942500', '200258.402500', '200258.862500', '200259.322500', '200259.782500', '200300.242500', '200300.702500', '200301.162500', '200301.622500', '200302.082500', '200302.542500', '200303.002500', '200303.462500', '200303.922500', '200304.382500', '200304.842500', '200305.302500', '200305.762500', '200306.222500', '200306.682500', '200307.142500', '200307.602500', '200308.062500', '200308.522500', '200308.982500', '200309.442500', '200309.902500', '200310.362500', '200310.822500', '200311.282500', '200311.742500', '200312.202500', '200312.662500', '200313.122500', '200313.582500', '200314.042500', '200314.502500', '200314.962500', '200315.422500', '200315.882500', '200316.342500', '200316.802500', '200317.262500', '200317.722500', '200318.182500', '200318.642500', '200319.102500', '200319.562500', '200320.022500', '200320.482500', '200320.942500', '200321.402500', '200321.862500', '200322.322500', '200322.782500', '200323.242500', '200323.702500', '200324.162500', '200324.622500', '200325.082500', '200325.542500', '200326.002500', '200326.462500', '200326.922500', '200327.382500', '200327.842500', '200328.302500', '200328.762500', '200329.222500', '200329.682500', '200330.142500', '200330.602500', '200331.062500', '200331.522500', '200331.982500', '200332.442500', '200332.902500', '200333.362500', '200333.822500', '200334.282500', '200334.742500', '200335.202500', '200335.662500', '200336.122500', '200336.582500', '200337.042500', '200337.502500', '200337.962500', '200338.422500', '200338.882500', '200339.342500', '200339.802500', '200340.262500', '200340.722500', '200341.182500', '200341.642500', '200342.102500', '200342.562500', '200343.022500', '200343.482500', '200343.942500', '200344.402500', '200344.862500', '200345.322500', '200345.782500', '200346.242500', '200346.702500', '200347.162500', '200347.622500', '200348.082500', '200348.542500', '200349.002500', '200349.462500', '200349.922500', '200350.382500', '200350.842500', '200351.302500', '200351.762500', '200352.222500', '200352.682500', '200353.142500', '200353.602500', '200354.062500', '200354.522500', '200354.982500', '200355.442500', '200355.902500', '200356.362500', '200356.822500', '200357.282500', '200357.742500', '200358.202500', '200358.662500', '200359.122500', '200359.582500', '200400.042500', '200400.502500', '200400.962500', '200401.422500', '200401.882500', '200402.342500', '200402.802500', '200403.262500', '200403.722500', '200404.182500', '200404.642500', '200405.102500', '200405.562500', '200406.022500', '200406.482500', '200406.942500', '200407.402500', '200407.862500', '200408.322500', '200408.782500', '200409.242500', '200409.702500', '200410.162500', '200410.622500', '200411.082500', '200411.542500', '200412.002500', '200412.462500', '200412.922500', '200413.382500', '200413.842500', '200414.302500', '200414.762500', '200415.222500', '200415.682500', '200416.142500', '200416.602500', '200417.062500', '200417.522500', '200417.982500', '200418.442500', '200418.902500', '200419.362500', '200419.822500', '200420.282500', '200420.742500', '200421.202500', '200421.662500', '200422.122500', '200422.582500', '200423.042500', '200423.502500', '200423.962500', '200424.422500', '200424.882500', '200425.342500', '200425.802500', '200426.262500', '200426.722500', '200427.182500', '200427.642500', '200428.102500', '200428.562500', '200429.022500', '200429.482500', '200429.942500', '200430.402500', '200430.862500', '200431.322500', '200431.782500', '200432.242500', '200432.702500', '200433.162500', '200433.622500', '200434.082500', '200434.542500', '200435.002500', '200435.462500', '200435.922500', '200436.382500', '200436.842500', '200437.302500', '200437.762500', '200438.222500', '200438.682500', '200439.142500', '200439.602500', '200440.062500', '200440.522500', '200440.982500', '200441.442500', '200441.902500', '200442.362500', '200442.822500', '200443.282500', '200443.742500', '200444.202500', '200444.662500', '200445.122500', '200445.582500', '200446.042500', '200446.502500', '200446.962500', '200447.422500', '200447.882500', '200448.342500', '200448.802500', '200449.262500', '200449.722500', '200450.182500', '200450.642500', '200451.102500', '200451.562500', '200452.022500', '200452.482500', '200452.942500', '200453.402500', '200453.862500', '200454.322500', '200454.782500', '200455.242500', '200455.702500', '200456.162500', '200456.622500', '200457.082500', '200457.542500', '200458.002500', '200458.462500', '200458.922500', '200459.382500', '200459.842500', '200500.302500', '200500.762500', '200501.222500', '200501.682500', '200502.142500', '200502.602500', '200503.062500', '200503.522500', '200503.982500', '200504.442500', '200504.902500', '200505.362500', '200505.822500', '200506.282500', '200506.742500', '200507.202500', '200507.662500', '200508.122500', '200508.582500', '200509.042500', '200509.502500', '200509.962500', '200510.422500', '200510.882500', '200511.342500', '200511.802500', '200512.262500', '200512.722500', '200513.182500', '200513.642500', '200514.102500', '200514.562500', '200515.022500', '200515.482500', '200515.942500', '200516.402500', '200516.862500', '200517.322500', '200517.782500', '200518.242500', '200518.702500', '200519.162500', '200519.622500', '200520.082500', '200520.542500', '200521.002500', '200521.462500', '200521.922500', '200522.382500', '200522.842500', '200523.302500', '200523.762500', '200524.222500', '200524.682500', '200525.142500', '200525.602500', '200526.062500', '200526.522500', '200526.982500', '200527.442500', '200527.902500', '200528.362500', '200528.822500', '200529.282500', '200529.742500', '200530.202500', '200530.662500', '200531.122500', '200531.582500', '200532.042500', '200532.502500', '200532.962500', '200533.422500', '200533.882500', '200534.342500', '200534.802500', '200535.262500', '200535.722500', '200536.182500', '200536.642500', '200537.102500', '200537.562500', '200538.022500', '200538.482500', '200538.942500', '200539.402500', '200539.862500', '200540.322500', '200540.782500', '200541.242500', '200541.702500', '200542.162500', '200542.622500', '200543.082500', '200543.542500', '200544.002500', '200544.462500', '200544.922500', '200545.382500', '200545.842500', '200546.302500', '200546.762500', '200547.222500', '200547.682500', '200548.142500', '200548.602500', '200549.062500', '200549.522500', '200549.982500', '200550.442500', '200550.902500', '200551.362500', '200551.822500', '200552.282500', '200552.742500', '200553.202500', '200553.662500', '200554.122500', '200554.582500', '200555.042500', '200555.502500', '200555.962500', '200556.422500', '200556.882500', '200557.342500', '200557.802500', '200558.262500', '200558.722500', '200559.182500', '200559.642500', '200600.102500', '200600.562500', '200601.022500', '200601.482500', '200601.942500', '200602.402500', '200602.862500', '200603.322500', '200603.782500', '200604.242500', '200604.702500', '200605.162500', '200605.622500', '200606.082500', '200606.542500', '200607.002500', '200607.462500', '200607.922500', '200608.382500', '200608.842500', '200609.302500', '200609.762500', '200610.222500', '200610.682500', '200611.142500', '200611.602500', '200612.062500', '200612.522500', '200612.982500', '200613.442500', '200613.902500', '200614.362500', '200614.822500', '200615.282500', '200615.742500', '200616.202500', '200616.662500', '200617.122500', '200617.582500', '200618.042500', '200618.502500', '200618.962500', '200619.422500', '200619.882500', '200620.342500', '200620.802500', '200621.262500', '200621.722500', '200622.182500', '200622.642500', '200623.102500', '200623.562500', '200624.022500', '200624.482500', '200624.942500', '200625.402500', '200625.862500', '200626.322500', '200626.782500', '200627.242500', '200627.702500', '200628.162500', '200628.622500', '200629.082500', '200629.542500', '200630.002500', '200630.462500', '200630.922500', '200631.382500', '200631.842500', '200632.302500', '200632.762500', '200633.222500', '200633.682500', '200634.142500', '200634.602500', '200635.062500', '200635.522500', '200635.982500', '200636.442500', '200636.902500', '200637.362500', '200637.822500', '200638.282500', '200638.742500', '200639.202500', '200639.662500', '200640.122500', '200640.582500', '200641.042500', '200641.502500', '200641.962500', '200642.422500', '200642.882500', '200643.342500', '200643.802500', '200644.262500', '200644.722500', '200645.182500', '200645.642500', '200646.102500', '200646.562500', '200647.022500', '200647.482500', '200647.942500', '200648.402500', '200648.862500', '200649.322500', '200649.782500', '200650.242500', '200650.702500', '200651.162500', '200651.622500', '200652.082500', '200652.542500', '200653.002500', '200653.462500', '200653.922500', '200654.382500', '200654.842500', '200655.302500', '200655.762500', '200656.222500', '200656.682500', '200657.142500', '200657.602500', '200658.062500', '200658.522500', '200658.982500', '200659.442500', '200659.902500', '200700.362500', '200700.822500', '200701.282500', '200701.742500', '200702.202500', '200702.662500', '200703.122500', '200703.582500', '200704.042500', '200704.502500', '200704.962500', '200705.422500', '200705.882500', '200706.342500', '200706.802500', '200707.262500', '200707.722500', '200708.182500', '200708.642500', '200709.102500', '200709.562500', '200710.022500', '200710.482500', '200710.942500', '200711.402500', '200711.862500', '200712.322500', '200712.782500', '200713.242500', '200713.702500', '200714.162500', '200714.622500', '200715.082500', '200715.542500', '200716.002500', '200716.462500', '200716.922500', '200717.382500', '200717.842500', '200718.302500', '200718.762500', '200719.222500', '200719.682500', '200720.142500', '200720.602500', '200721.062500', '200721.522500', '200721.982500', '200722.442500', '200722.902500', '200723.362500', '200723.822500', '200724.282500', '200724.742500', '200725.202500', '200725.662500', '200726.122500', '200726.582500', '200727.042500', '200727.502500', '200727.962500', '200728.422500', '200728.882500', '200729.342500', '200729.802500', '200730.262500', '200730.722500', '200731.182500', '200731.642500', '200732.102500', '200732.562500', '200733.022500', '200733.482500', '200733.942500', '200734.402500', '200734.862500', '200735.322500', '200735.782500', '200736.242500', '200736.702500', '200737.162500', '200737.622500', '200738.082500', '200738.542500', '200739.002500', '200739.462500', '200739.922500', '200740.382500', '200740.842500', '200741.302500', '200741.762500', '200742.222500', '200742.682500', '200743.142500', '200743.602500', '200744.062500', '200744.522500', '200744.982500', '200745.442500', '200745.902500', '200746.362500', '200746.822500', '200747.282500', '200747.742500', '200748.202500', '200748.662500', '200749.122500', '200749.582500', '200750.042500', '200750.502500', '200750.962500', '200751.422500', '200751.882500', '200752.342500', '200752.802500', '200753.262500', '200753.722500', '200754.182500', '200754.642500', '200755.102500', '200755.562500', '200756.022500', '200756.482500', '200756.942500', '200757.402500', '200757.862500', '200758.322500', '200758.782500', '200759.242500', '200759.702500', '200800.162500', '200800.622500', '200801.082500', '200801.542500', '200802.002500', '200802.462500', '200802.922500', '200803.382500', '200803.842500', '200804.302500', '200804.762500', '200805.222500', '200805.682500', '200806.142500', '200806.602500', '200807.062500', '200807.522500', '200807.982500', '200808.442500', '200808.902500', '200809.362500', '200809.822500', '200810.282500', '200810.742500', '200811.202500', '200811.662500', '200812.122500', '200812.582500', '200813.042500', '200813.502500', '200813.962500', '200814.422500', '200814.882500', '200815.342500', '200815.802500', '200816.262500', '200816.722500', '200817.182500', '200817.642500', '200818.102500', '200818.562500', '200819.022500', '200819.482500', '200819.942500', '200820.402500', '200820.862500', '200821.322500', '200821.782500', '200822.242500', '200822.702500', '200823.162500', '200823.622500', '200824.082500', '200824.542500', '200825.002500', '200825.462500', '200825.922500', '200826.382500', '200826.842500', '200827.302500', '200827.762500', '200828.222500', '200828.682500', '200829.142500', '200829.602500', '200830.062500', '200830.522500', '200830.982500', '200831.442500', '200831.902500', '200832.362500', '200832.822500', '200833.282500', '200833.742500', '200834.202500', '200834.662500', '200835.122500', '200835.582500', '200836.042500', '200836.502500', '200836.962500', '200837.422500', '200837.882500', '200838.342500', '200838.802500', '200839.262500', '200839.722500', '200840.182500', '200840.642500', '200841.102500', '200841.562500', '200842.022500', '200842.482500', '200842.942500', '200843.402500', '200843.862500', '200844.322500', '200844.782500', '200845.242500', '200845.702500', '200846.162500', '200846.622500', '200847.082500', '200847.542500', '200848.002500', '200848.462500', '200848.922500', '200849.382500', '200849.842500', '200850.302500', '200850.762500', '200851.222500', '200851.682500', '200852.142500', '200852.602500', '200853.062500', '200853.522500', '200853.982500', '200854.442500', '200854.902500', '200855.362500', '200855.822500', '200856.282500', '200856.742500', '200857.202500', '200857.662500', '200858.122500', '200858.582500', '200859.042500', '200859.502500', '200859.962500', '200900.422500', '200900.882500', '200901.342500', '200901.802500', '200902.262500', '200902.722500', '200903.182500', '200903.642500', '200904.102500', '200904.562500', '200905.022500', '200905.482500', '200905.942500', '200906.402500', '200906.862500', '200907.322500', '200907.782500', '200908.242500', '200908.702500', '200909.162500', '200909.622500', '200910.082500', '200910.542500', '200911.002500', '200911.462500', '200911.922500', '200912.382500', '200912.842500', '200913.302500', '200913.762500', '200914.222500', '200914.682500', '200915.142500', '200915.602500', '200916.062500', '200916.522500', '200916.982500', '200917.442500', '200917.902500', '200918.362500', '200918.822500', '200919.282500', '200919.742500', '200920.202500', '200920.662500', '200921.122500', '200921.582500', '200922.042500', '200922.502500', '200922.962500', '200923.422500', '200923.882500', '200924.342500', '200924.802500', '200925.262500', '200925.722500', '200926.182500', '200926.642500', '200927.102500', '200927.562500', '200928.022500', '200928.482500', '200928.942500', '200929.402500', '200929.862500', '200930.322500', '200930.782500', '200931.242500', '200931.702500', '200932.162500', '200932.622500', '200933.082500', '200933.542500', '200934.002500', '200934.462500', '200934.922500', '200935.382500', '200935.842500', '200936.302500', '200936.762500', '200937.222500', '200937.682500', '200938.142500', '200938.602500', '200939.062500', '200939.522500', '200939.982500', '200940.442500', '200940.902500', '200941.362500', '200941.822500', '200942.282500', '200942.742500', '200943.202500', '200943.662500', '200944.122500', '200944.582500', '200945.042500', '200945.502500', '200945.962500', '200946.422500', '200946.882500', '200947.342500', '200947.802500', '200948.262500', '200948.722500', '200949.182500', '200949.642500', '200950.102500', '200950.562500', '200951.022500', '200951.482500', '200951.942500', '200952.402500', '200952.862500', '200953.322500', '200953.782500', '200954.242500', '200954.702500', '200955.162500', '200955.622500', '200956.082500', '200956.542500', '200957.002500', '200957.462500', '200957.922500', '200958.382500', '200958.842500', '200959.302500', '200959.762500', '201000.222500', '201000.682500', '201001.142500', '201001.602500', '201002.062500', '201002.522500', '201002.982500', '201003.442500', '201003.902500', '201004.362500', '201004.822500', '201005.282500', '201005.742500', '201006.202500', '201006.662500', '201007.122500', '201007.582500', '201008.042500', '201008.502500', '201008.962500', '201009.422500', '201009.882500', '201010.342500', '201010.802500', '201011.262500', '201011.722500', '201012.182500', '201012.642500', '201013.102500', '201013.562500', '201014.022500', '201014.482500', '201014.942500', '201015.402500', '201015.862500', '201016.322500', '201016.782500', '201017.242500', '201017.702500', '201018.162500', '201018.622500', '201019.082500', '201019.542500', '201020.002500', '201020.462500', '201020.922500', '201021.382500', '201021.842500', '201022.302500', '201022.762500', '201023.222500'], 'ContentTime': ['200222.855000', '200222.858000', '200222.861000', '200222.863000', '200222.866000', '200222.868000', '200222.871000', '200222.873000', '200222.876000', '200222.879000', '200222.889000', '200222.896000', '200222.898000', '200222.901000', '200222.904000', '200222.906000', '200222.909000', '200222.911000', '200222.914000', '200222.916000', '200222.919000', '200222.921000', '200222.924000', '200222.927000', '200222.929000', '200222.932000', '200242.794000', '200242.797000', '200242.800000', '200242.802000', '200242.805000', '200242.808000', '200242.810000', '200242.813000', '200242.815000', '200242.819000', '200242.822000', '200242.824000', '200242.827000', '200242.829000', '200242.832000', '200242.835000', '200242.837000', '200242.840000', '200242.842000', '200242.854000', '200242.857000', '200242.859000', '200242.862000', '200242.865000', '200242.867000', '200242.870000', '200242.880000', '200242.883000', '200242.885000', '200242.888000', '200242.890000', '200242.893000', '200242.896000', '200242.898000', '200242.901000', '200242.903000', '200242.906000', '200242.908000', '200242.911000', '200242.913000', '200242.916000', '200242.919000', '200242.921000', '200302.794000', '200302.797000', '200302.800000', '200302.802000', '200302.805000', '200302.808000', '200302.810000', '200302.813000', '200302.815000', '200302.818000', '200302.821000', '200302.823000', '200302.826000', '200302.828000', '200302.831000', '200302.833000', '200302.836000', '200302.838000', '200302.841000', '200302.844000', '200302.846000', '200302.849000', '200302.851000', '200302.854000', '200302.856000', '200302.859000', '200302.861000', '200302.864000', '200302.867000', '200302.869000', '200302.872000', '200302.874000', '200302.877000', '200302.880000', '200302.882000', '200302.885000', '200302.887000', '200302.890000', '200302.892000', '200302.895000', '200302.897000', '200302.900000', '200302.931000', '200302.934000', '200322.793000', '200322.796000', '200322.799000', '200322.801000', '200322.804000', '200322.807000', '200322.810000', '200322.812000', '200322.815000', '200322.818000', '200322.820000', '200322.823000', '200322.825000', '200322.841000', '200322.844000', '200322.846000', '200322.849000', '200322.851000', '200322.854000', '200322.857000', '200322.859000', '200322.862000', '200322.864000', '200322.867000', '200322.869000', '200322.872000', '200322.875000', '200322.877000', '200322.880000', '200322.883000', '200322.885000', '200322.888000', '200322.890000', '200322.893000', '200322.895000', '200322.898000', '200322.901000', '200322.903000', '200322.906000', '200322.908000', '200322.911000', '200322.913000', '200322.916000', '200342.794000', '200342.797000', '200342.800000', '200342.802000', '200342.805000', '200342.808000', '200342.810000', '200342.813000', '200342.815000', '200342.818000', '200342.820000', '200342.823000', '200342.826000', '200342.828000', '200342.831000', '200342.834000', '200342.836000', '200342.839000', '200342.841000', '200342.844000', '200342.846000', '200342.849000', '200342.852000', '200342.854000', '200342.857000', '200342.859000', '200342.862000', '200342.864000', '200342.867000', '200342.870000', '200342.872000', '200342.875000', '200342.877000', '200342.880000', '200342.882000', '200342.885000', '200342.888000', '200342.890000', '200342.893000', '200342.895000', '200342.898000', '200342.901000', '200342.903000', '200342.906000', '200402.794000', '200402.797000', '200402.800000', '200402.802000', '200402.805000', '200402.808000', '200402.810000', '200402.813000', '200402.816000', '200402.818000', '200402.821000', '200402.823000', '200402.826000', '200402.829000', '200402.831000', '200402.834000', '200402.837000', '200402.839000', '200402.842000', '200402.844000', '200402.847000', '200402.850000', '200402.853000', '200402.856000', '200402.860000', '200402.863000', '200402.866000', '200402.869000', '200402.871000', '200402.874000', '200402.876000', '200402.879000', '200402.882000', '200402.884000', '200402.887000', '200402.889000', '200402.892000', '200402.895000', '200402.897000', '200402.900000', '200402.902000', '200402.905000', '200402.908000', '200422.794000', '200422.797000', '200422.800000', '200422.802000', '200422.805000', '200422.808000', '200422.810000', '200422.813000', '200422.815000', '200422.818000', '200422.821000', '200422.823000', '200422.826000', '200422.829000', '200422.832000', '200422.835000', '200422.837000', '200422.840000', '200422.842000', '200422.845000', '200422.848000', '200422.850000', '200422.853000', '200422.856000', '200422.858000', '200422.861000', '200422.863000', '200422.866000', '200422.869000', '200422.871000', '200422.874000', '200422.877000', '200422.879000', '200422.882000', '200422.884000', '200422.887000', '200422.890000', '200422.892000', '200422.895000', '200422.898000', '200422.900000', '200422.903000', '200422.905000', '200422.908000', '200442.794000', '200442.797000', '200442.800000', '200442.803000', '200442.805000', '200442.808000', '200442.810000', '200442.813000', '200442.815000', '200442.818000', '200442.821000', '200442.823000', '200442.826000', '200442.828000', '200442.831000', '200442.833000', '200442.836000', '200442.839000', '200442.841000', '200442.844000', '200442.846000', '200442.849000', '200442.851000', '200442.854000', '200442.857000', '200442.859000', '200442.862000', '200442.864000', '200442.867000', '200442.870000', '200442.872000', '200442.875000', '200442.877000', '200442.880000', '200442.883000', '200442.885000', '200442.888000', '200442.890000', '200442.893000', '200442.896000', '200442.898000', '200442.901000', '200442.903000', '200502.794000', '200502.797000', '200502.800000', '200502.808000', '200502.811000', '200502.813000', '200502.816000', '200502.818000', '200502.821000', '200502.824000', '200502.826000', '200502.829000', '200502.831000', '200502.834000', '200502.837000', '200502.839000', '200502.842000', '200502.844000', '200502.847000', '200502.849000', '200502.852000', '200502.855000', '200502.857000', '200502.885000', '200502.888000', '200502.890000', '200502.893000', '200502.895000', '200502.898000', '200502.901000', '200502.903000', '200502.906000', '200502.908000', '200502.911000', '200502.913000', '200502.916000', '200502.919000', '200502.921000', '200502.924000', '200502.926000', '200502.929000', '200502.932000', '200502.934000', '200502.937000', '200522.795000', '200522.797000', '200522.800000', '200522.803000', '200522.805000', '200522.808000', '200522.811000', '200522.813000', '200522.816000', '200522.818000', '200522.821000', '200522.824000', '200522.826000', '200522.829000', '200522.831000', '200522.834000', '200522.837000', '200522.839000', '200522.842000', '200522.844000', '200522.847000', '200522.850000', '200522.852000', '200522.855000', '200522.858000', '200522.861000', '200522.863000', '200522.866000', '200522.869000', '200522.871000', '200522.874000', '200522.877000', '200522.879000', '200522.882000', '200522.884000', '200522.887000', '200522.890000', '200522.892000', '200522.895000', '200522.898000', '200522.901000', '200522.904000', '200522.906000', '200542.793000', '200542.796000', '200542.799000', '200542.802000', '200542.804000', '200542.807000', '200542.809000', '200542.812000', '200542.814000', '200542.817000', '200542.820000', '200542.822000', '200542.825000', '200542.827000', '200542.830000', '200542.833000', '200542.835000', '200542.838000', '200542.840000', '200542.843000', '200542.845000', '200542.848000', '200542.851000', '200542.854000', '200542.856000', '200542.859000', '200542.861000', '200542.864000', '200542.867000', '200542.869000', '200542.872000', '200542.875000', '200542.877000', '200542.880000', '200542.882000', '200542.885000', '200542.887000', '200542.890000', '200542.893000', '200542.895000', '200542.898000', '200542.901000', '200542.903000', '200542.906000', '200602.795000', '200602.797000', '200602.800000', '200602.803000', '200602.805000', '200602.808000', '200602.810000', '200602.813000', '200602.816000', '200602.818000', '200602.821000', '200602.823000', '200602.826000', '200602.828000', '200602.831000', '200602.834000', '200602.836000', '200602.839000', '200602.841000', '200602.844000', '200602.847000', '200602.849000', '200602.852000', '200602.854000', '200602.857000', '200602.859000', '200602.862000', '200602.865000', '200602.867000', '200602.870000', '200602.872000', '200602.875000', '200602.878000', '200602.880000', '200602.883000', '200602.885000', '200602.888000', '200602.891000', '200602.893000', '200602.896000', '200602.898000', '200602.901000', '200602.903000', '200622.794000', '200622.797000', '200622.800000', '200622.802000', '200622.805000', '200622.808000', '200622.810000', '200622.813000', '200622.815000', '200622.818000', '200622.821000', '200622.823000', '200622.826000', '200622.828000', '200622.831000', '200622.834000', '200622.836000', '200622.839000', '200622.841000', '200622.844000', '200622.847000', '200622.849000', '200622.852000', '200622.854000', '200622.857000', '200622.860000', '200622.862000', '200622.865000', '200622.867000', '200622.870000', '200622.872000', '200622.875000', '200622.878000', '200622.880000', '200622.883000', '200622.886000', '200622.888000', '200622.891000', '200622.893000', '200622.896000', '200622.899000', '200622.901000', '200622.910000', '200622.913000', '200642.795000', '200642.797000', '200642.800000', '200642.803000', '200642.805000', '200642.808000', '200642.810000', '200642.813000', '200642.815000', '200642.818000', '200642.821000', '200642.823000', '200642.826000', '200642.828000', '200642.831000', '200642.833000', '200642.836000', '200642.839000', '200642.841000', '200642.844000', '200642.846000', '200642.849000', '200642.852000', '200642.854000', '200642.857000', '200642.859000', '200642.862000', '200642.865000', '200642.867000', '200642.870000', '200642.872000', '200642.875000', '200642.878000', '200642.880000', '200642.883000', '200642.885000', '200642.888000', '200642.891000', '200642.893000', '200642.896000', '200642.898000', '200642.901000', '200642.904000', '200702.794000', '200702.797000', '200702.800000', '200702.803000', '200702.805000', '200702.808000', '200702.810000', '200702.813000', '200702.815000', '200702.818000', '200702.821000', '200702.823000', '200702.826000', '200702.828000', '200702.831000', '200702.834000', '200702.836000', '200702.839000', '200702.842000', '200702.844000', '200702.847000', '200702.849000', '200702.852000', '200702.855000', '200702.857000', '200702.860000', '200702.862000', '200702.865000', '200702.868000', '200702.870000', '200702.873000', '200702.875000', '200702.878000', '200702.881000', '200702.883000', '200702.886000', '200702.888000', '200702.891000', '200702.894000', '200702.904000', '200702.906000', '200702.909000', '200702.912000', '200702.914000', '200722.795000', '200722.797000', '200722.800000', '200722.803000', '200722.805000', '200722.808000', '200722.810000', '200722.813000', '200722.816000', '200722.818000', '200722.821000', '200722.823000', '200722.826000', '200722.828000', '200722.831000', '200722.834000', '200722.836000', '200722.839000', '200722.842000', '200722.844000', '200722.847000', '200722.849000', '200722.852000', '200722.854000', '200722.857000', '200722.860000', '200722.862000', '200722.865000', '200722.867000', '200722.870000', '200722.873000', '200722.875000', '200722.878000', '200722.880000', '200722.883000', '200722.886000', '200722.888000', '200722.891000', '200722.893000', '200722.896000', '200722.899000', '200722.901000', '200722.904000', '200742.794000', '200742.797000', '200742.800000', '200742.803000', '200742.805000', '200742.808000', '200742.811000', '200742.813000', '200742.816000', '200742.818000', '200742.821000', '200742.824000', '200742.826000', '200742.829000', '200742.831000', '200742.834000', '200742.837000', '200742.839000', '200742.842000', '200742.844000', '200742.847000', '200742.850000', '200742.852000', '200742.855000', '200742.857000', '200742.860000', '200742.863000', '200742.865000', '200742.868000', '200742.870000', '200742.873000', '200742.876000', '200742.878000', '200742.881000', '200742.884000', '200742.886000', '200742.889000', '200742.892000', '200742.894000', '200742.904000', '200742.907000', '200742.909000', '200742.912000', '200742.915000', '200802.794000', '200802.796000', '200802.799000', '200802.802000', '200802.804000', '200802.807000', '200802.810000', '200802.812000', '200802.815000', '200802.817000', '200802.820000', '200802.823000', '200802.825000', '200802.828000', '200802.830000', '200802.874000', '200802.876000', '200802.879000', '200802.881000', '200802.884000', '200802.887000', '200802.889000', '200802.892000', '200802.894000', '200802.897000', '200802.900000', '200802.902000', '200802.905000', '200802.907000', '200802.910000', '200802.913000', '200802.915000', '200802.918000', '200802.920000', '200802.923000', '200802.926000', '200802.928000', '200802.931000', '200802.933000', '200802.936000', '200802.938000', '200802.941000', '200802.944000', '200822.794000', '200822.797000', '200822.800000', '200822.803000', '200822.805000', '200822.808000', '200822.810000', '200822.813000', '200822.816000', '200822.818000', '200822.821000', '200822.823000', '200822.826000', '200822.828000', '200822.831000', '200822.834000', '200822.836000', '200822.839000', '200822.841000', '200822.844000', '200822.847000', '200822.849000', '200822.852000', '200822.854000', '200822.857000', '200822.859000', '200822.862000', '200822.865000', '200822.867000', '200822.870000', '200822.872000', '200822.875000', '200822.878000', '200822.880000', '200822.883000', '200822.885000', '200822.888000', '200822.891000', '200822.893000', '200822.896000', '200822.898000', '200822.901000', '200822.904000', '200822.906000', '200842.794000', '200842.797000', '200842.800000', '200842.802000', '200842.805000', '200842.808000', '200842.810000', '200842.813000', '200842.815000', '200842.818000', '200842.821000', '200842.823000', '200842.826000', '200842.828000', '200842.831000', '200842.834000', '200842.836000', '200842.839000', '200842.841000', '200842.844000', '200842.846000', '200842.849000', '200842.852000', '200842.854000', '200842.857000', '200842.859000', '200842.862000', '200842.864000', '200842.867000', '200842.870000', '200842.872000', '200842.875000', '200842.877000', '200842.880000', '200842.883000', '200842.885000', '200842.888000', '200842.890000', '200842.893000', '200842.896000', '200842.898000', '200842.901000', '200842.910000', '200902.795000', '200902.797000', '200902.800000', '200902.803000', '200902.805000', '200902.808000', '200902.811000', '200902.814000', '200902.817000', '200902.820000', '200902.822000', '200902.825000', '200902.827000', '200902.830000', '200902.833000', '200902.835000', '200902.838000', '200902.841000', '200902.843000', '200902.846000', '200902.848000', '200902.851000', '200902.853000', '200902.856000', '200902.859000', '200902.861000', '200902.864000', '200902.866000', '200902.869000', '200902.872000', '200902.874000', '200902.877000', '200902.880000', '200902.882000', '200902.885000', '200902.887000', '200902.890000', '200902.893000', '200902.895000', '200902.898000', '200902.900000', '200902.903000', '200902.906000', '200922.795000', '200922.797000', '200922.800000', '200922.803000', '200922.805000', '200922.808000', '200922.810000', '200922.813000', '200922.816000', '200922.818000', '200922.821000', '200922.823000', '200922.826000', '200922.835000', '200922.838000', '200922.841000', '200922.843000', '200922.846000', '200922.848000', '200922.851000', '200922.853000', '200922.856000', '200922.859000', '200922.861000', '200922.864000', '200922.866000', '200922.869000', '200922.872000', '200922.874000', '200922.877000', '200922.879000', '200922.882000', '200922.885000', '200922.887000', '200922.890000', '200922.892000', '200922.895000', '200922.898000', '200922.900000', '200922.903000', '200922.906000', '200922.908000', '200922.911000', '200922.913000', '200942.795000', '200942.797000', '200942.800000', '200942.803000', '200942.805000', '200942.808000', '200942.810000', '200942.813000', '200942.815000', '200942.818000', '200942.821000', '200942.823000', '200942.826000', '200942.828000', '200942.831000', '200942.834000', '200942.836000', '200942.839000', '200942.841000', '200942.844000', '200942.847000', '200942.849000', '200942.852000', '200942.854000', '200942.857000', '200942.859000', '200942.862000', '200942.865000', '200942.868000', '200942.870000', '200942.873000', '200942.875000', '200942.878000', '200942.881000', '200942.883000', '200942.886000', '200942.889000', '200942.891000', '200942.894000', '200942.896000', '200942.899000', '200942.902000', '200942.905000', '200942.907000', '201002.795000', '201002.797000', '201002.800000', '201002.803000', '201002.805000', '201002.808000', '201002.810000', '201002.813000', '201002.815000', '201002.818000', '201002.821000', '201002.823000', '201002.826000', '201002.828000', '201002.831000', '201002.834000', '201002.836000', '201002.839000', '201002.841000', '201002.844000', '201002.847000', '201002.849000', '201002.852000', '201002.854000', '201002.857000', '201002.860000', '201002.862000', '201002.865000', '201002.867000', '201002.870000', '201002.873000', '201002.875000', '201002.878000', '201002.880000', '201002.883000', '201002.886000', '201002.888000', '201002.891000', '201002.893000', '201002.896000', '201002.899000', '201002.901000', '201002.904000', '201022.794000', '201022.796000', '201022.799000', '201022.802000', '201022.804000', '201022.807000', '201022.809000', '201022.812000', '201022.815000', '201022.818000', '201022.821000', '201022.824000', '201022.826000', '201022.829000', '201022.832000', '201022.834000', '201022.837000', '201022.840000', '201022.842000', '201022.845000', '201022.847000', '201022.850000', '201022.853000', '201022.855000', '201022.858000', '201022.861000', '201022.864000', '201022.866000', '201022.869000', '201022.871000', '201022.874000', '201022.877000', '201022.879000', '201022.882000', '201022.885000', '201022.887000', '201022.890000', '201022.893000', '201022.895000', '201022.898000', '201022.900000', '201022.903000', '201022.906000', '201024.172000', '201024.175000', '201024.177000', '201024.180000'], 'InstanceCreationTime': ['200222.855000', '200222.858000', '200222.861000', '200222.863000', '200222.866000', '200222.868000', '200222.871000', '200222.873000', '200222.876000', '200222.879000', '200222.889000', '200222.896000', '200222.898000', '200222.901000', '200222.904000', '200222.906000', '200222.909000', '200222.911000', '200222.914000', '200222.916000', '200222.919000', '200222.921000', '200222.924000', '200222.927000', '200222.929000', '200222.932000', '200242.794000', '200242.797000', '200242.800000', '200242.802000', '200242.805000', '200242.808000', '200242.810000', '200242.813000', '200242.815000', '200242.819000', '200242.822000', '200242.824000', '200242.827000', '200242.829000', '200242.832000', '200242.835000', '200242.837000', '200242.840000', '200242.842000', '200242.854000', '200242.857000', '200242.859000', '200242.862000', '200242.865000', '200242.867000', '200242.870000', '200242.880000', '200242.883000', '200242.885000', '200242.888000', '200242.890000', '200242.893000', '200242.896000', '200242.898000', '200242.901000', '200242.903000', '200242.906000', '200242.908000', '200242.911000', '200242.913000', '200242.916000', '200242.919000', '200242.921000', '200302.794000', '200302.797000', '200302.800000', '200302.802000', '200302.805000', '200302.808000', '200302.810000', '200302.813000', '200302.815000', '200302.818000', '200302.821000', '200302.823000', '200302.826000', '200302.828000', '200302.831000', '200302.833000', '200302.836000', '200302.838000', '200302.841000', '200302.844000', '200302.846000', '200302.849000', '200302.851000', '200302.854000', '200302.856000', '200302.859000', '200302.861000', '200302.864000', '200302.867000', '200302.869000', '200302.872000', '200302.874000', '200302.877000', '200302.880000', '200302.882000', '200302.885000', '200302.887000', '200302.890000', '200302.892000', '200302.895000', '200302.897000', '200302.900000', '200302.931000', '200302.934000', '200322.793000', '200322.796000', '200322.799000', '200322.801000', '200322.804000', '200322.807000', '200322.810000', '200322.812000', '200322.815000', '200322.818000', '200322.820000', '200322.823000', '200322.825000', '200322.841000', '200322.844000', '200322.846000', '200322.849000', '200322.851000', '200322.854000', '200322.857000', '200322.859000', '200322.862000', '200322.864000', '200322.867000', '200322.869000', '200322.872000', '200322.875000', '200322.877000', '200322.880000', '200322.883000', '200322.885000', '200322.888000', '200322.890000', '200322.893000', '200322.895000', '200322.898000', '200322.901000', '200322.903000', '200322.906000', '200322.908000', '200322.911000', '200322.913000', '200322.916000', '200342.794000', '200342.797000', '200342.800000', '200342.802000', '200342.805000', '200342.808000', '200342.810000', '200342.813000', '200342.815000', '200342.818000', '200342.820000', '200342.823000', '200342.826000', '200342.828000', '200342.831000', '200342.834000', '200342.836000', '200342.839000', '200342.841000', '200342.844000', '200342.846000', '200342.849000', '200342.852000', '200342.854000', '200342.857000', '200342.859000', '200342.862000', '200342.864000', '200342.867000', '200342.870000', '200342.872000', '200342.875000', '200342.877000', '200342.880000', '200342.882000', '200342.885000', '200342.888000', '200342.890000', '200342.893000', '200342.895000', '200342.898000', '200342.901000', '200342.903000', '200342.906000', '200402.794000', '200402.797000', '200402.800000', '200402.802000', '200402.805000', '200402.808000', '200402.810000', '200402.813000', '200402.816000', '200402.818000', '200402.821000', '200402.823000', '200402.826000', '200402.829000', '200402.831000', '200402.834000', '200402.837000', '200402.839000', '200402.842000', '200402.844000', '200402.847000', '200402.850000', '200402.853000', '200402.856000', '200402.860000', '200402.863000', '200402.866000', '200402.869000', '200402.871000', '200402.874000', '200402.876000', '200402.879000', '200402.882000', '200402.884000', '200402.887000', '200402.889000', '200402.892000', '200402.895000', '200402.897000', '200402.900000', '200402.902000', '200402.905000', '200402.908000', '200422.794000', '200422.797000', '200422.800000', '200422.802000', '200422.805000', '200422.808000', '200422.810000', '200422.813000', '200422.815000', '200422.818000', '200422.821000', '200422.823000', '200422.826000', '200422.829000', '200422.832000', '200422.835000', '200422.837000', '200422.840000', '200422.842000', '200422.845000', '200422.848000', '200422.850000', '200422.853000', '200422.856000', '200422.858000', '200422.861000', '200422.863000', '200422.866000', '200422.869000', '200422.871000', '200422.874000', '200422.877000', '200422.879000', '200422.882000', '200422.884000', '200422.887000', '200422.890000', '200422.892000', '200422.895000', '200422.898000', '200422.900000', '200422.903000', '200422.905000', '200422.908000', '200442.794000', '200442.797000', '200442.800000', '200442.803000', '200442.805000', '200442.808000', '200442.810000', '200442.813000', '200442.815000', '200442.818000', '200442.821000', '200442.823000', '200442.826000', '200442.828000', '200442.831000', '200442.833000', '200442.836000', '200442.839000', '200442.841000', '200442.844000', '200442.846000', '200442.849000', '200442.851000', '200442.854000', '200442.857000', '200442.859000', '200442.862000', '200442.864000', '200442.867000', '200442.870000', '200442.872000', '200442.875000', '200442.877000', '200442.880000', '200442.883000', '200442.885000', '200442.888000', '200442.890000', '200442.893000', '200442.896000', '200442.898000', '200442.901000', '200442.903000', '200502.794000', '200502.797000', '200502.800000', '200502.808000', '200502.811000', '200502.813000', '200502.816000', '200502.818000', '200502.821000', '200502.824000', '200502.826000', '200502.829000', '200502.831000', '200502.834000', '200502.837000', '200502.839000', '200502.842000', '200502.844000', '200502.847000', '200502.849000', '200502.852000', '200502.855000', '200502.857000', '200502.885000', '200502.888000', '200502.890000', '200502.893000', '200502.895000', '200502.898000', '200502.901000', '200502.903000', '200502.906000', '200502.908000', '200502.911000', '200502.913000', '200502.916000', '200502.919000', '200502.921000', '200502.924000', '200502.926000', '200502.929000', '200502.932000', '200502.934000', '200502.937000', '200522.795000', '200522.797000', '200522.800000', '200522.803000', '200522.805000', '200522.808000', '200522.811000', '200522.813000', '200522.816000', '200522.818000', '200522.821000', '200522.824000', '200522.826000', '200522.829000', '200522.831000', '200522.834000', '200522.837000', '200522.839000', '200522.842000', '200522.844000', '200522.847000', '200522.850000', '200522.852000', '200522.855000', '200522.858000', '200522.861000', '200522.863000', '200522.866000', '200522.869000', '200522.871000', '200522.874000', '200522.877000', '200522.879000', '200522.882000', '200522.884000', '200522.887000', '200522.890000', '200522.892000', '200522.895000', '200522.898000', '200522.901000', '200522.904000', '200522.906000', '200542.793000', '200542.796000', '200542.799000', '200542.802000', '200542.804000', '200542.807000', '200542.809000', '200542.812000', '200542.814000', '200542.817000', '200542.820000', '200542.822000', '200542.825000', '200542.827000', '200542.830000', '200542.833000', '200542.835000', '200542.838000', '200542.840000', '200542.843000', '200542.845000', '200542.848000', '200542.851000', '200542.854000', '200542.856000', '200542.859000', '200542.861000', '200542.864000', '200542.867000', '200542.869000', '200542.872000', '200542.875000', '200542.877000', '200542.880000', '200542.882000', '200542.885000', '200542.887000', '200542.890000', '200542.893000', '200542.895000', '200542.898000', '200542.901000', '200542.903000', '200542.906000', '200602.795000', '200602.797000', '200602.800000', '200602.803000', '200602.805000', '200602.808000', '200602.810000', '200602.813000', '200602.816000', '200602.818000', '200602.821000', '200602.823000', '200602.826000', '200602.828000', '200602.831000', '200602.834000', '200602.836000', '200602.839000', '200602.841000', '200602.844000', '200602.847000', '200602.849000', '200602.852000', '200602.854000', '200602.857000', '200602.859000', '200602.862000', '200602.865000', '200602.867000', '200602.870000', '200602.872000', '200602.875000', '200602.878000', '200602.880000', '200602.883000', '200602.885000', '200602.888000', '200602.891000', '200602.893000', '200602.896000', '200602.898000', '200602.901000', '200602.903000', '200622.794000', '200622.797000', '200622.800000', '200622.802000', '200622.805000', '200622.808000', '200622.810000', '200622.813000', '200622.815000', '200622.818000', '200622.821000', '200622.823000', '200622.826000', '200622.828000', '200622.831000', '200622.834000', '200622.836000', '200622.839000', '200622.841000', '200622.844000', '200622.847000', '200622.849000', '200622.852000', '200622.854000', '200622.857000', '200622.860000', '200622.862000', '200622.865000', '200622.867000', '200622.870000', '200622.872000', '200622.875000', '200622.878000', '200622.880000', '200622.883000', '200622.886000', '200622.888000', '200622.891000', '200622.893000', '200622.896000', '200622.899000', '200622.901000', '200622.910000', '200622.913000', '200642.795000', '200642.797000', '200642.800000', '200642.803000', '200642.805000', '200642.808000', '200642.810000', '200642.813000', '200642.815000', '200642.818000', '200642.821000', '200642.823000', '200642.826000', '200642.828000', '200642.831000', '200642.833000', '200642.836000', '200642.839000', '200642.841000', '200642.844000', '200642.846000', '200642.849000', '200642.852000', '200642.854000', '200642.857000', '200642.859000', '200642.862000', '200642.865000', '200642.867000', '200642.870000', '200642.872000', '200642.875000', '200642.878000', '200642.880000', '200642.883000', '200642.885000', '200642.888000', '200642.891000', '200642.893000', '200642.896000', '200642.898000', '200642.901000', '200642.904000', '200702.794000', '200702.797000', '200702.800000', '200702.803000', '200702.805000', '200702.808000', '200702.810000', '200702.813000', '200702.815000', '200702.818000', '200702.821000', '200702.823000', '200702.826000', '200702.828000', '200702.831000', '200702.834000', '200702.836000', '200702.839000', '200702.842000', '200702.844000', '200702.847000', '200702.849000', '200702.852000', '200702.855000', '200702.857000', '200702.860000', '200702.862000', '200702.865000', '200702.868000', '200702.870000', '200702.873000', '200702.875000', '200702.878000', '200702.881000', '200702.883000', '200702.886000', '200702.888000', '200702.891000', '200702.894000', '200702.904000', '200702.906000', '200702.909000', '200702.912000', '200702.914000', '200722.795000', '200722.797000', '200722.800000', '200722.803000', '200722.805000', '200722.808000', '200722.810000', '200722.813000', '200722.816000', '200722.818000', '200722.821000', '200722.823000', '200722.826000', '200722.828000', '200722.831000', '200722.834000', '200722.836000', '200722.839000', '200722.842000', '200722.844000', '200722.847000', '200722.849000', '200722.852000', '200722.854000', '200722.857000', '200722.860000', '200722.862000', '200722.865000', '200722.867000', '200722.870000', '200722.873000', '200722.875000', '200722.878000', '200722.880000', '200722.883000', '200722.886000', '200722.888000', '200722.891000', '200722.893000', '200722.896000', '200722.899000', '200722.901000', '200722.904000', '200742.794000', '200742.797000', '200742.800000', '200742.803000', '200742.805000', '200742.808000', '200742.811000', '200742.813000', '200742.816000', '200742.818000', '200742.821000', '200742.824000', '200742.826000', '200742.829000', '200742.831000', '200742.834000', '200742.837000', '200742.839000', '200742.842000', '200742.844000', '200742.847000', '200742.850000', '200742.852000', '200742.855000', '200742.857000', '200742.860000', '200742.863000', '200742.865000', '200742.868000', '200742.870000', '200742.873000', '200742.876000', '200742.878000', '200742.881000', '200742.884000', '200742.886000', '200742.889000', '200742.892000', '200742.894000', '200742.904000', '200742.907000', '200742.909000', '200742.912000', '200742.915000', '200802.794000', '200802.796000', '200802.799000', '200802.802000', '200802.804000', '200802.807000', '200802.810000', '200802.812000', '200802.815000', '200802.817000', '200802.820000', '200802.823000', '200802.825000', '200802.828000', '200802.830000', '200802.874000', '200802.876000', '200802.879000', '200802.881000', '200802.884000', '200802.887000', '200802.889000', '200802.892000', '200802.894000', '200802.897000', '200802.900000', '200802.902000', '200802.905000', '200802.907000', '200802.910000', '200802.913000', '200802.915000', '200802.918000', '200802.920000', '200802.923000', '200802.926000', '200802.928000', '200802.931000', '200802.933000', '200802.936000', '200802.938000', '200802.941000', '200802.944000', '200822.794000', '200822.797000', '200822.800000', '200822.803000', '200822.805000', '200822.808000', '200822.810000', '200822.813000', '200822.816000', '200822.818000', '200822.821000', '200822.823000', '200822.826000', '200822.828000', '200822.831000', '200822.834000', '200822.836000', '200822.839000', '200822.841000', '200822.844000', '200822.847000', '200822.849000', '200822.852000', '200822.854000', '200822.857000', '200822.859000', '200822.862000', '200822.865000', '200822.867000', '200822.870000', '200822.872000', '200822.875000', '200822.878000', '200822.880000', '200822.883000', '200822.885000', '200822.888000', '200822.891000', '200822.893000', '200822.896000', '200822.898000', '200822.901000', '200822.904000', '200822.906000', '200842.794000', '200842.797000', '200842.800000', '200842.802000', '200842.805000', '200842.808000', '200842.810000', '200842.813000', '200842.815000', '200842.818000', '200842.821000', '200842.823000', '200842.826000', '200842.828000', '200842.831000', '200842.834000', '200842.836000', '200842.839000', '200842.841000', '200842.844000', '200842.846000', '200842.849000', '200842.852000', '200842.854000', '200842.857000', '200842.859000', '200842.862000', '200842.864000', '200842.867000', '200842.870000', '200842.872000', '200842.875000', '200842.877000', '200842.880000', '200842.883000', '200842.885000', '200842.888000', '200842.890000', '200842.893000', '200842.896000', '200842.898000', '200842.901000', '200842.910000', '200902.795000', '200902.797000', '200902.800000', '200902.803000', '200902.805000', '200902.808000', '200902.811000', '200902.814000', '200902.817000', '200902.820000', '200902.822000', '200902.825000', '200902.827000', '200902.830000', '200902.833000', '200902.835000', '200902.838000', '200902.841000', '200902.843000', '200902.846000', '200902.848000', '200902.851000', '200902.853000', '200902.856000', '200902.859000', '200902.861000', '200902.864000', '200902.866000', '200902.869000', '200902.872000', '200902.874000', '200902.877000', '200902.880000', '200902.882000', '200902.885000', '200902.887000', '200902.890000', '200902.893000', '200902.895000', '200902.898000', '200902.900000', '200902.903000', '200902.906000', '200922.795000', '200922.797000', '200922.800000', '200922.803000', '200922.805000', '200922.808000', '200922.810000', '200922.813000', '200922.816000', '200922.818000', '200922.821000', '200922.823000', '200922.826000', '200922.835000', '200922.838000', '200922.841000', '200922.843000', '200922.846000', '200922.848000', '200922.851000', '200922.853000', '200922.856000', '200922.859000', '200922.861000', '200922.864000', '200922.866000', '200922.869000', '200922.872000', '200922.874000', '200922.877000', '200922.879000', '200922.882000', '200922.885000', '200922.887000', '200922.890000', '200922.892000', '200922.895000', '200922.898000', '200922.900000', '200922.903000', '200922.906000', '200922.908000', '200922.911000', '200922.913000', '200942.795000', '200942.797000', '200942.800000', '200942.803000', '200942.805000', '200942.808000', '200942.810000', '200942.813000', '200942.815000', '200942.818000', '200942.821000', '200942.823000', '200942.826000', '200942.828000', '200942.831000', '200942.834000', '200942.836000', '200942.839000', '200942.841000', '200942.844000', '200942.847000', '200942.849000', '200942.852000', '200942.854000', '200942.857000', '200942.859000', '200942.862000', '200942.865000', '200942.868000', '200942.870000', '200942.873000', '200942.875000', '200942.878000', '200942.881000', '200942.883000', '200942.886000', '200942.889000', '200942.891000', '200942.894000', '200942.896000', '200942.899000', '200942.902000', '200942.905000', '200942.907000', '201002.795000', '201002.797000', '201002.800000', '201002.803000', '201002.805000', '201002.808000', '201002.810000', '201002.813000', '201002.815000', '201002.818000', '201002.821000', '201002.823000', '201002.826000', '201002.828000', '201002.831000', '201002.834000', '201002.836000', '201002.839000', '201002.841000', '201002.844000', '201002.847000', '201002.849000', '201002.852000', '201002.854000', '201002.857000', '201002.860000', '201002.862000', '201002.865000', '201002.867000', '201002.870000', '201002.873000', '201002.875000', '201002.878000', '201002.880000', '201002.883000', '201002.886000', '201002.888000', '201002.891000', '201002.893000', '201002.896000', '201002.899000', '201002.901000', '201002.904000', '201022.794000', '201022.796000', '201022.799000', '201022.802000', '201022.804000', '201022.807000', '201022.809000', '201022.812000', '201022.815000', '201022.818000', '201022.821000', '201022.824000', '201022.826000', '201022.829000', '201022.832000', '201022.834000', '201022.837000', '201022.840000', '201022.842000', '201022.845000', '201022.847000', '201022.850000', '201022.853000', '201022.855000', '201022.858000', '201022.861000', '201022.864000', '201022.866000', '201022.869000', '201022.871000', '201022.874000', '201022.877000', '201022.879000', '201022.882000', '201022.885000', '201022.887000', '201022.890000', '201022.893000', '201022.895000', '201022.898000', '201022.900000', '201022.903000', '201022.906000', '201024.172000', '201024.175000', '201024.177000', '201024.180000'], '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], 'LargestImagePixelValue': [8413, 11399, 8274, 10326, 8184, 12341, 8562, 12271, 8205, 10282, 8396, 10102, 8664, 10074, 7594, 9436, 8508, 8754, 8796, 9098, 8313, 8254, 8831, 7063, 8837, 7044, 10003, 9344, 13838, 8431, 10986, 7914, 10504, 7435, 9599, 8592, 6957, 9109, 7626, 8686, 8072, 9346, 7268, 11720, 7405, 10568, 7576, 10975, 9228, 9047, 8540, 7486, 8994, 7178, 9781, 9034, 14506, 9499, 12740, 7771, 10882, 8578, 10087, 8773, 6857, 8915, 7943, 9223, 6940, 13027, 8541, 13387, 8151, 11365, 7882, 9729, 8658, 7594, 8818, 7068, 9098, 6758, 10041, 7355, 13833, 7881, 9367, 9025, 9049, 8654, 7912, 9773, 6895, 9784, 7459, 10243, 7630, 12467, 8778, 9279, 8829, 7665, 9150, 8170, 9632, 7705, 12641, 7702, 10632, 7719, 10339, 8755, 8833, 8732, 7724, 9095, 7629, 8700, 8062, 11158, 8349, 12434, 7375, 10854, 7521, 11875, 7785, 11684, 8986, 8874, 8994, 9546, 8720, 7867, 8609, 7123, 8943, 7204, 9322, 7483, 10643, 8650, 8300, 8830, 8624, 8614, 7927, 12046, 8077, 10220, 7893, 10070, 8661, 7470, 8794, 7230, 8899, 7631, 14120, 9093, 9957, 8958, 8855, 8314, 9359, 9746, 7007, 9670, 7566, 10613, 9276, 14053, 9270, 11939, 8499, 10402, 8094, 10818, 9389, 7197, 8879, 8319, 9020, 7139, 10142, 8230, 12018, 8644, 12559, 8413, 13264, 9610, 9465, 8640, 7527, 9042, 7445, 9968, 8019, 12370, 8661, 7146, 9072, 7659, 8949, 8016, 13756, 8447, 11727, 8608, 10827, 8494, 9407, 8861, 7706, 9449, 7889, 9191, 7994, 12735, 8839, 10657, 8896, 7325, 9110, 7391, 9931, 8485, 10927, 7317, 9406, 8210, 10231, 8434, 10398, 8802, 8845, 8428, 7826, 9232, 7450, 8752, 7810, 11051, 8639, 12074, 7967, 9983, 7948, 10982, 8245, 11491, 8647, 7304, 9183, 8921, 8906, 10753, 11101, 7667, 10315, 8012, 9111, 7862, 9922, 8257, 8633, 9024, 7950, 8789, 7133, 8625, 7946, 11401, 8046, 12246, 8202, 10658, 8164, 10967, 9123, 8797, 8845, 8498, 9038, 7694, 9107, 7405, 12712, 8221, 11990, 8570, 10668, 8145, 11441, 9625, 9392, 8815, 7342, 8966, 8009, 8590, 6762, 12444, 7914, 11717, 8220, 10104, 8245, 11048, 8649, 6933, 8713, 6729, 9031, 7863, 9701, 7828, 12397, 7713, 10490, 8109, 11681, 8590, 12877, 8878, 7230, 8671, 7092, 8814, 7956, 11417, 8012, 12376, 8093, 11461, 8189, 11541, 9425, 8648, 8486, 7557, 8924, 6767, 8527, 7449, 11067, 8240, 7789, 8906, 6491, 8862, 7438, 9428, 8064, 13895, 7879, 12935, 8154, 12052, 9788, 9164, 8996, 7538, 9090, 6941, 9008, 6925, 11736, 7761, 11806, 8282, 10157, 8181, 9105, 8251, 6504, 8231, 7213, 9924, 7602, 11066, 8836, 9056, 8569, 6352, 8929, 6909, 9771, 7553, 13773, 7609, 9197, 8818, 8591, 8385, 8289, 11038, 6798, 9756, 7565, 10379, 8263, 9546, 8458, 7025, 9545, 6769, 11497, 9080, 14788, 9772, 11400, 8663, 9384, 8619, 9183, 11140, 7421, 11266, 7452, 10911, 7347, 11686, 8347, 8150, 8706, 7034, 8709, 7011, 10438, 8807, 14266, 8249, 12204, 7787, 11983, 8890, 10011, 8940, 6733, 8806, 7482, 9612, 7563, 14149, 8000, 9127, 8476, 8580, 7854, 8158, 9309, 6980, 8966, 6785, 10384, 8140, 13078, 9157, 8094, 8966, 7370, 9029, 8220, 13976, 8846, 9831, 8600, 8154, 8523, 8291, 10200, 7843, 12182, 7611, 9240, 8465, 8490, 9128, 6923, 10362, 7418, 10417, 7179, 12159, 8931, 13070, 8496, 6718, 9095, 7142, 9013, 7126, 12114, 7402, 9269, 8081, 10466, 8549, 8990, 8478, 7051, 8774, 6749, 8861, 7314, 12829, 8070, 10369, 8617, 9893, 8224, 9345, 8335, 7312, 9156, 7024, 10494, 7490, 13113, 9497, 11783, 8559, 7622, 8674, 6846, 8709, 7657, 11824, 7075, 11140, 7618, 10981, 8551, 11290, 8732, 6960, 8884, 7218, 8539, 6682, 10740, 7971, 9090, 8465, 8458, 8278, 8971, 11876, 12035, 11747, 9251, 9378, 6670, 11646, 7336, 8451, 7548, 9689, 7363, 10252, 8047, 6620, 7096, 7058, 8166, 7031, 6825, 6637, 6957, 6638, 6753, 6821, 8422, 7772, 6316, 9593, 6915, 11152, 7842, 11402, 10068, 11179, 7873, 10446, 6930, 11176, 8916, 11096, 11175, 10450, 6867, 10162, 6681, 8694, 7036, 9893, 7813, 11752, 8402, 8940, 8176, 8134, 7797, 8673, 7966, 7357, 8230, 6599, 8420, 6808, 9833, 7401, 12800, 7384, 10900, 7963, 10301, 8295, 8659, 8068, 6729, 8299, 6896, 8734, 6833, 11287, 8195, 12275, 7931, 10225, 7798, 9741, 7781, 7652, 8200, 6608, 8581, 6684, 10286, 8067, 13748, 8323, 9351, 8207, 8694, 9499, 7674, 11690, 8030, 7065, 8245, 7516, 13280, 8249, 11293, 7986, 10325, 8328, 10585, 11399, 6891, 8870, 7567, 9372, 7504, 10489, 7862, 6333, 8436, 7049, 8318, 7069, 10904, 8437, 10670, 7886, 9053, 7999, 8912, 8387, 7593, 12575, 8261, 10694, 9533, 7728, 12102, 9136, 9097, 8541, 7221, 9006, 8075, 8639, 8921, 8968, 7054, 7395, 7380, 8802, 6965, 8416, 7880, 6488, 8592, 7727, 9473, 7941, 12421, 8672, 13559, 8676, 15089, 11630, 13960, 10093, 10615, 7884, 10818, 6699, 8966, 6535, 6284, 6352, 6565, 10562, 7488, 7446, 6727, 6552, 7305, 8917, 7558, 6345, 7374, 6874, 7799, 7404, 10002, 6927, 9976, 7595, 6772, 7853, 6500, 9253, 6817, 6917, 6962, 7124, 6847, 7841, 7522, 8826, 9185, 13364, 9046, 11050, 9385, 13874, 10059, 12018, 10006, 9228, 8595, 7202, 8203, 6943, 9978, 8786, 13570, 9018, 10790, 7739, 7740, 7499, 8689, 7985, 6931, 7584, 6988, 7955, 6824, 9146, 7672, 11792, 8673, 8030, 7805, 7559, 8463, 9641, 12289, 8129, 11237, 7014, 9190, 7243, 13241, 8409, 9176, 7798, 6512, 7569, 7267, 13197, 8785, 11927, 7676, 10023, 8390, 9862, 9942, 6778, 9974, 6904, 9964, 7678, 13757, 9538, 7152, 7876, 6460, 9199, 7694, 12006, 7625, 7008, 7749, 6874, 9222, 7745, 12761, 7581, 9179, 7787, 7494, 10359, 8995, 13034, 7691, 10037, 7240, 7757, 8564, 6846, 8582, 6747, 8441, 7176, 6989, 11425, 8111, 6753, 9683, 7945, 7111, 9260, 7807, 12462, 9005, 10763, 9457, 7340, 8370, 7060, 9936, 8391, 13345, 7666, 9459, 8181, 7707, 7933, 6852, 10252, 7533, 9008, 7922, 8410, 9531, 8145, 11944, 7706, 11145, 7970, 12837, 9930, 10731, 8170, 8173, 8122, 7361, 8774, 7403, 9208, 8068, 6822, 7966, 7836, 9149, 8153, 10085, 7418, 10339, 7429, 11901, 9071, 7431, 8300, 7126, 9212, 10741, 13255, 8884, 7965, 7951, 7542, 9922, 7274, 6770, 7944, 6934, 8011, 6654, 9492, 7140, 10363, 7560, 9326, 7967, 11470, 9182, 10402, 8086, 6804, 7815, 7082, 9521, 7949, 9465, 8562, 7212, 9423, 7355, 11799, 9662, 13236, 10611, 7137, 8057, 6916, 9323, 8011, 10922, 7046, 8317, 7220, 9272, 7553, 9618, 8102, 6930, 7963, 6801, 8836, 9024, 11307, 7552, 8562, 7348, 11058, 8374, 11487, 8102, 7345, 8161, 6927, 10773, 9465, 12303, 7898, 10138, 7763, 11858, 9430, 11261, 7850, 7206, 8246, 7307, 8330, 7089, 12269, 7577, 10046, 7811, 10080, 8611, 10923, 8226, 6952, 7938, 7042, 8266, 7051, 11246, 7591, 10215, 7778, 9696, 11033, 8118, 11294, 7480, 9817, 7785, 11764, 8468, 7367, 8141, 6700, 9534, 7672, 10652, 8335, 8033, 8126, 9518, 9905, 7100, 10764, 7777, 7200, 8146, 7146, 11330, 7779, 10512, 8048, 10740, 8286, 9731, 9720, 7039, 9167, 7518, 9350, 7723, 12893, 9853, 8189, 8343, 7702, 8515, 7444, 12031, 8561, 11133, 7914, 9301, 7489, 12538, 8551, 7721, 8425, 7792, 8042, 6935, 10816, 7869], 'WindowCenter': [3869.0, 3895.0, 3851.0, 3871.0, 3849.0, 3877.0, 3836.0, 3877.0, 3834.0, 3854.0, 3835.0, 3857.0, 3834.0, 3844.0, 3825.0, 3845.0, 3846.0, 3846.0, 3847.0, 3847.0, 3836.0, 3837.0, 3847.0, 3814.0, 3846.0, 3815.0, 3857.0, 3844.0, 3889.0, 3836.0, 3867.0, 3836.0, 3866.0, 3826.0, 3844.0, 3848.0, 3816.0, 3847.0, 3825.0, 3846.0, 3836.0, 3845.0, 3827.0, 3878.0, 3825.0, 3867.0, 3837.0, 3867.0, 3856.0, 3859.0, 3847.0, 3826.0, 3847.0, 3815.0, 3857.0, 3846.0, 3901.0, 3858.0, 3878.0, 3825.0, 3867.0, 3846.0, 3856.0, 3848.0, 3804.0, 3846.0, 3834.0, 3844.0, 3812.0, 3877.0, 3846.0, 3887.0, 3834.0, 3865.0, 3834.0, 3844.0, 3834.0, 3824.0, 3844.0, 3813.0, 3844.0, 3803.0, 3854.0, 3813.0, 3888.0, 3836.0, 3844.0, 3844.0, 3846.0, 3844.0, 3823.0, 3856.0, 3813.0, 3856.0, 3814.0, 3855.0, 3825.0, 3865.0, 3848.0, 3846.0, 3845.0, 3824.0, 3845.0, 3835.0, 3843.0, 3823.0, 3876.0, 3823.0, 3855.0, 3823.0, 3853.0, 3833.0, 3845.0, 3845.0, 3823.0, 3845.0, 3824.0, 3835.0, 3823.0, 3867.0, 3834.0, 3877.0, 3813.0, 3865.0, 3824.0, 3864.0, 3823.0, 3864.0, 3845.0, 3843.0, 3843.0, 3844.0, 3832.0, 3835.0, 3846.0, 3813.0, 3845.0, 3825.0, 3844.0, 3825.0, 3868.0, 3846.0, 3836.0, 3847.0, 3847.0, 3845.0, 3836.0, 3878.0, 3836.0, 3856.0, 3836.0, 3855.0, 3846.0, 3825.0, 3846.0, 3825.0, 3846.0, 3824.0, 3888.0, 3847.0, 3856.0, 3846.0, 3845.0, 3832.0, 3843.0, 3857.0, 3814.0, 3856.0, 3825.0, 3855.0, 3844.0, 3888.0, 3845.0, 3866.0, 3833.0, 3853.0, 3824.0, 3854.0, 3845.0, 3813.0, 3843.0, 3834.0, 3843.0, 3813.0, 3855.0, 3835.0, 3877.0, 3845.0, 3876.0, 3834.0, 3874.0, 3844.0, 3844.0, 3834.0, 3823.0, 3843.0, 3824.0, 3853.0, 3823.0, 3877.0, 3833.0, 3813.0, 3843.0, 3823.0, 3833.0, 3822.0, 3888.0, 3835.0, 3864.0, 3833.0, 3853.0, 3832.0, 3843.0, 3832.0, 3811.0, 3843.0, 3823.0, 3842.0, 3823.0, 3864.0, 3832.0, 3854.0, 3832.0, 3811.0, 3832.0, 3810.0, 3841.0, 3831.0, 3851.0, 3811.0, 3842.0, 3833.0, 3854.0, 3833.0, 3853.0, 3844.0, 3833.0, 3834.0, 3823.0, 3845.0, 3813.0, 3834.0, 3825.0, 3864.0, 3833.0, 3876.0, 3824.0, 3855.0, 3834.0, 3854.0, 3835.0, 3865.0, 3835.0, 3813.0, 3844.0, 3832.0, 3833.0, 3853.0, 3853.0, 3812.0, 3854.0, 3822.0, 3843.0, 3834.0, 3853.0, 3834.0, 3834.0, 3845.0, 3823.0, 3846.0, 3812.0, 3834.0, 3822.0, 3866.0, 3825.0, 3876.0, 3834.0, 3855.0, 3833.0, 3853.0, 3844.0, 3834.0, 3844.0, 3834.0, 3845.0, 3824.0, 3844.0, 3813.0, 3875.0, 3836.0, 3866.0, 3834.0, 3855.0, 3824.0, 3865.0, 3844.0, 3845.0, 3844.0, 3812.0, 3844.0, 3824.0, 3833.0, 3801.0, 3878.0, 3824.0, 3866.0, 3836.0, 3855.0, 3835.0, 3853.0, 3835.0, 3814.0, 3835.0, 3803.0, 3844.0, 3824.0, 3844.0, 3823.0, 3876.0, 3824.0, 3855.0, 3834.0, 3864.0, 3834.0, 3875.0, 3833.0, 3813.0, 3833.0, 3813.0, 3843.0, 3822.0, 3864.0, 3823.0, 3875.0, 3822.0, 3864.0, 3823.0, 3864.0, 3843.0, 3821.0, 3833.0, 3822.0, 3833.0, 3802.0, 3833.0, 3813.0, 3853.0, 3834.0, 3823.0, 3845.0, 3792.0, 3845.0, 3813.0, 3844.0, 3822.0, 3877.0, 3824.0, 3875.0, 3823.0, 3864.0, 3843.0, 3832.0, 3833.0, 3822.0, 3832.0, 3812.0, 3843.0, 3802.0, 3864.0, 3824.0, 3865.0, 3834.0, 3855.0, 3834.0, 3834.0, 3823.0, 3792.0, 3835.0, 3825.0, 3856.0, 3826.0, 3866.0, 3844.0, 3845.0, 3846.0, 3803.0, 3846.0, 3815.0, 3855.0, 3824.0, 3887.0, 3825.0, 3845.0, 3846.0, 3834.0, 3833.0, 3833.0, 3868.0, 3803.0, 3855.0, 3825.0, 3855.0, 3835.0, 3857.0, 3837.0, 3814.0, 3856.0, 3804.0, 3865.0, 3833.0, 3889.0, 3857.0, 3865.0, 3835.0, 3845.0, 3834.0, 3843.0, 3865.0, 3813.0, 3865.0, 3812.0, 3854.0, 3812.0, 3864.0, 3834.0, 3823.0, 3834.0, 3801.0, 3845.0, 3814.0, 3855.0, 3847.0, 3888.0, 3835.0, 3876.0, 3824.0, 3864.0, 3833.0, 3854.0, 3844.0, 3802.0, 3843.0, 3813.0, 3843.0, 3811.0, 3887.0, 3824.0, 3844.0, 3834.0, 3845.0, 3834.0, 3823.0, 3857.0, 3815.0, 3846.0, 3815.0, 3855.0, 3834.0, 3876.0, 3858.0, 3834.0, 3845.0, 3823.0, 3844.0, 3833.0, 3887.0, 3845.0, 3854.0, 3845.0, 3835.0, 3844.0, 3835.0, 3855.0, 3835.0, 3876.0, 3824.0, 3845.0, 3835.0, 3834.0, 3845.0, 3815.0, 3857.0, 3823.0, 3866.0, 3814.0, 3864.0, 3833.0, 3877.0, 3845.0, 3802.0, 3844.0, 3814.0, 3843.0, 3802.0, 3877.0, 3824.0, 3844.0, 3835.0, 3865.0, 3834.0, 3833.0, 3835.0, 3814.0, 3834.0, 3803.0, 3844.0, 3812.0, 3876.0, 3836.0, 3855.0, 3845.0, 3855.0, 3834.0, 3844.0, 3834.0, 3813.0, 3845.0, 3813.0, 3865.0, 3825.0, 3876.0, 3844.0, 3866.0, 3834.0, 3823.0, 3833.0, 3803.0, 3833.0, 3812.0, 3876.0, 3813.0, 3865.0, 3823.0, 3865.0, 3834.0, 3864.0, 3835.0, 3813.0, 3845.0, 3812.0, 3845.0, 3814.0, 3854.0, 3836.0, 3847.0, 3836.0, 3835.0, 3848.0, 3875.0, 3909.0, 3879.0, 3851.0, 3845.0, 3858.0, 3804.0, 3865.0, 3828.0, 3846.0, 3836.0, 3844.0, 3815.0, 3857.0, 3821.0, 3829.0, 3857.0, 3824.0, 3834.0, 3815.0, 3815.0, 3815.0, 3826.0, 3816.0, 3817.0, 3818.0, 3847.0, 3838.0, 3818.0, 3870.0, 3828.0, 3869.0, 3836.0, 3867.0, 3844.0, 3855.0, 3823.0, 3854.0, 3813.0, 3866.0, 3831.0, 3853.0, 3853.0, 3852.0, 3802.0, 3853.0, 3801.0, 3832.0, 3813.0, 3854.0, 3823.0, 3876.0, 3836.0, 3845.0, 3835.0, 3834.0, 3824.0, 3834.0, 3835.0, 3826.0, 3836.0, 3804.0, 3835.0, 3815.0, 3854.0, 3813.0, 3878.0, 3826.0, 3867.0, 3835.0, 3856.0, 3835.0, 3835.0, 3836.0, 3815.0, 3836.0, 3815.0, 3846.0, 3816.0, 3867.0, 3837.0, 3879.0, 3837.0, 3857.0, 3825.0, 3856.0, 3825.0, 3826.0, 3837.0, 3816.0, 3847.0, 3815.0, 3856.0, 3837.0, 3905.0, 3850.0, 3846.0, 3836.0, 3835.0, 3858.0, 3837.0, 3879.0, 3838.0, 3828.0, 3837.0, 3816.0, 3891.0, 3838.0, 3869.0, 3837.0, 3856.0, 3835.0, 3857.0, 3880.0, 3815.0, 3845.0, 3825.0, 3845.0, 3825.0, 3855.0, 3836.0, 3804.0, 3836.0, 3815.0, 3836.0, 3816.0, 3867.0, 3837.0, 3870.0, 3853.0, 3874.0, 3866.0, 3879.0, 3850.0, 3809.0, 3875.0, 3846.0, 3879.0, 3856.0, 3824.0, 3866.0, 3846.0, 3846.0, 3836.0, 3814.0, 3846.0, 3825.0, 3835.0, 3834.0, 3844.0, 3815.0, 3813.0, 3825.0, 3846.0, 3816.0, 3848.0, 3838.0, 3807.0, 3849.0, 3838.0, 3874.0, 3868.0, 3853.0, 3795.0, 3850.0, 3794.0, 3865.0, 3843.0, 3863.0, 3816.0, 3814.0, 3767.0, 3800.0, 3746.0, 3777.0, 3724.0, 3724.0, 3722.0, 3772.0, 3867.0, 3838.0, 3858.0, 3848.0, 3834.0, 3827.0, 3832.0, 3810.0, 3792.0, 3828.0, 3815.0, 3811.0, 3869.0, 3883.0, 3827.0, 3870.0, 3825.0, 3803.0, 3835.0, 3792.0, 3845.0, 3805.0, 3817.0, 3830.0, 3843.0, 3831.0, 3850.0, 3839.0, 3847.0, 3858.0, 3892.0, 3860.0, 3882.0, 3872.0, 3904.0, 3871.0, 3878.0, 3857.0, 3845.0, 3834.0, 3813.0, 3833.0, 3801.0, 3854.0, 3833.0, 3877.0, 3846.0, 3867.0, 3838.0, 3825.0, 3824.0, 3833.0, 3822.0, 3813.0, 3836.0, 3827.0, 3837.0, 3816.0, 3858.0, 3838.0, 3879.0, 3849.0, 3838.0, 3837.0, 3826.0, 3836.0, 3856.0, 3880.0, 3837.0, 3879.0, 3816.0, 3857.0, 3826.0, 3888.0, 3848.0, 3858.0, 3838.0, 3806.0, 3826.0, 3825.0, 3891.0, 3848.0, 3879.0, 3837.0, 3858.0, 3835.0, 3856.0, 3858.0, 3805.0, 3857.0, 3815.0, 3857.0, 3825.0, 3889.0, 3858.0, 3815.0, 3835.0, 3805.0, 3846.0, 3825.0, 3879.0, 3826.0, 3815.0, 3825.0, 3804.0, 3845.0, 3826.0, 3889.0, 3836.0, 3857.0, 3825.0, 3825.0, 3868.0, 3847.0, 3890.0, 3826.0, 3856.0, 3814.0, 3825.0, 3847.0, 3816.0, 3845.0, 3804.0, 3849.0, 3829.0, 3816.0, 3879.0, 3836.0, 3804.0, 3845.0, 3836.0, 3816.0, 3847.0, 3825.0, 3877.0, 3834.0, 3866.0, 3857.0, 3814.0, 3834.0, 3813.0, 3842.0, 3822.0, 3876.0, 3824.0, 3844.0, 3834.0, 3822.0, 3822.0, 3804.0, 3868.0, 3826.0, 3845.0, 3835.0, 3835.0, 3846.0, 3825.0, 3867.0, 3824.0, 3866.0, 3823.0, 3865.0, 3856.0, 3855.0, 3833.0, 3833.0, 3822.0, 3811.0, 3833.0, 3814.0, 3845.0, 3835.0, 3804.0, 3835.0, 3823.0, 3847.0, 3836.0, 3856.0, 3813.0, 3854.0, 3813.0, 3867.0, 3846.0, 3815.0, 3835.0, 3814.0, 3844.0, 3854.0, 3877.0, 3834.0, 3823.0, 3822.0, 3812.0, 3856.0, 3813.0, 3803.0, 3836.0, 3815.0, 3837.0, 3817.0, 3857.0, 3816.0, 3869.0, 3838.0, 3859.0, 3838.0, 3878.0, 3846.0, 3868.0, 3837.0, 3804.0, 3825.0, 3815.0, 3856.0, 3825.0, 3857.0, 3848.0, 3826.0, 3846.0, 3814.0, 3866.0, 3845.0, 3880.0, 3867.0, 3814.0, 3835.0, 3814.0, 3845.0, 3823.0, 3868.0, 3815.0, 3835.0, 3825.0, 3856.0, 3825.0, 3858.0, 3837.0, 3815.0, 3835.0, 3803.0, 3846.0, 3859.0, 3879.0, 3837.0, 3846.0, 3825.0, 3866.0, 3849.0, 3879.0, 3836.0, 3825.0, 3835.0, 3815.0, 3880.0, 3858.0, 3879.0, 3836.0, 3855.0, 3825.0, 3865.0, 3859.0, 3867.0, 3835.0, 3824.0, 3833.0, 3813.0, 3833.0, 3813.0, 3878.0, 3825.0, 3856.0, 3825.0, 3856.0, 3846.0, 3867.0, 3835.0, 3815.0, 3835.0, 3814.0, 3847.0, 3826.0, 3868.0, 3836.0, 3856.0, 3825.0, 3855.0, 3880.0, 3836.0, 3867.0, 3825.0, 3855.0, 3824.0, 3879.0, 3836.0, 3825.0, 3834.0, 3804.0, 3844.0, 3827.0, 3867.0, 3835.0, 3824.0, 3833.0, 3844.0, 3856.0, 3815.0, 3867.0, 3825.0, 3813.0, 3824.0, 3814.0, 3880.0, 3827.0, 3869.0, 3836.0, 3867.0, 3836.0, 3845.0, 3858.0, 3815.0, 3846.0, 3825.0, 3845.0, 3824.0, 3877.0, 3857.0, 3835.0, 3834.0, 3824.0, 3834.0, 3813.0, 3878.0, 3846.0, 3867.0, 3835.0, 3844.0, 3812.0, 3877.0, 3846.0, 3824.0, 3834.0, 3824.0, 3823.0, 3813.0, 3869.0, 3836.0], 'WindowWidth': [8696.0, 8719.0, 8654.0, 8679.0, 8647.0, 8679.0, 8621.0, 8676.0, 8616.0, 8641.0, 8618.0, 8648.0, 8616.0, 8626.0, 8605.0, 8632.0, 8636.0, 8636.0, 8638.0, 8637.0, 8621.0, 8623.0, 8635.0, 8590.0, 8634.0, 8594.0, 8650.0, 8628.0, 8700.0, 8621.0, 8663.0, 8620.0, 8662.0, 8608.0, 8629.0, 8643.0, 8595.0, 8637.0, 8605.0, 8634.0, 8621.0, 8632.0, 8611.0, 8680.0, 8608.0, 8664.0, 8625.0, 8665.0, 8650.0, 8656.0, 8641.0, 8610.0, 8638.0, 8595.0, 8650.0, 8634.0, 8720.0, 8652.0, 8680.0, 8606.0, 8664.0, 8636.0, 8647.0, 8642.0, 8576.0, 8633.0, 8617.0, 8630.0, 8585.0, 8678.0, 8634.0, 8692.0, 8618.0, 8660.0, 8618.0, 8627.0, 8617.0, 8602.0, 8629.0, 8586.0, 8630.0, 8575.0, 8641.0, 8586.0, 8695.0, 8620.0, 8631.0, 8630.0, 8635.0, 8630.0, 8599.0, 8649.0, 8589.0, 8647.0, 8588.0, 8645.0, 8605.0, 8658.0, 8641.0, 8634.0, 8633.0, 8603.0, 8630.0, 8618.0, 8626.0, 8601.0, 8678.0, 8601.0, 8645.0, 8601.0, 8642.0, 8615.0, 8630.0, 8632.0, 8602.0, 8633.0, 8605.0, 8618.0, 8599.0, 8664.0, 8618.0, 8678.0, 8588.0, 8658.0, 8602.0, 8653.0, 8601.0, 8658.0, 8631.0, 8627.0, 8627.0, 8628.0, 8611.0, 8618.0, 8634.0, 8589.0, 8632.0, 8607.0, 8630.0, 8608.0, 8668.0, 8636.0, 8622.0, 8638.0, 8637.0, 8632.0, 8621.0, 8681.0, 8621.0, 8647.0, 8622.0, 8644.0, 8635.0, 8606.0, 8635.0, 8606.0, 8635.0, 8604.0, 8697.0, 8637.0, 8648.0, 8633.0, 8632.0, 8612.0, 8626.0, 8652.0, 8589.0, 8648.0, 8605.0, 8645.0, 8628.0, 8696.0, 8632.0, 8662.0, 8613.0, 8639.0, 8603.0, 8640.0, 8632.0, 8586.0, 8627.0, 8615.0, 8625.0, 8587.0, 8645.0, 8619.0, 8677.0, 8631.0, 8675.0, 8617.0, 8671.0, 8628.0, 8629.0, 8614.0, 8600.0, 8626.0, 8603.0, 8639.0, 8599.0, 8676.0, 8613.0, 8585.0, 8625.0, 8601.0, 8611.0, 8596.0, 8697.0, 8618.0, 8657.0, 8613.0, 8639.0, 8611.0, 8626.0, 8609.0, 8581.0, 8624.0, 8598.0, 8623.0, 8599.0, 8654.0, 8609.0, 8641.0, 8610.0, 8581.0, 8609.0, 8578.0, 8620.0, 8605.0, 8631.0, 8580.0, 8623.0, 8613.0, 8641.0, 8614.0, 8641.0, 8628.0, 8613.0, 8616.0, 8600.0, 8631.0, 8585.0, 8615.0, 8603.0, 8656.0, 8614.0, 8676.0, 8601.0, 8643.0, 8617.0, 8641.0, 8617.0, 8657.0, 8618.0, 8587.0, 8629.0, 8611.0, 8612.0, 8638.0, 8638.0, 8582.0, 8641.0, 8597.0, 8626.0, 8617.0, 8639.0, 8614.0, 8615.0, 8632.0, 8600.0, 8633.0, 8586.0, 8616.0, 8598.0, 8661.0, 8604.0, 8675.0, 8616.0, 8643.0, 8612.0, 8640.0, 8628.0, 8616.0, 8628.0, 8616.0, 8630.0, 8602.0, 8628.0, 8586.0, 8672.0, 8621.0, 8662.0, 8616.0, 8644.0, 8603.0, 8658.0, 8629.0, 8629.0, 8628.0, 8584.0, 8628.0, 8602.0, 8611.0, 8567.0, 8680.0, 8604.0, 8660.0, 8620.0, 8645.0, 8620.0, 8639.0, 8620.0, 8588.0, 8617.0, 8573.0, 8628.0, 8602.0, 8627.0, 8598.0, 8674.0, 8601.0, 8645.0, 8617.0, 8658.0, 8616.0, 8672.0, 8614.0, 8586.0, 8613.0, 8585.0, 8626.0, 8598.0, 8654.0, 8597.0, 8672.0, 8598.0, 8655.0, 8598.0, 8655.0, 8626.0, 8593.0, 8613.0, 8597.0, 8612.0, 8571.0, 8614.0, 8588.0, 8640.0, 8615.0, 8600.0, 8631.0, 8558.0, 8631.0, 8588.0, 8628.0, 8596.0, 8678.0, 8601.0, 8672.0, 8600.0, 8657.0, 8626.0, 8609.0, 8612.0, 8597.0, 8609.0, 8585.0, 8626.0, 8570.0, 8655.0, 8602.0, 8660.0, 8615.0, 8645.0, 8617.0, 8615.0, 8599.0, 8559.0, 8617.0, 8606.0, 8647.0, 8609.0, 8661.0, 8630.0, 8631.0, 8634.0, 8575.0, 8633.0, 8593.0, 8646.0, 8602.0, 8694.0, 8607.0, 8633.0, 8633.0, 8617.0, 8612.0, 8613.0, 8668.0, 8576.0, 8646.0, 8606.0, 8648.0, 8619.0, 8650.0, 8626.0, 8590.0, 8647.0, 8580.0, 8659.0, 8613.0, 8700.0, 8650.0, 8659.0, 8618.0, 8633.0, 8616.0, 8627.0, 8659.0, 8587.0, 8658.0, 8584.0, 8641.0, 8585.0, 8653.0, 8616.0, 8600.0, 8615.0, 8569.0, 8632.0, 8591.0, 8645.0, 8638.0, 8697.0, 8617.0, 8676.0, 8603.0, 8657.0, 8613.0, 8640.0, 8630.0, 8569.0, 8625.0, 8587.0, 8624.0, 8581.0, 8691.0, 8602.0, 8629.0, 8615.0, 8632.0, 8616.0, 8599.0, 8651.0, 8592.0, 8634.0, 8593.0, 8646.0, 8616.0, 8677.0, 8654.0, 8617.0, 8632.0, 8603.0, 8630.0, 8613.0, 8693.0, 8635.0, 8644.0, 8633.0, 8618.0, 8631.0, 8617.0, 8643.0, 8617.0, 8675.0, 8603.0, 8632.0, 8621.0, 8615.0, 8631.0, 8592.0, 8650.0, 8602.0, 8661.0, 8591.0, 8657.0, 8614.0, 8678.0, 8631.0, 8570.0, 8629.0, 8590.0, 8626.0, 8570.0, 8679.0, 8605.0, 8630.0, 8620.0, 8662.0, 8616.0, 8614.0, 8619.0, 8589.0, 8616.0, 8575.0, 8628.0, 8584.0, 8675.0, 8624.0, 8647.0, 8633.0, 8644.0, 8617.0, 8630.0, 8617.0, 8588.0, 8632.0, 8588.0, 8658.0, 8605.0, 8674.0, 8630.0, 8662.0, 8616.0, 8598.0, 8613.0, 8574.0, 8611.0, 8582.0, 8674.0, 8587.0, 8657.0, 8600.0, 8658.0, 8617.0, 8655.0, 8620.0, 8587.0, 8630.0, 8585.0, 8632.0, 8592.0, 8641.0, 8623.0, 8637.0, 8621.0, 8619.0, 8642.0, 8693.0, 8746.0, 8684.0, 8629.0, 8628.0, 8654.0, 8573.0, 8661.0, 8616.0, 8635.0, 8623.0, 8627.0, 8592.0, 8648.0, 8592.0, 8622.0, 8677.0, 8608.0, 8616.0, 8594.0, 8593.0, 8593.0, 8612.0, 8599.0, 8602.0, 8605.0, 8640.0, 8630.0, 8602.0, 8674.0, 8615.0, 8672.0, 8621.0, 8666.0, 8628.0, 8645.0, 8600.0, 8642.0, 8587.0, 8661.0, 8607.0, 8640.0, 8636.0, 8636.0, 8568.0, 8638.0, 8569.0, 8610.0, 8587.0, 8641.0, 8600.0, 8673.0, 8622.0, 8633.0, 8618.0, 8616.0, 8602.0, 8614.0, 8618.0, 8608.0, 8621.0, 8577.0, 8619.0, 8595.0, 8642.0, 8587.0, 8679.0, 8608.0, 8664.0, 8620.0, 8647.0, 8619.0, 8617.0, 8623.0, 8594.0, 8622.0, 8595.0, 8636.0, 8596.0, 8663.0, 8625.0, 8684.0, 8624.0, 8651.0, 8607.0, 8648.0, 8604.0, 8606.0, 8623.0, 8598.0, 8636.0, 8594.0, 8647.0, 8626.0, 8731.0, 8647.0, 8635.0, 8620.0, 8617.0, 8654.0, 8625.0, 8685.0, 8628.0, 8613.0, 8624.0, 8593.0, 8704.0, 8628.0, 8669.0, 8622.0, 8647.0, 8617.0, 8651.0, 8686.0, 8590.0, 8631.0, 8606.0, 8633.0, 8606.0, 8643.0, 8623.0, 8576.0, 8619.0, 8593.0, 8623.0, 8597.0, 8663.0, 8626.0, 8673.0, 8660.0, 8688.0, 8680.0, 8700.0, 8646.0, 8570.0, 8672.0, 8634.0, 8683.0, 8647.0, 8603.0, 8661.0, 8634.0, 8631.0, 8618.0, 8588.0, 8631.0, 8604.0, 8618.0, 8614.0, 8628.0, 8591.0, 8586.0, 8604.0, 8634.0, 8595.0, 8642.0, 8629.0, 8587.0, 8644.0, 8628.0, 8687.0, 8685.0, 8636.0, 8539.0, 8625.0, 8535.0, 8659.0, 8619.0, 8647.0, 8570.0, 8563.0, 8486.0, 8535.0, 8457.0, 8498.0, 8422.0, 8424.0, 8416.0, 8508.0, 8662.0, 8630.0, 8672.0, 8658.0, 8634.0, 8607.0, 8604.0, 8570.0, 8553.0, 8610.0, 8591.0, 8577.0, 8695.0, 8698.0, 8613.0, 8674.0, 8606.0, 8572.0, 8618.0, 8558.0, 8632.0, 8579.0, 8598.0, 8623.0, 8645.0, 8627.0, 8649.0, 8634.0, 8639.0, 8651.0, 8709.0, 8661.0, 8694.0, 8680.0, 8731.0, 8678.0, 8684.0, 8650.0, 8630.0, 8616.0, 8585.0, 8613.0, 8567.0, 8641.0, 8612.0, 8679.0, 8634.0, 8666.0, 8628.0, 8608.0, 8604.0, 8612.0, 8598.0, 8587.0, 8622.0, 8613.0, 8627.0, 8599.0, 8653.0, 8629.0, 8685.0, 8645.0, 8626.0, 8626.0, 8610.0, 8621.0, 8647.0, 8686.0, 8624.0, 8684.0, 8598.0, 8651.0, 8607.0, 8694.0, 8641.0, 8655.0, 8627.0, 8585.0, 8608.0, 8604.0, 8703.0, 8642.0, 8684.0, 8626.0, 8655.0, 8620.0, 8647.0, 8652.0, 8580.0, 8649.0, 8594.0, 8650.0, 8605.0, 8697.0, 8653.0, 8592.0, 8620.0, 8582.0, 8634.0, 8607.0, 8683.0, 8610.0, 8594.0, 8606.0, 8579.0, 8631.0, 8609.0, 8699.0, 8623.0, 8650.0, 8608.0, 8606.0, 8667.0, 8636.0, 8702.0, 8609.0, 8648.0, 8590.0, 8605.0, 8638.0, 8595.0, 8632.0, 8575.0, 8642.0, 8617.0, 8594.0, 8686.0, 8622.0, 8578.0, 8631.0, 8621.0, 8595.0, 8638.0, 8606.0, 8678.0, 8616.0, 8661.0, 8649.0, 8588.0, 8617.0, 8588.0, 8622.0, 8596.0, 8676.0, 8601.0, 8628.0, 8614.0, 8597.0, 8597.0, 8576.0, 8666.0, 8607.0, 8632.0, 8619.0, 8616.0, 8635.0, 8606.0, 8662.0, 8600.0, 8659.0, 8599.0, 8659.0, 8646.0, 8642.0, 8611.0, 8612.0, 8595.0, 8577.0, 8612.0, 8587.0, 8630.0, 8617.0, 8576.0, 8617.0, 8599.0, 8638.0, 8619.0, 8647.0, 8586.0, 8640.0, 8586.0, 8662.0, 8633.0, 8590.0, 8616.0, 8591.0, 8626.0, 8641.0, 8681.0, 8614.0, 8599.0, 8597.0, 8582.0, 8646.0, 8586.0, 8574.0, 8621.0, 8593.0, 8624.0, 8600.0, 8650.0, 8594.0, 8671.0, 8629.0, 8656.0, 8627.0, 8682.0, 8635.0, 8667.0, 8623.0, 8577.0, 8605.0, 8593.0, 8647.0, 8605.0, 8650.0, 8639.0, 8608.0, 8634.0, 8590.0, 8662.0, 8629.0, 8690.0, 8662.0, 8591.0, 8618.0, 8588.0, 8631.0, 8600.0, 8668.0, 8592.0, 8618.0, 8606.0, 8648.0, 8607.0, 8655.0, 8624.0, 8594.0, 8619.0, 8573.0, 8632.0, 8657.0, 8684.0, 8624.0, 8633.0, 8607.0, 8661.0, 8644.0, 8682.0, 8623.0, 8605.0, 8620.0, 8592.0, 8688.0, 8653.0, 8684.0, 8621.0, 8644.0, 8605.0, 8658.0, 8658.0, 8664.0, 8618.0, 8603.0, 8613.0, 8588.0, 8611.0, 8588.0, 8681.0, 8606.0, 8649.0, 8605.0, 8648.0, 8634.0, 8664.0, 8620.0, 8592.0, 8619.0, 8591.0, 8637.0, 8610.0, 8666.0, 8622.0, 8648.0, 8606.0, 8645.0, 8689.0, 8621.0, 8664.0, 8606.0, 8645.0, 8603.0, 8684.0, 8621.0, 8604.0, 8616.0, 8576.0, 8627.0, 8611.0, 8663.0, 8618.0, 8602.0, 8613.0, 8627.0, 8647.0, 8594.0, 8662.0, 8604.0, 8588.0, 8601.0, 8588.0, 8688.0, 8610.0, 8669.0, 8621.0, 8663.0, 8620.0, 8631.0, 8655.0, 8591.0, 8634.0, 8606.0, 8632.0, 8602.0, 8679.0, 8651.0, 8616.0, 8614.0, 8600.0, 8613.0, 8584.0, 8681.0, 8635.0, 8664.0, 8618.0, 8629.0, 8584.0, 8679.0, 8634.0, 8601.0, 8614.0, 8601.0, 8601.0, 8585.0, 8671.0, 8622.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.003596327102803738</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035536537009345795</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.945748064115925</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1994012282413495</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.030679395257248</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3824.1875</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1503811440007316</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>230</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.49532710280374</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54139886665184</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.548753757414793</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.801820660472117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2736221820686096</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00945063</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002399435034021735</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023029742762446404</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1070</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.7849457388647014</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>22.2654</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.8287</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.4812</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299955.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>800.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.3079</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0262</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.3567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3035.1933</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3222.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76589.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>974.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4025.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.2616</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.897216646699235</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> |