=== 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-0043 --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-0043",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0043_ses-03_task-social_acq-mb8_run-04_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-0043_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0043_suffix-bold_task-social" 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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_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-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-03_task-social_acq-mb8_run-04_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-0043/ses-03/func/sub-0043_ses-03_task-social_acq-mb8_run-04_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>4e4831f795d06a9984fc6f48423fe285</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>13:52:44.062500</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.997165, 0.0638333, 0.0398459, -0.0662316, 0.99587, 0.0620914]</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-04_task-social_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.082307</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7794, -7286, 599, -44, -290, 42, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.783</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a28cda4d-5e85-4930-9752-6551ea2d7428||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.6753201484680176, -0.17769458889961243, 0.09643825888633728, 118.69110870361328], [-0.17126022279262543, 2.6718478202819824, 0.17429685592651367, -97.86394500732422], [0.10690368711948395, -0.16658662259578705, 2.6926417350769043, -70.07633209228516], [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, 872]</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], 'AcquisitionTime': ['135244.062500', '135244.522500', '135244.982500', '135245.442500', '135245.902500', '135246.362500', '135246.822500', '135247.282500', '135247.742500', '135248.202500', '135248.662500', '135249.122500', '135249.582500', '135250.042500', '135250.502500', '135250.962500', '135251.422500', '135251.882500', '135252.342500', '135252.802500', '135253.262500', '135253.722500', '135254.182500', '135254.642500', '135255.102500', '135255.562500', '135256.022500', '135256.482500', '135256.942500', '135257.402500', '135257.862500', '135258.322500', '135258.782500', '135259.242500', '135259.702500', '135300.162500', '135300.622500', '135301.082500', '135301.542500', '135302.002500', '135302.462500', '135302.922500', '135303.382500', '135303.842500', '135304.302500', '135304.762500', '135305.222500', '135305.682500', '135306.142500', '135306.602500', '135307.062500', '135307.522500', '135307.982500', '135308.442500', '135308.902500', '135309.362500', '135309.822500', '135310.282500', '135310.742500', '135311.202500', '135311.662500', '135312.122500', '135312.582500', '135313.042500', '135313.502500', '135313.962500', '135314.422500', '135314.882500', '135315.342500', '135315.802500', '135316.262500', '135316.722500', '135317.182500', '135317.642500', '135318.102500', '135318.562500', '135319.022500', '135319.482500', '135319.942500', '135320.402500', '135320.862500', '135321.322500', '135321.782500', '135322.242500', '135322.702500', '135323.162500', '135323.622500', '135324.082500', '135324.542500', '135325.002500', '135325.462500', '135325.922500', '135326.382500', '135326.842500', '135327.302500', '135327.762500', '135328.222500', '135328.682500', '135329.142500', '135329.602500', '135330.062500', '135330.522500', '135330.982500', '135331.442500', '135331.902500', '135332.362500', '135332.822500', '135333.282500', '135333.742500', '135334.202500', '135334.662500', '135335.122500', '135335.582500', '135336.042500', '135336.502500', '135336.962500', '135337.422500', '135337.882500', '135338.342500', '135338.802500', '135339.262500', '135339.722500', '135340.182500', '135340.642500', '135341.102500', '135341.562500', '135342.022500', '135342.482500', '135342.942500', '135343.402500', '135343.862500', '135344.322500', '135344.782500', '135345.242500', '135345.702500', '135346.162500', '135346.622500', '135347.082500', '135347.542500', '135348.002500', '135348.462500', '135348.922500', '135349.382500', '135349.842500', '135350.302500', '135350.762500', '135351.222500', '135351.682500', '135352.142500', '135352.602500', '135353.062500', '135353.522500', '135353.982500', '135354.442500', '135354.902500', '135355.362500', '135355.822500', '135356.282500', '135356.742500', '135357.202500', '135357.662500', '135358.122500', '135358.582500', '135359.042500', '135359.502500', '135359.962500', '135400.422500', '135400.882500', '135401.342500', '135401.802500', '135402.262500', '135402.722500', '135403.182500', '135403.642500', '135404.102500', '135404.562500', '135405.022500', '135405.482500', '135405.942500', '135406.402500', '135406.862500', '135407.322500', '135407.782500', '135408.242500', '135408.702500', '135409.162500', '135409.622500', '135410.082500', '135410.542500', '135411.002500', '135411.462500', '135411.922500', '135412.382500', '135412.842500', '135413.302500', '135413.762500', '135414.222500', '135414.682500', '135415.142500', '135415.602500', '135416.062500', '135416.522500', '135416.982500', '135417.442500', '135417.902500', '135418.362500', '135418.822500', '135419.282500', '135419.742500', '135420.202500', '135420.662500', '135421.122500', '135421.582500', '135422.042500', '135422.502500', '135422.962500', '135423.422500', '135423.882500', '135424.342500', '135424.802500', '135425.262500', '135425.722500', '135426.182500', '135426.642500', '135427.102500', '135427.562500', '135428.022500', '135428.482500', '135428.942500', '135429.402500', '135429.862500', '135430.322500', '135430.782500', '135431.242500', '135431.702500', '135432.162500', '135432.622500', '135433.082500', '135433.542500', '135434.002500', '135434.462500', '135434.922500', '135435.382500', '135435.842500', '135436.302500', '135436.762500', '135437.222500', '135437.682500', '135438.142500', '135438.602500', '135439.062500', '135439.522500', '135439.982500', '135440.442500', '135440.902500', '135441.362500', '135441.822500', '135442.282500', '135442.742500', '135443.202500', '135443.662500', '135444.122500', '135444.582500', '135445.042500', '135445.502500', '135445.962500', '135446.422500', '135446.882500', '135447.342500', '135447.802500', '135448.262500', '135448.722500', '135449.182500', '135449.642500', '135450.102500', '135450.562500', '135451.022500', '135451.482500', '135451.942500', '135452.402500', '135452.862500', '135453.322500', '135453.782500', '135454.242500', '135454.702500', '135455.162500', '135455.622500', '135456.082500', '135456.542500', '135457.002500', '135457.462500', '135457.922500', '135458.382500', '135458.842500', '135459.302500', '135459.762500', '135500.222500', '135500.682500', '135501.142500', '135501.602500', '135502.062500', '135502.522500', '135502.982500', '135503.442500', '135503.902500', '135504.362500', '135504.822500', '135505.282500', '135505.742500', '135506.202500', '135506.662500', '135507.122500', '135507.582500', '135508.042500', '135508.502500', '135508.962500', '135509.422500', '135509.882500', '135510.342500', '135510.802500', '135511.262500', '135511.722500', '135512.182500', '135512.642500', '135513.102500', '135513.562500', '135514.022500', '135514.482500', '135514.942500', '135515.402500', '135515.862500', '135516.322500', '135516.782500', '135517.242500', '135517.702500', '135518.162500', '135518.622500', '135519.082500', '135519.542500', '135520.002500', '135520.462500', '135520.922500', '135521.382500', '135521.842500', '135522.302500', '135522.762500', '135523.222500', '135523.682500', '135524.142500', '135524.602500', '135525.062500', '135525.522500', '135525.982500', '135526.442500', '135526.902500', '135527.362500', '135527.822500', '135528.282500', '135528.742500', '135529.202500', '135529.662500', '135530.122500', '135530.582500', '135531.042500', '135531.502500', '135531.962500', '135532.422500', '135532.882500', '135533.342500', '135533.802500', '135534.262500', '135534.722500', '135535.182500', '135535.642500', '135536.102500', '135536.562500', '135537.022500', '135537.482500', '135537.942500', '135538.402500', '135538.862500', '135539.322500', '135539.782500', '135540.242500', '135540.702500', '135541.162500', '135541.622500', '135542.082500', '135542.542500', '135543.002500', '135543.462500', '135543.922500', '135544.382500', '135544.842500', '135545.302500', '135545.762500', '135546.222500', '135546.682500', '135547.142500', '135547.602500', '135548.062500', '135548.522500', '135548.982500', '135549.442500', '135549.902500', '135550.362500', '135550.822500', '135551.282500', '135551.742500', '135552.202500', '135552.662500', '135553.122500', '135553.582500', '135554.042500', '135554.502500', '135554.962500', '135555.422500', '135555.882500', '135556.342500', '135556.802500', '135557.262500', '135557.722500', '135558.182500', '135558.642500', '135559.102500', '135559.562500', '135600.022500', '135600.482500', '135600.942500', '135601.402500', '135601.862500', '135602.322500', '135602.782500', '135603.242500', '135603.702500', '135604.162500', '135604.622500', '135605.082500', '135605.542500', '135606.002500', '135606.462500', '135606.922500', '135607.382500', '135607.842500', '135608.302500', '135608.762500', '135609.222500', '135609.682500', '135610.142500', '135610.602500', '135611.062500', '135611.522500', '135611.982500', '135612.442500', '135612.902500', '135613.362500', '135613.822500', '135614.282500', '135614.742500', '135615.202500', '135615.662500', '135616.122500', '135616.582500', '135617.042500', '135617.502500', '135617.962500', '135618.422500', '135618.882500', '135619.342500', '135619.802500', '135620.262500', '135620.722500', '135621.182500', '135621.642500', '135622.102500', '135622.562500', '135623.022500', '135623.482500', '135623.942500', '135624.402500', '135624.862500', '135625.322500', '135625.782500', '135626.242500', '135626.702500', '135627.162500', '135627.622500', '135628.082500', '135628.542500', '135629.002500', '135629.462500', '135629.922500', '135630.382500', '135630.842500', '135631.302500', '135631.762500', '135632.222500', '135632.682500', '135633.142500', '135633.602500', '135634.062500', '135634.522500', '135634.982500', '135635.442500', '135635.902500', '135636.362500', '135636.822500', '135637.282500', '135637.742500', '135638.202500', '135638.662500', '135639.122500', '135639.582500', '135640.042500', '135640.502500', '135640.962500', '135641.422500', '135641.882500', '135642.342500', '135642.802500', '135643.262500', '135643.722500', '135644.182500', '135644.642500', '135645.102500', '135645.562500', '135646.022500', '135646.482500', '135646.942500', '135647.402500', '135647.862500', '135648.322500', '135648.782500', '135649.242500', '135649.702500', '135650.162500', '135650.622500', '135651.082500', '135651.542500', '135652.002500', '135652.462500', '135652.922500', '135653.382500', '135653.842500', '135654.302500', '135654.762500', '135655.222500', '135655.682500', '135656.142500', '135656.602500', '135657.062500', '135657.522500', '135657.982500', '135658.442500', '135658.902500', '135659.362500', '135659.822500', '135700.282500', '135700.742500', '135701.202500', '135701.662500', '135702.122500', '135702.582500', '135703.042500', '135703.502500', '135703.962500', '135704.422500', '135704.882500', '135705.342500', '135705.802500', '135706.262500', '135706.722500', '135707.182500', '135707.642500', '135708.102500', '135708.562500', '135709.022500', '135709.482500', '135709.942500', '135710.402500', '135710.862500', '135711.322500', '135711.782500', '135712.242500', '135712.702500', '135713.162500', '135713.622500', '135714.082500', '135714.542500', '135715.002500', '135715.462500', '135715.922500', '135716.382500', '135716.842500', '135717.302500', '135717.762500', '135718.222500', '135718.682500', '135719.142500', '135719.602500', '135720.062500', '135720.522500', '135720.982500', '135721.442500', '135721.902500', '135722.362500', '135722.822500', '135723.282500', '135723.742500', '135724.202500', '135724.662500', '135725.122500', '135725.582500', '135726.042500', '135726.502500', '135726.962500', '135727.422500', '135727.882500', '135728.342500', '135728.802500', '135729.262500', '135729.722500', '135730.182500', '135730.642500', '135731.102500', '135731.562500', '135732.022500', '135732.482500', '135732.942500', '135733.402500', '135733.862500', '135734.322500', '135734.782500', '135735.242500', '135735.702500', '135736.162500', '135736.622500', '135737.082500', '135737.542500', '135738.002500', '135738.462500', '135738.922500', '135739.382500', '135739.842500', '135740.302500', '135740.762500', '135741.222500', '135741.682500', '135742.142500', '135742.602500', '135743.062500', '135743.522500', '135743.982500', '135744.442500', '135744.902500', '135745.362500', '135745.822500', '135746.282500', '135746.742500', '135747.202500', '135747.662500', '135748.122500', '135748.582500', '135749.042500', '135749.502500', '135749.962500', '135750.422500', '135750.882500', '135751.342500', '135751.802500', '135752.262500', '135752.722500', '135753.182500', '135753.642500', '135754.102500', '135754.562500', '135755.022500', '135755.482500', '135755.942500', '135756.402500', '135756.862500', '135757.322500', '135757.782500', '135758.242500', '135758.702500', '135759.162500', '135759.622500', '135800.082500', '135800.542500', '135801.002500', '135801.462500', '135801.922500', '135802.382500', '135802.842500', '135803.302500', '135803.762500', '135804.222500', '135804.682500', '135805.142500', '135805.602500', '135806.062500', '135806.522500', '135806.982500', '135807.442500', '135807.902500', '135808.362500', '135808.822500', '135809.282500', '135809.742500', '135810.202500', '135810.662500', '135811.122500', '135811.582500', '135812.042500', '135812.502500', '135812.962500', '135813.422500', '135813.882500', '135814.342500', '135814.802500', '135815.262500', '135815.722500', '135816.182500', '135816.642500', '135817.102500', '135817.562500', '135818.022500', '135818.482500', '135818.942500', '135819.402500', '135819.862500', '135820.322500', '135820.782500', '135821.242500', '135821.702500', '135822.162500', '135822.622500', '135823.082500', '135823.542500', '135824.002500', '135824.462500', '135824.922500', '135825.382500', '135825.842500', '135826.302500', '135826.762500', '135827.222500', '135827.682500', '135828.142500', '135828.602500', '135829.062500', '135829.522500', '135829.982500', '135830.442500', '135830.902500', '135831.362500', '135831.822500', '135832.282500', '135832.742500', '135833.202500', '135833.662500', '135834.122500', '135834.582500', '135835.042500', '135835.502500', '135835.962500', '135836.422500', '135836.882500', '135837.342500', '135837.802500', '135838.262500', '135838.722500', '135839.182500', '135839.642500', '135840.102500', '135840.562500', '135841.022500', '135841.482500', '135841.942500', '135842.402500', '135842.862500', '135843.322500', '135843.782500', '135844.242500', '135844.702500', '135845.162500', '135845.622500', '135846.082500', '135846.542500', '135847.002500', '135847.462500', '135847.922500', '135848.382500', '135848.842500', '135849.302500', '135849.762500', '135850.222500', '135850.682500', '135851.142500', '135851.602500', '135852.062500', '135852.522500', '135852.982500', '135853.442500', '135853.902500', '135854.362500', '135854.822500', '135855.282500', '135855.742500', '135856.202500', '135856.662500', '135857.122500', '135857.582500', '135858.042500', '135858.502500', '135858.962500', '135859.422500', '135859.882500', '135900.342500', '135900.802500', '135901.262500', '135901.722500', '135902.182500', '135902.642500', '135903.102500', '135903.562500', '135904.022500', '135904.482500', '135904.942500', '135905.402500', '135905.862500', '135906.322500', '135906.782500', '135907.242500', '135907.702500', '135908.162500', '135908.622500', '135909.082500', '135909.542500', '135910.002500', '135910.462500', '135910.922500', '135911.382500', '135911.842500', '135912.302500', '135912.762500', '135913.222500', '135913.682500', '135914.142500', '135914.602500', '135915.062500', '135915.522500', '135915.982500', '135916.442500', '135916.902500', '135917.362500', '135917.822500', '135918.282500', '135918.742500', '135919.202500', '135919.662500', '135920.122500', '135920.582500', '135921.042500', '135921.502500', '135921.962500', '135922.422500', '135922.882500', '135923.342500', '135923.802500', '135924.262500', '135924.722500'], 'ContentTime': ['135300.488000', '135300.491000', '135300.494000', '135300.497000', '135300.500000', '135300.503000', '135300.506000', '135300.509000', '135300.512000', '135300.515000', '135300.517000', '135300.520000', '135300.523000', '135300.526000', '135300.529000', '135300.531000', '135300.534000', '135300.537000', '135300.540000', '135300.543000', '135300.546000', '135300.549000', '135300.551000', '135300.554000', '135300.557000', '135300.560000', '135300.565000', '135300.568000', '135300.571000', '135300.574000', '135300.577000', '135300.580000', '135300.582000', '135300.585000', '135320.447000', '135320.450000', '135320.453000', '135320.455000', '135320.458000', '135320.461000', '135320.464000', '135320.475000', '135320.478000', '135320.481000', '135320.484000', '135320.486000', '135320.489000', '135320.492000', '135320.495000', '135320.498000', '135320.501000', '135320.503000', '135320.506000', '135320.509000', '135320.512000', '135320.515000', '135320.518000', '135320.520000', '135320.523000', '135320.526000', '135320.529000', '135320.532000', '135320.535000', '135320.537000', '135320.540000', '135320.543000', '135320.546000', '135320.549000', '135320.552000', '135320.554000', '135320.557000', '135320.560000', '135320.563000', '135320.566000', '135320.569000', '135320.572000', '135320.574000', '135320.577000', '135340.447000', '135340.450000', '135340.453000', '135340.456000', '135340.458000', '135340.461000', '135340.464000', '135340.468000', '135340.472000', '135340.474000', '135340.487000', '135340.490000', '135340.493000', '135340.496000', '135340.498000', '135340.501000', '135340.508000', '135340.511000', '135340.514000', '135340.517000', '135340.520000', '135340.522000', '135340.525000', '135340.528000', '135340.531000', '135340.534000', '135340.536000', '135340.539000', '135340.542000', '135340.545000', '135340.548000', '135340.550000', '135340.553000', '135340.556000', '135340.559000', '135340.562000', '135340.565000', '135340.568000', '135340.570000', '135340.573000', '135340.576000', '135340.579000', '135340.582000', '135400.446000', '135400.449000', '135400.451000', '135400.454000', '135400.457000', '135400.460000', '135400.463000', '135400.466000', '135400.469000', '135400.471000', '135400.474000', '135400.477000', '135400.480000', '135400.483000', '135400.486000', '135400.489000', '135400.491000', '135400.494000', '135400.497000', '135400.500000', '135400.503000', '135400.506000', '135400.509000', '135400.512000', '135400.515000', '135400.518000', '135400.521000', '135400.525000', '135400.528000', '135400.531000', '135400.534000', '135400.537000', '135400.540000', '135400.542000', '135400.545000', '135400.548000', '135400.551000', '135400.554000', '135400.557000', '135400.560000', '135400.563000', '135400.566000', '135400.569000', '135400.572000', '135420.446000', '135420.449000', '135420.452000', '135420.455000', '135420.458000', '135420.461000', '135420.463000', '135420.466000', '135420.469000', '135420.472000', '135420.475000', '135420.478000', '135420.481000', '135420.484000', '135420.486000', '135420.489000', '135420.492000', '135420.495000', '135420.498000', '135420.501000', '135420.504000', '135420.507000', '135420.510000', '135420.513000', '135420.516000', '135420.518000', '135420.521000', '135420.524000', '135420.527000', '135420.530000', '135420.533000', '135420.536000', '135420.538000', '135420.541000', '135420.544000', '135420.547000', '135420.550000', '135420.553000', '135420.555000', '135420.558000', '135420.561000', '135420.564000', '135420.567000', '135440.446000', '135440.449000', '135440.452000', '135440.463000', '135440.465000', '135440.468000', '135440.471000', '135440.474000', '135440.477000', '135440.480000', '135440.483000', '135440.485000', '135440.488000', '135440.491000', '135440.494000', '135440.497000', '135440.500000', '135440.502000', '135440.505000', '135440.508000', '135440.511000', '135440.514000', '135440.517000', '135440.520000', '135440.522000', '135440.525000', '135440.528000', '135440.531000', '135440.534000', '135440.537000', '135440.540000', '135440.542000', '135440.545000', '135440.548000', '135440.551000', '135440.554000', '135440.557000', '135440.559000', '135440.566000', '135440.569000', '135440.572000', '135440.574000', '135440.577000', '135440.580000', '135500.446000', '135500.449000', '135500.452000', '135500.455000', '135500.458000', '135500.460000', '135500.463000', '135500.466000', '135500.469000', '135500.472000', '135500.475000', '135500.477000', '135500.480000', '135500.483000', '135500.486000', '135500.489000', '135500.492000', '135500.495000', '135500.498000', '135500.501000', '135500.504000', '135500.507000', '135500.510000', '135500.512000', '135500.515000', '135500.518000', '135500.521000', '135500.524000', '135500.527000', '135500.529000', '135500.532000', '135500.535000', '135500.538000', '135500.541000', '135500.544000', '135500.547000', '135500.550000', '135500.552000', '135500.555000', '135500.558000', '135500.561000', '135500.564000', '135500.567000', '135520.447000', '135520.450000', '135520.453000', '135520.456000', '135520.459000', '135520.462000', '135520.464000', '135520.467000', '135520.470000', '135520.473000', '135520.476000', '135520.479000', '135520.481000', '135520.484000', '135520.487000', '135520.490000', '135520.493000', '135520.496000', '135520.499000', '135520.501000', '135520.504000', '135520.507000', '135520.510000', '135520.513000', '135520.516000', '135520.519000', '135520.521000', '135520.524000', '135520.527000', '135520.530000', '135520.533000', '135520.536000', '135520.539000', '135520.542000', '135520.544000', '135520.547000', '135520.550000', '135520.553000', '135520.556000', '135520.559000', '135520.561000', '135520.564000', '135520.567000', '135520.570000', '135540.447000', '135540.450000', '135540.453000', '135540.456000', '135540.459000', '135540.462000', '135540.465000', '135540.468000', '135540.471000', '135540.474000', '135540.477000', '135540.480000', '135540.483000', '135540.485000', '135540.488000', '135540.491000', '135540.494000', '135540.497000', '135540.500000', '135540.503000', '135540.506000', '135540.508000', '135540.511000', '135540.514000', '135540.517000', '135540.520000', '135540.523000', '135540.526000', '135540.529000', '135540.532000', '135540.535000', '135540.537000', '135540.540000', '135540.543000', '135540.546000', '135540.549000', '135540.552000', '135540.555000', '135540.558000', '135540.560000', '135540.563000', '135540.566000', '135540.569000', '135600.447000', '135600.450000', '135600.453000', '135600.456000', '135600.459000', '135600.461000', '135600.464000', '135600.467000', '135600.470000', '135600.473000', '135600.476000', '135600.478000', '135600.481000', '135600.484000', '135600.487000', '135600.490000', '135600.493000', '135600.496000', '135600.498000', '135600.501000', '135600.504000', '135600.507000', '135600.510000', '135600.513000', '135600.516000', '135600.518000', '135600.521000', '135600.524000', '135600.527000', '135600.530000', '135600.533000', '135600.536000', '135600.539000', '135600.541000', '135600.544000', '135600.547000', '135600.550000', '135600.553000', '135600.555000', '135600.558000', '135600.561000', '135600.564000', '135600.567000', '135600.588000', '135620.446000', '135620.449000', '135620.452000', '135620.455000', '135620.458000', '135620.460000', '135620.463000', '135620.466000', '135620.469000', '135620.472000', '135620.475000', '135620.478000', '135620.481000', '135620.484000', '135620.487000', '135620.489000', '135620.492000', '135620.495000', '135620.498000', '135620.501000', '135620.504000', '135620.506000', '135620.509000', '135620.512000', '135620.515000', '135620.518000', '135620.521000', '135620.524000', '135620.526000', '135620.529000', '135620.532000', '135620.535000', '135620.538000', '135620.541000', '135620.544000', '135620.547000', '135620.550000', '135620.553000', '135620.556000', '135620.558000', '135620.561000', '135620.564000', '135620.567000', '135640.446000', '135640.449000', '135640.452000', '135640.460000', '135640.463000', '135640.466000', '135640.469000', '135640.472000', '135640.475000', '135640.477000', '135640.480000', '135640.483000', '135640.486000', '135640.489000', '135640.492000', '135640.495000', '135640.498000', '135640.500000', '135640.503000', '135640.506000', '135640.509000', '135640.512000', '135640.515000', '135640.518000', '135640.521000', '135640.523000', '135640.526000', '135640.529000', '135640.532000', '135640.535000', '135640.538000', '135640.541000', '135640.543000', '135640.546000', '135640.549000', '135640.552000', '135640.555000', '135640.558000', '135640.560000', '135640.563000', '135640.566000', '135640.569000', '135640.572000', '135640.575000', '135700.446000', '135700.449000', '135700.452000', '135700.455000', '135700.458000', '135700.461000', '135700.464000', '135700.466000', '135700.469000', '135700.472000', '135700.475000', '135700.478000', '135700.481000', '135700.484000', '135700.486000', '135700.489000', '135700.492000', '135700.495000', '135700.499000', '135700.502000', '135700.505000', '135700.508000', '135700.511000', '135700.514000', '135700.517000', '135700.520000', '135700.523000', '135700.525000', '135700.528000', '135700.531000', '135700.534000', '135700.537000', '135700.540000', '135700.543000', '135700.545000', '135700.548000', '135700.552000', '135700.555000', '135700.558000', '135700.561000', '135700.564000', '135700.567000', '135700.570000', '135720.446000', '135720.449000', '135720.452000', '135720.455000', '135720.458000', '135720.460000', '135720.463000', '135720.466000', '135720.469000', '135720.472000', '135720.475000', '135720.478000', '135720.481000', '135720.483000', '135720.486000', '135720.489000', '135720.492000', '135720.495000', '135720.498000', '135720.501000', '135720.503000', '135720.506000', '135720.509000', '135720.512000', '135720.515000', '135720.518000', '135720.521000', '135720.524000', '135720.526000', '135720.529000', '135720.532000', '135720.535000', '135720.538000', '135720.541000', '135720.544000', '135720.547000', '135720.549000', '135720.552000', '135720.555000', '135720.558000', '135720.561000', '135720.564000', '135720.567000', '135720.570000', '135740.447000', '135740.450000', '135740.453000', '135740.455000', '135740.458000', '135740.461000', '135740.464000', '135740.467000', '135740.470000', '135740.485000', '135740.488000', '135740.490000', '135740.493000', '135740.496000', '135740.499000', '135740.502000', '135740.505000', '135740.508000', '135740.510000', '135740.513000', '135740.516000', '135740.519000', '135740.522000', '135740.525000', '135740.528000', '135740.530000', '135740.533000', '135740.536000', '135740.539000', '135740.542000', '135740.545000', '135740.547000', '135740.551000', '135740.553000', '135740.556000', '135740.559000', '135740.562000', '135740.565000', '135740.568000', '135740.571000', '135740.574000', '135740.577000', '135740.579000', '135800.447000', '135800.450000', '135800.453000', '135800.456000', '135800.458000', '135800.461000', '135800.464000', '135800.467000', '135800.470000', '135800.473000', '135800.476000', '135800.479000', '135800.481000', '135800.484000', '135800.487000', '135800.490000', '135800.493000', '135800.496000', '135800.499000', '135800.502000', '135800.504000', '135800.507000', '135800.510000', '135800.513000', '135800.516000', '135800.519000', '135800.522000', '135800.525000', '135800.527000', '135800.530000', '135800.533000', '135800.536000', '135800.539000', '135800.542000', '135800.544000', '135800.547000', '135800.550000', '135800.553000', '135800.556000', '135800.559000', '135800.562000', '135800.564000', '135800.567000', '135800.570000', '135820.447000', '135820.450000', '135820.453000', '135820.456000', '135820.459000', '135820.461000', '135820.464000', '135820.467000', '135820.470000', '135820.473000', '135820.476000', '135820.479000', '135820.482000', '135820.484000', '135820.487000', '135820.490000', '135820.493000', '135820.496000', '135820.499000', '135820.502000', '135820.505000', '135820.507000', '135820.510000', '135820.513000', '135820.516000', '135820.519000', '135820.522000', '135820.525000', '135820.528000', '135820.530000', '135820.533000', '135820.537000', '135820.540000', '135820.543000', '135820.546000', '135820.549000', '135820.552000', '135820.555000', '135820.558000', '135820.560000', '135820.563000', '135820.566000', '135820.569000', '135840.446000', '135840.449000', '135840.452000', '135840.455000', '135840.458000', '135840.460000', '135840.463000', '135840.466000', '135840.469000', '135840.472000', '135840.475000', '135840.478000', '135840.481000', '135840.483000', '135840.486000', '135840.489000', '135840.492000', '135840.495000', '135840.498000', '135840.501000', '135840.504000', '135840.507000', '135840.510000', '135840.512000', '135840.515000', '135840.518000', '135840.521000', '135840.524000', '135840.527000', '135840.530000', '135840.532000', '135840.535000', '135840.538000', '135840.541000', '135840.544000', '135840.547000', '135840.551000', '135840.554000', '135840.557000', '135840.560000', '135840.563000', '135840.566000', '135840.568000', '135840.571000', '135900.446000', '135900.449000', '135900.452000', '135900.455000', '135900.458000', '135900.461000', '135900.464000', '135900.466000', '135900.469000', '135900.472000', '135900.475000', '135900.478000', '135900.481000', '135900.483000', '135900.486000', '135900.489000', '135900.492000', '135900.495000', '135900.498000', '135900.501000', '135900.503000', '135900.506000', '135900.509000', '135900.512000', '135900.515000', '135900.518000', '135900.521000', '135900.523000', '135900.526000', '135900.529000', '135900.532000', '135900.535000', '135900.538000', '135900.540000', '135900.555000', '135900.558000', '135900.561000', '135900.564000', '135900.567000', '135900.570000', '135900.572000', '135900.575000', '135900.578000', '135920.446000', '135920.449000', '135920.452000', '135920.455000', '135920.457000', '135920.460000', '135920.463000', '135920.466000', '135920.469000', '135920.472000', '135920.475000', '135920.478000', '135920.481000', '135920.483000', '135920.486000', '135920.489000', '135920.492000', '135920.495000', '135920.498000', '135920.501000', '135920.503000', '135920.506000', '135920.509000', '135920.512000', '135920.515000', '135920.518000', '135920.520000', '135920.523000', '135920.526000', '135920.529000', '135920.532000', '135920.535000', '135920.538000', '135920.540000', '135920.543000', '135920.546000', '135920.549000', '135920.552000', '135920.555000', '135920.558000', '135920.560000', '135920.563000', '135920.566000', '135920.569000', '135925.515000', '135925.518000', '135925.521000', '135925.524000', '135925.527000', '135925.531000', '135925.533000', '135925.536000', '135925.540000', '135925.543000', '135925.546000'], 'InstanceCreationTime': ['135300.488000', '135300.491000', '135300.494000', '135300.497000', '135300.500000', '135300.503000', '135300.506000', '135300.509000', '135300.512000', '135300.515000', '135300.517000', '135300.520000', '135300.523000', '135300.526000', '135300.529000', '135300.531000', '135300.534000', '135300.537000', '135300.540000', '135300.543000', '135300.546000', '135300.549000', '135300.551000', '135300.554000', '135300.557000', '135300.560000', '135300.565000', '135300.568000', '135300.571000', '135300.574000', '135300.577000', '135300.580000', '135300.582000', '135300.585000', '135320.447000', '135320.450000', '135320.453000', '135320.455000', '135320.458000', '135320.461000', '135320.464000', '135320.475000', '135320.478000', '135320.481000', '135320.484000', '135320.486000', '135320.489000', '135320.492000', '135320.495000', '135320.498000', '135320.501000', '135320.503000', '135320.506000', '135320.509000', '135320.512000', '135320.515000', '135320.518000', '135320.520000', '135320.523000', '135320.526000', '135320.529000', '135320.532000', '135320.535000', '135320.537000', '135320.540000', '135320.543000', '135320.546000', '135320.549000', '135320.552000', '135320.554000', '135320.557000', '135320.560000', '135320.563000', '135320.566000', '135320.569000', '135320.572000', '135320.574000', '135320.577000', '135340.447000', '135340.450000', '135340.453000', '135340.456000', '135340.458000', '135340.461000', '135340.464000', '135340.468000', '135340.472000', '135340.474000', '135340.487000', '135340.490000', '135340.493000', '135340.496000', '135340.498000', '135340.501000', '135340.508000', '135340.511000', '135340.514000', '135340.517000', '135340.520000', '135340.522000', '135340.525000', '135340.528000', '135340.531000', '135340.534000', '135340.536000', '135340.539000', '135340.542000', '135340.545000', '135340.548000', '135340.550000', '135340.553000', '135340.556000', '135340.559000', '135340.562000', '135340.565000', '135340.568000', '135340.570000', '135340.573000', '135340.576000', '135340.579000', '135340.582000', '135400.446000', '135400.449000', '135400.451000', '135400.454000', '135400.457000', '135400.460000', '135400.463000', '135400.466000', '135400.469000', '135400.471000', '135400.474000', '135400.477000', '135400.480000', '135400.483000', '135400.486000', '135400.489000', '135400.491000', '135400.494000', '135400.497000', '135400.500000', '135400.503000', '135400.506000', '135400.509000', '135400.512000', '135400.515000', '135400.518000', '135400.521000', '135400.525000', '135400.528000', '135400.531000', '135400.534000', '135400.537000', '135400.540000', '135400.542000', '135400.545000', '135400.548000', '135400.551000', '135400.554000', '135400.557000', '135400.560000', '135400.563000', '135400.566000', '135400.569000', '135400.572000', '135420.446000', '135420.449000', '135420.452000', '135420.455000', '135420.458000', '135420.461000', '135420.463000', '135420.466000', '135420.469000', '135420.472000', '135420.475000', '135420.478000', '135420.481000', '135420.484000', '135420.486000', '135420.489000', '135420.492000', '135420.495000', '135420.498000', '135420.501000', '135420.504000', '135420.507000', '135420.510000', '135420.513000', '135420.516000', '135420.518000', '135420.521000', '135420.524000', '135420.527000', '135420.530000', '135420.533000', '135420.536000', '135420.538000', '135420.541000', '135420.544000', '135420.547000', '135420.550000', '135420.553000', '135420.555000', '135420.558000', '135420.561000', '135420.564000', '135420.567000', '135440.446000', '135440.449000', '135440.452000', '135440.463000', '135440.465000', '135440.468000', '135440.471000', '135440.474000', '135440.477000', '135440.480000', '135440.483000', '135440.485000', '135440.488000', '135440.491000', '135440.494000', '135440.497000', '135440.500000', '135440.502000', '135440.505000', '135440.508000', '135440.511000', '135440.514000', '135440.517000', '135440.520000', '135440.522000', '135440.525000', '135440.528000', '135440.531000', '135440.534000', '135440.537000', '135440.540000', '135440.542000', '135440.545000', '135440.548000', '135440.551000', '135440.554000', '135440.557000', '135440.559000', '135440.566000', '135440.569000', '135440.572000', '135440.574000', '135440.577000', '135440.580000', '135500.446000', '135500.449000', '135500.452000', '135500.455000', '135500.458000', '135500.460000', '135500.463000', '135500.466000', '135500.469000', '135500.472000', '135500.475000', '135500.477000', '135500.480000', '135500.483000', '135500.486000', '135500.489000', '135500.492000', '135500.495000', '135500.498000', '135500.501000', '135500.504000', '135500.507000', '135500.510000', '135500.512000', '135500.515000', '135500.518000', '135500.521000', '135500.524000', '135500.527000', '135500.529000', '135500.532000', '135500.535000', '135500.538000', '135500.541000', '135500.544000', '135500.547000', '135500.550000', '135500.552000', '135500.555000', '135500.558000', '135500.561000', '135500.564000', '135500.567000', '135520.447000', '135520.450000', '135520.453000', '135520.456000', '135520.459000', '135520.462000', '135520.464000', '135520.467000', '135520.470000', '135520.473000', '135520.476000', '135520.479000', '135520.481000', '135520.484000', '135520.487000', '135520.490000', '135520.493000', '135520.496000', '135520.499000', '135520.501000', '135520.504000', '135520.507000', '135520.510000', '135520.513000', '135520.516000', '135520.519000', '135520.521000', '135520.524000', '135520.527000', '135520.530000', '135520.533000', '135520.536000', '135520.539000', '135520.542000', '135520.544000', '135520.547000', '135520.550000', '135520.553000', '135520.556000', '135520.559000', '135520.561000', '135520.564000', '135520.567000', '135520.570000', '135540.447000', '135540.450000', '135540.453000', '135540.456000', '135540.459000', '135540.462000', '135540.465000', '135540.468000', '135540.471000', '135540.474000', '135540.477000', '135540.480000', '135540.483000', '135540.485000', '135540.488000', '135540.491000', '135540.494000', '135540.497000', '135540.500000', '135540.503000', '135540.506000', '135540.508000', '135540.511000', '135540.514000', '135540.517000', '135540.520000', '135540.523000', '135540.526000', '135540.529000', '135540.532000', '135540.535000', '135540.537000', '135540.540000', '135540.543000', '135540.546000', '135540.549000', '135540.552000', '135540.555000', '135540.558000', '135540.560000', '135540.563000', '135540.566000', '135540.569000', '135600.447000', '135600.450000', '135600.453000', '135600.456000', '135600.459000', '135600.461000', '135600.464000', '135600.467000', '135600.470000', '135600.473000', '135600.476000', '135600.478000', '135600.481000', '135600.484000', '135600.487000', '135600.490000', '135600.493000', '135600.496000', '135600.498000', '135600.501000', '135600.504000', '135600.507000', '135600.510000', '135600.513000', '135600.516000', '135600.518000', '135600.521000', '135600.524000', '135600.527000', '135600.530000', '135600.533000', '135600.536000', '135600.539000', '135600.541000', '135600.544000', '135600.547000', '135600.550000', '135600.553000', '135600.555000', '135600.558000', '135600.561000', '135600.564000', '135600.567000', '135600.588000', '135620.446000', '135620.449000', '135620.452000', '135620.455000', '135620.458000', '135620.460000', '135620.463000', '135620.466000', '135620.469000', '135620.472000', '135620.475000', '135620.478000', '135620.481000', '135620.484000', '135620.487000', '135620.489000', '135620.492000', '135620.495000', '135620.498000', '135620.501000', '135620.504000', '135620.506000', '135620.509000', '135620.512000', '135620.515000', '135620.518000', '135620.521000', '135620.524000', '135620.526000', '135620.529000', '135620.532000', '135620.535000', '135620.538000', '135620.541000', '135620.544000', '135620.547000', '135620.550000', '135620.553000', '135620.556000', '135620.558000', '135620.561000', '135620.564000', '135620.567000', '135640.446000', '135640.449000', '135640.452000', '135640.460000', '135640.463000', '135640.466000', '135640.469000', '135640.472000', '135640.475000', '135640.477000', '135640.480000', '135640.483000', '135640.486000', '135640.489000', '135640.492000', '135640.495000', '135640.498000', '135640.500000', '135640.503000', '135640.506000', '135640.509000', '135640.512000', '135640.515000', '135640.518000', '135640.521000', '135640.523000', '135640.526000', '135640.529000', '135640.532000', '135640.535000', '135640.538000', '135640.541000', '135640.543000', '135640.546000', '135640.549000', '135640.552000', '135640.555000', '135640.558000', '135640.560000', '135640.563000', '135640.566000', '135640.569000', '135640.572000', '135640.575000', '135700.446000', '135700.449000', '135700.452000', '135700.455000', '135700.458000', '135700.461000', '135700.464000', '135700.466000', '135700.469000', '135700.472000', '135700.475000', '135700.478000', '135700.481000', '135700.484000', '135700.486000', '135700.489000', '135700.492000', '135700.495000', '135700.499000', '135700.502000', '135700.505000', '135700.508000', '135700.511000', '135700.514000', '135700.517000', '135700.520000', '135700.523000', '135700.525000', '135700.528000', '135700.531000', '135700.534000', '135700.537000', '135700.540000', '135700.543000', '135700.545000', '135700.548000', '135700.552000', '135700.555000', '135700.558000', '135700.561000', '135700.564000', '135700.567000', '135700.570000', '135720.446000', '135720.449000', '135720.452000', '135720.455000', '135720.458000', '135720.460000', '135720.463000', '135720.466000', '135720.469000', '135720.472000', '135720.475000', '135720.478000', '135720.481000', '135720.483000', '135720.486000', '135720.489000', '135720.492000', '135720.495000', '135720.498000', '135720.501000', '135720.503000', '135720.506000', '135720.509000', '135720.512000', '135720.515000', '135720.518000', '135720.521000', '135720.524000', '135720.526000', '135720.529000', '135720.532000', '135720.535000', '135720.538000', '135720.541000', '135720.544000', '135720.547000', '135720.549000', '135720.552000', '135720.555000', '135720.558000', '135720.561000', '135720.564000', '135720.567000', '135720.570000', '135740.447000', '135740.450000', '135740.453000', '135740.455000', '135740.458000', '135740.461000', '135740.464000', '135740.467000', '135740.470000', '135740.485000', '135740.488000', '135740.490000', '135740.493000', '135740.496000', '135740.499000', '135740.502000', '135740.505000', '135740.508000', '135740.510000', '135740.513000', '135740.516000', '135740.519000', '135740.522000', '135740.525000', '135740.528000', '135740.530000', '135740.533000', '135740.536000', '135740.539000', '135740.542000', '135740.545000', '135740.547000', '135740.551000', '135740.553000', '135740.556000', '135740.559000', '135740.562000', '135740.565000', '135740.568000', '135740.571000', '135740.574000', '135740.577000', '135740.579000', '135800.447000', '135800.450000', '135800.453000', '135800.456000', '135800.458000', '135800.461000', '135800.464000', '135800.467000', '135800.470000', '135800.473000', '135800.476000', '135800.479000', '135800.481000', '135800.484000', '135800.487000', '135800.490000', '135800.493000', '135800.496000', '135800.499000', '135800.502000', '135800.504000', '135800.507000', '135800.510000', '135800.513000', '135800.516000', '135800.519000', '135800.522000', '135800.525000', '135800.527000', '135800.530000', '135800.533000', '135800.536000', '135800.539000', '135800.542000', '135800.544000', '135800.547000', '135800.550000', '135800.553000', '135800.556000', '135800.559000', '135800.562000', '135800.564000', '135800.567000', '135800.570000', '135820.447000', '135820.450000', '135820.453000', '135820.456000', '135820.459000', '135820.461000', '135820.464000', '135820.467000', '135820.470000', '135820.473000', '135820.476000', '135820.479000', '135820.482000', '135820.484000', '135820.487000', '135820.490000', '135820.493000', '135820.496000', '135820.499000', '135820.502000', '135820.505000', '135820.507000', '135820.510000', '135820.513000', '135820.516000', '135820.519000', '135820.522000', '135820.525000', '135820.528000', '135820.530000', '135820.533000', '135820.537000', '135820.540000', '135820.543000', '135820.546000', '135820.549000', '135820.552000', '135820.555000', '135820.558000', '135820.560000', '135820.563000', '135820.566000', '135820.569000', '135840.446000', '135840.449000', '135840.452000', '135840.455000', '135840.458000', '135840.460000', '135840.463000', '135840.466000', '135840.469000', '135840.472000', '135840.475000', '135840.478000', '135840.481000', '135840.483000', '135840.486000', '135840.489000', '135840.492000', '135840.495000', '135840.498000', '135840.501000', '135840.504000', '135840.507000', '135840.510000', '135840.512000', '135840.515000', '135840.518000', '135840.521000', '135840.524000', '135840.527000', '135840.530000', '135840.532000', '135840.535000', '135840.538000', '135840.541000', '135840.544000', '135840.547000', '135840.551000', '135840.554000', '135840.557000', '135840.560000', '135840.563000', '135840.566000', '135840.568000', '135840.571000', '135900.446000', '135900.449000', '135900.452000', '135900.455000', '135900.458000', '135900.461000', '135900.464000', '135900.466000', '135900.469000', '135900.472000', '135900.475000', '135900.478000', '135900.481000', '135900.483000', '135900.486000', '135900.489000', '135900.492000', '135900.495000', '135900.498000', '135900.501000', '135900.503000', '135900.506000', '135900.509000', '135900.512000', '135900.515000', '135900.518000', '135900.521000', '135900.523000', '135900.526000', '135900.529000', '135900.532000', '135900.535000', '135900.538000', '135900.540000', '135900.555000', '135900.558000', '135900.561000', '135900.564000', '135900.567000', '135900.570000', '135900.572000', '135900.575000', '135900.578000', '135920.446000', '135920.449000', '135920.452000', '135920.455000', '135920.457000', '135920.460000', '135920.463000', '135920.466000', '135920.469000', '135920.472000', '135920.475000', '135920.478000', '135920.481000', '135920.483000', '135920.486000', '135920.489000', '135920.492000', '135920.495000', '135920.498000', '135920.501000', '135920.503000', '135920.506000', '135920.509000', '135920.512000', '135920.515000', '135920.518000', '135920.520000', '135920.523000', '135920.526000', '135920.529000', '135920.532000', '135920.535000', '135920.538000', '135920.540000', '135920.543000', '135920.546000', '135920.549000', '135920.552000', '135920.555000', '135920.558000', '135920.560000', '135920.563000', '135920.566000', '135920.569000', '135925.515000', '135925.518000', '135925.521000', '135925.524000', '135925.527000', '135925.531000', '135925.533000', '135925.536000', '135925.540000', '135925.543000', '135925.546000'], '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], 'LargestImagePixelValue': [11890, 9554, 12572, 9049, 13432, 10187, 14142, 10426, 14648, 10522, 12756, 10245, 10326, 10485, 8023, 12422, 8670, 13441, 9992, 13848, 10468, 13498, 10348, 13081, 10288, 11273, 11050, 8476, 12401, 8839, 13567, 10093, 14002, 10661, 14318, 10686, 12390, 10611, 9559, 11775, 9157, 13492, 9710, 11146, 10758, 8704, 13008, 9592, 10690, 10810, 8751, 11515, 9123, 7749, 12773, 10078, 13190, 10475, 10999, 11869, 9566, 15267, 9995, 9790, 10630, 8702, 12858, 9003, 12185, 9646, 8772, 11377, 8979, 13281, 9598, 8335, 11258, 8940, 10547, 10267, 8710, 12733, 9790, 13564, 9641, 10098, 10361, 9444, 12239, 8643, 9941, 9710, 8116, 11766, 8780, 11009, 9431, 8079, 11439, 8994, 13573, 9370, 9734, 10305, 8991, 12727, 9341, 9895, 10162, 8678, 12162, 9602, 13427, 9806, 10425, 10058, 8355, 11652, 8906, 12778, 9783, 8414, 11729, 9235, 11392, 9702, 8328, 11358, 8192, 8040, 11075, 8818, 7573, 12182, 8782, 11101, 9326, 9873, 10840, 8806, 12992, 8557, 10059, 9690, 8019, 11627, 9000, 8168, 10414, 8606, 14094, 9735, 9981, 10827, 8631, 10862, 8685, 7731, 10719, 8232, 12798, 8545, 9101, 9405, 7793, 11088, 8025, 12681, 8707, 8005, 9598, 7821, 12634, 9405, 7776, 10215, 8081, 7469, 9870, 8084, 9888, 10299, 8210, 13877, 9814, 11667, 10965, 10631, 13302, 8691, 14375, 9356, 10267, 10326, 9086, 12491, 8983, 9364, 9547, 7993, 13613, 9683, 8577, 10200, 8110, 13536, 8910, 10495, 8725, 7592, 10590, 7457, 11901, 9311, 11798, 8856, 7842, 9544, 7447, 11346, 8343, 12818, 9379, 9694, 9299, 7889, 11367, 8863, 14194, 9460, 10392, 8659, 9244, 10175, 10046, 11183, 7889, 11982, 8042, 12728, 9077, 13697, 9245, 8456, 9592, 7998, 9741, 9732, 8022, 7716, 8872, 7747, 12784, 10691, 10794, 11023, 9276, 13473, 9503, 15616, 11298, 9539, 10071, 7852, 13151, 8502, 11207, 9365, 7749, 13309, 8934, 9982, 9304, 7946, 13056, 9391, 13307, 10589, 9128, 9780, 7438, 10869, 8166, 13396, 8911, 7692, 9020, 7541, 10706, 8007, 12243, 9133, 8120, 8432, 7375, 9442, 7600, 11577, 8709, 7616, 9543, 8255, 7649, 9631, 8410, 8229, 13765, 10826, 15511, 14689, 10268, 12883, 16832, 13994, 12413, 14564, 9004, 8058, 8248, 7726, 7830, 9371, 7963, 12887, 10001, 13811, 10523, 11371, 9421, 11922, 9228, 16520, 10430, 10192, 8694, 7670, 9305, 7524, 10163, 8023, 11402, 8894, 9283, 9059, 7644, 10479, 7878, 11999, 8760, 12428, 9078, 12866, 8431, 9585, 8565, 7702, 9938, 7677, 11489, 8142, 12156, 9030, 11942, 9368, 7937, 9037, 7722, 10237, 8487, 7828, 12096, 8555, 7820, 10272, 8414, 12227, 8669, 11611, 8666, 12201, 8775, 11867, 8349, 12331, 8145, 12358, 8464, 13068, 9908, 12024, 8653, 7657, 9790, 7734, 11506, 8100, 11446, 8046, 11502, 8241, 11872, 8142, 11934, 8370, 12121, 8762, 12613, 8696, 11579, 8778, 8734, 9046, 8011, 10890, 8334, 11274, 8426, 8015, 9167, 8052, 11781, 8501, 13736, 8979, 8159, 10660, 8444, 13185, 10261, 8552, 12313, 8683, 13837, 9107, 12458, 10160, 8059, 9998, 8137, 13267, 9140, 12536, 8894, 8103, 9265, 7620, 13160, 8940, 8255, 8479, 8396, 7779, 8302, 8561, 8211, 10990, 9623, 8776, 13256, 10478, 10433, 12955, 9914, 13688, 10004, 9089, 13799, 9253, 7872, 9509, 8190, 10263, 8403, 8321, 10703, 8356, 13351, 8695, 14171, 9219, 13867, 10635, 10586, 8331, 7490, 9506, 7655, 10138, 8245, 7804, 9165, 7792, 11131, 8389, 7888, 10505, 7906, 8216, 8278, 7709, 12411, 8627, 8002, 8801, 8081, 12412, 8793, 10787, 9000, 7888, 12427, 8602, 9676, 9640, 8005, 13780, 9957, 8207, 13372, 8793, 9696, 13492, 9787, 7863, 11608, 8090, 9682, 11047, 9523, 11459, 8393, 13725, 9859, 16474, 10032, 8634, 9393, 7496, 11502, 8605, 14261, 8987, 8795, 9480, 7581, 10338, 8113, 10943, 8470, 7689, 9112, 7355, 10701, 8029, 12029, 8688, 12284, 9223, 12860, 9578, 13026, 8957, 11104, 9073, 9022, 9317, 7498, 10312, 7686, 11448, 8204, 13160, 9680, 13252, 8978, 12862, 9292, 11541, 9557, 7580, 9154, 7729, 11232, 8808, 9804, 9155, 7835, 11114, 8198, 13440, 9698, 9092, 12009, 8964, 9990, 10873, 9791, 14944, 10151, 11455, 9356, 8088, 13275, 9084, 11766, 9135, 8490, 9361, 8338, 11081, 8095, 12273, 8255, 13072, 9129, 14458, 9480, 8024, 11372, 8028, 7547, 10517, 8086, 7553, 12359, 9782, 9791, 12247, 10222, 14685, 11186, 10747, 13042, 10961, 14969, 10228, 7764, 12438, 8536, 8635, 9369, 8082, 13028, 9151, 13970, 9311, 13787, 9792, 14430, 11038, 11398, 9239, 7784, 8537, 8119, 12040, 8898, 8235, 10165, 8296, 12754, 10171, 8657, 10557, 8068, 13165, 9668, 12554, 9788, 7828, 10265, 8063, 8438, 10389, 7628, 7760, 10077, 8383, 10343, 8317, 7813, 12642, 10596, 10105, 13019, 11321, 9331, 7983, 8295, 8027, 12909, 9143, 11328, 11949, 10655, 12410, 10411, 11797, 10911, 11700, 10271, 11223, 8047, 10809, 8023, 11700, 8283, 12704, 8883, 12650, 8885, 12665, 9230, 9400, 8656, 7812, 9832, 7611, 11584, 8069, 12436, 9050, 12863, 9508, 9417, 9671, 7823, 11166, 8489, 13755, 9725, 9176, 10374, 8055, 13741, 9910, 9669, 10760, 8426, 9935, 10836, 9121, 11025, 11175, 8602, 15163, 11221, 9545, 10888, 8348, 14921, 9983, 11190, 11510, 8539, 12182, 9114, 7783, 11507, 8345, 7838, 11189, 8794, 8457, 11020, 9728, 8293, 12148, 11618, 10032, 15523, 10949, 16747, 11586, 14901, 10318, 11558, 10569, 8271, 12562, 8717, 13367, 9460, 11750, 9530, 8031, 10792, 7831, 13107, 9635, 8629, 8838, 7975, 11058, 8303, 7695, 11849, 8840, 8504, 12240, 9448, 11545, 9335, 7771, 10614, 8563, 13712, 9597, 9727, 9639, 7556, 11381, 8074, 8458, 9625, 7641, 12754, 8161, 8879, 9451, 8300, 11961, 8829, 13667, 8975, 8946, 10281, 8550, 13309, 8809, 7936, 11756, 8687, 7776, 13611, 8615, 11305, 9670, 9711, 10426, 8030, 11924, 8692, 14392, 10051, 8428, 9644, 8311, 8837, 8010, 7727, 9922, 7777, 7661, 12027, 8954, 7635, 10326, 8008, 8043, 11673, 9203, 14628, 10931, 13361, 10117, 8236, 10064, 7659, 13208, 9974, 13737], 'WindowCenter': [4587.0, 4552.0, 4565.0, 4509.0, 4547.0, 4505.0, 4533.0, 4501.0, 4530.0, 4488.0, 4509.0, 4491.0, 4490.0, 4490.0, 4459.0, 4510.0, 4469.0, 4520.0, 4490.0, 4520.0, 4506.0, 4533.0, 4492.0, 4523.0, 4491.0, 4500.0, 4499.0, 4458.0, 4509.0, 4467.0, 4509.0, 4479.0, 4517.0, 4488.0, 4517.0, 4500.0, 4510.0, 4489.0, 4477.0, 4496.0, 4465.0, 4506.0, 4482.0, 4490.0, 4490.0, 4461.0, 4521.0, 4483.0, 4480.0, 4489.0, 4461.0, 4507.0, 4475.0, 4453.0, 4512.0, 4468.0, 4484.0, 4466.0, 4478.0, 4489.0, 4455.0, 4505.0, 4465.0, 4464.0, 4462.0, 4441.0, 4480.0, 4441.0, 4481.0, 4452.0, 4442.0, 4473.0, 4443.0, 4494.0, 4465.0, 4456.0, 4484.0, 4454.0, 4474.0, 4464.0, 4444.0, 4494.0, 4464.0, 4492.0, 4453.0, 4465.0, 4463.0, 4452.0, 4483.0, 4443.0, 4463.0, 4463.0, 4433.0, 4484.0, 4455.0, 4477.0, 4456.0, 4447.0, 4487.0, 4458.0, 4507.0, 4457.0, 4469.0, 4490.0, 4459.0, 4498.0, 4468.0, 4467.0, 4478.0, 4447.0, 4497.0, 4467.0, 4497.0, 4467.0, 4477.0, 4467.0, 4446.0, 4487.0, 4458.0, 4498.0, 4469.0, 4461.0, 4514.0, 4483.0, 4514.0, 4481.0, 4465.0, 4519.0, 4463.0, 4457.0, 4497.0, 4469.0, 4459.0, 4510.0, 4484.0, 4501.0, 4481.0, 4491.0, 4502.0, 4471.0, 4511.0, 4468.0, 4479.0, 4479.0, 4448.0, 4498.0, 4470.0, 4461.0, 4489.0, 4469.0, 4521.0, 4467.0, 4466.0, 4476.0, 4454.0, 4475.0, 4454.0, 4435.0, 4476.0, 4456.0, 4497.0, 4457.0, 4470.0, 4467.0, 4436.0, 4485.0, 4445.0, 4498.0, 4460.0, 4466.0, 4483.0, 4452.0, 4525.0, 4480.0, 4464.0, 4493.0, 4463.0, 4451.0, 4491.0, 4474.0, 4504.0, 4504.0, 4472.0, 4521.0, 4494.0, 4499.0, 4490.0, 4489.0, 4518.0, 4460.0, 4517.0, 4467.0, 4476.0, 4477.0, 4455.0, 4495.0, 4456.0, 4454.0, 4464.0, 4444.0, 4518.0, 4480.0, 4456.0, 4477.0, 4447.0, 4518.0, 4456.0, 4473.0, 4444.0, 4434.0, 4475.0, 4436.0, 4497.0, 4466.0, 4495.0, 4455.0, 4444.0, 4465.0, 4437.0, 4487.0, 4458.0, 4497.0, 4469.0, 4467.0, 4466.0, 4447.0, 4499.0, 4457.0, 4507.0, 4467.0, 4476.0, 4455.0, 4465.0, 4478.0, 4466.0, 4485.0, 4435.0, 4498.0, 4435.0, 4495.0, 4456.0, 4497.0, 4468.0, 4471.0, 4482.0, 4462.0, 4480.0, 4467.0, 4460.0, 4460.0, 4481.0, 4477.0, 4537.0, 4515.0, 4505.0, 4502.0, 4470.0, 4508.0, 4467.0, 4528.0, 4485.0, 4467.0, 4478.0, 4446.0, 4506.0, 4456.0, 4484.0, 4465.0, 4433.0, 4506.0, 4455.0, 4464.0, 4454.0, 4445.0, 4494.0, 4455.0, 4494.0, 4488.0, 4466.0, 4465.0, 4422.0, 4484.0, 4443.0, 4491.0, 4441.0, 4430.0, 4441.0, 4433.0, 4473.0, 4444.0, 4492.0, 4463.0, 4444.0, 4445.0, 4433.0, 4477.0, 4450.0, 4503.0, 4475.0, 4466.0, 4485.0, 4477.0, 4466.0, 4497.0, 4479.0, 4475.0, 4529.0, 4510.0, 4552.0, 4536.0, 4506.0, 4512.0, 4542.0, 4496.0, 4482.0, 4492.0, 4441.0, 4431.0, 4447.0, 4446.0, 4450.0, 4483.0, 4473.0, 4508.0, 4479.0, 4508.0, 4476.0, 4485.0, 4455.0, 4485.0, 4466.0, 4516.0, 4463.0, 4462.0, 4443.0, 4422.0, 4440.0, 4420.0, 4460.0, 4432.0, 4485.0, 4456.0, 4466.0, 4455.0, 4433.0, 4475.0, 4459.0, 4495.0, 4454.0, 4493.0, 4455.0, 4494.0, 4444.0, 4462.0, 4454.0, 4446.0, 4476.0, 4448.0, 4498.0, 4448.0, 4500.0, 4457.0, 4488.0, 4456.0, 4463.0, 4473.0, 4452.0, 4478.0, 4459.0, 4450.0, 4502.0, 4458.0, 4450.0, 4481.0, 4446.0, 4499.0, 4444.0, 4486.0, 4444.0, 4485.0, 4456.0, 4499.0, 4443.0, 4483.0, 4432.0, 4481.0, 4442.0, 4495.0, 4463.0, 4493.0, 4443.0, 4432.0, 4461.0, 4431.0, 4472.0, 4431.0, 4473.0, 4433.0, 4473.0, 4430.0, 4471.0, 4430.0, 4469.0, 4431.0, 4481.0, 4441.0, 4496.0, 4458.0, 4487.0, 4453.0, 4456.0, 4454.0, 4444.0, 4473.0, 4445.0, 4484.0, 4445.0, 4445.0, 4468.0, 4447.0, 4499.0, 4458.0, 4515.0, 4468.0, 4447.0, 4488.0, 4460.0, 4507.0, 4477.0, 4455.0, 4497.0, 4457.0, 4508.0, 4459.0, 4497.0, 4476.0, 4433.0, 4463.0, 4447.0, 4504.0, 4479.0, 4496.0, 4454.0, 4434.0, 4468.0, 4449.0, 4509.0, 4472.0, 4475.0, 4461.0, 4462.0, 4464.0, 4475.0, 4483.0, 4474.0, 4504.0, 4480.0, 4472.0, 4524.0, 4493.0, 4488.0, 4522.0, 4480.0, 4508.0, 4466.0, 4457.0, 4506.0, 4457.0, 4445.0, 4466.0, 4445.0, 4475.0, 4445.0, 4445.0, 4475.0, 4444.0, 4496.0, 4443.0, 4492.0, 4442.0, 4493.0, 4460.0, 4460.0, 4430.0, 4409.0, 4450.0, 4419.0, 4459.0, 4444.0, 4434.0, 4466.0, 4435.0, 4486.0, 4457.0, 4447.0, 4485.0, 4447.0, 4457.0, 4459.0, 4450.0, 4507.0, 4458.0, 4460.0, 4467.0, 4446.0, 4508.0, 4483.0, 4501.0, 4482.0, 4461.0, 4509.0, 4471.0, 4479.0, 4480.0, 4463.0, 4522.0, 4496.0, 4475.0, 4535.0, 4475.0, 4487.0, 4512.0, 4482.0, 4464.0, 4489.0, 4449.0, 4480.0, 4501.0, 4469.0, 4488.0, 4445.0, 4508.0, 4465.0, 4516.0, 4463.0, 4443.0, 4452.0, 4422.0, 4487.0, 4442.0, 4502.0, 4442.0, 4454.0, 4464.0, 4447.0, 4475.0, 4446.0, 4487.0, 4445.0, 4434.0, 4440.0, 4420.0, 4461.0, 4431.0, 4482.0, 4444.0, 4492.0, 4454.0, 4492.0, 4451.0, 4491.0, 4441.0, 4472.0, 4442.0, 4453.0, 4453.0, 4423.0, 4474.0, 4432.0, 4484.0, 4445.0, 4495.0, 4466.0, 4494.0, 4453.0, 4494.0, 4465.0, 4485.0, 4465.0, 4448.0, 4468.0, 4447.0, 4496.0, 4480.0, 4491.0, 4481.0, 4462.0, 4503.0, 4472.0, 4521.0, 4492.0, 4482.0, 4512.0, 4483.0, 4493.0, 4503.0, 4481.0, 4533.0, 4481.0, 4500.0, 4468.0, 4449.0, 4509.0, 4459.0, 4500.0, 4466.0, 4456.0, 4465.0, 4447.0, 4486.0, 4446.0, 4497.0, 4446.0, 4494.0, 4469.0, 4520.0, 4483.0, 4451.0, 4490.0, 4450.0, 4440.0, 4491.0, 4461.0, 4462.0, 4525.0, 4494.0, 4507.0, 4513.0, 4493.0, 4533.0, 4516.0, 4503.0, 4523.0, 4488.0, 4516.0, 4475.0, 4436.0, 4496.0, 4456.0, 4456.0, 4466.0, 4457.0, 4508.0, 4466.0, 4504.0, 4456.0, 4504.0, 4462.0, 4505.0, 4475.0, 4483.0, 4449.0, 4432.0, 4443.0, 4444.0, 4495.0, 4464.0, 4468.0, 4488.0, 4458.0, 4506.0, 4474.0, 4456.0, 4485.0, 4443.0, 4496.0, 4466.0, 4495.0, 4466.0, 4438.0, 4492.0, 4451.0, 4448.0, 4478.0, 4439.0, 4438.0, 4481.0, 4462.0, 4492.0, 4476.0, 4463.0, 4521.0, 4490.0, 4490.0, 4509.0, 4487.0, 4464.0, 4444.0, 4457.0, 4458.0, 4506.0, 4477.0, 4500.0, 4507.0, 4487.0, 4508.0, 4474.0, 4484.0, 4473.0, 4473.0, 4460.0, 4471.0, 4429.0, 4471.0, 4431.0, 4479.0, 4441.0, 4479.0, 4449.0, 4489.0, 4451.0, 4492.0, 4464.0, 4464.0, 4452.0, 4443.0, 4475.0, 4445.0, 4495.0, 4458.0, 4507.0, 4467.0, 4507.0, 4479.0, 4478.0, 4477.0, 4447.0, 4499.0, 4469.0, 4517.0, 4480.0, 4479.0, 4489.0, 4459.0, 4532.0, 4490.0, 4493.0, 4501.0, 4471.0, 4501.0, 4513.0, 4495.0, 4512.0, 4516.0, 4484.0, 4542.0, 4512.0, 4492.0, 4501.0, 4471.0, 4529.0, 4493.0, 4511.0, 4511.0, 4471.0, 4525.0, 4498.0, 4463.0, 4514.0, 4474.0, 4473.0, 4527.0, 4485.0, 4488.0, 4516.0, 4510.0, 4486.0, 4526.0, 4513.0, 4494.0, 4557.0, 4514.0, 4542.0, 4501.0, 4527.0, 4476.0, 4483.0, 4474.0, 4442.0, 4492.0, 4442.0, 4494.0, 4460.0, 4482.0, 4452.0, 4428.0, 4457.0, 4418.0, 4478.0, 4450.0, 4443.0, 4453.0, 4431.0, 4472.0, 4442.0, 4432.0, 4483.0, 4455.0, 4445.0, 4494.0, 4466.0, 4484.0, 4452.0, 4432.0, 4461.0, 4442.0, 4491.0, 4453.0, 4464.0, 4454.0, 4433.0, 4483.0, 4446.0, 4457.0, 4465.0, 4446.0, 4506.0, 4459.0, 4466.0, 4476.0, 4459.0, 4500.0, 4467.0, 4519.0, 4470.0, 4467.0, 4477.0, 4459.0, 4509.0, 4468.0, 4459.0, 4501.0, 4471.0, 4460.0, 4522.0, 4473.0, 4503.0, 4480.0, 4468.0, 4480.0, 4446.0, 4495.0, 4456.0, 4517.0, 4480.0, 4473.0, 4479.0, 4460.0, 4483.0, 4460.0, 4460.0, 4504.0, 4479.0, 4476.0, 4525.0, 4484.0, 4462.0, 4502.0, 4474.0, 4463.0, 4500.0, 4468.0, 4518.0, 4490.0, 4508.0, 4479.0, 4446.0, 4465.0, 4434.0, 4495.0, 4477.0, 4505.0], 'WindowWidth': [10070.0, 10011.0, 10014.0, 9926.0, 9972.0, 9909.0, 9945.0, 9896.0, 9935.0, 9873.0, 9902.0, 9880.0, 9879.0, 9878.0, 9834.0, 9904.0, 9849.0, 9921.0, 9879.0, 9920.0, 9909.0, 9943.0, 9885.0, 9928.0, 9881.0, 9892.0, 9889.0, 9831.0, 9901.0, 9843.0, 9901.0, 9859.0, 9912.0, 9871.0, 9912.0, 9893.0, 9907.0, 9877.0, 9855.0, 9878.0, 9835.0, 9891.0, 9867.0, 9875.0, 9873.0, 9836.0, 9924.0, 9872.0, 9861.0, 9871.0, 9834.0, 9903.0, 9855.0, 9825.0, 9905.0, 9837.0, 9854.0, 9836.0, 9857.0, 9873.0, 9818.0, 9894.0, 9835.0, 9829.0, 9824.0, 9794.0, 9845.0, 9795.0, 9849.0, 9811.0, 9798.0, 9840.0, 9800.0, 9871.0, 9835.0, 9826.0, 9859.0, 9818.0, 9845.0, 9832.0, 9802.0, 9873.0, 9829.0, 9868.0, 9814.0, 9833.0, 9829.0, 9812.0, 9857.0, 9800.0, 9828.0, 9830.0, 9790.0, 9858.0, 9821.0, 9852.0, 9823.0, 9812.0, 9867.0, 9826.0, 9893.0, 9824.0, 9842.0, 9876.0, 9830.0, 9882.0, 9841.0, 9839.0, 9854.0, 9811.0, 9881.0, 9838.0, 9880.0, 9838.0, 9852.0, 9838.0, 9808.0, 9865.0, 9828.0, 9881.0, 9844.0, 9837.0, 9914.0, 9872.0, 9913.0, 9865.0, 9847.0, 9925.0, 9845.0, 9829.0, 9885.0, 9848.0, 9836.0, 9907.0, 9876.0, 9896.0, 9867.0, 9879.0, 9898.0, 9854.0, 9909.0, 9845.0, 9861.0, 9859.0, 9816.0, 9885.0, 9849.0, 9839.0, 9878.0, 9849.0, 9922.0, 9842.0, 9836.0, 9850.0, 9820.0, 9849.0, 9820.0, 9795.0, 9852.0, 9824.0, 9881.0, 9828.0, 9851.0, 9840.0, 9795.0, 9862.0, 9809.0, 9882.0, 9833.0, 9850.0, 9870.0, 9827.0, 9933.0, 9862.0, 9848.0, 9882.0, 9842.0, 9827.0, 9880.0, 9862.0, 9905.0, 9902.0, 9856.0, 9922.0, 9887.0, 9888.0, 9878.0, 9875.0, 9916.0, 9836.0, 9912.0, 9841.0, 9851.0, 9855.0, 9820.0, 9877.0, 9823.0, 9820.0, 9832.0, 9806.0, 9914.0, 9865.0, 9827.0, 9854.0, 9816.0, 9915.0, 9824.0, 9842.0, 9803.0, 9792.0, 9847.0, 9797.0, 9881.0, 9836.0, 9877.0, 9821.0, 9807.0, 9835.0, 9799.0, 9868.0, 9830.0, 9880.0, 9843.0, 9840.0, 9838.0, 9813.0, 9886.0, 9827.0, 9897.0, 9838.0, 9851.0, 9822.0, 9837.0, 9855.0, 9836.0, 9865.0, 9792.0, 9883.0, 9793.0, 9873.0, 9820.0, 9878.0, 9841.0, 9853.0, 9867.0, 9839.0, 9862.0, 9838.0, 9836.0, 9838.0, 9869.0, 9872.0, 9952.0, 9922.0, 9904.0, 9897.0, 9847.0, 9901.0, 9840.0, 9931.0, 9862.0, 9840.0, 9858.0, 9810.0, 9895.0, 9823.0, 9859.0, 9835.0, 9790.0, 9892.0, 9822.0, 9832.0, 9817.0, 9805.0, 9873.0, 9821.0, 9875.0, 9873.0, 9837.0, 9835.0, 9774.0, 9860.0, 9801.0, 9865.0, 9794.0, 9780.0, 9797.0, 9786.0, 9845.0, 9807.0, 9868.0, 9832.0, 9807.0, 9809.0, 9791.0, 9854.0, 9820.0, 9895.0, 9864.0, 9851.0, 9872.0, 9865.0, 9849.0, 9896.0, 9870.0, 9863.0, 9935.0, 9915.0, 9988.0, 9950.0, 9907.0, 9906.0, 9951.0, 9876.0, 9851.0, 9860.0, 9790.0, 9783.0, 9812.0, 9813.0, 9823.0, 9871.0, 9861.0, 9901.0, 9860.0, 9900.0, 9849.0, 9861.0, 9817.0, 9862.0, 9839.0, 9906.0, 9828.0, 9824.0, 9798.0, 9770.0, 9792.0, 9764.0, 9819.0, 9787.0, 9860.0, 9822.0, 9836.0, 9819.0, 9787.0, 9847.0, 9835.0, 9877.0, 9817.0, 9869.0, 9821.0, 9872.0, 9805.0, 9827.0, 9817.0, 9813.0, 9851.0, 9818.0, 9887.0, 9817.0, 9888.0, 9825.0, 9869.0, 9823.0, 9843.0, 9856.0, 9825.0, 9853.0, 9829.0, 9819.0, 9892.0, 9832.0, 9822.0, 9862.0, 9809.0, 9886.0, 9804.0, 9865.0, 9803.0, 9861.0, 9826.0, 9890.0, 9802.0, 9855.0, 9785.0, 9848.0, 9801.0, 9874.0, 9829.0, 9869.0, 9801.0, 9786.0, 9824.0, 9782.0, 9840.0, 9780.0, 9840.0, 9788.0, 9841.0, 9779.0, 9834.0, 9780.0, 9831.0, 9782.0, 9849.0, 9794.0, 9880.0, 9831.0, 9867.0, 9815.0, 9827.0, 9819.0, 9807.0, 9842.0, 9806.0, 9858.0, 9808.0, 9810.0, 9843.0, 9816.0, 9888.0, 9828.0, 9907.0, 9843.0, 9814.0, 9871.0, 9835.0, 9897.0, 9856.0, 9824.0, 9882.0, 9825.0, 9897.0, 9832.0, 9879.0, 9848.0, 9787.0, 9829.0, 9811.0, 9887.0, 9860.0, 9878.0, 9818.0, 9792.0, 9843.0, 9820.0, 9900.0, 9856.0, 9862.0, 9838.0, 9839.0, 9848.0, 9865.0, 9874.0, 9861.0, 9900.0, 9866.0, 9856.0, 9929.0, 9885.0, 9869.0, 9926.0, 9863.0, 9897.0, 9835.0, 9822.0, 9893.0, 9825.0, 9809.0, 9838.0, 9806.0, 9846.0, 9805.0, 9807.0, 9848.0, 9803.0, 9877.0, 9799.0, 9866.0, 9796.0, 9868.0, 9818.0, 9818.0, 9778.0, 9747.0, 9804.0, 9762.0, 9817.0, 9805.0, 9794.0, 9837.0, 9795.0, 9865.0, 9827.0, 9813.0, 9864.0, 9814.0, 9828.0, 9834.0, 9823.0, 9896.0, 9830.0, 9836.0, 9843.0, 9813.0, 9901.0, 9875.0, 9894.0, 9873.0, 9842.0, 9902.0, 9854.0, 9863.0, 9861.0, 9843.0, 9923.0, 9893.0, 9863.0, 9946.0, 9862.0, 9878.0, 9905.0, 9864.0, 9844.0, 9872.0, 9817.0, 9862.0, 9892.0, 9843.0, 9871.0, 9807.0, 9898.0, 9834.0, 9905.0, 9827.0, 9800.0, 9810.0, 9772.0, 9866.0, 9800.0, 9880.0, 9796.0, 9819.0, 9835.0, 9814.0, 9847.0, 9812.0, 9869.0, 9809.0, 9790.0, 9794.0, 9767.0, 9823.0, 9783.0, 9852.0, 9805.0, 9869.0, 9816.0, 9867.0, 9809.0, 9863.0, 9795.0, 9838.0, 9797.0, 9814.0, 9812.0, 9773.0, 9844.0, 9786.0, 9858.0, 9807.0, 9875.0, 9837.0, 9873.0, 9816.0, 9872.0, 9834.0, 9865.0, 9836.0, 9818.0, 9844.0, 9817.0, 9881.0, 9865.0, 9881.0, 9868.0, 9841.0, 9897.0, 9854.0, 9920.0, 9884.0, 9870.0, 9910.0, 9871.0, 9884.0, 9899.0, 9864.0, 9940.0, 9864.0, 9888.0, 9842.0, 9818.0, 9901.0, 9830.0, 9887.0, 9838.0, 9825.0, 9836.0, 9812.0, 9866.0, 9811.0, 9880.0, 9811.0, 9874.0, 9842.0, 9914.0, 9867.0, 9820.0, 9872.0, 9819.0, 9806.0, 9876.0, 9838.0, 9843.0, 9933.0, 9891.0, 9913.0, 9914.0, 9884.0, 9945.0, 9922.0, 9900.0, 9929.0, 9872.0, 9909.0, 9849.0, 9796.0, 9878.0, 9828.0, 9825.0, 9840.0, 9832.0, 9900.0, 9840.0, 9891.0, 9822.0, 9888.0, 9828.0, 9891.0, 9847.0, 9857.0, 9807.0, 9787.0, 9801.0, 9809.0, 9877.0, 9835.0, 9847.0, 9874.0, 9832.0, 9896.0, 9848.0, 9828.0, 9865.0, 9804.0, 9878.0, 9837.0, 9876.0, 9838.0, 9800.0, 9881.0, 9823.0, 9814.0, 9853.0, 9801.0, 9800.0, 9860.0, 9839.0, 9883.0, 9870.0, 9849.0, 9923.0, 9878.0, 9877.0, 9903.0, 9869.0, 9833.0, 9808.0, 9830.0, 9832.0, 9896.0, 9858.0, 9893.0, 9899.0, 9872.0, 9901.0, 9846.0, 9861.0, 9842.0, 9842.0, 9820.0, 9837.0, 9777.0, 9835.0, 9781.0, 9845.0, 9796.0, 9846.0, 9806.0, 9860.0, 9811.0, 9868.0, 9832.0, 9833.0, 9817.0, 9805.0, 9851.0, 9811.0, 9877.0, 9831.0, 9896.0, 9844.0, 9899.0, 9861.0, 9859.0, 9858.0, 9818.0, 9888.0, 9849.0, 9914.0, 9864.0, 9863.0, 9877.0, 9837.0, 9937.0, 9881.0, 9886.0, 9895.0, 9856.0, 9897.0, 9919.0, 9893.0, 9914.0, 9924.0, 9878.0, 9959.0, 9914.0, 9885.0, 9895.0, 9853.0, 9933.0, 9884.0, 9911.0, 9910.0, 9852.0, 9933.0, 9903.0, 9847.0, 9917.0, 9864.0, 9864.0, 9943.0, 9882.0, 9888.0, 9923.0, 9923.0, 9886.0, 9939.0, 9920.0, 9891.0, 9989.0, 9922.0, 9959.0, 9898.0, 9930.0, 9853.0, 9860.0, 9849.0, 9800.0, 9870.0, 9799.0, 9873.0, 9824.0, 9853.0, 9811.0, 9774.0, 9813.0, 9761.0, 9842.0, 9807.0, 9800.0, 9813.0, 9784.0, 9837.0, 9800.0, 9785.0, 9856.0, 9821.0, 9806.0, 9873.0, 9835.0, 9859.0, 9812.0, 9786.0, 9822.0, 9796.0, 9866.0, 9815.0, 9830.0, 9815.0, 9788.0, 9855.0, 9809.0, 9826.0, 9836.0, 9813.0, 9893.0, 9833.0, 9840.0, 9853.0, 9833.0, 9889.0, 9842.0, 9915.0, 9850.0, 9841.0, 9854.0, 9831.0, 9900.0, 9843.0, 9834.0, 9891.0, 9852.0, 9837.0, 9925.0, 9857.0, 9897.0, 9861.0, 9842.0, 9861.0, 9810.0, 9875.0, 9824.0, 9911.0, 9864.0, 9859.0, 9861.0, 9836.0, 9873.0, 9838.0, 9839.0, 9904.0, 9877.0, 9868.0, 9933.0, 9876.0, 9843.0, 9899.0, 9863.0, 9846.0, 9893.0, 9844.0, 9917.0, 9877.0, 9900.0, 9857.0, 9809.0, 9835.0, 9792.0, 9877.0, 9852.0, 9891.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.0022211635944700465</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.041103273732718895</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97934321176471</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.148752722226066</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002669161741638</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4589.2095</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.156885709777359</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.31336405529954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.710245812699356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7312857530628913</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8447700230844886</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.554681661950688</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104919</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00070716388290748</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.013046689331531525</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.87212617864769</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.8905</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5521</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.6504</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298245.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.2554</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2241</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.1284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3654.0049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3877.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78299.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4797.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.2523</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.44660311518237</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> |