=== 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-0123 --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-0123",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
117 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
117 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-0123_ses-01_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-0123_ses-01_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-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_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-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_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-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0123_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_ses-01_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-0123/figures/sub-0123_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-01_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-0123/ses-01/func/sub-0123_ses-01_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>cd204ab7b88e6e09ac32090211acfb0c</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>10:12:6.750000</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.998197, -0.0448054, 0.0399408, 0.0448041, 0.998995, 0.000927313]</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.0735505</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4239, -7731, -7338, 127, -118, 52, -90, 101]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.75</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>51469f2c-445e-482f-81b3-4dc48194fd5d||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.6780896186828613, 0.12020612508058548, 0.10784407705068588, 104.15369415283203], [0.12020952999591827, 2.6802315711975098, -0.002332452917471528, -111.7833251953125], [0.10715831816196442, -0.002487913938239217, 2.6978442668914795, -99.52599334716797], [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, 1016]</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], 'AcquisitionTime': ['101206.750000', '101207.210000', '101207.670000', '101208.130000', '101208.590000', '101209.050000', '101209.510000', '101209.970000', '101210.430000', '101210.890000', '101211.350000', '101211.810000', '101212.270000', '101212.730000', '101213.190000', '101213.650000', '101214.110000', '101214.570000', '101215.030000', '101215.490000', '101215.950000', '101216.410000', '101216.870000', '101217.330000', '101217.790000', '101218.250000', '101218.710000', '101219.170000', '101219.630000', '101220.090000', '101220.550000', '101221.010000', '101221.470000', '101221.930000', '101222.390000', '101222.850000', '101223.310000', '101223.770000', '101224.230000', '101224.690000', '101225.150000', '101225.610000', '101226.070000', '101226.530000', '101226.990000', '101227.450000', '101227.910000', '101228.370000', '101228.830000', '101229.290000', '101229.750000', '101230.210000', '101230.670000', '101231.130000', '101231.590000', '101232.050000', '101232.510000', '101232.970000', '101233.430000', '101233.890000', '101234.350000', '101234.810000', '101235.270000', '101235.730000', '101236.190000', '101236.650000', '101237.110000', '101237.570000', '101238.030000', '101238.490000', '101238.950000', '101239.410000', '101239.870000', '101240.330000', '101240.790000', '101241.250000', '101241.710000', '101242.170000', '101242.630000', '101243.090000', '101243.550000', '101244.010000', '101244.470000', '101244.930000', '101245.390000', '101245.850000', '101246.310000', '101246.770000', '101247.230000', '101247.690000', '101248.150000', '101248.610000', '101249.070000', '101249.530000', '101249.990000', '101250.450000', '101250.910000', '101251.370000', '101251.830000', '101252.290000', '101252.750000', '101253.210000', '101253.670000', '101254.130000', '101254.590000', '101255.050000', '101255.510000', '101255.970000', '101256.430000', '101256.890000', '101257.350000', '101257.810000', '101258.270000', '101258.730000', '101259.190000', '101259.650000', '101300.110000', '101300.570000', '101301.030000', '101301.490000', '101301.950000', '101302.410000', '101302.870000', '101303.330000', '101303.790000', '101304.250000', '101304.710000', '101305.170000', '101305.630000', '101306.090000', '101306.550000', '101307.010000', '101307.470000', '101307.930000', '101308.390000', '101308.850000', '101309.310000', '101309.770000', '101310.230000', '101310.690000', '101311.150000', '101311.610000', '101312.070000', '101312.530000', '101312.990000', '101313.450000', '101313.910000', '101314.370000', '101314.830000', '101315.290000', '101315.750000', '101316.210000', '101316.670000', '101317.130000', '101317.590000', '101318.050000', '101318.510000', '101318.970000', '101319.430000', '101319.890000', '101320.350000', '101320.810000', '101321.270000', '101321.730000', '101322.190000', '101322.650000', '101323.110000', '101323.570000', '101324.030000', '101324.490000', '101324.950000', '101325.410000', '101325.870000', '101326.330000', '101326.790000', '101327.250000', '101327.710000', '101328.170000', '101328.630000', '101329.090000', '101329.550000', '101330.010000', '101330.470000', '101330.930000', '101331.390000', '101331.850000', '101332.310000', '101332.770000', '101333.230000', '101333.690000', '101334.150000', '101334.610000', '101335.070000', '101335.530000', '101335.990000', '101336.450000', '101336.910000', '101337.370000', '101337.830000', '101338.290000', '101338.750000', '101339.210000', '101339.670000', '101340.130000', '101340.590000', '101341.050000', '101341.510000', '101341.970000', '101342.430000', '101342.890000', '101343.350000', '101343.810000', '101344.270000', '101344.730000', '101345.190000', '101345.650000', '101346.110000', '101346.570000', '101347.030000', '101347.490000', '101347.950000', '101348.410000', '101348.870000', '101349.330000', '101349.790000', '101350.250000', '101350.710000', '101351.170000', '101351.630000', '101352.090000', '101352.550000', '101353.010000', '101353.470000', '101353.930000', '101354.390000', '101354.850000', '101355.310000', '101355.770000', '101356.230000', '101356.690000', '101357.150000', '101357.610000', '101358.070000', '101358.530000', '101358.990000', '101359.450000', '101359.910000', '101400.370000', '101400.830000', '101401.290000', '101401.750000', '101402.210000', '101402.670000', '101403.130000', '101403.590000', '101404.050000', '101404.510000', '101404.970000', '101405.430000', '101405.890000', '101406.350000', '101406.810000', '101407.270000', '101407.730000', '101408.190000', '101408.650000', '101409.110000', '101409.570000', '101410.030000', '101410.490000', '101410.950000', '101411.410000', '101411.870000', '101412.330000', '101412.790000', '101413.250000', '101413.710000', '101414.170000', '101414.630000', '101415.090000', '101415.550000', '101416.010000', '101416.470000', '101416.930000', '101417.390000', '101417.850000', '101418.310000', '101418.770000', '101419.230000', '101419.690000', '101420.150000', '101420.610000', '101421.070000', '101421.530000', '101421.990000', '101422.450000', '101422.910000', '101423.370000', '101423.830000', '101424.290000', '101424.750000', '101425.210000', '101425.670000', '101426.130000', '101426.590000', '101427.050000', '101427.510000', '101427.970000', '101428.430000', '101428.890000', '101429.350000', '101429.810000', '101430.270000', '101430.730000', '101431.190000', '101431.650000', '101432.110000', '101432.570000', '101433.030000', '101433.490000', '101433.950000', '101434.410000', '101434.870000', '101435.330000', '101435.790000', '101436.250000', '101436.710000', '101437.170000', '101437.630000', '101438.090000', '101438.550000', '101439.010000', '101439.470000', '101439.930000', '101440.390000', '101440.850000', '101441.310000', '101441.770000', '101442.230000', '101442.690000', '101443.150000', '101443.610000', '101444.070000', '101444.530000', '101444.990000', '101445.450000', '101445.910000', '101446.370000', '101446.830000', '101447.290000', '101447.750000', '101448.210000', '101448.670000', '101449.130000', '101449.590000', '101450.050000', '101450.510000', '101450.970000', '101451.430000', '101451.890000', '101452.350000', '101452.810000', '101453.270000', '101453.730000', '101454.190000', '101454.650000', '101455.110000', '101455.570000', '101456.030000', '101456.490000', '101456.950000', '101457.410000', '101457.870000', '101458.330000', '101458.790000', '101459.250000', '101459.710000', '101500.170000', '101500.630000', '101501.090000', '101501.550000', '101502.010000', '101502.470000', '101502.930000', '101503.390000', '101503.850000', '101504.310000', '101504.770000', '101505.230000', '101505.690000', '101506.150000', '101506.610000', '101507.070000', '101507.530000', '101507.990000', '101508.450000', '101508.910000', '101509.370000', '101509.830000', '101510.290000', '101510.750000', '101511.210000', '101511.670000', '101512.130000', '101512.590000', '101513.050000', '101513.510000', '101513.970000', '101514.430000', '101514.890000', '101515.350000', '101515.810000', '101516.270000', '101516.730000', '101517.190000', '101517.650000', '101518.110000', '101518.570000', '101519.030000', '101519.490000', '101519.950000', '101520.410000', '101520.870000', '101521.330000', '101521.790000', '101522.250000', '101522.710000', '101523.170000', '101523.630000', '101524.090000', '101524.550000', '101525.010000', '101525.470000', '101525.930000', '101526.390000', '101526.850000', '101527.310000', '101527.770000', '101528.230000', '101528.690000', '101529.150000', '101529.610000', '101530.070000', '101530.530000', '101530.990000', '101531.450000', '101531.910000', '101532.370000', '101532.830000', '101533.290000', '101533.750000', '101534.210000', '101534.670000', '101535.130000', '101535.590000', '101536.050000', '101536.510000', '101536.970000', '101537.430000', '101537.890000', '101538.350000', '101538.810000', '101539.270000', '101539.730000', '101540.190000', '101540.650000', '101541.110000', '101541.570000', '101542.030000', '101542.490000', '101542.950000', '101543.410000', '101543.870000', '101544.330000', '101544.790000', '101545.250000', '101545.710000', '101546.170000', '101546.630000', '101547.090000', '101547.550000', '101548.010000', '101548.470000', '101548.930000', '101549.390000', '101549.850000', '101550.310000', '101550.770000', '101551.230000', '101551.690000', '101552.150000', '101552.610000', '101553.070000', '101553.530000', '101553.990000', '101554.450000', '101554.910000', '101555.370000', '101555.830000', '101556.290000', '101556.750000', '101557.210000', '101557.670000', '101558.130000', '101558.590000', '101559.050000', '101559.510000', '101559.970000', '101600.430000', '101600.890000', '101601.350000', '101601.810000', '101602.270000', '101602.730000', '101603.190000', '101603.650000', '101604.110000', '101604.570000', '101605.030000', '101605.490000', '101605.950000', '101606.410000', '101606.870000', '101607.330000', '101607.790000', '101608.250000', '101608.710000', '101609.170000', '101609.630000', '101610.090000', '101610.550000', '101611.010000', '101611.470000', '101611.930000', '101612.390000', '101612.850000', '101613.310000', '101613.770000', '101614.230000', '101614.690000', '101615.150000', '101615.610000', '101616.070000', '101616.530000', '101616.990000', '101617.450000', '101617.910000', '101618.370000', '101618.830000', '101619.290000', '101619.750000', '101620.210000', '101620.670000', '101621.130000', '101621.590000', '101622.050000', '101622.510000', '101622.970000', '101623.430000', '101623.890000', '101624.350000', '101624.810000', '101625.270000', '101625.730000', '101626.190000', '101626.650000', '101627.110000', '101627.570000', '101628.030000', '101628.490000', '101628.950000', '101629.410000', '101629.870000', '101630.330000', '101630.790000', '101631.250000', '101631.710000', '101632.170000', '101632.630000', '101633.090000', '101633.550000', '101634.010000', '101634.470000', '101634.930000', '101635.390000', '101635.850000', '101636.310000', '101636.770000', '101637.230000', '101637.690000', '101638.150000', '101638.610000', '101639.070000', '101639.530000', '101639.990000', '101640.450000', '101640.910000', '101641.370000', '101641.830000', '101642.290000', '101642.750000', '101643.210000', '101643.670000', '101644.130000', '101644.590000', '101645.050000', '101645.510000', '101645.970000', '101646.430000', '101646.890000', '101647.350000', '101647.810000', '101648.270000', '101648.730000', '101649.190000', '101649.650000', '101650.110000', '101650.570000', '101651.030000', '101651.490000', '101651.950000', '101652.410000', '101652.870000', '101653.330000', '101653.790000', '101654.250000', '101654.710000', '101655.170000', '101655.630000', '101656.090000', '101656.550000', '101657.010000', '101657.470000', '101657.930000', '101658.390000', '101658.850000', '101659.310000', '101659.770000', '101700.230000', '101700.690000', '101701.150000', '101701.610000', '101702.070000', '101702.530000', '101702.990000', '101703.450000', '101703.910000', '101704.370000', '101704.830000', '101705.290000', '101705.750000', '101706.210000', '101706.670000', '101707.130000', '101707.590000', '101708.050000', '101708.510000', '101708.970000', '101709.430000', '101709.890000', '101710.350000', '101710.810000', '101711.270000', '101711.730000', '101712.190000', '101712.650000', '101713.110000', '101713.570000', '101714.030000', '101714.490000', '101714.950000', '101715.410000', '101715.870000', '101716.330000', '101716.790000', '101717.250000', '101717.710000', '101718.170000', '101718.630000', '101719.090000', '101719.550000', '101720.010000', '101720.470000', '101720.930000', '101721.390000', '101721.850000', '101722.310000', '101722.770000', '101723.230000', '101723.690000', '101724.150000', '101724.610000', '101725.070000', '101725.530000', '101725.990000', '101726.450000', '101726.910000', '101727.370000', '101727.830000', '101728.290000', '101728.750000', '101729.210000', '101729.670000', '101730.130000', '101730.590000', '101731.050000', '101731.510000', '101731.970000', '101732.430000', '101732.890000', '101733.350000', '101733.810000', '101734.270000', '101734.730000', '101735.190000', '101735.650000', '101736.110000', '101736.570000', '101737.030000', '101737.490000', '101737.950000', '101738.410000', '101738.870000', '101739.330000', '101739.790000', '101740.250000', '101740.710000', '101741.170000', '101741.630000', '101742.090000', '101742.550000', '101743.010000', '101743.470000', '101743.930000', '101744.390000', '101744.850000', '101745.310000', '101745.770000', '101746.230000', '101746.690000', '101747.150000', '101747.610000', '101748.070000', '101748.530000', '101748.990000', '101749.450000', '101749.910000', '101750.370000', '101750.830000', '101751.290000', '101751.750000', '101752.210000', '101752.670000', '101753.130000', '101753.590000', '101754.050000', '101754.510000', '101754.970000', '101755.430000', '101755.890000', '101756.350000', '101756.810000', '101757.270000', '101757.730000', '101758.190000', '101758.650000', '101759.110000', '101759.570000', '101800.030000', '101800.490000', '101800.950000', '101801.410000', '101801.870000', '101802.330000', '101802.790000', '101803.250000', '101803.710000', '101804.170000', '101804.630000', '101805.090000', '101805.550000', '101806.010000', '101806.470000', '101806.930000', '101807.390000', '101807.850000', '101808.310000', '101808.770000', '101809.230000', '101809.690000', '101810.150000', '101810.610000', '101811.070000', '101811.530000', '101811.990000', '101812.450000', '101812.910000', '101813.370000', '101813.830000', '101814.290000', '101814.750000', '101815.210000', '101815.670000', '101816.130000', '101816.590000', '101817.050000', '101817.510000', '101817.970000', '101818.430000', '101818.890000', '101819.350000', '101819.810000', '101820.270000', '101820.730000', '101821.190000', '101821.650000', '101822.110000', '101822.570000', '101823.030000', '101823.490000', '101823.950000', '101824.410000', '101824.870000', '101825.330000', '101825.790000', '101826.250000', '101826.710000', '101827.170000', '101827.630000', '101828.090000', '101828.550000', '101829.010000', '101829.470000', '101829.930000', '101830.390000', '101830.850000', '101831.310000', '101831.770000', '101832.230000', '101832.690000', '101833.150000', '101833.610000', '101834.070000', '101834.530000', '101834.990000', '101835.450000', '101835.910000', '101836.370000', '101836.830000', '101837.290000', '101837.750000', '101838.210000', '101838.670000', '101839.130000', '101839.590000', '101840.050000', '101840.510000', '101840.970000', '101841.430000', '101841.890000', '101842.350000', '101842.810000', '101843.270000', '101843.730000', '101844.190000', '101844.650000', '101845.110000', '101845.570000', '101846.030000', '101846.490000', '101846.950000', '101847.410000', '101847.870000', '101848.330000', '101848.790000', '101849.250000', '101849.710000', '101850.170000', '101850.630000', '101851.090000', '101851.550000', '101852.010000', '101852.470000', '101852.930000', '101853.390000', '101853.850000', '101854.310000', '101854.770000', '101855.230000', '101855.690000', '101856.150000', '101856.610000', '101857.070000', '101857.530000', '101857.990000', '101858.450000', '101858.910000', '101859.370000', '101859.830000', '101900.290000', '101900.750000', '101901.210000', '101901.670000', '101902.130000', '101902.590000', '101903.050000', '101903.510000', '101903.970000', '101904.430000', '101904.890000', '101905.350000', '101905.810000', '101906.270000', '101906.730000', '101907.190000', '101907.650000', '101908.110000', '101908.570000', '101909.030000', '101909.490000', '101909.950000', '101910.410000', '101910.870000', '101911.330000', '101911.790000', '101912.250000', '101912.710000', '101913.170000', '101913.630000', '101914.090000', '101914.550000', '101915.010000', '101915.470000', '101915.930000', '101916.390000', '101916.850000', '101917.310000', '101917.770000', '101918.230000', '101918.690000', '101919.150000', '101919.610000', '101920.070000', '101920.530000', '101920.990000', '101921.450000', '101921.910000', '101922.370000', '101922.830000', '101923.290000', '101923.750000', '101924.210000', '101924.670000', '101925.130000', '101925.590000', '101926.050000', '101926.510000', '101926.970000', '101927.430000', '101927.890000', '101928.350000', '101928.810000', '101929.270000', '101929.730000', '101930.190000', '101930.650000', '101931.110000', '101931.570000', '101932.030000', '101932.490000', '101932.950000', '101933.410000', '101933.870000', '101934.330000', '101934.790000', '101935.250000', '101935.710000', '101936.170000', '101936.630000', '101937.090000', '101937.550000', '101938.010000', '101938.470000', '101938.930000', '101939.390000', '101939.850000', '101940.310000', '101940.770000', '101941.230000', '101941.690000', '101942.150000', '101942.610000', '101943.070000', '101943.530000', '101943.990000', '101944.450000', '101944.910000', '101945.370000', '101945.830000', '101946.290000', '101946.750000', '101947.210000', '101947.670000', '101948.130000', '101948.590000', '101949.050000', '101949.510000', '101949.970000', '101950.430000', '101950.890000', '101951.350000', '101951.810000', '101952.270000', '101952.730000', '101953.190000', '101953.650000'], 'ContentTime': ['101230.801000', '101230.804000', '101230.807000', '101230.810000', '101230.813000', '101230.816000', '101230.818000', '101230.821000', '101230.823000', '101230.826000', '101230.828000', '101230.831000', '101230.834000', '101230.836000', '101230.839000', '101230.841000', '101230.844000', '101230.847000', '101230.856000', '101230.859000', '101230.862000', '101230.865000', '101230.867000', '101230.870000', '101230.872000', '101230.875000', '101230.878000', '101230.880000', '101230.883000', '101230.885000', '101230.888000', '101230.891000', '101230.893000', '101230.896000', '101230.898000', '101230.901000', '101230.903000', '101230.906000', '101230.908000', '101230.911000', '101230.914000', '101230.916000', '101230.919000', '101230.922000', '101230.924000', '101230.927000', '101230.929000', '101230.932000', '101230.935000', '101230.937000', '101250.767000', '101250.770000', '101250.773000', '101250.776000', '101250.778000', '101250.781000', '101250.784000', '101250.787000', '101250.789000', '101250.792000', '101250.794000', '101250.797000', '101250.800000', '101250.802000', '101250.805000', '101250.812000', '101250.815000', '101250.818000', '101250.820000', '101250.823000', '101250.825000', '101250.828000', '101250.831000', '101250.833000', '101250.836000', '101250.838000', '101250.841000', '101250.844000', '101250.846000', '101250.849000', '101250.852000', '101250.854000', '101250.857000', '101250.859000', '101250.862000', '101250.865000', '101250.867000', '101250.870000', '101250.873000', '101250.875000', '101250.878000', '101250.880000', '101250.883000', '101250.886000', '101310.768000', '101310.771000', '101310.774000', '101310.776000', '101310.779000', '101310.782000', '101310.784000', '101310.787000', '101310.789000', '101310.792000', '101310.795000', '101310.797000', '101310.800000', '101310.802000', '101310.805000', '101310.807000', '101310.810000', '101310.813000', '101310.815000', '101310.818000', '101310.820000', '101310.823000', '101310.826000', '101310.828000', '101310.831000', '101310.833000', '101310.836000', '101310.839000', '101310.841000', '101310.844000', '101310.846000', '101310.849000', '101310.852000', '101310.854000', '101310.857000', '101310.859000', '101310.862000', '101310.864000', '101310.867000', '101310.870000', '101310.872000', '101310.875000', '101310.877000', '101330.768000', '101330.771000', '101330.774000', '101330.777000', '101330.779000', '101330.782000', '101330.785000', '101330.787000', '101330.790000', '101330.792000', '101330.795000', '101330.798000', '101330.800000', '101330.803000', '101330.806000', '101330.808000', '101330.811000', '101330.814000', '101330.816000', '101330.819000', '101330.822000', '101330.824000', '101330.827000', '101330.829000', '101330.832000', '101330.835000', '101330.837000', '101330.840000', '101330.842000', '101330.845000', '101330.847000', '101330.850000', '101330.861000', '101330.864000', '101330.866000', '101330.869000', '101330.878000', '101330.880000', '101330.883000', '101330.885000', '101330.888000', '101330.890000', '101330.893000', '101330.896000', '101350.768000', '101350.771000', '101350.774000', '101350.776000', '101350.779000', '101350.782000', '101350.784000', '101350.787000', '101350.789000', '101350.792000', '101350.794000', '101350.797000', '101350.800000', '101350.802000', '101350.805000', '101350.807000', '101350.810000', '101350.813000', '101350.815000', '101350.818000', '101350.821000', '101350.823000', '101350.826000', '101350.829000', '101350.831000', '101350.834000', '101350.837000', '101350.839000', '101350.842000', '101350.844000', '101350.847000', '101350.850000', '101350.852000', '101350.855000', '101350.857000', '101350.860000', '101350.863000', '101350.865000', '101350.868000', '101350.870000', '101350.873000', '101350.875000', '101350.878000', '101410.768000', '101410.771000', '101410.774000', '101410.777000', '101410.779000', '101410.782000', '101410.784000', '101410.787000', '101410.789000', '101410.792000', '101410.795000', '101410.797000', '101410.800000', '101410.802000', '101410.805000', '101410.808000', '101410.810000', '101410.813000', '101410.815000', '101410.818000', '101410.820000', '101410.823000', '101410.826000', '101410.828000', '101410.831000', '101410.833000', '101410.836000', '101410.838000', '101410.842000', '101410.844000', '101410.847000', '101410.849000', '101410.852000', '101410.855000', '101410.858000', '101410.860000', '101410.863000', '101410.865000', '101410.868000', '101410.871000', '101410.873000', '101410.876000', '101410.878000', '101410.881000', '101430.768000', '101430.771000', '101430.774000', '101430.776000', '101430.779000', '101430.782000', '101430.784000', '101430.787000', '101430.790000', '101430.792000', '101430.795000', '101430.797000', '101430.800000', '101430.803000', '101430.805000', '101430.808000', '101430.811000', '101430.813000', '101430.816000', '101430.818000', '101430.821000', '101430.824000', '101430.826000', '101430.829000', '101430.832000', '101430.834000', '101430.837000', '101430.839000', '101430.842000', '101430.845000', '101430.847000', '101430.850000', '101430.852000', '101430.855000', '101430.857000', '101430.860000', '101430.863000', '101430.865000', '101430.868000', '101430.870000', '101430.873000', '101430.876000', '101430.878000', '101450.767000', '101450.770000', '101450.773000', '101450.775000', '101450.778000', '101450.781000', '101450.783000', '101450.786000', '101450.788000', '101450.791000', '101450.794000', '101450.796000', '101450.799000', '101450.801000', '101450.804000', '101450.807000', '101450.809000', '101450.812000', '101450.814000', '101450.817000', '101450.820000', '101450.822000', '101450.825000', '101450.828000', '101450.830000', '101450.833000', '101450.835000', '101450.838000', '101450.840000', '101450.843000', '101450.846000', '101450.848000', '101450.851000', '101450.853000', '101450.856000', '101450.867000', '101450.869000', '101450.872000', '101450.874000', '101450.877000', '101450.880000', '101450.882000', '101450.885000', '101450.887000', '101510.768000', '101510.770000', '101510.773000', '101510.776000', '101510.778000', '101510.781000', '101510.783000', '101510.786000', '101510.789000', '101510.791000', '101510.794000', '101510.796000', '101510.799000', '101510.802000', '101510.804000', '101510.807000', '101510.809000', '101510.812000', '101510.814000', '101510.817000', '101510.820000', '101510.822000', '101510.825000', '101510.828000', '101510.830000', '101510.833000', '101510.835000', '101510.881000', '101510.883000', '101510.886000', '101510.889000', '101510.891000', '101510.894000', '101510.896000', '101510.899000', '101510.902000', '101510.904000', '101510.907000', '101510.910000', '101510.912000', '101510.915000', '101510.918000', '101510.920000', '101530.769000', '101530.771000', '101530.774000', '101530.777000', '101530.779000', '101530.782000', '101530.784000', '101530.787000', '101530.790000', '101530.793000', '101530.795000', '101530.798000', '101530.801000', '101530.803000', '101530.806000', '101530.809000', '101530.811000', '101530.814000', '101530.817000', '101530.819000', '101530.822000', '101530.824000', '101530.827000', '101530.830000', '101530.832000', '101530.835000', '101530.837000', '101530.840000', '101530.843000', '101530.845000', '101530.848000', '101530.850000', '101530.853000', '101530.855000', '101530.859000', '101530.861000', '101530.864000', '101530.866000', '101530.869000', '101530.872000', '101530.874000', '101530.877000', '101530.880000', '101550.769000', '101550.771000', '101550.774000', '101550.777000', '101550.779000', '101550.782000', '101550.784000', '101550.787000', '101550.789000', '101550.792000', '101550.795000', '101550.797000', '101550.800000', '101550.802000', '101550.805000', '101550.808000', '101550.810000', '101550.813000', '101550.815000', '101550.818000', '101550.821000', '101550.823000', '101550.826000', '101550.828000', '101550.831000', '101550.833000', '101550.836000', '101550.839000', '101550.841000', '101550.844000', '101550.846000', '101550.849000', '101550.852000', '101550.854000', '101550.857000', '101550.859000', '101550.862000', '101550.864000', '101550.867000', '101550.870000', '101550.872000', '101550.875000', '101550.878000', '101550.880000', '101610.768000', '101610.771000', '101610.774000', '101610.777000', '101610.779000', '101610.782000', '101610.784000', '101610.787000', '101610.790000', '101610.792000', '101610.795000', '101610.797000', '101610.800000', '101610.803000', '101610.805000', '101610.808000', '101610.811000', '101610.813000', '101610.816000', '101610.818000', '101610.821000', '101610.824000', '101610.831000', '101610.833000', '101610.836000', '101610.839000', '101610.841000', '101610.844000', '101610.846000', '101610.849000', '101610.852000', '101610.854000', '101610.857000', '101610.859000', '101610.862000', '101610.865000', '101610.867000', '101610.870000', '101610.872000', '101610.875000', '101610.878000', '101610.880000', '101610.883000', '101610.885000', '101630.768000', '101630.771000', '101630.774000', '101630.777000', '101630.779000', '101630.782000', '101630.784000', '101630.787000', '101630.790000', '101630.792000', '101630.795000', '101630.797000', '101630.800000', '101630.803000', '101630.805000', '101630.808000', '101630.810000', '101630.813000', '101630.816000', '101630.818000', '101630.821000', '101630.824000', '101630.826000', '101630.829000', '101630.831000', '101630.834000', '101630.837000', '101630.839000', '101630.842000', '101630.845000', '101630.847000', '101630.850000', '101630.852000', '101630.855000', '101630.858000', '101630.860000', '101630.863000', '101630.865000', '101630.868000', '101630.870000', '101630.873000', '101630.876000', '101630.878000', '101650.769000', '101650.772000', '101650.775000', '101650.778000', '101650.780000', '101650.783000', '101650.786000', '101650.789000', '101650.792000', '101650.794000', '101650.797000', '101650.800000', '101650.802000', '101650.805000', '101650.808000', '101650.810000', '101650.813000', '101650.816000', '101650.818000', '101650.821000', '101650.823000', '101650.826000', '101650.829000', '101650.832000', '101650.834000', '101650.837000', '101650.839000', '101650.842000', '101650.845000', '101650.847000', '101650.850000', '101650.853000', '101650.855000', '101650.858000', '101650.860000', '101650.863000', '101650.865000', '101650.868000', '101650.871000', '101650.873000', '101650.876000', '101650.879000', '101650.881000', '101710.768000', '101710.770000', '101710.773000', '101710.776000', '101710.778000', '101710.781000', '101710.784000', '101710.786000', '101710.789000', '101710.791000', '101710.794000', '101710.797000', '101710.799000', '101710.802000', '101710.804000', '101710.807000', '101710.810000', '101710.812000', '101710.815000', '101710.818000', '101710.820000', '101710.823000', '101710.825000', '101710.828000', '101710.831000', '101710.833000', '101710.836000', '101710.838000', '101710.841000', '101710.844000', '101710.846000', '101710.849000', '101710.851000', '101710.854000', '101710.857000', '101710.859000', '101710.862000', '101710.865000', '101710.867000', '101710.870000', '101710.872000', '101710.875000', '101710.877000', '101710.880000', '101730.768000', '101730.770000', '101730.773000', '101730.776000', '101730.779000', '101730.781000', '101730.785000', '101730.788000', '101730.791000', '101730.795000', '101730.797000', '101730.800000', '101730.802000', '101730.805000', '101730.808000', '101730.810000', '101730.813000', '101730.816000', '101730.818000', '101730.821000', '101730.823000', '101730.826000', '101730.829000', '101730.831000', '101730.834000', '101730.837000', '101730.839000', '101730.842000', '101730.845000', '101730.847000', '101730.850000', '101730.852000', '101730.855000', '101730.858000', '101730.860000', '101730.863000', '101730.866000', '101730.868000', '101730.871000', '101730.875000', '101730.878000', '101730.881000', '101730.883000', '101750.769000', '101750.771000', '101750.774000', '101750.777000', '101750.780000', '101750.782000', '101750.785000', '101750.788000', '101750.790000', '101750.793000', '101750.796000', '101750.798000', '101750.801000', '101750.803000', '101750.806000', '101750.809000', '101750.811000', '101750.814000', '101750.816000', '101750.819000', '101750.821000', '101750.824000', '101750.827000', '101750.829000', '101750.832000', '101750.835000', '101750.837000', '101750.840000', '101750.842000', '101750.845000', '101750.848000', '101750.850000', '101750.853000', '101750.855000', '101750.858000', '101750.861000', '101750.863000', '101750.866000', '101750.868000', '101750.871000', '101750.874000', '101750.876000', '101750.879000', '101750.881000', '101810.768000', '101810.772000', '101810.774000', '101810.777000', '101810.779000', '101810.782000', '101810.785000', '101810.787000', '101810.790000', '101810.793000', '101810.795000', '101810.798000', '101810.800000', '101810.803000', '101810.806000', '101810.808000', '101810.811000', '101810.813000', '101810.816000', '101810.819000', '101810.836000', '101810.839000', '101810.841000', '101810.844000', '101810.846000', '101810.849000', '101810.852000', '101810.854000', '101810.857000', '101810.860000', '101810.862000', '101810.865000', '101810.867000', '101810.870000', '101810.873000', '101810.875000', '101810.878000', '101810.881000', '101810.884000', '101810.886000', '101810.889000', '101810.892000', '101810.895000', '101830.768000', '101830.771000', '101830.774000', '101830.776000', '101830.779000', '101830.782000', '101830.784000', '101830.787000', '101830.790000', '101830.792000', '101830.795000', '101830.798000', '101830.800000', '101830.803000', '101830.806000', '101830.808000', '101830.811000', '101830.814000', '101830.816000', '101830.819000', '101830.821000', '101830.824000', '101830.827000', '101830.829000', '101830.832000', '101830.834000', '101830.837000', '101830.840000', '101830.842000', '101830.845000', '101830.848000', '101830.850000', '101830.853000', '101830.856000', '101830.858000', '101830.861000', '101830.863000', '101830.866000', '101830.869000', '101830.871000', '101830.874000', '101830.876000', '101830.879000', '101830.882000', '101850.769000', '101850.771000', '101850.774000', '101850.777000', '101850.779000', '101850.782000', '101850.785000', '101850.787000', '101850.791000', '101850.794000', '101850.797000', '101850.801000', '101850.803000', '101850.806000', '101850.809000', '101850.811000', '101850.814000', '101850.816000', '101850.819000', '101850.822000', '101850.824000', '101850.827000', '101850.830000', '101850.832000', '101850.835000', '101850.837000', '101850.840000', '101850.843000', '101850.845000', '101850.848000', '101850.851000', '101850.853000', '101850.856000', '101850.858000', '101850.861000', '101850.864000', '101850.866000', '101850.869000', '101850.871000', '101850.874000', '101850.877000', '101850.879000', '101850.882000', '101910.769000', '101910.772000', '101910.774000', '101910.777000', '101910.780000', '101910.782000', '101910.785000', '101910.787000', '101910.790000', '101910.793000', '101910.795000', '101910.798000', '101910.801000', '101910.803000', '101910.806000', '101910.808000', '101910.811000', '101910.814000', '101910.816000', '101910.819000', '101910.822000', '101910.824000', '101910.827000', '101910.830000', '101910.832000', '101910.835000', '101910.838000', '101910.840000', '101910.843000', '101910.845000', '101910.848000', '101910.851000', '101910.853000', '101910.856000', '101910.858000', '101910.861000', '101910.864000', '101910.866000', '101910.869000', '101910.872000', '101910.874000', '101910.877000', '101910.879000', '101910.882000', '101930.768000', '101930.770000', '101930.773000', '101930.776000', '101930.778000', '101930.781000', '101930.784000', '101930.786000', '101930.789000', '101930.791000', '101930.794000', '101930.797000', '101930.799000', '101930.802000', '101930.805000', '101930.807000', '101930.867000', '101930.870000', '101930.873000', '101930.875000', '101930.878000', '101930.881000', '101930.883000', '101930.886000', '101930.888000', '101930.891000', '101930.894000', '101930.896000', '101930.899000', '101930.902000', '101930.904000', '101930.907000', '101930.909000', '101930.912000', '101930.915000', '101930.917000', '101930.920000', '101930.923000', '101930.925000', '101930.928000', '101930.930000', '101930.933000', '101930.936000', '101950.768000', '101950.771000', '101950.773000', '101950.776000', '101950.779000', '101950.781000', '101950.784000', '101950.787000', '101950.789000', '101950.792000', '101950.795000', '101950.797000', '101950.800000', '101950.803000', '101950.805000', '101950.808000', '101950.811000', '101950.813000', '101950.816000', '101950.819000', '101950.821000', '101950.824000', '101950.826000', '101950.829000', '101950.832000', '101950.835000', '101950.837000', '101950.840000', '101950.843000', '101950.845000', '101950.848000', '101950.851000', '101950.853000', '101950.856000', '101950.859000', '101950.861000', '101950.864000', '101950.866000', '101950.869000', '101950.872000', '101950.874000', '101950.877000', '101950.879000', '101950.882000', '101954.724000', '101954.727000', '101954.729000', '101954.732000', '101954.735000', '101954.738000', '101954.741000', '101954.744000', '101954.747000'], 'InstanceCreationTime': ['101230.801000', '101230.804000', '101230.807000', '101230.810000', '101230.813000', '101230.816000', '101230.818000', '101230.821000', '101230.823000', '101230.826000', '101230.828000', '101230.831000', '101230.834000', '101230.836000', '101230.839000', '101230.841000', '101230.844000', '101230.847000', '101230.856000', '101230.859000', '101230.862000', '101230.865000', '101230.867000', '101230.870000', '101230.872000', '101230.875000', '101230.878000', '101230.880000', '101230.883000', '101230.885000', '101230.888000', '101230.891000', '101230.893000', '101230.896000', '101230.898000', '101230.901000', '101230.903000', '101230.906000', '101230.908000', '101230.911000', '101230.914000', '101230.916000', '101230.919000', '101230.922000', '101230.924000', '101230.927000', '101230.929000', '101230.932000', '101230.935000', '101230.937000', '101250.767000', '101250.770000', '101250.773000', '101250.776000', '101250.778000', '101250.781000', '101250.784000', '101250.787000', '101250.789000', '101250.792000', '101250.794000', '101250.797000', '101250.800000', '101250.802000', '101250.805000', '101250.812000', '101250.815000', '101250.818000', '101250.820000', '101250.823000', '101250.825000', '101250.828000', '101250.831000', '101250.833000', '101250.836000', '101250.838000', '101250.841000', '101250.844000', '101250.846000', '101250.849000', '101250.852000', '101250.854000', '101250.857000', '101250.859000', '101250.862000', '101250.865000', '101250.867000', '101250.870000', '101250.873000', '101250.875000', '101250.878000', '101250.880000', '101250.883000', '101250.886000', '101310.768000', '101310.771000', '101310.774000', '101310.776000', '101310.779000', '101310.782000', '101310.784000', '101310.787000', '101310.789000', '101310.792000', '101310.795000', '101310.797000', '101310.800000', '101310.802000', '101310.805000', '101310.807000', '101310.810000', '101310.813000', '101310.815000', '101310.818000', '101310.820000', '101310.823000', '101310.826000', '101310.828000', '101310.831000', '101310.833000', '101310.836000', '101310.839000', '101310.841000', '101310.844000', '101310.846000', '101310.849000', '101310.852000', '101310.854000', '101310.857000', '101310.859000', '101310.862000', '101310.864000', '101310.867000', '101310.870000', '101310.872000', '101310.875000', '101310.877000', '101330.768000', '101330.771000', '101330.774000', '101330.777000', '101330.779000', '101330.782000', '101330.785000', '101330.787000', '101330.790000', '101330.792000', '101330.795000', '101330.798000', '101330.800000', '101330.803000', '101330.806000', '101330.808000', '101330.811000', '101330.814000', '101330.816000', '101330.819000', '101330.822000', '101330.824000', '101330.827000', '101330.829000', '101330.832000', '101330.835000', '101330.837000', '101330.840000', '101330.842000', '101330.845000', '101330.847000', '101330.850000', '101330.861000', '101330.864000', '101330.866000', '101330.869000', '101330.878000', '101330.880000', '101330.883000', '101330.885000', '101330.888000', '101330.890000', '101330.893000', '101330.896000', '101350.768000', '101350.771000', '101350.774000', '101350.776000', '101350.779000', '101350.782000', '101350.784000', '101350.787000', '101350.789000', '101350.792000', '101350.794000', '101350.797000', '101350.800000', '101350.802000', '101350.805000', '101350.807000', '101350.810000', '101350.813000', '101350.815000', '101350.818000', '101350.821000', '101350.823000', '101350.826000', '101350.829000', '101350.831000', '101350.834000', '101350.837000', '101350.839000', '101350.842000', '101350.844000', '101350.847000', '101350.850000', '101350.852000', '101350.855000', '101350.857000', '101350.860000', '101350.863000', '101350.865000', '101350.868000', '101350.870000', '101350.873000', '101350.875000', '101350.878000', '101410.768000', '101410.771000', '101410.774000', '101410.777000', '101410.779000', '101410.782000', '101410.784000', '101410.787000', '101410.789000', '101410.792000', '101410.795000', '101410.797000', '101410.800000', '101410.802000', '101410.805000', '101410.808000', '101410.810000', '101410.813000', '101410.815000', '101410.818000', '101410.820000', '101410.823000', '101410.826000', '101410.828000', '101410.831000', '101410.833000', '101410.836000', '101410.838000', '101410.842000', '101410.844000', '101410.847000', '101410.849000', '101410.852000', '101410.855000', '101410.858000', '101410.860000', '101410.863000', '101410.865000', '101410.868000', '101410.871000', '101410.873000', '101410.876000', '101410.878000', '101410.881000', '101430.768000', '101430.771000', '101430.774000', '101430.776000', '101430.779000', '101430.782000', '101430.784000', '101430.787000', '101430.790000', '101430.792000', '101430.795000', '101430.797000', '101430.800000', '101430.803000', '101430.805000', '101430.808000', '101430.811000', '101430.813000', '101430.816000', '101430.818000', '101430.821000', '101430.824000', '101430.826000', '101430.829000', '101430.832000', '101430.834000', '101430.837000', '101430.839000', '101430.842000', '101430.845000', '101430.847000', '101430.850000', '101430.852000', '101430.855000', '101430.857000', '101430.860000', '101430.863000', '101430.865000', '101430.868000', '101430.870000', '101430.873000', '101430.876000', '101430.878000', '101450.767000', '101450.770000', '101450.773000', '101450.775000', '101450.778000', '101450.781000', '101450.783000', '101450.786000', '101450.788000', '101450.791000', '101450.794000', '101450.796000', '101450.799000', '101450.801000', '101450.804000', '101450.807000', '101450.809000', '101450.812000', '101450.814000', '101450.817000', '101450.820000', '101450.822000', '101450.825000', '101450.828000', '101450.830000', '101450.833000', '101450.835000', '101450.838000', '101450.840000', '101450.843000', '101450.846000', '101450.848000', '101450.851000', '101450.853000', '101450.856000', '101450.867000', '101450.869000', '101450.872000', '101450.874000', '101450.877000', '101450.880000', '101450.882000', '101450.885000', '101450.887000', '101510.768000', '101510.770000', '101510.773000', '101510.776000', '101510.778000', '101510.781000', '101510.783000', '101510.786000', '101510.789000', '101510.791000', '101510.794000', '101510.796000', '101510.799000', '101510.802000', '101510.804000', '101510.807000', '101510.809000', '101510.812000', '101510.814000', '101510.817000', '101510.820000', '101510.822000', '101510.825000', '101510.828000', '101510.830000', '101510.833000', '101510.835000', '101510.881000', '101510.883000', '101510.886000', '101510.889000', '101510.891000', '101510.894000', '101510.896000', '101510.899000', '101510.902000', '101510.904000', '101510.907000', '101510.910000', '101510.912000', '101510.915000', '101510.918000', '101510.920000', '101530.769000', '101530.771000', '101530.774000', '101530.777000', '101530.779000', '101530.782000', '101530.784000', '101530.787000', '101530.790000', '101530.793000', '101530.795000', '101530.798000', '101530.801000', '101530.803000', '101530.806000', '101530.809000', '101530.811000', '101530.814000', '101530.817000', '101530.819000', '101530.822000', '101530.824000', '101530.827000', '101530.830000', '101530.832000', '101530.835000', '101530.837000', '101530.840000', '101530.843000', '101530.845000', '101530.848000', '101530.850000', '101530.853000', '101530.855000', '101530.859000', '101530.861000', '101530.864000', '101530.866000', '101530.869000', '101530.872000', '101530.874000', '101530.877000', '101530.880000', '101550.769000', '101550.771000', '101550.774000', '101550.777000', '101550.779000', '101550.782000', '101550.784000', '101550.787000', '101550.789000', '101550.792000', '101550.795000', '101550.797000', '101550.800000', '101550.802000', '101550.805000', '101550.808000', '101550.810000', '101550.813000', '101550.815000', '101550.818000', '101550.821000', '101550.823000', '101550.826000', '101550.828000', '101550.831000', '101550.833000', '101550.836000', '101550.839000', '101550.841000', '101550.844000', '101550.846000', '101550.849000', '101550.852000', '101550.854000', '101550.857000', '101550.859000', '101550.862000', '101550.864000', '101550.867000', '101550.870000', '101550.872000', '101550.875000', '101550.878000', '101550.880000', '101610.768000', '101610.771000', '101610.774000', '101610.777000', '101610.779000', '101610.782000', '101610.784000', '101610.787000', '101610.790000', '101610.792000', '101610.795000', '101610.797000', '101610.800000', '101610.803000', '101610.805000', '101610.808000', '101610.811000', '101610.813000', '101610.816000', '101610.818000', '101610.821000', '101610.824000', '101610.831000', '101610.833000', '101610.836000', '101610.839000', '101610.841000', '101610.844000', '101610.846000', '101610.849000', '101610.852000', '101610.854000', '101610.857000', '101610.859000', '101610.862000', '101610.865000', '101610.867000', '101610.870000', '101610.872000', '101610.875000', '101610.878000', '101610.880000', '101610.883000', '101610.885000', '101630.768000', '101630.771000', '101630.774000', '101630.777000', '101630.779000', '101630.782000', '101630.784000', '101630.787000', '101630.790000', '101630.792000', '101630.795000', '101630.797000', '101630.800000', '101630.803000', '101630.805000', '101630.808000', '101630.810000', '101630.813000', '101630.816000', '101630.818000', '101630.821000', '101630.824000', '101630.826000', '101630.829000', '101630.831000', '101630.834000', '101630.837000', '101630.839000', '101630.842000', '101630.845000', '101630.847000', '101630.850000', '101630.852000', '101630.855000', '101630.858000', '101630.860000', '101630.863000', '101630.865000', '101630.868000', '101630.870000', '101630.873000', '101630.876000', '101630.878000', '101650.769000', '101650.772000', '101650.775000', '101650.778000', '101650.780000', '101650.783000', '101650.786000', '101650.789000', '101650.792000', '101650.794000', '101650.797000', '101650.800000', '101650.802000', '101650.805000', '101650.808000', '101650.810000', '101650.813000', '101650.816000', '101650.818000', '101650.821000', '101650.823000', '101650.826000', '101650.829000', '101650.832000', '101650.834000', '101650.837000', '101650.839000', '101650.842000', '101650.845000', '101650.847000', '101650.850000', '101650.853000', '101650.855000', '101650.858000', '101650.860000', '101650.863000', '101650.865000', '101650.868000', '101650.871000', '101650.873000', '101650.876000', '101650.879000', '101650.881000', '101710.768000', '101710.770000', '101710.773000', '101710.776000', '101710.778000', '101710.781000', '101710.784000', '101710.786000', '101710.789000', '101710.791000', '101710.794000', '101710.797000', '101710.799000', '101710.802000', '101710.804000', '101710.807000', '101710.810000', '101710.812000', '101710.815000', '101710.818000', '101710.820000', '101710.823000', '101710.825000', '101710.828000', '101710.831000', '101710.833000', '101710.836000', '101710.838000', '101710.841000', '101710.844000', '101710.846000', '101710.849000', '101710.851000', '101710.854000', '101710.857000', '101710.859000', '101710.862000', '101710.865000', '101710.867000', '101710.870000', '101710.872000', '101710.875000', '101710.877000', '101710.880000', '101730.768000', '101730.770000', '101730.773000', '101730.776000', '101730.779000', '101730.781000', '101730.785000', '101730.788000', '101730.791000', '101730.795000', '101730.797000', '101730.800000', '101730.802000', '101730.805000', '101730.808000', '101730.810000', '101730.813000', '101730.816000', '101730.818000', '101730.821000', '101730.823000', '101730.826000', '101730.829000', '101730.831000', '101730.834000', '101730.837000', '101730.839000', '101730.842000', '101730.845000', '101730.847000', '101730.850000', '101730.852000', '101730.855000', '101730.858000', '101730.860000', '101730.863000', '101730.866000', '101730.868000', '101730.871000', '101730.875000', '101730.878000', '101730.881000', '101730.883000', '101750.769000', '101750.771000', '101750.774000', '101750.777000', '101750.780000', '101750.782000', '101750.785000', '101750.788000', '101750.790000', '101750.793000', '101750.796000', '101750.798000', '101750.801000', '101750.803000', '101750.806000', '101750.809000', '101750.811000', '101750.814000', '101750.816000', '101750.819000', '101750.821000', '101750.824000', '101750.827000', '101750.829000', '101750.832000', '101750.835000', '101750.837000', '101750.840000', '101750.842000', '101750.845000', '101750.848000', '101750.850000', '101750.853000', '101750.855000', '101750.858000', '101750.861000', '101750.863000', '101750.866000', '101750.868000', '101750.871000', '101750.874000', '101750.876000', '101750.879000', '101750.881000', '101810.768000', '101810.772000', '101810.774000', '101810.777000', '101810.779000', '101810.782000', '101810.785000', '101810.787000', '101810.790000', '101810.793000', '101810.795000', '101810.798000', '101810.800000', '101810.803000', '101810.806000', '101810.808000', '101810.811000', '101810.813000', '101810.816000', '101810.819000', '101810.836000', '101810.839000', '101810.841000', '101810.844000', '101810.846000', '101810.849000', '101810.852000', '101810.854000', '101810.857000', '101810.860000', '101810.862000', '101810.865000', '101810.867000', '101810.870000', '101810.873000', '101810.875000', '101810.878000', '101810.881000', '101810.884000', '101810.886000', '101810.889000', '101810.892000', '101810.895000', '101830.768000', '101830.771000', '101830.774000', '101830.776000', '101830.779000', '101830.782000', '101830.784000', '101830.787000', '101830.790000', '101830.792000', '101830.795000', '101830.798000', '101830.800000', '101830.803000', '101830.806000', '101830.808000', '101830.811000', '101830.814000', '101830.816000', '101830.819000', '101830.821000', '101830.824000', '101830.827000', '101830.829000', '101830.832000', '101830.834000', '101830.837000', '101830.840000', '101830.842000', '101830.845000', '101830.848000', '101830.850000', '101830.853000', '101830.856000', '101830.858000', '101830.861000', '101830.863000', '101830.866000', '101830.869000', '101830.871000', '101830.874000', '101830.876000', '101830.879000', '101830.882000', '101850.769000', '101850.771000', '101850.774000', '101850.777000', '101850.779000', '101850.782000', '101850.785000', '101850.787000', '101850.791000', '101850.794000', '101850.797000', '101850.801000', '101850.803000', '101850.806000', '101850.809000', '101850.811000', '101850.814000', '101850.816000', '101850.819000', '101850.822000', '101850.824000', '101850.827000', '101850.830000', '101850.832000', '101850.835000', '101850.837000', '101850.840000', '101850.843000', '101850.845000', '101850.848000', '101850.851000', '101850.853000', '101850.856000', '101850.858000', '101850.861000', '101850.864000', '101850.866000', '101850.869000', '101850.871000', '101850.874000', '101850.877000', '101850.879000', '101850.882000', '101910.769000', '101910.772000', '101910.774000', '101910.777000', '101910.780000', '101910.782000', '101910.785000', '101910.787000', '101910.790000', '101910.793000', '101910.795000', '101910.798000', '101910.801000', '101910.803000', '101910.806000', '101910.808000', '101910.811000', '101910.814000', '101910.816000', '101910.819000', '101910.822000', '101910.824000', '101910.827000', '101910.830000', '101910.832000', '101910.835000', '101910.838000', '101910.840000', '101910.843000', '101910.845000', '101910.848000', '101910.851000', '101910.853000', '101910.856000', '101910.858000', '101910.861000', '101910.864000', '101910.866000', '101910.869000', '101910.872000', '101910.874000', '101910.877000', '101910.879000', '101910.882000', '101930.768000', '101930.770000', '101930.773000', '101930.776000', '101930.778000', '101930.781000', '101930.784000', '101930.786000', '101930.789000', '101930.791000', '101930.794000', '101930.797000', '101930.799000', '101930.802000', '101930.805000', '101930.807000', '101930.867000', '101930.870000', '101930.873000', '101930.875000', '101930.878000', '101930.881000', '101930.883000', '101930.886000', '101930.888000', '101930.891000', '101930.894000', '101930.896000', '101930.899000', '101930.902000', '101930.904000', '101930.907000', '101930.909000', '101930.912000', '101930.915000', '101930.917000', '101930.920000', '101930.923000', '101930.925000', '101930.928000', '101930.930000', '101930.933000', '101930.936000', '101950.768000', '101950.771000', '101950.773000', '101950.776000', '101950.779000', '101950.781000', '101950.784000', '101950.787000', '101950.789000', '101950.792000', '101950.795000', '101950.797000', '101950.800000', '101950.803000', '101950.805000', '101950.808000', '101950.811000', '101950.813000', '101950.816000', '101950.819000', '101950.821000', '101950.824000', '101950.826000', '101950.829000', '101950.832000', '101950.835000', '101950.837000', '101950.840000', '101950.843000', '101950.845000', '101950.848000', '101950.851000', '101950.853000', '101950.856000', '101950.859000', '101950.861000', '101950.864000', '101950.866000', '101950.869000', '101950.872000', '101950.874000', '101950.877000', '101950.879000', '101950.882000', '101954.724000', '101954.727000', '101954.729000', '101954.732000', '101954.735000', '101954.738000', '101954.741000', '101954.744000', '101954.747000'], '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], 'LargestImagePixelValue': [8048, 7518, 8167, 7151, 7167, 7229, 7446, 7364, 7401, 7423, 6901, 8908, 6870, 9167, 6853, 7861, 6910, 7791, 6795, 6764, 7007, 6785, 7127, 6795, 7795, 6865, 8855, 6924, 7487, 6864, 6752, 6759, 6637, 7623, 6508, 8740, 6694, 9531, 6836, 10559, 8258, 8749, 7073, 6757, 6879, 6654, 7526, 6780, 10141, 6788, 10004, 6940, 9747, 7534, 10230, 8021, 10176, 8468, 9687, 6914, 7362, 6742, 6832, 7693, 6760, 8818, 6692, 8900, 6799, 10970, 7807, 9880, 6990, 7529, 6788, 6728, 6913, 6811, 9476, 6691, 9465, 7014, 8773, 6851, 10461, 7478, 7768, 6881, 6740, 7107, 6894, 8282, 6846, 10408, 6766, 9863, 7178, 9928, 7720, 10187, 8255, 10750, 7108, 8993, 7144, 8329, 7333, 6802, 7195, 6860, 7212, 7167, 8223, 7131, 10710, 7144, 10203, 7066, 9974, 7429, 8830, 7623, 7198, 6976, 6886, 6965, 7005, 10134, 6927, 10087, 7109, 10362, 7347, 10249, 7948, 7173, 6926, 6832, 6990, 6994, 8386, 6968, 9878, 7145, 8191, 7005, 8544, 6996, 7785, 6793, 6819, 7275, 6759, 7135, 6835, 7561, 7053, 6733, 7848, 6815, 9818, 6942, 7484, 8098, 6693, 10581, 6735, 10845, 7294, 10566, 8897, 10975, 8025, 10028, 7266, 8285, 7005, 7157, 6992, 6706, 6822, 6670, 6962, 6665, 7172, 6648, 6964, 6810, 8110, 6772, 9460, 6589, 7197, 6739, 6821, 6578, 7440, 6781, 7003, 6738, 7193, 6721, 8392, 6940, 8540, 7106, 7606, 6645, 7175, 6970, 7564, 6789, 8980, 6908, 10801, 8051, 6914, 6991, 6572, 7265, 6718, 8416, 7015, 10433, 7132, 9162, 7015, 9710, 7930, 11117, 8127, 11208, 7059, 10174, 7652, 11118, 8263, 9709, 6739, 11027, 6945, 9520, 7126, 9230, 7681, 9380, 6927, 8269, 6895, 7762, 6968, 6659, 6950, 6642, 6839, 6712, 7747, 6775, 7418, 6860, 8418, 6947, 9698, 6940, 10392, 7005, 9515, 7032, 7818, 6878, 6725, 6867, 6760, 7080, 6991, 8658, 7250, 8565, 7133, 10714, 7338, 8284, 6950, 6713, 7014, 6867, 8429, 7026, 9206, 7066, 10853, 7993, 10095, 6953, 8326, 6934, 6848, 7529, 6875, 8697, 6834, 10546, 7019, 6932, 7045, 6858, 8206, 6817, 10732, 6836, 8492, 7109, 6853, 8485, 6908, 10332, 6934, 8802, 6922, 6794, 7275, 6846, 10340, 7403, 10500, 7201, 10374, 7824, 8709, 7217, 6707, 7148, 6806, 7284, 6882, 8743, 6926, 10452, 7012, 8014, 6833, 6744, 7166, 6931, 8531, 7128, 9347, 6697, 7612, 7083, 6683, 6765, 7076, 8805, 7223, 10523, 6999, 9148, 7045, 7879, 6958, 6823, 7027, 6956, 7789, 6988, 10194, 7249, 10805, 6962, 6730, 6834, 6799, 7130, 6998, 8375, 6925, 10395, 7022, 10554, 7093, 9428, 7436, 10117, 8463, 11340, 7227, 8638, 6937, 7181, 7029, 6730, 9338, 6808, 9944, 6838, 9859, 6844, 9880, 7262, 11535, 8139, 10082, 6912, 10725, 6712, 11038, 7524, 10713, 7442, 9777, 6696, 7825, 6740, 7972, 6826, 8296, 6911, 8757, 6841, 7857, 6736, 7251, 6677, 6526, 6646, 6735, 6676, 6905, 7905, 6769, 8192, 6829, 9319, 6782, 10947, 6826, 7348, 6724, 6612, 7089, 6706, 9346, 6649, 9728, 6744, 10651, 7950, 9912, 8718, 10594, 8400, 9849, 7715, 8929, 7032, 6864, 8479, 6749, 9182, 6565, 10308, 8325, 10935, 7977, 9569, 7982, 8109, 6613, 6750, 6727, 6863, 9900, 6666, 9920, 6794, 9583, 7944, 8906, 6959, 6569, 7047, 6792, 7440, 6643, 6551, 7579, 6912, 10908, 7268, 8854, 8510, 7243, 10868, 7103, 10597, 6710, 10898, 8629, 9989, 6778, 6737, 6769, 6800, 9029, 6736, 6712, 6799, 6688, 8801, 6864, 7580, 7324, 6871, 11446, 8682, 6793, 8027, 6773, 7147, 7027, 6673, 8989, 6739, 10470, 9180, 10927, 8538, 6887, 11735, 9842, 7959, 10195, 7775, 11381, 10323, 10109, 8190, 7244, 7854, 7134, 9307, 6990, 9290, 6941, 7956, 6930, 6948, 8111, 6775, 8996, 6849, 8236, 7090, 6861, 8119, 6818, 8575, 6842, 7420, 7040, 6815, 7882, 6869, 10573, 6927, 9662, 7377, 7109, 7055, 6886, 7983, 6848, 10583, 6855, 10326, 7228, 10683, 8281, 7032, 6960, 6861, 8644, 7165, 10376, 6959, 8849, 6892, 6768, 7422, 6963, 10358, 7144, 10031, 7531, 6873, 6967, 6870, 8122, 6927, 7488, 6893, 6859, 7351, 6934, 10367, 7010, 6771, 7075, 6855, 10383, 7522, 7080, 6972, 6859, 11162, 7434, 7248, 6638, 6692, 11014, 7266, 6685, 7949, 6604, 9867, 6989, 9137, 6975, 6693, 9373, 6941, 11341, 8007, 6721, 8726, 6774, 11594, 9125, 7228, 7387, 6790, 10889, 7246, 6868, 7173, 6706, 10906, 6834, 6810, 8848, 6870, 7015, 8414, 7415, 10764, 7264, 9365, 7968, 7052, 9447, 7191, 10134, 7277, 8322, 7551, 6895, 7825, 7086, 8449, 7166, 7075, 6956, 6903, 7485, 7175, 9057, 6886, 6765, 7093, 6934, 7751, 7250, 10282, 7021, 6886, 6892, 7031, 10340, 7021, 11475, 6869, 8407, 6891, 7083, 8880, 7272, 10352, 7049, 10089, 7520, 8600, 6947, 6917, 9192, 6936, 9721, 7081, 10422, 7208, 10369, 7435, 9659, 7039, 9058, 6987, 9904, 8550, 6901, 7003, 7101, 7667, 7108, 8592, 7229, 9627, 7173, 10236, 7228, 9619, 7258, 9579, 7546, 9497, 7775, 9140, 7329, 9078, 7121, 7851, 7210, 8052, 7231, 8348, 7141, 8276, 7109, 7435, 7183, 7480, 7048, 7351, 6987, 7549, 7022, 9049, 7056, 10023, 7174, 10027, 7008, 9423, 7000, 10249, 7086, 9603, 7083, 9565, 6890, 7869, 6992, 7674, 6996, 7535, 6950, 8971, 7187, 11615, 7040, 10748, 7681, 8914, 7033, 7921, 6891, 7206, 7348, 6780, 7575, 6884, 7685, 6905, 8468, 6975, 9823, 7154, 9203, 7195, 10152, 6957, 10404, 7218, 9328, 7295, 8681, 7558, 9930, 7833, 8890, 6976, 8232, 6926, 8397, 7459, 7463, 7014, 8795, 6882, 8922, 6982, 7744, 6944, 7104, 7011, 7143, 6962, 6877, 6901, 6909, 6997, 6893, 6957, 6933, 7070, 6961, 7153, 6945, 7311, 6855, 7439, 6928, 8544, 6981, 8079, 7029, 8783, 6979, 10256, 7157, 9711, 7227, 10112, 7652, 10168, 7205, 9914, 7155, 8516, 7663, 9248, 7380, 8554, 7094, 7763, 6909, 7913, 6944, 7282, 7002, 6887, 7372, 7071, 8576, 7188, 9324, 7008, 8929, 7197, 9718, 7782, 9456, 7011, 7789, 6916, 7495, 7038, 6823, 6993, 7145, 6848, 7408, 6921, 8385, 7012, 6921, 6917, 6940, 7015, 7148, 7993, 7611, 8637, 7415, 8144, 7559, 9239, 7315, 8430, 6937, 7385, 6942, 8063, 6914, 6968, 7087, 7025, 7146, 7268, 9451, 7297, 10037, 7346, 9609, 7323, 7433, 6884, 7123, 6846, 7155, 8123, 6860, 10548, 8265, 8052, 6836, 6802, 7579, 6976, 9206, 6885, 10246, 8111, 8441, 7321, 6580, 7122, 6694, 8827, 6868, 8833, 6766, 9861, 7741, 6690, 6929, 6695, 7137, 6851, 8770, 6935, 9953, 6678, 9996, 6791, 7957, 7176, 6733, 6875, 6723, 7239, 6768, 8699, 6785, 9415, 6801, 7190, 6735, 6764, 7787, 6719, 9390, 6900, 9668, 7049, 6778, 6871, 6637, 7895, 6837, 10380, 7294, 7709, 6721, 6784, 10967, 6729, 6707, 8767, 7084, 10847, 9053, 6904, 10728, 7121, 9772, 7810, 6886, 9658, 7289, 9463, 7240, 6884, 7138, 6918, 7531, 7716], 'WindowCenter': [4013.0, 4001.0, 4009.0, 4001.0, 3998.0, 3995.0, 3993.0, 3986.0, 3994.0, 3997.0, 3998.0, 4016.0, 3988.0, 4016.0, 3986.0, 3995.0, 3998.0, 3995.0, 3999.0, 3998.0, 3998.0, 4000.0, 4012.0, 4014.0, 4011.0, 4003.0, 4031.0, 4002.0, 4012.0, 4014.0, 4014.0, 4005.0, 4004.0, 4012.0, 3991.0, 4009.0, 3991.0, 4019.0, 3990.0, 4029.0, 4009.0, 4008.0, 3988.0, 3976.0, 3991.0, 3989.0, 3999.0, 3991.0, 4030.0, 3980.0, 4028.0, 3991.0, 4020.0, 4001.0, 4029.0, 4000.0, 4017.0, 4009.0, 4018.0, 3989.0, 3986.0, 3989.0, 3987.0, 3999.0, 3988.0, 4019.0, 3990.0, 4020.0, 3991.0, 4041.0, 4002.0, 4029.0, 3989.0, 3997.0, 3978.0, 3977.0, 3990.0, 3990.0, 4020.0, 3988.0, 4020.0, 3989.0, 4008.0, 3990.0, 4029.0, 4001.0, 3997.0, 3989.0, 3989.0, 3990.0, 3990.0, 4010.0, 3988.0, 4030.0, 3989.0, 4017.0, 3988.0, 4018.0, 3999.0, 4017.0, 3998.0, 4026.0, 3986.0, 4006.0, 3986.0, 4008.0, 3987.0, 3990.0, 4001.0, 3988.0, 3998.0, 3988.0, 4009.0, 3999.0, 4027.0, 4000.0, 4027.0, 3996.0, 4028.0, 3995.0, 4018.0, 4010.0, 3985.0, 4000.0, 3997.0, 4001.0, 3998.0, 4038.0, 3999.0, 4029.0, 3996.0, 4040.0, 4013.0, 4039.0, 4009.0, 3985.0, 3997.0, 3988.0, 4000.0, 3999.0, 4008.0, 4000.0, 4029.0, 4000.0, 4009.0, 4002.0, 4021.0, 3999.0, 4013.0, 4006.0, 4006.0, 4014.0, 4005.0, 4006.0, 4007.0, 4015.0, 4016.0, 4006.0, 4037.0, 4018.0, 4045.0, 4017.0, 4013.0, 4024.0, 4006.0, 4057.0, 4003.0, 4039.0, 4002.0, 4042.0, 4022.0, 4040.0, 4011.0, 4030.0, 3997.0, 4018.0, 4001.0, 3999.0, 4000.0, 3987.0, 3991.0, 4002.0, 4002.0, 3989.0, 3989.0, 3989.0, 3992.0, 3991.0, 4008.0, 3990.0, 4030.0, 3988.0, 3989.0, 3990.0, 3990.0, 3990.0, 4001.0, 3990.0, 3991.0, 3991.0, 4004.0, 4005.0, 4035.0, 4014.0, 4023.0, 4004.0, 4011.0, 3990.0, 3989.0, 3989.0, 3999.0, 3988.0, 4019.0, 3991.0, 4041.0, 4012.0, 3988.0, 3988.0, 3986.0, 4000.0, 3986.0, 4009.0, 3990.0, 4029.0, 3989.0, 4018.0, 3990.0, 4018.0, 4012.0, 4043.0, 4011.0, 4039.0, 3989.0, 4028.0, 3998.0, 4038.0, 4008.0, 4017.0, 3977.0, 4027.0, 3988.0, 4018.0, 3989.0, 4015.0, 4000.0, 4015.0, 3999.0, 4007.0, 3988.0, 3997.0, 3989.0, 3984.0, 3988.0, 3987.0, 3989.0, 3986.0, 4000.0, 3986.0, 3999.0, 3987.0, 4007.0, 3988.0, 4018.0, 3990.0, 4030.0, 4000.0, 4027.0, 3986.0, 3997.0, 3988.0, 3988.0, 3989.0, 3986.0, 3989.0, 3988.0, 4009.0, 3996.0, 4007.0, 3990.0, 4040.0, 4000.0, 4008.0, 4000.0, 3989.0, 4000.0, 3991.0, 4008.0, 4001.0, 4031.0, 4001.0, 4040.0, 4013.0, 4030.0, 4000.0, 4010.0, 3999.0, 3991.0, 4008.0, 3989.0, 4020.0, 3991.0, 4039.0, 4000.0, 4000.0, 4000.0, 4001.0, 4020.0, 4002.0, 4050.0, 4002.0, 4033.0, 4012.0, 4003.0, 4021.0, 4001.0, 4041.0, 4002.0, 4021.0, 4001.0, 4000.0, 4001.0, 3988.0, 4030.0, 3999.0, 4028.0, 3999.0, 4028.0, 4008.0, 4018.0, 3998.0, 3976.0, 3988.0, 3988.0, 3999.0, 3999.0, 4018.0, 4000.0, 4028.0, 4000.0, 4010.0, 4003.0, 4001.0, 4013.0, 4011.0, 4021.0, 4011.0, 4044.0, 3999.0, 4023.0, 4014.0, 4003.0, 4001.0, 4002.0, 4030.0, 4022.0, 4051.0, 4010.0, 4027.0, 4014.0, 4021.0, 4010.0, 3999.0, 3998.0, 4009.0, 4019.0, 4013.0, 4052.0, 4011.0, 4040.0, 3999.0, 3986.0, 3989.0, 3989.0, 3999.0, 4012.0, 4023.0, 4002.0, 4044.0, 4000.0, 4040.0, 3997.0, 4031.0, 4014.0, 4041.0, 4021.0, 4039.0, 3999.0, 4019.0, 4001.0, 4000.0, 4002.0, 3997.0, 4030.0, 3988.0, 4030.0, 4001.0, 4028.0, 4000.0, 4039.0, 4011.0, 4049.0, 4010.0, 4027.0, 3999.0, 4038.0, 3987.0, 4038.0, 3999.0, 4026.0, 3997.0, 4026.0, 3986.0, 3996.0, 3986.0, 4006.0, 3986.0, 4007.0, 3988.0, 4007.0, 3988.0, 4008.0, 4001.0, 3999.0, 4003.0, 3992.0, 4003.0, 3991.0, 3988.0, 3988.0, 3998.0, 3975.0, 3996.0, 3977.0, 4017.0, 3992.0, 4030.0, 3989.0, 4000.0, 3990.0, 3990.0, 3991.0, 3990.0, 4021.0, 3980.0, 4020.0, 3991.0, 4032.0, 4000.0, 4020.0, 4010.0, 4031.0, 4013.0, 4030.0, 4000.0, 4008.0, 3976.0, 3976.0, 3999.0, 3977.0, 4007.0, 3977.0, 4016.0, 4009.0, 4040.0, 4000.0, 4016.0, 3998.0, 3995.0, 3962.0, 3963.0, 3965.0, 3974.0, 4016.0, 3976.0, 4016.0, 3975.0, 4004.0, 3995.0, 4009.0, 3990.0, 4003.0, 4002.0, 4003.0, 4002.0, 3988.0, 3979.0, 4010.0, 4003.0, 4041.0, 4001.0, 4022.0, 4022.0, 4002.0, 4044.0, 3990.0, 4031.0, 3991.0, 4042.0, 4009.0, 4032.0, 4005.0, 3990.0, 3977.0, 3977.0, 4020.0, 3992.0, 3990.0, 4001.0, 3992.0, 4031.0, 4017.0, 4027.0, 4028.0, 4017.0, 4065.0, 4033.0, 4002.0, 4021.0, 4000.0, 3998.0, 4001.0, 3990.0, 4031.0, 4001.0, 4040.0, 4032.0, 4040.0, 4019.0, 3989.0, 4039.0, 4018.0, 3997.0, 4029.0, 3986.0, 4028.0, 4029.0, 4013.0, 3981.0, 3965.0, 3976.0, 3958.0, 3987.0, 3970.0, 4000.0, 3976.0, 3985.0, 3973.0, 3975.0, 3994.0, 3987.0, 4006.0, 3987.0, 4008.0, 4000.0, 4002.0, 4021.0, 4005.0, 4019.0, 3991.0, 4001.0, 4003.0, 4004.0, 4024.0, 3993.0, 4032.0, 3993.0, 4030.0, 4002.0, 3991.0, 3990.0, 4004.0, 4013.0, 3994.0, 4042.0, 3993.0, 4041.0, 3999.0, 4044.0, 4008.0, 3991.0, 4001.0, 4002.0, 4022.0, 4005.0, 4043.0, 4002.0, 4023.0, 4002.0, 4003.0, 4002.0, 4003.0, 4044.0, 4004.0, 4033.0, 4013.0, 4003.0, 4005.0, 4005.0, 4022.0, 4003.0, 4005.0, 4000.0, 4003.0, 4014.0, 4017.0, 4055.0, 4017.0, 4018.0, 4017.0, 4006.0, 4045.0, 4027.0, 4005.0, 4006.0, 4008.0, 4068.0, 4019.0, 4016.0, 4005.0, 4005.0, 4043.0, 4016.0, 4003.0, 4024.0, 4017.0, 4045.0, 4004.0, 4031.0, 4006.0, 4004.0, 4032.0, 4003.0, 4055.0, 4014.0, 3992.0, 4022.0, 3990.0, 4027.0, 4018.0, 3998.0, 4013.0, 4003.0, 4042.0, 4000.0, 3986.0, 3998.0, 4000.0, 4052.0, 4001.0, 4003.0, 4031.0, 4016.0, 4026.0, 4033.0, 4011.0, 4050.0, 4010.0, 4031.0, 4020.0, 3997.0, 4028.0, 4002.0, 4043.0, 4009.0, 4020.0, 4011.0, 4000.0, 4010.0, 4001.0, 4033.0, 4015.0, 4011.0, 4000.0, 4002.0, 4013.0, 4024.0, 4045.0, 4014.0, 4000.0, 4000.0, 3999.0, 4008.0, 4000.0, 4029.0, 4000.0, 3999.0, 4001.0, 4000.0, 4040.0, 4001.0, 4052.0, 4004.0, 4035.0, 4016.0, 4013.0, 4033.0, 4012.0, 4040.0, 4001.0, 4027.0, 4010.0, 4020.0, 3998.0, 3988.0, 4020.0, 3987.0, 4015.0, 3987.0, 4028.0, 3998.0, 4014.0, 3986.0, 4016.0, 3986.0, 4005.0, 3988.0, 4029.0, 4008.0, 3987.0, 3998.0, 4012.0, 4023.0, 4012.0, 4021.0, 4008.0, 4030.0, 4000.0, 4037.0, 4012.0, 4039.0, 4012.0, 4027.0, 4012.0, 4041.0, 4010.0, 4027.0, 3997.0, 4018.0, 3997.0, 4009.0, 3997.0, 4008.0, 4007.0, 4006.0, 3997.0, 4017.0, 3999.0, 4008.0, 4009.0, 4011.0, 4001.0, 4008.0, 4012.0, 4009.0, 4010.0, 4029.0, 4014.0, 4042.0, 4003.0, 4041.0, 4001.0, 4030.0, 4000.0, 4042.0, 4004.0, 4030.0, 4002.0, 4028.0, 4001.0, 4020.0, 4012.0, 4020.0, 4011.0, 4010.0, 4002.0, 4030.0, 4014.0, 4062.0, 4000.0, 4053.0, 4025.0, 4029.0, 4011.0, 4035.0, 4011.0, 4021.0, 4025.0, 4011.0, 4034.0, 4028.0, 4035.0, 4025.0, 4037.0, 4015.0, 4053.0, 4013.0, 4055.0, 4025.0, 4055.0, 4010.0, 4051.0, 4010.0, 4043.0, 4022.0, 4041.0, 4026.0, 4050.0, 4024.0, 4028.0, 4012.0, 4020.0, 4012.0, 4033.0, 4011.0, 4010.0, 4003.0, 4031.0, 4012.0, 4043.0, 4012.0, 4008.0, 3999.0, 3997.0, 4002.0, 3998.0, 4014.0, 4014.0, 4010.0, 3998.0, 4000.0, 4001.0, 4009.0, 4012.0, 4012.0, 4001.0, 4001.0, 4000.0, 4012.0, 4014.0, 4011.0, 4011.0, 4031.0, 4012.0, 4020.0, 4014.0, 4032.0, 4014.0, 4051.0, 4011.0, 4042.0, 4011.0, 4053.0, 4022.0, 4040.0, 4011.0, 4029.0, 4009.0, 4032.0, 4022.0, 4030.0, 4010.0, 4018.0, 4001.0, 4009.0, 4012.0, 4022.0, 4014.0, 4022.0, 4012.0, 3998.0, 4013.0, 4013.0, 4044.0, 4025.0, 4044.0, 4026.0, 4043.0, 4012.0, 4043.0, 4021.0, 4041.0, 4013.0, 4019.0, 4011.0, 4023.0, 4011.0, 4001.0, 4011.0, 4008.0, 4002.0, 4012.0, 4010.0, 4022.0, 4001.0, 4000.0, 4001.0, 4000.0, 3999.0, 4010.0, 4021.0, 4022.0, 4031.0, 4009.0, 4022.0, 4025.0, 4044.0, 4014.0, 4019.0, 4012.0, 4009.0, 4013.0, 4024.0, 4013.0, 4002.0, 4000.0, 4001.0, 3993.0, 4011.0, 4044.0, 4021.0, 4040.0, 4008.0, 4041.0, 4021.0, 4021.0, 4016.0, 4013.0, 4000.0, 4001.0, 4008.0, 3989.0, 4028.0, 3998.0, 3986.0, 3959.0, 3965.0, 3983.0, 3973.0, 4006.0, 3975.0, 4005.0, 3984.0, 3994.0, 3986.0, 3975.0, 3973.0, 3975.0, 3994.0, 3974.0, 3993.0, 3975.0, 4015.0, 3985.0, 3975.0, 3975.0, 3975.0, 3974.0, 3977.0, 4006.0, 3975.0, 4015.0, 3975.0, 4015.0, 3975.0, 3996.0, 3987.0, 3976.0, 3975.0, 3976.0, 3986.0, 3977.0, 4007.0, 3978.0, 4017.0, 3989.0, 3987.0, 3976.0, 3987.0, 3999.0, 3988.0, 4021.0, 3988.0, 4019.0, 3988.0, 3976.0, 3988.0, 3991.0, 4011.0, 3990.0, 4030.0, 4002.0, 4013.0, 4002.0, 4003.0, 4042.0, 3992.0, 3991.0, 4035.0, 4016.0, 4069.0, 4045.0, 4013.0, 4051.0, 4013.0, 4055.0, 4023.0, 4010.0, 4052.0, 4024.0, 4043.0, 4011.0, 4001.0, 4001.0, 4001.0, 4008.0, 4011.0], 'WindowWidth': [8979.0, 8958.0, 8962.0, 8955.0, 8945.0, 8937.0, 8929.0, 8922.0, 8932.0, 8939.0, 8943.0, 8963.0, 8928.0, 8962.0, 8924.0, 8933.0, 8943.0, 8936.0, 8949.0, 8945.0, 8945.0, 8952.0, 8969.0, 8976.0, 8966.0, 8960.0, 8993.0, 8956.0, 8968.0, 8976.0, 8976.0, 8963.0, 8959.0, 8965.0, 8934.0, 8954.0, 8932.0, 8967.0, 8931.0, 8979.0, 8954.0, 8949.0, 8925.0, 8907.0, 8931.0, 8930.0, 8942.0, 8936.0, 8982.0, 8916.0, 8978.0, 8933.0, 8967.0, 8944.0, 8979.0, 8942.0, 8960.0, 8955.0, 8962.0, 8926.0, 8918.0, 8927.0, 8923.0, 8941.0, 8924.0, 8966.0, 8931.0, 8969.0, 8935.0, 9000.0, 8948.0, 8981.0, 8930.0, 8935.0, 8911.0, 8910.0, 8930.0, 8933.0, 8969.0, 8927.0, 8968.0, 8928.0, 8951.0, 8933.0, 8980.0, 8946.0, 8934.0, 8927.0, 8926.0, 8929.0, 8931.0, 8956.0, 8927.0, 8982.0, 8927.0, 8960.0, 8925.0, 8963.0, 8942.0, 8959.0, 8936.0, 8970.0, 8919.0, 8944.0, 8919.0, 8950.0, 8922.0, 8932.0, 8950.0, 8927.0, 8941.0, 8928.0, 8957.0, 8945.0, 8980.0, 8948.0, 8977.0, 8939.0, 8979.0, 8937.0, 8967.0, 8960.0, 8920.0, 8946.0, 8943.0, 8951.0, 8946.0, 8994.0, 8946.0, 8984.0, 8940.0, 8999.0, 8968.0, 8999.0, 8958.0, 8922.0, 8940.0, 8928.0, 8946.0, 8947.0, 8954.0, 8945.0, 8983.0, 8946.0, 8958.0, 8954.0, 8977.0, 8947.0, 8967.0, 8962.0, 8961.0, 8970.0, 8962.0, 8962.0, 8967.0, 8974.0, 8977.0, 8963.0, 9010.0, 8985.0, 9017.0, 8980.0, 8972.0, 8987.0, 8963.0, 9030.0, 8957.0, 8997.0, 8953.0, 9003.0, 8978.0, 8999.0, 8962.0, 8983.0, 8939.0, 8969.0, 8949.0, 8943.0, 8945.0, 8926.0, 8935.0, 8953.0, 8950.0, 8930.0, 8930.0, 8931.0, 8935.0, 8935.0, 8955.0, 8932.0, 8984.0, 8926.0, 8929.0, 8932.0, 8933.0, 8933.0, 8947.0, 8932.0, 8933.0, 8936.0, 8957.0, 8963.0, 9002.0, 8974.0, 8981.0, 8957.0, 8963.0, 8934.0, 8928.0, 8928.0, 8939.0, 8925.0, 8967.0, 8934.0, 8999.0, 8961.0, 8924.0, 8924.0, 8922.0, 8944.0, 8922.0, 8953.0, 8930.0, 8981.0, 8929.0, 8963.0, 8932.0, 8966.0, 8964.0, 9004.0, 8961.0, 8993.0, 8928.0, 8977.0, 8942.0, 8992.0, 8952.0, 8960.0, 8908.0, 8974.0, 8923.0, 8963.0, 8927.0, 8956.0, 8945.0, 8959.0, 8943.0, 8949.0, 8926.0, 8936.0, 8928.0, 8917.0, 8926.0, 8925.0, 8930.0, 8922.0, 8944.0, 8923.0, 8942.0, 8923.0, 8948.0, 8925.0, 8966.0, 8932.0, 8984.0, 8946.0, 8978.0, 8924.0, 8936.0, 8928.0, 8927.0, 8928.0, 8921.0, 8928.0, 8927.0, 8954.0, 8936.0, 8951.0, 8932.0, 8998.0, 8948.0, 8953.0, 8946.0, 8931.0, 8947.0, 8935.0, 8955.0, 8950.0, 8989.0, 8950.0, 9000.0, 8969.0, 8984.0, 8947.0, 8959.0, 8945.0, 8935.0, 8955.0, 8930.0, 8973.0, 8936.0, 8997.0, 8946.0, 8949.0, 8948.0, 8951.0, 8975.0, 8955.0, 9015.0, 8955.0, 8996.0, 8970.0, 8955.0, 8978.0, 8952.0, 9003.0, 8954.0, 8976.0, 8951.0, 8950.0, 8947.0, 8930.0, 8986.0, 8944.0, 8981.0, 8945.0, 8980.0, 8956.0, 8965.0, 8939.0, 8907.0, 8927.0, 8928.0, 8944.0, 8946.0, 8967.0, 8948.0, 8979.0, 8947.0, 8959.0, 8958.0, 8953.0, 8973.0, 8968.0, 8976.0, 8967.0, 9012.0, 8950.0, 8985.0, 8974.0, 8957.0, 8953.0, 8954.0, 8990.0, 8986.0, 9022.0, 8965.0, 8984.0, 8974.0, 8980.0, 8965.0, 8950.0, 8947.0, 8963.0, 8976.0, 8973.0, 9022.0, 8967.0, 9001.0, 8945.0, 8924.0, 8932.0, 8930.0, 8945.0, 8968.0, 8983.0, 8952.0, 9013.0, 8950.0, 8998.0, 8941.0, 8990.0, 8973.0, 9001.0, 8976.0, 8994.0, 8944.0, 8968.0, 8951.0, 8945.0, 8954.0, 8942.0, 8985.0, 8932.0, 8987.0, 8951.0, 8983.0, 8950.0, 8997.0, 8965.0, 9012.0, 8961.0, 8978.0, 8943.0, 8993.0, 8926.0, 8995.0, 8944.0, 8974.0, 8937.0, 8973.0, 8923.0, 8933.0, 8923.0, 8950.0, 8924.0, 8949.0, 8927.0, 8950.0, 8929.0, 8955.0, 8951.0, 8943.0, 8956.0, 8940.0, 8954.0, 8934.0, 8925.0, 8924.0, 8932.0, 8902.0, 8931.0, 8906.0, 8960.0, 8937.0, 8980.0, 8928.0, 8941.0, 8931.0, 8931.0, 8932.0, 8929.0, 8971.0, 8916.0, 8970.0, 8932.0, 8985.0, 8941.0, 8966.0, 8957.0, 8985.0, 8963.0, 8980.0, 8943.0, 8948.0, 8903.0, 8903.0, 8937.0, 8907.0, 8946.0, 8907.0, 8957.0, 8954.0, 8995.0, 8941.0, 8958.0, 8935.0, 8927.0, 8878.0, 8881.0, 8886.0, 8897.0, 8955.0, 8904.0, 8955.0, 8902.0, 8937.0, 8929.0, 8951.0, 8930.0, 8954.0, 8952.0, 8955.0, 8951.0, 8927.0, 8914.0, 8958.0, 8956.0, 8999.0, 8948.0, 8975.0, 8977.0, 8949.0, 9007.0, 8931.0, 8984.0, 8935.0, 9003.0, 8953.0, 8990.0, 8963.0, 8934.0, 8909.0, 8909.0, 8973.0, 8938.0, 8933.0, 8950.0, 8938.0, 8992.0, 8982.0, 8997.0, 9001.0, 8986.0, 9043.0, 8996.0, 8954.0, 8978.0, 8949.0, 8944.0, 8953.0, 8934.0, 8991.0, 8950.0, 8998.0, 8991.0, 8999.0, 8969.0, 8931.0, 8994.0, 8966.0, 8937.0, 8979.0, 8919.0, 8976.0, 8981.0, 8948.0, 8903.0, 8873.0, 8887.0, 8866.0, 8905.0, 8890.0, 8925.0, 8901.0, 8911.0, 8895.0, 8898.0, 8927.0, 8925.0, 8947.0, 8923.0, 8953.0, 8944.0, 8952.0, 8977.0, 8959.0, 8970.0, 8935.0, 8948.0, 8951.0, 8958.0, 8985.0, 8940.0, 8988.0, 8939.0, 8984.0, 8949.0, 8933.0, 8933.0, 8954.0, 8965.0, 8941.0, 9004.0, 8942.0, 9001.0, 8945.0, 9008.0, 8955.0, 8934.0, 8948.0, 8952.0, 8977.0, 8959.0, 9006.0, 8951.0, 8977.0, 8951.0, 8954.0, 8951.0, 8953.0, 9009.0, 8958.0, 8993.0, 8967.0, 8955.0, 8960.0, 8961.0, 8979.0, 8954.0, 8958.0, 8949.0, 8956.0, 8970.0, 8980.0, 9029.0, 8982.0, 8984.0, 8980.0, 8964.0, 9014.0, 8993.0, 8957.0, 8960.0, 8969.0, 9048.0, 8984.0, 8977.0, 8960.0, 8960.0, 9007.0, 8974.0, 8955.0, 8984.0, 8983.0, 9012.0, 8957.0, 8988.0, 8960.0, 8956.0, 8989.0, 8954.0, 9023.0, 8970.0, 8937.0, 8976.0, 8931.0, 8970.0, 8962.0, 8940.0, 8968.0, 8954.0, 9002.0, 8944.0, 8921.0, 8943.0, 8948.0, 9018.0, 8952.0, 8957.0, 8992.0, 8982.0, 8995.0, 9000.0, 8968.0, 9017.0, 8965.0, 8991.0, 8976.0, 8941.0, 8982.0, 8953.0, 9008.0, 8959.0, 8977.0, 8963.0, 8946.0, 8960.0, 8952.0, 9000.0, 8978.0, 8965.0, 8949.0, 8955.0, 8970.0, 8990.0, 9017.0, 8973.0, 8948.0, 8945.0, 8944.0, 8955.0, 8947.0, 8983.0, 8947.0, 8943.0, 8949.0, 8948.0, 8998.0, 8950.0, 9021.0, 8961.0, 9006.0, 8981.0, 8973.0, 8996.0, 8965.0, 9001.0, 8949.0, 8977.0, 8957.0, 8972.0, 8940.0, 8925.0, 8970.0, 8923.0, 8959.0, 8921.0, 8976.0, 8939.0, 8954.0, 8921.0, 8957.0, 8920.0, 8944.0, 8929.0, 8982.0, 8953.0, 8924.0, 8945.0, 8968.0, 8985.0, 8970.0, 8978.0, 8959.0, 8987.0, 8950.0, 8994.0, 8967.0, 8999.0, 8967.0, 8982.0, 8966.0, 9004.0, 8963.0, 8978.0, 8942.0, 8966.0, 8940.0, 8956.0, 8941.0, 8955.0, 8956.0, 8949.0, 8940.0, 8967.0, 8947.0, 8957.0, 8962.0, 8965.0, 8952.0, 8956.0, 8967.0, 8959.0, 8965.0, 8988.0, 8973.0, 9005.0, 8957.0, 9002.0, 8953.0, 8987.0, 8950.0, 9009.0, 8959.0, 8986.0, 8953.0, 8981.0, 8951.0, 8977.0, 8971.0, 8977.0, 8967.0, 8962.0, 8955.0, 8988.0, 8973.0, 9034.0, 8952.0, 9026.0, 8991.0, 8987.0, 8969.0, 9003.0, 8969.0, 8982.0, 8990.0, 8970.0, 9005.0, 9001.0, 9008.0, 8997.0, 9010.0, 8978.0, 9026.0, 8973.0, 9033.0, 8995.0, 9034.0, 8965.0, 9020.0, 8966.0, 9012.0, 8985.0, 9009.0, 8994.0, 9018.0, 8988.0, 8986.0, 8970.0, 8977.0, 8970.0, 8999.0, 8968.0, 8964.0, 8958.0, 8992.0, 8970.0, 9014.0, 8971.0, 8960.0, 8949.0, 8943.0, 8954.0, 8947.0, 8974.0, 8974.0, 8964.0, 8947.0, 8949.0, 8951.0, 8962.0, 8970.0, 8968.0, 8951.0, 8953.0, 8951.0, 8970.0, 8978.0, 8968.0, 8968.0, 8992.0, 8969.0, 8978.0, 8977.0, 8997.0, 8975.0, 9019.0, 8969.0, 9009.0, 8969.0, 9024.0, 8983.0, 9001.0, 8964.0, 8984.0, 8960.0, 8994.0, 8982.0, 8987.0, 8964.0, 8970.0, 8951.0, 8960.0, 8968.0, 8979.0, 8976.0, 8984.0, 8969.0, 8944.0, 8971.0, 8974.0, 9017.0, 8992.0, 9018.0, 8996.0, 9014.0, 8972.0, 9012.0, 8984.0, 9007.0, 8974.0, 8977.0, 8970.0, 8988.0, 8969.0, 8955.0, 8968.0, 8960.0, 8956.0, 8970.0, 8967.0, 8983.0, 8953.0, 8949.0, 8952.0, 8949.0, 8949.0, 8965.0, 8979.0, 8983.0, 8991.0, 8964.0, 8983.0, 8993.0, 9015.0, 8975.0, 8974.0, 8969.0, 8962.0, 8973.0, 8989.0, 8972.0, 8953.0, 8946.0, 8951.0, 8932.0, 8968.0, 9015.0, 8983.0, 9004.0, 8960.0, 9008.0, 8982.0, 8984.0, 8980.0, 8973.0, 8951.0, 8951.0, 8954.0, 8929.0, 8974.0, 8935.0, 8915.0, 8874.0, 8885.0, 8905.0, 8894.0, 8943.0, 8901.0, 8936.0, 8909.0, 8922.0, 8917.0, 8901.0, 8897.0, 8903.0, 8924.0, 8898.0, 8921.0, 8900.0, 8952.0, 8913.0, 8899.0, 8900.0, 8900.0, 8897.0, 8907.0, 8946.0, 8902.0, 8952.0, 8901.0, 8953.0, 8902.0, 8932.0, 8922.0, 8906.0, 8903.0, 8906.0, 8918.0, 8908.0, 8947.0, 8911.0, 8960.0, 8928.0, 8922.0, 8908.0, 8925.0, 8942.0, 8927.0, 8973.0, 8926.0, 8965.0, 8926.0, 8908.0, 8927.0, 8936.0, 8959.0, 8934.0, 8984.0, 8951.0, 8965.0, 8954.0, 8956.0, 9005.0, 8937.0, 8935.0, 9001.0, 8982.0, 9056.0, 9018.0, 8971.0, 9019.0, 8972.0, 9029.0, 8987.0, 8966.0, 9023.0, 8991.0, 9013.0, 8968.0, 8952.0, 8949.0, 8950.0, 8955.0, 8960.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.001449222440944882</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04712597962598425</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.530507892896516</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1187013527881775</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9798101950246296</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7620.958</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13304030627689417</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>165</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.24015748031496</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.587706277862305</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4514533051891623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8352803869471024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.47638514145065</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00772051</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018266521394252777</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03061707876622677</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1016</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8445138900624922</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5546</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.9402</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.0883</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309911.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>763.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.8651</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0954</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.5891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.751</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3517.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66633.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.8032</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.95638024935033</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> |