=== 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-0117 --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-0117",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
124 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0117_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-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0117/figures/sub-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117/ses-01/func/sub-0117_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>cad4286e6412281b87cafbb431221a31</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:52:43.862500</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.999979, 0.00336712, -0.00550021, -0.00296704, 0.997458, 0.0711948]</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.108219</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, -7753, -7226, 384, -158, 8, 16, 73]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>273.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b1c9cb24-57a6-49b1-ab16-aa570bb2153f||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.682871103286743, -0.007960342802107334, -0.015460073947906494, 113.79866790771484], [-0.009033738635480404, 2.6761069297790527, 0.19217784702777863, -102.64974212646484], [-0.014756670221686363, -0.19101040065288544, 2.6931076049804688, -48.62512969970703], [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': ['205243.862500', '205244.322500', '205244.782500', '205245.242500', '205245.702500', '205246.162500', '205246.622500', '205247.082500', '205247.542500', '205248.002500', '205248.462500', '205248.922500', '205249.382500', '205249.842500', '205250.302500', '205250.762500', '205251.222500', '205251.682500', '205252.142500', '205252.602500', '205253.062500', '205253.522500', '205253.982500', '205254.442500', '205254.902500', '205255.362500', '205255.822500', '205256.282500', '205256.742500', '205257.202500', '205257.662500', '205258.122500', '205258.582500', '205259.042500', '205259.502500', '205259.962500', '205300.422500', '205300.882500', '205301.342500', '205301.802500', '205302.262500', '205302.722500', '205303.182500', '205303.642500', '205304.102500', '205304.562500', '205305.022500', '205305.482500', '205305.942500', '205306.402500', '205306.862500', '205307.322500', '205307.782500', '205308.242500', '205308.702500', '205309.162500', '205309.622500', '205310.082500', '205310.542500', '205311.002500', '205311.462500', '205311.922500', '205312.382500', '205312.842500', '205313.302500', '205313.762500', '205314.222500', '205314.682500', '205315.142500', '205315.602500', '205316.062500', '205316.522500', '205316.982500', '205317.442500', '205317.902500', '205318.362500', '205318.822500', '205319.282500', '205319.742500', '205320.202500', '205320.662500', '205321.122500', '205321.582500', '205322.042500', '205322.502500', '205322.962500', '205323.422500', '205323.882500', '205324.342500', '205324.802500', '205325.262500', '205325.722500', '205326.182500', '205326.642500', '205327.102500', '205327.562500', '205328.022500', '205328.482500', '205328.942500', '205329.402500', '205329.862500', '205330.322500', '205330.782500', '205331.242500', '205331.702500', '205332.162500', '205332.622500', '205333.082500', '205333.542500', '205334.002500', '205334.462500', '205334.922500', '205335.382500', '205335.842500', '205336.302500', '205336.762500', '205337.222500', '205337.682500', '205338.142500', '205338.602500', '205339.062500', '205339.522500', '205339.982500', '205340.442500', '205340.902500', '205341.362500', '205341.822500', '205342.282500', '205342.742500', '205343.202500', '205343.662500', '205344.122500', '205344.582500', '205345.042500', '205345.502500', '205345.962500', '205346.422500', '205346.882500', '205347.342500', '205347.802500', '205348.262500', '205348.722500', '205349.182500', '205349.642500', '205350.102500', '205350.562500', '205351.022500', '205351.482500', '205351.942500', '205352.402500', '205352.862500', '205353.322500', '205353.782500', '205354.242500', '205354.702500', '205355.162500', '205355.622500', '205356.082500', '205356.542500', '205357.002500', '205357.462500', '205357.922500', '205358.382500', '205358.842500', '205359.302500', '205359.762500', '205400.222500', '205400.682500', '205401.142500', '205401.602500', '205402.062500', '205402.522500', '205402.982500', '205403.442500', '205403.902500', '205404.362500', '205404.822500', '205405.282500', '205405.742500', '205406.202500', '205406.662500', '205407.122500', '205407.582500', '205408.042500', '205408.502500', '205408.962500', '205409.422500', '205409.882500', '205410.342500', '205410.802500', '205411.262500', '205411.722500', '205412.182500', '205412.642500', '205413.102500', '205413.562500', '205414.022500', '205414.482500', '205414.942500', '205415.402500', '205415.862500', '205416.322500', '205416.782500', '205417.242500', '205417.702500', '205418.162500', '205418.622500', '205419.082500', '205419.542500', '205420.002500', '205420.462500', '205420.922500', '205421.382500', '205421.842500', '205422.302500', '205422.762500', '205423.222500', '205423.682500', '205424.142500', '205424.602500', '205425.062500', '205425.522500', '205425.982500', '205426.442500', '205426.902500', '205427.362500', '205427.822500', '205428.282500', '205428.742500', '205429.202500', '205429.662500', '205430.122500', '205430.582500', '205431.042500', '205431.502500', '205431.962500', '205432.422500', '205432.882500', '205433.342500', '205433.802500', '205434.262500', '205434.722500', '205435.182500', '205435.642500', '205436.102500', '205436.562500', '205437.022500', '205437.482500', '205437.942500', '205438.402500', '205438.862500', '205439.322500', '205439.782500', '205440.242500', '205440.702500', '205441.162500', '205441.622500', '205442.082500', '205442.542500', '205443.002500', '205443.462500', '205443.922500', '205444.382500', '205444.842500', '205445.302500', '205445.762500', '205446.222500', '205446.682500', '205447.142500', '205447.602500', '205448.062500', '205448.522500', '205448.982500', '205449.442500', '205449.902500', '205450.362500', '205450.822500', '205451.282500', '205451.742500', '205452.202500', '205452.662500', '205453.122500', '205453.582500', '205454.042500', '205454.502500', '205454.962500', '205455.422500', '205455.882500', '205456.342500', '205456.802500', '205457.262500', '205457.722500', '205458.182500', '205458.642500', '205459.102500', '205459.562500', '205500.022500', '205500.482500', '205500.942500', '205501.402500', '205501.862500', '205502.322500', '205502.782500', '205503.242500', '205503.702500', '205504.162500', '205504.622500', '205505.082500', '205505.542500', '205506.002500', '205506.462500', '205506.922500', '205507.382500', '205507.842500', '205508.302500', '205508.762500', '205509.222500', '205509.682500', '205510.142500', '205510.602500', '205511.062500', '205511.522500', '205511.982500', '205512.442500', '205512.902500', '205513.362500', '205513.822500', '205514.282500', '205514.742500', '205515.202500', '205515.662500', '205516.122500', '205516.582500', '205517.042500', '205517.502500', '205517.962500', '205518.422500', '205518.882500', '205519.342500', '205519.802500', '205520.262500', '205520.722500', '205521.182500', '205521.642500', '205522.102500', '205522.562500', '205523.022500', '205523.482500', '205523.942500', '205524.402500', '205524.862500', '205525.322500', '205525.782500', '205526.242500', '205526.702500', '205527.162500', '205527.622500', '205528.082500', '205528.542500', '205529.002500', '205529.462500', '205529.922500', '205530.382500', '205530.842500', '205531.302500', '205531.762500', '205532.222500', '205532.682500', '205533.142500', '205533.602500', '205534.062500', '205534.522500', '205534.982500', '205535.442500', '205535.902500', '205536.362500', '205536.822500', '205537.282500', '205537.742500', '205538.202500', '205538.662500', '205539.122500', '205539.582500', '205540.042500', '205540.502500', '205540.962500', '205541.422500', '205541.882500', '205542.342500', '205542.802500', '205543.262500', '205543.722500', '205544.182500', '205544.642500', '205545.102500', '205545.562500', '205546.022500', '205546.482500', '205546.942500', '205547.402500', '205547.862500', '205548.322500', '205548.782500', '205549.242500', '205549.702500', '205550.162500', '205550.622500', '205551.082500', '205551.542500', '205552.002500', '205552.462500', '205552.922500', '205553.382500', '205553.842500', '205554.302500', '205554.762500', '205555.222500', '205555.682500', '205556.142500', '205556.602500', '205557.062500', '205557.522500', '205557.982500', '205558.442500', '205558.902500', '205559.362500', '205559.822500', '205600.282500', '205600.742500', '205601.202500', '205601.662500', '205602.122500', '205602.582500', '205603.042500', '205603.502500', '205603.962500', '205604.422500', '205604.882500', '205605.342500', '205605.802500', '205606.262500', '205606.722500', '205607.182500', '205607.642500', '205608.102500', '205608.562500', '205609.022500', '205609.482500', '205609.942500', '205610.402500', '205610.862500', '205611.322500', '205611.782500', '205612.242500', '205612.702500', '205613.162500', '205613.622500', '205614.082500', '205614.542500', '205615.002500', '205615.462500', '205615.922500', '205616.382500', '205616.842500', '205617.302500', '205617.762500', '205618.222500', '205618.682500', '205619.142500', '205619.602500', '205620.062500', '205620.522500', '205620.982500', '205621.442500', '205621.902500', '205622.362500', '205622.822500', '205623.282500', '205623.742500', '205624.202500', '205624.662500', '205625.122500', '205625.582500', '205626.042500', '205626.502500', '205626.962500', '205627.422500', '205627.882500', '205628.342500', '205628.802500', '205629.262500', '205629.722500', '205630.182500', '205630.642500', '205631.102500', '205631.562500', '205632.022500', '205632.482500', '205632.942500', '205633.402500', '205633.862500', '205634.322500', '205634.782500', '205635.242500', '205635.702500', '205636.162500', '205636.622500', '205637.082500', '205637.542500', '205638.002500', '205638.462500', '205638.922500', '205639.382500', '205639.842500', '205640.302500', '205640.762500', '205641.222500', '205641.682500', '205642.142500', '205642.602500', '205643.062500', '205643.522500', '205643.982500', '205644.442500', '205644.902500', '205645.362500', '205645.822500', '205646.282500', '205646.742500', '205647.202500', '205647.662500', '205648.122500', '205648.582500', '205649.042500', '205649.502500', '205649.962500', '205650.422500', '205650.882500', '205651.342500', '205651.802500', '205652.262500', '205652.722500', '205653.182500', '205653.642500', '205654.102500', '205654.562500', '205655.022500', '205655.482500', '205655.942500', '205656.402500', '205656.862500', '205657.322500', '205657.782500', '205658.242500', '205658.702500', '205659.162500', '205659.622500', '205700.082500', '205700.542500', '205701.002500', '205701.462500', '205701.922500', '205702.382500', '205702.842500', '205703.302500', '205703.762500', '205704.222500', '205704.682500', '205705.142500', '205705.602500', '205706.062500', '205706.522500', '205706.982500', '205707.442500', '205707.902500', '205708.362500', '205708.822500', '205709.282500', '205709.742500', '205710.202500', '205710.662500', '205711.122500', '205711.582500', '205712.042500', '205712.502500', '205712.962500', '205713.422500', '205713.882500', '205714.342500', '205714.802500', '205715.262500', '205715.722500', '205716.182500', '205716.642500', '205717.102500', '205717.562500', '205718.022500', '205718.482500', '205718.942500', '205719.402500', '205719.862500', '205720.322500', '205720.782500', '205721.242500', '205721.702500', '205722.162500', '205722.622500', '205723.082500', '205723.542500', '205724.002500', '205724.462500', '205724.922500', '205725.382500', '205725.842500', '205726.302500', '205726.762500', '205727.222500', '205727.682500', '205728.142500', '205728.602500', '205729.062500', '205729.522500', '205729.982500', '205730.442500', '205730.902500', '205731.362500', '205731.822500', '205732.282500', '205732.742500', '205733.202500', '205733.662500', '205734.122500', '205734.582500', '205735.042500', '205735.502500', '205735.962500', '205736.422500', '205736.882500', '205737.342500', '205737.802500', '205738.262500', '205738.722500', '205739.182500', '205739.642500', '205740.102500', '205740.562500', '205741.022500', '205741.482500', '205741.942500', '205742.402500', '205742.862500', '205743.322500', '205743.782500', '205744.242500', '205744.702500', '205745.162500', '205745.622500', '205746.082500', '205746.542500', '205747.002500', '205747.462500', '205747.922500', '205748.382500', '205748.842500', '205749.302500', '205749.762500', '205750.222500', '205750.682500', '205751.142500', '205751.602500', '205752.062500', '205752.522500', '205752.982500', '205753.442500', '205753.902500', '205754.362500', '205754.822500', '205755.282500', '205755.742500', '205756.202500', '205756.662500', '205757.122500', '205757.582500', '205758.042500', '205758.502500', '205758.962500', '205759.422500', '205759.882500', '205800.342500', '205800.802500', '205801.262500', '205801.722500', '205802.182500', '205802.642500', '205803.102500', '205803.562500', '205804.022500', '205804.482500', '205804.942500', '205805.402500', '205805.862500', '205806.322500', '205806.782500', '205807.242500', '205807.702500', '205808.162500', '205808.622500', '205809.082500', '205809.542500', '205810.002500', '205810.462500', '205810.922500', '205811.382500', '205811.842500', '205812.302500', '205812.762500', '205813.222500', '205813.682500', '205814.142500', '205814.602500', '205815.062500', '205815.522500', '205815.982500', '205816.442500', '205816.902500', '205817.362500', '205817.822500', '205818.282500', '205818.742500', '205819.202500', '205819.662500', '205820.122500', '205820.582500', '205821.042500', '205821.502500', '205821.962500', '205822.422500', '205822.882500', '205823.342500', '205823.802500', '205824.262500', '205824.722500', '205825.182500', '205825.642500', '205826.102500', '205826.562500', '205827.022500', '205827.482500', '205827.942500', '205828.402500', '205828.862500', '205829.322500', '205829.782500', '205830.242500', '205830.702500', '205831.162500', '205831.622500', '205832.082500', '205832.542500', '205833.002500', '205833.462500', '205833.922500', '205834.382500', '205834.842500', '205835.302500', '205835.762500', '205836.222500', '205836.682500', '205837.142500', '205837.602500', '205838.062500', '205838.522500', '205838.982500', '205839.442500', '205839.902500', '205840.362500', '205840.822500', '205841.282500', '205841.742500', '205842.202500', '205842.662500', '205843.122500', '205843.582500', '205844.042500', '205844.502500', '205844.962500', '205845.422500', '205845.882500', '205846.342500', '205846.802500', '205847.262500', '205847.722500', '205848.182500', '205848.642500', '205849.102500', '205849.562500', '205850.022500', '205850.482500', '205850.942500', '205851.402500', '205851.862500', '205852.322500', '205852.782500', '205853.242500', '205853.702500', '205854.162500', '205854.622500', '205855.082500', '205855.542500', '205856.002500', '205856.462500', '205856.922500', '205857.382500', '205857.842500', '205858.302500', '205858.762500', '205859.222500', '205859.682500', '205900.142500', '205900.602500', '205901.062500', '205901.522500', '205901.982500', '205902.442500', '205902.902500', '205903.362500', '205903.822500', '205904.282500', '205904.742500', '205905.202500', '205905.662500', '205906.122500', '205906.582500', '205907.042500', '205907.502500', '205907.962500', '205908.422500', '205908.882500', '205909.342500', '205909.802500', '205910.262500', '205910.722500', '205911.182500', '205911.642500', '205912.102500', '205912.562500', '205913.022500', '205913.482500', '205913.942500', '205914.402500', '205914.862500', '205915.322500', '205915.782500', '205916.242500', '205916.702500', '205917.162500', '205917.622500', '205918.082500', '205918.542500', '205919.002500', '205919.462500', '205919.922500', '205920.382500', '205920.842500', '205921.302500', '205921.762500', '205922.222500', '205922.682500', '205923.142500', '205923.602500', '205924.062500', '205924.522500', '205924.982500', '205925.442500', '205925.902500', '205926.362500', '205926.822500', '205927.282500', '205927.742500', '205928.202500', '205928.662500', '205929.122500', '205929.582500', '205930.042500', '205930.502500', '205930.962500', '205931.422500', '205931.882500', '205932.342500', '205932.802500', '205933.262500', '205933.722500', '205934.182500', '205934.642500', '205935.102500', '205935.562500', '205936.022500', '205936.482500', '205936.942500', '205937.402500', '205937.862500', '205938.322500', '205938.782500', '205939.242500', '205939.702500', '205940.162500', '205940.622500', '205941.082500', '205941.542500', '205942.002500', '205942.462500', '205942.922500', '205943.382500', '205943.842500', '205944.302500', '205944.762500', '205945.222500', '205945.682500', '205946.142500', '205946.602500', '205947.062500', '205947.522500', '205947.982500', '205948.442500', '205948.902500', '205949.362500', '205949.822500', '205950.282500', '205950.742500', '205951.202500', '205951.662500', '205952.122500', '205952.582500', '205953.042500', '205953.502500', '205953.962500', '205954.422500', '205954.882500', '205955.342500', '205955.802500', '205956.262500', '205956.722500', '205957.182500', '205957.642500', '205958.102500', '205958.562500', '205959.022500', '205959.482500', '205959.942500', '210000.402500', '210000.862500', '210001.322500', '210001.782500', '210002.242500', '210002.702500', '210003.162500', '210003.622500', '210004.082500', '210004.542500', '210005.002500', '210005.462500', '210005.922500', '210006.382500', '210006.842500', '210007.302500', '210007.762500', '210008.222500', '210008.682500', '210009.142500', '210009.602500', '210010.062500', '210010.522500', '210010.982500', '210011.442500', '210011.902500', '210012.362500', '210012.822500', '210013.282500', '210013.742500', '210014.202500', '210014.662500', '210015.122500', '210015.582500', '210016.042500', '210016.502500', '210016.962500', '210017.422500', '210017.882500', '210018.342500', '210018.802500', '210019.262500', '210019.722500', '210020.182500', '210020.642500', '210021.102500', '210021.562500', '210022.022500', '210022.482500', '210022.942500', '210023.402500', '210023.862500', '210024.322500', '210024.782500', '210025.242500', '210025.702500', '210026.162500', '210026.622500', '210027.082500', '210027.542500', '210028.002500', '210028.462500', '210028.922500', '210029.382500', '210029.842500', '210030.302500', '210030.762500', '210031.222500', '210031.682500', '210032.142500', '210032.602500', '210033.062500', '210033.522500', '210033.982500', '210034.442500', '210034.902500', '210035.362500', '210035.822500', '210036.282500', '210036.742500', '210037.202500', '210037.662500', '210038.122500', '210038.582500', '210039.042500', '210039.502500', '210039.962500', '210040.422500', '210040.882500', '210041.342500', '210041.802500', '210042.262500', '210042.722500', '210043.182500', '210043.642500', '210044.102500', '210044.562500', '210045.022500', '210045.482500', '210045.942500', '210046.402500', '210046.862500', '210047.322500', '210047.782500', '210048.242500', '210048.702500', '210049.162500', '210049.622500', '210050.082500', '210050.542500', '210051.002500', '210051.462500', '210051.922500', '210052.382500', '210052.842500', '210053.302500', '210053.762500', '210054.222500', '210054.682500', '210055.142500', '210055.602500', '210056.062500', '210056.522500', '210056.982500'], 'ContentTime': ['205302.824000', '205302.827000', '205302.830000', '205302.832000', '205302.835000', '205302.838000', '205302.847000', '205302.850000', '205302.853000', '205302.856000', '205302.858000', '205302.861000', '205302.864000', '205302.888000', '205302.895000', '205302.898000', '205302.901000', '205302.903000', '205302.906000', '205302.908000', '205302.911000', '205302.913000', '205302.916000', '205302.919000', '205302.921000', '205302.924000', '205302.926000', '205302.929000', '205302.931000', '205302.934000', '205302.937000', '205302.939000', '205302.942000', '205302.944000', '205302.947000', '205302.949000', '205302.952000', '205302.955000', '205302.957000', '205322.784000', '205322.786000', '205322.789000', '205322.792000', '205322.812000', '205322.815000', '205322.817000', '205322.820000', '205322.822000', '205322.825000', '205322.827000', '205322.830000', '205322.832000', '205322.835000', '205322.838000', '205322.840000', '205322.843000', '205322.845000', '205322.848000', '205322.851000', '205322.853000', '205322.856000', '205322.858000', '205322.861000', '205322.863000', '205322.866000', '205322.869000', '205322.871000', '205322.874000', '205322.876000', '205322.879000', '205322.881000', '205322.884000', '205322.887000', '205322.889000', '205322.892000', '205322.894000', '205322.897000', '205322.899000', '205322.902000', '205322.904000', '205322.907000', '205322.910000', '205322.912000', '205342.785000', '205342.787000', '205342.790000', '205342.793000', '205342.795000', '205342.798000', '205342.800000', '205342.803000', '205342.806000', '205342.808000', '205342.811000', '205342.813000', '205342.816000', '205342.818000', '205342.828000', '205342.831000', '205342.834000', '205342.836000', '205342.839000', '205342.841000', '205342.844000', '205342.848000', '205342.850000', '205342.853000', '205342.856000', '205342.858000', '205342.861000', '205342.864000', '205342.866000', '205342.869000', '205342.871000', '205342.874000', '205342.877000', '205342.879000', '205342.882000', '205342.884000', '205342.887000', '205342.889000', '205342.892000', '205342.894000', '205342.897000', '205342.899000', '205342.902000', '205402.785000', '205402.788000', '205402.790000', '205402.793000', '205402.795000', '205402.798000', '205402.800000', '205402.803000', '205402.806000', '205402.808000', '205402.811000', '205402.813000', '205402.816000', '205402.818000', '205402.821000', '205402.824000', '205402.826000', '205402.829000', '205402.832000', '205402.834000', '205402.837000', '205402.839000', '205402.842000', '205402.844000', '205402.847000', '205402.849000', '205402.852000', '205402.855000', '205402.857000', '205402.860000', '205402.862000', '205402.865000', '205402.868000', '205402.870000', '205402.873000', '205402.875000', '205402.878000', '205402.880000', '205402.883000', '205402.886000', '205402.888000', '205402.891000', '205402.893000', '205402.896000', '205422.783000', '205422.786000', '205422.789000', '205422.791000', '205422.794000', '205422.797000', '205422.799000', '205422.802000', '205422.804000', '205422.807000', '205422.810000', '205422.812000', '205422.815000', '205422.817000', '205422.820000', '205422.823000', '205422.825000', '205422.828000', '205422.830000', '205422.833000', '205422.835000', '205422.838000', '205422.841000', '205422.843000', '205422.846000', '205422.848000', '205422.851000', '205422.854000', '205422.856000', '205422.859000', '205422.861000', '205422.864000', '205422.866000', '205422.869000', '205422.872000', '205422.874000', '205422.877000', '205422.879000', '205422.882000', '205422.884000', '205422.887000', '205422.890000', '205422.893000', '205442.784000', '205442.786000', '205442.789000', '205442.792000', '205442.794000', '205442.797000', '205442.800000', '205442.802000', '205442.805000', '205442.807000', '205442.810000', '205442.812000', '205442.815000', '205442.823000', '205442.825000', '205442.828000', '205442.831000', '205442.833000', '205442.836000', '205442.838000', '205442.841000', '205442.843000', '205442.846000', '205442.849000', '205442.851000', '205442.854000', '205442.856000', '205442.859000', '205442.862000', '205442.864000', '205442.867000', '205442.869000', '205442.872000', '205442.903000', '205442.905000', '205442.908000', '205442.910000', '205442.913000', '205442.916000', '205442.918000', '205442.921000', '205442.923000', '205442.926000', '205442.929000', '205502.784000', '205502.786000', '205502.789000', '205502.792000', '205502.794000', '205502.797000', '205502.800000', '205502.802000', '205502.805000', '205502.807000', '205502.810000', '205502.813000', '205502.815000', '205502.818000', '205502.821000', '205502.823000', '205502.826000', '205502.829000', '205502.831000', '205502.834000', '205502.836000', '205502.839000', '205502.842000', '205502.844000', '205502.847000', '205502.850000', '205502.852000', '205502.855000', '205502.857000', '205502.860000', '205502.863000', '205502.865000', '205502.868000', '205502.870000', '205502.873000', '205502.875000', '205502.878000', '205502.881000', '205502.883000', '205502.886000', '205502.889000', '205502.891000', '205502.894000', '205522.783000', '205522.786000', '205522.789000', '205522.791000', '205522.794000', '205522.797000', '205522.799000', '205522.802000', '205522.804000', '205522.807000', '205522.809000', '205522.812000', '205522.815000', '205522.817000', '205522.820000', '205522.823000', '205522.825000', '205522.828000', '205522.831000', '205522.833000', '205522.836000', '205522.838000', '205522.841000', '205522.844000', '205522.846000', '205522.849000', '205522.851000', '205522.854000', '205522.857000', '205522.876000', '205522.878000', '205522.881000', '205522.883000', '205522.886000', '205522.889000', '205522.891000', '205522.894000', '205522.896000', '205522.899000', '205522.901000', '205522.904000', '205522.907000', '205522.909000', '205522.912000', '205542.784000', '205542.786000', '205542.789000', '205542.792000', '205542.794000', '205542.797000', '205542.799000', '205542.802000', '205542.805000', '205542.807000', '205542.810000', '205542.813000', '205542.815000', '205542.818000', '205542.820000', '205542.823000', '205542.826000', '205542.828000', '205542.831000', '205542.834000', '205542.836000', '205542.839000', '205542.842000', '205542.844000', '205542.847000', '205542.849000', '205542.852000', '205542.855000', '205542.857000', '205542.860000', '205542.862000', '205542.865000', '205542.867000', '205542.870000', '205542.873000', '205542.875000', '205542.878000', '205542.880000', '205542.883000', '205542.886000', '205542.888000', '205542.891000', '205542.893000', '205602.785000', '205602.787000', '205602.790000', '205602.793000', '205602.795000', '205602.798000', '205602.801000', '205602.803000', '205602.806000', '205602.809000', '205602.811000', '205602.814000', '205602.816000', '205602.819000', '205602.822000', '205602.824000', '205602.827000', '205602.829000', '205602.832000', '205602.835000', '205602.837000', '205602.840000', '205602.842000', '205602.845000', '205602.847000', '205602.850000', '205602.853000', '205602.855000', '205602.858000', '205602.861000', '205602.864000', '205602.866000', '205602.869000', '205602.871000', '205602.874000', '205602.877000', '205602.879000', '205602.882000', '205602.885000', '205602.887000', '205602.890000', '205602.892000', '205602.895000', '205602.898000', '205622.784000', '205622.787000', '205622.790000', '205622.792000', '205622.795000', '205622.798000', '205622.800000', '205622.803000', '205622.813000', '205622.816000', '205622.818000', '205622.821000', '205622.824000', '205622.826000', '205622.829000', '205622.832000', '205622.834000', '205622.837000', '205622.839000', '205622.842000', '205622.845000', '205622.847000', '205622.850000', '205622.852000', '205622.855000', '205622.857000', '205622.860000', '205622.863000', '205622.865000', '205622.868000', '205622.870000', '205622.873000', '205622.876000', '205622.878000', '205622.881000', '205622.884000', '205622.886000', '205622.889000', '205622.892000', '205622.894000', '205622.897000', '205622.899000', '205622.902000', '205642.784000', '205642.787000', '205642.789000', '205642.792000', '205642.794000', '205642.797000', '205642.800000', '205642.802000', '205642.805000', '205642.808000', '205642.810000', '205642.813000', '205642.816000', '205642.818000', '205642.821000', '205642.823000', '205642.826000', '205642.828000', '205642.831000', '205642.834000', '205642.836000', '205642.839000', '205642.841000', '205642.844000', '205642.847000', '205642.849000', '205642.852000', '205642.854000', '205642.857000', '205642.860000', '205642.862000', '205642.865000', '205642.868000', '205642.870000', '205642.873000', '205642.875000', '205642.878000', '205642.881000', '205642.883000', '205642.886000', '205642.888000', '205642.891000', '205642.894000', '205642.896000', '205702.783000', '205702.786000', '205702.789000', '205702.792000', '205702.794000', '205702.797000', '205702.799000', '205702.802000', '205702.805000', '205702.807000', '205702.810000', '205702.813000', '205702.815000', '205702.818000', '205702.820000', '205702.823000', '205702.825000', '205702.828000', '205702.831000', '205702.833000', '205702.836000', '205702.839000', '205702.841000', '205702.844000', '205702.846000', '205702.849000', '205702.851000', '205702.854000', '205702.857000', '205702.859000', '205702.862000', '205702.864000', '205702.867000', '205702.870000', '205702.872000', '205702.875000', '205702.878000', '205702.880000', '205702.883000', '205702.885000', '205702.888000', '205702.891000', '205702.893000', '205722.784000', '205722.787000', '205722.789000', '205722.792000', '205722.794000', '205722.797000', '205722.800000', '205722.802000', '205722.805000', '205722.808000', '205722.810000', '205722.813000', '205722.815000', '205722.818000', '205722.820000', '205722.823000', '205722.826000', '205722.828000', '205722.831000', '205722.833000', '205722.836000', '205722.839000', '205722.841000', '205722.844000', '205722.847000', '205722.849000', '205722.852000', '205722.854000', '205722.857000', '205722.859000', '205722.862000', '205722.865000', '205722.867000', '205722.870000', '205722.873000', '205722.875000', '205722.878000', '205722.880000', '205722.883000', '205722.886000', '205722.888000', '205722.891000', '205722.893000', '205722.896000', '205742.784000', '205742.786000', '205742.789000', '205742.792000', '205742.794000', '205742.797000', '205742.800000', '205742.802000', '205742.805000', '205742.807000', '205742.810000', '205742.812000', '205742.815000', '205742.818000', '205742.820000', '205742.823000', '205742.825000', '205742.828000', '205742.839000', '205742.842000', '205742.844000', '205742.847000', '205742.849000', '205742.852000', '205742.854000', '205742.857000', '205742.860000', '205742.862000', '205742.865000', '205742.868000', '205742.870000', '205742.873000', '205742.875000', '205742.878000', '205742.881000', '205742.883000', '205742.886000', '205742.889000', '205742.891000', '205742.894000', '205742.896000', '205742.899000', '205742.902000', '205802.784000', '205802.786000', '205802.789000', '205802.792000', '205802.794000', '205802.797000', '205802.800000', '205802.802000', '205802.805000', '205802.808000', '205802.810000', '205802.813000', '205802.815000', '205802.818000', '205802.821000', '205802.824000', '205802.826000', '205802.829000', '205802.832000', '205802.834000', '205802.837000', '205802.840000', '205802.842000', '205802.845000', '205802.848000', '205802.850000', '205802.853000', '205802.855000', '205802.858000', '205802.861000', '205802.863000', '205802.866000', '205802.869000', '205802.871000', '205802.874000', '205802.877000', '205802.879000', '205802.882000', '205802.884000', '205802.887000', '205802.890000', '205802.892000', '205802.895000', '205802.897000', '205822.784000', '205822.787000', '205822.790000', '205822.793000', '205822.795000', '205822.798000', '205822.801000', '205822.803000', '205822.806000', '205822.809000', '205822.811000', '205822.814000', '205822.816000', '205822.819000', '205822.821000', '205822.824000', '205822.827000', '205822.829000', '205822.832000', '205822.834000', '205822.837000', '205822.839000', '205822.842000', '205822.845000', '205822.847000', '205822.850000', '205822.852000', '205822.855000', '205822.858000', '205822.860000', '205822.863000', '205822.866000', '205822.868000', '205822.871000', '205822.875000', '205822.878000', '205822.880000', '205822.883000', '205822.886000', '205822.888000', '205822.891000', '205822.894000', '205822.896000', '205842.785000', '205842.787000', '205842.790000', '205842.793000', '205842.795000', '205842.798000', '205842.800000', '205842.803000', '205842.806000', '205842.808000', '205842.811000', '205842.813000', '205842.816000', '205842.819000', '205842.821000', '205842.824000', '205842.826000', '205842.829000', '205842.832000', '205842.834000', '205842.837000', '205842.840000', '205842.842000', '205842.845000', '205842.847000', '205842.850000', '205842.852000', '205842.855000', '205842.858000', '205842.860000', '205842.863000', '205842.865000', '205842.868000', '205842.871000', '205842.873000', '205842.876000', '205842.878000', '205842.881000', '205842.884000', '205842.886000', '205842.889000', '205842.891000', '205842.894000', '205842.896000', '205902.784000', '205902.786000', '205902.789000', '205902.792000', '205902.794000', '205902.797000', '205902.799000', '205902.802000', '205902.805000', '205902.807000', '205902.810000', '205902.812000', '205902.815000', '205902.818000', '205902.820000', '205902.823000', '205902.825000', '205902.828000', '205902.831000', '205902.833000', '205902.836000', '205902.838000', '205902.841000', '205902.844000', '205902.846000', '205902.849000', '205902.851000', '205902.854000', '205902.857000', '205902.859000', '205902.862000', '205902.865000', '205902.867000', '205902.870000', '205902.872000', '205902.875000', '205902.877000', '205902.880000', '205902.883000', '205902.885000', '205902.888000', '205902.890000', '205902.893000', '205922.784000', '205922.787000', '205922.789000', '205922.792000', '205922.794000', '205922.797000', '205922.800000', '205922.802000', '205922.805000', '205922.807000', '205922.811000', '205922.814000', '205922.816000', '205922.819000', '205922.821000', '205922.824000', '205922.827000', '205922.829000', '205922.832000', '205922.834000', '205922.837000', '205922.839000', '205922.842000', '205922.845000', '205922.847000', '205922.850000', '205922.852000', '205922.855000', '205922.858000', '205922.860000', '205922.863000', '205922.866000', '205922.868000', '205922.871000', '205922.874000', '205922.876000', '205922.879000', '205922.881000', '205922.884000', '205922.887000', '205922.889000', '205922.892000', '205922.895000', '205922.897000', '205942.783000', '205942.786000', '205942.789000', '205942.792000', '205942.794000', '205942.797000', '205942.799000', '205942.802000', '205942.805000', '205942.807000', '205942.810000', '205942.812000', '205942.815000', '205942.818000', '205942.820000', '205942.823000', '205942.826000', '205942.828000', '205942.831000', '205942.833000', '205942.836000', '205942.838000', '205942.841000', '205942.844000', '205942.846000', '205942.849000', '205942.851000', '205942.854000', '205942.857000', '205942.859000', '205942.862000', '205942.865000', '205942.867000', '205942.870000', '205942.872000', '205942.875000', '205942.878000', '205942.880000', '205942.883000', '205942.885000', '205942.888000', '205942.891000', '205942.893000', '210002.784000', '210002.786000', '210002.789000', '210002.792000', '210002.794000', '210002.797000', '210002.799000', '210002.803000', '210002.806000', '210002.809000', '210002.811000', '210002.814000', '210002.817000', '210002.851000', '210002.854000', '210002.856000', '210002.859000', '210002.861000', '210002.864000', '210002.867000', '210002.869000', '210002.872000', '210002.874000', '210002.877000', '210002.880000', '210002.882000', '210002.885000', '210002.888000', '210002.890000', '210002.893000', '210002.895000', '210002.898000', '210002.901000', '210002.903000', '210002.906000', '210002.908000', '210002.911000', '210002.914000', '210002.916000', '210002.919000', '210002.921000', '210002.924000', '210002.927000', '210022.783000', '210022.786000', '210022.789000', '210022.791000', '210022.794000', '210022.797000', '210022.799000', '210022.802000', '210022.805000', '210022.807000', '210022.810000', '210022.812000', '210022.815000', '210022.818000', '210022.820000', '210022.823000', '210022.825000', '210022.828000', '210022.831000', '210022.833000', '210022.836000', '210022.838000', '210022.841000', '210022.843000', '210022.846000', '210022.849000', '210022.851000', '210022.854000', '210022.857000', '210022.859000', '210022.862000', '210022.864000', '210022.867000', '210022.870000', '210022.872000', '210022.875000', '210022.877000', '210022.880000', '210022.882000', '210022.885000', '210022.888000', '210022.912000', '210022.914000', '210022.917000', '210042.784000', '210042.787000', '210042.790000', '210042.793000', '210042.795000', '210042.798000', '210042.800000', '210042.803000', '210042.806000', '210042.808000', '210042.811000', '210042.813000', '210042.816000', '210042.819000', '210042.821000', '210042.824000', '210042.827000', '210042.829000', '210042.832000', '210042.834000', '210042.837000', '210042.840000', '210042.842000', '210042.845000', '210042.848000', '210042.852000', '210042.855000', '210042.858000', '210042.860000', '210042.863000', '210042.865000', '210042.868000', '210042.871000', '210042.873000', '210042.876000', '210042.878000', '210042.881000', '210042.883000', '210042.886000', '210042.889000', '210042.891000', '210042.894000', '210042.897000', '210057.986000', '210057.989000', '210057.992000', '210057.995000', '210057.998000', '210058.002000', '210058.005000', '210058.008000', '210058.011000', '210058.014000', '210058.017000', '210058.019000', '210058.022000', '210058.029000', '210058.032000', '210058.034000', '210058.037000', '210058.040000', '210058.043000', '210058.045000', '210058.048000', '210058.051000', '210058.057000', '210058.060000', '210058.063000', '210058.065000', '210058.068000', '210058.071000', '210058.074000', '210058.077000', '210058.080000', '210058.085000', '210058.089000', '210058.093000'], 'InstanceCreationTime': ['205302.824000', '205302.827000', '205302.830000', '205302.832000', '205302.835000', '205302.838000', '205302.847000', '205302.850000', '205302.853000', '205302.856000', '205302.858000', '205302.861000', '205302.864000', '205302.888000', '205302.895000', '205302.898000', '205302.901000', '205302.903000', '205302.906000', '205302.908000', '205302.911000', '205302.913000', '205302.916000', '205302.919000', '205302.921000', '205302.924000', '205302.926000', '205302.929000', '205302.931000', '205302.934000', '205302.937000', '205302.939000', '205302.942000', '205302.944000', '205302.947000', '205302.949000', '205302.952000', '205302.955000', '205302.957000', '205322.784000', '205322.786000', '205322.789000', '205322.792000', '205322.812000', '205322.815000', '205322.817000', '205322.820000', '205322.822000', '205322.825000', '205322.827000', '205322.830000', '205322.832000', '205322.835000', '205322.838000', '205322.840000', '205322.843000', '205322.845000', '205322.848000', '205322.851000', '205322.853000', '205322.856000', '205322.858000', '205322.861000', '205322.863000', '205322.866000', '205322.869000', '205322.871000', '205322.874000', '205322.876000', '205322.879000', '205322.881000', '205322.884000', '205322.887000', '205322.889000', '205322.892000', '205322.894000', '205322.897000', '205322.899000', '205322.902000', '205322.904000', '205322.907000', '205322.910000', '205322.912000', '205342.785000', '205342.787000', '205342.790000', '205342.793000', '205342.795000', '205342.798000', '205342.800000', '205342.803000', '205342.806000', '205342.808000', '205342.811000', '205342.813000', '205342.816000', '205342.818000', '205342.828000', '205342.831000', '205342.834000', '205342.836000', '205342.839000', '205342.841000', '205342.844000', '205342.848000', '205342.850000', '205342.853000', '205342.856000', '205342.858000', '205342.861000', '205342.864000', '205342.866000', '205342.869000', '205342.871000', '205342.874000', '205342.877000', '205342.879000', '205342.882000', '205342.884000', '205342.887000', '205342.889000', '205342.892000', '205342.894000', '205342.897000', '205342.899000', '205342.902000', '205402.785000', '205402.788000', '205402.790000', '205402.793000', '205402.795000', '205402.798000', '205402.800000', '205402.803000', '205402.806000', '205402.808000', '205402.811000', '205402.813000', '205402.816000', '205402.818000', '205402.821000', '205402.824000', '205402.826000', '205402.829000', '205402.832000', '205402.834000', '205402.837000', '205402.839000', '205402.842000', '205402.844000', '205402.847000', '205402.849000', '205402.852000', '205402.855000', '205402.857000', '205402.860000', '205402.862000', '205402.865000', '205402.868000', '205402.870000', '205402.873000', '205402.875000', '205402.878000', '205402.880000', '205402.883000', '205402.886000', '205402.888000', '205402.891000', '205402.893000', '205402.896000', '205422.783000', '205422.786000', '205422.789000', '205422.791000', '205422.794000', '205422.797000', '205422.799000', '205422.802000', '205422.804000', '205422.807000', '205422.810000', '205422.812000', '205422.815000', '205422.817000', '205422.820000', '205422.823000', '205422.825000', '205422.828000', '205422.830000', '205422.833000', '205422.835000', '205422.838000', '205422.841000', '205422.843000', '205422.846000', '205422.848000', '205422.851000', '205422.854000', '205422.856000', '205422.859000', '205422.861000', '205422.864000', '205422.866000', '205422.869000', '205422.872000', '205422.874000', '205422.877000', '205422.879000', '205422.882000', '205422.884000', '205422.887000', '205422.890000', '205422.893000', '205442.784000', '205442.786000', '205442.789000', '205442.792000', '205442.794000', '205442.797000', '205442.800000', '205442.802000', '205442.805000', '205442.807000', '205442.810000', '205442.812000', '205442.815000', '205442.823000', '205442.825000', '205442.828000', '205442.831000', '205442.833000', '205442.836000', '205442.838000', '205442.841000', '205442.843000', '205442.846000', '205442.849000', '205442.851000', '205442.854000', '205442.856000', '205442.859000', '205442.862000', '205442.864000', '205442.867000', '205442.869000', '205442.872000', '205442.903000', '205442.905000', '205442.908000', '205442.910000', '205442.913000', '205442.916000', '205442.918000', '205442.921000', '205442.923000', '205442.926000', '205442.929000', '205502.784000', '205502.786000', '205502.789000', '205502.792000', '205502.794000', '205502.797000', '205502.800000', '205502.802000', '205502.805000', '205502.807000', '205502.810000', '205502.813000', '205502.815000', '205502.818000', '205502.821000', '205502.823000', '205502.826000', '205502.829000', '205502.831000', '205502.834000', '205502.836000', '205502.839000', '205502.842000', '205502.844000', '205502.847000', '205502.850000', '205502.852000', '205502.855000', '205502.857000', '205502.860000', '205502.863000', '205502.865000', '205502.868000', '205502.870000', '205502.873000', '205502.875000', '205502.878000', '205502.881000', '205502.883000', '205502.886000', '205502.889000', '205502.891000', '205502.894000', '205522.783000', '205522.786000', '205522.789000', '205522.791000', '205522.794000', '205522.797000', '205522.799000', '205522.802000', '205522.804000', '205522.807000', '205522.809000', '205522.812000', '205522.815000', '205522.817000', '205522.820000', '205522.823000', '205522.825000', '205522.828000', '205522.831000', '205522.833000', '205522.836000', '205522.838000', '205522.841000', '205522.844000', '205522.846000', '205522.849000', '205522.851000', '205522.854000', '205522.857000', '205522.876000', '205522.878000', '205522.881000', '205522.883000', '205522.886000', '205522.889000', '205522.891000', '205522.894000', '205522.896000', '205522.899000', '205522.901000', '205522.904000', '205522.907000', '205522.909000', '205522.912000', '205542.784000', '205542.786000', '205542.789000', '205542.792000', '205542.794000', '205542.797000', '205542.799000', '205542.802000', '205542.805000', '205542.807000', '205542.810000', '205542.813000', '205542.815000', '205542.818000', '205542.820000', '205542.823000', '205542.826000', '205542.828000', '205542.831000', '205542.834000', '205542.836000', '205542.839000', '205542.842000', '205542.844000', '205542.847000', '205542.849000', '205542.852000', '205542.855000', '205542.857000', '205542.860000', '205542.862000', '205542.865000', '205542.867000', '205542.870000', '205542.873000', '205542.875000', '205542.878000', '205542.880000', '205542.883000', '205542.886000', '205542.888000', '205542.891000', '205542.893000', '205602.785000', '205602.787000', '205602.790000', '205602.793000', '205602.795000', '205602.798000', '205602.801000', '205602.803000', '205602.806000', '205602.809000', '205602.811000', '205602.814000', '205602.816000', '205602.819000', '205602.822000', '205602.824000', '205602.827000', '205602.829000', '205602.832000', '205602.835000', '205602.837000', '205602.840000', '205602.842000', '205602.845000', '205602.847000', '205602.850000', '205602.853000', '205602.855000', '205602.858000', '205602.861000', '205602.864000', '205602.866000', '205602.869000', '205602.871000', '205602.874000', '205602.877000', '205602.879000', '205602.882000', '205602.885000', '205602.887000', '205602.890000', '205602.892000', '205602.895000', '205602.898000', '205622.784000', '205622.787000', '205622.790000', '205622.792000', '205622.795000', '205622.798000', '205622.800000', '205622.803000', '205622.813000', '205622.816000', '205622.818000', '205622.821000', '205622.824000', '205622.826000', '205622.829000', '205622.832000', '205622.834000', '205622.837000', '205622.839000', '205622.842000', '205622.845000', '205622.847000', '205622.850000', '205622.852000', '205622.855000', '205622.857000', '205622.860000', '205622.863000', '205622.865000', '205622.868000', '205622.870000', '205622.873000', '205622.876000', '205622.878000', '205622.881000', '205622.884000', '205622.886000', '205622.889000', '205622.892000', '205622.894000', '205622.897000', '205622.899000', '205622.902000', '205642.784000', '205642.787000', '205642.789000', '205642.792000', '205642.794000', '205642.797000', '205642.800000', '205642.802000', '205642.805000', '205642.808000', '205642.810000', '205642.813000', '205642.816000', '205642.818000', '205642.821000', '205642.823000', '205642.826000', '205642.828000', '205642.831000', '205642.834000', '205642.836000', '205642.839000', '205642.841000', '205642.844000', '205642.847000', '205642.849000', '205642.852000', '205642.854000', '205642.857000', '205642.860000', '205642.862000', '205642.865000', '205642.868000', '205642.870000', '205642.873000', '205642.875000', '205642.878000', '205642.881000', '205642.883000', '205642.886000', '205642.888000', '205642.891000', '205642.894000', '205642.896000', '205702.783000', '205702.786000', '205702.789000', '205702.792000', '205702.794000', '205702.797000', '205702.799000', '205702.802000', '205702.805000', '205702.807000', '205702.810000', '205702.813000', '205702.815000', '205702.818000', '205702.820000', '205702.823000', '205702.825000', '205702.828000', '205702.831000', '205702.833000', '205702.836000', '205702.839000', '205702.841000', '205702.844000', '205702.846000', '205702.849000', '205702.851000', '205702.854000', '205702.857000', '205702.859000', '205702.862000', '205702.864000', '205702.867000', '205702.870000', '205702.872000', '205702.875000', '205702.878000', '205702.880000', '205702.883000', '205702.885000', '205702.888000', '205702.891000', '205702.893000', '205722.784000', '205722.787000', '205722.789000', '205722.792000', '205722.794000', '205722.797000', '205722.800000', '205722.802000', '205722.805000', '205722.808000', '205722.810000', '205722.813000', '205722.815000', '205722.818000', '205722.820000', '205722.823000', '205722.826000', '205722.828000', '205722.831000', '205722.833000', '205722.836000', '205722.839000', '205722.841000', '205722.844000', '205722.847000', '205722.849000', '205722.852000', '205722.854000', '205722.857000', '205722.859000', '205722.862000', '205722.865000', '205722.867000', '205722.870000', '205722.873000', '205722.875000', '205722.878000', '205722.880000', '205722.883000', '205722.886000', '205722.888000', '205722.891000', '205722.893000', '205722.896000', '205742.784000', '205742.786000', '205742.789000', '205742.792000', '205742.794000', '205742.797000', '205742.800000', '205742.802000', '205742.805000', '205742.807000', '205742.810000', '205742.812000', '205742.815000', '205742.818000', '205742.820000', '205742.823000', '205742.825000', '205742.828000', '205742.839000', '205742.842000', '205742.844000', '205742.847000', '205742.849000', '205742.852000', '205742.854000', '205742.857000', '205742.860000', '205742.862000', '205742.865000', '205742.868000', '205742.870000', '205742.873000', '205742.875000', '205742.878000', '205742.881000', '205742.883000', '205742.886000', '205742.889000', '205742.891000', '205742.894000', '205742.896000', '205742.899000', '205742.902000', '205802.784000', '205802.786000', '205802.789000', '205802.792000', '205802.794000', '205802.797000', '205802.800000', '205802.802000', '205802.805000', '205802.808000', '205802.810000', '205802.813000', '205802.815000', '205802.818000', '205802.821000', '205802.824000', '205802.826000', '205802.829000', '205802.832000', '205802.834000', '205802.837000', '205802.840000', '205802.842000', '205802.845000', '205802.848000', '205802.850000', '205802.853000', '205802.855000', '205802.858000', '205802.861000', '205802.863000', '205802.866000', '205802.869000', '205802.871000', '205802.874000', '205802.877000', '205802.879000', '205802.882000', '205802.884000', '205802.887000', '205802.890000', '205802.892000', '205802.895000', '205802.897000', '205822.784000', '205822.787000', '205822.790000', '205822.793000', '205822.795000', '205822.798000', '205822.801000', '205822.803000', '205822.806000', '205822.809000', '205822.811000', '205822.814000', '205822.816000', '205822.819000', '205822.821000', '205822.824000', '205822.827000', '205822.829000', '205822.832000', '205822.834000', '205822.837000', '205822.839000', '205822.842000', '205822.845000', '205822.847000', '205822.850000', '205822.852000', '205822.855000', '205822.858000', '205822.860000', '205822.863000', '205822.866000', '205822.868000', '205822.871000', '205822.875000', '205822.878000', '205822.880000', '205822.883000', '205822.886000', '205822.888000', '205822.891000', '205822.894000', '205822.896000', '205842.785000', '205842.787000', '205842.790000', '205842.793000', '205842.795000', '205842.798000', '205842.800000', '205842.803000', '205842.806000', '205842.808000', '205842.811000', '205842.813000', '205842.816000', '205842.819000', '205842.821000', '205842.824000', '205842.826000', '205842.829000', '205842.832000', '205842.834000', '205842.837000', '205842.840000', '205842.842000', '205842.845000', '205842.847000', '205842.850000', '205842.852000', '205842.855000', '205842.858000', '205842.860000', '205842.863000', '205842.865000', '205842.868000', '205842.871000', '205842.873000', '205842.876000', '205842.878000', '205842.881000', '205842.884000', '205842.886000', '205842.889000', '205842.891000', '205842.894000', '205842.896000', '205902.784000', '205902.786000', '205902.789000', '205902.792000', '205902.794000', '205902.797000', '205902.799000', '205902.802000', '205902.805000', '205902.807000', '205902.810000', '205902.812000', '205902.815000', '205902.818000', '205902.820000', '205902.823000', '205902.825000', '205902.828000', '205902.831000', '205902.833000', '205902.836000', '205902.838000', '205902.841000', '205902.844000', '205902.846000', '205902.849000', '205902.851000', '205902.854000', '205902.857000', '205902.859000', '205902.862000', '205902.865000', '205902.867000', '205902.870000', '205902.872000', '205902.875000', '205902.877000', '205902.880000', '205902.883000', '205902.885000', '205902.888000', '205902.890000', '205902.893000', '205922.784000', '205922.787000', '205922.789000', '205922.792000', '205922.794000', '205922.797000', '205922.800000', '205922.802000', '205922.805000', '205922.807000', '205922.811000', '205922.814000', '205922.816000', '205922.819000', '205922.821000', '205922.824000', '205922.827000', '205922.829000', '205922.832000', '205922.834000', '205922.837000', '205922.839000', '205922.842000', '205922.845000', '205922.847000', '205922.850000', '205922.852000', '205922.855000', '205922.858000', '205922.860000', '205922.863000', '205922.866000', '205922.868000', '205922.871000', '205922.874000', '205922.876000', '205922.879000', '205922.881000', '205922.884000', '205922.887000', '205922.889000', '205922.892000', '205922.895000', '205922.897000', '205942.783000', '205942.786000', '205942.789000', '205942.792000', '205942.794000', '205942.797000', '205942.799000', '205942.802000', '205942.805000', '205942.807000', '205942.810000', '205942.812000', '205942.815000', '205942.818000', '205942.820000', '205942.823000', '205942.826000', '205942.828000', '205942.831000', '205942.833000', '205942.836000', '205942.838000', '205942.841000', '205942.844000', '205942.846000', '205942.849000', '205942.851000', '205942.854000', '205942.857000', '205942.859000', '205942.862000', '205942.865000', '205942.867000', '205942.870000', '205942.872000', '205942.875000', '205942.878000', '205942.880000', '205942.883000', '205942.885000', '205942.888000', '205942.891000', '205942.893000', '210002.784000', '210002.786000', '210002.789000', '210002.792000', '210002.794000', '210002.797000', '210002.799000', '210002.803000', '210002.806000', '210002.809000', '210002.811000', '210002.814000', '210002.817000', '210002.851000', '210002.854000', '210002.856000', '210002.859000', '210002.861000', '210002.864000', '210002.867000', '210002.869000', '210002.872000', '210002.874000', '210002.877000', '210002.880000', '210002.882000', '210002.885000', '210002.888000', '210002.890000', '210002.893000', '210002.895000', '210002.898000', '210002.901000', '210002.903000', '210002.906000', '210002.908000', '210002.911000', '210002.914000', '210002.916000', '210002.919000', '210002.921000', '210002.924000', '210002.927000', '210022.783000', '210022.786000', '210022.789000', '210022.791000', '210022.794000', '210022.797000', '210022.799000', '210022.802000', '210022.805000', '210022.807000', '210022.810000', '210022.812000', '210022.815000', '210022.818000', '210022.820000', '210022.823000', '210022.825000', '210022.828000', '210022.831000', '210022.833000', '210022.836000', '210022.838000', '210022.841000', '210022.843000', '210022.846000', '210022.849000', '210022.851000', '210022.854000', '210022.857000', '210022.859000', '210022.862000', '210022.864000', '210022.867000', '210022.870000', '210022.872000', '210022.875000', '210022.877000', '210022.880000', '210022.882000', '210022.885000', '210022.888000', '210022.912000', '210022.914000', '210022.917000', '210042.784000', '210042.787000', '210042.790000', '210042.793000', '210042.795000', '210042.798000', '210042.800000', '210042.803000', '210042.806000', '210042.808000', '210042.811000', '210042.813000', '210042.816000', '210042.819000', '210042.821000', '210042.824000', '210042.827000', '210042.829000', '210042.832000', '210042.834000', '210042.837000', '210042.840000', '210042.842000', '210042.845000', '210042.848000', '210042.852000', '210042.855000', '210042.858000', '210042.860000', '210042.863000', '210042.865000', '210042.868000', '210042.871000', '210042.873000', '210042.876000', '210042.878000', '210042.881000', '210042.883000', '210042.886000', '210042.889000', '210042.891000', '210042.894000', '210042.897000', '210057.986000', '210057.989000', '210057.992000', '210057.995000', '210057.998000', '210058.002000', '210058.005000', '210058.008000', '210058.011000', '210058.014000', '210058.017000', '210058.019000', '210058.022000', '210058.029000', '210058.032000', '210058.034000', '210058.037000', '210058.040000', '210058.043000', '210058.045000', '210058.048000', '210058.051000', '210058.057000', '210058.060000', '210058.063000', '210058.065000', '210058.068000', '210058.071000', '210058.074000', '210058.077000', '210058.080000', '210058.085000', '210058.089000', '210058.093000'], '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': [14449, 10565, 14352, 19987, 10677, 14927, 9491, 12914, 14584, 12221, 18033, 11321, 14241, 9529, 12764, 9437, 12373, 16671, 12952, 16959, 11063, 14076, 9611, 11435, 18260, 12342, 13702, 9548, 11313, 17657, 11152, 14163, 10017, 12366, 12963, 10137, 13872, 9951, 12499, 13129, 12019, 14447, 10063, 12891, 9366, 12330, 17411, 12761, 13636, 9795, 12098, 12713, 11762, 16374, 12527, 14232, 9602, 11774, 18814, 12124, 15250, 9720, 13700, 12737, 10724, 15912, 10734, 13805, 11500, 13091, 15521, 10565, 13588, 9562, 12436, 17910, 13634, 13974, 9693, 13263, 9187, 13421, 20121, 13411, 14257, 9245, 12351, 12251, 11659, 16725, 13143, 12712, 9604, 11462, 16726, 11287, 14669, 9651, 13042, 9597, 11347, 15683, 11895, 14515, 9637, 13434, 9629, 11334, 15312, 11460, 14099, 9830, 14591, 16879, 11123, 15182, 10389, 13242, 9565, 12737, 19364, 13188, 14147, 9657, 11746, 12119, 10928, 15517, 11300, 12525, 9466, 10883, 15579, 10617, 13214, 9490, 12153, 14915, 10660, 14123, 9448, 12766, 12075, 12345, 16334, 10940, 13693, 9734, 12691, 17834, 12983, 13863, 9224, 12752, 9704, 12284, 17060, 11286, 13895, 9717, 12656, 13215, 11332, 15273, 10611, 14124, 11992, 13400, 20596, 10483, 13414, 9878, 11929, 20699, 13075, 13384, 9431, 12127, 11068, 11538, 15963, 10824, 13661, 10266, 11802, 16528, 10737, 13382, 9584, 12031, 15396, 11877, 14158, 9108, 12348, 9427, 12741, 17310, 13461, 13776, 9482, 12673, 11823, 12161, 16222, 13164, 13354, 9532, 11831, 14267, 11478, 15313, 11375, 13410, 9860, 11949, 16249, 11658, 13429, 10394, 13290, 18903, 10878, 13867, 9506, 12620, 12754, 12879, 16218, 10811, 13067, 9842, 12246, 14958, 12506, 14517, 10010, 12883, 10673, 12220, 16830, 12834, 13346, 9644, 12208, 15303, 11378, 14846, 10255, 12995, 10403, 12185, 16264, 11712, 14054, 10192, 13597, 10624, 12292, 16457, 11402, 13853, 9922, 13422, 10964, 12207, 16045, 10740, 13386, 9794, 12469, 15145, 11927, 15350, 11039, 13028, 10339, 11726, 15825, 11543, 13841, 11059, 13435, 21749, 10389, 13463, 9665, 12673, 19912, 12046, 14243, 9656, 12059, 10085, 11762, 15692, 11366, 13388, 10131, 11958, 9542, 10814, 14953, 10136, 13139, 9713, 11771, 15120, 11453, 14815, 10704, 13698, 11479, 15213, 11455, 14510, 11884, 11389, 17106, 12092, 14047, 11376, 12973, 21434, 13127, 15027, 9857, 11992, 14442, 11338, 15796, 12695, 12500, 9929, 11999, 12749, 11185, 15624, 12456, 13851, 10348, 12184, 12753, 11705, 15928, 10847, 14004, 10948, 13509, 19367, 10537, 13482, 9698, 12512, 14324, 12817, 15264, 10953, 12690, 9904, 12124, 14780, 11892, 15247, 12155, 13165, 10461, 11672, 14570, 10833, 15109, 10095, 13390, 12107, 12782, 17492, 10302, 12989, 10438, 12608, 18725, 13410, 13553, 9742, 11722, 15938, 10798, 15110, 11003, 13189, 11200, 11727, 15203, 10719, 12897, 11108, 12832, 14228, 10658, 13943, 9848, 12316, 13385, 12515, 14797, 10427, 12793, 10844, 12536, 15951, 12139, 13737, 10665, 12502, 11526, 10646, 14669, 10408, 13525, 10591, 13392, 14239, 10832, 14849, 9895, 13423, 15081, 13352, 15209, 10693, 12943, 9804, 12806, 16147, 12888, 14036, 10405, 12545, 11908, 11537, 15730, 10529, 13523, 11027, 13142, 19505, 10583, 13682, 9995, 13301, 12016, 13413, 17042, 10685, 13309, 10146, 12696, 18652, 12100, 14806, 10280, 12582, 10426, 11869, 15416, 11488, 13647, 10392, 12666, 10329, 11571, 15185, 10550, 13880, 10401, 13408, 10310, 11694, 15460, 11060, 13499, 10898, 13701, 18275, 11838, 14177, 9964, 12783, 10876, 12180, 17349, 12478, 13418, 9681, 12458, 10832, 12159, 15796, 12829, 13490, 10326, 12524, 9850, 12703, 16112, 12347, 13953, 10713, 13012, 9390, 11458, 15611, 11131, 13569, 10758, 13476, 13403, 11526, 15215, 10053, 13371, 10022, 13710, 16400, 12906, 14407, 9879, 12754, 10499, 13046, 17249, 13437, 13772, 9798, 12602, 11021, 12639, 16066, 13295, 14430, 10022, 12428, 11061, 12530, 15496, 11369, 13906, 15997, 12281, 16851, 9976, 13033, 13373, 11655, 16603, 11878, 14082, 11073, 11790, 16365, 10611, 13331, 11341, 13199, 16441, 10413, 14185, 10240, 12746, 13736, 12674, 14446, 10564, 12867, 10335, 12169, 16707, 12385, 13963, 10140, 12462, 10384, 11986, 15685, 11435, 13933, 10302, 13049, 9550, 11615, 15761, 10838, 14072, 13639, 13786, 20697, 10883, 13552, 10600, 13319, 12487, 13109, 19103, 11676, 13442, 10083, 12356, 10923, 12129, 16895, 12196, 12928, 9929, 12266, 13527, 11614, 15843, 12492, 12998, 10636, 11936, 16018, 11066, 15420, 10924, 13577, 10951, 12087, 16343, 10860, 13972, 10367, 12913, 10437, 12109, 15140, 11185, 12822, 10330, 12749, 14011, 11968, 14546, 11077, 12690, 10651, 12713, 14587, 12933, 14731, 11053, 13328, 10345, 13071, 14986, 12761, 14885, 11247, 13436, 10366, 13026, 16192, 12752, 15456, 11353, 13719, 10341, 12878, 17875, 11479, 14835, 10170, 13167, 10591, 12414, 16624, 11214, 14841, 10639, 13266, 10334, 12178, 16460, 11216, 14787, 10612, 14055, 10787, 12128, 19505, 11331, 14432, 10596, 13815, 11871, 13461, 21593, 10633, 13313, 10270, 13238, 11611, 13771, 19856, 11192, 13782, 10657, 13099, 16718, 12757, 15899, 11230, 12694, 10360, 12325, 16863, 12457, 13741, 10929, 12961, 10586, 12551, 15770, 12154, 15501, 11598, 12599, 10614, 12470, 15303, 11261, 15290, 11290, 13328, 10621, 12202, 16138, 11503, 15061, 10930, 13745, 10739, 12443, 16791, 11912, 14720, 11053, 13649, 12119, 12597, 19363, 11319, 13486, 11057, 13259, 16056, 12921, 20147, 11249, 13319, 10623, 12624, 11331, 13810, 12193, 11251, 15893, 10899, 13352, 12608, 13177, 20947, 11427, 14343, 10900, 12146, 20115, 12393, 16337, 10380, 12183, 11973, 11582, 15873, 11768, 14168, 10979, 13030, 11633, 11104, 16220, 11537, 14042, 10402, 12353, 10961, 11714, 16843, 11207, 14427, 10884, 13135, 10688, 11561, 16871, 11219, 14889, 11264, 12779, 10922, 12057, 14284, 10803, 15714, 11450, 13328, 11230, 11940, 14302, 11061, 15303, 10892, 13394, 11847, 11651, 17869, 11278, 13788, 11560, 13288, 17560, 10980, 14326, 10492, 12605, 11664, 12464, 16441, 12240, 13275, 11110, 11953, 9850, 11606, 15368, 12329, 12840, 10497, 12482, 10981, 12702, 16812, 13236, 13477, 10700, 12871, 11107, 12993, 17819, 13345, 16007, 10586, 12357, 11031, 12859, 19595, 13421, 16625, 10767, 12882, 10087, 12249, 15424, 11392, 15673, 12349, 12959, 10795, 11943, 15109, 11289, 15214, 11485, 13889, 10764, 12356, 18655, 11291, 14476, 10981, 13600, 12212, 14239, 20660, 11346, 14449, 11075, 13117, 11441, 13804, 10777, 11591, 15902, 11714, 13486, 11123, 13237, 12211, 11693, 15757, 11158, 12923, 11172, 13069, 14723, 12113, 14722, 11255, 12789, 10479, 12832, 13520, 12353, 15159, 11052, 13053, 10256, 12491, 16403, 13123, 14377, 10564, 12937, 10214, 12696, 17120, 12395, 13575, 9092, 12166, 13579, 11173, 15766, 10581, 13869, 9932, 13625, 20591, 11707, 15559, 10162, 14566, 14414, 14062, 23545, 10789, 14887, 9803, 14456, 15289, 14264, 22905, 11233, 14623, 9965, 13399, 11959, 13440, 18244, 11331, 14302, 10269, 13425, 15582, 11486, 15984, 11501, 13993, 9987, 12236, 17307, 11486, 14744, 10165, 14378, 9759, 12618, 16529, 11131, 14175, 10511, 14268, 14519, 12772, 16651, 11377, 13781, 9940, 13642, 17758, 13213, 14537, 10182, 13502, 10496, 13245, 15075, 13406, 16639, 11347, 14755, 10438, 13856, 16497, 12015, 16678, 11623, 14518, 11219, 13028, 21556, 11695, 16179, 10880, 14156, 10263, 12878, 14999, 11731, 16561, 11365, 14955, 14626, 13176, 21945, 11610, 13817, 10105, 12933, 21610, 13099, 15543, 10553, 13162, 11121, 12671, 17168, 12450, 14635, 10843, 13052, 10365, 12560, 16392, 11601, 15180, 11617, 13695, 10679, 12893, 17425, 11699, 14733, 10942, 14557, 13409, 12112, 19321, 11270, 14157, 11310, 14198, 21435], 'WindowCenter': [5167.0, 5112.0, 5137.0, 5152.0, 5082.0, 5108.0, 5056.0, 5096.0, 5109.0, 5089.0, 5127.0, 5092.0, 5108.0, 5057.0, 5086.0, 5070.0, 5103.0, 5131.0, 5099.0, 5117.0, 5079.0, 5108.0, 5054.0, 5079.0, 5125.0, 5087.0, 5097.0, 5057.0, 5066.0, 5101.0, 5074.0, 5098.0, 5066.0, 5084.0, 5082.0, 5063.0, 5092.0, 5065.0, 5101.0, 5095.0, 5087.0, 5103.0, 5069.0, 5096.0, 5056.0, 5100.0, 5126.0, 5098.0, 5099.0, 5066.0, 5089.0, 5087.0, 5088.0, 5118.0, 5088.0, 5097.0, 5055.0, 5078.0, 5124.0, 5088.0, 5105.0, 5058.0, 5096.0, 5085.0, 5068.0, 5098.0, 5075.0, 5110.0, 5085.0, 5097.0, 5104.0, 5064.0, 5085.0, 5055.0, 5096.0, 5125.0, 5098.0, 5097.0, 5057.0, 5085.0, 5055.0, 5098.0, 5136.0, 5097.0, 5093.0, 5053.0, 5087.0, 5076.0, 5075.0, 5115.0, 5086.0, 5085.0, 5042.0, 5071.0, 5099.0, 5061.0, 5105.0, 5054.0, 5086.0, 5056.0, 5073.0, 5102.0, 5076.0, 5094.0, 5055.0, 5084.0, 5051.0, 5065.0, 5093.0, 5071.0, 5082.0, 5065.0, 5096.0, 5102.0, 5064.0, 5091.0, 5051.0, 5058.0, 5053.0, 5082.0, 5123.0, 5083.0, 5109.0, 5056.0, 5061.0, 5070.0, 5052.0, 5090.0, 5063.0, 5073.0, 5039.0, 5064.0, 5089.0, 5063.0, 5081.0, 5052.0, 5072.0, 5092.0, 5065.0, 5094.0, 5053.0, 5086.0, 5071.0, 5082.0, 5108.0, 5062.0, 5092.0, 5054.0, 5096.0, 5122.0, 5084.0, 5082.0, 5045.0, 5083.0, 5054.0, 5076.0, 5103.0, 5078.0, 5095.0, 5052.0, 5086.0, 5082.0, 5074.0, 5102.0, 5066.0, 5093.0, 5077.0, 5091.0, 5134.0, 5065.0, 5083.0, 5051.0, 5074.0, 5136.0, 5083.0, 5079.0, 5045.0, 5072.0, 5060.0, 5063.0, 5099.0, 5064.0, 5069.0, 5065.0, 5075.0, 5102.0, 5063.0, 5067.0, 5054.0, 5086.0, 5103.0, 5060.0, 5080.0, 5043.0, 5084.0, 5056.0, 5097.0, 5114.0, 5094.0, 5093.0, 5057.0, 5083.0, 5073.0, 5085.0, 5102.0, 5084.0, 5080.0, 5050.0, 5074.0, 5081.0, 5075.0, 5104.0, 5074.0, 5079.0, 5053.0, 5074.0, 5100.0, 5062.0, 5084.0, 5049.0, 5083.0, 5111.0, 5060.0, 5081.0, 5046.0, 5084.0, 5082.0, 5084.0, 5103.0, 5062.0, 5068.0, 5050.0, 5076.0, 5103.0, 5083.0, 5091.0, 5053.0, 5072.0, 5064.0, 5072.0, 5114.0, 5083.0, 5079.0, 5043.0, 5074.0, 5094.0, 5075.0, 5093.0, 5066.0, 5081.0, 5064.0, 5074.0, 5103.0, 5077.0, 5097.0, 5064.0, 5083.0, 5064.0, 5073.0, 5105.0, 5073.0, 5082.0, 5065.0, 5085.0, 5063.0, 5074.0, 5104.0, 5066.0, 5092.0, 5068.0, 5086.0, 5105.0, 5087.0, 5106.0, 5067.0, 5085.0, 5056.0, 5074.0, 5090.0, 5076.0, 5096.0, 5064.0, 5086.0, 5133.0, 5054.0, 5081.0, 5045.0, 5085.0, 5127.0, 5074.0, 5090.0, 5040.0, 5073.0, 5051.0, 5063.0, 5098.0, 5075.0, 5093.0, 5063.0, 5075.0, 5054.0, 5076.0, 5105.0, 5078.0, 5097.0, 5070.0, 5102.0, 5122.0, 5086.0, 5105.0, 5079.0, 5106.0, 5105.0, 5134.0, 5080.0, 5110.0, 5085.0, 5077.0, 5115.0, 5086.0, 5098.0, 5079.0, 5088.0, 5136.0, 5082.0, 5093.0, 5055.0, 5065.0, 5092.0, 5076.0, 5104.0, 5083.0, 5071.0, 5040.0, 5059.0, 5074.0, 5063.0, 5103.0, 5087.0, 5084.0, 5057.0, 5078.0, 5083.0, 5077.0, 5101.0, 5066.0, 5096.0, 5054.0, 5089.0, 5122.0, 5054.0, 5085.0, 5054.0, 5084.0, 5096.0, 5087.0, 5090.0, 5062.0, 5081.0, 5056.0, 5076.0, 5092.0, 5076.0, 5103.0, 5085.0, 5084.0, 5054.0, 5075.0, 5091.0, 5065.0, 5096.0, 5068.0, 5096.0, 5074.0, 5085.0, 5114.0, 5056.0, 5082.0, 5062.0, 5083.0, 5126.0, 5083.0, 5083.0, 5046.0, 5072.0, 5088.0, 5063.0, 5093.0, 5064.0, 5083.0, 5058.0, 5072.0, 5088.0, 5062.0, 5081.0, 5063.0, 5082.0, 5081.0, 5063.0, 5092.0, 5054.0, 5072.0, 5096.0, 5082.0, 5095.0, 5063.0, 5074.0, 5060.0, 5074.0, 5103.0, 5075.0, 5083.0, 5064.0, 5077.0, 5059.0, 5066.0, 5081.0, 5060.0, 5096.0, 5066.0, 5097.0, 5081.0, 5076.0, 5103.0, 5069.0, 5097.0, 5105.0, 5092.0, 5105.0, 5065.0, 5084.0, 5051.0, 5085.0, 5107.0, 5084.0, 5096.0, 5068.0, 5084.0, 5074.0, 5075.0, 5104.0, 5063.0, 5095.0, 5063.0, 5085.0, 5123.0, 5063.0, 5089.0, 5056.0, 5097.0, 5085.0, 5095.0, 5113.0, 5065.0, 5080.0, 5055.0, 5087.0, 5121.0, 5071.0, 5091.0, 5054.0, 5071.0, 5059.0, 5074.0, 5100.0, 5072.0, 5095.0, 5052.0, 5086.0, 5064.0, 5075.0, 5104.0, 5066.0, 5099.0, 5077.0, 5098.0, 5069.0, 5088.0, 5103.0, 5078.0, 5096.0, 5078.0, 5098.0, 5114.0, 5076.0, 5094.0, 5058.0, 5086.0, 5077.0, 5088.0, 5115.0, 5086.0, 5096.0, 5059.0, 5084.0, 5075.0, 5088.0, 5107.0, 5087.0, 5096.0, 5063.0, 5083.0, 5053.0, 5098.0, 5116.0, 5100.0, 5096.0, 5066.0, 5096.0, 5058.0, 5078.0, 5103.0, 5077.0, 5096.0, 5079.0, 5100.0, 5094.0, 5088.0, 5107.0, 5068.0, 5097.0, 5069.0, 5109.0, 5117.0, 5095.0, 5099.0, 5067.0, 5087.0, 5078.0, 5099.0, 5126.0, 5099.0, 5097.0, 5056.0, 5083.0, 5065.0, 5086.0, 5116.0, 5099.0, 5095.0, 5067.0, 5088.0, 5077.0, 5087.0, 5105.0, 5088.0, 5110.0, 5117.0, 5090.0, 5117.0, 5066.0, 5084.0, 5087.0, 5088.0, 5116.0, 5072.0, 5097.0, 5072.0, 5075.0, 5103.0, 5067.0, 5084.0, 5076.0, 5086.0, 5106.0, 5064.0, 5095.0, 5063.0, 5098.0, 5092.0, 5087.0, 5095.0, 5080.0, 5097.0, 5066.0, 5084.0, 5114.0, 5088.0, 5096.0, 5068.0, 5086.0, 5054.0, 5086.0, 5115.0, 5090.0, 5106.0, 5063.0, 5099.0, 5042.0, 5077.0, 5106.0, 5079.0, 5099.0, 5097.0, 5093.0, 5131.0, 5065.0, 5084.0, 5063.0, 5095.0, 5073.0, 5083.0, 5124.0, 5074.0, 5085.0, 5066.0, 5084.0, 5065.0, 5087.0, 5115.0, 5089.0, 5084.0, 5051.0, 5073.0, 5085.0, 5077.0, 5106.0, 5085.0, 5086.0, 5064.0, 5076.0, 5105.0, 5076.0, 5104.0, 5065.0, 5081.0, 5063.0, 5074.0, 5104.0, 5066.0, 5097.0, 5066.0, 5074.0, 5063.0, 5074.0, 5104.0, 5077.0, 5086.0, 5069.0, 5099.0, 5108.0, 5091.0, 5106.0, 5079.0, 5097.0, 5079.0, 5101.0, 5116.0, 5098.0, 5103.0, 5079.0, 5097.0, 5071.0, 5106.0, 5119.0, 5100.0, 5110.0, 5078.0, 5099.0, 5068.0, 5101.0, 5119.0, 5099.0, 5117.0, 5076.0, 5098.0, 5066.0, 5089.0, 5127.0, 5079.0, 5109.0, 5067.0, 5095.0, 5080.0, 5086.0, 5115.0, 5087.0, 5108.0, 5068.0, 5098.0, 5081.0, 5088.0, 5117.0, 5090.0, 5119.0, 5081.0, 5108.0, 5076.0, 5090.0, 5138.0, 5091.0, 5108.0, 5082.0, 5109.0, 5085.0, 5100.0, 5150.0, 5064.0, 5096.0, 5080.0, 5110.0, 5088.0, 5102.0, 5137.0, 5079.0, 5096.0, 5067.0, 5098.0, 5115.0, 5098.0, 5116.0, 5078.0, 5088.0, 5067.0, 5088.0, 5114.0, 5088.0, 5090.0, 5077.0, 5097.0, 5067.0, 5087.0, 5118.0, 5091.0, 5116.0, 5090.0, 5102.0, 5075.0, 5088.0, 5105.0, 5090.0, 5107.0, 5079.0, 5097.0, 5054.0, 5090.0, 5105.0, 5076.0, 5107.0, 5080.0, 5085.0, 5077.0, 5088.0, 5117.0, 5092.0, 5107.0, 5078.0, 5095.0, 5074.0, 5085.0, 5126.0, 5068.0, 5081.0, 5065.0, 5086.0, 5105.0, 5086.0, 5125.0, 5068.0, 5066.0, 5066.0, 5087.0, 5078.0, 5097.0, 5083.0, 5079.0, 5115.0, 5077.0, 5098.0, 5090.0, 5098.0, 5137.0, 5077.0, 5097.0, 5065.0, 5087.0, 5137.0, 5087.0, 5117.0, 5056.0, 5085.0, 5075.0, 5076.0, 5115.0, 5085.0, 5096.0, 5067.0, 5087.0, 5076.0, 5062.0, 5116.0, 5088.0, 5095.0, 5068.0, 5086.0, 5064.0, 5076.0, 5115.0, 5076.0, 5105.0, 5079.0, 5085.0, 5065.0, 5075.0, 5114.0, 5078.0, 5108.0, 5075.0, 5086.0, 5061.0, 5087.0, 5093.0, 5066.0, 5103.0, 5077.0, 5086.0, 5075.0, 5083.0, 5094.0, 5078.0, 5105.0, 5066.0, 5085.0, 5073.0, 5075.0, 5113.0, 5066.0, 5094.0, 5074.0, 5085.0, 5112.0, 5063.0, 5091.0, 5053.0, 5074.0, 5074.0, 5083.0, 5102.0, 5103.0, 5097.0, 5075.0, 5074.0, 5054.0, 5077.0, 5103.0, 5087.0, 5085.0, 5068.0, 5088.0, 5077.0, 5101.0, 5127.0, 5099.0, 5098.0, 5080.0, 5098.0, 5077.0, 5100.0, 5129.0, 5099.0, 5105.0, 5078.0, 5087.0, 5065.0, 5099.0, 5137.0, 5097.0, 5113.0, 5068.0, 5086.0, 5066.0, 5088.0, 5107.0, 5078.0, 5117.0, 5090.0, 5084.0, 5076.0, 5075.0, 5106.0, 5079.0, 5118.0, 5087.0, 5097.0, 5067.0, 5087.0, 5126.0, 5077.0, 5096.0, 5080.0, 5099.0, 5086.0, 5098.0, 5136.0, 5076.0, 5095.0, 5075.0, 5085.0, 5077.0, 5099.0, 5077.0, 5073.0, 5115.0, 5087.0, 5098.0, 5091.0, 5098.0, 5089.0, 5086.0, 5116.0, 5080.0, 5087.0, 5091.0, 5100.0, 5109.0, 5088.0, 5108.0, 5080.0, 5087.0, 5079.0, 5102.0, 5110.0, 5101.0, 5121.0, 5087.0, 5101.0, 5083.0, 5101.0, 5133.0, 5114.0, 5110.0, 5083.0, 5101.0, 5080.0, 5126.0, 5143.0, 5109.0, 5108.0, 5057.0, 5105.0, 5095.0, 5087.0, 5117.0, 5075.0, 5111.0, 5070.0, 5109.0, 5148.0, 5089.0, 5116.0, 5080.0, 5109.0, 5105.0, 5108.0, 5144.0, 5077.0, 5104.0, 5056.0, 5104.0, 5113.0, 5094.0, 5157.0, 5074.0, 5102.0, 5067.0, 5098.0, 5087.0, 5098.0, 5124.0, 5077.0, 5105.0, 5062.0, 5084.0, 5107.0, 5086.0, 5118.0, 5079.0, 5094.0, 5050.0, 5086.0, 5111.0, 5074.0, 5109.0, 5067.0, 5108.0, 5056.0, 5088.0, 5114.0, 5077.0, 5096.0, 5067.0, 5109.0, 5102.0, 5100.0, 5116.0, 5074.0, 5097.0, 5068.0, 5110.0, 5131.0, 5100.0, 5105.0, 5069.0, 5097.0, 5078.0, 5099.0, 5117.0, 5097.0, 5131.0, 5091.0, 5118.0, 5081.0, 5114.0, 5129.0, 5103.0, 5118.0, 5079.0, 5097.0, 5078.0, 5094.0, 5144.0, 5088.0, 5119.0, 5080.0, 5106.0, 5067.0, 5098.0, 5105.0, 5089.0, 5127.0, 5092.0, 5120.0, 5106.0, 5099.0, 5147.0, 5077.0, 5098.0, 5068.0, 5097.0, 5149.0, 5095.0, 5100.0, 5067.0, 5082.0, 5077.0, 5086.0, 5127.0, 5086.0, 5106.0, 5077.0, 5098.0, 5068.0, 5089.0, 5115.0, 5086.0, 5119.0, 5085.0, 5108.0, 5081.0, 5097.0, 5128.0, 5092.0, 5111.0, 5075.0, 5107.0, 5097.0, 5088.0, 5121.0, 5075.0, 5098.0, 5077.0, 5097.0, 5135.0], 'WindowWidth': [11145.0, 11055.0, 11080.0, 11098.0, 10993.0, 11024.0, 10952.0, 11006.0, 11028.0, 10997.0, 11055.0, 11003.0, 11019.0, 10950.0, 10988.0, 10975.0, 11020.0, 11060.0, 11013.0, 11038.0, 10984.0, 11022.0, 10946.0, 10982.0, 11052.0, 10994.0, 11003.0, 10945.0, 10960.0, 11007.0, 10969.0, 11004.0, 10962.0, 10985.0, 10980.0, 10955.0, 10993.0, 10961.0, 11013.0, 11007.0, 10993.0, 11009.0, 10967.0, 11002.0, 10948.0, 11012.0, 11051.0, 11011.0, 11007.0, 10962.0, 10994.0, 10990.0, 10996.0, 11039.0, 10996.0, 11005.0, 10946.0, 10978.0, 11048.0, 10993.0, 11017.0, 10952.0, 11004.0, 10984.0, 10962.0, 11001.0, 10974.0, 11025.0, 10990.0, 11003.0, 11013.0, 10958.0, 10986.0, 10946.0, 11005.0, 11049.0, 11007.0, 11004.0, 10949.0, 10982.0, 10947.0, 11009.0, 11069.0, 11005.0, 10995.0, 10941.0, 10987.0, 10974.0, 10974.0, 11033.0, 10990.0, 10984.0, 10924.0, 10963.0, 11005.0, 10951.0, 11015.0, 10940.0, 10986.0, 10944.0, 10968.0, 11008.0, 10974.0, 10999.0, 10945.0, 10985.0, 10936.0, 10956.0, 10994.0, 10965.0, 10978.0, 10960.0, 11001.0, 11006.0, 10955.0, 10992.0, 10937.0, 10938.0, 10942.0, 10982.0, 11046.0, 10983.0, 11030.0, 10948.0, 10946.0, 10959.0, 10934.0, 10991.0, 10953.0, 10964.0, 10918.0, 10953.0, 10985.0, 10956.0, 10978.0, 10936.0, 10962.0, 10993.0, 10957.0, 10993.0, 10942.0, 10987.0, 10965.0, 10980.0, 11016.0, 10954.0, 10991.0, 10943.0, 11003.0, 11044.0, 10985.0, 10979.0, 10931.0, 10981.0, 10942.0, 10972.0, 11010.0, 10981.0, 10999.0, 10937.0, 10984.0, 10980.0, 10969.0, 11009.0, 10961.0, 10995.0, 10976.0, 10995.0, 11063.0, 10956.0, 10979.0, 10935.0, 10968.0, 11066.0, 10982.0, 10975.0, 10929.0, 10963.0, 10947.0, 10952.0, 11004.0, 10959.0, 10953.0, 10956.0, 10971.0, 11013.0, 10954.0, 10951.0, 10944.0, 10989.0, 11013.0, 10945.0, 10973.0, 10930.0, 10981.0, 10947.0, 11004.0, 11032.0, 11000.0, 10996.0, 10950.0, 10979.0, 10967.0, 10984.0, 11015.0, 10986.0, 10977.0, 10938.0, 10971.0, 10978.0, 10974.0, 11015.0, 10973.0, 10976.0, 10939.0, 10968.0, 11007.0, 10950.0, 10983.0, 10932.0, 10979.0, 11020.0, 10948.0, 10976.0, 10932.0, 10983.0, 10982.0, 10983.0, 11011.0, 10952.0, 10957.0, 10935.0, 10972.0, 11011.0, 10981.0, 10991.0, 10942.0, 10965.0, 10956.0, 10963.0, 11028.0, 10984.0, 10974.0, 10924.0, 10969.0, 10997.0, 10970.0, 10994.0, 10962.0, 10979.0, 10955.0, 10968.0, 11011.0, 10974.0, 11003.0, 10956.0, 10982.0, 10955.0, 10968.0, 11017.0, 10968.0, 10980.0, 10961.0, 10986.0, 10956.0, 10970.0, 11013.0, 10962.0, 10996.0, 10966.0, 10990.0, 11017.0, 10990.0, 11019.0, 10962.0, 10986.0, 10945.0, 10970.0, 10995.0, 10975.0, 11004.0, 10956.0, 10991.0, 11059.0, 10942.0, 10975.0, 10928.0, 10986.0, 11051.0, 10969.0, 10991.0, 10920.0, 10964.0, 10933.0, 10950.0, 11001.0, 10975.0, 10998.0, 10956.0, 10974.0, 10943.0, 10975.0, 11013.0, 10984.0, 11008.0, 10973.0, 11016.0, 11045.0, 10991.0, 11020.0, 10986.0, 11024.0, 11029.0, 11066.0, 10984.0, 11028.0, 10988.0, 10978.0, 11032.0, 10987.0, 11006.0, 10982.0, 10992.0, 11071.0, 10980.0, 10994.0, 10942.0, 10954.0, 10992.0, 10972.0, 11015.0, 10982.0, 10962.0, 10921.0, 10941.0, 10968.0, 10951.0, 11010.0, 10991.0, 10982.0, 10946.0, 10977.0, 10981.0, 10974.0, 11005.0, 10964.0, 11002.0, 10940.0, 10993.0, 11043.0, 10942.0, 10983.0, 10941.0, 10983.0, 11006.0, 10989.0, 10992.0, 10952.0, 10978.0, 10945.0, 10972.0, 10995.0, 10974.0, 11012.0, 10987.0, 10983.0, 10941.0, 10971.0, 10989.0, 10959.0, 11000.0, 10965.0, 11002.0, 10973.0, 10986.0, 11032.0, 10946.0, 10980.0, 10953.0, 10985.0, 11053.0, 10981.0, 10981.0, 10931.0, 10964.0, 10984.0, 10955.0, 10998.0, 10956.0, 10979.0, 10942.0, 10962.0, 10986.0, 10951.0, 10977.0, 10955.0, 10979.0, 10979.0, 10953.0, 10991.0, 10941.0, 10963.0, 11001.0, 10980.0, 10998.0, 10953.0, 10969.0, 10948.0, 10969.0, 11012.0, 10973.0, 10982.0, 10954.0, 10974.0, 10941.0, 10958.0, 10971.0, 10951.0, 11002.0, 10963.0, 11004.0, 10976.0, 10976.0, 11011.0, 10968.0, 11006.0, 11019.0, 10996.0, 11015.0, 10960.0, 10985.0, 10938.0, 10985.0, 11023.0, 10988.0, 11005.0, 10962.0, 10985.0, 10972.0, 10972.0, 11009.0, 10958.0, 11002.0, 10956.0, 10986.0, 11046.0, 10956.0, 10988.0, 10948.0, 11005.0, 10988.0, 11000.0, 11030.0, 10958.0, 10977.0, 10940.0, 10988.0, 11039.0, 10967.0, 10996.0, 10944.0, 10962.0, 10946.0, 10969.0, 11004.0, 10969.0, 11001.0, 10939.0, 10989.0, 10957.0, 10974.0, 11012.0, 10963.0, 11009.0, 10980.0, 11007.0, 10967.0, 10994.0, 11013.0, 10980.0, 11004.0, 10982.0, 11007.0, 11032.0, 10976.0, 11001.0, 10952.0, 10988.0, 10978.0, 10995.0, 11032.0, 10989.0, 11002.0, 10953.0, 10985.0, 10973.0, 10995.0, 11025.0, 10991.0, 11004.0, 10958.0, 10986.0, 10940.0, 11008.0, 11037.0, 11013.0, 11004.0, 10963.0, 11004.0, 10952.0, 10979.0, 11012.0, 10978.0, 11007.0, 10984.0, 11013.0, 11001.0, 10995.0, 11020.0, 10968.0, 11006.0, 10972.0, 11025.0, 11041.0, 11004.0, 11011.0, 10965.0, 10991.0, 10982.0, 11011.0, 11054.0, 11011.0, 11006.0, 10949.0, 10985.0, 10960.0, 10991.0, 11037.0, 11013.0, 11004.0, 10965.0, 10993.0, 10978.0, 10994.0, 11018.0, 10996.0, 11028.0, 11041.0, 10998.0, 11037.0, 10963.0, 10983.0, 10991.0, 10996.0, 11037.0, 10968.0, 11004.0, 10967.0, 10973.0, 11014.0, 10964.0, 10985.0, 10978.0, 10990.0, 11017.0, 10959.0, 10999.0, 10956.0, 11008.0, 10999.0, 10989.0, 11000.0, 10985.0, 11006.0, 10964.0, 10987.0, 11036.0, 10993.0, 11005.0, 10967.0, 10991.0, 10942.0, 10991.0, 11031.0, 10999.0, 11019.0, 10956.0, 11009.0, 10924.0, 10979.0, 11017.0, 10982.0, 11010.0, 11005.0, 10998.0, 11055.0, 10959.0, 10984.0, 10955.0, 11000.0, 10968.0, 10983.0, 11045.0, 10971.0, 10987.0, 10960.0, 10983.0, 10961.0, 10990.0, 11033.0, 10994.0, 10984.0, 10939.0, 10969.0, 10986.0, 10975.0, 11018.0, 10987.0, 10988.0, 10956.0, 10973.0, 11016.0, 10975.0, 11014.0, 10961.0, 10976.0, 10953.0, 10970.0, 11014.0, 10962.0, 11005.0, 10964.0, 10967.0, 10954.0, 10970.0, 11014.0, 10975.0, 10986.0, 10970.0, 11008.0, 11022.0, 10999.0, 11019.0, 10984.0, 11006.0, 10983.0, 11016.0, 11036.0, 11009.0, 11014.0, 10984.0, 11005.0, 10973.0, 11022.0, 11042.0, 11015.0, 11025.0, 10981.0, 11009.0, 10967.0, 11012.0, 11042.0, 11011.0, 11036.0, 10978.0, 11007.0, 10964.0, 10994.0, 11055.0, 10984.0, 11024.0, 10966.0, 11003.0, 10983.0, 10990.0, 11032.0, 10997.0, 11025.0, 10967.0, 11011.0, 10988.0, 10996.0, 11036.0, 11001.0, 11043.0, 10991.0, 11026.0, 10975.0, 10998.0, 11073.0, 11002.0, 11025.0, 10991.0, 11026.0, 10989.0, 11014.0, 11090.0, 10958.0, 11003.0, 10988.0, 11029.0, 10998.0, 11016.0, 11069.0, 10982.0, 11002.0, 10964.0, 11010.0, 11035.0, 11009.0, 11034.0, 10982.0, 10994.0, 10963.0, 10995.0, 11031.0, 10993.0, 10994.0, 10979.0, 11005.0, 10965.0, 10988.0, 11039.0, 11002.0, 11036.0, 11001.0, 11017.0, 10976.0, 10994.0, 11019.0, 11001.0, 11019.0, 10984.0, 11006.0, 10940.0, 10996.0, 11017.0, 10978.0, 11021.0, 10985.0, 10981.0, 10978.0, 10993.0, 11037.0, 11000.0, 11022.0, 10982.0, 11002.0, 10969.0, 10985.0, 11052.0, 10964.0, 10980.0, 10958.0, 10989.0, 11015.0, 10988.0, 11051.0, 10962.0, 10949.0, 10962.0, 10992.0, 10982.0, 11006.0, 10987.0, 10983.0, 11032.0, 10980.0, 11009.0, 11001.0, 11008.0, 11071.0, 10979.0, 11007.0, 10960.0, 10990.0, 11073.0, 10994.0, 11036.0, 10947.0, 10988.0, 10972.0, 10975.0, 11034.0, 10991.0, 11004.0, 10964.0, 10991.0, 10975.0, 10952.0, 11035.0, 10997.0, 11005.0, 10968.0, 10990.0, 10958.0, 10976.0, 11033.0, 10978.0, 11018.0, 10982.0, 10986.0, 10960.0, 10974.0, 11028.0, 10983.0, 11023.0, 10973.0, 10987.0, 10952.0, 10989.0, 10997.0, 10962.0, 11013.0, 10980.0, 10989.0, 10973.0, 10984.0, 11000.0, 10979.0, 11017.0, 10964.0, 10988.0, 10966.0, 10972.0, 11029.0, 10958.0, 10998.0, 10969.0, 10986.0, 11024.0, 10953.0, 10989.0, 10939.0, 10967.0, 10971.0, 10984.0, 11009.0, 11021.0, 11009.0, 10975.0, 10971.0, 10944.0, 10978.0, 11010.0, 10992.0, 10985.0, 10965.0, 10992.0, 10977.0, 11016.0, 11051.0, 11012.0, 11006.0, 10987.0, 11007.0, 10974.0, 11012.0, 11060.0, 11009.0, 11016.0, 10980.0, 10992.0, 10958.0, 11009.0, 11074.0, 11008.0, 11030.0, 10966.0, 10990.0, 10960.0, 10992.0, 11021.0, 10980.0, 11037.0, 10999.0, 10986.0, 10977.0, 10972.0, 11019.0, 10981.0, 11037.0, 10994.0, 11008.0, 10963.0, 10990.0, 11048.0, 10977.0, 11002.0, 10984.0, 11008.0, 10988.0, 11009.0, 11062.0, 10973.0, 11000.0, 10974.0, 10986.0, 10978.0, 11009.0, 10976.0, 10966.0, 11029.0, 10992.0, 11009.0, 11002.0, 11007.0, 10997.0, 10991.0, 11032.0, 10984.0, 10988.0, 11000.0, 11013.0, 11025.0, 10993.0, 11023.0, 10984.0, 10991.0, 10985.0, 11018.0, 11029.0, 11018.0, 11045.0, 10997.0, 11018.0, 10995.0, 11018.0, 11068.0, 11040.0, 11031.0, 10991.0, 11018.0, 10988.0, 11062.0, 11082.0, 11034.0, 11028.0, 10954.0, 11026.0, 11004.0, 10997.0, 11035.0, 10981.0, 11033.0, 10974.0, 11025.0, 11084.0, 10997.0, 11036.0, 10990.0, 11028.0, 11020.0, 11024.0, 11078.0, 10979.0, 11013.0, 10948.0, 11014.0, 11029.0, 10999.0, 11101.0, 10974.0, 11012.0, 10966.0, 11008.0, 10996.0, 11009.0, 11050.0, 10981.0, 11016.0, 10956.0, 10983.0, 11023.0, 10993.0, 11038.0, 10985.0, 10998.0, 10938.0, 10991.0, 11027.0, 10977.0, 11027.0, 10970.0, 11024.0, 10949.0, 10994.0, 11031.0, 10980.0, 11003.0, 10965.0, 11025.0, 11016.0, 11012.0, 11036.0, 10973.0, 11006.0, 10968.0, 11028.0, 11067.0, 11015.0, 11018.0, 10971.0, 11008.0, 10982.0, 11010.0, 11041.0, 11008.0, 11062.0, 11006.0, 11040.0, 10991.0, 11037.0, 11062.0, 11021.0, 11042.0, 10983.0, 11006.0, 10982.0, 11000.0, 11074.0, 10995.0, 11041.0, 10988.0, 11020.0, 10966.0, 11010.0, 11017.0, 10999.0, 11051.0, 11005.0, 11042.0, 11021.0, 11010.0, 11087.0, 10977.0, 11006.0, 10965.0, 11007.0, 11088.0, 11004.0, 11010.0, 10964.0, 10982.0, 10976.0, 10989.0, 11052.0, 10993.0, 11016.0, 10978.0, 11006.0, 10967.0, 10994.0, 11031.0, 10993.0, 11041.0, 10993.0, 11024.0, 10987.0, 11007.0, 11055.0, 11005.0, 11031.0, 10977.0, 11022.0, 11005.0, 10992.0, 11042.0, 10975.0, 11010.0, 10979.0, 11005.0, 11063.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.0029972523364485983</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02871255121495327</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.89976506821332</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2978932592797008</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0391226478858735</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5612</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2886.8701</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09862331962193373</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.2429906542056073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.335161660442256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1993294021093557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.558973938989307</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2471816402281046</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00317826</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028931623324751854</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.07443501055240631</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>4.28138273546756</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>9.6343</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>84.3767</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>334.558</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>277552.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1566.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>551.1896</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1116</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.3176</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4145.1153</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4289.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>98992.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1832.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5404.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.7741</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.81769455829635</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> |