=== 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-0026 --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-0026",
"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-0026_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0026_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-03/func/sub-0026_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>58acc2d8cb99badb1dd8431d63e7c58b</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>09:52:20.530000</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.998484, 0.00086061, 0.0550403, -0.00418251, 0.998174, 0.0602674]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-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.0961385</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7746, -7273, 617, 5, -115, 15, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2f19fa44-d463-4161-a58b-0606a3c1c687||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.678858995437622, -0.01122137438505888, 0.14819729328155518, 110.10414123535156], [-0.0023089537862688303, 2.6780264377593994, 0.16309668123722076, -90.48316192626953], [0.14766906201839447, -0.16169290244579315, 2.6909918785095215, -60.41552734375], [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': ['095220.530000', '095220.990000', '095221.450000', '095221.910000', '095222.370000', '095222.830000', '095223.290000', '095223.750000', '095224.210000', '095224.670000', '095225.130000', '095225.590000', '095226.050000', '095226.510000', '095226.970000', '095227.430000', '095227.890000', '095228.350000', '095228.810000', '095229.270000', '095229.730000', '095230.190000', '095230.650000', '095231.110000', '095231.570000', '095232.030000', '095232.490000', '095232.950000', '095233.410000', '095233.870000', '095234.330000', '095234.790000', '095235.250000', '095235.710000', '095236.170000', '095236.630000', '095237.090000', '095237.550000', '095238.010000', '095238.470000', '095238.930000', '095239.390000', '095239.850000', '095240.310000', '095240.770000', '095241.230000', '095241.690000', '095242.150000', '095242.610000', '095243.070000', '095243.530000', '095243.990000', '095244.450000', '095244.910000', '095245.370000', '095245.830000', '095246.290000', '095246.750000', '095247.210000', '095247.670000', '095248.130000', '095248.590000', '095249.050000', '095249.510000', '095249.970000', '095250.430000', '095250.890000', '095251.350000', '095251.810000', '095252.270000', '095252.730000', '095253.190000', '095253.650000', '095254.110000', '095254.570000', '095255.030000', '095255.490000', '095255.950000', '095256.410000', '095256.870000', '095257.330000', '095257.790000', '095258.250000', '095258.710000', '095259.170000', '095259.630000', '095300.090000', '095300.550000', '095301.010000', '095301.470000', '095301.930000', '095302.390000', '095302.850000', '095303.310000', '095303.770000', '095304.230000', '095304.690000', '095305.150000', '095305.610000', '095306.070000', '095306.530000', '095306.990000', '095307.450000', '095307.910000', '095308.370000', '095308.830000', '095309.290000', '095309.750000', '095310.210000', '095310.670000', '095311.130000', '095311.590000', '095312.050000', '095312.510000', '095312.970000', '095313.430000', '095313.890000', '095314.350000', '095314.810000', '095315.270000', '095315.730000', '095316.190000', '095316.650000', '095317.110000', '095317.570000', '095318.030000', '095318.490000', '095318.950000', '095319.410000', '095319.870000', '095320.330000', '095320.790000', '095321.250000', '095321.710000', '095322.170000', '095322.630000', '095323.090000', '095323.550000', '095324.010000', '095324.470000', '095324.930000', '095325.390000', '095325.850000', '095326.310000', '095326.770000', '095327.230000', '095327.690000', '095328.150000', '095328.610000', '095329.070000', '095329.530000', '095329.990000', '095330.450000', '095330.910000', '095331.370000', '095331.830000', '095332.290000', '095332.750000', '095333.210000', '095333.670000', '095334.130000', '095334.590000', '095335.050000', '095335.510000', '095335.970000', '095336.430000', '095336.890000', '095337.350000', '095337.810000', '095338.270000', '095338.730000', '095339.190000', '095339.650000', '095340.110000', '095340.570000', '095341.030000', '095341.490000', '095341.950000', '095342.410000', '095342.870000', '095343.330000', '095343.790000', '095344.250000', '095344.710000', '095345.170000', '095345.630000', '095346.090000', '095346.550000', '095347.010000', '095347.470000', '095347.930000', '095348.390000', '095348.850000', '095349.310000', '095349.770000', '095350.230000', '095350.690000', '095351.150000', '095351.610000', '095352.070000', '095352.530000', '095352.990000', '095353.450000', '095353.910000', '095354.370000', '095354.830000', '095355.290000', '095355.750000', '095356.210000', '095356.670000', '095357.130000', '095357.590000', '095358.050000', '095358.510000', '095358.970000', '095359.430000', '095359.890000', '095400.350000', '095400.810000', '095401.270000', '095401.730000', '095402.190000', '095402.650000', '095403.110000', '095403.570000', '095404.030000', '095404.490000', '095404.950000', '095405.410000', '095405.870000', '095406.330000', '095406.790000', '095407.250000', '095407.710000', '095408.170000', '095408.630000', '095409.090000', '095409.550000', '095410.010000', '095410.470000', '095410.930000', '095411.390000', '095411.850000', '095412.310000', '095412.770000', '095413.230000', '095413.690000', '095414.150000', '095414.610000', '095415.070000', '095415.530000', '095415.990000', '095416.450000', '095416.910000', '095417.370000', '095417.830000', '095418.290000', '095418.750000', '095419.210000', '095419.670000', '095420.130000', '095420.590000', '095421.050000', '095421.510000', '095421.970000', '095422.430000', '095422.890000', '095423.350000', '095423.810000', '095424.270000', '095424.730000', '095425.190000', '095425.650000', '095426.110000', '095426.570000', '095427.030000', '095427.490000', '095427.950000', '095428.410000', '095428.870000', '095429.330000', '095429.790000', '095430.250000', '095430.710000', '095431.170000', '095431.630000', '095432.090000', '095432.550000', '095433.010000', '095433.470000', '095433.930000', '095434.390000', '095434.850000', '095435.310000', '095435.770000', '095436.230000', '095436.690000', '095437.150000', '095437.610000', '095438.070000', '095438.530000', '095438.990000', '095439.450000', '095439.910000', '095440.370000', '095440.830000', '095441.290000', '095441.750000', '095442.210000', '095442.670000', '095443.130000', '095443.590000', '095444.050000', '095444.510000', '095444.970000', '095445.430000', '095445.890000', '095446.350000', '095446.810000', '095447.270000', '095447.730000', '095448.190000', '095448.650000', '095449.110000', '095449.570000', '095450.030000', '095450.490000', '095450.950000', '095451.410000', '095451.870000', '095452.330000', '095452.790000', '095453.250000', '095453.710000', '095454.170000', '095454.630000', '095455.090000', '095455.550000', '095456.010000', '095456.470000', '095456.930000', '095457.390000', '095457.850000', '095458.310000', '095458.770000', '095459.230000', '095459.690000', '095500.150000', '095500.610000', '095501.070000', '095501.530000', '095501.990000', '095502.450000', '095502.910000', '095503.370000', '095503.830000', '095504.290000', '095504.750000', '095505.210000', '095505.670000', '095506.130000', '095506.590000', '095507.050000', '095507.510000', '095507.970000', '095508.430000', '095508.890000', '095509.350000', '095509.810000', '095510.270000', '095510.730000', '095511.190000', '095511.650000', '095512.110000', '095512.570000', '095513.030000', '095513.490000', '095513.950000', '095514.410000', '095514.870000', '095515.330000', '095515.790000', '095516.250000', '095516.710000', '095517.170000', '095517.630000', '095518.090000', '095518.550000', '095519.010000', '095519.470000', '095519.930000', '095520.390000', '095520.850000', '095521.310000', '095521.770000', '095522.230000', '095522.690000', '095523.150000', '095523.610000', '095524.070000', '095524.530000', '095524.990000', '095525.450000', '095525.910000', '095526.370000', '095526.830000', '095527.290000', '095527.750000', '095528.210000', '095528.670000', '095529.130000', '095529.590000', '095530.050000', '095530.510000', '095530.970000', '095531.430000', '095531.890000', '095532.350000', '095532.810000', '095533.270000', '095533.730000', '095534.190000', '095534.650000', '095535.110000', '095535.570000', '095536.030000', '095536.490000', '095536.950000', '095537.410000', '095537.870000', '095538.330000', '095538.790000', '095539.250000', '095539.710000', '095540.170000', '095540.630000', '095541.090000', '095541.550000', '095542.010000', '095542.470000', '095542.930000', '095543.390000', '095543.850000', '095544.310000', '095544.770000', '095545.230000', '095545.690000', '095546.150000', '095546.610000', '095547.070000', '095547.530000', '095547.990000', '095548.450000', '095548.910000', '095549.370000', '095549.830000', '095550.290000', '095550.750000', '095551.210000', '095551.670000', '095552.130000', '095552.590000', '095553.050000', '095553.510000', '095553.970000', '095554.430000', '095554.890000', '095555.350000', '095555.810000', '095556.270000', '095556.730000', '095557.190000', '095557.650000', '095558.110000', '095558.570000', '095559.030000', '095559.490000', '095559.950000', '095600.410000', '095600.870000', '095601.330000', '095601.790000', '095602.250000', '095602.710000', '095603.170000', '095603.630000', '095604.090000', '095604.550000', '095605.010000', '095605.470000', '095605.930000', '095606.390000', '095606.850000', '095607.310000', '095607.770000', '095608.230000', '095608.690000', '095609.150000', '095609.610000', '095610.070000', '095610.530000', '095610.990000', '095611.450000', '095611.910000', '095612.370000', '095612.830000', '095613.290000', '095613.750000', '095614.210000', '095614.670000', '095615.130000', '095615.590000', '095616.050000', '095616.510000', '095616.970000', '095617.430000', '095617.890000', '095618.350000', '095618.810000', '095619.270000', '095619.730000', '095620.190000', '095620.650000', '095621.110000', '095621.570000', '095622.030000', '095622.490000', '095622.950000', '095623.410000', '095623.870000', '095624.330000', '095624.790000', '095625.250000', '095625.710000', '095626.170000', '095626.630000', '095627.090000', '095627.550000', '095628.010000', '095628.470000', '095628.930000', '095629.390000', '095629.850000', '095630.310000', '095630.770000', '095631.230000', '095631.690000', '095632.150000', '095632.610000', '095633.070000', '095633.530000', '095633.990000', '095634.450000', '095634.910000', '095635.370000', '095635.830000', '095636.290000', '095636.750000', '095637.210000', '095637.670000', '095638.130000', '095638.590000', '095639.050000', '095639.510000', '095639.970000', '095640.430000', '095640.890000', '095641.350000', '095641.810000', '095642.270000', '095642.730000', '095643.190000', '095643.650000', '095644.110000', '095644.570000', '095645.030000', '095645.490000', '095645.950000', '095646.410000', '095646.870000', '095647.330000', '095647.790000', '095648.250000', '095648.710000', '095649.170000', '095649.630000', '095650.090000', '095650.550000', '095651.010000', '095651.470000', '095651.930000', '095652.390000', '095652.850000', '095653.310000', '095653.770000', '095654.230000', '095654.690000', '095655.150000', '095655.610000', '095656.070000', '095656.530000', '095656.990000', '095657.450000', '095657.910000', '095658.370000', '095658.830000', '095659.290000', '095659.750000', '095700.210000', '095700.670000', '095701.130000', '095701.590000', '095702.050000', '095702.510000', '095702.970000', '095703.430000', '095703.890000', '095704.350000', '095704.810000', '095705.270000', '095705.730000', '095706.190000', '095706.650000', '095707.110000', '095707.570000', '095708.030000', '095708.490000', '095708.950000', '095709.410000', '095709.870000', '095710.330000', '095710.790000', '095711.250000', '095711.710000', '095712.170000', '095712.630000', '095713.090000', '095713.550000', '095714.010000', '095714.470000', '095714.930000', '095715.390000', '095715.850000', '095716.310000', '095716.770000', '095717.230000', '095717.690000', '095718.150000', '095718.610000', '095719.070000', '095719.530000', '095719.990000', '095720.450000', '095720.910000', '095721.370000', '095721.830000', '095722.290000', '095722.750000', '095723.210000', '095723.670000', '095724.130000', '095724.590000', '095725.050000', '095725.510000', '095725.970000', '095726.430000', '095726.890000', '095727.350000', '095727.810000', '095728.270000', '095728.730000', '095729.190000', '095729.650000', '095730.110000', '095730.570000', '095731.030000', '095731.490000', '095731.950000', '095732.410000', '095732.870000', '095733.330000', '095733.790000', '095734.250000', '095734.710000', '095735.170000', '095735.630000', '095736.090000', '095736.550000', '095737.010000', '095737.470000', '095737.930000', '095738.390000', '095738.850000', '095739.310000', '095739.770000', '095740.230000', '095740.690000', '095741.150000', '095741.610000', '095742.070000', '095742.530000', '095742.990000', '095743.450000', '095743.910000', '095744.370000', '095744.830000', '095745.290000', '095745.750000', '095746.210000', '095746.670000', '095747.130000', '095747.590000', '095748.050000', '095748.510000', '095748.970000', '095749.430000', '095749.890000', '095750.350000', '095750.810000', '095751.270000', '095751.730000', '095752.190000', '095752.650000', '095753.110000', '095753.570000', '095754.030000', '095754.490000', '095754.950000', '095755.410000', '095755.870000', '095756.330000', '095756.790000', '095757.250000', '095757.710000', '095758.170000', '095758.630000', '095759.090000', '095759.550000', '095800.010000', '095800.470000', '095800.930000', '095801.390000', '095801.850000', '095802.310000', '095802.770000', '095803.230000', '095803.690000', '095804.150000', '095804.610000', '095805.070000', '095805.530000', '095805.990000', '095806.450000', '095806.910000', '095807.370000', '095807.830000', '095808.290000', '095808.750000', '095809.210000', '095809.670000', '095810.130000', '095810.590000', '095811.050000', '095811.510000', '095811.970000', '095812.430000', '095812.890000', '095813.350000', '095813.810000', '095814.270000', '095814.730000', '095815.190000', '095815.650000', '095816.110000', '095816.570000', '095817.030000', '095817.490000', '095817.950000', '095818.410000', '095818.870000', '095819.330000', '095819.790000', '095820.250000', '095820.710000', '095821.170000', '095821.630000', '095822.090000', '095822.550000', '095823.010000', '095823.470000', '095823.930000', '095824.390000', '095824.850000', '095825.310000', '095825.770000', '095826.230000', '095826.690000', '095827.150000', '095827.610000', '095828.070000', '095828.530000', '095828.990000', '095829.450000', '095829.910000', '095830.370000', '095830.830000', '095831.290000', '095831.750000', '095832.210000', '095832.670000', '095833.130000', '095833.590000', '095834.050000', '095834.510000', '095834.970000', '095835.430000', '095835.890000', '095836.350000', '095836.810000', '095837.270000', '095837.730000', '095838.190000', '095838.650000', '095839.110000', '095839.570000', '095840.030000', '095840.490000', '095840.950000', '095841.410000', '095841.870000', '095842.330000', '095842.790000', '095843.250000', '095843.710000', '095844.170000', '095844.630000', '095845.090000', '095845.550000', '095846.010000', '095846.470000', '095846.930000', '095847.390000', '095847.850000', '095848.310000', '095848.770000', '095849.230000', '095849.690000', '095850.150000', '095850.610000', '095851.070000', '095851.530000', '095851.990000', '095852.450000', '095852.910000', '095853.370000', '095853.830000', '095854.290000', '095854.750000', '095855.210000', '095855.670000', '095856.130000', '095856.590000', '095857.050000', '095857.510000', '095857.970000', '095858.430000', '095858.890000', '095859.350000', '095859.810000', '095900.270000', '095900.730000', '095901.190000'], 'ContentTime': ['095245.203000', '095245.207000', '095245.215000', '095245.219000', '095245.222000', '095245.225000', '095245.235000', '095245.239000', '095245.241000', '095245.244000', '095245.247000', '095245.250000', '095245.253000', '095245.256000', '095245.259000', '095245.263000', '095245.266000', '095245.268000', '095245.271000', '095245.275000', '095245.278000', '095245.280000', '095245.283000', '095245.287000', '095245.289000', '095245.300000', '095245.303000', '095245.306000', '095245.309000', '095245.312000', '095245.316000', '095245.319000', '095245.322000', '095245.325000', '095245.328000', '095245.331000', '095245.334000', '095245.337000', '095245.340000', '095245.342000', '095245.345000', '095245.348000', '095245.352000', '095245.355000', '095245.357000', '095245.360000', '095245.364000', '095245.367000', '095245.370000', '095245.373000', '095245.376000', '095245.379000', '095305.163000', '095305.166000', '095305.169000', '095305.172000', '095305.175000', '095305.179000', '095305.181000', '095305.184000', '095305.187000', '095305.190000', '095305.193000', '095305.196000', '095305.199000', '095305.202000', '095305.205000', '095305.208000', '095305.211000', '095305.224000', '095305.227000', '095305.230000', '095305.233000', '095305.236000', '095305.239000', '095305.242000', '095305.245000', '095305.248000', '095305.251000', '095305.254000', '095305.257000', '095305.260000', '095305.263000', '095305.266000', '095305.269000', '095305.273000', '095305.275000', '095305.278000', '095305.281000', '095305.284000', '095305.287000', '095305.290000', '095305.293000', '095305.296000', '095305.299000', '095325.162000', '095325.165000', '095325.168000', '095325.171000', '095325.174000', '095325.177000', '095325.180000', '095325.183000', '095325.186000', '095325.189000', '095325.192000', '095325.195000', '095325.198000', '095325.201000', '095325.204000', '095325.207000', '095325.210000', '095325.213000', '095325.216000', '095325.219000', '095325.222000', '095325.233000', '095325.236000', '095325.239000', '095325.242000', '095325.245000', '095325.248000', '095325.251000', '095325.254000', '095325.257000', '095325.266000', '095325.269000', '095325.272000', '095325.275000', '095325.278000', '095325.281000', '095325.284000', '095325.287000', '095325.290000', '095325.292000', '095325.296000', '095325.299000', '095325.301000', '095325.304000', '095345.162000', '095345.165000', '095345.168000', '095345.171000', '095345.174000', '095345.177000', '095345.181000', '095345.184000', '095345.187000', '095345.204000', '095345.207000', '095345.210000', '095345.213000', '095345.216000', '095345.219000', '095345.222000', '095345.225000', '095345.228000', '095345.231000', '095345.234000', '095345.237000', '095345.240000', '095345.243000', '095345.246000', '095345.249000', '095345.252000', '095345.255000', '095345.258000', '095345.261000', '095345.264000', '095345.267000', '095345.270000', '095345.273000', '095345.276000', '095345.279000', '095345.282000', '095345.286000', '095345.289000', '095345.292000', '095345.294000', '095345.298000', '095345.301000', '095345.304000', '095405.162000', '095405.165000', '095405.176000', '095405.179000', '095405.182000', '095405.185000', '095405.188000', '095405.200000', '095405.203000', '095405.206000', '095405.209000', '095405.212000', '095405.215000', '095405.218000', '095405.221000', '095405.224000', '095405.227000', '095405.230000', '095405.233000', '095405.236000', '095405.239000', '095405.242000', '095405.245000', '095405.248000', '095405.251000', '095405.254000', '095405.257000', '095405.260000', '095405.263000', '095405.266000', '095405.269000', '095405.272000', '095405.275000', '095405.278000', '095405.280000', '095405.284000', '095405.287000', '095405.290000', '095405.292000', '095405.296000', '095405.299000', '095405.302000', '095405.304000', '095405.308000', '095425.162000', '095425.165000', '095425.168000', '095425.171000', '095425.174000', '095425.177000', '095425.180000', '095425.190000', '095425.193000', '095425.196000', '095425.199000', '095425.203000', '095425.208000', '095425.212000', '095425.215000', '095425.218000', '095425.221000', '095425.224000', '095425.227000', '095425.230000', '095425.233000', '095425.236000', '095425.239000', '095425.242000', '095425.245000', '095425.248000', '095425.251000', '095425.254000', '095425.257000', '095425.260000', '095425.263000', '095425.266000', '095425.269000', '095425.272000', '095425.275000', '095425.278000', '095425.281000', '095425.284000', '095425.287000', '095425.290000', '095425.293000', '095425.296000', '095425.299000', '095445.162000', '095445.165000', '095445.168000', '095445.171000', '095445.174000', '095445.177000', '095445.180000', '095445.183000', '095445.186000', '095445.189000', '095445.192000', '095445.195000', '095445.198000', '095445.220000', '095445.223000', '095445.226000', '095445.229000', '095445.232000', '095445.235000', '095445.237000', '095445.241000', '095445.243000', '095445.246000', '095445.249000', '095445.252000', '095445.255000', '095445.258000', '095445.261000', '095445.264000', '095445.267000', '095445.270000', '095445.273000', '095445.276000', '095445.279000', '095445.282000', '095445.285000', '095445.288000', '095445.291000', '095445.294000', '095445.297000', '095445.300000', '095445.303000', '095445.306000', '095445.309000', '095505.163000', '095505.173000', '095505.176000', '095505.179000', '095505.182000', '095505.185000', '095505.188000', '095505.191000', '095505.194000', '095505.197000', '095505.200000', '095505.203000', '095505.207000', '095505.210000', '095505.213000', '095505.216000', '095505.219000', '095505.222000', '095505.225000', '095505.228000', '095505.231000', '095505.234000', '095505.237000', '095505.240000', '095505.243000', '095505.246000', '095505.249000', '095505.252000', '095505.255000', '095505.258000', '095505.261000', '095505.264000', '095505.267000', '095505.270000', '095505.273000', '095505.276000', '095505.279000', '095505.282000', '095505.285000', '095505.288000', '095505.291000', '095505.294000', '095505.297000', '095525.163000', '095525.167000', '095525.170000', '095525.173000', '095525.175000', '095525.179000', '095525.181000', '095525.184000', '095525.187000', '095525.191000', '095525.194000', '095525.196000', '095525.199000', '095525.203000', '095525.206000', '095525.209000', '095525.212000', '095525.215000', '095525.218000', '095525.221000', '095525.223000', '095525.227000', '095525.230000', '095525.232000', '095525.235000', '095525.239000', '095525.242000', '095525.244000', '095525.247000', '095525.251000', '095525.254000', '095525.257000', '095525.259000', '095525.263000', '095525.266000', '095525.268000', '095525.271000', '095525.275000', '095525.277000', '095525.280000', '095525.283000', '095525.287000', '095525.290000', '095525.292000', '095545.162000', '095545.165000', '095545.168000', '095545.171000', '095545.174000', '095545.177000', '095545.180000', '095545.183000', '095545.186000', '095545.189000', '095545.199000', '095545.202000', '095545.205000', '095545.208000', '095545.211000', '095545.214000', '095545.217000', '095545.220000', '095545.223000', '095545.226000', '095545.229000', '095545.233000', '095545.236000', '095545.239000', '095545.242000', '095545.245000', '095545.248000', '095545.251000', '095545.254000', '095545.257000', '095545.260000', '095545.262000', '095545.265000', '095545.268000', '095545.271000', '095545.274000', '095545.277000', '095545.280000', '095545.283000', '095545.286000', '095545.289000', '095545.292000', '095545.295000', '095605.162000', '095605.165000', '095605.168000', '095605.171000', '095605.174000', '095605.177000', '095605.180000', '095605.183000', '095605.186000', '095605.189000', '095605.192000', '095605.195000', '095605.198000', '095605.201000', '095605.204000', '095605.207000', '095605.210000', '095605.213000', '095605.216000', '095605.219000', '095605.222000', '095605.224000', '095605.227000', '095605.230000', '095605.233000', '095605.236000', '095605.247000', '095605.250000', '095605.253000', '095605.256000', '095605.259000', '095605.262000', '095605.265000', '095605.268000', '095605.271000', '095605.274000', '095605.277000', '095605.280000', '095605.297000', '095605.300000', '095605.303000', '095605.306000', '095605.309000', '095605.312000', '095625.162000', '095625.165000', '095625.168000', '095625.171000', '095625.174000', '095625.177000', '095625.180000', '095625.183000', '095625.186000', '095625.190000', '095625.193000', '095625.196000', '095625.199000', '095625.202000', '095625.205000', '095625.208000', '095625.211000', '095625.214000', '095625.217000', '095625.220000', '095625.223000', '095625.226000', '095625.229000', '095625.232000', '095625.235000', '095625.238000', '095625.241000', '095625.255000', '095625.258000', '095625.261000', '095625.264000', '095625.267000', '095625.270000', '095625.273000', '095625.276000', '095625.279000', '095625.282000', '095625.285000', '095625.288000', '095625.291000', '095625.294000', '095625.297000', '095625.300000', '095645.162000', '095645.165000', '095645.168000', '095645.171000', '095645.174000', '095645.177000', '095645.180000', '095645.183000', '095645.186000', '095645.189000', '095645.192000', '095645.195000', '095645.198000', '095645.201000', '095645.204000', '095645.207000', '095645.210000', '095645.213000', '095645.216000', '095645.219000', '095645.222000', '095645.225000', '095645.228000', '095645.231000', '095645.234000', '095645.237000', '095645.240000', '095645.243000', '095645.246000', '095645.249000', '095645.252000', '095645.254000', '095645.257000', '095645.260000', '095645.263000', '095645.266000', '095645.269000', '095645.272000', '095645.275000', '095645.278000', '095645.281000', '095645.284000', '095645.287000', '095645.290000', '095705.162000', '095705.165000', '095705.168000', '095705.171000', '095705.174000', '095705.177000', '095705.180000', '095705.183000', '095705.186000', '095705.189000', '095705.192000', '095705.195000', '095705.198000', '095705.201000', '095705.204000', '095705.207000', '095705.210000', '095705.213000', '095705.216000', '095705.219000', '095705.222000', '095705.225000', '095705.228000', '095705.231000', '095705.234000', '095705.237000', '095705.240000', '095705.243000', '095705.245000', '095705.249000', '095705.252000', '095705.254000', '095705.257000', '095705.260000', '095705.263000', '095705.266000', '095705.269000', '095705.272000', '095705.275000', '095705.278000', '095705.281000', '095705.284000', '095705.287000', '095725.163000', '095725.166000', '095725.169000', '095725.172000', '095725.175000', '095725.178000', '095725.181000', '095725.184000', '095725.187000', '095725.190000', '095725.193000', '095725.196000', '095725.199000', '095725.202000', '095725.205000', '095725.208000', '095725.211000', '095725.214000', '095725.217000', '095725.220000', '095725.223000', '095725.226000', '095725.229000', '095725.232000', '095725.235000', '095725.237000', '095725.240000', '095725.243000', '095725.246000', '095725.249000', '095725.252000', '095725.255000', '095725.258000', '095725.261000', '095725.264000', '095725.267000', '095725.270000', '095725.273000', '095725.276000', '095725.279000', '095725.282000', '095725.285000', '095725.288000', '095725.291000', '095745.163000', '095745.166000', '095745.169000', '095745.172000', '095745.175000', '095745.202000', '095745.205000', '095745.208000', '095745.211000', '095745.214000', '095745.217000', '095745.220000', '095745.223000', '095745.227000', '095745.230000', '095745.233000', '095745.236000', '095745.239000', '095745.242000', '095745.245000', '095745.248000', '095745.251000', '095745.254000', '095745.257000', '095745.260000', '095745.263000', '095745.266000', '095745.269000', '095745.272000', '095745.275000', '095745.278000', '095745.281000', '095745.284000', '095745.287000', '095745.290000', '095745.293000', '095745.296000', '095745.300000', '095745.306000', '095745.309000', '095745.312000', '095745.315000', '095745.318000', '095805.162000', '095805.165000', '095805.168000', '095805.171000', '095805.174000', '095805.177000', '095805.180000', '095805.183000', '095805.186000', '095805.189000', '095805.192000', '095805.195000', '095805.198000', '095805.201000', '095805.204000', '095805.207000', '095805.210000', '095805.213000', '095805.216000', '095805.219000', '095805.222000', '095805.225000', '095805.228000', '095805.231000', '095805.234000', '095805.237000', '095805.240000', '095805.243000', '095805.246000', '095805.249000', '095805.252000', '095805.255000', '095805.258000', '095805.261000', '095805.264000', '095805.267000', '095805.270000', '095805.273000', '095805.276000', '095805.279000', '095805.282000', '095805.284000', '095805.287000', '095805.290000', '095825.162000', '095825.165000', '095825.168000', '095825.171000', '095825.174000', '095825.177000', '095825.180000', '095825.183000', '095825.186000', '095825.189000', '095825.192000', '095825.195000', '095825.198000', '095825.201000', '095825.204000', '095825.207000', '095825.210000', '095825.213000', '095825.216000', '095825.219000', '095825.222000', '095825.225000', '095825.228000', '095825.231000', '095825.234000', '095825.237000', '095825.240000', '095825.244000', '095825.247000', '095825.250000', '095825.253000', '095825.256000', '095825.259000', '095825.262000', '095825.265000', '095825.268000', '095825.271000', '095825.274000', '095825.277000', '095825.280000', '095825.283000', '095825.286000', '095825.289000', '095845.162000', '095845.165000', '095845.168000', '095845.171000', '095845.174000', '095845.177000', '095845.180000', '095845.183000', '095845.186000', '095845.189000', '095845.192000', '095845.195000', '095845.198000', '095845.201000', '095845.204000', '095845.207000', '095845.210000', '095845.213000', '095845.216000', '095845.219000', '095845.222000', '095845.225000', '095845.228000', '095845.231000', '095845.234000', '095845.237000', '095845.240000', '095845.243000', '095845.246000', '095845.249000', '095845.252000', '095845.255000', '095845.258000', '095845.261000', '095845.264000', '095845.267000', '095845.269000', '095845.272000', '095845.275000', '095845.278000', '095845.281000', '095845.284000', '095845.287000', '095845.290000', '095902.169000', '095902.173000', '095902.176000', '095902.180000', '095902.183000', '095902.186000', '095902.189000', '095902.192000', '095902.195000', '095902.198000', '095902.201000', '095902.204000', '095902.207000', '095902.210000', '095902.214000', '095902.217000', '095902.239000', '095902.242000', '095902.245000', '095902.248000', '095902.251000', '095902.254000', '095902.257000', '095902.260000', '095902.263000', '095902.266000', '095902.269000', '095902.272000', '095902.275000', '095902.278000', '095902.282000', '095902.285000', '095902.288000', '095902.291000', '095902.294000', '095902.297000', '095902.300000'], 'InstanceCreationTime': ['095245.203000', '095245.207000', '095245.215000', '095245.219000', '095245.222000', '095245.225000', '095245.235000', '095245.239000', '095245.241000', '095245.244000', '095245.247000', '095245.250000', '095245.253000', '095245.256000', '095245.259000', '095245.263000', '095245.266000', '095245.268000', '095245.271000', '095245.275000', '095245.278000', '095245.280000', '095245.283000', '095245.287000', '095245.289000', '095245.300000', '095245.303000', '095245.306000', '095245.309000', '095245.312000', '095245.316000', '095245.319000', '095245.322000', '095245.325000', '095245.328000', '095245.331000', '095245.334000', '095245.337000', '095245.340000', '095245.342000', '095245.345000', '095245.348000', '095245.352000', '095245.355000', '095245.357000', '095245.360000', '095245.364000', '095245.367000', '095245.370000', '095245.373000', '095245.376000', '095245.379000', '095305.163000', '095305.166000', '095305.169000', '095305.172000', '095305.175000', '095305.179000', '095305.181000', '095305.184000', '095305.187000', '095305.190000', '095305.193000', '095305.196000', '095305.199000', '095305.202000', '095305.205000', '095305.208000', '095305.211000', '095305.224000', '095305.227000', '095305.230000', '095305.233000', '095305.236000', '095305.239000', '095305.242000', '095305.245000', '095305.248000', '095305.251000', '095305.254000', '095305.257000', '095305.260000', '095305.263000', '095305.266000', '095305.269000', '095305.273000', '095305.275000', '095305.278000', '095305.281000', '095305.284000', '095305.287000', '095305.290000', '095305.293000', '095305.296000', '095305.299000', '095325.162000', '095325.165000', '095325.168000', '095325.171000', '095325.174000', '095325.177000', '095325.180000', '095325.183000', '095325.186000', '095325.189000', '095325.192000', '095325.195000', '095325.198000', '095325.201000', '095325.204000', '095325.207000', '095325.210000', '095325.213000', '095325.216000', '095325.219000', '095325.222000', '095325.233000', '095325.236000', '095325.239000', '095325.242000', '095325.245000', '095325.248000', '095325.251000', '095325.254000', '095325.257000', '095325.266000', '095325.269000', '095325.272000', '095325.275000', '095325.278000', '095325.281000', '095325.284000', '095325.287000', '095325.290000', '095325.292000', '095325.296000', '095325.299000', '095325.301000', '095325.304000', '095345.162000', '095345.165000', '095345.168000', '095345.171000', '095345.174000', '095345.177000', '095345.181000', '095345.184000', '095345.187000', '095345.204000', '095345.207000', '095345.210000', '095345.213000', '095345.216000', '095345.219000', '095345.222000', '095345.225000', '095345.228000', '095345.231000', '095345.234000', '095345.237000', '095345.240000', '095345.243000', '095345.246000', '095345.249000', '095345.252000', '095345.255000', '095345.258000', '095345.261000', '095345.264000', '095345.267000', '095345.270000', '095345.273000', '095345.276000', '095345.279000', '095345.282000', '095345.286000', '095345.289000', '095345.292000', '095345.294000', '095345.298000', '095345.301000', '095345.304000', '095405.162000', '095405.165000', '095405.176000', '095405.179000', '095405.182000', '095405.185000', '095405.188000', '095405.200000', '095405.203000', '095405.206000', '095405.209000', '095405.212000', '095405.215000', '095405.218000', '095405.221000', '095405.224000', '095405.227000', '095405.230000', '095405.233000', '095405.236000', '095405.239000', '095405.242000', '095405.245000', '095405.248000', '095405.251000', '095405.254000', '095405.257000', '095405.260000', '095405.263000', '095405.266000', '095405.269000', '095405.272000', '095405.275000', '095405.278000', '095405.280000', '095405.284000', '095405.287000', '095405.290000', '095405.292000', '095405.296000', '095405.299000', '095405.302000', '095405.304000', '095405.308000', '095425.162000', '095425.165000', '095425.168000', '095425.171000', '095425.174000', '095425.177000', '095425.180000', '095425.190000', '095425.193000', '095425.196000', '095425.199000', '095425.203000', '095425.208000', '095425.212000', '095425.215000', '095425.218000', '095425.221000', '095425.224000', '095425.227000', '095425.230000', '095425.233000', '095425.236000', '095425.239000', '095425.242000', '095425.245000', '095425.248000', '095425.251000', '095425.254000', '095425.257000', '095425.260000', '095425.263000', '095425.266000', '095425.269000', '095425.272000', '095425.275000', '095425.278000', '095425.281000', '095425.284000', '095425.287000', '095425.290000', '095425.293000', '095425.296000', '095425.299000', '095445.162000', '095445.165000', '095445.168000', '095445.171000', '095445.174000', '095445.177000', '095445.180000', '095445.183000', '095445.186000', '095445.189000', '095445.192000', '095445.195000', '095445.198000', '095445.220000', '095445.223000', '095445.226000', '095445.229000', '095445.232000', '095445.235000', '095445.237000', '095445.241000', '095445.243000', '095445.246000', '095445.249000', '095445.252000', '095445.255000', '095445.258000', '095445.261000', '095445.264000', '095445.267000', '095445.270000', '095445.273000', '095445.276000', '095445.279000', '095445.282000', '095445.285000', '095445.288000', '095445.291000', '095445.294000', '095445.297000', '095445.300000', '095445.303000', '095445.306000', '095445.309000', '095505.163000', '095505.173000', '095505.176000', '095505.179000', '095505.182000', '095505.185000', '095505.188000', '095505.191000', '095505.194000', '095505.197000', '095505.200000', '095505.203000', '095505.207000', '095505.210000', '095505.213000', '095505.216000', '095505.219000', '095505.222000', '095505.225000', '095505.228000', '095505.231000', '095505.234000', '095505.237000', '095505.240000', '095505.243000', '095505.246000', '095505.249000', '095505.252000', '095505.255000', '095505.258000', '095505.261000', '095505.264000', '095505.267000', '095505.270000', '095505.273000', '095505.276000', '095505.279000', '095505.282000', '095505.285000', '095505.288000', '095505.291000', '095505.294000', '095505.297000', '095525.163000', '095525.167000', '095525.170000', '095525.173000', '095525.175000', '095525.179000', '095525.181000', '095525.184000', '095525.187000', '095525.191000', '095525.194000', '095525.196000', '095525.199000', '095525.203000', '095525.206000', '095525.209000', '095525.212000', '095525.215000', '095525.218000', '095525.221000', '095525.223000', '095525.227000', '095525.230000', '095525.232000', '095525.235000', '095525.239000', '095525.242000', '095525.244000', '095525.247000', '095525.251000', '095525.254000', '095525.257000', '095525.259000', '095525.263000', '095525.266000', '095525.268000', '095525.271000', '095525.275000', '095525.277000', '095525.280000', '095525.283000', '095525.287000', '095525.290000', '095525.292000', '095545.162000', '095545.165000', '095545.168000', '095545.171000', '095545.174000', '095545.177000', '095545.180000', '095545.183000', '095545.186000', '095545.189000', '095545.199000', '095545.202000', '095545.205000', '095545.208000', '095545.211000', '095545.214000', '095545.217000', '095545.220000', '095545.223000', '095545.226000', '095545.229000', '095545.233000', '095545.236000', '095545.239000', '095545.242000', '095545.245000', '095545.248000', '095545.251000', '095545.254000', '095545.257000', '095545.260000', '095545.262000', '095545.265000', '095545.268000', '095545.271000', '095545.274000', '095545.277000', '095545.280000', '095545.283000', '095545.286000', '095545.289000', '095545.292000', '095545.295000', '095605.162000', '095605.165000', '095605.168000', '095605.171000', '095605.174000', '095605.177000', '095605.180000', '095605.183000', '095605.186000', '095605.189000', '095605.192000', '095605.195000', '095605.198000', '095605.201000', '095605.204000', '095605.207000', '095605.210000', '095605.213000', '095605.216000', '095605.219000', '095605.222000', '095605.224000', '095605.227000', '095605.230000', '095605.233000', '095605.236000', '095605.247000', '095605.250000', '095605.253000', '095605.256000', '095605.259000', '095605.262000', '095605.265000', '095605.268000', '095605.271000', '095605.274000', '095605.277000', '095605.280000', '095605.297000', '095605.300000', '095605.303000', '095605.306000', '095605.309000', '095605.312000', '095625.162000', '095625.165000', '095625.168000', '095625.171000', '095625.174000', '095625.177000', '095625.180000', '095625.183000', '095625.186000', '095625.190000', '095625.193000', '095625.196000', '095625.199000', '095625.202000', '095625.205000', '095625.208000', '095625.211000', '095625.214000', '095625.217000', '095625.220000', '095625.223000', '095625.226000', '095625.229000', '095625.232000', '095625.235000', '095625.238000', '095625.241000', '095625.255000', '095625.258000', '095625.261000', '095625.264000', '095625.267000', '095625.270000', '095625.273000', '095625.276000', '095625.279000', '095625.282000', '095625.285000', '095625.288000', '095625.291000', '095625.294000', '095625.297000', '095625.300000', '095645.162000', '095645.165000', '095645.168000', '095645.171000', '095645.174000', '095645.177000', '095645.180000', '095645.183000', '095645.186000', '095645.189000', '095645.192000', '095645.195000', '095645.198000', '095645.201000', '095645.204000', '095645.207000', '095645.210000', '095645.213000', '095645.216000', '095645.219000', '095645.222000', '095645.225000', '095645.228000', '095645.231000', '095645.234000', '095645.237000', '095645.240000', '095645.243000', '095645.246000', '095645.249000', '095645.252000', '095645.254000', '095645.257000', '095645.260000', '095645.263000', '095645.266000', '095645.269000', '095645.272000', '095645.275000', '095645.278000', '095645.281000', '095645.284000', '095645.287000', '095645.290000', '095705.162000', '095705.165000', '095705.168000', '095705.171000', '095705.174000', '095705.177000', '095705.180000', '095705.183000', '095705.186000', '095705.189000', '095705.192000', '095705.195000', '095705.198000', '095705.201000', '095705.204000', '095705.207000', '095705.210000', '095705.213000', '095705.216000', '095705.219000', '095705.222000', '095705.225000', '095705.228000', '095705.231000', '095705.234000', '095705.237000', '095705.240000', '095705.243000', '095705.245000', '095705.249000', '095705.252000', '095705.254000', '095705.257000', '095705.260000', '095705.263000', '095705.266000', '095705.269000', '095705.272000', '095705.275000', '095705.278000', '095705.281000', '095705.284000', '095705.287000', '095725.163000', '095725.166000', '095725.169000', '095725.172000', '095725.175000', '095725.178000', '095725.181000', '095725.184000', '095725.187000', '095725.190000', '095725.193000', '095725.196000', '095725.199000', '095725.202000', '095725.205000', '095725.208000', '095725.211000', '095725.214000', '095725.217000', '095725.220000', '095725.223000', '095725.226000', '095725.229000', '095725.232000', '095725.235000', '095725.237000', '095725.240000', '095725.243000', '095725.246000', '095725.249000', '095725.252000', '095725.255000', '095725.258000', '095725.261000', '095725.264000', '095725.267000', '095725.270000', '095725.273000', '095725.276000', '095725.279000', '095725.282000', '095725.285000', '095725.288000', '095725.291000', '095745.163000', '095745.166000', '095745.169000', '095745.172000', '095745.175000', '095745.202000', '095745.205000', '095745.208000', '095745.211000', '095745.214000', '095745.217000', '095745.220000', '095745.223000', '095745.227000', '095745.230000', '095745.233000', '095745.236000', '095745.239000', '095745.242000', '095745.245000', '095745.248000', '095745.251000', '095745.254000', '095745.257000', '095745.260000', '095745.263000', '095745.266000', '095745.269000', '095745.272000', '095745.275000', '095745.278000', '095745.281000', '095745.284000', '095745.287000', '095745.290000', '095745.293000', '095745.296000', '095745.300000', '095745.306000', '095745.309000', '095745.312000', '095745.315000', '095745.318000', '095805.162000', '095805.165000', '095805.168000', '095805.171000', '095805.174000', '095805.177000', '095805.180000', '095805.183000', '095805.186000', '095805.189000', '095805.192000', '095805.195000', '095805.198000', '095805.201000', '095805.204000', '095805.207000', '095805.210000', '095805.213000', '095805.216000', '095805.219000', '095805.222000', '095805.225000', '095805.228000', '095805.231000', '095805.234000', '095805.237000', '095805.240000', '095805.243000', '095805.246000', '095805.249000', '095805.252000', '095805.255000', '095805.258000', '095805.261000', '095805.264000', '095805.267000', '095805.270000', '095805.273000', '095805.276000', '095805.279000', '095805.282000', '095805.284000', '095805.287000', '095805.290000', '095825.162000', '095825.165000', '095825.168000', '095825.171000', '095825.174000', '095825.177000', '095825.180000', '095825.183000', '095825.186000', '095825.189000', '095825.192000', '095825.195000', '095825.198000', '095825.201000', '095825.204000', '095825.207000', '095825.210000', '095825.213000', '095825.216000', '095825.219000', '095825.222000', '095825.225000', '095825.228000', '095825.231000', '095825.234000', '095825.237000', '095825.240000', '095825.244000', '095825.247000', '095825.250000', '095825.253000', '095825.256000', '095825.259000', '095825.262000', '095825.265000', '095825.268000', '095825.271000', '095825.274000', '095825.277000', '095825.280000', '095825.283000', '095825.286000', '095825.289000', '095845.162000', '095845.165000', '095845.168000', '095845.171000', '095845.174000', '095845.177000', '095845.180000', '095845.183000', '095845.186000', '095845.189000', '095845.192000', '095845.195000', '095845.198000', '095845.201000', '095845.204000', '095845.207000', '095845.210000', '095845.213000', '095845.216000', '095845.219000', '095845.222000', '095845.225000', '095845.228000', '095845.231000', '095845.234000', '095845.237000', '095845.240000', '095845.243000', '095845.246000', '095845.249000', '095845.252000', '095845.255000', '095845.258000', '095845.261000', '095845.264000', '095845.267000', '095845.269000', '095845.272000', '095845.275000', '095845.278000', '095845.281000', '095845.284000', '095845.287000', '095845.290000', '095902.169000', '095902.173000', '095902.176000', '095902.180000', '095902.183000', '095902.186000', '095902.189000', '095902.192000', '095902.195000', '095902.198000', '095902.201000', '095902.204000', '095902.207000', '095902.210000', '095902.214000', '095902.217000', '095902.239000', '095902.242000', '095902.245000', '095902.248000', '095902.251000', '095902.254000', '095902.257000', '095902.260000', '095902.263000', '095902.266000', '095902.269000', '095902.272000', '095902.275000', '095902.278000', '095902.282000', '095902.285000', '095902.288000', '095902.291000', '095902.294000', '095902.297000', '095902.300000'], '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': [12130, 10088, 14037, 9333, 10866, 9344, 8376, 8352, 8929, 9556, 8286, 8941, 10098, 9327, 8968, 10082, 8234, 9038, 10757, 8694, 8095, 8189, 8594, 10355, 8787, 9330, 11759, 9244, 9535, 12216, 9633, 10227, 13700, 10369, 13347, 10204, 9206, 14423, 11130, 10891, 15939, 12859, 10300, 15117, 12012, 9626, 14461, 11298, 9058, 8867, 8964, 8591, 8633, 9221, 9984, 8580, 9148, 10527, 9374, 8865, 8850, 9298, 10030, 9010, 8256, 8687, 9271, 10765, 11945, 9378, 11255, 8446, 9128, 13115, 10809, 9297, 10758, 9137, 11766, 10016, 9865, 9967, 9009, 8417, 8942, 8037, 9095, 12022, 15879, 12835, 10222, 14601, 10495, 9056, 12521, 8863, 8968, 8645, 8452, 9434, 9204, 11796, 9462, 10724, 15689, 12402, 14301, 11068, 9358, 12978, 9289, 9146, 11508, 9327, 9799, 12991, 9342, 11244, 8997, 7892, 8405, 8959, 8525, 9025, 9230, 12357, 9134, 9313, 12293, 10312, 10014, 9410, 8906, 9197, 9038, 9256, 12480, 9148, 8626, 11850, 8665, 7816, 8639, 7686, 8746, 9383, 12552, 15365, 13432, 14695, 13884, 11390, 8304, 8862, 8219, 9049, 8978, 8651, 9018, 11192, 8517, 8966, 10743, 8760, 7891, 8281, 9077, 9188, 9086, 10653, 9370, 9393, 9628, 10186, 9116, 8955, 14840, 11527, 11968, 15623, 11679, 13251, 13797, 8882, 12801, 8754, 8860, 10859, 8817, 8606, 8516, 9379, 8575, 9158, 9081, 9135, 8408, 8990, 8584, 8999, 8372, 8631, 9175, 11994, 13354, 10589, 8934, 11019, 8976, 9320, 9966, 8463, 9407, 8166, 8759, 11008, 8673, 8259, 10241, 8716, 11361, 9222, 8909, 15474, 12577, 12242, 13966, 10538, 14343, 8931, 9934, 13811, 9190, 13036, 13671, 8940, 13582, 10356, 8681, 12101, 8799, 8123, 8722, 7820, 7987, 9240, 9898, 9023, 8249, 8842, 8086, 7939, 8974, 8590, 9190, 9134, 8792, 9175, 13095, 10512, 8941, 14960, 11331, 9895, 14608, 11170, 13228, 11860, 9630, 15368, 12456, 12541, 10528, 11415, 14895, 10441, 15649, 11920, 14269, 13480, 13544, 8573, 8028, 8579, 9039, 12200, 8631, 8705, 11797, 8937, 8586, 9979, 8660, 9156, 8554, 8692, 10400, 8526, 8479, 8630, 8674, 9945, 8697, 8607, 12034, 8754, 8436, 13242, 8647, 8791, 8956, 7855, 9019, 8697, 10396, 8758, 8633, 9243, 8574, 10884, 13270, 14318, 13602, 9286, 8775, 8735, 7988, 7962, 8894, 9355, 8160, 8605, 9620, 7961, 8886, 10967, 8343, 8492, 8999, 8687, 9899, 8394, 8415, 10161, 8789, 14190, 13360, 14528, 12738, 12052, 8869, 8874, 14963, 11836, 14166, 15845, 11950, 15881, 15600, 10578, 14184, 13428, 8304, 14244, 10003, 8238, 13989, 8352, 8152, 8281, 8401, 8798, 9222, 9851, 8747, 8508, 8414, 8470, 9479, 8463, 9474, 8342, 8844, 10200, 9044, 9159, 10219, 8670, 8306, 8555, 8070, 8767, 8827, 9012, 8710, 11544, 8603, 8840, 8746, 8329, 10759, 11321, 9374, 12012, 15483, 12149, 11393, 15330, 12231, 10699, 15247, 11872, 10761, 12336, 8667, 11870, 8775, 8672, 12807, 8894, 8231, 8693, 8613, 8667, 8664, 8350, 8578, 8771, 8749, 8875, 8139, 8808, 7959, 8621, 9052, 8929, 9007, 10913, 8817, 9341, 12543, 13276, 10818, 13514, 9902, 9332, 8637, 8157, 8024, 8873, 9611, 8279, 8417, 8254, 7969, 8599, 8734, 12122, 14776, 10900, 9461, 11233, 8869, 10938, 9003, 9654, 8992, 9336, 14227, 10709, 15228, 13034, 14195, 15574, 11599, 13496, 11036, 8623, 12635, 9104, 10641, 9130, 9370, 8737, 8515, 8898, 9272, 11667, 11185, 10043, 8330, 7879, 8184, 9030, 8407, 9101, 9115, 9187, 8375, 8290, 7890, 7887, 8746, 12495, 8882, 8860, 11500, 8613, 8643, 11981, 9402, 13032, 10020, 10619, 8690, 8709, 11185, 10408, 15003, 11230, 15167, 15728, 11681, 14278, 13584, 11521, 12331, 8441, 8908, 8918, 8883, 8643, 8650, 8364, 8845, 11627, 8611, 7996, 8637, 9183, 8615, 9244, 9352, 9563, 9664, 9529, 10642, 9162, 9115, 12193, 9107, 9043, 11337, 11960, 8524, 9910, 8792, 8746, 10239, 8592, 8287, 8290, 8337, 8681, 8792, 11399, 9030, 8851, 13466, 10995, 11379, 15781, 11972, 11116, 8691, 7957, 8626, 8987, 10442, 9136, 8906, 8848, 9099, 11168, 9648, 9573, 13628, 10061, 8618, 8920, 8017, 8508, 8157, 8063, 8705, 9098, 8580, 9157, 8561, 9273, 8733, 9381, 15036, 14010, 11211, 12874, 10135, 9092, 13989, 9596, 8874, 12355, 8832, 14892, 9299, 9057, 8590, 8767, 11174, 8348, 8570, 8566, 9122, 13119, 9907, 13876, 11685, 9952, 9181, 8517, 8907, 8642, 8504, 8658, 8922, 8084, 8194, 9770, 8207, 9298, 13144, 9860, 8473, 13182, 10165, 8183, 14898, 10600, 8805, 13911, 10118, 13324, 8644, 8550, 14640, 10199, 10571, 8762, 8568, 14244, 8810, 8583, 11140, 8902, 8560, 10984, 8486, 8995, 8325, 9445, 9554, 8748, 8214, 8623, 8218, 7996, 8911, 9979, 9110, 8893, 9392, 8572, 8983, 10113, 8400, 8759, 10225, 8685, 8781, 8178, 8440, 10298, 8392, 9299, 11655, 9496, 11017, 11073, 10928, 10469, 9048, 9021, 8669, 13455, 9528, 10148, 15312, 14746, 10489, 14791, 14698, 10363, 11771, 9667, 8361, 11332, 8286, 8227, 9506, 8856, 9876, 8759, 8127, 8715, 8946, 12707, 9890, 9074, 8827, 8806, 9203, 9312, 9685, 14352, 10472, 8765, 13977, 9029, 8666, 8582, 8477, 8999, 8309, 8315, 8178, 8428, 8308, 9044, 9966, 8807, 8364, 9114, 11133, 16568, 18425, 13986, 10846, 15134, 10075, 9224, 15003, 9316, 9184, 12145, 9490, 9260, 8971, 8845, 10018, 9231, 9475, 8857, 9248, 8604, 9302, 12544, 9441, 11229, 9512, 11802, 16524, 16147, 12218, 11781, 14359, 10914, 10677, 8695, 9219, 10044, 8893, 8176, 8793, 8861, 8302, 8773, 8419, 9303, 8609, 8875, 9319, 11597, 9025, 9165, 8499, 8875, 9731, 8136, 9165, 10803, 8630, 8545, 8485, 8600, 8241, 8307, 8658, 9039, 8696, 10681, 12153, 13747, 16097, 12683, 12583, 9728, 9506, 8892, 11148, 12043, 8165, 7775, 9559, 15879, 18634, 16020, 15657, 16418, 12365, 14129, 10838, 10764, 13606, 9251, 11367, 9400, 8879, 8889, 9249, 9009, 9717, 10066, 9062, 8627, 8590, 8156, 8521, 8532, 8777, 8767, 8738, 9114, 8844, 9346, 12097, 9206, 11144, 8940, 8883, 10337, 9234, 10038], 'WindowCenter': [4479.0, 4442.0, 4468.0, 4419.0, 4424.0, 4407.0, 4395.0, 4393.0, 4417.0, 4415.0, 4393.0, 4416.0, 4424.0, 4414.0, 4416.0, 4424.0, 4404.0, 4417.0, 4434.0, 4404.0, 4396.0, 4406.0, 4417.0, 4436.0, 4418.0, 4439.0, 4460.0, 4431.0, 4440.0, 4458.0, 4427.0, 4439.0, 4467.0, 4426.0, 4456.0, 4424.0, 4415.0, 4465.0, 4434.0, 4435.0, 4477.0, 4444.0, 4423.0, 4463.0, 4433.0, 4412.0, 4451.0, 4422.0, 4400.0, 4401.0, 4401.0, 4402.0, 4404.0, 4415.0, 4424.0, 4405.0, 4427.0, 4435.0, 4427.0, 4417.0, 4415.0, 4417.0, 4425.0, 4417.0, 4407.0, 4405.0, 4428.0, 4447.0, 4447.0, 4416.0, 4437.0, 4405.0, 4427.0, 4456.0, 4436.0, 4415.0, 4436.0, 4429.0, 4447.0, 4426.0, 4428.0, 4451.0, 4428.0, 4406.0, 4416.0, 4410.0, 4428.0, 4459.0, 4478.0, 4443.0, 4425.0, 4465.0, 4423.0, 4404.0, 4443.0, 4403.0, 4403.0, 4402.0, 4393.0, 4402.0, 4402.0, 4433.0, 4411.0, 4435.0, 4464.0, 4433.0, 4440.0, 4409.0, 4388.0, 4416.0, 4376.0, 4385.0, 4404.0, 4387.0, 4386.0, 4429.0, 4388.0, 4407.0, 4378.0, 4369.0, 4377.0, 4387.0, 4379.0, 4390.0, 4403.0, 4441.0, 4403.0, 4403.0, 4443.0, 4412.0, 4399.0, 4389.0, 4389.0, 4387.0, 4391.0, 4402.0, 4432.0, 4401.0, 4393.0, 4421.0, 4392.0, 4381.0, 4403.0, 4393.0, 4404.0, 4429.0, 4458.0, 4464.0, 4443.0, 4464.0, 4442.0, 4409.0, 4380.0, 4389.0, 4377.0, 4391.0, 4404.0, 4404.0, 4405.0, 4433.0, 4394.0, 4405.0, 4423.0, 4395.0, 4383.0, 4406.0, 4417.0, 4416.0, 4407.0, 4425.0, 4415.0, 4429.0, 4417.0, 4425.0, 4402.0, 4402.0, 4452.0, 4409.0, 4420.0, 4438.0, 4407.0, 4416.0, 4426.0, 4378.0, 4415.0, 4366.0, 4377.0, 4397.0, 4378.0, 4377.0, 4378.0, 4414.0, 4402.0, 4401.0, 4390.0, 4401.0, 4394.0, 4401.0, 4391.0, 4403.0, 4394.0, 4406.0, 4417.0, 4448.0, 4455.0, 4424.0, 4405.0, 4423.0, 4404.0, 4405.0, 4415.0, 4396.0, 4415.0, 4394.0, 4408.0, 4435.0, 4418.0, 4407.0, 4426.0, 4405.0, 4435.0, 4415.0, 4407.0, 4464.0, 4445.0, 4434.0, 4443.0, 4413.0, 4440.0, 4390.0, 4401.0, 4440.0, 4390.0, 4431.0, 4429.0, 4379.0, 4440.0, 4399.0, 4381.0, 4420.0, 4380.0, 4368.0, 4381.0, 4369.0, 4380.0, 4403.0, 4412.0, 4406.0, 4406.0, 4416.0, 4397.0, 4396.0, 4404.0, 4392.0, 4403.0, 4417.0, 4408.0, 4429.0, 4469.0, 4437.0, 4418.0, 4466.0, 4437.0, 4428.0, 4467.0, 4438.0, 4457.0, 4447.0, 4414.0, 4464.0, 4445.0, 4445.0, 4426.0, 4433.0, 4452.0, 4411.0, 4450.0, 4418.0, 4438.0, 4431.0, 4428.0, 4377.0, 4368.0, 4379.0, 4402.0, 4433.0, 4381.0, 4390.0, 4421.0, 4392.0, 4392.0, 4400.0, 4390.0, 4389.0, 4378.0, 4380.0, 4408.0, 4378.0, 4380.0, 4379.0, 4392.0, 4399.0, 4380.0, 4380.0, 4420.0, 4379.0, 4367.0, 4416.0, 4377.0, 4377.0, 4378.0, 4368.0, 4377.0, 4377.0, 4397.0, 4378.0, 4380.0, 4390.0, 4391.0, 4422.0, 4442.0, 4453.0, 4441.0, 4392.0, 4378.0, 4391.0, 4381.0, 4381.0, 4403.0, 4405.0, 4395.0, 4405.0, 4416.0, 4398.0, 4419.0, 4436.0, 4409.0, 4419.0, 4418.0, 4420.0, 4430.0, 4410.0, 4433.0, 4453.0, 4434.0, 4494.0, 4472.0, 4479.0, 4459.0, 4447.0, 4404.0, 4404.0, 4464.0, 4434.0, 4457.0, 4464.0, 4434.0, 4463.0, 4450.0, 4410.0, 4439.0, 4428.0, 4368.0, 4439.0, 4397.0, 4378.0, 4437.0, 4378.0, 4366.0, 4379.0, 4380.0, 4389.0, 4400.0, 4411.0, 4391.0, 4390.0, 4392.0, 4395.0, 4411.0, 4394.0, 4416.0, 4394.0, 4418.0, 4438.0, 4405.0, 4402.0, 4425.0, 4394.0, 4394.0, 4404.0, 4393.0, 4405.0, 4405.0, 4429.0, 4419.0, 4446.0, 4407.0, 4419.0, 4407.0, 4408.0, 4437.0, 4436.0, 4404.0, 4445.0, 4463.0, 4431.0, 4423.0, 4452.0, 4422.0, 4399.0, 4437.0, 4407.0, 4398.0, 4405.0, 4365.0, 4404.0, 4363.0, 4365.0, 4404.0, 4365.0, 4365.0, 4365.0, 4366.0, 4364.0, 4376.0, 4367.0, 4376.0, 4380.0, 4379.0, 4392.0, 4383.0, 4403.0, 4384.0, 4404.0, 4406.0, 4406.0, 4406.0, 4436.0, 4406.0, 4417.0, 4457.0, 4457.0, 4423.0, 4454.0, 4415.0, 4405.0, 4395.0, 4384.0, 4396.0, 4408.0, 4416.0, 4407.0, 4409.0, 4422.0, 4424.0, 4435.0, 4448.0, 4489.0, 4496.0, 4442.0, 4429.0, 4438.0, 4419.0, 4438.0, 4420.0, 4430.0, 4420.0, 4430.0, 4471.0, 4440.0, 4480.0, 4457.0, 4458.0, 4466.0, 4423.0, 4444.0, 4413.0, 4382.0, 4422.0, 4394.0, 4412.0, 4403.0, 4403.0, 4394.0, 4394.0, 4404.0, 4419.0, 4434.0, 4422.0, 4402.0, 4382.0, 4371.0, 4382.0, 4403.0, 4393.0, 4417.0, 4417.0, 4429.0, 4408.0, 4410.0, 4411.0, 4410.0, 4431.0, 4460.0, 4420.0, 4419.0, 4450.0, 4422.0, 4422.0, 4475.0, 4432.0, 4470.0, 4440.0, 4440.0, 4409.0, 4409.0, 4438.0, 4438.0, 4478.0, 4438.0, 4468.0, 4466.0, 4424.0, 4442.0, 4429.0, 4409.0, 4420.0, 4368.0, 4379.0, 4389.0, 4390.0, 4393.0, 4394.0, 4394.0, 4406.0, 4434.0, 4393.0, 4385.0, 4393.0, 4429.0, 4406.0, 4415.0, 4417.0, 4416.0, 4414.0, 4406.0, 4425.0, 4406.0, 4394.0, 4434.0, 4394.0, 4393.0, 4423.0, 4422.0, 4392.0, 4413.0, 4392.0, 4394.0, 4412.0, 4395.0, 4394.0, 4394.0, 4396.0, 4405.0, 4407.0, 4437.0, 4406.0, 4407.0, 4446.0, 4425.0, 4423.0, 4453.0, 4421.0, 4409.0, 4379.0, 4370.0, 4380.0, 4392.0, 4411.0, 4404.0, 4394.0, 4392.0, 4404.0, 4435.0, 4416.0, 4414.0, 4453.0, 4402.0, 4380.0, 4403.0, 4383.0, 4406.0, 4408.0, 4410.0, 4407.0, 4419.0, 4422.0, 4433.0, 4436.0, 4457.0, 4448.0, 4448.0, 4511.0, 4484.0, 4438.0, 4447.0, 4415.0, 4395.0, 4455.0, 4415.0, 4405.0, 4445.0, 4406.0, 4465.0, 4406.0, 4405.0, 4395.0, 4394.0, 4424.0, 4395.0, 4404.0, 4406.0, 4416.0, 4454.0, 4425.0, 4455.0, 4445.0, 4413.0, 4404.0, 4393.0, 4405.0, 4406.0, 4405.0, 4407.0, 4408.0, 4410.0, 4411.0, 4427.0, 4407.0, 4429.0, 4458.0, 4416.0, 4397.0, 4457.0, 4426.0, 4396.0, 4465.0, 4426.0, 4419.0, 4466.0, 4414.0, 4443.0, 4392.0, 4393.0, 4452.0, 4412.0, 4412.0, 4392.0, 4393.0, 4452.0, 4392.0, 4393.0, 4422.0, 4393.0, 4393.0, 4422.0, 4392.0, 4391.0, 4393.0, 4416.0, 4426.0, 4406.0, 4395.0, 4407.0, 4408.0, 4398.0, 4421.0, 4441.0, 4421.0, 4429.0, 4430.0, 4432.0, 4431.0, 4439.0, 4410.0, 4420.0, 4428.0, 4420.0, 4419.0, 4420.0, 4423.0, 4452.0, 4424.0, 4444.0, 4475.0, 4456.0, 4465.0, 4451.0, 4439.0, 4441.0, 4419.0, 4420.0, 4433.0, 4483.0, 4431.0, 4441.0, 4483.0, 4468.0, 4428.0, 4455.0, 4453.0, 4413.0, 4422.0, 4401.0, 4382.0, 4421.0, 4381.0, 4392.0, 4403.0, 4403.0, 4413.0, 4393.0, 4394.0, 4406.0, 4404.0, 4433.0, 4402.0, 4391.0, 4390.0, 4392.0, 4392.0, 4402.0, 4413.0, 4452.0, 4413.0, 4391.0, 4441.0, 4401.0, 4390.0, 4391.0, 4393.0, 4403.0, 4406.0, 4406.0, 4408.0, 4422.0, 4420.0, 4430.0, 4441.0, 4422.0, 4409.0, 4419.0, 4448.0, 4490.0, 4486.0, 4443.0, 4424.0, 4454.0, 4413.0, 4404.0, 4453.0, 4403.0, 4403.0, 4433.0, 4402.0, 4415.0, 4404.0, 4417.0, 4426.0, 4429.0, 4429.0, 4429.0, 4431.0, 4409.0, 4430.0, 4459.0, 4429.0, 4438.0, 4416.0, 4448.0, 4479.0, 4465.0, 4422.0, 4411.0, 4439.0, 4400.0, 4399.0, 4378.0, 4389.0, 4397.0, 4390.0, 4394.0, 4402.0, 4404.0, 4394.0, 4406.0, 4395.0, 4416.0, 4406.0, 4416.0, 4418.0, 4449.0, 4431.0, 4431.0, 4422.0, 4431.0, 4430.0, 4411.0, 4444.0, 4437.0, 4406.0, 4416.0, 4432.0, 4445.0, 4436.0, 4447.0, 4446.0, 4444.0, 4445.0, 4477.0, 4474.0, 4497.0, 4495.0, 4475.0, 4474.0, 4431.0, 4418.0, 4407.0, 4440.0, 4450.0, 4413.0, 4400.0, 4430.0, 4481.0, 4488.0, 4453.0, 4440.0, 4436.0, 4406.0, 4415.0, 4385.0, 4384.0, 4414.0, 4363.0, 4382.0, 4362.0, 4351.0, 4352.0, 4364.0, 4353.0, 4363.0, 4362.0, 4353.0, 4353.0, 4353.0, 4343.0, 4355.0, 4367.0, 4368.0, 4369.0, 4380.0, 4392.0, 4382.0, 4395.0, 4423.0, 4394.0, 4413.0, 4383.0, 4395.0, 4414.0, 4395.0, 4403.0], 'WindowWidth': [9858.0, 9795.0, 9821.0, 9750.0, 9752.0, 9730.0, 9712.0, 9709.0, 9744.0, 9741.0, 9709.0, 9742.0, 9753.0, 9738.0, 9743.0, 9753.0, 9725.0, 9748.0, 9766.0, 9724.0, 9714.0, 9729.0, 9747.0, 9773.0, 9753.0, 9783.0, 9812.0, 9772.0, 9784.0, 9804.0, 9761.0, 9781.0, 9814.0, 9757.0, 9797.0, 9752.0, 9741.0, 9809.0, 9763.0, 9768.0, 9829.0, 9776.0, 9747.0, 9804.0, 9758.0, 9731.0, 9783.0, 9742.0, 9712.0, 9714.0, 9716.0, 9720.0, 9725.0, 9741.0, 9752.0, 9728.0, 9760.0, 9767.0, 9761.0, 9749.0, 9742.0, 9747.0, 9756.0, 9748.0, 9734.0, 9730.0, 9764.0, 9787.0, 9785.0, 9746.0, 9774.0, 9729.0, 9761.0, 9799.0, 9770.0, 9744.0, 9769.0, 9765.0, 9788.0, 9758.0, 9763.0, 9801.0, 9766.0, 9733.0, 9743.0, 9740.0, 9767.0, 9809.0, 9840.0, 9775.0, 9752.0, 9807.0, 9747.0, 9723.0, 9775.0, 9722.0, 9722.0, 9720.0, 9707.0, 9719.0, 9719.0, 9762.0, 9729.0, 9766.0, 9806.0, 9756.0, 9765.0, 9719.0, 9690.0, 9724.0, 9670.0, 9682.0, 9706.0, 9685.0, 9687.0, 9747.0, 9690.0, 9715.0, 9676.0, 9665.0, 9676.0, 9690.0, 9680.0, 9696.0, 9719.0, 9769.0, 9719.0, 9719.0, 9778.0, 9728.0, 9707.0, 9694.0, 9695.0, 9689.0, 9700.0, 9716.0, 9757.0, 9714.0, 9704.0, 9738.0, 9702.0, 9689.0, 9721.0, 9710.0, 9727.0, 9766.0, 9805.0, 9806.0, 9772.0, 9803.0, 9768.0, 9718.0, 9681.0, 9690.0, 9674.0, 9700.0, 9724.0, 9724.0, 9727.0, 9763.0, 9710.0, 9725.0, 9746.0, 9710.0, 9692.0, 9730.0, 9747.0, 9745.0, 9730.0, 9751.0, 9738.0, 9766.0, 9745.0, 9753.0, 9717.0, 9717.0, 9783.0, 9718.0, 9733.0, 9756.0, 9711.0, 9726.0, 9734.0, 9674.0, 9723.0, 9657.0, 9672.0, 9700.0, 9675.0, 9674.0, 9678.0, 9736.0, 9721.0, 9714.0, 9696.0, 9712.0, 9706.0, 9714.0, 9697.0, 9718.0, 9707.0, 9726.0, 9747.0, 9791.0, 9796.0, 9749.0, 9724.0, 9747.0, 9723.0, 9725.0, 9737.0, 9713.0, 9738.0, 9711.0, 9734.0, 9767.0, 9749.0, 9733.0, 9755.0, 9726.0, 9767.0, 9739.0, 9730.0, 9804.0, 9779.0, 9762.0, 9771.0, 9731.0, 9764.0, 9696.0, 9712.0, 9762.0, 9694.0, 9753.0, 9745.0, 9679.0, 9764.0, 9706.0, 9682.0, 9734.0, 9680.0, 9664.0, 9684.0, 9668.0, 9684.0, 9720.0, 9731.0, 9728.0, 9729.0, 9745.0, 9720.0, 9714.0, 9720.0, 9701.0, 9719.0, 9745.0, 9732.0, 9766.0, 9822.0, 9773.0, 9748.0, 9812.0, 9771.0, 9761.0, 9810.0, 9773.0, 9799.0, 9785.0, 9736.0, 9804.0, 9778.0, 9782.0, 9754.0, 9760.0, 9781.0, 9724.0, 9778.0, 9729.0, 9754.0, 9749.0, 9741.0, 9672.0, 9663.0, 9680.0, 9716.0, 9759.0, 9685.0, 9696.0, 9739.0, 9702.0, 9701.0, 9709.0, 9695.0, 9694.0, 9678.0, 9682.0, 9718.0, 9679.0, 9683.0, 9680.0, 9701.0, 9709.0, 9682.0, 9684.0, 9735.0, 9678.0, 9661.0, 9725.0, 9672.0, 9673.0, 9676.0, 9663.0, 9675.0, 9675.0, 9700.0, 9678.0, 9683.0, 9696.0, 9698.0, 9746.0, 9769.0, 9782.0, 9765.0, 9697.0, 9676.0, 9697.0, 9684.0, 9685.0, 9719.0, 9724.0, 9711.0, 9727.0, 9742.0, 9723.0, 9752.0, 9771.0, 9739.0, 9751.0, 9748.0, 9753.0, 9768.0, 9742.0, 9782.0, 9809.0, 9783.0, 9867.0, 9826.0, 9835.0, 9803.0, 9782.0, 9721.0, 9721.0, 9804.0, 9761.0, 9798.0, 9803.0, 9759.0, 9802.0, 9778.0, 9722.0, 9761.0, 9741.0, 9662.0, 9759.0, 9701.0, 9676.0, 9754.0, 9676.0, 9658.0, 9678.0, 9682.0, 9694.0, 9711.0, 9730.0, 9701.0, 9699.0, 9704.0, 9711.0, 9727.0, 9709.0, 9740.0, 9709.0, 9751.0, 9777.0, 9727.0, 9719.0, 9750.0, 9709.0, 9707.0, 9724.0, 9708.0, 9725.0, 9725.0, 9768.0, 9754.0, 9787.0, 9736.0, 9752.0, 9737.0, 9737.0, 9773.0, 9768.0, 9723.0, 9779.0, 9802.0, 9752.0, 9743.0, 9785.0, 9741.0, 9707.0, 9753.0, 9712.0, 9701.0, 9706.0, 9654.0, 9706.0, 9649.0, 9652.0, 9705.0, 9652.0, 9652.0, 9651.0, 9656.0, 9653.0, 9671.0, 9662.0, 9671.0, 9682.0, 9683.0, 9702.0, 9691.0, 9718.0, 9697.0, 9723.0, 9729.0, 9728.0, 9728.0, 9770.0, 9728.0, 9747.0, 9803.0, 9797.0, 9745.0, 9787.0, 9735.0, 9721.0, 9711.0, 9694.0, 9714.0, 9733.0, 9741.0, 9732.0, 9741.0, 9761.0, 9768.0, 9784.0, 9808.0, 9864.0, 9870.0, 9784.0, 9763.0, 9774.0, 9748.0, 9776.0, 9755.0, 9770.0, 9755.0, 9769.0, 9824.0, 9782.0, 9839.0, 9800.0, 9802.0, 9809.0, 9746.0, 9776.0, 9727.0, 9684.0, 9739.0, 9705.0, 9729.0, 9717.0, 9717.0, 9707.0, 9707.0, 9722.0, 9753.0, 9762.0, 9741.0, 9712.0, 9686.0, 9672.0, 9689.0, 9718.0, 9707.0, 9744.0, 9748.0, 9764.0, 9737.0, 9742.0, 9746.0, 9745.0, 9775.0, 9810.0, 9755.0, 9752.0, 9798.0, 9759.0, 9761.0, 9837.0, 9775.0, 9824.0, 9783.0, 9782.0, 9738.0, 9738.0, 9773.0, 9776.0, 9830.0, 9774.0, 9821.0, 9812.0, 9746.0, 9770.0, 9747.0, 9717.0, 9733.0, 9664.0, 9678.0, 9694.0, 9696.0, 9705.0, 9710.0, 9708.0, 9726.0, 9764.0, 9706.0, 9696.0, 9707.0, 9766.0, 9731.0, 9739.0, 9746.0, 9740.0, 9736.0, 9726.0, 9750.0, 9725.0, 9706.0, 9759.0, 9704.0, 9705.0, 9746.0, 9741.0, 9702.0, 9732.0, 9704.0, 9709.0, 9732.0, 9711.0, 9709.0, 9710.0, 9715.0, 9728.0, 9731.0, 9772.0, 9729.0, 9730.0, 9784.0, 9751.0, 9746.0, 9785.0, 9737.0, 9720.0, 9679.0, 9667.0, 9683.0, 9702.0, 9727.0, 9720.0, 9706.0, 9702.0, 9721.0, 9767.0, 9743.0, 9735.0, 9790.0, 9715.0, 9683.0, 9720.0, 9693.0, 9729.0, 9736.0, 9742.0, 9731.0, 9749.0, 9761.0, 9778.0, 9787.0, 9819.0, 9807.0, 9807.0, 9900.0, 9848.0, 9776.0, 9785.0, 9737.0, 9710.0, 9789.0, 9735.0, 9725.0, 9778.0, 9726.0, 9808.0, 9728.0, 9726.0, 9710.0, 9709.0, 9748.0, 9711.0, 9727.0, 9729.0, 9744.0, 9795.0, 9754.0, 9796.0, 9779.0, 9733.0, 9724.0, 9707.0, 9727.0, 9730.0, 9727.0, 9730.0, 9730.0, 9743.0, 9744.0, 9760.0, 9733.0, 9765.0, 9805.0, 9740.0, 9718.0, 9797.0, 9753.0, 9715.0, 9807.0, 9753.0, 9752.0, 9810.0, 9733.0, 9774.0, 9701.0, 9703.0, 9783.0, 9726.0, 9727.0, 9699.0, 9703.0, 9783.0, 9702.0, 9704.0, 9741.0, 9703.0, 9705.0, 9741.0, 9702.0, 9700.0, 9704.0, 9743.0, 9761.0, 9730.0, 9714.0, 9733.0, 9736.0, 9723.0, 9758.0, 9784.0, 9756.0, 9766.0, 9769.0, 9775.0, 9771.0, 9779.0, 9740.0, 9755.0, 9762.0, 9753.0, 9753.0, 9756.0, 9765.0, 9801.0, 9767.0, 9794.0, 9840.0, 9816.0, 9826.0, 9799.0, 9779.0, 9783.0, 9750.0, 9753.0, 9778.0, 9846.0, 9772.0, 9787.0, 9851.0, 9816.0, 9756.0, 9794.0, 9786.0, 9730.0, 9743.0, 9712.0, 9688.0, 9739.0, 9688.0, 9703.0, 9718.0, 9719.0, 9733.0, 9706.0, 9710.0, 9729.0, 9720.0, 9759.0, 9716.0, 9698.0, 9696.0, 9702.0, 9701.0, 9715.0, 9735.0, 9785.0, 9731.0, 9701.0, 9768.0, 9715.0, 9700.0, 9699.0, 9704.0, 9718.0, 9729.0, 9730.0, 9736.0, 9763.0, 9755.0, 9770.0, 9785.0, 9760.0, 9737.0, 9749.0, 9790.0, 9855.0, 9844.0, 9772.0, 9747.0, 9789.0, 9732.0, 9725.0, 9788.0, 9718.0, 9719.0, 9759.0, 9718.0, 9739.0, 9724.0, 9745.0, 9759.0, 9765.0, 9768.0, 9769.0, 9773.0, 9739.0, 9766.0, 9806.0, 9763.0, 9775.0, 9742.0, 9788.0, 9838.0, 9808.0, 9740.0, 9724.0, 9758.0, 9704.0, 9703.0, 9675.0, 9690.0, 9701.0, 9696.0, 9711.0, 9720.0, 9722.0, 9710.0, 9728.0, 9712.0, 9742.0, 9728.0, 9743.0, 9750.0, 9793.0, 9771.0, 9770.0, 9759.0, 9771.0, 9769.0, 9745.0, 9794.0, 9773.0, 9728.0, 9744.0, 9775.0, 9802.0, 9790.0, 9806.0, 9805.0, 9799.0, 9803.0, 9849.0, 9841.0, 9874.0, 9868.0, 9838.0, 9835.0, 9771.0, 9749.0, 9731.0, 9777.0, 9791.0, 9752.0, 9727.0, 9767.0, 9845.0, 9854.0, 9787.0, 9761.0, 9748.0, 9704.0, 9718.0, 9675.0, 9673.0, 9712.0, 9644.0, 9668.0, 9640.0, 9625.0, 9625.0, 9644.0, 9628.0, 9642.0, 9639.0, 9628.0, 9627.0, 9627.0, 9615.0, 9634.0, 9655.0, 9659.0, 9663.0, 9679.0, 9699.0, 9685.0, 9707.0, 9742.0, 9701.0, 9728.0, 9686.0, 9704.0, 9731.0, 9703.0, 9713.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.0014309758897818603</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019631880252583236</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8582491731494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.231545552425289</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.017720246574713</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4984</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4887.3511</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07990763504422074</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.214695752009185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.386530989330647</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2601361279323378</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6166050285243654</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.282851811535238</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0241016</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016732266172766685</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03482172265648842</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.7587218776928073</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>15.7295</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0502</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.1544</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296204.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1105.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.7535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9233</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>651.8522</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3574.2899</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3751.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80340.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4809.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.9394</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.34817849181127</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> |