=== 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-0040 --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-0040",
"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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-01/func/sub-0040_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>79f2bbea58afe1e1ce7388a7f48d0c53</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>17:53:0.590000</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_VE11C_LATEST_20160120</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.999495, -0.00530394, -0.0313332, 0.00401226, 0.999145, -0.0411437]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0783541</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>[4133, -7738, -7213, 637, -51, -47, 53, 78]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.162</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6a5839e1-33ff-489f-a567-c92cbba0d0c6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6815717220306396, 0.010764609090983868, -0.08511663228273392, 116.17227935791016], [0.014230071566998959, 2.680633544921875, -0.11069238185882568, -94.14674377441406], [-0.0840647891163826, 0.1103854775428772, 2.6963868141174316, -47.3158073425293], [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': ['175300.590000', '175301.050000', '175301.510000', '175301.970000', '175302.430000', '175302.890000', '175303.350000', '175303.810000', '175304.270000', '175304.730000', '175305.190000', '175305.650000', '175306.110000', '175306.570000', '175307.030000', '175307.490000', '175307.950000', '175308.410000', '175308.870000', '175309.330000', '175309.790000', '175310.250000', '175310.710000', '175311.170000', '175311.630000', '175312.090000', '175312.550000', '175313.010000', '175313.470000', '175313.930000', '175314.390000', '175314.850000', '175315.310000', '175315.770000', '175316.230000', '175316.690000', '175317.150000', '175317.610000', '175318.070000', '175318.530000', '175318.990000', '175319.450000', '175319.910000', '175320.370000', '175320.830000', '175321.290000', '175321.750000', '175322.210000', '175322.670000', '175323.130000', '175323.590000', '175324.050000', '175324.510000', '175324.970000', '175325.430000', '175325.890000', '175326.350000', '175326.810000', '175327.270000', '175327.730000', '175328.190000', '175328.650000', '175329.110000', '175329.570000', '175330.030000', '175330.490000', '175330.950000', '175331.410000', '175331.870000', '175332.330000', '175332.790000', '175333.250000', '175333.710000', '175334.170000', '175334.630000', '175335.090000', '175335.550000', '175336.010000', '175336.470000', '175336.930000', '175337.390000', '175337.850000', '175338.310000', '175338.770000', '175339.230000', '175339.690000', '175340.150000', '175340.610000', '175341.070000', '175341.530000', '175341.990000', '175342.450000', '175342.910000', '175343.370000', '175343.830000', '175344.290000', '175344.750000', '175345.210000', '175345.670000', '175346.130000', '175346.590000', '175347.050000', '175347.510000', '175347.970000', '175348.430000', '175348.890000', '175349.350000', '175349.810000', '175350.270000', '175350.730000', '175351.190000', '175351.650000', '175352.110000', '175352.570000', '175353.030000', '175353.490000', '175353.950000', '175354.410000', '175354.870000', '175355.330000', '175355.790000', '175356.250000', '175356.710000', '175357.170000', '175357.630000', '175358.090000', '175358.550000', '175359.010000', '175359.470000', '175359.930000', '175400.390000', '175400.850000', '175401.310000', '175401.770000', '175402.230000', '175402.690000', '175403.150000', '175403.610000', '175404.070000', '175404.530000', '175404.990000', '175405.450000', '175405.910000', '175406.370000', '175406.830000', '175407.290000', '175407.750000', '175408.210000', '175408.670000', '175409.130000', '175409.590000', '175410.050000', '175410.510000', '175410.970000', '175411.430000', '175411.890000', '175412.350000', '175412.810000', '175413.270000', '175413.730000', '175414.190000', '175414.650000', '175415.110000', '175415.570000', '175416.030000', '175416.490000', '175416.950000', '175417.410000', '175417.870000', '175418.330000', '175418.790000', '175419.250000', '175419.710000', '175420.170000', '175420.630000', '175421.090000', '175421.550000', '175422.010000', '175422.470000', '175422.930000', '175423.390000', '175423.850000', '175424.310000', '175424.770000', '175425.230000', '175425.690000', '175426.150000', '175426.610000', '175427.070000', '175427.530000', '175427.990000', '175428.450000', '175428.910000', '175429.370000', '175429.830000', '175430.290000', '175430.750000', '175431.210000', '175431.670000', '175432.130000', '175432.590000', '175433.050000', '175433.510000', '175433.970000', '175434.430000', '175434.890000', '175435.350000', '175435.810000', '175436.270000', '175436.730000', '175437.190000', '175437.650000', '175438.110000', '175438.570000', '175439.030000', '175439.490000', '175439.950000', '175440.410000', '175440.870000', '175441.330000', '175441.790000', '175442.250000', '175442.710000', '175443.170000', '175443.630000', '175444.090000', '175444.550000', '175445.010000', '175445.470000', '175445.930000', '175446.390000', '175446.850000', '175447.310000', '175447.770000', '175448.230000', '175448.690000', '175449.150000', '175449.610000', '175450.070000', '175450.530000', '175450.990000', '175451.450000', '175451.910000', '175452.370000', '175452.830000', '175453.290000', '175453.750000', '175454.210000', '175454.670000', '175455.130000', '175455.590000', '175456.050000', '175456.510000', '175456.970000', '175457.430000', '175457.890000', '175458.350000', '175458.810000', '175459.270000', '175459.730000', '175500.190000', '175500.650000', '175501.110000', '175501.570000', '175502.030000', '175502.490000', '175502.950000', '175503.410000', '175503.870000', '175504.330000', '175504.790000', '175505.250000', '175505.710000', '175506.170000', '175506.630000', '175507.090000', '175507.550000', '175508.010000', '175508.470000', '175508.930000', '175509.390000', '175509.850000', '175510.310000', '175510.770000', '175511.230000', '175511.690000', '175512.150000', '175512.610000', '175513.070000', '175513.530000', '175513.990000', '175514.450000', '175514.910000', '175515.370000', '175515.830000', '175516.290000', '175516.750000', '175517.210000', '175517.670000', '175518.130000', '175518.590000', '175519.050000', '175519.510000', '175519.970000', '175520.430000', '175520.890000', '175521.350000', '175521.810000', '175522.270000', '175522.730000', '175523.190000', '175523.650000', '175524.110000', '175524.570000', '175525.030000', '175525.490000', '175525.950000', '175526.410000', '175526.870000', '175527.330000', '175527.790000', '175528.250000', '175528.710000', '175529.170000', '175529.630000', '175530.090000', '175530.550000', '175531.010000', '175531.470000', '175531.930000', '175532.390000', '175532.850000', '175533.310000', '175533.770000', '175534.230000', '175534.690000', '175535.150000', '175535.610000', '175536.070000', '175536.530000', '175536.990000', '175537.450000', '175537.910000', '175538.370000', '175538.830000', '175539.290000', '175539.750000', '175540.210000', '175540.670000', '175541.130000', '175541.590000', '175542.050000', '175542.510000', '175542.970000', '175543.430000', '175543.890000', '175544.350000', '175544.810000', '175545.270000', '175545.730000', '175546.190000', '175546.650000', '175547.110000', '175547.570000', '175548.030000', '175548.490000', '175548.950000', '175549.410000', '175549.870000', '175550.330000', '175550.790000', '175551.250000', '175551.710000', '175552.170000', '175552.630000', '175553.090000', '175553.550000', '175554.010000', '175554.470000', '175554.930000', '175555.390000', '175555.850000', '175556.310000', '175556.770000', '175557.230000', '175557.690000', '175558.150000', '175558.610000', '175559.070000', '175559.530000', '175559.990000', '175600.450000', '175600.910000', '175601.370000', '175601.830000', '175602.290000', '175602.750000', '175603.210000', '175603.670000', '175604.130000', '175604.590000', '175605.050000', '175605.510000', '175605.970000', '175606.430000', '175606.890000', '175607.350000', '175607.810000', '175608.270000', '175608.730000', '175609.190000', '175609.650000', '175610.110000', '175610.570000', '175611.030000', '175611.490000', '175611.950000', '175612.410000', '175612.870000', '175613.330000', '175613.790000', '175614.250000', '175614.710000', '175615.170000', '175615.630000', '175616.090000', '175616.550000', '175617.010000', '175617.470000', '175617.930000', '175618.390000', '175618.850000', '175619.310000', '175619.770000', '175620.230000', '175620.690000', '175621.150000', '175621.610000', '175622.070000', '175622.530000', '175622.990000', '175623.450000', '175623.910000', '175624.370000', '175624.830000', '175625.290000', '175625.750000', '175626.210000', '175626.670000', '175627.130000', '175627.590000', '175628.050000', '175628.510000', '175628.970000', '175629.430000', '175629.890000', '175630.350000', '175630.810000', '175631.270000', '175631.730000', '175632.190000', '175632.650000', '175633.110000', '175633.570000', '175634.030000', '175634.490000', '175634.950000', '175635.410000', '175635.870000', '175636.330000', '175636.790000', '175637.250000', '175637.710000', '175638.170000', '175638.630000', '175639.090000', '175639.550000', '175640.010000', '175640.470000', '175640.930000', '175641.390000', '175641.850000', '175642.310000', '175642.770000', '175643.230000', '175643.690000', '175644.150000', '175644.610000', '175645.070000', '175645.530000', '175645.990000', '175646.450000', '175646.910000', '175647.370000', '175647.830000', '175648.290000', '175648.750000', '175649.210000', '175649.670000', '175650.130000', '175650.590000', '175651.050000', '175651.510000', '175651.970000', '175652.430000', '175652.890000', '175653.350000', '175653.810000', '175654.270000', '175654.730000', '175655.190000', '175655.650000', '175656.110000', '175656.570000', '175657.030000', '175657.490000', '175657.950000', '175658.410000', '175658.870000', '175659.330000', '175659.790000', '175700.250000', '175700.710000', '175701.170000', '175701.630000', '175702.090000', '175702.550000', '175703.010000', '175703.470000', '175703.930000', '175704.390000', '175704.850000', '175705.310000', '175705.770000', '175706.230000', '175706.690000', '175707.150000', '175707.610000', '175708.070000', '175708.530000', '175708.990000', '175709.450000', '175709.910000', '175710.370000', '175710.830000', '175711.290000', '175711.750000', '175712.210000', '175712.670000', '175713.130000', '175713.590000', '175714.050000', '175714.510000', '175714.970000', '175715.430000', '175715.890000', '175716.350000', '175716.810000', '175717.270000', '175717.730000', '175718.190000', '175718.650000', '175719.110000', '175719.570000', '175720.030000', '175720.490000', '175720.950000', '175721.410000', '175721.870000', '175722.330000', '175722.790000', '175723.250000', '175723.710000', '175724.170000', '175724.630000', '175725.090000', '175725.550000', '175726.010000', '175726.470000', '175726.930000', '175727.390000', '175727.850000', '175728.310000', '175728.770000', '175729.230000', '175729.690000', '175730.150000', '175730.610000', '175731.070000', '175731.530000', '175731.990000', '175732.450000', '175732.910000', '175733.370000', '175733.830000', '175734.290000', '175734.750000', '175735.210000', '175735.670000', '175736.130000', '175736.590000', '175737.050000', '175737.510000', '175737.970000', '175738.430000', '175738.890000', '175739.350000', '175739.810000', '175740.270000', '175740.730000', '175741.190000', '175741.650000', '175742.110000', '175742.570000', '175743.030000', '175743.490000', '175743.950000', '175744.410000', '175744.870000', '175745.330000', '175745.790000', '175746.250000', '175746.710000', '175747.170000', '175747.630000', '175748.090000', '175748.550000', '175749.010000', '175749.470000', '175749.930000', '175750.390000', '175750.850000', '175751.310000', '175751.770000', '175752.230000', '175752.690000', '175753.150000', '175753.610000', '175754.070000', '175754.530000', '175754.990000', '175755.450000', '175755.910000', '175756.370000', '175756.830000', '175757.290000', '175757.750000', '175758.210000', '175758.670000', '175759.130000', '175759.590000', '175800.050000', '175800.510000', '175800.970000', '175801.430000', '175801.890000', '175802.350000', '175802.810000', '175803.270000', '175803.730000', '175804.190000', '175804.650000', '175805.110000', '175805.570000', '175806.030000', '175806.490000', '175806.950000', '175807.410000', '175807.870000', '175808.330000', '175808.790000', '175809.250000', '175809.710000', '175810.170000', '175810.630000', '175811.090000', '175811.550000', '175812.010000', '175812.470000', '175812.930000', '175813.390000', '175813.850000', '175814.310000', '175814.770000', '175815.230000', '175815.690000', '175816.150000', '175816.610000', '175817.070000', '175817.530000', '175817.990000', '175818.450000', '175818.910000', '175819.370000', '175819.830000', '175820.290000', '175820.750000', '175821.210000', '175821.670000', '175822.130000', '175822.590000', '175823.050000', '175823.510000', '175823.970000', '175824.430000', '175824.890000', '175825.350000', '175825.810000', '175826.270000', '175826.730000', '175827.190000', '175827.650000', '175828.110000', '175828.570000', '175829.030000', '175829.490000', '175829.950000', '175830.410000', '175830.870000', '175831.330000', '175831.790000', '175832.250000', '175832.710000', '175833.170000', '175833.630000', '175834.090000', '175834.550000', '175835.010000', '175835.470000', '175835.930000', '175836.390000', '175836.850000', '175837.310000', '175837.770000', '175838.230000', '175838.690000', '175839.150000', '175839.610000', '175840.070000', '175840.530000', '175840.990000', '175841.450000', '175841.910000', '175842.370000', '175842.830000', '175843.290000', '175843.750000', '175844.210000', '175844.670000', '175845.130000', '175845.590000', '175846.050000', '175846.510000', '175846.970000', '175847.430000', '175847.890000', '175848.350000', '175848.810000', '175849.270000', '175849.730000', '175850.190000', '175850.650000', '175851.110000', '175851.570000', '175852.030000', '175852.490000', '175852.950000', '175853.410000', '175853.870000', '175854.330000', '175854.790000', '175855.250000', '175855.710000', '175856.170000', '175856.630000', '175857.090000', '175857.550000', '175858.010000', '175858.470000', '175858.930000', '175859.390000', '175859.850000', '175900.310000', '175900.770000', '175901.230000', '175901.690000', '175902.150000', '175902.610000', '175903.070000', '175903.530000', '175903.990000', '175904.450000', '175904.910000', '175905.370000', '175905.830000', '175906.290000', '175906.750000', '175907.210000', '175907.670000', '175908.130000', '175908.590000', '175909.050000', '175909.510000', '175909.970000', '175910.430000', '175910.890000', '175911.350000', '175911.810000', '175912.270000', '175912.730000', '175913.190000', '175913.650000', '175914.110000', '175914.570000', '175915.030000', '175915.490000', '175915.950000', '175916.410000', '175916.870000', '175917.330000', '175917.790000', '175918.250000', '175918.710000', '175919.170000', '175919.630000', '175920.090000', '175920.550000', '175921.010000', '175921.470000', '175921.930000', '175922.390000', '175922.850000', '175923.310000', '175923.770000', '175924.230000', '175924.690000', '175925.150000', '175925.610000', '175926.070000', '175926.530000', '175926.990000', '175927.450000', '175927.910000', '175928.370000', '175928.830000', '175929.290000', '175929.750000', '175930.210000', '175930.670000', '175931.130000', '175931.590000', '175932.050000', '175932.510000', '175932.970000', '175933.430000', '175933.890000', '175934.350000', '175934.810000', '175935.270000', '175935.730000', '175936.190000', '175936.650000', '175937.110000', '175937.570000', '175938.030000', '175938.490000', '175938.950000', '175939.410000', '175939.870000', '175940.330000', '175940.790000', '175941.250000', '175941.710000', '175942.170000', '175942.630000', '175943.090000', '175943.550000', '175944.010000', '175944.470000', '175944.930000', '175945.390000', '175945.850000', '175946.310000', '175946.770000', '175947.230000', '175947.690000', '175948.150000', '175948.610000', '175949.070000', '175949.530000', '175949.990000', '175950.450000', '175950.910000', '175951.370000', '175951.830000', '175952.290000', '175952.750000', '175953.210000', '175953.670000', '175954.130000', '175954.590000', '175955.050000', '175955.510000', '175955.970000', '175956.430000', '175956.890000', '175957.350000', '175957.810000', '175958.270000', '175958.730000', '175959.190000', '175959.650000', '180000.110000', '180000.570000', '180001.030000', '180001.490000', '180001.950000', '180002.410000', '180002.870000', '180003.330000', '180003.790000', '180004.250000', '180004.710000', '180005.170000', '180005.630000', '180006.090000', '180006.550000', '180007.010000', '180007.470000', '180007.930000', '180008.390000', '180008.850000', '180009.310000', '180009.770000', '180010.230000', '180010.690000', '180011.150000', '180011.610000', '180012.070000', '180012.530000', '180012.990000', '180013.450000', '180013.910000', '180014.370000', '180014.830000', '180015.290000', '180015.750000', '180016.210000', '180016.670000', '180017.130000', '180017.590000', '180018.050000', '180018.510000', '180018.970000', '180019.430000', '180019.890000', '180020.350000', '180020.810000', '180021.270000', '180021.730000', '180022.190000', '180022.650000', '180023.110000', '180023.570000', '180024.030000', '180024.490000', '180024.950000', '180025.410000', '180025.870000', '180026.330000', '180026.790000', '180027.250000', '180027.710000', '180028.170000', '180028.630000', '180029.090000', '180029.550000', '180030.010000', '180030.470000', '180030.930000', '180031.390000', '180031.850000', '180032.310000', '180032.770000', '180033.230000', '180033.690000', '180034.150000', '180034.610000', '180035.070000', '180035.530000', '180035.990000', '180036.450000', '180036.910000', '180037.370000', '180037.830000', '180038.290000', '180038.750000', '180039.210000', '180039.670000', '180040.130000', '180040.590000', '180041.050000', '180041.510000', '180041.970000', '180042.430000', '180042.890000', '180043.350000', '180043.810000', '180044.270000', '180044.730000', '180045.190000', '180045.650000', '180046.110000', '180046.570000', '180047.030000', '180047.490000'], 'ContentTime': ['175315.233000', '175315.236000', '175315.240000', '175315.243000', '175315.246000', '175315.264000', '175315.267000', '175315.270000', '175315.273000', '175315.276000', '175315.279000', '175315.281000', '175315.284000', '175315.287000', '175315.290000', '175315.293000', '175315.296000', '175315.299000', '175315.302000', '175315.305000', '175315.308000', '175315.311000', '175315.314000', '175315.316000', '175315.319000', '175315.322000', '175315.325000', '175315.328000', '175315.331000', '175335.194000', '175335.197000', '175335.200000', '175335.203000', '175335.213000', '175335.215000', '175335.218000', '175335.221000', '175335.224000', '175335.227000', '175335.230000', '175335.233000', '175335.236000', '175335.239000', '175335.242000', '175335.245000', '175335.248000', '175335.250000', '175335.254000', '175335.256000', '175335.259000', '175335.262000', '175335.271000', '175335.274000', '175335.277000', '175335.280000', '175335.283000', '175335.286000', '175335.289000', '175335.292000', '175335.295000', '175335.297000', '175335.300000', '175335.303000', '175335.306000', '175335.309000', '175335.312000', '175335.315000', '175335.317000', '175335.320000', '175335.344000', '175335.347000', '175335.350000', '175355.194000', '175355.197000', '175355.200000', '175355.203000', '175355.205000', '175355.208000', '175355.211000', '175355.214000', '175355.217000', '175355.219000', '175355.222000', '175355.225000', '175355.228000', '175355.231000', '175355.234000', '175355.237000', '175355.239000', '175355.242000', '175355.245000', '175355.248000', '175355.251000', '175355.254000', '175355.256000', '175355.259000', '175355.267000', '175355.270000', '175355.273000', '175355.276000', '175355.279000', '175355.281000', '175355.284000', '175355.287000', '175355.290000', '175355.293000', '175355.296000', '175355.299000', '175355.301000', '175355.304000', '175355.307000', '175355.310000', '175355.313000', '175355.316000', '175355.318000', '175355.321000', '175415.194000', '175415.198000', '175415.202000', '175415.205000', '175415.208000', '175415.211000', '175415.213000', '175415.217000', '175415.219000', '175415.222000', '175415.225000', '175415.228000', '175415.231000', '175415.234000', '175415.236000', '175415.239000', '175415.242000', '175415.245000', '175415.248000', '175415.251000', '175415.253000', '175415.256000', '175415.259000', '175415.262000', '175415.265000', '175415.268000', '175415.270000', '175415.273000', '175415.276000', '175415.279000', '175415.282000', '175415.285000', '175415.288000', '175415.290000', '175415.293000', '175415.296000', '175415.299000', '175415.302000', '175415.304000', '175415.308000', '175415.310000', '175415.313000', '175415.316000', '175435.194000', '175435.197000', '175435.200000', '175435.203000', '175435.205000', '175435.208000', '175435.211000', '175435.214000', '175435.217000', '175435.220000', '175435.223000', '175435.226000', '175435.228000', '175435.231000', '175435.234000', '175435.237000', '175435.240000', '175435.243000', '175435.246000', '175435.248000', '175435.251000', '175435.254000', '175435.257000', '175435.260000', '175435.263000', '175435.265000', '175435.268000', '175435.271000', '175435.274000', '175435.277000', '175435.280000', '175435.283000', '175435.285000', '175435.288000', '175435.292000', '175435.294000', '175435.297000', '175435.300000', '175435.303000', '175435.306000', '175435.309000', '175435.312000', '175435.315000', '175435.317000', '175455.194000', '175455.197000', '175455.200000', '175455.202000', '175455.206000', '175455.208000', '175455.211000', '175455.214000', '175455.217000', '175455.220000', '175455.223000', '175455.226000', '175455.229000', '175455.231000', '175455.234000', '175455.237000', '175455.240000', '175455.243000', '175455.247000', '175455.251000', '175455.254000', '175455.256000', '175455.259000', '175455.262000', '175455.265000', '175455.268000', '175455.271000', '175455.274000', '175455.276000', '175455.279000', '175455.282000', '175455.285000', '175455.288000', '175455.291000', '175455.294000', '175455.296000', '175455.299000', '175455.314000', '175455.317000', '175455.320000', '175455.323000', '175455.326000', '175455.328000', '175515.194000', '175515.197000', '175515.200000', '175515.203000', '175515.206000', '175515.209000', '175515.211000', '175515.214000', '175515.217000', '175515.229000', '175515.231000', '175515.234000', '175515.237000', '175515.240000', '175515.243000', '175515.246000', '175515.248000', '175515.251000', '175515.254000', '175515.257000', '175515.260000', '175515.263000', '175515.266000', '175515.269000', '175515.271000', '175515.274000', '175515.277000', '175515.280000', '175515.283000', '175515.286000', '175515.289000', '175515.291000', '175515.294000', '175515.297000', '175515.300000', '175515.303000', '175515.306000', '175515.309000', '175515.312000', '175515.314000', '175515.317000', '175515.320000', '175515.323000', '175515.326000', '175535.194000', '175535.197000', '175535.200000', '175535.203000', '175535.206000', '175535.208000', '175535.211000', '175535.214000', '175535.217000', '175535.220000', '175535.223000', '175535.226000', '175535.228000', '175535.231000', '175535.234000', '175535.237000', '175535.240000', '175535.243000', '175535.247000', '175535.251000', '175535.254000', '175535.257000', '175535.260000', '175535.263000', '175535.266000', '175535.269000', '175535.271000', '175535.274000', '175535.277000', '175535.280000', '175535.283000', '175535.286000', '175535.288000', '175535.292000', '175535.294000', '175535.297000', '175535.300000', '175535.303000', '175535.306000', '175535.309000', '175535.311000', '175535.314000', '175535.317000', '175555.194000', '175555.197000', '175555.200000', '175555.202000', '175555.205000', '175555.208000', '175555.211000', '175555.214000', '175555.217000', '175555.219000', '175555.222000', '175555.225000', '175555.228000', '175555.231000', '175555.234000', '175555.236000', '175555.239000', '175555.242000', '175555.245000', '175555.248000', '175555.251000', '175555.254000', '175555.257000', '175555.259000', '175555.262000', '175555.265000', '175555.268000', '175555.271000', '175555.274000', '175555.277000', '175555.279000', '175555.282000', '175555.285000', '175555.288000', '175555.291000', '175555.294000', '175555.297000', '175555.300000', '175555.302000', '175555.305000', '175555.308000', '175555.311000', '175555.314000', '175555.316000', '175615.194000', '175615.197000', '175615.201000', '175615.204000', '175615.207000', '175615.210000', '175615.213000', '175615.216000', '175615.219000', '175615.221000', '175615.224000', '175615.227000', '175615.230000', '175615.233000', '175615.236000', '175615.239000', '175615.241000', '175615.244000', '175615.247000', '175615.250000', '175615.253000', '175615.256000', '175615.259000', '175615.262000', '175615.265000', '175615.270000', '175615.273000', '175615.276000', '175615.279000', '175615.282000', '175615.285000', '175615.287000', '175615.297000', '175615.300000', '175615.303000', '175615.306000', '175615.309000', '175615.312000', '175615.314000', '175615.317000', '175615.320000', '175615.323000', '175615.326000', '175635.194000', '175635.222000', '175635.225000', '175635.228000', '175635.231000', '175635.234000', '175635.237000', '175635.240000', '175635.242000', '175635.245000', '175635.248000', '175635.251000', '175635.254000', '175635.257000', '175635.260000', '175635.263000', '175635.265000', '175635.268000', '175635.271000', '175635.287000', '175635.290000', '175635.293000', '175635.296000', '175635.308000', '175635.311000', '175635.314000', '175635.317000', '175635.320000', '175635.323000', '175635.325000', '175635.328000', '175635.331000', '175635.334000', '175635.337000', '175635.340000', '175635.343000', '175635.346000', '175635.348000', '175635.351000', '175635.354000', '175635.357000', '175635.360000', '175635.363000', '175635.366000', '175655.194000', '175655.218000', '175655.221000', '175655.224000', '175655.227000', '175655.230000', '175655.233000', '175655.235000', '175655.238000', '175655.241000', '175655.244000', '175655.247000', '175655.250000', '175655.253000', '175655.256000', '175655.258000', '175655.261000', '175655.264000', '175655.267000', '175655.270000', '175655.274000', '175655.277000', '175655.280000', '175655.284000', '175655.286000', '175655.289000', '175655.292000', '175655.295000', '175655.298000', '175655.301000', '175655.303000', '175655.307000', '175655.309000', '175655.312000', '175655.315000', '175655.318000', '175655.321000', '175655.324000', '175655.326000', '175655.329000', '175655.332000', '175655.335000', '175655.338000', '175715.194000', '175715.197000', '175715.200000', '175715.203000', '175715.205000', '175715.208000', '175715.211000', '175715.214000', '175715.217000', '175715.220000', '175715.223000', '175715.226000', '175715.228000', '175715.231000', '175715.234000', '175715.237000', '175715.240000', '175715.243000', '175715.246000', '175715.249000', '175715.251000', '175715.254000', '175715.257000', '175715.260000', '175715.263000', '175715.266000', '175715.269000', '175715.272000', '175715.274000', '175715.277000', '175715.280000', '175715.283000', '175715.286000', '175715.289000', '175715.292000', '175715.295000', '175715.297000', '175715.300000', '175715.303000', '175715.306000', '175715.309000', '175715.312000', '175715.315000', '175715.317000', '175735.194000', '175735.197000', '175735.200000', '175735.203000', '175735.206000', '175735.208000', '175735.211000', '175735.214000', '175735.217000', '175735.220000', '175735.223000', '175735.225000', '175735.228000', '175735.231000', '175735.234000', '175735.238000', '175735.241000', '175735.244000', '175735.247000', '175735.250000', '175735.253000', '175735.256000', '175735.258000', '175735.261000', '175735.264000', '175735.267000', '175735.270000', '175735.273000', '175735.276000', '175735.279000', '175735.282000', '175735.284000', '175735.287000', '175735.290000', '175735.293000', '175735.296000', '175735.299000', '175735.302000', '175735.305000', '175735.308000', '175735.311000', '175735.314000', '175735.317000', '175755.194000', '175755.197000', '175755.200000', '175755.203000', '175755.206000', '175755.209000', '175755.212000', '175755.215000', '175755.218000', '175755.220000', '175755.223000', '175755.226000', '175755.229000', '175755.232000', '175755.235000', '175755.238000', '175755.240000', '175755.244000', '175755.246000', '175755.249000', '175755.252000', '175755.255000', '175755.258000', '175755.261000', '175755.264000', '175755.267000', '175755.269000', '175755.272000', '175755.275000', '175755.278000', '175755.281000', '175755.284000', '175755.286000', '175755.290000', '175755.292000', '175755.295000', '175755.298000', '175755.301000', '175755.304000', '175755.307000', '175755.309000', '175755.312000', '175755.315000', '175755.318000', '175815.194000', '175815.197000', '175815.200000', '175815.203000', '175815.206000', '175815.209000', '175815.211000', '175815.214000', '175815.217000', '175815.220000', '175815.223000', '175815.226000', '175815.229000', '175815.231000', '175815.234000', '175815.237000', '175815.240000', '175815.243000', '175815.246000', '175815.249000', '175815.252000', '175815.255000', '175815.258000', '175815.261000', '175815.263000', '175815.266000', '175815.269000', '175815.272000', '175815.275000', '175815.278000', '175815.281000', '175815.284000', '175815.286000', '175815.289000', '175815.292000', '175815.295000', '175815.298000', '175815.301000', '175815.304000', '175815.307000', '175815.309000', '175815.312000', '175815.315000', '175835.194000', '175835.197000', '175835.200000', '175835.203000', '175835.206000', '175835.209000', '175835.211000', '175835.214000', '175835.217000', '175835.220000', '175835.223000', '175835.226000', '175835.229000', '175835.232000', '175835.236000', '175835.239000', '175835.242000', '175835.245000', '175835.248000', '175835.251000', '175835.254000', '175835.257000', '175835.259000', '175835.262000', '175835.265000', '175835.268000', '175835.271000', '175835.274000', '175835.277000', '175835.280000', '175835.282000', '175835.285000', '175835.288000', '175835.291000', '175835.294000', '175835.297000', '175835.300000', '175835.303000', '175835.305000', '175835.308000', '175835.311000', '175835.314000', '175835.317000', '175835.320000', '175855.194000', '175855.197000', '175855.200000', '175855.203000', '175855.206000', '175855.208000', '175855.211000', '175855.214000', '175855.217000', '175855.220000', '175855.223000', '175855.226000', '175855.229000', '175855.231000', '175855.234000', '175855.237000', '175855.240000', '175855.243000', '175855.246000', '175855.249000', '175855.252000', '175855.255000', '175855.258000', '175855.260000', '175855.263000', '175855.266000', '175855.269000', '175855.272000', '175855.275000', '175855.279000', '175855.282000', '175855.284000', '175855.287000', '175855.290000', '175855.293000', '175855.296000', '175855.299000', '175855.302000', '175855.304000', '175855.307000', '175855.310000', '175855.313000', '175855.316000', '175915.194000', '175915.197000', '175915.200000', '175915.203000', '175915.206000', '175915.208000', '175915.211000', '175915.214000', '175915.217000', '175915.220000', '175915.223000', '175915.226000', '175915.229000', '175915.231000', '175915.234000', '175915.237000', '175915.240000', '175915.243000', '175915.246000', '175915.249000', '175915.252000', '175915.254000', '175915.257000', '175915.260000', '175915.263000', '175915.266000', '175915.269000', '175915.272000', '175915.275000', '175915.278000', '175915.280000', '175915.283000', '175915.286000', '175915.289000', '175915.292000', '175915.295000', '175915.298000', '175915.300000', '175915.303000', '175915.306000', '175915.309000', '175915.312000', '175915.315000', '175915.318000', '175935.194000', '175935.197000', '175935.200000', '175935.203000', '175935.206000', '175935.209000', '175935.212000', '175935.214000', '175935.217000', '175935.220000', '175935.223000', '175935.226000', '175935.229000', '175935.232000', '175935.234000', '175935.237000', '175935.240000', '175935.243000', '175935.246000', '175935.249000', '175935.252000', '175935.255000', '175935.257000', '175935.260000', '175935.263000', '175935.266000', '175935.269000', '175935.272000', '175935.274000', '175935.277000', '175935.280000', '175935.283000', '175935.286000', '175935.289000', '175935.292000', '175935.294000', '175935.297000', '175935.300000', '175935.303000', '175935.306000', '175935.309000', '175935.312000', '175935.314000', '175955.194000', '175955.197000', '175955.200000', '175955.203000', '175955.206000', '175955.208000', '175955.212000', '175955.215000', '175955.218000', '175955.220000', '175955.224000', '175955.226000', '175955.229000', '175955.232000', '175955.235000', '175955.238000', '175955.241000', '175955.243000', '175955.246000', '175955.249000', '175955.252000', '175955.255000', '175955.258000', '175955.261000', '175955.264000', '175955.266000', '175955.269000', '175955.272000', '175955.275000', '175955.278000', '175955.281000', '175955.284000', '175955.287000', '175955.290000', '175955.293000', '175955.296000', '175955.298000', '175955.301000', '175955.304000', '175955.307000', '175955.310000', '175955.313000', '175955.316000', '175955.319000', '180015.194000', '180015.197000', '180015.200000', '180015.203000', '180015.206000', '180015.209000', '180015.211000', '180015.214000', '180015.217000', '180015.220000', '180015.223000', '180015.226000', '180015.229000', '180015.232000', '180015.234000', '180015.237000', '180015.240000', '180015.243000', '180015.246000', '180015.249000', '180015.252000', '180015.255000', '180015.257000', '180015.260000', '180015.263000', '180015.266000', '180015.269000', '180015.272000', '180015.275000', '180015.277000', '180015.280000', '180015.283000', '180015.286000', '180015.289000', '180015.292000', '180015.294000', '180015.297000', '180015.301000', '180015.304000', '180015.307000', '180015.310000', '180015.313000', '180015.316000', '180035.194000', '180035.197000', '180035.200000', '180035.203000', '180035.205000', '180035.209000', '180035.211000', '180035.214000', '180035.217000', '180035.220000', '180035.223000', '180035.226000', '180035.229000', '180035.232000', '180035.234000', '180035.237000', '180035.240000', '180035.243000', '180035.246000', '180035.249000', '180035.252000', '180035.255000', '180035.257000', '180035.260000', '180035.263000', '180035.266000', '180035.269000', '180035.272000', '180035.275000', '180035.278000', '180035.281000', '180035.284000', '180035.287000', '180035.290000', '180035.293000', '180035.296000', '180035.299000', '180035.302000', '180035.304000', '180035.307000', '180035.310000', '180035.313000', '180035.316000', '180035.319000', '180049.020000', '180049.025000', '180049.028000', '180049.032000', '180049.035000', '180049.038000', '180049.041000', '180049.054000', '180049.057000', '180049.072000', '180049.075000', '180049.078000', '180049.081000', '180049.084000', '180049.087000', '180049.089000', '180049.092000', '180049.095000', '180049.098000', '180049.101000', '180049.104000', '180049.107000', '180049.110000', '180049.113000', '180049.116000', '180049.119000', '180049.122000', '180049.124000', '180049.127000', '180049.131000'], 'InstanceCreationTime': ['175315.233000', '175315.236000', '175315.240000', '175315.243000', '175315.246000', '175315.264000', '175315.267000', '175315.270000', '175315.273000', '175315.276000', '175315.279000', '175315.281000', '175315.284000', '175315.287000', '175315.290000', '175315.293000', '175315.296000', '175315.299000', '175315.302000', '175315.305000', '175315.308000', '175315.311000', '175315.314000', '175315.316000', '175315.319000', '175315.322000', '175315.325000', '175315.328000', '175315.331000', '175335.194000', '175335.197000', '175335.200000', '175335.203000', '175335.213000', '175335.215000', '175335.218000', '175335.221000', '175335.224000', '175335.227000', '175335.230000', '175335.233000', '175335.236000', '175335.239000', '175335.242000', '175335.245000', '175335.248000', '175335.250000', '175335.254000', '175335.256000', '175335.259000', '175335.262000', '175335.271000', '175335.274000', '175335.277000', '175335.280000', '175335.283000', '175335.286000', '175335.289000', '175335.292000', '175335.295000', '175335.297000', '175335.300000', '175335.303000', '175335.306000', '175335.309000', '175335.312000', '175335.315000', '175335.317000', '175335.320000', '175335.344000', '175335.347000', '175335.350000', '175355.194000', '175355.197000', '175355.200000', '175355.203000', '175355.205000', '175355.208000', '175355.211000', '175355.214000', '175355.217000', '175355.219000', '175355.222000', '175355.225000', '175355.228000', '175355.231000', '175355.234000', '175355.237000', '175355.239000', '175355.242000', '175355.245000', '175355.248000', '175355.251000', '175355.254000', '175355.256000', '175355.259000', '175355.267000', '175355.270000', '175355.273000', '175355.276000', '175355.279000', '175355.281000', '175355.284000', '175355.287000', '175355.290000', '175355.293000', '175355.296000', '175355.299000', '175355.301000', '175355.304000', '175355.307000', '175355.310000', '175355.313000', '175355.316000', '175355.318000', '175355.321000', '175415.194000', '175415.198000', '175415.202000', '175415.205000', '175415.208000', '175415.211000', '175415.213000', '175415.217000', '175415.219000', '175415.222000', '175415.225000', '175415.228000', '175415.231000', '175415.234000', '175415.236000', '175415.239000', '175415.242000', '175415.245000', '175415.248000', '175415.251000', '175415.253000', '175415.256000', '175415.259000', '175415.262000', '175415.265000', '175415.268000', '175415.270000', '175415.273000', '175415.276000', '175415.279000', '175415.282000', '175415.285000', '175415.288000', '175415.290000', '175415.293000', '175415.296000', '175415.299000', '175415.302000', '175415.304000', '175415.308000', '175415.310000', '175415.313000', '175415.316000', '175435.194000', '175435.197000', '175435.200000', '175435.203000', '175435.205000', '175435.208000', '175435.211000', '175435.214000', '175435.217000', '175435.220000', '175435.223000', '175435.226000', '175435.228000', '175435.231000', '175435.234000', '175435.237000', '175435.240000', '175435.243000', '175435.246000', '175435.248000', '175435.251000', '175435.254000', '175435.257000', '175435.260000', '175435.263000', '175435.265000', '175435.268000', '175435.271000', '175435.274000', '175435.277000', '175435.280000', '175435.283000', '175435.285000', '175435.288000', '175435.292000', '175435.294000', '175435.297000', '175435.300000', '175435.303000', '175435.306000', '175435.309000', '175435.312000', '175435.315000', '175435.317000', '175455.194000', '175455.197000', '175455.200000', '175455.202000', '175455.206000', '175455.208000', '175455.211000', '175455.214000', '175455.217000', '175455.220000', '175455.223000', '175455.226000', '175455.229000', '175455.231000', '175455.234000', '175455.237000', '175455.240000', '175455.243000', '175455.247000', '175455.251000', '175455.254000', '175455.256000', '175455.259000', '175455.262000', '175455.265000', '175455.268000', '175455.271000', '175455.274000', '175455.276000', '175455.279000', '175455.282000', '175455.285000', '175455.288000', '175455.291000', '175455.294000', '175455.296000', '175455.299000', '175455.314000', '175455.317000', '175455.320000', '175455.323000', '175455.326000', '175455.328000', '175515.194000', '175515.197000', '175515.200000', '175515.203000', '175515.206000', '175515.209000', '175515.211000', '175515.214000', '175515.217000', '175515.229000', '175515.231000', '175515.234000', '175515.237000', '175515.240000', '175515.243000', '175515.246000', '175515.248000', '175515.251000', '175515.254000', '175515.257000', '175515.260000', '175515.263000', '175515.266000', '175515.269000', '175515.271000', '175515.274000', '175515.277000', '175515.280000', '175515.283000', '175515.286000', '175515.289000', '175515.291000', '175515.294000', '175515.297000', '175515.300000', '175515.303000', '175515.306000', '175515.309000', '175515.312000', '175515.314000', '175515.317000', '175515.320000', '175515.323000', '175515.326000', '175535.194000', '175535.197000', '175535.200000', '175535.203000', '175535.206000', '175535.208000', '175535.211000', '175535.214000', '175535.217000', '175535.220000', '175535.223000', '175535.226000', '175535.228000', '175535.231000', '175535.234000', '175535.237000', '175535.240000', '175535.243000', '175535.247000', '175535.251000', '175535.254000', '175535.257000', '175535.260000', '175535.263000', '175535.266000', '175535.269000', '175535.271000', '175535.274000', '175535.277000', '175535.280000', '175535.283000', '175535.286000', '175535.288000', '175535.292000', '175535.294000', '175535.297000', '175535.300000', '175535.303000', '175535.306000', '175535.309000', '175535.311000', '175535.314000', '175535.317000', '175555.194000', '175555.197000', '175555.200000', '175555.202000', '175555.205000', '175555.208000', '175555.211000', '175555.214000', '175555.217000', '175555.219000', '175555.222000', '175555.225000', '175555.228000', '175555.231000', '175555.234000', '175555.236000', '175555.239000', '175555.242000', '175555.245000', '175555.248000', '175555.251000', '175555.254000', '175555.257000', '175555.259000', '175555.262000', '175555.265000', '175555.268000', '175555.271000', '175555.274000', '175555.277000', '175555.279000', '175555.282000', '175555.285000', '175555.288000', '175555.291000', '175555.294000', '175555.297000', '175555.300000', '175555.302000', '175555.305000', '175555.308000', '175555.311000', '175555.314000', '175555.316000', '175615.194000', '175615.197000', '175615.201000', '175615.204000', '175615.207000', '175615.210000', '175615.213000', '175615.216000', '175615.219000', '175615.221000', '175615.224000', '175615.227000', '175615.230000', '175615.233000', '175615.236000', '175615.239000', '175615.241000', '175615.244000', '175615.247000', '175615.250000', '175615.253000', '175615.256000', '175615.259000', '175615.262000', '175615.265000', '175615.270000', '175615.273000', '175615.276000', '175615.279000', '175615.282000', '175615.285000', '175615.287000', '175615.297000', '175615.300000', '175615.303000', '175615.306000', '175615.309000', '175615.312000', '175615.314000', '175615.317000', '175615.320000', '175615.323000', '175615.326000', '175635.194000', '175635.222000', '175635.225000', '175635.228000', '175635.231000', '175635.234000', '175635.237000', '175635.240000', '175635.242000', '175635.245000', '175635.248000', '175635.251000', '175635.254000', '175635.257000', '175635.260000', '175635.263000', '175635.265000', '175635.268000', '175635.271000', '175635.287000', '175635.290000', '175635.293000', '175635.296000', '175635.308000', '175635.311000', '175635.314000', '175635.317000', '175635.320000', '175635.323000', '175635.325000', '175635.328000', '175635.331000', '175635.334000', '175635.337000', '175635.340000', '175635.343000', '175635.346000', '175635.348000', '175635.351000', '175635.354000', '175635.357000', '175635.360000', '175635.363000', '175635.366000', '175655.194000', '175655.218000', '175655.221000', '175655.224000', '175655.227000', '175655.230000', '175655.233000', '175655.235000', '175655.238000', '175655.241000', '175655.244000', '175655.247000', '175655.250000', '175655.253000', '175655.256000', '175655.258000', '175655.261000', '175655.264000', '175655.267000', '175655.270000', '175655.274000', '175655.277000', '175655.280000', '175655.284000', '175655.286000', '175655.289000', '175655.292000', '175655.295000', '175655.298000', '175655.301000', '175655.303000', '175655.307000', '175655.309000', '175655.312000', '175655.315000', '175655.318000', '175655.321000', '175655.324000', '175655.326000', '175655.329000', '175655.332000', '175655.335000', '175655.338000', '175715.194000', '175715.197000', '175715.200000', '175715.203000', '175715.205000', '175715.208000', '175715.211000', '175715.214000', '175715.217000', '175715.220000', '175715.223000', '175715.226000', '175715.228000', '175715.231000', '175715.234000', '175715.237000', '175715.240000', '175715.243000', '175715.246000', '175715.249000', '175715.251000', '175715.254000', '175715.257000', '175715.260000', '175715.263000', '175715.266000', '175715.269000', '175715.272000', '175715.274000', '175715.277000', '175715.280000', '175715.283000', '175715.286000', '175715.289000', '175715.292000', '175715.295000', '175715.297000', '175715.300000', '175715.303000', '175715.306000', '175715.309000', '175715.312000', '175715.315000', '175715.317000', '175735.194000', '175735.197000', '175735.200000', '175735.203000', '175735.206000', '175735.208000', '175735.211000', '175735.214000', '175735.217000', '175735.220000', '175735.223000', '175735.225000', '175735.228000', '175735.231000', '175735.234000', '175735.238000', '175735.241000', '175735.244000', '175735.247000', '175735.250000', '175735.253000', '175735.256000', '175735.258000', '175735.261000', '175735.264000', '175735.267000', '175735.270000', '175735.273000', '175735.276000', '175735.279000', '175735.282000', '175735.284000', '175735.287000', '175735.290000', '175735.293000', '175735.296000', '175735.299000', '175735.302000', '175735.305000', '175735.308000', '175735.311000', '175735.314000', '175735.317000', '175755.194000', '175755.197000', '175755.200000', '175755.203000', '175755.206000', '175755.209000', '175755.212000', '175755.215000', '175755.218000', '175755.220000', '175755.223000', '175755.226000', '175755.229000', '175755.232000', '175755.235000', '175755.238000', '175755.240000', '175755.244000', '175755.246000', '175755.249000', '175755.252000', '175755.255000', '175755.258000', '175755.261000', '175755.264000', '175755.267000', '175755.269000', '175755.272000', '175755.275000', '175755.278000', '175755.281000', '175755.284000', '175755.286000', '175755.290000', '175755.292000', '175755.295000', '175755.298000', '175755.301000', '175755.304000', '175755.307000', '175755.309000', '175755.312000', '175755.315000', '175755.318000', '175815.194000', '175815.197000', '175815.200000', '175815.203000', '175815.206000', '175815.209000', '175815.211000', '175815.214000', '175815.217000', '175815.220000', '175815.223000', '175815.226000', '175815.229000', '175815.231000', '175815.234000', '175815.237000', '175815.240000', '175815.243000', '175815.246000', '175815.249000', '175815.252000', '175815.255000', '175815.258000', '175815.261000', '175815.263000', '175815.266000', '175815.269000', '175815.272000', '175815.275000', '175815.278000', '175815.281000', '175815.284000', '175815.286000', '175815.289000', '175815.292000', '175815.295000', '175815.298000', '175815.301000', '175815.304000', '175815.307000', '175815.309000', '175815.312000', '175815.315000', '175835.194000', '175835.197000', '175835.200000', '175835.203000', '175835.206000', '175835.209000', '175835.211000', '175835.214000', '175835.217000', '175835.220000', '175835.223000', '175835.226000', '175835.229000', '175835.232000', '175835.236000', '175835.239000', '175835.242000', '175835.245000', '175835.248000', '175835.251000', '175835.254000', '175835.257000', '175835.259000', '175835.262000', '175835.265000', '175835.268000', '175835.271000', '175835.274000', '175835.277000', '175835.280000', '175835.282000', '175835.285000', '175835.288000', '175835.291000', '175835.294000', '175835.297000', '175835.300000', '175835.303000', '175835.305000', '175835.308000', '175835.311000', '175835.314000', '175835.317000', '175835.320000', '175855.194000', '175855.197000', '175855.200000', '175855.203000', '175855.206000', '175855.208000', '175855.211000', '175855.214000', '175855.217000', '175855.220000', '175855.223000', '175855.226000', '175855.229000', '175855.231000', '175855.234000', '175855.237000', '175855.240000', '175855.243000', '175855.246000', '175855.249000', '175855.252000', '175855.255000', '175855.258000', '175855.260000', '175855.263000', '175855.266000', '175855.269000', '175855.272000', '175855.275000', '175855.279000', '175855.282000', '175855.284000', '175855.287000', '175855.290000', '175855.293000', '175855.296000', '175855.299000', '175855.302000', '175855.304000', '175855.307000', '175855.310000', '175855.313000', '175855.316000', '175915.194000', '175915.197000', '175915.200000', '175915.203000', '175915.206000', '175915.208000', '175915.211000', '175915.214000', '175915.217000', '175915.220000', '175915.223000', '175915.226000', '175915.229000', '175915.231000', '175915.234000', '175915.237000', '175915.240000', '175915.243000', '175915.246000', '175915.249000', '175915.252000', '175915.254000', '175915.257000', '175915.260000', '175915.263000', '175915.266000', '175915.269000', '175915.272000', '175915.275000', '175915.278000', '175915.280000', '175915.283000', '175915.286000', '175915.289000', '175915.292000', '175915.295000', '175915.298000', '175915.300000', '175915.303000', '175915.306000', '175915.309000', '175915.312000', '175915.315000', '175915.318000', '175935.194000', '175935.197000', '175935.200000', '175935.203000', '175935.206000', '175935.209000', '175935.212000', '175935.214000', '175935.217000', '175935.220000', '175935.223000', '175935.226000', '175935.229000', '175935.232000', '175935.234000', '175935.237000', '175935.240000', '175935.243000', '175935.246000', '175935.249000', '175935.252000', '175935.255000', '175935.257000', '175935.260000', '175935.263000', '175935.266000', '175935.269000', '175935.272000', '175935.274000', '175935.277000', '175935.280000', '175935.283000', '175935.286000', '175935.289000', '175935.292000', '175935.294000', '175935.297000', '175935.300000', '175935.303000', '175935.306000', '175935.309000', '175935.312000', '175935.314000', '175955.194000', '175955.197000', '175955.200000', '175955.203000', '175955.206000', '175955.208000', '175955.212000', '175955.215000', '175955.218000', '175955.220000', '175955.224000', '175955.226000', '175955.229000', '175955.232000', '175955.235000', '175955.238000', '175955.241000', '175955.243000', '175955.246000', '175955.249000', '175955.252000', '175955.255000', '175955.258000', '175955.261000', '175955.264000', '175955.266000', '175955.269000', '175955.272000', '175955.275000', '175955.278000', '175955.281000', '175955.284000', '175955.287000', '175955.290000', '175955.293000', '175955.296000', '175955.298000', '175955.301000', '175955.304000', '175955.307000', '175955.310000', '175955.313000', '175955.316000', '175955.319000', '180015.194000', '180015.197000', '180015.200000', '180015.203000', '180015.206000', '180015.209000', '180015.211000', '180015.214000', '180015.217000', '180015.220000', '180015.223000', '180015.226000', '180015.229000', '180015.232000', '180015.234000', '180015.237000', '180015.240000', '180015.243000', '180015.246000', '180015.249000', '180015.252000', '180015.255000', '180015.257000', '180015.260000', '180015.263000', '180015.266000', '180015.269000', '180015.272000', '180015.275000', '180015.277000', '180015.280000', '180015.283000', '180015.286000', '180015.289000', '180015.292000', '180015.294000', '180015.297000', '180015.301000', '180015.304000', '180015.307000', '180015.310000', '180015.313000', '180015.316000', '180035.194000', '180035.197000', '180035.200000', '180035.203000', '180035.205000', '180035.209000', '180035.211000', '180035.214000', '180035.217000', '180035.220000', '180035.223000', '180035.226000', '180035.229000', '180035.232000', '180035.234000', '180035.237000', '180035.240000', '180035.243000', '180035.246000', '180035.249000', '180035.252000', '180035.255000', '180035.257000', '180035.260000', '180035.263000', '180035.266000', '180035.269000', '180035.272000', '180035.275000', '180035.278000', '180035.281000', '180035.284000', '180035.287000', '180035.290000', '180035.293000', '180035.296000', '180035.299000', '180035.302000', '180035.304000', '180035.307000', '180035.310000', '180035.313000', '180035.316000', '180035.319000', '180049.020000', '180049.025000', '180049.028000', '180049.032000', '180049.035000', '180049.038000', '180049.041000', '180049.054000', '180049.057000', '180049.072000', '180049.075000', '180049.078000', '180049.081000', '180049.084000', '180049.087000', '180049.089000', '180049.092000', '180049.095000', '180049.098000', '180049.101000', '180049.104000', '180049.107000', '180049.110000', '180049.113000', '180049.116000', '180049.119000', '180049.122000', '180049.124000', '180049.127000', '180049.131000'], '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': [9456, 13447, 10328, 12988, 9371, 6308, 10842, 6486, 12045, 8250, 11666, 9785, 9705, 8868, 6540, 10378, 7778, 10869, 8052, 11409, 6502, 11318, 7143, 11271, 8049, 9857, 9875, 7653, 10939, 6422, 11732, 7757, 11591, 7892, 11562, 7857, 13420, 7122, 11789, 7911, 12024, 8437, 11706, 8419, 11694, 7932, 10778, 8322, 12388, 9215, 11291, 8623, 9278, 9133, 11358, 8434, 12150, 9383, 8549, 9294, 6934, 9558, 7961, 10127, 7815, 11331, 6381, 11264, 7180, 11259, 8365, 11197, 7490, 10746, 6606, 10266, 8115, 9816, 9816, 10748, 6516, 10298, 6633, 10765, 8644, 10701, 9492, 11118, 7435, 10604, 8759, 10350, 12744, 9428, 8831, 11101, 6660, 11551, 6865, 11478, 7797, 11687, 8226, 11712, 7267, 11411, 6446, 10350, 8778, 10112, 11987, 9924, 12294, 8024, 12585, 7868, 11880, 8251, 11393, 7922, 8394, 8868, 9050, 9797, 7985, 11232, 6543, 11211, 7083, 11101, 7769, 11307, 6922, 11053, 6906, 11025, 8397, 11216, 10763, 11159, 6629, 10538, 6667, 11672, 7457, 11618, 7436, 11482, 7153, 10714, 8767, 10029, 8477, 10099, 6692, 10332, 7304, 10988, 9191, 10949, 6916, 11043, 7185, 11153, 8889, 11014, 8822, 11017, 6545, 10991, 6601, 11461, 7392, 11549, 7440, 11444, 6691, 11165, 8361, 10811, 12701, 10557, 7206, 9887, 6727, 10991, 7233, 12068, 7350, 12383, 7972, 11816, 8370, 12154, 8367, 11859, 7213, 12039, 7111, 11765, 6957, 12032, 7574, 11827, 6609, 11700, 7265, 11824, 7939, 11805, 8739, 11829, 7659, 11813, 7844, 11625, 8334, 11891, 7706, 11908, 6657, 11242, 6867, 11020, 7012, 11944, 7003, 11706, 6879, 11818, 7619, 11734, 7359, 11879, 7956, 11978, 7160, 11799, 7614, 11984, 8364, 11757, 9254, 11846, 7895, 11099, 7796, 8605, 10458, 7023, 10714, 10063, 6553, 12087, 8326, 12236, 9714, 13269, 7642, 12147, 7909, 12623, 9324, 13469, 8709, 6408, 10186, 6713, 12014, 7950, 11929, 9446, 12033, 7833, 11394, 8471, 10311, 10316, 7952, 13513, 11456, 8234, 10392, 6841, 12580, 7940, 11087, 8656, 10234, 11498, 10000, 16085, 9364, 14145, 9759, 13729, 9363, 13413, 8630, 12817, 8643, 8415, 10246, 7000, 11416, 7275, 11886, 7119, 11951, 9419, 6524, 10386, 6872, 12167, 9001, 10710, 9579, 8890, 10149, 6926, 12056, 7721, 11372, 8344, 6424, 11535, 7005, 11577, 7493, 12015, 8178, 8191, 9760, 6686, 12143, 9138, 11069, 10580, 7143, 11504, 7289, 12009, 7781, 14649, 9038, 6939, 10092, 6885, 11849, 7366, 12076, 7671, 11507, 8580, 11596, 6838, 10976, 6486, 11037, 6611, 11530, 6609, 11985, 8376, 11664, 8226, 11910, 8375, 10278, 10454, 9449, 10219, 9153, 9668, 10071, 9707, 8362, 10730, 6530, 10362, 6395, 11414, 7183, 11999, 6560, 11859, 7086, 12064, 7708, 12224, 7734, 12337, 7636, 12259, 8377, 12149, 8755, 12280, 8163, 12162, 8686, 12793, 9335, 9924, 10142, 7981, 10629, 9265, 11458, 9113, 12053, 7020, 12505, 7013, 12572, 7770, 12559, 8228, 13474, 7815, 12879, 8286, 12645, 8701, 13000, 9260, 9994, 9329, 8154, 10374, 7457, 11617, 7641, 11969, 6815, 12193, 7672, 12254, 8507, 12388, 9132, 10952, 8618, 9916, 10074, 8982, 11467, 8096, 11930, 6587, 11903, 7148, 12200, 8342, 12484, 9142, 9118, 9287, 6697, 11274, 7954, 12143, 7535, 12026, 6966, 12502, 8335, 12288, 9969, 14425, 8880, 7818, 9845, 6972, 11585, 8075, 12097, 7645, 12125, 7837, 12341, 8649, 12748, 9914, 10050, 9521, 8021, 11111, 7611, 12263, 7878, 12222, 7556, 12463, 8517, 12520, 10660, 12676, 9865, 8135, 10773, 8099, 11223, 8103, 12542, 6865, 12290, 7360, 12141, 8114, 11901, 8052, 6531, 6841, 6832, 7489, 11715, 10301, 8015, 9678, 7432, 12194, 10229, 13338, 8884, 12970, 7873, 7587, 10219, 6475, 11539, 7613, 11659, 8879, 6598, 10951, 7267, 11679, 8478, 11788, 8981, 7114, 10426, 6506, 10821, 6645, 11320, 7547, 11412, 8244, 11618, 8081, 11941, 8354, 12346, 8961, 8967, 10661, 6596, 11685, 7103, 11867, 8070, 11939, 8732, 11712, 8773, 7210, 10912, 7739, 12012, 7423, 12479, 7605, 12422, 8934, 9847, 11280, 7688, 11999, 7205, 12718, 8398, 10579, 10869, 7699, 11614, 6921, 12035, 7886, 12096, 8058, 11988, 7254, 12541, 7747, 7584, 9803, 7500, 11336, 8577, 12725, 7952, 12602, 7676, 12918, 9291, 13065, 9869, 15066, 11069, 9060, 9789, 6490, 11299, 7601, 11893, 8775, 11991, 6751, 12028, 6836, 12370, 7536, 12432, 8859, 9492, 8950, 6515, 11687, 7476, 12217, 9779, 11994, 8573, 8092, 10600, 6939, 12087, 8784, 11798, 8573, 10374, 10100, 9750, 10820, 10502, 11507, 7505, 11614, 6666, 11815, 7867, 10919, 9313, 9354, 10964, 6506, 11554, 6968, 12371, 8022, 11101, 9947, 7657, 11660, 6680, 12167, 8054, 11030, 10414, 8138, 11635, 6968, 12287, 7987, 12438, 9111, 13356, 8022, 9239, 9587, 7388, 11269, 7654, 12462, 7623, 11451, 8660, 10001, 10531, 7998, 11884, 6567, 11617, 7125, 11980, 7936, 11823, 6904, 11149, 6536, 11406, 6591, 11964, 7552, 11697, 7695, 10959, 6530, 9854, 6495, 10552, 8923, 11895, 7234, 11200, 6743, 10468, 9268, 10223, 10034, 10696, 8183, 9464, 10537, 8661, 12520, 8215, 12489, 8234, 12118, 8198, 12083, 8236, 11890, 7746, 11853, 7398, 12337, 6803, 11805, 6718, 11558, 7405, 12220, 7138, 11824, 6825, 11697, 7210, 12037, 8258, 12201, 7641, 12462, 7777, 12098, 8169, 12426, 8067, 12776, 6962, 12212, 6874, 11680, 7111, 10219, 8507, 10033, 6761, 10525, 6882, 11771, 8029, 11546, 8192, 11197, 7906, 11642, 7068, 11600, 7765, 11408, 8610, 11573, 8875, 11618, 7579, 10680, 7165, 10905, 7715, 10783, 8196, 11631, 6911, 11596, 6605, 11286, 6663, 11219, 6960, 11571, 7720, 11961, 7196, 12072, 6559, 11696, 6830, 12049, 7063, 12101, 7343, 12066, 6593, 11544, 6964, 12115, 7096, 11558, 6922, 10253, 6573, 9763, 6540, 10431, 6732, 10814, 6702, 10532, 6752, 11598, 6729, 11068, 7010, 11463, 7185, 11647, 7472, 12253, 7086, 10927, 6816, 10986, 7035, 11315, 6854, 11842, 6981, 11733, 7319, 12042, 7504, 12189, 7644, 12417, 7197, 12486, 7556, 12142, 8255, 12052, 7511, 12310, 7515, 11841, 7381, 11963, 8099, 9964, 8170, 8603, 8662, 9840, 8857, 10081, 9931, 7465, 9694, 6762, 9822, 7247, 10246, 7872, 11225, 6876, 10213, 6564, 10530, 6762, 11014, 7409, 12657, 7461, 12442, 7196, 11933, 7799, 11723, 8966, 10613, 8314, 6490, 9687, 6771, 10874, 7281, 12176, 7288, 12339, 7350, 12398, 8091, 12170, 7781, 12396, 7566, 12517, 6979, 12164, 7108, 11816, 7822, 12318, 7735, 12146, 7143, 12074, 7698, 11975, 7868, 10275, 9478, 6526, 9959, 7064, 11674, 7510, 7411, 10137, 8322, 12050, 7078, 11312, 6800, 11623, 7782, 11935, 8813, 11584, 7917, 6575, 9656, 6534, 11102, 7556, 12534, 7644, 11498, 7882, 11170, 8114, 12178, 8981, 8709, 10170, 6225, 6503, 8223, 6459, 11357, 7904, 11498, 8612, 13026, 8072, 9873, 8073, 13228, 10699, 14083, 11358, 12085, 8941, 7226, 9369, 6533, 10543, 7029, 12090, 7432, 11748, 7337, 11436, 8041, 12012, 8468, 6401, 8993, 6435, 10789, 6739, 11566, 8322, 12176, 8186, 9697, 7967, 8046, 8741, 8289, 10037, 6559, 11010], 'WindowCenter': [4261.0, 4277.0, 4242.0, 4238.0, 4216.0, 4163.0, 4225.0, 4175.0, 4235.0, 4207.0, 4225.0, 4216.0, 4214.0, 4204.0, 4163.0, 4225.0, 4194.0, 4226.0, 4195.0, 4224.0, 4163.0, 4224.0, 4186.0, 4225.0, 4207.0, 4228.0, 4228.0, 4198.0, 4229.0, 4178.0, 4239.0, 4197.0, 4238.0, 4208.0, 4238.0, 4195.0, 4237.0, 4185.0, 4225.0, 4194.0, 4237.0, 4207.0, 4225.0, 4196.0, 4224.0, 4195.0, 4224.0, 4207.0, 4238.0, 4216.0, 4226.0, 4205.0, 4204.0, 4206.0, 4224.0, 4205.0, 4226.0, 4206.0, 4203.0, 4205.0, 4185.0, 4216.0, 4196.0, 4228.0, 4197.0, 4228.0, 4176.0, 4227.0, 4185.0, 4227.0, 4207.0, 4226.0, 4185.0, 4226.0, 4173.0, 4216.0, 4195.0, 4228.0, 4216.0, 4226.0, 4174.0, 4227.0, 4175.0, 4226.0, 4208.0, 4229.0, 4217.0, 4228.0, 4186.0, 4227.0, 4205.0, 4226.0, 4238.0, 4216.0, 4206.0, 4226.0, 4175.0, 4226.0, 4175.0, 4237.0, 4196.0, 4238.0, 4208.0, 4238.0, 4185.0, 4238.0, 4175.0, 4217.0, 4206.0, 4227.0, 4225.0, 4216.0, 4224.0, 4183.0, 4224.0, 4194.0, 4225.0, 4196.0, 4224.0, 4195.0, 4195.0, 4216.0, 4217.0, 4229.0, 4207.0, 4239.0, 4178.0, 4238.0, 4187.0, 4240.0, 4197.0, 4229.0, 4186.0, 4228.0, 4186.0, 4226.0, 4207.0, 4228.0, 4226.0, 4226.0, 4174.0, 4226.0, 4174.0, 4238.0, 4197.0, 4237.0, 4185.0, 4227.0, 4185.0, 4226.0, 4207.0, 4217.0, 4194.0, 4216.0, 4174.0, 4227.0, 4195.0, 4238.0, 4217.0, 4228.0, 4186.0, 4227.0, 4185.0, 4227.0, 4207.0, 4227.0, 4205.0, 4226.0, 4176.0, 4226.0, 4186.0, 4237.0, 4199.0, 4238.0, 4196.0, 4239.0, 4186.0, 4227.0, 4207.0, 4227.0, 4237.0, 4216.0, 4184.0, 4216.0, 4175.0, 4227.0, 4196.0, 4236.0, 4197.0, 4237.0, 4208.0, 4238.0, 4208.0, 4238.0, 4207.0, 4227.0, 4185.0, 4226.0, 4175.0, 4225.0, 4186.0, 4236.0, 4183.0, 4224.0, 4173.0, 4224.0, 4183.0, 4225.0, 4197.0, 4236.0, 4206.0, 4226.0, 4197.0, 4236.0, 4197.0, 4226.0, 4208.0, 4226.0, 4186.0, 4226.0, 4173.0, 4225.0, 4174.0, 4226.0, 4186.0, 4226.0, 4175.0, 4226.0, 4175.0, 4225.0, 4194.0, 4225.0, 4196.0, 4237.0, 4196.0, 4226.0, 4186.0, 4235.0, 4197.0, 4237.0, 4208.0, 4236.0, 4218.0, 4236.0, 4208.0, 4239.0, 4209.0, 4218.0, 4239.0, 4200.0, 4241.0, 4231.0, 4191.0, 4251.0, 4223.0, 4252.0, 4231.0, 4250.0, 4200.0, 4237.0, 4198.0, 4238.0, 4219.0, 4237.0, 4205.0, 4174.0, 4216.0, 4176.0, 4238.0, 4209.0, 4237.0, 4218.0, 4238.0, 4196.0, 4227.0, 4207.0, 4228.0, 4228.0, 4208.0, 4250.0, 4252.0, 4218.0, 4240.0, 4200.0, 4248.0, 4195.0, 4225.0, 4193.0, 4214.0, 4224.0, 4215.0, 4245.0, 4204.0, 4234.0, 4203.0, 4220.0, 4190.0, 4210.0, 4179.0, 4208.0, 4178.0, 4178.0, 4199.0, 4159.0, 4210.0, 4168.0, 4210.0, 4171.0, 4210.0, 4190.0, 4159.0, 4199.0, 4160.0, 4223.0, 4203.0, 4213.0, 4204.0, 4192.0, 4215.0, 4184.0, 4225.0, 4183.0, 4223.0, 4194.0, 4174.0, 4237.0, 4185.0, 4238.0, 4198.0, 4237.0, 4207.0, 4206.0, 4216.0, 4187.0, 4239.0, 4218.0, 4227.0, 4229.0, 4185.0, 4238.0, 4186.0, 4238.0, 4198.0, 4247.0, 4206.0, 4175.0, 4216.0, 4185.0, 4237.0, 4185.0, 4237.0, 4185.0, 4226.0, 4205.0, 4225.0, 4174.0, 4215.0, 4163.0, 4225.0, 4174.0, 4237.0, 4189.0, 4239.0, 4208.0, 4237.0, 4208.0, 4238.0, 4209.0, 4228.0, 4229.0, 4216.0, 4217.0, 4205.0, 4216.0, 4228.0, 4218.0, 4207.0, 4228.0, 4175.0, 4228.0, 4189.0, 4239.0, 4199.0, 4251.0, 4190.0, 4251.0, 4199.0, 4250.0, 4212.0, 4250.0, 4210.0, 4249.0, 4209.0, 4250.0, 4221.0, 4251.0, 4220.0, 4240.0, 4210.0, 4250.0, 4220.0, 4251.0, 4221.0, 4230.0, 4229.0, 4207.0, 4230.0, 4218.0, 4240.0, 4218.0, 4238.0, 4187.0, 4238.0, 4188.0, 4239.0, 4198.0, 4239.0, 4208.0, 4238.0, 4196.0, 4236.0, 4207.0, 4238.0, 4208.0, 4247.0, 4218.0, 4217.0, 4218.0, 4196.0, 4228.0, 4199.0, 4238.0, 4197.0, 4239.0, 4176.0, 4238.0, 4196.0, 4239.0, 4209.0, 4238.0, 4219.0, 4226.0, 4208.0, 4216.0, 4216.0, 4217.0, 4238.0, 4196.0, 4238.0, 4176.0, 4238.0, 4187.0, 4239.0, 4221.0, 4249.0, 4220.0, 4218.0, 4220.0, 4188.0, 4241.0, 4210.0, 4251.0, 4200.0, 4240.0, 4188.0, 4239.0, 4208.0, 4250.0, 4230.0, 4250.0, 4218.0, 4197.0, 4229.0, 4188.0, 4240.0, 4210.0, 4241.0, 4199.0, 4239.0, 4197.0, 4238.0, 4209.0, 4238.0, 4217.0, 4217.0, 4217.0, 4196.0, 4227.0, 4197.0, 4238.0, 4197.0, 4237.0, 4196.0, 4237.0, 4209.0, 4239.0, 4228.0, 4237.0, 4217.0, 4195.0, 4214.0, 4184.0, 4225.0, 4195.0, 4225.0, 4173.0, 4225.0, 4197.0, 4249.0, 4210.0, 4237.0, 4220.0, 4188.0, 4198.0, 4214.0, 4224.0, 4252.0, 4241.0, 4210.0, 4230.0, 4198.0, 4241.0, 4219.0, 4237.0, 4207.0, 4236.0, 4194.0, 4181.0, 4213.0, 4162.0, 4223.0, 4194.0, 4225.0, 4203.0, 4184.0, 4237.0, 4197.0, 4238.0, 4218.0, 4238.0, 4218.0, 4185.0, 4227.0, 4175.0, 4226.0, 4185.0, 4237.0, 4208.0, 4238.0, 4207.0, 4237.0, 4207.0, 4236.0, 4208.0, 4248.0, 4218.0, 4217.0, 4227.0, 4187.0, 4236.0, 4197.0, 4237.0, 4207.0, 4238.0, 4218.0, 4237.0, 4207.0, 4196.0, 4237.0, 4206.0, 4237.0, 4197.0, 4247.0, 4197.0, 4236.0, 4217.0, 4229.0, 4239.0, 4197.0, 4238.0, 4197.0, 4247.0, 4207.0, 4227.0, 4227.0, 4196.0, 4238.0, 4185.0, 4237.0, 4194.0, 4234.0, 4195.0, 4225.0, 4183.0, 4235.0, 4193.0, 4193.0, 4226.0, 4196.0, 4237.0, 4220.0, 4263.0, 4206.0, 4237.0, 4195.0, 4237.0, 4216.0, 4237.0, 4217.0, 4247.0, 4227.0, 4204.0, 4213.0, 4161.0, 4225.0, 4182.0, 4226.0, 4195.0, 4226.0, 4174.0, 4225.0, 4174.0, 4224.0, 4196.0, 4235.0, 4206.0, 4215.0, 4204.0, 4175.0, 4238.0, 4197.0, 4238.0, 4218.0, 4238.0, 4206.0, 4195.0, 4226.0, 4187.0, 4237.0, 4207.0, 4239.0, 4206.0, 4215.0, 4218.0, 4206.0, 4226.0, 4217.0, 4226.0, 4199.0, 4250.0, 4202.0, 4250.0, 4206.0, 4225.0, 4216.0, 4204.0, 4224.0, 4163.0, 4224.0, 4183.0, 4235.0, 4206.0, 4237.0, 4227.0, 4195.0, 4226.0, 4175.0, 4236.0, 4206.0, 4227.0, 4228.0, 4207.0, 4238.0, 4186.0, 4236.0, 4206.0, 4236.0, 4206.0, 4236.0, 4195.0, 4216.0, 4215.0, 4196.0, 4225.0, 4195.0, 4236.0, 4196.0, 4235.0, 4206.0, 4227.0, 4225.0, 4195.0, 4236.0, 4174.0, 4225.0, 4184.0, 4225.0, 4195.0, 4223.0, 4173.0, 4224.0, 4163.0, 4224.0, 4173.0, 4235.0, 4195.0, 4236.0, 4184.0, 4225.0, 4162.0, 4214.0, 4173.0, 4227.0, 4206.0, 4238.0, 4195.0, 4226.0, 4174.0, 4225.0, 4216.0, 4227.0, 4215.0, 4226.0, 4194.0, 4215.0, 4224.0, 4205.0, 4236.0, 4207.0, 4237.0, 4207.0, 4236.0, 4207.0, 4237.0, 4207.0, 4237.0, 4198.0, 4237.0, 4186.0, 4237.0, 4176.0, 4235.0, 4175.0, 4237.0, 4197.0, 4237.0, 4186.0, 4237.0, 4186.0, 4237.0, 4198.0, 4249.0, 4208.0, 4239.0, 4208.0, 4247.0, 4198.0, 4238.0, 4208.0, 4238.0, 4196.0, 4238.0, 4185.0, 4226.0, 4174.0, 4224.0, 4184.0, 4216.0, 4205.0, 4215.0, 4174.0, 4228.0, 4187.0, 4239.0, 4208.0, 4238.0, 4208.0, 4239.0, 4197.0, 4239.0, 4187.0, 4238.0, 4195.0, 4238.0, 4208.0, 4237.0, 4206.0, 4226.0, 4185.0, 4215.0, 4173.0, 4226.0, 4195.0, 4238.0, 4207.0, 4238.0, 4187.0, 4238.0, 4187.0, 4237.0, 4187.0, 4239.0, 4198.0, 4241.0, 4211.0, 4240.0, 4187.0, 4238.0, 4177.0, 4238.0, 4187.0, 4239.0, 4199.0, 4240.0, 4197.0, 4239.0, 4187.0, 4239.0, 4187.0, 4238.0, 4199.0, 4265.0, 4213.0, 4239.0, 4197.0, 4227.0, 4186.0, 4225.0, 4186.0, 4237.0, 4199.0, 4240.0, 4199.0, 4250.0, 4199.0, 4238.0, 4198.0, 4249.0, 4199.0, 4239.0, 4196.0, 4248.0, 4186.0, 4237.0, 4186.0, 4237.0, 4197.0, 4237.0, 4187.0, 4237.0, 4198.0, 4248.0, 4209.0, 4249.0, 4211.0, 4249.0, 4209.0, 4248.0, 4198.0, 4248.0, 4209.0, 4249.0, 4217.0, 4238.0, 4196.0, 4237.0, 4197.0, 4248.0, 4209.0, 4248.0, 4209.0, 4228.0, 4219.0, 4218.0, 4219.0, 4240.0, 4231.0, 4240.0, 4240.0, 4198.0, 4229.0, 4186.0, 4228.0, 4197.0, 4227.0, 4207.0, 4238.0, 4186.0, 4227.0, 4186.0, 4227.0, 4187.0, 4237.0, 4196.0, 4248.0, 4196.0, 4247.0, 4197.0, 4237.0, 4208.0, 4248.0, 4217.0, 4227.0, 4206.0, 4176.0, 4227.0, 4186.0, 4239.0, 4208.0, 4249.0, 4197.0, 4248.0, 4196.0, 4247.0, 4206.0, 4236.0, 4196.0, 4236.0, 4194.0, 4235.0, 4184.0, 4234.0, 4184.0, 4235.0, 4195.0, 4233.0, 4194.0, 4234.0, 4184.0, 4234.0, 4194.0, 4234.0, 4206.0, 4225.0, 4215.0, 4187.0, 4226.0, 4183.0, 4236.0, 4196.0, 4207.0, 4239.0, 4218.0, 4238.0, 4186.0, 4236.0, 4186.0, 4236.0, 4206.0, 4237.0, 4216.0, 4235.0, 4195.0, 4185.0, 4226.0, 4185.0, 4238.0, 4206.0, 4248.0, 4207.0, 4237.0, 4208.0, 4237.0, 4209.0, 4261.0, 4241.0, 4232.0, 4239.0, 4175.0, 4197.0, 4230.0, 4199.0, 4250.0, 4220.0, 4251.0, 4220.0, 4260.0, 4219.0, 4228.0, 4207.0, 4247.0, 4226.0, 4246.0, 4223.0, 4223.0, 4202.0, 4180.0, 4201.0, 4171.0, 4223.0, 4182.0, 4233.0, 4181.0, 4221.0, 4181.0, 4221.0, 4192.0, 4232.0, 4193.0, 4171.0, 4202.0, 4172.0, 4223.0, 4184.0, 4234.0, 4204.0, 4234.0, 4204.0, 4213.0, 4193.0, 4192.0, 4203.0, 4203.0, 4213.0, 4172.0, 4223.0], 'WindowWidth': [9447.0, 9458.0, 9399.0, 9385.0, 9352.0, 9278.0, 9359.0, 9294.0, 9376.0, 9340.0, 9362.0, 9350.0, 9344.0, 9332.0, 9276.0, 9361.0, 9318.0, 9365.0, 9321.0, 9358.0, 9275.0, 9358.0, 9309.0, 9361.0, 9341.0, 9370.0, 9369.0, 9328.0, 9371.0, 9302.0, 9384.0, 9326.0, 9383.0, 9343.0, 9383.0, 9320.0, 9380.0, 9307.0, 9359.0, 9319.0, 9378.0, 9339.0, 9360.0, 9322.0, 9359.0, 9319.0, 9357.0, 9338.0, 9381.0, 9351.0, 9363.0, 9333.0, 9330.0, 9335.0, 9358.0, 9335.0, 9363.0, 9334.0, 9328.0, 9333.0, 9305.0, 9349.0, 9323.0, 9369.0, 9325.0, 9368.0, 9296.0, 9367.0, 9308.0, 9367.0, 9339.0, 9362.0, 9306.0, 9363.0, 9289.0, 9349.0, 9321.0, 9367.0, 9349.0, 9362.0, 9291.0, 9365.0, 9294.0, 9364.0, 9344.0, 9371.0, 9351.0, 9367.0, 9309.0, 9365.0, 9333.0, 9362.0, 9383.0, 9349.0, 9335.0, 9362.0, 9293.0, 9363.0, 9294.0, 9378.0, 9324.0, 9383.0, 9343.0, 9382.0, 9309.0, 9380.0, 9293.0, 9350.0, 9337.0, 9366.0, 9360.0, 9346.0, 9358.0, 9300.0, 9357.0, 9317.0, 9361.0, 9322.0, 9357.0, 9320.0, 9320.0, 9350.0, 9356.0, 9373.0, 9339.0, 9385.0, 9303.0, 9384.0, 9313.0, 9388.0, 9327.0, 9371.0, 9310.0, 9367.0, 9308.0, 9364.0, 9340.0, 9367.0, 9361.0, 9363.0, 9291.0, 9362.0, 9292.0, 9381.0, 9326.0, 9379.0, 9308.0, 9366.0, 9306.0, 9362.0, 9340.0, 9350.0, 9318.0, 9349.0, 9291.0, 9366.0, 9322.0, 9382.0, 9353.0, 9366.0, 9310.0, 9366.0, 9306.0, 9366.0, 9340.0, 9366.0, 9332.0, 9363.0, 9295.0, 9363.0, 9311.0, 9381.0, 9332.0, 9384.0, 9325.0, 9383.0, 9309.0, 9366.0, 9340.0, 9365.0, 9379.0, 9348.0, 9302.0, 9347.0, 9293.0, 9365.0, 9324.0, 9377.0, 9326.0, 9380.0, 9342.0, 9382.0, 9342.0, 9384.0, 9339.0, 9367.0, 9306.0, 9362.0, 9291.0, 9360.0, 9311.0, 9375.0, 9300.0, 9357.0, 9286.0, 9356.0, 9302.0, 9359.0, 9326.0, 9376.0, 9335.0, 9363.0, 9325.0, 9376.0, 9325.0, 9364.0, 9340.0, 9362.0, 9307.0, 9362.0, 9288.0, 9359.0, 9290.0, 9362.0, 9309.0, 9362.0, 9292.0, 9361.0, 9294.0, 9358.0, 9318.0, 9360.0, 9325.0, 9378.0, 9323.0, 9364.0, 9310.0, 9374.0, 9324.0, 9380.0, 9343.0, 9377.0, 9354.0, 9376.0, 9344.0, 9387.0, 9346.0, 9355.0, 9387.0, 9339.0, 9391.0, 9379.0, 9328.0, 9407.0, 9372.0, 9410.0, 9378.0, 9404.0, 9334.0, 9382.0, 9329.0, 9385.0, 9357.0, 9379.0, 9333.0, 9290.0, 9349.0, 9296.0, 9380.0, 9345.0, 9381.0, 9354.0, 9382.0, 9323.0, 9365.0, 9338.0, 9368.0, 9367.0, 9343.0, 9403.0, 9409.0, 9359.0, 9391.0, 9339.0, 9399.0, 9320.0, 9358.0, 9312.0, 9344.0, 9356.0, 9344.0, 9389.0, 9330.0, 9372.0, 9324.0, 9346.0, 9302.0, 9329.0, 9286.0, 9324.0, 9284.0, 9283.0, 9313.0, 9259.0, 9329.0, 9270.0, 9327.0, 9281.0, 9328.0, 9301.0, 9261.0, 9315.0, 9267.0, 9351.0, 9328.0, 9340.0, 9329.0, 9311.0, 9344.0, 9304.0, 9358.0, 9301.0, 9355.0, 9317.0, 9292.0, 9380.0, 9309.0, 9382.0, 9329.0, 9380.0, 9340.0, 9337.0, 9350.0, 9313.0, 9385.0, 9356.0, 9366.0, 9370.0, 9308.0, 9381.0, 9309.0, 9381.0, 9328.0, 9393.0, 9335.0, 9292.0, 9347.0, 9307.0, 9379.0, 9307.0, 9377.0, 9304.0, 9363.0, 9333.0, 9358.0, 9288.0, 9344.0, 9274.0, 9360.0, 9292.0, 9380.0, 9322.0, 9385.0, 9343.0, 9381.0, 9344.0, 9381.0, 9345.0, 9370.0, 9370.0, 9349.0, 9352.0, 9333.0, 9350.0, 9370.0, 9355.0, 9339.0, 9369.0, 9296.0, 9370.0, 9322.0, 9386.0, 9333.0, 9404.0, 9322.0, 9404.0, 9333.0, 9404.0, 9353.0, 9402.0, 9348.0, 9401.0, 9345.0, 9402.0, 9365.0, 9404.0, 9363.0, 9389.0, 9348.0, 9402.0, 9365.0, 9407.0, 9365.0, 9374.0, 9373.0, 9341.0, 9373.0, 9357.0, 9389.0, 9355.0, 9384.0, 9312.0, 9381.0, 9314.0, 9383.0, 9329.0, 9386.0, 9342.0, 9384.0, 9323.0, 9377.0, 9339.0, 9382.0, 9343.0, 9395.0, 9355.0, 9353.0, 9354.0, 9323.0, 9369.0, 9331.0, 9382.0, 9326.0, 9384.0, 9297.0, 9381.0, 9325.0, 9384.0, 9346.0, 9384.0, 9356.0, 9364.0, 9340.0, 9349.0, 9350.0, 9354.0, 9383.0, 9322.0, 9382.0, 9296.0, 9381.0, 9313.0, 9386.0, 9363.0, 9399.0, 9362.0, 9355.0, 9360.0, 9316.0, 9390.0, 9348.0, 9404.0, 9333.0, 9389.0, 9315.0, 9386.0, 9345.0, 9404.0, 9374.0, 9402.0, 9355.0, 9325.0, 9370.0, 9317.0, 9389.0, 9347.0, 9390.0, 9330.0, 9386.0, 9326.0, 9383.0, 9345.0, 9383.0, 9353.0, 9351.0, 9351.0, 9322.0, 9364.0, 9325.0, 9382.0, 9325.0, 9379.0, 9323.0, 9379.0, 9345.0, 9385.0, 9368.0, 9379.0, 9349.0, 9318.0, 9343.0, 9301.0, 9358.0, 9319.0, 9360.0, 9287.0, 9359.0, 9328.0, 9398.0, 9348.0, 9379.0, 9367.0, 9317.0, 9336.0, 9367.0, 9380.0, 9412.0, 9392.0, 9350.0, 9376.0, 9331.0, 9393.0, 9353.0, 9380.0, 9338.0, 9377.0, 9317.0, 9296.0, 9338.0, 9269.0, 9354.0, 9320.0, 9360.0, 9329.0, 9306.0, 9379.0, 9328.0, 9382.0, 9358.0, 9385.0, 9356.0, 9307.0, 9365.0, 9295.0, 9364.0, 9310.0, 9381.0, 9345.0, 9385.0, 9342.0, 9383.0, 9342.0, 9378.0, 9342.0, 9399.0, 9359.0, 9354.0, 9368.0, 9314.0, 9380.0, 9328.0, 9381.0, 9343.0, 9383.0, 9357.0, 9382.0, 9341.0, 9325.0, 9382.0, 9341.0, 9381.0, 9327.0, 9396.0, 9329.0, 9381.0, 9355.0, 9374.0, 9386.0, 9328.0, 9385.0, 9327.0, 9395.0, 9341.0, 9371.0, 9368.0, 9324.0, 9382.0, 9309.0, 9380.0, 9318.0, 9373.0, 9321.0, 9360.0, 9300.0, 9373.0, 9316.0, 9316.0, 9364.0, 9325.0, 9382.0, 9364.0, 9425.0, 9338.0, 9378.0, 9319.0, 9378.0, 9351.0, 9382.0, 9353.0, 9394.0, 9364.0, 9330.0, 9341.0, 9270.0, 9356.0, 9299.0, 9362.0, 9318.0, 9362.0, 9289.0, 9359.0, 9290.0, 9357.0, 9321.0, 9373.0, 9336.0, 9347.0, 9332.0, 9295.0, 9381.0, 9325.0, 9382.0, 9354.0, 9381.0, 9336.0, 9320.0, 9361.0, 9313.0, 9380.0, 9339.0, 9385.0, 9336.0, 9348.0, 9352.0, 9335.0, 9360.0, 9351.0, 9362.0, 9334.0, 9405.0, 9345.0, 9404.0, 9341.0, 9361.0, 9349.0, 9331.0, 9357.0, 9273.0, 9358.0, 9304.0, 9374.0, 9337.0, 9380.0, 9366.0, 9320.0, 9363.0, 9294.0, 9377.0, 9339.0, 9367.0, 9370.0, 9339.0, 9382.0, 9311.0, 9378.0, 9338.0, 9379.0, 9337.0, 9379.0, 9322.0, 9351.0, 9349.0, 9325.0, 9362.0, 9322.0, 9378.0, 9324.0, 9376.0, 9338.0, 9366.0, 9363.0, 9321.0, 9378.0, 9293.0, 9362.0, 9304.0, 9361.0, 9319.0, 9356.0, 9287.0, 9355.0, 9275.0, 9358.0, 9289.0, 9375.0, 9319.0, 9375.0, 9303.0, 9358.0, 9273.0, 9345.0, 9289.0, 9366.0, 9337.0, 9381.0, 9320.0, 9363.0, 9291.0, 9360.0, 9349.0, 9364.0, 9349.0, 9363.0, 9317.0, 9347.0, 9358.0, 9335.0, 9378.0, 9339.0, 9379.0, 9340.0, 9377.0, 9340.0, 9381.0, 9341.0, 9380.0, 9329.0, 9381.0, 9311.0, 9381.0, 9295.0, 9375.0, 9294.0, 9380.0, 9326.0, 9378.0, 9309.0, 9378.0, 9310.0, 9378.0, 9331.0, 9400.0, 9343.0, 9386.0, 9344.0, 9394.0, 9328.0, 9382.0, 9344.0, 9384.0, 9324.0, 9385.0, 9307.0, 9361.0, 9289.0, 9357.0, 9304.0, 9349.0, 9332.0, 9345.0, 9292.0, 9368.0, 9312.0, 9385.0, 9341.0, 9383.0, 9343.0, 9384.0, 9327.0, 9385.0, 9312.0, 9381.0, 9322.0, 9383.0, 9342.0, 9378.0, 9336.0, 9362.0, 9305.0, 9345.0, 9286.0, 9360.0, 9320.0, 9381.0, 9341.0, 9381.0, 9312.0, 9382.0, 9312.0, 9381.0, 9313.0, 9385.0, 9330.0, 9391.0, 9351.0, 9390.0, 9313.0, 9384.0, 9301.0, 9382.0, 9314.0, 9384.0, 9334.0, 9388.0, 9327.0, 9386.0, 9313.0, 9384.0, 9314.0, 9383.0, 9334.0, 9433.0, 9363.0, 9389.0, 9331.0, 9367.0, 9313.0, 9362.0, 9311.0, 9381.0, 9337.0, 9390.0, 9335.0, 9404.0, 9334.0, 9387.0, 9333.0, 9401.0, 9336.0, 9389.0, 9325.0, 9400.0, 9311.0, 9380.0, 9312.0, 9380.0, 9330.0, 9382.0, 9315.0, 9383.0, 9331.0, 9399.0, 9347.0, 9404.0, 9354.0, 9403.0, 9347.0, 9399.0, 9332.0, 9398.0, 9350.0, 9402.0, 9357.0, 9385.0, 9326.0, 9381.0, 9329.0, 9398.0, 9349.0, 9398.0, 9347.0, 9370.0, 9360.0, 9358.0, 9362.0, 9390.0, 9380.0, 9392.0, 9390.0, 9332.0, 9373.0, 9313.0, 9371.0, 9329.0, 9370.0, 9343.0, 9386.0, 9311.0, 9368.0, 9311.0, 9366.0, 9317.0, 9384.0, 9327.0, 9399.0, 9325.0, 9395.0, 9326.0, 9380.0, 9344.0, 9399.0, 9358.0, 9368.0, 9340.0, 9298.0, 9367.0, 9314.0, 9387.0, 9347.0, 9400.0, 9329.0, 9400.0, 9326.0, 9395.0, 9339.0, 9379.0, 9324.0, 9377.0, 9319.0, 9376.0, 9304.0, 9372.0, 9306.0, 9374.0, 9323.0, 9371.0, 9320.0, 9372.0, 9306.0, 9372.0, 9320.0, 9375.0, 9339.0, 9360.0, 9349.0, 9314.0, 9364.0, 9305.0, 9379.0, 9326.0, 9344.0, 9387.0, 9358.0, 9385.0, 9310.0, 9380.0, 9312.0, 9378.0, 9340.0, 9380.0, 9350.0, 9376.0, 9321.0, 9309.0, 9365.0, 9312.0, 9384.0, 9340.0, 9397.0, 9342.0, 9381.0, 9343.0, 9382.0, 9347.0, 9422.0, 9397.0, 9389.0, 9390.0, 9299.0, 9334.0, 9383.0, 9337.0, 9405.0, 9368.0, 9409.0, 9366.0, 9421.0, 9364.0, 9374.0, 9344.0, 9397.0, 9366.0, 9394.0, 9359.0, 9355.0, 9325.0, 9294.0, 9324.0, 9283.0, 9356.0, 9300.0, 9370.0, 9295.0, 9350.0, 9296.0, 9350.0, 9315.0, 9368.0, 9316.0, 9285.0, 9327.0, 9289.0, 9356.0, 9307.0, 9374.0, 9332.0, 9374.0, 9332.0, 9342.0, 9315.0, 9313.0, 9331.0, 9332.0, 9343.0, 9286.0, 9359.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.009842613412228798</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0368002701183432</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.046615886762126</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2737337656465948</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0800064864758154</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4609</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8514.8105</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09100322373637401</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.9447731755424065</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7045114278815956</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.670743663597236</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.885520294840199</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.557270325207351</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00692275</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009825387969613075</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03111501969397068</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1014</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.8550749170584333</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>26.4765</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3774</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.5443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299012.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>613.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2832</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.4637</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3389.1601</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77532.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4452.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.4934</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.95215230062604</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> |