=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
121 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
121 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-0132_ses-03_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-03/func/sub-0132_ses-03_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3c05dca92714af365331dbddb9f1d231</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:56:14.370000</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.995484, 0.00868866, -0.0945295, -0.00677612, 0.999766, 0.0205344]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0689222</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7735, -7224, 322, -56, -8, 51, 135]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.594</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b46aec75-1a9e-4f55-8b2b-ab2360e3fba1||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.670811176300049, -0.018179843202233315, -0.255651593208313, 120.28983306884766], [-0.02331104874610901, 2.6822996139526367, 0.053463127464056015, -108.18592834472656], [-0.2536156177520752, -0.055092379450798035, 2.687337636947632, -56.99384307861328], [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, 1065]</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], 'AcquisitionTime': ['195614.370000', '195614.830000', '195615.290000', '195615.750000', '195616.210000', '195616.670000', '195617.130000', '195617.590000', '195618.050000', '195618.510000', '195618.970000', '195619.430000', '195619.890000', '195620.350000', '195620.810000', '195621.270000', '195621.730000', '195622.190000', '195622.650000', '195623.110000', '195623.570000', '195624.030000', '195624.490000', '195624.950000', '195625.410000', '195625.870000', '195626.330000', '195626.790000', '195627.250000', '195627.710000', '195628.170000', '195628.630000', '195629.090000', '195629.550000', '195630.010000', '195630.470000', '195630.930000', '195631.390000', '195631.850000', '195632.310000', '195632.770000', '195633.230000', '195633.690000', '195634.150000', '195634.610000', '195635.070000', '195635.530000', '195635.990000', '195636.450000', '195636.910000', '195637.370000', '195637.830000', '195638.290000', '195638.750000', '195639.210000', '195639.670000', '195640.130000', '195640.590000', '195641.050000', '195641.510000', '195641.970000', '195642.430000', '195642.890000', '195643.350000', '195643.810000', '195644.270000', '195644.730000', '195645.190000', '195645.650000', '195646.110000', '195646.570000', '195647.030000', '195647.490000', '195647.950000', '195648.410000', '195648.870000', '195649.330000', '195649.790000', '195650.250000', '195650.710000', '195651.170000', '195651.630000', '195652.090000', '195652.550000', '195653.010000', '195653.470000', '195653.930000', '195654.390000', '195654.850000', '195655.310000', '195655.770000', '195656.230000', '195656.690000', '195657.150000', '195657.610000', '195658.070000', '195658.530000', '195658.990000', '195659.450000', '195659.910000', '195700.370000', '195700.830000', '195701.290000', '195701.750000', '195702.210000', '195702.670000', '195703.130000', '195703.590000', '195704.050000', '195704.510000', '195704.970000', '195705.430000', '195705.890000', '195706.350000', '195706.810000', '195707.270000', '195707.730000', '195708.190000', '195708.650000', '195709.110000', '195709.570000', '195710.030000', '195710.490000', '195710.950000', '195711.410000', '195711.870000', '195712.330000', '195712.790000', '195713.250000', '195713.710000', '195714.170000', '195714.630000', '195715.090000', '195715.550000', '195716.010000', '195716.470000', '195716.930000', '195717.390000', '195717.850000', '195718.310000', '195718.770000', '195719.230000', '195719.690000', '195720.150000', '195720.610000', '195721.070000', '195721.530000', '195721.990000', '195722.450000', '195722.910000', '195723.370000', '195723.830000', '195724.290000', '195724.750000', '195725.210000', '195725.670000', '195726.130000', '195726.590000', '195727.050000', '195727.510000', '195727.970000', '195728.430000', '195728.890000', '195729.350000', '195729.810000', '195730.270000', '195730.730000', '195731.190000', '195731.650000', '195732.110000', '195732.570000', '195733.030000', '195733.490000', '195733.950000', '195734.410000', '195734.870000', '195735.330000', '195735.790000', '195736.250000', '195736.710000', '195737.170000', '195737.630000', '195738.090000', '195738.550000', '195739.010000', '195739.470000', '195739.930000', '195740.390000', '195740.850000', '195741.310000', '195741.770000', '195742.230000', '195742.690000', '195743.150000', '195743.610000', '195744.070000', '195744.530000', '195744.990000', '195745.450000', '195745.910000', '195746.370000', '195746.830000', '195747.290000', '195747.750000', '195748.210000', '195748.670000', '195749.130000', '195749.590000', '195750.050000', '195750.510000', '195750.970000', '195751.430000', '195751.890000', '195752.350000', '195752.810000', '195753.270000', '195753.730000', '195754.190000', '195754.650000', '195755.110000', '195755.570000', '195756.030000', '195756.490000', '195756.950000', '195757.410000', '195757.870000', '195758.330000', '195758.790000', '195759.250000', '195759.710000', '195800.170000', '195800.630000', '195801.090000', '195801.550000', '195802.010000', '195802.470000', '195802.930000', '195803.390000', '195803.850000', '195804.310000', '195804.770000', '195805.230000', '195805.690000', '195806.150000', '195806.610000', '195807.070000', '195807.530000', '195807.990000', '195808.450000', '195808.910000', '195809.370000', '195809.830000', '195810.290000', '195810.750000', '195811.210000', '195811.670000', '195812.130000', '195812.590000', '195813.050000', '195813.510000', '195813.970000', '195814.430000', '195814.890000', '195815.350000', '195815.810000', '195816.270000', '195816.730000', '195817.190000', '195817.650000', '195818.110000', '195818.570000', '195819.030000', '195819.490000', '195819.950000', '195820.410000', '195820.870000', '195821.330000', '195821.790000', '195822.250000', '195822.710000', '195823.170000', '195823.630000', '195824.090000', '195824.550000', '195825.010000', '195825.470000', '195825.930000', '195826.390000', '195826.850000', '195827.310000', '195827.770000', '195828.230000', '195828.690000', '195829.150000', '195829.610000', '195830.070000', '195830.530000', '195830.990000', '195831.450000', '195831.910000', '195832.370000', '195832.830000', '195833.290000', '195833.750000', '195834.210000', '195834.670000', '195835.130000', '195835.590000', '195836.050000', '195836.510000', '195836.970000', '195837.430000', '195837.890000', '195838.350000', '195838.810000', '195839.270000', '195839.730000', '195840.190000', '195840.650000', '195841.110000', '195841.570000', '195842.030000', '195842.490000', '195842.950000', '195843.410000', '195843.870000', '195844.330000', '195844.790000', '195845.250000', '195845.710000', '195846.170000', '195846.630000', '195847.090000', '195847.550000', '195848.010000', '195848.470000', '195848.930000', '195849.390000', '195849.850000', '195850.310000', '195850.770000', '195851.230000', '195851.690000', '195852.150000', '195852.610000', '195853.070000', '195853.530000', '195853.990000', '195854.450000', '195854.910000', '195855.370000', '195855.830000', '195856.290000', '195856.750000', '195857.210000', '195857.670000', '195858.130000', '195858.590000', '195859.050000', '195859.510000', '195859.970000', '195900.430000', '195900.890000', '195901.350000', '195901.810000', '195902.270000', '195902.730000', '195903.190000', '195903.650000', '195904.110000', '195904.570000', '195905.030000', '195905.490000', '195905.950000', '195906.410000', '195906.870000', '195907.330000', '195907.790000', '195908.250000', '195908.710000', '195909.170000', '195909.630000', '195910.090000', '195910.550000', '195911.010000', '195911.470000', '195911.930000', '195912.390000', '195912.850000', '195913.310000', '195913.770000', '195914.230000', '195914.690000', '195915.150000', '195915.610000', '195916.070000', '195916.530000', '195916.990000', '195917.450000', '195917.910000', '195918.370000', '195918.830000', '195919.290000', '195919.750000', '195920.210000', '195920.670000', '195921.130000', '195921.590000', '195922.050000', '195922.510000', '195922.970000', '195923.430000', '195923.890000', '195924.350000', '195924.810000', '195925.270000', '195925.730000', '195926.190000', '195926.650000', '195927.110000', '195927.570000', '195928.030000', '195928.490000', '195928.950000', '195929.410000', '195929.870000', '195930.330000', '195930.790000', '195931.250000', '195931.710000', '195932.170000', '195932.630000', '195933.090000', '195933.550000', '195934.010000', '195934.470000', '195934.930000', '195935.390000', '195935.850000', '195936.310000', '195936.770000', '195937.230000', '195937.690000', '195938.150000', '195938.610000', '195939.070000', '195939.530000', '195939.990000', '195940.450000', '195940.910000', '195941.370000', '195941.830000', '195942.290000', '195942.750000', '195943.210000', '195943.670000', '195944.130000', '195944.590000', '195945.050000', '195945.510000', '195945.970000', '195946.430000', '195946.890000', '195947.350000', '195947.810000', '195948.270000', '195948.730000', '195949.190000', '195949.650000', '195950.110000', '195950.570000', '195951.030000', '195951.490000', '195951.950000', '195952.410000', '195952.870000', '195953.330000', '195953.790000', '195954.250000', '195954.710000', '195955.170000', '195955.630000', '195956.090000', '195956.550000', '195957.010000', '195957.470000', '195957.930000', '195958.390000', '195958.850000', '195959.310000', '195959.770000', '200000.230000', '200000.690000', '200001.150000', '200001.610000', '200002.070000', '200002.530000', '200002.990000', '200003.450000', '200003.910000', '200004.370000', '200004.830000', '200005.290000', '200005.750000', '200006.210000', '200006.670000', '200007.130000', '200007.590000', '200008.050000', '200008.510000', '200008.970000', '200009.430000', '200009.890000', '200010.350000', '200010.810000', '200011.270000', '200011.730000', '200012.190000', '200012.650000', '200013.110000', '200013.570000', '200014.030000', '200014.490000', '200014.950000', '200015.410000', '200015.870000', '200016.330000', '200016.790000', '200017.250000', '200017.710000', '200018.170000', '200018.630000', '200019.090000', '200019.550000', '200020.010000', '200020.470000', '200020.930000', '200021.390000', '200021.850000', '200022.310000', '200022.770000', '200023.230000', '200023.690000', '200024.150000', '200024.610000', '200025.070000', '200025.530000', '200025.990000', '200026.450000', '200026.910000', '200027.370000', '200027.830000', '200028.290000', '200028.750000', '200029.210000', '200029.670000', '200030.130000', '200030.590000', '200031.050000', '200031.510000', '200031.970000', '200032.430000', '200032.890000', '200033.350000', '200033.810000', '200034.270000', '200034.730000', '200035.190000', '200035.650000', '200036.110000', '200036.570000', '200037.030000', '200037.490000', '200037.950000', '200038.410000', '200038.870000', '200039.330000', '200039.790000', '200040.250000', '200040.710000', '200041.170000', '200041.630000', '200042.090000', '200042.550000', '200043.010000', '200043.470000', '200043.930000', '200044.390000', '200044.850000', '200045.310000', '200045.770000', '200046.230000', '200046.690000', '200047.150000', '200047.610000', '200048.070000', '200048.530000', '200048.990000', '200049.450000', '200049.910000', '200050.370000', '200050.830000', '200051.290000', '200051.750000', '200052.210000', '200052.670000', '200053.130000', '200053.590000', '200054.050000', '200054.510000', '200054.970000', '200055.430000', '200055.890000', '200056.350000', '200056.810000', '200057.270000', '200057.730000', '200058.190000', '200058.650000', '200059.110000', '200059.570000', '200100.030000', '200100.490000', '200100.950000', '200101.410000', '200101.870000', '200102.330000', '200102.790000', '200103.250000', '200103.710000', '200104.170000', '200104.630000', '200105.090000', '200105.550000', '200106.010000', '200106.470000', '200106.930000', '200107.390000', '200107.850000', '200108.310000', '200108.770000', '200109.230000', '200109.690000', '200110.150000', '200110.610000', '200111.070000', '200111.530000', '200111.990000', '200112.450000', '200112.910000', '200113.370000', '200113.830000', '200114.290000', '200114.750000', '200115.210000', '200115.670000', '200116.130000', '200116.590000', '200117.050000', '200117.510000', '200117.970000', '200118.430000', '200118.890000', '200119.350000', '200119.810000', '200120.270000', '200120.730000', '200121.190000', '200121.650000', '200122.110000', '200122.570000', '200123.030000', '200123.490000', '200123.950000', '200124.410000', '200124.870000', '200125.330000', '200125.790000', '200126.250000', '200126.710000', '200127.170000', '200127.630000', '200128.090000', '200128.550000', '200129.010000', '200129.470000', '200129.930000', '200130.390000', '200130.850000', '200131.310000', '200131.770000', '200132.230000', '200132.690000', '200133.150000', '200133.610000', '200134.070000', '200134.530000', '200134.990000', '200135.450000', '200135.910000', '200136.370000', '200136.830000', '200137.290000', '200137.750000', '200138.210000', '200138.670000', '200139.130000', '200139.590000', '200140.050000', '200140.510000', '200140.970000', '200141.430000', '200141.890000', '200142.350000', '200142.810000', '200143.270000', '200143.730000', '200144.190000', '200144.650000', '200145.110000', '200145.570000', '200146.030000', '200146.490000', '200146.950000', '200147.410000', '200147.870000', '200148.330000', '200148.790000', '200149.250000', '200149.710000', '200150.170000', '200150.630000', '200151.090000', '200151.550000', '200152.010000', '200152.470000', '200152.930000', '200153.390000', '200153.850000', '200154.310000', '200154.770000', '200155.230000', '200155.690000', '200156.150000', '200156.610000', '200157.070000', '200157.530000', '200157.990000', '200158.450000', '200158.910000', '200159.370000', '200159.830000', '200200.290000', '200200.750000', '200201.210000', '200201.670000', '200202.130000', '200202.590000', '200203.050000', '200203.510000', '200203.970000', '200204.430000', '200204.890000', '200205.350000', '200205.810000', '200206.270000', '200206.730000', '200207.190000', '200207.650000', '200208.110000', '200208.570000', '200209.030000', '200209.490000', '200209.950000', '200210.410000', '200210.870000', '200211.330000', '200211.790000', '200212.250000', '200212.710000', '200213.170000', '200213.630000', '200214.090000', '200214.550000', '200215.010000', '200215.470000', '200215.930000', '200216.390000', '200216.850000', '200217.310000', '200217.770000', '200218.230000', '200218.690000', '200219.150000', '200219.610000', '200220.070000', '200220.530000', '200220.990000', '200221.450000', '200221.910000', '200222.370000', '200222.830000', '200223.290000', '200223.750000', '200224.210000', '200224.670000', '200225.130000', '200225.590000', '200226.050000', '200226.510000', '200226.970000', '200227.430000', '200227.890000', '200228.350000', '200228.810000', '200229.270000', '200229.730000', '200230.190000', '200230.650000', '200231.110000', '200231.570000', '200232.030000', '200232.490000', '200232.950000', '200233.410000', '200233.870000', '200234.330000', '200234.790000', '200235.250000', '200235.710000', '200236.170000', '200236.630000', '200237.090000', '200237.550000', '200238.010000', '200238.470000', '200238.930000', '200239.390000', '200239.850000', '200240.310000', '200240.770000', '200241.230000', '200241.690000', '200242.150000', '200242.610000', '200243.070000', '200243.530000', '200243.990000', '200244.450000', '200244.910000', '200245.370000', '200245.830000', '200246.290000', '200246.750000', '200247.210000', '200247.670000', '200248.130000', '200248.590000', '200249.050000', '200249.510000', '200249.970000', '200250.430000', '200250.890000', '200251.350000', '200251.810000', '200252.270000', '200252.730000', '200253.190000', '200253.650000', '200254.110000', '200254.570000', '200255.030000', '200255.490000', '200255.950000', '200256.410000', '200256.870000', '200257.330000', '200257.790000', '200258.250000', '200258.710000', '200259.170000', '200259.630000', '200300.090000', '200300.550000', '200301.010000', '200301.470000', '200301.930000', '200302.390000', '200302.850000', '200303.310000', '200303.770000', '200304.230000', '200304.690000', '200305.150000', '200305.610000', '200306.070000', '200306.530000', '200306.990000', '200307.450000', '200307.910000', '200308.370000', '200308.830000', '200309.290000', '200309.750000', '200310.210000', '200310.670000', '200311.130000', '200311.590000', '200312.050000', '200312.510000', '200312.970000', '200313.430000', '200313.890000', '200314.350000', '200314.810000', '200315.270000', '200315.730000', '200316.190000', '200316.650000', '200317.110000', '200317.570000', '200318.030000', '200318.490000', '200318.950000', '200319.410000', '200319.870000', '200320.330000', '200320.790000', '200321.250000', '200321.710000', '200322.170000', '200322.630000', '200323.090000', '200323.550000', '200324.010000', '200324.470000', '200324.930000', '200325.390000', '200325.850000', '200326.310000', '200326.770000', '200327.230000', '200327.690000', '200328.150000', '200328.610000', '200329.070000', '200329.530000', '200329.990000', '200330.450000', '200330.910000', '200331.370000', '200331.830000', '200332.290000', '200332.750000', '200333.210000', '200333.670000', '200334.130000', '200334.590000', '200335.050000', '200335.510000', '200335.970000', '200336.430000', '200336.890000', '200337.350000', '200337.810000', '200338.270000', '200338.730000', '200339.190000', '200339.650000', '200340.110000', '200340.570000', '200341.030000', '200341.490000', '200341.950000', '200342.410000', '200342.870000', '200343.330000', '200343.790000', '200344.250000', '200344.710000', '200345.170000', '200345.630000', '200346.090000', '200346.550000', '200347.010000', '200347.470000', '200347.930000', '200348.390000', '200348.850000', '200349.310000', '200349.770000', '200350.230000', '200350.690000', '200351.150000', '200351.610000', '200352.070000', '200352.530000', '200352.990000', '200353.450000', '200353.910000', '200354.370000', '200354.830000', '200355.290000', '200355.750000', '200356.210000', '200356.670000', '200357.130000', '200357.590000', '200358.050000', '200358.510000', '200358.970000', '200359.430000', '200359.890000', '200400.350000', '200400.810000', '200401.270000', '200401.730000', '200402.190000', '200402.650000', '200403.110000', '200403.570000', '200404.030000', '200404.490000', '200404.950000', '200405.410000', '200405.870000', '200406.330000', '200406.790000', '200407.250000', '200407.710000', '200408.170000', '200408.630000', '200409.090000', '200409.550000', '200410.010000', '200410.470000', '200410.930000', '200411.390000', '200411.850000', '200412.310000', '200412.770000', '200413.230000', '200413.690000', '200414.150000', '200414.610000', '200415.070000', '200415.530000', '200415.990000', '200416.450000', '200416.910000', '200417.370000', '200417.830000', '200418.290000', '200418.750000', '200419.210000', '200419.670000', '200420.130000', '200420.590000', '200421.050000', '200421.510000', '200421.970000', '200422.430000', '200422.890000', '200423.350000', '200423.810000'], 'ContentTime': ['195634.641000', '195634.644000', '195634.647000', '195634.649000', '195634.652000', '195634.654000', '195634.657000', '195634.659000', '195634.662000', '195634.665000', '195634.675000', '195634.678000', '195634.680000', '195634.683000', '195634.686000', '195634.688000', '195634.691000', '195634.693000', '195634.696000', '195634.698000', '195634.701000', '195634.704000', '195634.706000', '195634.709000', '195634.711000', '195634.714000', '195634.716000', '195634.719000', '195634.721000', '195634.724000', '195634.727000', '195634.729000', '195634.732000', '195634.734000', '195634.737000', '195634.739000', '195634.742000', '195634.745000', '195634.747000', '195634.750000', '195634.753000', '195654.505000', '195654.508000', '195654.510000', '195654.513000', '195654.516000', '195654.518000', '195654.521000', '195654.523000', '195654.526000', '195654.529000', '195654.531000', '195654.534000', '195654.536000', '195654.539000', '195654.541000', '195654.544000', '195654.547000', '195654.549000', '195654.552000', '195654.554000', '195654.557000', '195654.559000', '195654.562000', '195654.564000', '195654.567000', '195654.569000', '195654.572000', '195654.575000', '195654.577000', '195654.580000', '195654.583000', '195654.585000', '195654.588000', '195654.590000', '195654.593000', '195654.595000', '195654.598000', '195654.600000', '195654.603000', '195654.606000', '195654.608000', '195654.611000', '195654.613000', '195714.504000', '195714.507000', '195714.510000', '195714.512000', '195714.515000', '195714.517000', '195714.520000', '195714.523000', '195714.525000', '195714.528000', '195714.530000', '195714.533000', '195714.535000', '195714.538000', '195714.540000', '195714.543000', '195714.551000', '195714.554000', '195714.556000', '195714.559000', '195714.562000', '195714.564000', '195714.567000', '195714.569000', '195714.572000', '195714.575000', '195714.577000', '195714.580000', '195714.583000', '195714.585000', '195714.588000', '195714.591000', '195714.593000', '195714.596000', '195714.598000', '195714.601000', '195714.604000', '195714.606000', '195714.609000', '195714.611000', '195714.614000', '195714.617000', '195714.619000', '195714.622000', '195734.505000', '195734.507000', '195734.510000', '195734.513000', '195734.515000', '195734.518000', '195734.521000', '195734.523000', '195734.526000', '195734.529000', '195734.531000', '195734.534000', '195734.536000', '195734.539000', '195734.542000', '195734.544000', '195734.547000', '195734.549000', '195734.552000', '195734.554000', '195734.557000', '195734.560000', '195734.562000', '195734.565000', '195734.567000', '195734.570000', '195734.573000', '195734.589000', '195734.592000', '195734.595000', '195734.597000', '195734.600000', '195734.602000', '195734.605000', '195734.607000', '195734.610000', '195734.613000', '195734.615000', '195734.618000', '195734.620000', '195734.623000', '195734.625000', '195734.628000', '195754.504000', '195754.506000', '195754.509000', '195754.512000', '195754.514000', '195754.517000', '195754.519000', '195754.522000', '195754.524000', '195754.527000', '195754.529000', '195754.532000', '195754.535000', '195754.537000', '195754.540000', '195754.543000', '195754.545000', '195754.548000', '195754.550000', '195754.553000', '195754.556000', '195754.558000', '195754.561000', '195754.563000', '195754.566000', '195754.569000', '195754.571000', '195754.574000', '195754.577000', '195754.579000', '195754.582000', '195754.585000', '195754.587000', '195754.590000', '195754.600000', '195754.603000', '195754.605000', '195754.608000', '195754.610000', '195754.613000', '195754.616000', '195754.618000', '195754.621000', '195754.623000', '195814.504000', '195814.506000', '195814.509000', '195814.512000', '195814.514000', '195814.517000', '195814.519000', '195814.522000', '195814.524000', '195814.527000', '195814.529000', '195814.532000', '195814.535000', '195814.537000', '195814.540000', '195814.542000', '195814.545000', '195814.548000', '195814.551000', '195814.554000', '195814.557000', '195814.560000', '195814.563000', '195814.565000', '195814.568000', '195814.571000', '195814.573000', '195814.576000', '195814.584000', '195814.587000', '195814.589000', '195814.592000', '195814.594000', '195814.597000', '195814.600000', '195814.602000', '195814.605000', '195814.607000', '195814.610000', '195814.613000', '195814.615000', '195814.618000', '195814.621000', '195834.503000', '195834.506000', '195834.509000', '195834.511000', '195834.514000', '195834.517000', '195834.519000', '195834.522000', '195834.524000', '195834.527000', '195834.530000', '195834.532000', '195834.535000', '195834.537000', '195834.540000', '195834.542000', '195834.545000', '195834.548000', '195834.550000', '195834.553000', '195834.555000', '195834.558000', '195834.560000', '195834.563000', '195834.566000', '195834.568000', '195834.571000', '195834.573000', '195834.576000', '195834.579000', '195834.581000', '195834.584000', '195834.586000', '195834.589000', '195834.591000', '195834.594000', '195834.597000', '195834.599000', '195834.602000', '195834.605000', '195834.607000', '195834.610000', '195834.612000', '195834.615000', '195854.503000', '195854.506000', '195854.509000', '195854.512000', '195854.514000', '195854.517000', '195854.519000', '195854.522000', '195854.524000', '195854.527000', '195854.530000', '195854.532000', '195854.535000', '195854.537000', '195854.540000', '195854.543000', '195854.545000', '195854.548000', '195854.550000', '195854.553000', '195854.555000', '195854.558000', '195854.561000', '195854.564000', '195854.567000', '195854.570000', '195854.573000', '195854.575000', '195854.578000', '195854.581000', '195854.583000', '195854.586000', '195854.588000', '195854.591000', '195854.602000', '195854.605000', '195854.608000', '195854.610000', '195854.613000', '195854.616000', '195854.618000', '195854.621000', '195854.625000', '195914.504000', '195914.507000', '195914.510000', '195914.512000', '195914.515000', '195914.518000', '195914.520000', '195914.523000', '195914.525000', '195914.528000', '195914.531000', '195914.533000', '195914.536000', '195914.538000', '195914.541000', '195914.543000', '195914.546000', '195914.549000', '195914.551000', '195914.554000', '195914.556000', '195914.559000', '195914.561000', '195914.579000', '195914.582000', '195914.585000', '195914.587000', '195914.590000', '195914.593000', '195914.595000', '195914.598000', '195914.601000', '195914.603000', '195914.606000', '195914.608000', '195914.611000', '195914.614000', '195914.616000', '195914.619000', '195914.622000', '195914.624000', '195914.627000', '195914.629000', '195914.632000', '195934.504000', '195934.507000', '195934.510000', '195934.512000', '195934.515000', '195934.518000', '195934.520000', '195934.523000', '195934.526000', '195934.528000', '195934.531000', '195934.533000', '195934.536000', '195934.539000', '195934.541000', '195934.544000', '195934.546000', '195934.549000', '195934.551000', '195934.554000', '195934.557000', '195934.559000', '195934.562000', '195934.565000', '195934.567000', '195934.570000', '195934.573000', '195934.575000', '195934.578000', '195934.581000', '195934.584000', '195934.586000', '195934.589000', '195934.592000', '195934.594000', '195934.597000', '195934.600000', '195934.602000', '195934.605000', '195934.607000', '195934.610000', '195934.613000', '195934.615000', '195954.505000', '195954.507000', '195954.510000', '195954.513000', '195954.515000', '195954.518000', '195954.521000', '195954.523000', '195954.526000', '195954.528000', '195954.531000', '195954.534000', '195954.536000', '195954.539000', '195954.541000', '195954.544000', '195954.547000', '195954.549000', '195954.552000', '195954.554000', '195954.557000', '195954.560000', '195954.562000', '195954.565000', '195954.567000', '195954.570000', '195954.573000', '195954.575000', '195954.578000', '195954.580000', '195954.583000', '195954.585000', '195954.588000', '195954.591000', '195954.593000', '195954.596000', '195954.599000', '195954.601000', '195954.604000', '195954.606000', '195954.609000', '195954.612000', '195954.614000', '195954.617000', '200014.503000', '200014.506000', '200014.509000', '200014.511000', '200014.514000', '200014.517000', '200014.519000', '200014.522000', '200014.524000', '200014.527000', '200014.535000', '200014.537000', '200014.540000', '200014.543000', '200014.545000', '200014.548000', '200014.550000', '200014.553000', '200014.556000', '200014.558000', '200014.561000', '200014.564000', '200014.566000', '200014.569000', '200014.572000', '200014.574000', '200014.577000', '200014.579000', '200014.582000', '200014.584000', '200014.587000', '200014.590000', '200014.592000', '200014.595000', '200014.597000', '200014.600000', '200014.603000', '200014.605000', '200014.608000', '200014.610000', '200014.613000', '200014.616000', '200014.618000', '200034.504000', '200034.507000', '200034.509000', '200034.512000', '200034.514000', '200034.517000', '200034.520000', '200034.522000', '200034.525000', '200034.527000', '200034.530000', '200034.532000', '200034.535000', '200034.538000', '200034.540000', '200034.543000', '200034.545000', '200034.548000', '200034.551000', '200034.553000', '200034.556000', '200034.558000', '200034.561000', '200034.564000', '200034.566000', '200034.569000', '200034.571000', '200034.574000', '200034.577000', '200034.579000', '200034.582000', '200034.584000', '200034.587000', '200034.590000', '200034.592000', '200034.595000', '200034.597000', '200034.600000', '200034.603000', '200034.605000', '200034.608000', '200034.611000', '200034.613000', '200034.616000', '200054.504000', '200054.507000', '200054.509000', '200054.512000', '200054.526000', '200054.528000', '200054.531000', '200054.534000', '200054.536000', '200054.539000', '200054.541000', '200054.544000', '200054.546000', '200054.549000', '200054.551000', '200054.554000', '200054.556000', '200054.559000', '200054.562000', '200054.564000', '200054.567000', '200054.570000', '200054.572000', '200054.575000', '200054.577000', '200054.580000', '200054.583000', '200054.585000', '200054.588000', '200054.591000', '200054.593000', '200054.596000', '200054.599000', '200054.601000', '200054.604000', '200054.606000', '200054.609000', '200054.611000', '200054.614000', '200054.617000', '200054.619000', '200054.622000', '200054.624000', '200114.503000', '200114.506000', '200114.509000', '200114.511000', '200114.514000', '200114.517000', '200114.519000', '200114.522000', '200114.525000', '200114.527000', '200114.530000', '200114.533000', '200114.536000', '200114.539000', '200114.541000', '200114.544000', '200114.547000', '200114.550000', '200114.552000', '200114.555000', '200114.558000', '200114.560000', '200114.563000', '200114.565000', '200114.568000', '200114.570000', '200114.573000', '200114.576000', '200114.578000', '200114.581000', '200114.583000', '200114.586000', '200114.589000', '200114.591000', '200114.594000', '200114.596000', '200114.599000', '200114.602000', '200114.604000', '200114.607000', '200114.609000', '200114.612000', '200114.615000', '200134.505000', '200134.507000', '200134.510000', '200134.513000', '200134.515000', '200134.518000', '200134.520000', '200134.523000', '200134.526000', '200134.528000', '200134.531000', '200134.533000', '200134.536000', '200134.539000', '200134.541000', '200134.544000', '200134.547000', '200134.549000', '200134.552000', '200134.554000', '200134.557000', '200134.560000', '200134.562000', '200134.565000', '200134.567000', '200134.570000', '200134.573000', '200134.575000', '200134.578000', '200134.580000', '200134.583000', '200134.586000', '200134.588000', '200134.591000', '200134.593000', '200134.598000', '200134.611000', '200134.614000', '200134.616000', '200134.619000', '200134.621000', '200134.624000', '200134.627000', '200134.629000', '200154.505000', '200154.508000', '200154.510000', '200154.513000', '200154.515000', '200154.518000', '200154.521000', '200154.523000', '200154.526000', '200154.528000', '200154.531000', '200154.533000', '200154.536000', '200154.539000', '200154.541000', '200154.544000', '200154.546000', '200154.549000', '200154.552000', '200154.554000', '200154.557000', '200154.569000', '200154.572000', '200154.574000', '200154.577000', '200154.579000', '200154.582000', '200154.585000', '200154.587000', '200154.599000', '200154.601000', '200154.604000', '200154.606000', '200154.609000', '200154.612000', '200154.614000', '200154.617000', '200154.620000', '200154.622000', '200154.625000', '200154.627000', '200154.630000', '200154.633000', '200154.635000', '200214.505000', '200214.508000', '200214.510000', '200214.514000', '200214.516000', '200214.519000', '200214.522000', '200214.524000', '200214.527000', '200214.529000', '200214.532000', '200214.535000', '200214.537000', '200214.540000', '200214.551000', '200214.554000', '200214.556000', '200214.559000', '200214.562000', '200214.564000', '200214.567000', '200214.569000', '200214.572000', '200214.575000', '200214.577000', '200214.580000', '200214.582000', '200214.585000', '200214.588000', '200214.590000', '200214.593000', '200214.595000', '200214.598000', '200214.601000', '200214.604000', '200214.606000', '200214.609000', '200214.611000', '200214.614000', '200214.616000', '200214.619000', '200214.621000', '200214.624000', '200234.506000', '200234.509000', '200234.511000', '200234.514000', '200234.517000', '200234.519000', '200234.522000', '200234.524000', '200234.527000', '200234.530000', '200234.532000', '200234.535000', '200234.538000', '200234.540000', '200234.543000', '200234.545000', '200234.548000', '200234.551000', '200234.553000', '200234.556000', '200234.559000', '200234.561000', '200234.564000', '200234.567000', '200234.569000', '200234.572000', '200234.574000', '200234.577000', '200234.580000', '200234.582000', '200234.585000', '200234.587000', '200234.590000', '200234.593000', '200234.595000', '200234.598000', '200234.601000', '200234.603000', '200234.606000', '200234.608000', '200234.611000', '200234.614000', '200234.616000', '200234.619000', '200254.504000', '200254.506000', '200254.509000', '200254.511000', '200254.514000', '200254.517000', '200254.519000', '200254.522000', '200254.524000', '200254.527000', '200254.530000', '200254.532000', '200254.535000', '200254.537000', '200254.540000', '200254.543000', '200254.545000', '200254.548000', '200254.550000', '200254.553000', '200254.555000', '200254.558000', '200254.561000', '200254.563000', '200254.566000', '200254.568000', '200254.571000', '200254.574000', '200254.576000', '200254.579000', '200254.581000', '200254.584000', '200254.587000', '200254.589000', '200254.592000', '200254.594000', '200254.597000', '200254.599000', '200254.602000', '200254.605000', '200254.607000', '200254.610000', '200254.613000', '200314.504000', '200314.506000', '200314.509000', '200314.512000', '200314.514000', '200314.517000', '200314.519000', '200314.522000', '200314.524000', '200314.527000', '200314.530000', '200314.532000', '200314.535000', '200314.538000', '200314.540000', '200314.543000', '200314.545000', '200314.548000', '200314.550000', '200314.553000', '200314.556000', '200314.558000', '200314.561000', '200314.563000', '200314.566000', '200314.569000', '200314.571000', '200314.574000', '200314.577000', '200314.579000', '200314.582000', '200314.584000', '200314.587000', '200314.590000', '200314.592000', '200314.595000', '200314.597000', '200314.600000', '200314.603000', '200314.605000', '200314.608000', '200314.611000', '200314.613000', '200314.616000', '200334.504000', '200334.506000', '200334.509000', '200334.512000', '200334.514000', '200334.517000', '200334.519000', '200334.522000', '200334.524000', '200334.527000', '200334.530000', '200334.563000', '200334.565000', '200334.568000', '200334.570000', '200334.573000', '200334.576000', '200334.579000', '200334.581000', '200334.584000', '200334.586000', '200334.589000', '200334.591000', '200334.594000', '200334.597000', '200334.599000', '200334.602000', '200334.605000', '200334.607000', '200334.610000', '200334.613000', '200334.615000', '200334.618000', '200334.620000', '200334.623000', '200334.626000', '200334.628000', '200334.631000', '200334.633000', '200334.636000', '200334.639000', '200334.641000', '200334.644000', '200354.505000', '200354.508000', '200354.510000', '200354.513000', '200354.516000', '200354.518000', '200354.521000', '200354.524000', '200354.526000', '200354.529000', '200354.532000', '200354.534000', '200354.537000', '200354.539000', '200354.543000', '200354.546000', '200354.548000', '200354.551000', '200354.554000', '200354.556000', '200354.559000', '200354.561000', '200354.564000', '200354.566000', '200354.569000', '200354.572000', '200354.574000', '200354.577000', '200354.579000', '200354.582000', '200354.585000', '200354.587000', '200354.590000', '200354.592000', '200354.595000', '200354.598000', '200354.601000', '200354.603000', '200354.606000', '200354.609000', '200354.611000', '200354.614000', '200354.616000', '200414.505000', '200414.508000', '200414.510000', '200414.514000', '200414.516000', '200414.519000', '200414.521000', '200414.524000', '200414.527000', '200414.529000', '200414.532000', '200414.534000', '200414.537000', '200414.539000', '200414.542000', '200414.545000', '200414.547000', '200414.550000', '200414.553000', '200414.555000', '200414.558000', '200414.560000', '200414.563000', '200414.566000', '200414.568000', '200414.571000', '200414.574000', '200414.576000', '200414.579000', '200414.581000', '200414.584000', '200414.587000', '200414.589000', '200414.592000', '200414.594000', '200414.597000', '200414.600000', '200414.602000', '200414.605000', '200414.608000', '200414.610000', '200414.613000', '200414.615000', '200414.618000', '200425.310000', '200425.313000', '200425.316000', '200425.319000', '200425.321000', '200425.324000', '200425.326000', '200425.329000', '200425.332000', '200425.334000', '200425.337000', '200425.340000', '200425.342000', '200425.345000', '200425.347000', '200425.350000', '200425.353000', '200425.355000', '200425.358000', '200425.360000', '200425.363000', '200425.366000', '200425.368000', '200425.371000'], 'InstanceCreationTime': ['195634.641000', '195634.644000', '195634.647000', '195634.649000', '195634.652000', '195634.654000', '195634.657000', '195634.659000', '195634.662000', '195634.665000', '195634.675000', '195634.678000', '195634.680000', '195634.683000', '195634.686000', '195634.688000', '195634.691000', '195634.693000', '195634.696000', '195634.698000', '195634.701000', '195634.704000', '195634.706000', '195634.709000', '195634.711000', '195634.714000', '195634.716000', '195634.719000', '195634.721000', '195634.724000', '195634.727000', '195634.729000', '195634.732000', '195634.734000', '195634.737000', '195634.739000', '195634.742000', '195634.745000', '195634.747000', '195634.750000', '195634.753000', '195654.505000', '195654.508000', '195654.510000', '195654.513000', '195654.516000', '195654.518000', '195654.521000', '195654.523000', '195654.526000', '195654.529000', '195654.531000', '195654.534000', '195654.536000', '195654.539000', '195654.541000', '195654.544000', '195654.547000', '195654.549000', '195654.552000', '195654.554000', '195654.557000', '195654.559000', '195654.562000', '195654.564000', '195654.567000', '195654.569000', '195654.572000', '195654.575000', '195654.577000', '195654.580000', '195654.583000', '195654.585000', '195654.588000', '195654.590000', '195654.593000', '195654.595000', '195654.598000', '195654.600000', '195654.603000', '195654.606000', '195654.608000', '195654.611000', '195654.613000', '195714.504000', '195714.507000', '195714.510000', '195714.512000', '195714.515000', '195714.517000', '195714.520000', '195714.523000', '195714.525000', '195714.528000', '195714.530000', '195714.533000', '195714.535000', '195714.538000', '195714.540000', '195714.543000', '195714.551000', '195714.554000', '195714.556000', '195714.559000', '195714.562000', '195714.564000', '195714.567000', '195714.569000', '195714.572000', '195714.575000', '195714.577000', '195714.580000', '195714.583000', '195714.585000', '195714.588000', '195714.591000', '195714.593000', '195714.596000', '195714.598000', '195714.601000', '195714.604000', '195714.606000', '195714.609000', '195714.611000', '195714.614000', '195714.617000', '195714.619000', '195714.622000', '195734.505000', '195734.507000', '195734.510000', '195734.513000', '195734.515000', '195734.518000', '195734.521000', '195734.523000', '195734.526000', '195734.529000', '195734.531000', '195734.534000', '195734.536000', '195734.539000', '195734.542000', '195734.544000', '195734.547000', '195734.549000', '195734.552000', '195734.554000', '195734.557000', '195734.560000', '195734.562000', '195734.565000', '195734.567000', '195734.570000', '195734.573000', '195734.589000', '195734.592000', '195734.595000', '195734.597000', '195734.600000', '195734.602000', '195734.605000', '195734.607000', '195734.610000', '195734.613000', '195734.615000', '195734.618000', '195734.620000', '195734.623000', '195734.625000', '195734.628000', '195754.504000', '195754.506000', '195754.509000', '195754.512000', '195754.514000', '195754.517000', '195754.519000', '195754.522000', '195754.524000', '195754.527000', '195754.529000', '195754.532000', '195754.535000', '195754.537000', '195754.540000', '195754.543000', '195754.545000', '195754.548000', '195754.550000', '195754.553000', '195754.556000', '195754.558000', '195754.561000', '195754.563000', '195754.566000', '195754.569000', '195754.571000', '195754.574000', '195754.577000', '195754.579000', '195754.582000', '195754.585000', '195754.587000', '195754.590000', '195754.600000', '195754.603000', '195754.605000', '195754.608000', '195754.610000', '195754.613000', '195754.616000', '195754.618000', '195754.621000', '195754.623000', '195814.504000', '195814.506000', '195814.509000', '195814.512000', '195814.514000', '195814.517000', '195814.519000', '195814.522000', '195814.524000', '195814.527000', '195814.529000', '195814.532000', '195814.535000', '195814.537000', '195814.540000', '195814.542000', '195814.545000', '195814.548000', '195814.551000', '195814.554000', '195814.557000', '195814.560000', '195814.563000', '195814.565000', '195814.568000', '195814.571000', '195814.573000', '195814.576000', '195814.584000', '195814.587000', '195814.589000', '195814.592000', '195814.594000', '195814.597000', '195814.600000', '195814.602000', '195814.605000', '195814.607000', '195814.610000', '195814.613000', '195814.615000', '195814.618000', '195814.621000', '195834.503000', '195834.506000', '195834.509000', '195834.511000', '195834.514000', '195834.517000', '195834.519000', '195834.522000', '195834.524000', '195834.527000', '195834.530000', '195834.532000', '195834.535000', '195834.537000', '195834.540000', '195834.542000', '195834.545000', '195834.548000', '195834.550000', '195834.553000', '195834.555000', '195834.558000', '195834.560000', '195834.563000', '195834.566000', '195834.568000', '195834.571000', '195834.573000', '195834.576000', '195834.579000', '195834.581000', '195834.584000', '195834.586000', '195834.589000', '195834.591000', '195834.594000', '195834.597000', '195834.599000', '195834.602000', '195834.605000', '195834.607000', '195834.610000', '195834.612000', '195834.615000', '195854.503000', '195854.506000', '195854.509000', '195854.512000', '195854.514000', '195854.517000', '195854.519000', '195854.522000', '195854.524000', '195854.527000', '195854.530000', '195854.532000', '195854.535000', '195854.537000', '195854.540000', '195854.543000', '195854.545000', '195854.548000', '195854.550000', '195854.553000', '195854.555000', '195854.558000', '195854.561000', '195854.564000', '195854.567000', '195854.570000', '195854.573000', '195854.575000', '195854.578000', '195854.581000', '195854.583000', '195854.586000', '195854.588000', '195854.591000', '195854.602000', '195854.605000', '195854.608000', '195854.610000', '195854.613000', '195854.616000', '195854.618000', '195854.621000', '195854.625000', '195914.504000', '195914.507000', '195914.510000', '195914.512000', '195914.515000', '195914.518000', '195914.520000', '195914.523000', '195914.525000', '195914.528000', '195914.531000', '195914.533000', '195914.536000', '195914.538000', '195914.541000', '195914.543000', '195914.546000', '195914.549000', '195914.551000', '195914.554000', '195914.556000', '195914.559000', '195914.561000', '195914.579000', '195914.582000', '195914.585000', '195914.587000', '195914.590000', '195914.593000', '195914.595000', '195914.598000', '195914.601000', '195914.603000', '195914.606000', '195914.608000', '195914.611000', '195914.614000', '195914.616000', '195914.619000', '195914.622000', '195914.624000', '195914.627000', '195914.629000', '195914.632000', '195934.504000', '195934.507000', '195934.510000', '195934.512000', '195934.515000', '195934.518000', '195934.520000', '195934.523000', '195934.526000', '195934.528000', '195934.531000', '195934.533000', '195934.536000', '195934.539000', '195934.541000', '195934.544000', '195934.546000', '195934.549000', '195934.551000', '195934.554000', '195934.557000', '195934.559000', '195934.562000', '195934.565000', '195934.567000', '195934.570000', '195934.573000', '195934.575000', '195934.578000', '195934.581000', '195934.584000', '195934.586000', '195934.589000', '195934.592000', '195934.594000', '195934.597000', '195934.600000', '195934.602000', '195934.605000', '195934.607000', '195934.610000', '195934.613000', '195934.615000', '195954.505000', '195954.507000', '195954.510000', '195954.513000', '195954.515000', '195954.518000', '195954.521000', '195954.523000', '195954.526000', '195954.528000', '195954.531000', '195954.534000', '195954.536000', '195954.539000', '195954.541000', '195954.544000', '195954.547000', '195954.549000', '195954.552000', '195954.554000', '195954.557000', '195954.560000', '195954.562000', '195954.565000', '195954.567000', '195954.570000', '195954.573000', '195954.575000', '195954.578000', '195954.580000', '195954.583000', '195954.585000', '195954.588000', '195954.591000', '195954.593000', '195954.596000', '195954.599000', '195954.601000', '195954.604000', '195954.606000', '195954.609000', '195954.612000', '195954.614000', '195954.617000', '200014.503000', '200014.506000', '200014.509000', '200014.511000', '200014.514000', '200014.517000', '200014.519000', '200014.522000', '200014.524000', '200014.527000', '200014.535000', '200014.537000', '200014.540000', '200014.543000', '200014.545000', '200014.548000', '200014.550000', '200014.553000', '200014.556000', '200014.558000', '200014.561000', '200014.564000', '200014.566000', '200014.569000', '200014.572000', '200014.574000', '200014.577000', '200014.579000', '200014.582000', '200014.584000', '200014.587000', '200014.590000', '200014.592000', '200014.595000', '200014.597000', '200014.600000', '200014.603000', '200014.605000', '200014.608000', '200014.610000', '200014.613000', '200014.616000', '200014.618000', '200034.504000', '200034.507000', '200034.509000', '200034.512000', '200034.514000', '200034.517000', '200034.520000', '200034.522000', '200034.525000', '200034.527000', '200034.530000', '200034.532000', '200034.535000', '200034.538000', '200034.540000', '200034.543000', '200034.545000', '200034.548000', '200034.551000', '200034.553000', '200034.556000', '200034.558000', '200034.561000', '200034.564000', '200034.566000', '200034.569000', '200034.571000', '200034.574000', '200034.577000', '200034.579000', '200034.582000', '200034.584000', '200034.587000', '200034.590000', '200034.592000', '200034.595000', '200034.597000', '200034.600000', '200034.603000', '200034.605000', '200034.608000', '200034.611000', '200034.613000', '200034.616000', '200054.504000', '200054.507000', '200054.509000', '200054.512000', '200054.526000', '200054.528000', '200054.531000', '200054.534000', '200054.536000', '200054.539000', '200054.541000', '200054.544000', '200054.546000', '200054.549000', '200054.551000', '200054.554000', '200054.556000', '200054.559000', '200054.562000', '200054.564000', '200054.567000', '200054.570000', '200054.572000', '200054.575000', '200054.577000', '200054.580000', '200054.583000', '200054.585000', '200054.588000', '200054.591000', '200054.593000', '200054.596000', '200054.599000', '200054.601000', '200054.604000', '200054.606000', '200054.609000', '200054.611000', '200054.614000', '200054.617000', '200054.619000', '200054.622000', '200054.624000', '200114.503000', '200114.506000', '200114.509000', '200114.511000', '200114.514000', '200114.517000', '200114.519000', '200114.522000', '200114.525000', '200114.527000', '200114.530000', '200114.533000', '200114.536000', '200114.539000', '200114.541000', '200114.544000', '200114.547000', '200114.550000', '200114.552000', '200114.555000', '200114.558000', '200114.560000', '200114.563000', '200114.565000', '200114.568000', '200114.570000', '200114.573000', '200114.576000', '200114.578000', '200114.581000', '200114.583000', '200114.586000', '200114.589000', '200114.591000', '200114.594000', '200114.596000', '200114.599000', '200114.602000', '200114.604000', '200114.607000', '200114.609000', '200114.612000', '200114.615000', '200134.505000', '200134.507000', '200134.510000', '200134.513000', '200134.515000', '200134.518000', '200134.520000', '200134.523000', '200134.526000', '200134.528000', '200134.531000', '200134.533000', '200134.536000', '200134.539000', '200134.541000', '200134.544000', '200134.547000', '200134.549000', '200134.552000', '200134.554000', '200134.557000', '200134.560000', '200134.562000', '200134.565000', '200134.567000', '200134.570000', '200134.573000', '200134.575000', '200134.578000', '200134.580000', '200134.583000', '200134.586000', '200134.588000', '200134.591000', '200134.593000', '200134.598000', '200134.611000', '200134.614000', '200134.616000', '200134.619000', '200134.621000', '200134.624000', '200134.627000', '200134.629000', '200154.505000', '200154.508000', '200154.510000', '200154.513000', '200154.515000', '200154.518000', '200154.521000', '200154.523000', '200154.526000', '200154.528000', '200154.531000', '200154.533000', '200154.536000', '200154.539000', '200154.541000', '200154.544000', '200154.546000', '200154.549000', '200154.552000', '200154.554000', '200154.557000', '200154.569000', '200154.572000', '200154.574000', '200154.577000', '200154.579000', '200154.582000', '200154.585000', '200154.587000', '200154.599000', '200154.601000', '200154.604000', '200154.606000', '200154.609000', '200154.612000', '200154.614000', '200154.617000', '200154.620000', '200154.622000', '200154.625000', '200154.627000', '200154.630000', '200154.633000', '200154.635000', '200214.505000', '200214.508000', '200214.510000', '200214.514000', '200214.516000', '200214.519000', '200214.522000', '200214.524000', '200214.527000', '200214.529000', '200214.532000', '200214.535000', '200214.537000', '200214.540000', '200214.551000', '200214.554000', '200214.556000', '200214.559000', '200214.562000', '200214.564000', '200214.567000', '200214.569000', '200214.572000', '200214.575000', '200214.577000', '200214.580000', '200214.582000', '200214.585000', '200214.588000', '200214.590000', '200214.593000', '200214.595000', '200214.598000', '200214.601000', '200214.604000', '200214.606000', '200214.609000', '200214.611000', '200214.614000', '200214.616000', '200214.619000', '200214.621000', '200214.624000', '200234.506000', '200234.509000', '200234.511000', '200234.514000', '200234.517000', '200234.519000', '200234.522000', '200234.524000', '200234.527000', '200234.530000', '200234.532000', '200234.535000', '200234.538000', '200234.540000', '200234.543000', '200234.545000', '200234.548000', '200234.551000', '200234.553000', '200234.556000', '200234.559000', '200234.561000', '200234.564000', '200234.567000', '200234.569000', '200234.572000', '200234.574000', '200234.577000', '200234.580000', '200234.582000', '200234.585000', '200234.587000', '200234.590000', '200234.593000', '200234.595000', '200234.598000', '200234.601000', '200234.603000', '200234.606000', '200234.608000', '200234.611000', '200234.614000', '200234.616000', '200234.619000', '200254.504000', '200254.506000', '200254.509000', '200254.511000', '200254.514000', '200254.517000', '200254.519000', '200254.522000', '200254.524000', '200254.527000', '200254.530000', '200254.532000', '200254.535000', '200254.537000', '200254.540000', '200254.543000', '200254.545000', '200254.548000', '200254.550000', '200254.553000', '200254.555000', '200254.558000', '200254.561000', '200254.563000', '200254.566000', '200254.568000', '200254.571000', '200254.574000', '200254.576000', '200254.579000', '200254.581000', '200254.584000', '200254.587000', '200254.589000', '200254.592000', '200254.594000', '200254.597000', '200254.599000', '200254.602000', '200254.605000', '200254.607000', '200254.610000', '200254.613000', '200314.504000', '200314.506000', '200314.509000', '200314.512000', '200314.514000', '200314.517000', '200314.519000', '200314.522000', '200314.524000', '200314.527000', '200314.530000', '200314.532000', '200314.535000', '200314.538000', '200314.540000', '200314.543000', '200314.545000', '200314.548000', '200314.550000', '200314.553000', '200314.556000', '200314.558000', '200314.561000', '200314.563000', '200314.566000', '200314.569000', '200314.571000', '200314.574000', '200314.577000', '200314.579000', '200314.582000', '200314.584000', '200314.587000', '200314.590000', '200314.592000', '200314.595000', '200314.597000', '200314.600000', '200314.603000', '200314.605000', '200314.608000', '200314.611000', '200314.613000', '200314.616000', '200334.504000', '200334.506000', '200334.509000', '200334.512000', '200334.514000', '200334.517000', '200334.519000', '200334.522000', '200334.524000', '200334.527000', '200334.530000', '200334.563000', '200334.565000', '200334.568000', '200334.570000', '200334.573000', '200334.576000', '200334.579000', '200334.581000', '200334.584000', '200334.586000', '200334.589000', '200334.591000', '200334.594000', '200334.597000', '200334.599000', '200334.602000', '200334.605000', '200334.607000', '200334.610000', '200334.613000', '200334.615000', '200334.618000', '200334.620000', '200334.623000', '200334.626000', '200334.628000', '200334.631000', '200334.633000', '200334.636000', '200334.639000', '200334.641000', '200334.644000', '200354.505000', '200354.508000', '200354.510000', '200354.513000', '200354.516000', '200354.518000', '200354.521000', '200354.524000', '200354.526000', '200354.529000', '200354.532000', '200354.534000', '200354.537000', '200354.539000', '200354.543000', '200354.546000', '200354.548000', '200354.551000', '200354.554000', '200354.556000', '200354.559000', '200354.561000', '200354.564000', '200354.566000', '200354.569000', '200354.572000', '200354.574000', '200354.577000', '200354.579000', '200354.582000', '200354.585000', '200354.587000', '200354.590000', '200354.592000', '200354.595000', '200354.598000', '200354.601000', '200354.603000', '200354.606000', '200354.609000', '200354.611000', '200354.614000', '200354.616000', '200414.505000', '200414.508000', '200414.510000', '200414.514000', '200414.516000', '200414.519000', '200414.521000', '200414.524000', '200414.527000', '200414.529000', '200414.532000', '200414.534000', '200414.537000', '200414.539000', '200414.542000', '200414.545000', '200414.547000', '200414.550000', '200414.553000', '200414.555000', '200414.558000', '200414.560000', '200414.563000', '200414.566000', '200414.568000', '200414.571000', '200414.574000', '200414.576000', '200414.579000', '200414.581000', '200414.584000', '200414.587000', '200414.589000', '200414.592000', '200414.594000', '200414.597000', '200414.600000', '200414.602000', '200414.605000', '200414.608000', '200414.610000', '200414.613000', '200414.615000', '200414.618000', '200425.310000', '200425.313000', '200425.316000', '200425.319000', '200425.321000', '200425.324000', '200425.326000', '200425.329000', '200425.332000', '200425.334000', '200425.337000', '200425.340000', '200425.342000', '200425.345000', '200425.347000', '200425.350000', '200425.353000', '200425.355000', '200425.358000', '200425.360000', '200425.363000', '200425.366000', '200425.368000', '200425.371000'], '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], 'LargestImagePixelValue': [12942, 8899, 12325, 8786, 10609, 8645, 8863, 8472, 8716, 15191, 8836, 12844, 8677, 10548, 8537, 8514, 7956, 8562, 10178, 8744, 8392, 9338, 8330, 11404, 8667, 9268, 11719, 8562, 10899, 8771, 8320, 10757, 8891, 10601, 8672, 8679, 7515, 8901, 9306, 8862, 10662, 8963, 10962, 8852, 10283, 15407, 9590, 10278, 14368, 10092, 10503, 11207, 8677, 10271, 8774, 8489, 11476, 8718, 10758, 7854, 8521, 10420, 8505, 8679, 11605, 8778, 9076, 9977, 8691, 11872, 8143, 8607, 11711, 8847, 8712, 11833, 8613, 10970, 9777, 8661, 11419, 8639, 9185, 10292, 8894, 11918, 8678, 8682, 10622, 8750, 10727, 8695, 8673, 15309, 8765, 13228, 11895, 8670, 12652, 8913, 9123, 10370, 8724, 9968, 8696, 8312, 8106, 8472, 9728, 8362, 8459, 13028, 8657, 9654, 14663, 8584, 10392, 11390, 8699, 10133, 8657, 8768, 10410, 8520, 9162, 8204, 8502, 11952, 8648, 8557, 14872, 8718, 10919, 8347, 8772, 12255, 8397, 9342, 12826, 8759, 10629, 8472, 8702, 12949, 8832, 10904, 8927, 9445, 8939, 10517, 10671, 10136, 15501, 9339, 8641, 13492, 9128, 9612, 12869, 8892, 8300, 12055, 8695, 9688, 8481, 8497, 9974, 8424, 8370, 7719, 8402, 9547, 8644, 9347, 7978, 8719, 10509, 8920, 9778, 10145, 8674, 14583, 9594, 9351, 15597, 8917, 10330, 8594, 8642, 14096, 8763, 11747, 8275, 8525, 12128, 8649, 11600, 8423, 8555, 12495, 8593, 9268, 8464, 8817, 11697, 8679, 9384, 9968, 8712, 11644, 8881, 8882, 13290, 8645, 12390, 8831, 9550, 7676, 9062, 11089, 8730, 10693, 8907, 10850, 8775, 11387, 8559, 8303, 8463, 8639, 14663, 8699, 11030, 9060, 8621, 15216, 8951, 10331, 8186, 8801, 10320, 8622, 9555, 8254, 8453, 8347, 8034, 8025, 9067, 8343, 9315, 8869, 12447, 8607, 11345, 9055, 14107, 8893, 11955, 14268, 10868, 14450, 10778, 13291, 9780, 9097, 11574, 8509, 10907, 8482, 9366, 8912, 8632, 10647, 8543, 8761, 8527, 7946, 8269, 9867, 7988, 9871, 11191, 9068, 12963, 8274, 11097, 8179, 10420, 10316, 8891, 14772, 8400, 9973, 8379, 10483, 8238, 9083, 7674, 10329, 10652, 9692, 12045, 8886, 9652, 8574, 9537, 9876, 10624, 9456, 12475, 8095, 12423, 9159, 12986, 7973, 8698, 7999, 8997, 7852, 10056, 7680, 9338, 9111, 8058, 10894, 7913, 11472, 7829, 10781, 11679, 8210, 12218, 8046, 9279, 10261, 7865, 10557, 8252, 10213, 7717, 7844, 10065, 8100, 9319, 7860, 7866, 10428, 8189, 10148, 12851, 7913, 12465, 8756, 8460, 11888, 7879, 10364, 13313, 8167, 10699, 8200, 8654, 12317, 7952, 9932, 7920, 9027, 9987, 7933, 12591, 8492, 9034, 15244, 8404, 11572, 10720, 8224, 12696, 8198, 9458, 8767, 8129, 9949, 7905, 9757, 7964, 7906, 9803, 7875, 9146, 7914, 7722, 10277, 7943, 10527, 7850, 10393, 12970, 8053, 13280, 9236, 9111, 7971, 8472, 7738, 10593, 8725, 9472, 10827, 8957, 15117, 7943, 12374, 7943, 9848, 12947, 7575, 10295, 8347, 9054, 7984, 9325, 7786, 9131, 11591, 7977, 11192, 7746, 9419, 8596, 9226, 7702, 8678, 10164, 8210, 12767, 9369, 14074, 7831, 8812, 14662, 8622, 9011, 15329, 7608, 11128, 13369, 7642, 11200, 9997, 7826, 10057, 7842, 8698, 8310, 7492, 8412, 7687, 7741, 7918, 8485, 8059, 9681, 8534, 12075, 11864, 10729, 15305, 9447, 11239, 9460, 8477, 14510, 9086, 9839, 15876, 10147, 13480, 9089, 7874, 9101, 7785, 9699, 7583, 7409, 9444, 7552, 8407, 7147, 8721, 8855, 7605, 10248, 7518, 10879, 7198, 9204, 13801, 7814, 11863, 7994, 10890, 10355, 7546, 14915, 8768, 12825, 7838, 10469, 7645, 10924, 8174, 13034, 7576, 8669, 14065, 8044, 13331, 9137, 11908, 7356, 8457, 12311, 7276, 10897, 7595, 8236, 7250, 9881, 8844, 10338, 8400, 8045, 7648, 7854, 8185, 13232, 10980, 9366, 13646, 9322, 9377, 14003, 8824, 11688, 8156, 10462, 12264, 9205, 15255, 9529, 11940, 13195, 8119, 11152, 8102, 11201, 7924, 8908, 12009, 7404, 8380, 7618, 9475, 8524, 8068, 9853, 7450, 8564, 7651, 10281, 8117, 10054, 10976, 7987, 10587, 8253, 9953, 7878, 8030, 9851, 8415, 9557, 8160, 9158, 9227, 7909, 11048, 8319, 10929, 7918, 8895, 8005, 10210, 9140, 8680, 11178, 7843, 11430, 8091, 11906, 8803, 12455, 8243, 9878, 7822, 8827, 15061, 7839, 14030, 8342, 8870, 7843, 8918, 8472, 7809, 7991, 8022, 9750, 8067, 10737, 8190, 10302, 8352, 9232, 8057, 10148, 7242, 8368, 7729, 10181, 11296, 9168, 9284, 10038, 11839, 10056, 9575, 8832, 14000, 8032, 13770, 8769, 11181, 9146, 7747, 11057, 7939, 9479, 7566, 7852, 8635, 7885, 10068, 7966, 9670, 7559, 8009, 10442, 7565, 10746, 7983, 11039, 7318, 9276, 14505, 7557, 13182, 7675, 9237, 10531, 8129, 13719, 7953, 9823, 9232, 7807, 12096, 7573, 9363, 7521, 8559, 10799, 7506, 11159, 7920, 9441, 10660, 7673, 12300, 7654, 9689, 9909, 7797, 11440, 7888, 10531, 7516, 8251, 7540, 7855, 10008, 7750, 10432, 7607, 10610, 10249, 8983, 15456, 8309, 11670, 8342, 8355, 13747, 8110, 10431, 7759, 8624, 10252, 7545, 10127, 7604, 8734, 8467, 7536, 10745, 7241, 7798, 7739, 8429, 7670, 9199, 7527, 9993, 7484, 12262, 9052, 13527, 8020, 9067, 15431, 8627, 13435, 9231, 10031, 13810, 7254, 8942, 8155, 10882, 7903, 9041, 7411, 7912, 7570, 10402, 7823, 8743, 14342, 7502, 11497, 8438, 9996, 7381, 7973, 10099, 7442, 10616, 7503, 11302, 7660, 8283, 7720, 8716, 7203, 8768, 10450, 8128, 12643, 8074, 11820, 7667, 9261, 7968, 8711, 7413, 9332, 7094, 9391, 11513, 8408, 10577, 7576, 11382, 7094, 11549, 8268, 10847, 7277, 9082, 7539, 8084, 7856, 7691, 7516, 7864, 7384, 10836, 8485, 11572, 9735, 13572, 9478, 14734, 10478, 13307, 8341, 9370, 12358, 8339, 12681, 8516, 10260, 7774, 7717, 9001, 7179, 9237, 7387, 8428, 7569, 9401, 7655, 7978, 11786, 6856, 9460, 7815, 8904, 13319, 8070, 13510, 8197, 9922, 14947, 8720, 13998, 7638, 8926, 11426, 8065, 10894, 7648, 8559, 10976, 7436, 9997, 7803, 8614, 7963, 7673, 10061, 7767, 8579, 11693, 7653, 10559, 7508, 8544, 12966, 7960, 10860, 8078, 7571, 10394, 7578, 9788, 6904, 8185, 8864, 8186, 10271, 7880, 9243, 12265, 7695, 10108, 7970, 8652, 7029, 7673, 10097, 7704, 11052, 8293, 10535, 7997, 8592, 7593, 9321, 7809, 8350, 14726, 7896, 10991, 7881, 8226, 13793, 7466, 8936, 7474, 7934, 7080, 8245, 9869, 7174, 9608, 7039, 7676, 11294, 6968, 8624, 7667, 8587, 7214, 7991, 13127, 7611, 11729, 7980, 8634, 15764, 7581, 11908, 7965, 8158, 14712, 8106, 9866, 7694, 8377, 14623, 9186, 11831, 7336, 7409, 8993, 7783, 10175, 8238, 8412, 11477, 7034, 9135, 7245, 8120, 11252, 7149, 8316, 7235, 7729, 10981, 8239, 10721, 7514, 8711, 8172, 7326, 13999, 7849, 9684, 7337, 8045, 13412, 7771, 12219, 7634, 8320, 14229, 8084, 11284, 7074, 8172, 8377, 8431, 9957, 7017, 8404, 7386, 7289, 6883, 8106, 7208, 8777, 7538, 10335, 7302, 10605, 14016, 9117, 13245, 7606, 10634, 8598, 8087, 13604, 8416, 9284, 7695, 8540, 10507, 8152, 9508, 7730, 8779, 9505, 7360, 8884, 7271, 8044, 7651, 8839, 7525, 8557, 11540, 7523, 10471, 8366, 11283, 7486, 9257, 9768, 8090, 14716, 9058, 13591, 8436, 12177, 8245, 10612, 7671, 8253, 14985, 8812, 11602, 7788, 10092, 8905, 7953, 14528, 8256, 11771, 7987, 8572, 9496, 8319, 7975, 11255, 7189, 9181, 7366, 8026, 7395, 7213], 'WindowCenter': [4264.0, 4210.0, 4235.0, 4182.0, 4189.0, 4165.0, 4165.0, 4152.0, 4163.0, 4213.0, 4162.0, 4191.0, 4150.0, 4171.0, 4149.0, 4150.0, 4138.0, 4150.0, 4160.0, 4150.0, 4150.0, 4148.0, 4139.0, 4168.0, 4138.0, 4160.0, 4178.0, 4149.0, 4181.0, 4163.0, 4139.0, 4181.0, 4186.0, 4194.0, 4163.0, 4163.0, 4141.0, 4174.0, 4173.0, 4177.0, 4197.0, 4188.0, 4209.0, 4177.0, 4198.0, 4217.0, 4150.0, 4174.0, 4204.0, 4172.0, 4172.0, 4170.0, 4151.0, 4160.0, 4150.0, 4151.0, 4180.0, 4153.0, 4183.0, 4140.0, 4152.0, 4172.0, 4162.0, 4163.0, 4193.0, 4163.0, 4164.0, 4172.0, 4163.0, 4193.0, 4141.0, 4163.0, 4182.0, 4163.0, 4163.0, 4180.0, 4161.0, 4183.0, 4160.0, 4163.0, 4195.0, 4165.0, 4174.0, 4178.0, 4163.0, 4192.0, 4151.0, 4151.0, 4169.0, 4161.0, 4182.0, 4161.0, 4163.0, 4213.0, 4152.0, 4193.0, 4180.0, 4150.0, 4180.0, 4149.0, 4149.0, 4157.0, 4149.0, 4158.0, 4148.0, 4139.0, 4138.0, 4150.0, 4159.0, 4150.0, 4151.0, 4190.0, 4150.0, 4160.0, 4188.0, 4149.0, 4160.0, 4168.0, 4139.0, 4159.0, 4161.0, 4151.0, 4182.0, 4175.0, 4173.0, 4150.0, 4162.0, 4192.0, 4151.0, 4152.0, 4201.0, 4151.0, 4172.0, 4139.0, 4163.0, 4192.0, 4140.0, 4161.0, 4179.0, 4151.0, 4184.0, 4162.0, 4163.0, 4192.0, 4174.0, 4182.0, 4173.0, 4172.0, 4175.0, 4184.0, 4183.0, 4173.0, 4214.0, 4149.0, 4150.0, 4191.0, 4148.0, 4160.0, 4177.0, 4148.0, 4137.0, 4165.0, 4137.0, 4146.0, 4135.0, 4137.0, 4156.0, 4137.0, 4150.0, 4127.0, 4152.0, 4159.0, 4151.0, 4172.0, 4152.0, 4164.0, 4183.0, 4163.0, 4173.0, 4171.0, 4153.0, 4203.0, 4161.0, 4162.0, 4213.0, 4164.0, 4184.0, 4164.0, 4164.0, 4203.0, 4152.0, 4180.0, 4139.0, 4151.0, 4181.0, 4151.0, 4182.0, 4151.0, 4162.0, 4191.0, 4151.0, 4162.0, 4150.0, 4147.0, 4181.0, 4151.0, 4163.0, 4171.0, 4152.0, 4181.0, 4161.0, 4163.0, 4191.0, 4152.0, 4192.0, 4151.0, 4163.0, 4141.0, 4164.0, 4183.0, 4165.0, 4182.0, 4163.0, 4182.0, 4163.0, 4183.0, 4152.0, 4153.0, 4153.0, 4164.0, 4202.0, 4152.0, 4172.0, 4149.0, 4150.0, 4202.0, 4162.0, 4171.0, 4152.0, 4162.0, 4158.0, 4150.0, 4158.0, 4150.0, 4150.0, 4152.0, 4152.0, 4154.0, 4175.0, 4166.0, 4187.0, 4188.0, 4220.0, 4179.0, 4209.0, 4175.0, 4218.0, 4164.0, 4197.0, 4203.0, 4183.0, 4203.0, 4173.0, 4194.0, 4159.0, 4150.0, 4169.0, 4139.0, 4167.0, 4137.0, 4159.0, 4148.0, 4140.0, 4159.0, 4151.0, 4163.0, 4163.0, 4152.0, 4152.0, 4171.0, 4140.0, 4172.0, 4171.0, 4151.0, 4179.0, 4140.0, 4170.0, 4140.0, 4172.0, 4174.0, 4163.0, 4200.0, 4139.0, 4158.0, 4140.0, 4171.0, 4140.0, 4151.0, 4140.0, 4172.0, 4171.0, 4162.0, 4180.0, 4151.0, 4161.0, 4150.0, 4161.0, 4162.0, 4156.0, 4161.0, 4181.0, 4142.0, 4181.0, 4150.0, 4180.0, 4128.0, 4138.0, 4128.0, 4151.0, 4139.0, 4160.0, 4129.0, 4162.0, 4150.0, 4141.0, 4171.0, 4140.0, 4181.0, 4141.0, 4171.0, 4181.0, 4153.0, 4182.0, 4128.0, 4150.0, 4158.0, 4142.0, 4171.0, 4152.0, 4183.0, 4140.0, 4154.0, 4171.0, 4152.0, 4163.0, 4141.0, 4154.0, 4184.0, 4153.0, 4184.0, 4192.0, 4142.0, 4193.0, 4152.0, 4154.0, 4182.0, 4142.0, 4173.0, 4191.0, 4153.0, 4186.0, 4164.0, 4164.0, 4191.0, 4142.0, 4174.0, 4141.0, 4164.0, 4161.0, 4143.0, 4195.0, 4153.0, 4163.0, 4202.0, 4153.0, 4184.0, 4183.0, 4153.0, 4192.0, 4140.0, 4161.0, 4138.0, 4140.0, 4159.0, 4140.0, 4161.0, 4139.0, 4141.0, 4160.0, 4141.0, 4163.0, 4140.0, 4143.0, 4172.0, 4142.0, 4184.0, 4166.0, 4185.0, 4194.0, 4143.0, 4192.0, 4151.0, 4163.0, 4141.0, 4153.0, 4141.0, 4173.0, 4152.0, 4150.0, 4172.0, 4152.0, 4202.0, 4141.0, 4182.0, 4129.0, 4160.0, 4178.0, 4129.0, 4149.0, 4139.0, 4148.0, 4140.0, 4150.0, 4131.0, 4162.0, 4171.0, 4141.0, 4170.0, 4131.0, 4161.0, 4151.0, 4163.0, 4142.0, 4165.0, 4173.0, 4153.0, 4193.0, 4164.0, 4204.0, 4142.0, 4153.0, 4203.0, 4151.0, 4152.0, 4200.0, 4130.0, 4171.0, 4178.0, 4128.0, 4180.0, 4170.0, 4129.0, 4157.0, 4127.0, 4149.0, 4138.0, 4130.0, 4152.0, 4145.0, 4154.0, 4168.0, 4178.0, 4171.0, 4191.0, 4170.0, 4210.0, 4198.0, 4199.0, 4216.0, 4178.0, 4185.0, 4150.0, 4142.0, 4191.0, 4125.0, 4161.0, 4200.0, 4145.0, 4180.0, 4136.0, 4129.0, 4137.0, 4129.0, 4148.0, 4128.0, 4130.0, 4159.0, 4130.0, 4141.0, 4131.0, 4178.0, 4150.0, 4154.0, 4172.0, 4143.0, 4186.0, 4132.0, 4174.0, 4203.0, 4155.0, 4193.0, 4142.0, 4184.0, 4171.0, 4142.0, 4214.0, 4153.0, 4192.0, 4143.0, 4172.0, 4143.0, 4196.0, 4167.0, 4206.0, 4130.0, 4152.0, 4191.0, 4142.0, 4192.0, 4163.0, 4182.0, 4129.0, 4139.0, 4167.0, 4141.0, 4169.0, 4129.0, 4138.0, 4117.0, 4160.0, 4150.0, 4174.0, 4153.0, 4141.0, 4154.0, 4151.0, 4152.0, 4204.0, 4182.0, 4164.0, 4205.0, 4150.0, 4151.0, 4191.0, 4164.0, 4181.0, 4128.0, 4158.0, 4155.0, 4134.0, 4176.0, 4136.0, 4167.0, 4165.0, 4114.0, 4144.0, 4113.0, 4143.0, 4100.0, 4120.0, 4138.0, 4100.0, 4112.0, 4102.0, 4135.0, 4112.0, 4124.0, 4132.0, 4113.0, 4134.0, 4115.0, 4170.0, 4139.0, 4173.0, 4182.0, 4153.0, 4158.0, 4135.0, 4156.0, 4136.0, 4150.0, 4158.0, 4164.0, 4159.0, 4139.0, 4162.0, 4160.0, 4140.0, 4179.0, 4152.0, 4182.0, 4152.0, 4164.0, 4153.0, 4185.0, 4174.0, 4165.0, 4183.0, 4155.0, 4185.0, 4155.0, 4195.0, 4166.0, 4194.0, 4153.0, 4175.0, 4142.0, 4164.0, 4214.0, 4143.0, 4203.0, 4153.0, 4148.0, 4154.0, 4166.0, 4164.0, 4156.0, 4153.0, 4154.0, 4163.0, 4141.0, 4185.0, 4156.0, 4175.0, 4155.0, 4176.0, 4155.0, 4187.0, 4145.0, 4166.0, 4144.0, 4187.0, 4184.0, 4175.0, 4175.0, 4187.0, 4196.0, 4187.0, 4175.0, 4166.0, 4205.0, 4156.0, 4205.0, 4153.0, 4182.0, 4164.0, 4143.0, 4171.0, 4141.0, 4160.0, 4129.0, 4142.0, 4150.0, 4153.0, 4172.0, 4142.0, 4163.0, 4128.0, 4154.0, 4172.0, 4144.0, 4183.0, 4154.0, 4184.0, 4132.0, 4164.0, 4203.0, 4143.0, 4192.0, 4141.0, 4162.0, 4171.0, 4142.0, 4191.0, 4140.0, 4162.0, 4150.0, 4141.0, 4181.0, 4130.0, 4161.0, 4130.0, 4153.0, 4171.0, 4131.0, 4170.0, 4141.0, 4162.0, 4170.0, 4131.0, 4181.0, 4130.0, 4161.0, 4173.0, 4143.0, 4181.0, 4140.0, 4171.0, 4129.0, 4153.0, 4142.0, 4153.0, 4172.0, 4143.0, 4183.0, 4145.0, 4185.0, 4173.0, 4163.0, 4214.0, 4151.0, 4183.0, 4140.0, 4141.0, 4178.0, 4140.0, 4159.0, 4129.0, 4150.0, 4158.0, 4129.0, 4159.0, 4130.0, 4150.0, 4138.0, 4141.0, 4170.0, 4130.0, 4127.0, 4152.0, 4152.0, 4155.0, 4175.0, 4156.0, 4184.0, 4146.0, 4209.0, 4179.0, 4208.0, 4143.0, 4165.0, 4215.0, 4154.0, 4207.0, 4163.0, 4162.0, 4190.0, 4131.0, 4151.0, 4142.0, 4172.0, 4142.0, 4163.0, 4157.0, 4154.0, 4154.0, 4185.0, 4143.0, 4153.0, 4192.0, 4132.0, 4183.0, 4152.0, 4163.0, 4133.0, 4145.0, 4158.0, 4133.0, 4172.0, 4133.0, 4182.0, 4144.0, 4154.0, 4144.0, 4165.0, 4144.0, 4166.0, 4184.0, 4155.0, 4195.0, 4154.0, 4184.0, 4156.0, 4176.0, 4155.0, 4164.0, 4133.0, 4165.0, 4132.0, 4165.0, 4184.0, 4154.0, 4173.0, 4144.0, 4194.0, 4135.0, 4185.0, 4153.0, 4173.0, 4133.0, 4163.0, 4118.0, 4142.0, 4153.0, 4143.0, 4147.0, 4158.0, 4158.0, 4196.0, 4179.0, 4197.0, 4178.0, 4218.0, 4188.0, 4216.0, 4176.0, 4194.0, 4142.0, 4162.0, 4181.0, 4142.0, 4181.0, 4141.0, 4160.0, 4128.0, 4155.0, 4150.0, 4131.0, 4161.0, 4132.0, 4152.0, 4155.0, 4175.0, 4145.0, 4155.0, 4194.0, 4137.0, 4176.0, 4147.0, 4167.0, 4206.0, 4155.0, 4205.0, 4154.0, 4174.0, 4204.0, 4153.0, 4192.0, 4131.0, 4153.0, 4182.0, 4142.0, 4172.0, 4131.0, 4153.0, 4170.0, 4132.0, 4161.0, 4130.0, 4152.0, 4129.0, 4132.0, 4161.0, 4142.0, 4155.0, 4181.0, 4131.0, 4172.0, 4130.0, 4151.0, 4191.0, 4131.0, 4171.0, 4128.0, 4131.0, 4160.0, 4130.0, 4161.0, 4120.0, 4154.0, 4162.0, 4168.0, 4185.0, 4142.0, 4163.0, 4170.0, 4131.0, 4160.0, 4141.0, 4153.0, 4118.0, 4144.0, 4173.0, 4143.0, 4171.0, 4154.0, 4171.0, 4142.0, 4151.0, 4142.0, 4165.0, 4143.0, 4155.0, 4214.0, 4156.0, 4173.0, 4131.0, 4140.0, 4179.0, 4119.0, 4139.0, 4119.0, 4143.0, 4120.0, 4143.0, 4162.0, 4133.0, 4166.0, 4121.0, 4143.0, 4194.0, 4145.0, 4164.0, 4144.0, 4165.0, 4132.0, 4144.0, 4194.0, 4143.0, 4184.0, 4142.0, 4153.0, 4203.0, 4144.0, 4183.0, 4142.0, 4142.0, 4190.0, 4130.0, 4161.0, 4130.0, 4143.0, 4191.0, 4150.0, 4171.0, 4117.0, 4120.0, 4149.0, 4131.0, 4162.0, 4140.0, 4142.0, 4169.0, 4120.0, 4164.0, 4130.0, 4142.0, 4168.0, 4122.0, 4140.0, 4131.0, 4142.0, 4173.0, 4144.0, 4172.0, 4131.0, 4152.0, 4141.0, 4133.0, 4192.0, 4142.0, 4162.0, 4132.0, 4142.0, 4192.0, 4132.0, 4182.0, 4130.0, 4142.0, 4191.0, 4130.0, 4170.0, 4109.0, 4140.0, 4127.0, 4141.0, 4161.0, 4121.0, 4142.0, 4131.0, 4134.0, 4147.0, 4156.0, 4134.0, 4165.0, 4145.0, 4185.0, 4134.0, 4187.0, 4205.0, 4154.0, 4182.0, 4132.0, 4173.0, 4142.0, 4142.0, 4191.0, 4143.0, 4150.0, 4130.0, 4164.0, 4170.0, 4141.0, 4149.0, 4117.0, 4153.0, 4161.0, 4134.0, 4164.0, 4144.0, 4156.0, 4156.0, 4178.0, 4158.0, 4168.0, 4197.0, 4158.0, 4189.0, 4181.0, 4200.0, 4146.0, 4179.0, 4190.0, 4171.0, 4231.0, 4180.0, 4207.0, 4145.0, 4196.0, 4156.0, 4175.0, 4131.0, 4144.0, 4192.0, 4153.0, 4183.0, 4146.0, 4175.0, 4152.0, 4143.0, 4192.0, 4130.0, 4172.0, 4130.0, 4141.0, 4136.0, 4130.0, 4132.0, 4157.0, 4121.0, 4151.0, 4119.0, 4143.0, 4120.0, 4134.0], 'WindowWidth': [9435.0, 9349.0, 9371.0, 9291.0, 9293.0, 9252.0, 9253.0, 9232.0, 9246.0, 9313.0, 9242.0, 9276.0, 9222.0, 9251.0, 9219.0, 9223.0, 9203.0, 9222.0, 9233.0, 9220.0, 9223.0, 9216.0, 9206.0, 9240.0, 9202.0, 9235.0, 9256.0, 9219.0, 9265.0, 9248.0, 9203.0, 9268.0, 9284.0, 9291.0, 9245.0, 9246.0, 9213.0, 9264.0, 9261.0, 9272.0, 9301.0, 9291.0, 9318.0, 9272.0, 9301.0, 9327.0, 9218.0, 9259.0, 9299.0, 9255.0, 9254.0, 9247.0, 9223.0, 9234.0, 9221.0, 9223.0, 9262.0, 9229.0, 9271.0, 9211.0, 9228.0, 9252.0, 9243.0, 9247.0, 9284.0, 9246.0, 9250.0, 9256.0, 9245.0, 9284.0, 9212.0, 9246.0, 9269.0, 9245.0, 9244.0, 9263.0, 9239.0, 9272.0, 9236.0, 9244.0, 9293.0, 9249.0, 9261.0, 9265.0, 9247.0, 9283.0, 9225.0, 9226.0, 9246.0, 9240.0, 9269.0, 9240.0, 9245.0, 9310.0, 9227.0, 9286.0, 9261.0, 9221.0, 9260.0, 9217.0, 9217.0, 9222.0, 9217.0, 9229.0, 9217.0, 9206.0, 9204.0, 9222.0, 9232.0, 9222.0, 9226.0, 9275.0, 9221.0, 9236.0, 9267.0, 9216.0, 9233.0, 9241.0, 9204.0, 9231.0, 9241.0, 9227.0, 9271.0, 9269.0, 9262.0, 9223.0, 9243.0, 9281.0, 9224.0, 9228.0, 9290.0, 9224.0, 9253.0, 9205.0, 9247.0, 9283.0, 9207.0, 9239.0, 9259.0, 9224.0, 9277.0, 9242.0, 9245.0, 9282.0, 9263.0, 9269.0, 9260.0, 9258.0, 9266.0, 9276.0, 9271.0, 9258.0, 9319.0, 9218.0, 9221.0, 9278.0, 9213.0, 9232.0, 9250.0, 9214.0, 9200.0, 9232.0, 9198.0, 9209.0, 9193.0, 9198.0, 9221.0, 9200.0, 9221.0, 9187.0, 9227.0, 9233.0, 9227.0, 9256.0, 9229.0, 9247.0, 9271.0, 9243.0, 9258.0, 9249.0, 9229.0, 9297.0, 9237.0, 9240.0, 9314.0, 9248.0, 9274.0, 9251.0, 9248.0, 9296.0, 9225.0, 9259.0, 9205.0, 9224.0, 9264.0, 9225.0, 9269.0, 9226.0, 9243.0, 9277.0, 9225.0, 9241.0, 9222.0, 9210.0, 9263.0, 9226.0, 9244.0, 9251.0, 9229.0, 9265.0, 9240.0, 9243.0, 9278.0, 9228.0, 9281.0, 9224.0, 9244.0, 9211.0, 9245.0, 9269.0, 9250.0, 9269.0, 9247.0, 9266.0, 9244.0, 9272.0, 9227.0, 9232.0, 9233.0, 9250.0, 9296.0, 9228.0, 9253.0, 9218.0, 9221.0, 9295.0, 9242.0, 9251.0, 9229.0, 9241.0, 9228.0, 9220.0, 9227.0, 9221.0, 9222.0, 9227.0, 9230.0, 9236.0, 9266.0, 9256.0, 9283.0, 9290.0, 9336.0, 9278.0, 9319.0, 9262.0, 9327.0, 9248.0, 9295.0, 9297.0, 9269.0, 9298.0, 9257.0, 9285.0, 9229.0, 9221.0, 9241.0, 9202.0, 9236.0, 9198.0, 9231.0, 9214.0, 9204.0, 9225.0, 9224.0, 9245.0, 9247.0, 9229.0, 9228.0, 9252.0, 9209.0, 9254.0, 9248.0, 9223.0, 9256.0, 9207.0, 9247.0, 9209.0, 9252.0, 9261.0, 9244.0, 9286.0, 9203.0, 9225.0, 9207.0, 9248.0, 9207.0, 9222.0, 9209.0, 9254.0, 9249.0, 9241.0, 9260.0, 9221.0, 9233.0, 9221.0, 9234.0, 9238.0, 9218.0, 9237.0, 9262.0, 9212.0, 9263.0, 9219.0, 9257.0, 9185.0, 9199.0, 9186.0, 9221.0, 9204.0, 9233.0, 9190.0, 9240.0, 9222.0, 9211.0, 9249.0, 9210.0, 9261.0, 9210.0, 9250.0, 9263.0, 9232.0, 9266.0, 9189.0, 9219.0, 9229.0, 9211.0, 9251.0, 9228.0, 9271.0, 9209.0, 9232.0, 9252.0, 9229.0, 9243.0, 9210.0, 9236.0, 9275.0, 9230.0, 9274.0, 9278.0, 9215.0, 9284.0, 9226.0, 9231.0, 9265.0, 9212.0, 9256.0, 9275.0, 9231.0, 9280.0, 9249.0, 9249.0, 9278.0, 9216.0, 9260.0, 9213.0, 9245.0, 9238.0, 9218.0, 9290.0, 9229.0, 9243.0, 9292.0, 9230.0, 9272.0, 9269.0, 9231.0, 9278.0, 9208.0, 9235.0, 9203.0, 9206.0, 9230.0, 9207.0, 9237.0, 9204.0, 9211.0, 9234.0, 9211.0, 9244.0, 9209.0, 9216.0, 9253.0, 9216.0, 9273.0, 9256.0, 9279.0, 9285.0, 9218.0, 9279.0, 9223.0, 9243.0, 9210.0, 9229.0, 9209.0, 9256.0, 9227.0, 9216.0, 9251.0, 9224.0, 9291.0, 9208.0, 9264.0, 9189.0, 9232.0, 9252.0, 9188.0, 9213.0, 9202.0, 9213.0, 9207.0, 9220.0, 9194.0, 9238.0, 9248.0, 9210.0, 9244.0, 9195.0, 9237.0, 9223.0, 9243.0, 9215.0, 9249.0, 9256.0, 9231.0, 9283.0, 9246.0, 9298.0, 9212.0, 9228.0, 9297.0, 9222.0, 9225.0, 9287.0, 9193.0, 9248.0, 9252.0, 9188.0, 9261.0, 9250.0, 9191.0, 9224.0, 9183.0, 9217.0, 9201.0, 9195.0, 9227.0, 9222.0, 9235.0, 9260.0, 9273.0, 9269.0, 9293.0, 9262.0, 9319.0, 9299.0, 9301.0, 9321.0, 9269.0, 9274.0, 9217.0, 9208.0, 9276.0, 9174.0, 9234.0, 9284.0, 9197.0, 9257.0, 9191.0, 9188.0, 9195.0, 9187.0, 9214.0, 9184.0, 9193.0, 9231.0, 9194.0, 9210.0, 9200.0, 9271.0, 9218.0, 9235.0, 9254.0, 9219.0, 9275.0, 9203.0, 9260.0, 9296.0, 9238.0, 9283.0, 9215.0, 9271.0, 9250.0, 9213.0, 9311.0, 9229.0, 9278.0, 9216.0, 9251.0, 9218.0, 9295.0, 9256.0, 9305.0, 9194.0, 9224.0, 9276.0, 9210.0, 9279.0, 9243.0, 9269.0, 9190.0, 9203.0, 9237.0, 9213.0, 9244.0, 9193.0, 9200.0, 9170.0, 9232.0, 9217.0, 9259.0, 9230.0, 9212.0, 9234.0, 9226.0, 9228.0, 9301.0, 9268.0, 9247.0, 9304.0, 9219.0, 9223.0, 9276.0, 9247.0, 9264.0, 9188.0, 9226.0, 9215.0, 9187.0, 9246.0, 9191.0, 9238.0, 9230.0, 9159.0, 9196.0, 9156.0, 9195.0, 9132.0, 9160.0, 9179.0, 9135.0, 9153.0, 9142.0, 9185.0, 9152.0, 9174.0, 9180.0, 9159.0, 9190.0, 9166.0, 9249.0, 9205.0, 9258.0, 9268.0, 9230.0, 9228.0, 9193.0, 9223.0, 9195.0, 9223.0, 9229.0, 9252.0, 9232.0, 9205.0, 9241.0, 9236.0, 9210.0, 9258.0, 9228.0, 9267.0, 9230.0, 9246.0, 9232.0, 9278.0, 9260.0, 9252.0, 9270.0, 9238.0, 9274.0, 9238.0, 9289.0, 9252.0, 9286.0, 9231.0, 9263.0, 9215.0, 9248.0, 9314.0, 9217.0, 9295.0, 9229.0, 9211.0, 9236.0, 9252.0, 9248.0, 9244.0, 9233.0, 9234.0, 9237.0, 9208.0, 9274.0, 9236.0, 9259.0, 9236.0, 9266.0, 9238.0, 9284.0, 9223.0, 9254.0, 9220.0, 9282.0, 9274.0, 9264.0, 9263.0, 9281.0, 9293.0, 9283.0, 9264.0, 9252.0, 9301.0, 9238.0, 9301.0, 9231.0, 9262.0, 9246.0, 9216.0, 9249.0, 9209.0, 9232.0, 9190.0, 9212.0, 9220.0, 9229.0, 9251.0, 9215.0, 9243.0, 9183.0, 9232.0, 9255.0, 9220.0, 9269.0, 9232.0, 9273.0, 9201.0, 9244.0, 9296.0, 9217.0, 9280.0, 9212.0, 9240.0, 9250.0, 9211.0, 9276.0, 9208.0, 9238.0, 9219.0, 9208.0, 9260.0, 9196.0, 9237.0, 9196.0, 9228.0, 9248.0, 9198.0, 9247.0, 9209.0, 9240.0, 9246.0, 9196.0, 9261.0, 9193.0, 9235.0, 9258.0, 9218.0, 9262.0, 9209.0, 9249.0, 9193.0, 9233.0, 9215.0, 9232.0, 9253.0, 9220.0, 9270.0, 9225.0, 9276.0, 9257.0, 9244.0, 9313.0, 9222.0, 9272.0, 9208.0, 9210.0, 9255.0, 9205.0, 9229.0, 9191.0, 9219.0, 9227.0, 9191.0, 9228.0, 9193.0, 9220.0, 9201.0, 9210.0, 9246.0, 9194.0, 9185.0, 9230.0, 9230.0, 9237.0, 9265.0, 9242.0, 9275.0, 9228.0, 9317.0, 9276.0, 9311.0, 9216.0, 9252.0, 9316.0, 9230.0, 9307.0, 9243.0, 9238.0, 9272.0, 9195.0, 9222.0, 9212.0, 9250.0, 9213.0, 9245.0, 9245.0, 9234.0, 9234.0, 9276.0, 9215.0, 9229.0, 9275.0, 9200.0, 9265.0, 9225.0, 9240.0, 9202.0, 9220.0, 9224.0, 9202.0, 9252.0, 9202.0, 9263.0, 9216.0, 9231.0, 9220.0, 9249.0, 9219.0, 9250.0, 9271.0, 9235.0, 9288.0, 9232.0, 9269.0, 9240.0, 9266.0, 9235.0, 9247.0, 9204.0, 9248.0, 9200.0, 9248.0, 9271.0, 9234.0, 9256.0, 9221.0, 9286.0, 9211.0, 9274.0, 9230.0, 9255.0, 9201.0, 9242.0, 9168.0, 9212.0, 9228.0, 9218.0, 9226.0, 9244.0, 9248.0, 9293.0, 9277.0, 9294.0, 9272.0, 9325.0, 9287.0, 9319.0, 9264.0, 9284.0, 9210.0, 9239.0, 9263.0, 9212.0, 9260.0, 9207.0, 9231.0, 9186.0, 9237.0, 9222.0, 9199.0, 9236.0, 9201.0, 9226.0, 9237.0, 9264.0, 9222.0, 9238.0, 9286.0, 9216.0, 9268.0, 9227.0, 9255.0, 9304.0, 9235.0, 9301.0, 9230.0, 9258.0, 9299.0, 9229.0, 9279.0, 9196.0, 9227.0, 9263.0, 9212.0, 9252.0, 9196.0, 9229.0, 9244.0, 9199.0, 9235.0, 9194.0, 9225.0, 9189.0, 9198.0, 9236.0, 9214.0, 9232.0, 9261.0, 9197.0, 9250.0, 9192.0, 9221.0, 9274.0, 9194.0, 9247.0, 9185.0, 9195.0, 9230.0, 9193.0, 9233.0, 9178.0, 9232.0, 9239.0, 9261.0, 9275.0, 9214.0, 9240.0, 9244.0, 9194.0, 9232.0, 9210.0, 9230.0, 9175.0, 9219.0, 9253.0, 9215.0, 9248.0, 9230.0, 9248.0, 9210.0, 9222.0, 9214.0, 9247.0, 9216.0, 9235.0, 9313.0, 9238.0, 9255.0, 9194.0, 9205.0, 9254.0, 9176.0, 9200.0, 9177.0, 9213.0, 9178.0, 9214.0, 9237.0, 9202.0, 9248.0, 9183.0, 9217.0, 9288.0, 9224.0, 9247.0, 9219.0, 9248.0, 9199.0, 9218.0, 9284.0, 9216.0, 9273.0, 9211.0, 9229.0, 9294.0, 9219.0, 9268.0, 9209.0, 9210.0, 9271.0, 9192.0, 9234.0, 9191.0, 9212.0, 9274.0, 9219.0, 9245.0, 9169.0, 9178.0, 9215.0, 9196.0, 9237.0, 9206.0, 9211.0, 9241.0, 9181.0, 9245.0, 9192.0, 9209.0, 9239.0, 9183.0, 9207.0, 9195.0, 9213.0, 9252.0, 9216.0, 9251.0, 9198.0, 9225.0, 9210.0, 9200.0, 9277.0, 9212.0, 9239.0, 9201.0, 9212.0, 9276.0, 9197.0, 9264.0, 9191.0, 9209.0, 9272.0, 9190.0, 9244.0, 9160.0, 9203.0, 9184.0, 9208.0, 9232.0, 9182.0, 9212.0, 9196.0, 9206.0, 9230.0, 9241.0, 9202.0, 9251.0, 9223.0, 9276.0, 9206.0, 9279.0, 9299.0, 9229.0, 9262.0, 9198.0, 9254.0, 9211.0, 9210.0, 9273.0, 9212.0, 9217.0, 9190.0, 9247.0, 9244.0, 9207.0, 9214.0, 9165.0, 9226.0, 9235.0, 9204.0, 9245.0, 9219.0, 9236.0, 9238.0, 9271.0, 9243.0, 9259.0, 9293.0, 9245.0, 9286.0, 9282.0, 9305.0, 9225.0, 9274.0, 9290.0, 9268.0, 9350.0, 9277.0, 9305.0, 9218.0, 9292.0, 9239.0, 9261.0, 9195.0, 9215.0, 9277.0, 9228.0, 9267.0, 9225.0, 9260.0, 9225.0, 9213.0, 9278.0, 9190.0, 9248.0, 9191.0, 9208.0, 9188.0, 9191.0, 9194.0, 9222.0, 9180.0, 9220.0, 9176.0, 9212.0, 9177.0, 9204.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.0013834336782690498</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0333254466603951</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.107543155244805</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1974423965160077</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9963264526553687</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4489</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7047.9062</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12264125322474229</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.947318908748825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3051293401272384</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.25182058267605</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.473023031947627</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.190544405758038</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0116495</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019127314910292625</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02894953079521656</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1063</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.045035928439699</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.1506</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5908</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.2505</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308934.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>741.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.2549</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.9407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.3354</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3610.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67610.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1307.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4511.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.4453</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.932220473885536</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> |