=== 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-0009 --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-0009",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0009_ses-04_task-social_acq-mb8_run-05_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-0009_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-05_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-0009/ses-04/func/sub-0009_ses-04_task-social_acq-mb8_run-05_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>5e22c8200470b9b544b691561129a788</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:22:1.650000</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.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</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-05_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.0828612</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>43cc9b84-3346-4cac-a21a-d5d3082762c8||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.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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': ['132201.650000', '132202.110000', '132202.570000', '132203.030000', '132203.490000', '132203.950000', '132204.410000', '132204.870000', '132205.330000', '132205.790000', '132206.250000', '132206.710000', '132207.170000', '132207.630000', '132208.090000', '132208.550000', '132209.010000', '132209.470000', '132209.930000', '132210.390000', '132210.850000', '132211.310000', '132211.770000', '132212.230000', '132212.690000', '132213.150000', '132213.610000', '132214.070000', '132214.530000', '132214.990000', '132215.450000', '132215.910000', '132216.370000', '132216.830000', '132217.290000', '132217.750000', '132218.210000', '132218.670000', '132219.130000', '132219.590000', '132220.050000', '132220.510000', '132220.970000', '132221.430000', '132221.890000', '132222.350000', '132222.810000', '132223.270000', '132223.730000', '132224.190000', '132224.650000', '132225.110000', '132225.570000', '132226.030000', '132226.490000', '132226.950000', '132227.410000', '132227.870000', '132228.330000', '132228.790000', '132229.250000', '132229.710000', '132230.170000', '132230.630000', '132231.090000', '132231.550000', '132232.010000', '132232.470000', '132232.930000', '132233.390000', '132233.850000', '132234.310000', '132234.770000', '132235.230000', '132235.690000', '132236.150000', '132236.610000', '132237.070000', '132237.530000', '132237.990000', '132238.450000', '132238.910000', '132239.370000', '132239.830000', '132240.290000', '132240.750000', '132241.210000', '132241.670000', '132242.130000', '132242.590000', '132243.050000', '132243.510000', '132243.970000', '132244.430000', '132244.890000', '132245.350000', '132245.810000', '132246.270000', '132246.730000', '132247.190000', '132247.650000', '132248.110000', '132248.570000', '132249.030000', '132249.490000', '132249.950000', '132250.410000', '132250.870000', '132251.330000', '132251.790000', '132252.250000', '132252.710000', '132253.170000', '132253.630000', '132254.090000', '132254.550000', '132255.010000', '132255.470000', '132255.930000', '132256.390000', '132256.850000', '132257.310000', '132257.770000', '132258.230000', '132258.690000', '132259.150000', '132259.610000', '132300.070000', '132300.530000', '132300.990000', '132301.450000', '132301.910000', '132302.370000', '132302.830000', '132303.290000', '132303.750000', '132304.210000', '132304.670000', '132305.130000', '132305.590000', '132306.050000', '132306.510000', '132306.970000', '132307.430000', '132307.890000', '132308.350000', '132308.810000', '132309.270000', '132309.730000', '132310.190000', '132310.650000', '132311.110000', '132311.570000', '132312.030000', '132312.490000', '132312.950000', '132313.410000', '132313.870000', '132314.330000', '132314.790000', '132315.250000', '132315.710000', '132316.170000', '132316.630000', '132317.090000', '132317.550000', '132318.010000', '132318.470000', '132318.930000', '132319.390000', '132319.850000', '132320.310000', '132320.770000', '132321.230000', '132321.690000', '132322.150000', '132322.610000', '132323.070000', '132323.530000', '132323.990000', '132324.450000', '132324.910000', '132325.370000', '132325.830000', '132326.290000', '132326.750000', '132327.210000', '132327.670000', '132328.130000', '132328.590000', '132329.050000', '132329.510000', '132329.970000', '132330.430000', '132330.890000', '132331.350000', '132331.810000', '132332.270000', '132332.730000', '132333.190000', '132333.650000', '132334.110000', '132334.570000', '132335.030000', '132335.490000', '132335.950000', '132336.410000', '132336.870000', '132337.330000', '132337.790000', '132338.250000', '132338.710000', '132339.170000', '132339.630000', '132340.090000', '132340.550000', '132341.010000', '132341.470000', '132341.930000', '132342.390000', '132342.850000', '132343.310000', '132343.770000', '132344.230000', '132344.690000', '132345.150000', '132345.610000', '132346.070000', '132346.530000', '132346.990000', '132347.450000', '132347.910000', '132348.370000', '132348.830000', '132349.290000', '132349.750000', '132350.210000', '132350.670000', '132351.130000', '132351.590000', '132352.050000', '132352.510000', '132352.970000', '132353.430000', '132353.890000', '132354.350000', '132354.810000', '132355.270000', '132355.730000', '132356.190000', '132356.650000', '132357.110000', '132357.570000', '132358.030000', '132358.490000', '132358.950000', '132359.410000', '132359.870000', '132400.330000', '132400.790000', '132401.250000', '132401.710000', '132402.170000', '132402.630000', '132403.090000', '132403.550000', '132404.010000', '132404.470000', '132404.930000', '132405.390000', '132405.850000', '132406.310000', '132406.770000', '132407.230000', '132407.690000', '132408.150000', '132408.610000', '132409.070000', '132409.530000', '132409.990000', '132410.450000', '132410.910000', '132411.370000', '132411.830000', '132412.290000', '132412.750000', '132413.210000', '132413.670000', '132414.130000', '132414.590000', '132415.050000', '132415.510000', '132415.970000', '132416.430000', '132416.890000', '132417.350000', '132417.810000', '132418.270000', '132418.730000', '132419.190000', '132419.650000', '132420.110000', '132420.570000', '132421.030000', '132421.490000', '132421.950000', '132422.410000', '132422.870000', '132423.330000', '132423.790000', '132424.250000', '132424.710000', '132425.170000', '132425.630000', '132426.090000', '132426.550000', '132427.010000', '132427.470000', '132427.930000', '132428.390000', '132428.850000', '132429.310000', '132429.770000', '132430.230000', '132430.690000', '132431.150000', '132431.610000', '132432.070000', '132432.530000', '132432.990000', '132433.450000', '132433.910000', '132434.370000', '132434.830000', '132435.290000', '132435.750000', '132436.210000', '132436.670000', '132437.130000', '132437.590000', '132438.050000', '132438.510000', '132438.970000', '132439.430000', '132439.890000', '132440.350000', '132440.810000', '132441.270000', '132441.730000', '132442.190000', '132442.650000', '132443.110000', '132443.570000', '132444.030000', '132444.490000', '132444.950000', '132445.410000', '132445.870000', '132446.330000', '132446.790000', '132447.250000', '132447.710000', '132448.170000', '132448.630000', '132449.090000', '132449.550000', '132450.010000', '132450.470000', '132450.930000', '132451.390000', '132451.850000', '132452.310000', '132452.770000', '132453.230000', '132453.690000', '132454.150000', '132454.610000', '132455.070000', '132455.530000', '132455.990000', '132456.450000', '132456.910000', '132457.370000', '132457.830000', '132458.290000', '132458.750000', '132459.210000', '132459.670000', '132500.130000', '132500.590000', '132501.050000', '132501.510000', '132501.970000', '132502.430000', '132502.890000', '132503.350000', '132503.810000', '132504.270000', '132504.730000', '132505.190000', '132505.650000', '132506.110000', '132506.570000', '132507.030000', '132507.490000', '132507.950000', '132508.410000', '132508.870000', '132509.330000', '132509.790000', '132510.250000', '132510.710000', '132511.170000', '132511.630000', '132512.090000', '132512.550000', '132513.010000', '132513.470000', '132513.930000', '132514.390000', '132514.850000', '132515.310000', '132515.770000', '132516.230000', '132516.690000', '132517.150000', '132517.610000', '132518.070000', '132518.530000', '132518.990000', '132519.450000', '132519.910000', '132520.370000', '132520.830000', '132521.290000', '132521.750000', '132522.210000', '132522.670000', '132523.130000', '132523.590000', '132524.050000', '132524.510000', '132524.970000', '132525.430000', '132525.890000', '132526.350000', '132526.810000', '132527.270000', '132527.730000', '132528.190000', '132528.650000', '132529.110000', '132529.570000', '132530.030000', '132530.490000', '132530.950000', '132531.410000', '132531.870000', '132532.330000', '132532.790000', '132533.250000', '132533.710000', '132534.170000', '132534.630000', '132535.090000', '132535.550000', '132536.010000', '132536.470000', '132536.930000', '132537.390000', '132537.850000', '132538.310000', '132538.770000', '132539.230000', '132539.690000', '132540.150000', '132540.610000', '132541.070000', '132541.530000', '132541.990000', '132542.450000', '132542.910000', '132543.370000', '132543.830000', '132544.290000', '132544.750000', '132545.210000', '132545.670000', '132546.130000', '132546.590000', '132547.050000', '132547.510000', '132547.970000', '132548.430000', '132548.890000', '132549.350000', '132549.810000', '132550.270000', '132550.730000', '132551.190000', '132551.650000', '132552.110000', '132552.570000', '132553.030000', '132553.490000', '132553.950000', '132554.410000', '132554.870000', '132555.330000', '132555.790000', '132556.250000', '132556.710000', '132557.170000', '132557.630000', '132558.090000', '132558.550000', '132559.010000', '132559.470000', '132559.930000', '132600.390000', '132600.850000', '132601.310000', '132601.770000', '132602.230000', '132602.690000', '132603.150000', '132603.610000', '132604.070000', '132604.530000', '132604.990000', '132605.450000', '132605.910000', '132606.370000', '132606.830000', '132607.290000', '132607.750000', '132608.210000', '132608.670000', '132609.130000', '132609.590000', '132610.050000', '132610.510000', '132610.970000', '132611.430000', '132611.890000', '132612.350000', '132612.810000', '132613.270000', '132613.730000', '132614.190000', '132614.650000', '132615.110000', '132615.570000', '132616.030000', '132616.490000', '132616.950000', '132617.410000', '132617.870000', '132618.330000', '132618.790000', '132619.250000', '132619.710000', '132620.170000', '132620.630000', '132621.090000', '132621.550000', '132622.010000', '132622.470000', '132622.930000', '132623.390000', '132623.850000', '132624.310000', '132624.770000', '132625.230000', '132625.690000', '132626.150000', '132626.610000', '132627.070000', '132627.530000', '132627.990000', '132628.450000', '132628.910000', '132629.370000', '132629.830000', '132630.290000', '132630.750000', '132631.210000', '132631.670000', '132632.130000', '132632.590000', '132633.050000', '132633.510000', '132633.970000', '132634.430000', '132634.890000', '132635.350000', '132635.810000', '132636.270000', '132636.730000', '132637.190000', '132637.650000', '132638.110000', '132638.570000', '132639.030000', '132639.490000', '132639.950000', '132640.410000', '132640.870000', '132641.330000', '132641.790000', '132642.250000', '132642.710000', '132643.170000', '132643.630000', '132644.090000', '132644.550000', '132645.010000', '132645.470000', '132645.930000', '132646.390000', '132646.850000', '132647.310000', '132647.770000', '132648.230000', '132648.690000', '132649.150000', '132649.610000', '132650.070000', '132650.530000', '132650.990000', '132651.450000', '132651.910000', '132652.370000', '132652.830000', '132653.290000', '132653.750000', '132654.210000', '132654.670000', '132655.130000', '132655.590000', '132656.050000', '132656.510000', '132656.970000', '132657.430000', '132657.890000', '132658.350000', '132658.810000', '132659.270000', '132659.730000', '132700.190000', '132700.650000', '132701.110000', '132701.570000', '132702.030000', '132702.490000', '132702.950000', '132703.410000', '132703.870000', '132704.330000', '132704.790000', '132705.250000', '132705.710000', '132706.170000', '132706.630000', '132707.090000', '132707.550000', '132708.010000', '132708.470000', '132708.930000', '132709.390000', '132709.850000', '132710.310000', '132710.770000', '132711.230000', '132711.690000', '132712.150000', '132712.610000', '132713.070000', '132713.530000', '132713.990000', '132714.450000', '132714.910000', '132715.370000', '132715.830000', '132716.290000', '132716.750000', '132717.210000', '132717.670000', '132718.130000', '132718.590000', '132719.050000', '132719.510000', '132719.970000', '132720.430000', '132720.890000', '132721.350000', '132721.810000', '132722.270000', '132722.730000', '132723.190000', '132723.650000', '132724.110000', '132724.570000', '132725.030000', '132725.490000', '132725.950000', '132726.410000', '132726.870000', '132727.330000', '132727.790000', '132728.250000', '132728.710000', '132729.170000', '132729.630000', '132730.090000', '132730.550000', '132731.010000', '132731.470000', '132731.930000', '132732.390000', '132732.850000', '132733.310000', '132733.770000', '132734.230000', '132734.690000', '132735.150000', '132735.610000', '132736.070000', '132736.530000', '132736.990000', '132737.450000', '132737.910000', '132738.370000', '132738.830000', '132739.290000', '132739.750000', '132740.210000', '132740.670000', '132741.130000', '132741.590000', '132742.050000', '132742.510000', '132742.970000', '132743.430000', '132743.890000', '132744.350000', '132744.810000', '132745.270000', '132745.730000', '132746.190000', '132746.650000', '132747.110000', '132747.570000', '132748.030000', '132748.490000', '132748.950000', '132749.410000', '132749.870000', '132750.330000', '132750.790000', '132751.250000', '132751.710000', '132752.170000', '132752.630000', '132753.090000', '132753.550000', '132754.010000', '132754.470000', '132754.930000', '132755.390000', '132755.850000', '132756.310000', '132756.770000', '132757.230000', '132757.690000', '132758.150000', '132758.610000', '132759.070000', '132759.530000', '132759.990000', '132800.450000', '132800.910000', '132801.370000', '132801.830000', '132802.290000', '132802.750000', '132803.210000', '132803.670000', '132804.130000', '132804.590000', '132805.050000', '132805.510000', '132805.970000', '132806.430000', '132806.890000', '132807.350000', '132807.810000', '132808.270000', '132808.730000', '132809.190000', '132809.650000', '132810.110000', '132810.570000', '132811.030000', '132811.490000', '132811.950000', '132812.410000', '132812.870000', '132813.330000', '132813.790000', '132814.250000', '132814.710000', '132815.170000', '132815.630000', '132816.090000', '132816.550000', '132817.010000', '132817.470000', '132817.930000', '132818.390000', '132818.850000', '132819.310000', '132819.770000', '132820.230000', '132820.690000', '132821.150000', '132821.610000', '132822.070000', '132822.530000', '132822.990000', '132823.450000', '132823.910000', '132824.370000', '132824.830000', '132825.290000', '132825.750000', '132826.210000', '132826.670000', '132827.130000', '132827.590000', '132828.050000', '132828.510000', '132828.970000', '132829.430000', '132829.890000', '132830.350000', '132830.810000', '132831.270000', '132831.730000', '132832.190000', '132832.650000', '132833.110000', '132833.570000', '132834.030000', '132834.490000', '132834.950000', '132835.410000', '132835.870000', '132836.330000', '132836.790000', '132837.250000', '132837.710000', '132838.170000', '132838.630000', '132839.090000', '132839.550000', '132840.010000', '132840.470000', '132840.930000', '132841.390000', '132841.850000', '132842.310000'], 'ContentTime': ['132213.502000', '132213.505000', '132213.508000', '132213.511000', '132213.520000', '132213.523000', '132213.526000', '132213.529000', '132213.532000', '132213.535000', '132213.537000', '132213.540000', '132213.543000', '132213.546000', '132213.549000', '132213.552000', '132213.555000', '132213.566000', '132213.569000', '132213.572000', '132213.575000', '132213.578000', '132213.581000', '132213.584000', '132213.587000', '132233.437000', '132233.440000', '132233.443000', '132233.446000', '132233.453000', '132233.456000', '132233.458000', '132233.461000', '132233.464000', '132233.468000', '132233.471000', '132233.474000', '132233.477000', '132233.480000', '132233.483000', '132233.486000', '132233.488000', '132233.491000', '132233.494000', '132233.497000', '132233.500000', '132233.503000', '132233.506000', '132233.509000', '132233.512000', '132233.515000', '132233.518000', '132233.521000', '132233.524000', '132233.526000', '132233.530000', '132233.533000', '132233.535000', '132233.538000', '132233.541000', '132233.544000', '132233.547000', '132233.550000', '132233.553000', '132233.556000', '132233.559000', '132233.564000', '132233.567000', '132253.437000', '132253.440000', '132253.443000', '132253.446000', '132253.449000', '132253.452000', '132253.455000', '132253.458000', '132253.461000', '132253.464000', '132253.467000', '132253.470000', '132253.472000', '132253.475000', '132253.478000', '132253.481000', '132253.484000', '132253.487000', '132253.490000', '132253.493000', '132253.496000', '132253.499000', '132253.502000', '132253.505000', '132253.508000', '132253.511000', '132253.514000', '132253.517000', '132253.520000', '132253.523000', '132253.526000', '132253.528000', '132253.531000', '132253.534000', '132253.537000', '132253.540000', '132253.543000', '132253.549000', '132253.552000', '132253.555000', '132253.558000', '132253.561000', '132253.564000', '132253.567000', '132313.449000', '132313.452000', '132313.458000', '132313.461000', '132313.464000', '132313.467000', '132313.469000', '132313.472000', '132313.475000', '132313.478000', '132313.481000', '132313.484000', '132313.487000', '132313.490000', '132313.493000', '132313.497000', '132313.502000', '132313.505000', '132313.508000', '132313.511000', '132313.514000', '132313.517000', '132313.520000', '132313.523000', '132313.526000', '132313.529000', '132313.532000', '132313.534000', '132313.537000', '132313.540000', '132313.543000', '132313.546000', '132313.549000', '132313.552000', '132313.555000', '132313.558000', '132313.561000', '132313.564000', '132313.567000', '132313.570000', '132313.573000', '132313.576000', '132313.579000', '132333.438000', '132333.441000', '132333.444000', '132333.447000', '132333.450000', '132333.453000', '132333.456000', '132333.459000', '132333.462000', '132333.465000', '132333.468000', '132333.471000', '132333.474000', '132333.477000', '132333.480000', '132333.482000', '132333.485000', '132333.488000', '132333.491000', '132333.494000', '132333.497000', '132333.500000', '132333.503000', '132333.506000', '132333.509000', '132333.512000', '132333.515000', '132333.518000', '132333.521000', '132333.524000', '132333.527000', '132333.529000', '132333.533000', '132333.535000', '132333.538000', '132333.541000', '132333.544000', '132333.547000', '132333.550000', '132333.553000', '132333.556000', '132333.559000', '132333.562000', '132333.565000', '132353.438000', '132353.441000', '132353.444000', '132353.447000', '132353.451000', '132353.454000', '132353.457000', '132353.460000', '132353.463000', '132353.466000', '132353.473000', '132353.476000', '132353.479000', '132353.489000', '132353.492000', '132353.495000', '132353.498000', '132353.501000', '132353.504000', '132353.507000', '132353.510000', '132353.513000', '132353.516000', '132353.519000', '132353.522000', '132353.525000', '132353.528000', '132353.531000', '132353.534000', '132353.537000', '132353.540000', '132353.543000', '132353.546000', '132353.550000', '132353.553000', '132353.556000', '132353.559000', '132353.562000', '132353.565000', '132353.568000', '132353.571000', '132353.574000', '132353.577000', '132413.438000', '132413.441000', '132413.444000', '132413.447000', '132413.450000', '132413.453000', '132413.456000', '132413.459000', '132413.462000', '132413.465000', '132413.468000', '132413.471000', '132413.474000', '132413.477000', '132413.480000', '132413.483000', '132413.486000', '132413.489000', '132413.492000', '132413.495000', '132413.498000', '132413.501000', '132413.504000', '132413.507000', '132413.510000', '132413.513000', '132413.516000', '132413.519000', '132413.522000', '132413.524000', '132413.527000', '132413.530000', '132413.533000', '132413.536000', '132413.539000', '132413.542000', '132413.545000', '132413.548000', '132413.551000', '132413.554000', '132413.557000', '132413.560000', '132413.563000', '132413.566000', '132433.437000', '132433.440000', '132433.443000', '132433.446000', '132433.449000', '132433.452000', '132433.455000', '132433.458000', '132433.461000', '132433.464000', '132433.467000', '132433.470000', '132433.473000', '132433.476000', '132433.479000', '132433.482000', '132433.485000', '132433.488000', '132433.491000', '132433.494000', '132433.497000', '132433.500000', '132433.502000', '132433.505000', '132433.508000', '132433.511000', '132433.514000', '132433.517000', '132433.520000', '132433.523000', '132433.526000', '132433.529000', '132433.532000', '132433.535000', '132433.538000', '132433.542000', '132433.545000', '132433.548000', '132433.551000', '132433.554000', '132433.557000', '132433.560000', '132433.563000', '132453.437000', '132453.440000', '132453.443000', '132453.446000', '132453.449000', '132453.452000', '132453.455000', '132453.458000', '132453.461000', '132453.464000', '132453.478000', '132453.481000', '132453.484000', '132453.487000', '132453.490000', '132453.493000', '132453.496000', '132453.499000', '132453.502000', '132453.505000', '132453.508000', '132453.511000', '132453.514000', '132453.517000', '132453.520000', '132453.522000', '132453.525000', '132453.528000', '132453.531000', '132453.534000', '132453.537000', '132453.540000', '132453.543000', '132453.546000', '132453.549000', '132453.552000', '132453.555000', '132453.558000', '132453.561000', '132453.564000', '132453.567000', '132453.570000', '132453.573000', '132453.576000', '132513.437000', '132513.440000', '132513.443000', '132513.446000', '132513.449000', '132513.452000', '132513.455000', '132513.458000', '132513.461000', '132513.464000', '132513.467000', '132513.470000', '132513.473000', '132513.476000', '132513.479000', '132513.482000', '132513.485000', '132513.489000', '132513.492000', '132513.495000', '132513.499000', '132513.502000', '132513.504000', '132513.507000', '132513.511000', '132513.513000', '132513.516000', '132513.519000', '132513.522000', '132513.525000', '132513.528000', '132513.531000', '132513.534000', '132513.537000', '132513.540000', '132513.543000', '132513.546000', '132513.549000', '132513.552000', '132513.555000', '132513.560000', '132513.563000', '132513.566000', '132533.438000', '132533.441000', '132533.444000', '132533.447000', '132533.450000', '132533.454000', '132533.457000', '132533.460000', '132533.463000', '132533.466000', '132533.469000', '132533.472000', '132533.475000', '132533.478000', '132533.481000', '132533.484000', '132533.487000', '132533.490000', '132533.493000', '132533.496000', '132533.499000', '132533.502000', '132533.505000', '132533.508000', '132533.511000', '132533.514000', '132533.517000', '132533.520000', '132533.523000', '132533.526000', '132533.529000', '132533.532000', '132533.535000', '132533.538000', '132533.541000', '132533.544000', '132533.546000', '132533.550000', '132533.553000', '132533.555000', '132533.558000', '132533.561000', '132533.564000', '132533.567000', '132553.438000', '132553.441000', '132553.444000', '132553.447000', '132553.450000', '132553.453000', '132553.456000', '132553.459000', '132553.462000', '132553.465000', '132553.468000', '132553.471000', '132553.474000', '132553.477000', '132553.480000', '132553.483000', '132553.486000', '132553.489000', '132553.492000', '132553.495000', '132553.498000', '132553.501000', '132553.504000', '132553.507000', '132553.510000', '132553.513000', '132553.516000', '132553.519000', '132553.522000', '132553.525000', '132553.528000', '132553.531000', '132553.534000', '132553.537000', '132553.540000', '132553.543000', '132553.546000', '132553.549000', '132553.552000', '132553.555000', '132553.558000', '132553.560000', '132553.563000', '132613.438000', '132613.441000', '132613.444000', '132613.447000', '132613.450000', '132613.453000', '132613.456000', '132613.459000', '132613.462000', '132613.465000', '132613.468000', '132613.471000', '132613.474000', '132613.477000', '132613.480000', '132613.483000', '132613.486000', '132613.489000', '132613.492000', '132613.495000', '132613.498000', '132613.501000', '132613.504000', '132613.507000', '132613.510000', '132613.513000', '132613.516000', '132613.519000', '132613.522000', '132613.525000', '132613.528000', '132613.531000', '132613.534000', '132613.537000', '132613.540000', '132613.543000', '132613.546000', '132613.549000', '132613.552000', '132613.554000', '132613.558000', '132613.560000', '132613.563000', '132613.566000', '132633.438000', '132633.441000', '132633.444000', '132633.447000', '132633.450000', '132633.453000', '132633.456000', '132633.459000', '132633.462000', '132633.465000', '132633.468000', '132633.471000', '132633.474000', '132633.477000', '132633.480000', '132633.483000', '132633.486000', '132633.489000', '132633.492000', '132633.495000', '132633.510000', '132633.513000', '132633.516000', '132633.519000', '132633.522000', '132633.526000', '132633.530000', '132633.533000', '132633.536000', '132633.539000', '132633.542000', '132633.545000', '132633.548000', '132633.551000', '132633.554000', '132633.557000', '132633.560000', '132633.562000', '132633.566000', '132633.569000', '132633.572000', '132633.574000', '132633.578000', '132653.437000', '132653.440000', '132653.443000', '132653.446000', '132653.449000', '132653.452000', '132653.455000', '132653.458000', '132653.461000', '132653.464000', '132653.467000', '132653.470000', '132653.473000', '132653.476000', '132653.479000', '132653.482000', '132653.485000', '132653.488000', '132653.491000', '132653.494000', '132653.497000', '132653.500000', '132653.503000', '132653.506000', '132653.509000', '132653.512000', '132653.515000', '132653.518000', '132653.521000', '132653.524000', '132653.527000', '132653.530000', '132653.533000', '132653.536000', '132653.539000', '132653.542000', '132653.545000', '132653.548000', '132653.550000', '132653.554000', '132653.557000', '132653.559000', '132653.562000', '132653.565000', '132713.437000', '132713.440000', '132713.443000', '132713.446000', '132713.449000', '132713.452000', '132713.455000', '132713.458000', '132713.461000', '132713.464000', '132713.467000', '132713.470000', '132713.473000', '132713.476000', '132713.479000', '132713.482000', '132713.485000', '132713.488000', '132713.491000', '132713.494000', '132713.497000', '132713.500000', '132713.503000', '132713.506000', '132713.509000', '132713.512000', '132713.515000', '132713.518000', '132713.521000', '132713.524000', '132713.527000', '132713.530000', '132713.533000', '132713.536000', '132713.539000', '132713.542000', '132713.545000', '132713.548000', '132713.551000', '132713.554000', '132713.557000', '132713.560000', '132713.563000', '132733.437000', '132733.440000', '132733.443000', '132733.446000', '132733.449000', '132733.452000', '132733.455000', '132733.458000', '132733.461000', '132733.464000', '132733.467000', '132733.470000', '132733.473000', '132733.476000', '132733.479000', '132733.482000', '132733.485000', '132733.488000', '132733.491000', '132733.494000', '132733.497000', '132733.500000', '132733.503000', '132733.506000', '132733.509000', '132733.511000', '132733.515000', '132733.518000', '132733.521000', '132733.523000', '132733.527000', '132733.529000', '132733.532000', '132733.535000', '132733.539000', '132733.541000', '132733.544000', '132733.547000', '132733.550000', '132733.553000', '132733.556000', '132733.559000', '132733.563000', '132733.566000', '132753.438000', '132753.441000', '132753.444000', '132753.447000', '132753.450000', '132753.453000', '132753.456000', '132753.459000', '132753.462000', '132753.465000', '132753.468000', '132753.471000', '132753.474000', '132753.477000', '132753.480000', '132753.483000', '132753.486000', '132753.489000', '132753.492000', '132753.495000', '132753.498000', '132753.501000', '132753.503000', '132753.506000', '132753.509000', '132753.512000', '132753.515000', '132753.518000', '132753.521000', '132753.524000', '132753.527000', '132753.530000', '132753.533000', '132753.536000', '132753.539000', '132753.542000', '132753.546000', '132753.548000', '132753.551000', '132753.554000', '132753.557000', '132753.560000', '132753.564000', '132813.438000', '132813.441000', '132813.444000', '132813.447000', '132813.450000', '132813.453000', '132813.456000', '132813.459000', '132813.462000', '132813.465000', '132813.468000', '132813.471000', '132813.474000', '132813.477000', '132813.480000', '132813.483000', '132813.486000', '132813.489000', '132813.492000', '132813.495000', '132813.498000', '132813.501000', '132813.504000', '132813.507000', '132813.510000', '132813.513000', '132813.516000', '132813.519000', '132813.522000', '132813.525000', '132813.539000', '132813.542000', '132813.545000', '132813.558000', '132813.561000', '132813.564000', '132813.567000', '132813.570000', '132813.573000', '132813.576000', '132813.579000', '132813.582000', '132813.585000', '132813.588000', '132833.438000', '132833.441000', '132833.444000', '132833.447000', '132833.450000', '132833.453000', '132833.456000', '132833.459000', '132833.462000', '132833.465000', '132833.468000', '132833.471000', '132833.474000', '132833.477000', '132833.480000', '132833.483000', '132833.486000', '132833.489000', '132833.492000', '132833.495000', '132833.498000', '132833.501000', '132833.504000', '132833.507000', '132833.510000', '132833.513000', '132833.516000', '132833.519000', '132833.522000', '132833.525000', '132833.527000', '132833.530000', '132833.533000', '132833.536000', '132833.539000', '132833.542000', '132833.545000', '132833.548000', '132833.551000', '132833.554000', '132833.557000', '132833.560000', '132833.563000', '132842.895000', '132842.899000', '132842.902000', '132842.905000', '132842.908000', '132842.911000', '132842.914000', '132842.917000', '132842.920000', '132842.924000', '132842.927000', '132842.930000', '132842.933000', '132842.936000', '132842.940000', '132842.943000', '132842.946000', '132842.949000', '132842.952000', '132842.955000', '132842.958000'], 'InstanceCreationTime': ['132213.502000', '132213.505000', '132213.508000', '132213.511000', '132213.520000', '132213.523000', '132213.526000', '132213.529000', '132213.532000', '132213.535000', '132213.537000', '132213.540000', '132213.543000', '132213.546000', '132213.549000', '132213.552000', '132213.555000', '132213.566000', '132213.569000', '132213.572000', '132213.575000', '132213.578000', '132213.581000', '132213.584000', '132213.587000', '132233.437000', '132233.440000', '132233.443000', '132233.446000', '132233.453000', '132233.456000', '132233.458000', '132233.461000', '132233.464000', '132233.468000', '132233.471000', '132233.474000', '132233.477000', '132233.480000', '132233.483000', '132233.486000', '132233.488000', '132233.491000', '132233.494000', '132233.497000', '132233.500000', '132233.503000', '132233.506000', '132233.509000', '132233.512000', '132233.515000', '132233.518000', '132233.521000', '132233.524000', '132233.526000', '132233.530000', '132233.533000', '132233.535000', '132233.538000', '132233.541000', '132233.544000', '132233.547000', '132233.550000', '132233.553000', '132233.556000', '132233.559000', '132233.564000', '132233.567000', '132253.437000', '132253.440000', '132253.443000', '132253.446000', '132253.449000', '132253.452000', '132253.455000', '132253.458000', '132253.461000', '132253.464000', '132253.467000', '132253.470000', '132253.472000', '132253.475000', '132253.478000', '132253.481000', '132253.484000', '132253.487000', '132253.490000', '132253.493000', '132253.496000', '132253.499000', '132253.502000', '132253.505000', '132253.508000', '132253.511000', '132253.514000', '132253.517000', '132253.520000', '132253.523000', '132253.526000', '132253.528000', '132253.531000', '132253.534000', '132253.537000', '132253.540000', '132253.543000', '132253.549000', '132253.552000', '132253.555000', '132253.558000', '132253.561000', '132253.564000', '132253.567000', '132313.449000', '132313.452000', '132313.458000', '132313.461000', '132313.464000', '132313.467000', '132313.469000', '132313.472000', '132313.475000', '132313.478000', '132313.481000', '132313.484000', '132313.487000', '132313.490000', '132313.493000', '132313.497000', '132313.502000', '132313.505000', '132313.508000', '132313.511000', '132313.514000', '132313.517000', '132313.520000', '132313.523000', '132313.526000', '132313.529000', '132313.532000', '132313.534000', '132313.537000', '132313.540000', '132313.543000', '132313.546000', '132313.549000', '132313.552000', '132313.555000', '132313.558000', '132313.561000', '132313.564000', '132313.567000', '132313.570000', '132313.573000', '132313.576000', '132313.579000', '132333.438000', '132333.441000', '132333.444000', '132333.447000', '132333.450000', '132333.453000', '132333.456000', '132333.459000', '132333.462000', '132333.465000', '132333.468000', '132333.471000', '132333.474000', '132333.477000', '132333.480000', '132333.482000', '132333.485000', '132333.488000', '132333.491000', '132333.494000', '132333.497000', '132333.500000', '132333.503000', '132333.506000', '132333.509000', '132333.512000', '132333.515000', '132333.518000', '132333.521000', '132333.524000', '132333.527000', '132333.529000', '132333.533000', '132333.535000', '132333.538000', '132333.541000', '132333.544000', '132333.547000', '132333.550000', '132333.553000', '132333.556000', '132333.559000', '132333.562000', '132333.565000', '132353.438000', '132353.441000', '132353.444000', '132353.447000', '132353.451000', '132353.454000', '132353.457000', '132353.460000', '132353.463000', '132353.466000', '132353.473000', '132353.476000', '132353.479000', '132353.489000', '132353.492000', '132353.495000', '132353.498000', '132353.501000', '132353.504000', '132353.507000', '132353.510000', '132353.513000', '132353.516000', '132353.519000', '132353.522000', '132353.525000', '132353.528000', '132353.531000', '132353.534000', '132353.537000', '132353.540000', '132353.543000', '132353.546000', '132353.550000', '132353.553000', '132353.556000', '132353.559000', '132353.562000', '132353.565000', '132353.568000', '132353.571000', '132353.574000', '132353.577000', '132413.438000', '132413.441000', '132413.444000', '132413.447000', '132413.450000', '132413.453000', '132413.456000', '132413.459000', '132413.462000', '132413.465000', '132413.468000', '132413.471000', '132413.474000', '132413.477000', '132413.480000', '132413.483000', '132413.486000', '132413.489000', '132413.492000', '132413.495000', '132413.498000', '132413.501000', '132413.504000', '132413.507000', '132413.510000', '132413.513000', '132413.516000', '132413.519000', '132413.522000', '132413.524000', '132413.527000', '132413.530000', '132413.533000', '132413.536000', '132413.539000', '132413.542000', '132413.545000', '132413.548000', '132413.551000', '132413.554000', '132413.557000', '132413.560000', '132413.563000', '132413.566000', '132433.437000', '132433.440000', '132433.443000', '132433.446000', '132433.449000', '132433.452000', '132433.455000', '132433.458000', '132433.461000', '132433.464000', '132433.467000', '132433.470000', '132433.473000', '132433.476000', '132433.479000', '132433.482000', '132433.485000', '132433.488000', '132433.491000', '132433.494000', '132433.497000', '132433.500000', '132433.502000', '132433.505000', '132433.508000', '132433.511000', '132433.514000', '132433.517000', '132433.520000', '132433.523000', '132433.526000', '132433.529000', '132433.532000', '132433.535000', '132433.538000', '132433.542000', '132433.545000', '132433.548000', '132433.551000', '132433.554000', '132433.557000', '132433.560000', '132433.563000', '132453.437000', '132453.440000', '132453.443000', '132453.446000', '132453.449000', '132453.452000', '132453.455000', '132453.458000', '132453.461000', '132453.464000', '132453.478000', '132453.481000', '132453.484000', '132453.487000', '132453.490000', '132453.493000', '132453.496000', '132453.499000', '132453.502000', '132453.505000', '132453.508000', '132453.511000', '132453.514000', '132453.517000', '132453.520000', '132453.522000', '132453.525000', '132453.528000', '132453.531000', '132453.534000', '132453.537000', '132453.540000', '132453.543000', '132453.546000', '132453.549000', '132453.552000', '132453.555000', '132453.558000', '132453.561000', '132453.564000', '132453.567000', '132453.570000', '132453.573000', '132453.576000', '132513.437000', '132513.440000', '132513.443000', '132513.446000', '132513.449000', '132513.452000', '132513.455000', '132513.458000', '132513.461000', '132513.464000', '132513.467000', '132513.470000', '132513.473000', '132513.476000', '132513.479000', '132513.482000', '132513.485000', '132513.489000', '132513.492000', '132513.495000', '132513.499000', '132513.502000', '132513.504000', '132513.507000', '132513.511000', '132513.513000', '132513.516000', '132513.519000', '132513.522000', '132513.525000', '132513.528000', '132513.531000', '132513.534000', '132513.537000', '132513.540000', '132513.543000', '132513.546000', '132513.549000', '132513.552000', '132513.555000', '132513.560000', '132513.563000', '132513.566000', '132533.438000', '132533.441000', '132533.444000', '132533.447000', '132533.450000', '132533.454000', '132533.457000', '132533.460000', '132533.463000', '132533.466000', '132533.469000', '132533.472000', '132533.475000', '132533.478000', '132533.481000', '132533.484000', '132533.487000', '132533.490000', '132533.493000', '132533.496000', '132533.499000', '132533.502000', '132533.505000', '132533.508000', '132533.511000', '132533.514000', '132533.517000', '132533.520000', '132533.523000', '132533.526000', '132533.529000', '132533.532000', '132533.535000', '132533.538000', '132533.541000', '132533.544000', '132533.546000', '132533.550000', '132533.553000', '132533.555000', '132533.558000', '132533.561000', '132533.564000', '132533.567000', '132553.438000', '132553.441000', '132553.444000', '132553.447000', '132553.450000', '132553.453000', '132553.456000', '132553.459000', '132553.462000', '132553.465000', '132553.468000', '132553.471000', '132553.474000', '132553.477000', '132553.480000', '132553.483000', '132553.486000', '132553.489000', '132553.492000', '132553.495000', '132553.498000', '132553.501000', '132553.504000', '132553.507000', '132553.510000', '132553.513000', '132553.516000', '132553.519000', '132553.522000', '132553.525000', '132553.528000', '132553.531000', '132553.534000', '132553.537000', '132553.540000', '132553.543000', '132553.546000', '132553.549000', '132553.552000', '132553.555000', '132553.558000', '132553.560000', '132553.563000', '132613.438000', '132613.441000', '132613.444000', '132613.447000', '132613.450000', '132613.453000', '132613.456000', '132613.459000', '132613.462000', '132613.465000', '132613.468000', '132613.471000', '132613.474000', '132613.477000', '132613.480000', '132613.483000', '132613.486000', '132613.489000', '132613.492000', '132613.495000', '132613.498000', '132613.501000', '132613.504000', '132613.507000', '132613.510000', '132613.513000', '132613.516000', '132613.519000', '132613.522000', '132613.525000', '132613.528000', '132613.531000', '132613.534000', '132613.537000', '132613.540000', '132613.543000', '132613.546000', '132613.549000', '132613.552000', '132613.554000', '132613.558000', '132613.560000', '132613.563000', '132613.566000', '132633.438000', '132633.441000', '132633.444000', '132633.447000', '132633.450000', '132633.453000', '132633.456000', '132633.459000', '132633.462000', '132633.465000', '132633.468000', '132633.471000', '132633.474000', '132633.477000', '132633.480000', '132633.483000', '132633.486000', '132633.489000', '132633.492000', '132633.495000', '132633.510000', '132633.513000', '132633.516000', '132633.519000', '132633.522000', '132633.526000', '132633.530000', '132633.533000', '132633.536000', '132633.539000', '132633.542000', '132633.545000', '132633.548000', '132633.551000', '132633.554000', '132633.557000', '132633.560000', '132633.562000', '132633.566000', '132633.569000', '132633.572000', '132633.574000', '132633.578000', '132653.437000', '132653.440000', '132653.443000', '132653.446000', '132653.449000', '132653.452000', '132653.455000', '132653.458000', '132653.461000', '132653.464000', '132653.467000', '132653.470000', '132653.473000', '132653.476000', '132653.479000', '132653.482000', '132653.485000', '132653.488000', '132653.491000', '132653.494000', '132653.497000', '132653.500000', '132653.503000', '132653.506000', '132653.509000', '132653.512000', '132653.515000', '132653.518000', '132653.521000', '132653.524000', '132653.527000', '132653.530000', '132653.533000', '132653.536000', '132653.539000', '132653.542000', '132653.545000', '132653.548000', '132653.550000', '132653.554000', '132653.557000', '132653.559000', '132653.562000', '132653.565000', '132713.437000', '132713.440000', '132713.443000', '132713.446000', '132713.449000', '132713.452000', '132713.455000', '132713.458000', '132713.461000', '132713.464000', '132713.467000', '132713.470000', '132713.473000', '132713.476000', '132713.479000', '132713.482000', '132713.485000', '132713.488000', '132713.491000', '132713.494000', '132713.497000', '132713.500000', '132713.503000', '132713.506000', '132713.509000', '132713.512000', '132713.515000', '132713.518000', '132713.521000', '132713.524000', '132713.527000', '132713.530000', '132713.533000', '132713.536000', '132713.539000', '132713.542000', '132713.545000', '132713.548000', '132713.551000', '132713.554000', '132713.557000', '132713.560000', '132713.563000', '132733.437000', '132733.440000', '132733.443000', '132733.446000', '132733.449000', '132733.452000', '132733.455000', '132733.458000', '132733.461000', '132733.464000', '132733.467000', '132733.470000', '132733.473000', '132733.476000', '132733.479000', '132733.482000', '132733.485000', '132733.488000', '132733.491000', '132733.494000', '132733.497000', '132733.500000', '132733.503000', '132733.506000', '132733.509000', '132733.511000', '132733.515000', '132733.518000', '132733.521000', '132733.523000', '132733.527000', '132733.529000', '132733.532000', '132733.535000', '132733.539000', '132733.541000', '132733.544000', '132733.547000', '132733.550000', '132733.553000', '132733.556000', '132733.559000', '132733.563000', '132733.566000', '132753.438000', '132753.441000', '132753.444000', '132753.447000', '132753.450000', '132753.453000', '132753.456000', '132753.459000', '132753.462000', '132753.465000', '132753.468000', '132753.471000', '132753.474000', '132753.477000', '132753.480000', '132753.483000', '132753.486000', '132753.489000', '132753.492000', '132753.495000', '132753.498000', '132753.501000', '132753.503000', '132753.506000', '132753.509000', '132753.512000', '132753.515000', '132753.518000', '132753.521000', '132753.524000', '132753.527000', '132753.530000', '132753.533000', '132753.536000', '132753.539000', '132753.542000', '132753.546000', '132753.548000', '132753.551000', '132753.554000', '132753.557000', '132753.560000', '132753.564000', '132813.438000', '132813.441000', '132813.444000', '132813.447000', '132813.450000', '132813.453000', '132813.456000', '132813.459000', '132813.462000', '132813.465000', '132813.468000', '132813.471000', '132813.474000', '132813.477000', '132813.480000', '132813.483000', '132813.486000', '132813.489000', '132813.492000', '132813.495000', '132813.498000', '132813.501000', '132813.504000', '132813.507000', '132813.510000', '132813.513000', '132813.516000', '132813.519000', '132813.522000', '132813.525000', '132813.539000', '132813.542000', '132813.545000', '132813.558000', '132813.561000', '132813.564000', '132813.567000', '132813.570000', '132813.573000', '132813.576000', '132813.579000', '132813.582000', '132813.585000', '132813.588000', '132833.438000', '132833.441000', '132833.444000', '132833.447000', '132833.450000', '132833.453000', '132833.456000', '132833.459000', '132833.462000', '132833.465000', '132833.468000', '132833.471000', '132833.474000', '132833.477000', '132833.480000', '132833.483000', '132833.486000', '132833.489000', '132833.492000', '132833.495000', '132833.498000', '132833.501000', '132833.504000', '132833.507000', '132833.510000', '132833.513000', '132833.516000', '132833.519000', '132833.522000', '132833.525000', '132833.527000', '132833.530000', '132833.533000', '132833.536000', '132833.539000', '132833.542000', '132833.545000', '132833.548000', '132833.551000', '132833.554000', '132833.557000', '132833.560000', '132833.563000', '132842.895000', '132842.899000', '132842.902000', '132842.905000', '132842.908000', '132842.911000', '132842.914000', '132842.917000', '132842.920000', '132842.924000', '132842.927000', '132842.930000', '132842.933000', '132842.936000', '132842.940000', '132842.943000', '132842.946000', '132842.949000', '132842.952000', '132842.955000', '132842.958000'], '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': [12164, 9711, 14682, 9825, 12796, 9916, 12642, 10161, 15344, 11224, 13252, 9728, 11431, 9845, 14059, 10174, 14723, 9563, 11684, 9703, 10129, 9317, 9176, 8953, 9461, 14509, 9643, 9301, 11211, 10216, 10373, 9710, 9765, 11174, 9811, 12981, 11465, 9992, 14180, 9943, 15926, 10824, 8644, 10140, 8855, 12234, 9815, 14223, 9422, 8951, 9334, 9786, 10060, 9834, 9197, 9527, 9788, 10060, 9775, 8696, 9174, 9697, 9100, 9368, 9051, 9299, 9427, 9288, 8897, 9317, 8717, 9493, 8930, 12992, 9420, 8744, 9719, 8934, 9759, 8527, 9459, 9063, 8700, 11792, 12120, 9133, 9729, 8628, 10141, 9123, 17642, 10878, 14575, 9385, 12129, 9345, 9913, 9637, 9736, 9675, 10134, 9756, 9628, 9762, 10176, 9866, 9349, 9662, 9832, 13408, 9853, 16212, 11673, 11687, 9755, 9980, 10712, 9641, 16463, 10049, 10786, 9683, 9848, 11277, 9849, 12433, 9670, 10122, 9107, 9777, 14440, 10113, 9779, 9054, 9423, 14272, 9374, 8566, 10569, 9386, 8857, 8250, 9324, 9449, 8314, 9310, 9574, 9849, 9558, 9378, 9426, 12317, 9552, 13949, 16327, 9364, 9709, 9450, 8656, 9034, 9625, 10339, 9158, 12754, 9193, 12268, 9706, 14348, 9946, 13130, 9516, 10052, 9320, 9736, 11167, 9715, 16174, 10039, 12186, 9772, 9190, 9400, 9645, 10219, 9341, 9418, 9678, 13851, 9673, 14309, 9943, 12425, 9759, 10101, 9468, 8609, 9412, 10052, 9063, 9702, 9059, 9206, 9754, 9758, 9897, 9595, 9038, 9392, 9596, 9524, 10338, 9075, 9672, 9146, 9342, 14836, 9938, 10823, 9542, 9180, 9442, 9530, 9337, 9802, 9043, 10104, 9134, 10099, 9205, 9002, 17035, 10726, 10325, 9840, 9769, 9514, 9714, 10081, 9581, 9032, 9367, 9541, 9583, 10066, 11309, 10237, 9083, 9906, 12117, 9893, 14765, 9535, 10816, 10058, 9669, 9633, 9135, 9605, 9757, 9277, 9966, 10828, 9182, 16827, 9590, 9626, 9687, 9002, 9360, 9768, 9211, 9728, 9174, 9615, 9401, 9845, 9383, 9237, 8860, 9378, 9642, 9840, 9543, 9401, 9418, 8972, 9690, 9224, 9765, 9001, 9344, 14034, 9152, 10374, 9885, 9074, 10094, 9064, 9325, 15012, 9551, 11509, 9986, 11154, 9612, 9168, 9410, 10052, 9337, 9475, 11126, 9458, 14921, 9729, 13984, 9700, 13516, 9329, 16468, 9613, 13761, 9698, 9288, 9321, 9596, 9033, 9604, 10607, 9790, 10744, 9746, 12173, 9906, 13010, 9918, 10542, 9693, 9328, 9170, 9978, 8905, 8901, 9820, 9315, 12520, 9444, 8834, 8757, 8792, 8707, 9297, 9560, 9016, 9595, 8715, 8537, 9839, 9045, 13985, 9065, 9251, 8764, 9709, 8613, 8119, 13580, 9075, 10891, 9234, 9923, 9112, 14130, 9802, 8783, 9541, 10154, 9364, 9321, 13392, 9966, 11848, 9686, 9149, 9394, 9206, 10139, 9965, 9808, 9727, 9207, 9356, 14285, 9417, 15608, 9926, 10151, 9464, 9223, 9362, 9520, 9328, 9512, 9079, 9671, 14146, 9531, 15739, 9968, 13851, 9867, 13612, 9726, 11411, 9558, 8764, 8976, 8806, 9595, 9283, 9293, 8618, 8287, 8406, 8070, 8194, 8671, 13977, 8936, 10034, 8357, 7924, 10482, 9400, 9274, 9044, 8937, 14885, 10581, 17270, 11127, 13883, 9032, 9844, 8725, 13183, 8612, 14681, 9169, 8934, 9655, 8544, 9225, 9368, 9161, 9448, 9024, 9966, 9027, 9974, 10436, 9495, 11645, 9592, 12039, 9489, 14651, 9648, 13911, 9852, 12997, 9580, 15016, 9701, 13979, 9777, 10266, 9466, 9581, 9337, 9461, 9506, 9575, 10230, 9789, 12736, 9454, 8505, 9084, 9796, 8856, 8970, 9551, 9588, 9004, 9246, 8161, 9157, 9532, 8871, 9016, 8750, 9083, 8876, 9246, 14727, 9003, 14461, 9469, 10777, 9410, 10352, 9340, 9568, 9213, 9502, 9143, 8878, 8075, 9118, 8429, 9022, 9045, 8811, 9568, 9251, 9347, 10198, 9352, 8865, 9918, 15391, 9355, 9347, 9098, 9122, 9090, 9529, 14752, 9120, 9300, 9222, 9834, 15726, 9668, 14588, 10152, 8892, 8955, 9473, 16145, 9649, 16118, 9551, 14072, 9387, 11160, 9311, 9471, 8974, 9769, 9348, 8859, 9105, 9111, 9493, 9017, 9481, 8953, 9168, 11874, 8822, 8776, 9194, 8655, 9521, 8839, 9658, 9802, 9265, 8782, 9766, 8852, 9740, 9073, 9099, 9258, 11102, 9386, 9073, 9678, 8649, 9881, 9017, 12133, 9281, 12897, 9201, 9836, 9671, 9751, 9772, 9675, 9587, 11653, 9417, 11463, 9982, 10822, 10287, 11848, 9999, 15724, 9664, 14386, 9762, 12756, 9689, 14973, 10094, 15892, 9639, 14412, 10339, 14738, 10810, 10290, 8906, 8793, 8807, 9556, 10188, 8822, 8735, 8742, 9119, 9828, 8974, 9244, 9313, 9056, 11187, 9066, 10248, 9121, 8696, 9329, 16558, 9969, 14908, 9932, 11348, 9881, 13483, 9486, 16787, 9413, 12095, 9264, 10071, 9151, 10570, 9116, 8939, 9012, 9318, 9054, 9533, 8923, 9858, 9255, 9834, 8882, 9575, 9370, 9621, 15206, 9271, 14848, 9549, 9063, 9895, 10091, 10294, 9175, 8837, 9164, 9688, 11744, 9371, 9410, 9079, 9533, 15808, 9599, 12586, 9237, 9199, 9778, 9773, 14611, 9284, 9434, 8929, 9709, 14890, 9379, 8847, 8930, 10150, 10091, 9349, 9346, 12002, 9423, 8869, 8865, 9780, 14071, 9366, 9278, 8534, 9642, 10015, 8722, 9533, 9477, 9279, 8708, 9175, 9309, 11309, 9474, 9373, 9454, 9463, 9237, 9000, 9680, 10073, 9143, 9140, 9029, 9449, 12178, 9488, 9717, 8725, 9825, 8775, 8755, 9095, 16125, 9395, 8954, 9179, 9407, 11490, 10544, 9051, 13746, 9844, 15567, 11270, 14111, 10931, 9121, 10419, 8997, 13789, 9695, 16334, 9748, 12776, 9153, 8803, 8801, 8668, 8423, 9293, 8476, 9606, 8512, 9088, 8565, 8750, 8902, 8837, 9190, 8746, 9426, 12925, 9311, 14293, 9057, 10824, 8782, 8733, 8875, 8806, 8760, 8892, 8754, 9441, 8727, 9745, 15672, 9079, 9840, 8721, 8843, 8962, 8630, 13537, 9437, 10633, 9415, 9243, 9287, 11763, 9674, 17497, 12727, 9216, 8560, 8597, 13118, 9241, 11268, 8877, 8621, 8717, 8657, 10539, 8767, 12586, 9033, 12372, 9508, 15514, 9135, 14230, 9119, 12336, 9110, 11519, 8949, 10807, 8684, 8768, 8556, 8982, 8490, 8905, 8198, 9674, 8359, 9301, 8756, 8956, 8648, 8729, 8865, 8563, 9049, 8683, 9212, 11257, 9279, 9892, 8563, 8827, 8717], 'WindowCenter': [3975.0, 3950.0, 3969.0, 3937.0, 3954.0, 3933.0, 3943.0, 3932.0, 3951.0, 3930.0, 3939.0, 3908.0, 3927.0, 3918.0, 3939.0, 3917.0, 3938.0, 3906.0, 3926.0, 3906.0, 3916.0, 3920.0, 3919.0, 3921.0, 3948.0, 3968.0, 3934.0, 3922.0, 3942.0, 3932.0, 3944.0, 3932.0, 3931.0, 3941.0, 3932.0, 3952.0, 3930.0, 3918.0, 3950.0, 3931.0, 3961.0, 3930.0, 3907.0, 3918.0, 3908.0, 3939.0, 3917.0, 3938.0, 3907.0, 3907.0, 3918.0, 3917.0, 3917.0, 3918.0, 3917.0, 3918.0, 3920.0, 3929.0, 3918.0, 3904.0, 3905.0, 3904.0, 3905.0, 3906.0, 3920.0, 3920.0, 3919.0, 3920.0, 3921.0, 3936.0, 3940.0, 3949.0, 3935.0, 3951.0, 3920.0, 3908.0, 3933.0, 3936.0, 3932.0, 3911.0, 3921.0, 3923.0, 3924.0, 3944.0, 3944.0, 3923.0, 3921.0, 3910.0, 3919.0, 3909.0, 3959.0, 3918.0, 3950.0, 3920.0, 3941.0, 3937.0, 3947.0, 3934.0, 3933.0, 3932.0, 3932.0, 3934.0, 3933.0, 3946.0, 3946.0, 3946.0, 3937.0, 3935.0, 3935.0, 3966.0, 3934.0, 3965.0, 3944.0, 3943.0, 3932.0, 3931.0, 3932.0, 3922.0, 3962.0, 3931.0, 3930.0, 3920.0, 3930.0, 3941.0, 3932.0, 3942.0, 3932.0, 3931.0, 3919.0, 3930.0, 3951.0, 3932.0, 3917.0, 3906.0, 3919.0, 3950.0, 3921.0, 3910.0, 3930.0, 3919.0, 3920.0, 3911.0, 3921.0, 3935.0, 3923.0, 3923.0, 3934.0, 3932.0, 3921.0, 3919.0, 3919.0, 3930.0, 3921.0, 3952.0, 3963.0, 3920.0, 3919.0, 3919.0, 3908.0, 3908.0, 3918.0, 3919.0, 3920.0, 3954.0, 3922.0, 3955.0, 3947.0, 3952.0, 3920.0, 3941.0, 3919.0, 3919.0, 3918.0, 3920.0, 3929.0, 3920.0, 3962.0, 3921.0, 3940.0, 3916.0, 3906.0, 3908.0, 3917.0, 3917.0, 3919.0, 3906.0, 3918.0, 3937.0, 3917.0, 3937.0, 3918.0, 3925.0, 3906.0, 3903.0, 3903.0, 3892.0, 3905.0, 3905.0, 3907.0, 3918.0, 3907.0, 3919.0, 3918.0, 3918.0, 3917.0, 3919.0, 3918.0, 3919.0, 3921.0, 3920.0, 3918.0, 3907.0, 3918.0, 3907.0, 3918.0, 3950.0, 3920.0, 3930.0, 3918.0, 3917.0, 3919.0, 3919.0, 3920.0, 3919.0, 3908.0, 3919.0, 3906.0, 3918.0, 3921.0, 3922.0, 3990.0, 3960.0, 3945.0, 3933.0, 3932.0, 3933.0, 3934.0, 3934.0, 3934.0, 3923.0, 3934.0, 3934.0, 3933.0, 3932.0, 3943.0, 3932.0, 3920.0, 3919.0, 3941.0, 3919.0, 3949.0, 3920.0, 3927.0, 3920.0, 3919.0, 3920.0, 3920.0, 3921.0, 3919.0, 3907.0, 3917.0, 3927.0, 3919.0, 3961.0, 3918.0, 3907.0, 3918.0, 3907.0, 3919.0, 3918.0, 3907.0, 3918.0, 3906.0, 3918.0, 3907.0, 3917.0, 3907.0, 3906.0, 3907.0, 3908.0, 3917.0, 3919.0, 3920.0, 3919.0, 3919.0, 3920.0, 3919.0, 3917.0, 3919.0, 3908.0, 3919.0, 3949.0, 3908.0, 3917.0, 3918.0, 3906.0, 3918.0, 3907.0, 3908.0, 3951.0, 3932.0, 3942.0, 3947.0, 3942.0, 3932.0, 3920.0, 3919.0, 3932.0, 3921.0, 3920.0, 3930.0, 3921.0, 3951.0, 3920.0, 3949.0, 3920.0, 3940.0, 3920.0, 3962.0, 3921.0, 3953.0, 3920.0, 3917.0, 3918.0, 3919.0, 3920.0, 3920.0, 3930.0, 3931.0, 3929.0, 3921.0, 3940.0, 3933.0, 3941.0, 3921.0, 3929.0, 3919.0, 3920.0, 3918.0, 3904.0, 3894.0, 3906.0, 3917.0, 3907.0, 3940.0, 3918.0, 3907.0, 3907.0, 3907.0, 3908.0, 3920.0, 3921.0, 3937.0, 3934.0, 3922.0, 3922.0, 3932.0, 3923.0, 3953.0, 3922.0, 3921.0, 3921.0, 3921.0, 3922.0, 3912.0, 3953.0, 3923.0, 3932.0, 3923.0, 3934.0, 3938.0, 3982.0, 3948.0, 3924.0, 3933.0, 3934.0, 3933.0, 3934.0, 3954.0, 3934.0, 3955.0, 3933.0, 3921.0, 3922.0, 3921.0, 3932.0, 3920.0, 3933.0, 3921.0, 3922.0, 3921.0, 3952.0, 3919.0, 3962.0, 3920.0, 3920.0, 3920.0, 3920.0, 3921.0, 3921.0, 3921.0, 3932.0, 3922.0, 3921.0, 3952.0, 3921.0, 3962.0, 3932.0, 3952.0, 3920.0, 3951.0, 3921.0, 3929.0, 3918.0, 3907.0, 3906.0, 3920.0, 3919.0, 3918.0, 3920.0, 3910.0, 3910.0, 3911.0, 3910.0, 3910.0, 3921.0, 3954.0, 3924.0, 3932.0, 3911.0, 3910.0, 3947.0, 3935.0, 3935.0, 3923.0, 3923.0, 3964.0, 3933.0, 3962.0, 3930.0, 3939.0, 3909.0, 3906.0, 3898.0, 3939.0, 3921.0, 3966.0, 3935.0, 3921.0, 3919.0, 3908.0, 3919.0, 3921.0, 3922.0, 3934.0, 3922.0, 3934.0, 3923.0, 3947.0, 3944.0, 3934.0, 3944.0, 3934.0, 3953.0, 3933.0, 3954.0, 3922.0, 3952.0, 3932.0, 3941.0, 3921.0, 3951.0, 3922.0, 3952.0, 3932.0, 3930.0, 3920.0, 3920.0, 3919.0, 3921.0, 3920.0, 3920.0, 3931.0, 3931.0, 3940.0, 3918.0, 3907.0, 3907.0, 3919.0, 3909.0, 3910.0, 3918.0, 3920.0, 3910.0, 3920.0, 3911.0, 3921.0, 3923.0, 3920.0, 3922.0, 3909.0, 3922.0, 3919.0, 3921.0, 3952.0, 3921.0, 3951.0, 3932.0, 3943.0, 3936.0, 3948.0, 3951.0, 3947.0, 3933.0, 3936.0, 3933.0, 3936.0, 3923.0, 3923.0, 3911.0, 3922.0, 3923.0, 3921.0, 3933.0, 3935.0, 3937.0, 3962.0, 3936.0, 3934.0, 3934.0, 3967.0, 3933.0, 3934.0, 3935.0, 3935.0, 3923.0, 3935.0, 3967.0, 3924.0, 3934.0, 3921.0, 3933.0, 3964.0, 3932.0, 3966.0, 3931.0, 3920.0, 3909.0, 3919.0, 3962.0, 3918.0, 3951.0, 3919.0, 3948.0, 3920.0, 3930.0, 3919.0, 3918.0, 3908.0, 3905.0, 3891.0, 3905.0, 3906.0, 3907.0, 3904.0, 3906.0, 3916.0, 3906.0, 3907.0, 3929.0, 3907.0, 3896.0, 3907.0, 3906.0, 3907.0, 3906.0, 3905.0, 3907.0, 3905.0, 3893.0, 3906.0, 3905.0, 3917.0, 3908.0, 3905.0, 3907.0, 3917.0, 3907.0, 3906.0, 3907.0, 3896.0, 3917.0, 3920.0, 3942.0, 3921.0, 3928.0, 3922.0, 3932.0, 3948.0, 3948.0, 3935.0, 3934.0, 3933.0, 3943.0, 3934.0, 3943.0, 3934.0, 3932.0, 3932.0, 3941.0, 3931.0, 3961.0, 3922.0, 3950.0, 3921.0, 3941.0, 3921.0, 3952.0, 3931.0, 3962.0, 3922.0, 3951.0, 3920.0, 3951.0, 3930.0, 3919.0, 3908.0, 3910.0, 3921.0, 3920.0, 3905.0, 3905.0, 3910.0, 3908.0, 3922.0, 3920.0, 3917.0, 3920.0, 3920.0, 3920.0, 3932.0, 3910.0, 3918.0, 3919.0, 3908.0, 3908.0, 3959.0, 3918.0, 3938.0, 3905.0, 3915.0, 3906.0, 3927.0, 3905.0, 3947.0, 3907.0, 3925.0, 3905.0, 3905.0, 3905.0, 3916.0, 3906.0, 3905.0, 3906.0, 3906.0, 3906.0, 3907.0, 3906.0, 3917.0, 3906.0, 3917.0, 3905.0, 3917.0, 3907.0, 3932.0, 3962.0, 3936.0, 3981.0, 3946.0, 3922.0, 3931.0, 3930.0, 3933.0, 3922.0, 3922.0, 3932.0, 3933.0, 3956.0, 3933.0, 3922.0, 3921.0, 3933.0, 3962.0, 3922.0, 3943.0, 3922.0, 3920.0, 3921.0, 3930.0, 3963.0, 3922.0, 3922.0, 3921.0, 3919.0, 3951.0, 3921.0, 3921.0, 3921.0, 3930.0, 3930.0, 3920.0, 3920.0, 3940.0, 3920.0, 3920.0, 3921.0, 3931.0, 3951.0, 3921.0, 3919.0, 3905.0, 3905.0, 3919.0, 3910.0, 3921.0, 3919.0, 3920.0, 3909.0, 3920.0, 3921.0, 3944.0, 3921.0, 3922.0, 3920.0, 3932.0, 3922.0, 3923.0, 3932.0, 3932.0, 3922.0, 3922.0, 3924.0, 3935.0, 3944.0, 3923.0, 3922.0, 3911.0, 3933.0, 3922.0, 3937.0, 3953.0, 3993.0, 3935.0, 3935.0, 3922.0, 3933.0, 3943.0, 3944.0, 3924.0, 3954.0, 3921.0, 3963.0, 3930.0, 3951.0, 3929.0, 3908.0, 3916.0, 3907.0, 3938.0, 3919.0, 3949.0, 3917.0, 3938.0, 3907.0, 3904.0, 3905.0, 3895.0, 3896.0, 3907.0, 3894.0, 3905.0, 3895.0, 3906.0, 3908.0, 3910.0, 3920.0, 3923.0, 3924.0, 3909.0, 3909.0, 3941.0, 3923.0, 3952.0, 3910.0, 3919.0, 3909.0, 3909.0, 3910.0, 3910.0, 3909.0, 3908.0, 3909.0, 3919.0, 3908.0, 3921.0, 3952.0, 3909.0, 3920.0, 3909.0, 3909.0, 3909.0, 3910.0, 3941.0, 3910.0, 3919.0, 3921.0, 3920.0, 3923.0, 3944.0, 3950.0, 3989.0, 3942.0, 3920.0, 3908.0, 3908.0, 3940.0, 3909.0, 3930.0, 3909.0, 3909.0, 3909.0, 3908.0, 3916.0, 3907.0, 3929.0, 3907.0, 3927.0, 3907.0, 3948.0, 3908.0, 3937.0, 3905.0, 3927.0, 3906.0, 3915.0, 3905.0, 3916.0, 3895.0, 3896.0, 3906.0, 3906.0, 3907.0, 3908.0, 3897.0, 3919.0, 3905.0, 3921.0, 3909.0, 3907.0, 3909.0, 3909.0, 3909.0, 3909.0, 3910.0, 3910.0, 3921.0, 3933.0, 3925.0, 3948.0, 3939.0, 3922.0, 3908.0], 'WindowWidth': [8882.0, 8843.0, 8863.0, 8814.0, 8833.0, 8802.0, 8816.0, 8798.0, 8826.0, 8793.0, 8803.0, 8760.0, 8783.0, 8771.0, 8803.0, 8770.0, 8801.0, 8753.0, 8778.0, 8753.0, 8767.0, 8781.0, 8776.0, 8782.0, 8829.0, 8859.0, 8806.0, 8784.0, 8811.0, 8799.0, 8818.0, 8799.0, 8796.0, 8809.0, 8797.0, 8829.0, 8793.0, 8773.0, 8819.0, 8797.0, 8838.0, 8792.0, 8757.0, 8772.0, 8761.0, 8803.0, 8771.0, 8803.0, 8757.0, 8757.0, 8773.0, 8770.0, 8770.0, 8774.0, 8772.0, 8772.0, 8780.0, 8792.0, 8774.0, 8749.0, 8749.0, 8747.0, 8750.0, 8753.0, 8779.0, 8778.0, 8776.0, 8779.0, 8782.0, 8811.0, 8825.0, 8835.0, 8807.0, 8821.0, 8781.0, 8761.0, 8799.0, 8809.0, 8800.0, 8768.0, 8782.0, 8787.0, 8792.0, 8818.0, 8818.0, 8788.0, 8783.0, 8767.0, 8775.0, 8761.0, 8832.0, 8773.0, 8819.0, 8777.0, 8808.0, 8814.0, 8829.0, 8804.0, 8801.0, 8798.0, 8799.0, 8804.0, 8803.0, 8825.0, 8824.0, 8826.0, 8815.0, 8809.0, 8807.0, 8851.0, 8807.0, 8850.0, 8820.0, 8817.0, 8799.0, 8796.0, 8798.0, 8783.0, 8840.0, 8795.0, 8793.0, 8778.0, 8794.0, 8810.0, 8799.0, 8813.0, 8797.0, 8797.0, 8779.0, 8793.0, 8825.0, 8797.0, 8769.0, 8752.0, 8775.0, 8819.0, 8782.0, 8766.0, 8791.0, 8775.0, 8780.0, 8769.0, 8784.0, 8806.0, 8788.0, 8787.0, 8804.0, 8799.0, 8782.0, 8776.0, 8776.0, 8791.0, 8780.0, 8825.0, 8841.0, 8777.0, 8777.0, 8775.0, 8759.0, 8760.0, 8772.0, 8776.0, 8778.0, 8828.0, 8787.0, 8836.0, 8829.0, 8828.0, 8779.0, 8809.0, 8776.0, 8776.0, 8773.0, 8778.0, 8789.0, 8780.0, 8840.0, 8781.0, 8806.0, 8769.0, 8755.0, 8758.0, 8769.0, 8769.0, 8774.0, 8754.0, 8771.0, 8797.0, 8771.0, 8798.0, 8771.0, 8779.0, 8754.0, 8746.0, 8743.0, 8728.0, 8748.0, 8749.0, 8756.0, 8771.0, 8757.0, 8777.0, 8772.0, 8772.0, 8770.0, 8776.0, 8774.0, 8777.0, 8780.0, 8778.0, 8773.0, 8756.0, 8771.0, 8756.0, 8773.0, 8818.0, 8777.0, 8791.0, 8773.0, 8771.0, 8775.0, 8774.0, 8778.0, 8774.0, 8758.0, 8772.0, 8753.0, 8773.0, 8783.0, 8786.0, 8892.0, 8849.0, 8823.0, 8801.0, 8800.0, 8800.0, 8805.0, 8804.0, 8804.0, 8789.0, 8803.0, 8803.0, 8802.0, 8799.0, 8814.0, 8797.0, 8779.0, 8776.0, 8808.0, 8776.0, 8818.0, 8779.0, 8786.0, 8778.0, 8777.0, 8779.0, 8779.0, 8781.0, 8776.0, 8756.0, 8767.0, 8784.0, 8775.0, 8834.0, 8772.0, 8757.0, 8771.0, 8755.0, 8775.0, 8772.0, 8757.0, 8771.0, 8755.0, 8770.0, 8755.0, 8768.0, 8756.0, 8752.0, 8753.0, 8757.0, 8769.0, 8776.0, 8777.0, 8779.0, 8777.0, 8778.0, 8776.0, 8770.0, 8775.0, 8759.0, 8775.0, 8816.0, 8759.0, 8770.0, 8771.0, 8753.0, 8770.0, 8755.0, 8757.0, 8821.0, 8799.0, 8813.0, 8829.0, 8814.0, 8797.0, 8780.0, 8778.0, 8797.0, 8781.0, 8780.0, 8790.0, 8781.0, 8822.0, 8779.0, 8818.0, 8781.0, 8805.0, 8780.0, 8838.0, 8781.0, 8828.0, 8779.0, 8769.0, 8773.0, 8777.0, 8778.0, 8780.0, 8792.0, 8793.0, 8789.0, 8783.0, 8807.0, 8799.0, 8809.0, 8781.0, 8789.0, 8777.0, 8779.0, 8773.0, 8747.0, 8732.0, 8751.0, 8768.0, 8757.0, 8804.0, 8772.0, 8757.0, 8755.0, 8756.0, 8759.0, 8780.0, 8781.0, 8813.0, 8805.0, 8785.0, 8783.0, 8798.0, 8788.0, 8827.0, 8785.0, 8782.0, 8782.0, 8783.0, 8784.0, 8771.0, 8827.0, 8787.0, 8797.0, 8786.0, 8805.0, 8818.0, 8884.0, 8830.0, 8792.0, 8801.0, 8802.0, 8801.0, 8806.0, 8829.0, 8805.0, 8834.0, 8802.0, 8783.0, 8785.0, 8782.0, 8798.0, 8778.0, 8799.0, 8781.0, 8783.0, 8782.0, 8827.0, 8777.0, 8839.0, 8778.0, 8779.0, 8778.0, 8779.0, 8781.0, 8782.0, 8782.0, 8800.0, 8784.0, 8782.0, 8826.0, 8784.0, 8840.0, 8797.0, 8824.0, 8780.0, 8822.0, 8782.0, 8789.0, 8772.0, 8755.0, 8754.0, 8778.0, 8775.0, 8774.0, 8777.0, 8764.0, 8764.0, 8768.0, 8766.0, 8766.0, 8782.0, 8829.0, 8791.0, 8798.0, 8769.0, 8765.0, 8828.0, 8808.0, 8806.0, 8787.0, 8786.0, 8843.0, 8800.0, 8839.0, 8789.0, 8800.0, 8758.0, 8751.0, 8743.0, 8800.0, 8781.0, 8851.0, 8808.0, 8780.0, 8774.0, 8760.0, 8774.0, 8782.0, 8784.0, 8805.0, 8786.0, 8805.0, 8788.0, 8826.0, 8819.0, 8806.0, 8816.0, 8803.0, 8829.0, 8801.0, 8828.0, 8784.0, 8826.0, 8799.0, 8807.0, 8781.0, 8821.0, 8785.0, 8823.0, 8798.0, 8794.0, 8778.0, 8780.0, 8778.0, 8781.0, 8778.0, 8780.0, 8795.0, 8795.0, 8804.0, 8771.0, 8757.0, 8757.0, 8773.0, 8763.0, 8765.0, 8773.0, 8778.0, 8764.0, 8779.0, 8767.0, 8781.0, 8785.0, 8779.0, 8783.0, 8763.0, 8783.0, 8775.0, 8781.0, 8824.0, 8781.0, 8821.0, 8801.0, 8814.0, 8811.0, 8832.0, 8838.0, 8829.0, 8801.0, 8809.0, 8802.0, 8809.0, 8790.0, 8787.0, 8766.0, 8785.0, 8784.0, 8782.0, 8802.0, 8807.0, 8813.0, 8856.0, 8813.0, 8804.0, 8803.0, 8854.0, 8801.0, 8803.0, 8806.0, 8807.0, 8788.0, 8805.0, 8852.0, 8789.0, 8802.0, 8782.0, 8798.0, 8846.0, 8799.0, 8849.0, 8796.0, 8780.0, 8763.0, 8776.0, 8838.0, 8773.0, 8822.0, 8776.0, 8813.0, 8777.0, 8791.0, 8776.0, 8771.0, 8760.0, 8746.0, 8722.0, 8752.0, 8754.0, 8755.0, 8747.0, 8753.0, 8767.0, 8753.0, 8755.0, 8787.0, 8756.0, 8738.0, 8757.0, 8753.0, 8755.0, 8751.0, 8749.0, 8753.0, 8750.0, 8732.0, 8752.0, 8750.0, 8770.0, 8759.0, 8752.0, 8757.0, 8769.0, 8755.0, 8753.0, 8755.0, 8739.0, 8769.0, 8778.0, 8810.0, 8778.0, 8785.0, 8784.0, 8797.0, 8831.0, 8830.0, 8809.0, 8802.0, 8801.0, 8813.0, 8805.0, 8812.0, 8803.0, 8796.0, 8796.0, 8806.0, 8794.0, 8835.0, 8782.0, 8818.0, 8779.0, 8805.0, 8780.0, 8823.0, 8794.0, 8835.0, 8783.0, 8820.0, 8778.0, 8820.0, 8791.0, 8773.0, 8760.0, 8764.0, 8779.0, 8778.0, 8747.0, 8748.0, 8763.0, 8759.0, 8782.0, 8779.0, 8772.0, 8779.0, 8778.0, 8778.0, 8797.0, 8763.0, 8772.0, 8774.0, 8757.0, 8758.0, 8830.0, 8771.0, 8798.0, 8750.0, 8761.0, 8752.0, 8780.0, 8751.0, 8810.0, 8753.0, 8775.0, 8748.0, 8749.0, 8749.0, 8765.0, 8751.0, 8750.0, 8751.0, 8750.0, 8751.0, 8754.0, 8753.0, 8768.0, 8753.0, 8768.0, 8752.0, 8771.0, 8757.0, 8799.0, 8838.0, 8811.0, 8881.0, 8824.0, 8786.0, 8795.0, 8793.0, 8799.0, 8783.0, 8785.0, 8798.0, 8801.0, 8836.0, 8801.0, 8784.0, 8781.0, 8800.0, 8841.0, 8784.0, 8814.0, 8783.0, 8779.0, 8781.0, 8792.0, 8841.0, 8782.0, 8782.0, 8780.0, 8774.0, 8823.0, 8781.0, 8779.0, 8780.0, 8792.0, 8790.0, 8778.0, 8778.0, 8804.0, 8779.0, 8779.0, 8779.0, 8793.0, 8823.0, 8780.0, 8773.0, 8749.0, 8750.0, 8772.0, 8762.0, 8779.0, 8776.0, 8778.0, 8760.0, 8778.0, 8783.0, 8816.0, 8781.0, 8782.0, 8779.0, 8799.0, 8785.0, 8788.0, 8799.0, 8798.0, 8785.0, 8785.0, 8788.0, 8806.0, 8815.0, 8787.0, 8783.0, 8766.0, 8798.0, 8783.0, 8813.0, 8846.0, 8900.0, 8810.0, 8807.0, 8785.0, 8801.0, 8815.0, 8817.0, 8790.0, 8830.0, 8781.0, 8840.0, 8792.0, 8820.0, 8788.0, 8758.0, 8766.0, 8754.0, 8797.0, 8772.0, 8815.0, 8769.0, 8799.0, 8755.0, 8747.0, 8748.0, 8736.0, 8737.0, 8752.0, 8733.0, 8748.0, 8735.0, 8753.0, 8758.0, 8763.0, 8777.0, 8788.0, 8789.0, 8760.0, 8760.0, 8804.0, 8784.0, 8821.0, 8762.0, 8773.0, 8759.0, 8760.0, 8765.0, 8760.0, 8758.0, 8757.0, 8758.0, 8774.0, 8755.0, 8778.0, 8821.0, 8760.0, 8775.0, 8758.0, 8757.0, 8760.0, 8761.0, 8805.0, 8763.0, 8772.0, 8777.0, 8777.0, 8784.0, 8815.0, 8833.0, 8887.0, 8810.0, 8775.0, 8756.0, 8756.0, 8801.0, 8759.0, 8790.0, 8761.0, 8759.0, 8760.0, 8756.0, 8767.0, 8754.0, 8786.0, 8755.0, 8781.0, 8753.0, 8810.0, 8756.0, 8793.0, 8749.0, 8780.0, 8751.0, 8761.0, 8749.0, 8763.0, 8735.0, 8736.0, 8752.0, 8751.0, 8754.0, 8756.0, 8741.0, 8774.0, 8751.0, 8779.0, 8759.0, 8753.0, 8760.0, 8763.0, 8761.0, 8761.0, 8762.0, 8762.0, 8780.0, 8797.0, 8790.0, 8828.0, 8820.0, 8783.0, 8759.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.0025067393800229623</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043815994603903556</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.11848999113791</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1742263692413804</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0036651461034483</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5429.2183</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11534363789569282</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.54764638346728</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.63391730714414</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.48427566804298</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.901991112629322</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.515485140760119</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00871065</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014569422230124474</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029504885897040367</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.8593634252621305</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1585</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.6405</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9832</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298285.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>926.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.6013</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2639</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.3412</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3106.4221</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3332.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78259.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>962.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4034.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.3493</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.963383588707075</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> |