=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0020_ses-04_task-social_acq-mb8_run-01_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-0020_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-01_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-0020/ses-04/func/sub-0020_ses-04_task-social_acq-mb8_run-01_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>5d062c770904ffd61d339414508051bb</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>11:33:11.272500</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.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</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-01_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.0974472</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0e0929cb-86be-487b-8cdc-fbe0037945e4||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.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [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': ['113311.272500', '113311.732500', '113312.192500', '113312.652500', '113313.112500', '113313.572500', '113314.032500', '113314.492500', '113314.952500', '113315.412500', '113315.872500', '113316.332500', '113316.792500', '113317.252500', '113317.712500', '113318.172500', '113318.632500', '113319.092500', '113319.552500', '113320.012500', '113320.472500', '113320.932500', '113321.392500', '113321.852500', '113322.312500', '113322.772500', '113323.232500', '113323.692500', '113324.152500', '113324.612500', '113325.072500', '113325.532500', '113325.992500', '113326.452500', '113326.912500', '113327.372500', '113327.832500', '113328.292500', '113328.752500', '113329.212500', '113329.672500', '113330.132500', '113330.592500', '113331.052500', '113331.512500', '113331.972500', '113332.432500', '113332.892500', '113333.352500', '113333.812500', '113334.272500', '113334.732500', '113335.192500', '113335.652500', '113336.112500', '113336.572500', '113337.032500', '113337.492500', '113337.952500', '113338.412500', '113338.872500', '113339.332500', '113339.792500', '113340.252500', '113340.712500', '113341.172500', '113341.632500', '113342.092500', '113342.552500', '113343.012500', '113343.472500', '113343.932500', '113344.392500', '113344.852500', '113345.312500', '113345.772500', '113346.232500', '113346.692500', '113347.152500', '113347.612500', '113348.072500', '113348.532500', '113348.992500', '113349.452500', '113349.912500', '113350.372500', '113350.832500', '113351.292500', '113351.752500', '113352.212500', '113352.672500', '113353.132500', '113353.592500', '113354.052500', '113354.512500', '113354.972500', '113355.432500', '113355.892500', '113356.352500', '113356.812500', '113357.272500', '113357.732500', '113358.192500', '113358.652500', '113359.112500', '113359.572500', '113400.032500', '113400.492500', '113400.952500', '113401.412500', '113401.872500', '113402.332500', '113402.792500', '113403.252500', '113403.712500', '113404.172500', '113404.632500', '113405.092500', '113405.552500', '113406.012500', '113406.472500', '113406.932500', '113407.392500', '113407.852500', '113408.312500', '113408.772500', '113409.232500', '113409.692500', '113410.152500', '113410.612500', '113411.072500', '113411.532500', '113411.992500', '113412.452500', '113412.912500', '113413.372500', '113413.832500', '113414.292500', '113414.752500', '113415.212500', '113415.672500', '113416.132500', '113416.592500', '113417.052500', '113417.512500', '113417.972500', '113418.432500', '113418.892500', '113419.352500', '113419.812500', '113420.272500', '113420.732500', '113421.192500', '113421.652500', '113422.112500', '113422.572500', '113423.032500', '113423.492500', '113423.952500', '113424.412500', '113424.872500', '113425.332500', '113425.792500', '113426.252500', '113426.712500', '113427.172500', '113427.632500', '113428.092500', '113428.552500', '113429.012500', '113429.472500', '113429.932500', '113430.392500', '113430.852500', '113431.312500', '113431.772500', '113432.232500', '113432.692500', '113433.152500', '113433.612500', '113434.072500', '113434.532500', '113434.992500', '113435.452500', '113435.912500', '113436.372500', '113436.832500', '113437.292500', '113437.752500', '113438.212500', '113438.672500', '113439.132500', '113439.592500', '113440.052500', '113440.512500', '113440.972500', '113441.432500', '113441.892500', '113442.352500', '113442.812500', '113443.272500', '113443.732500', '113444.192500', '113444.652500', '113445.112500', '113445.572500', '113446.032500', '113446.492500', '113446.952500', '113447.412500', '113447.872500', '113448.332500', '113448.792500', '113449.252500', '113449.712500', '113450.172500', '113450.632500', '113451.092500', '113451.552500', '113452.012500', '113452.472500', '113452.932500', '113453.392500', '113453.852500', '113454.312500', '113454.772500', '113455.232500', '113455.692500', '113456.152500', '113456.612500', '113457.072500', '113457.532500', '113457.992500', '113458.452500', '113458.912500', '113459.372500', '113459.832500', '113500.292500', '113500.752500', '113501.212500', '113501.672500', '113502.132500', '113502.592500', '113503.052500', '113503.512500', '113503.972500', '113504.432500', '113504.892500', '113505.352500', '113505.812500', '113506.272500', '113506.732500', '113507.192500', '113507.652500', '113508.112500', '113508.572500', '113509.032500', '113509.492500', '113509.952500', '113510.412500', '113510.872500', '113511.332500', '113511.792500', '113512.252500', '113512.712500', '113513.172500', '113513.632500', '113514.092500', '113514.552500', '113515.012500', '113515.472500', '113515.932500', '113516.392500', '113516.852500', '113517.312500', '113517.772500', '113518.232500', '113518.692500', '113519.152500', '113519.612500', '113520.072500', '113520.532500', '113520.992500', '113521.452500', '113521.912500', '113522.372500', '113522.832500', '113523.292500', '113523.752500', '113524.212500', '113524.672500', '113525.132500', '113525.592500', '113526.052500', '113526.512500', '113526.972500', '113527.432500', '113527.892500', '113528.352500', '113528.812500', '113529.272500', '113529.732500', '113530.192500', '113530.652500', '113531.112500', '113531.572500', '113532.032500', '113532.492500', '113532.952500', '113533.412500', '113533.872500', '113534.332500', '113534.792500', '113535.252500', '113535.712500', '113536.172500', '113536.632500', '113537.092500', '113537.552500', '113538.012500', '113538.472500', '113538.932500', '113539.392500', '113539.852500', '113540.312500', '113540.772500', '113541.232500', '113541.692500', '113542.152500', '113542.612500', '113543.072500', '113543.532500', '113543.992500', '113544.452500', '113544.912500', '113545.372500', '113545.832500', '113546.292500', '113546.752500', '113547.212500', '113547.672500', '113548.132500', '113548.592500', '113549.052500', '113549.512500', '113549.972500', '113550.432500', '113550.892500', '113551.352500', '113551.812500', '113552.272500', '113552.732500', '113553.192500', '113553.652500', '113554.112500', '113554.572500', '113555.032500', '113555.492500', '113555.952500', '113556.412500', '113556.872500', '113557.332500', '113557.792500', '113558.252500', '113558.712500', '113559.172500', '113559.632500', '113600.092500', '113600.552500', '113601.012500', '113601.472500', '113601.932500', '113602.392500', '113602.852500', '113603.312500', '113603.772500', '113604.232500', '113604.692500', '113605.152500', '113605.612500', '113606.072500', '113606.532500', '113606.992500', '113607.452500', '113607.912500', '113608.372500', '113608.832500', '113609.292500', '113609.752500', '113610.212500', '113610.672500', '113611.132500', '113611.592500', '113612.052500', '113612.512500', '113612.972500', '113613.432500', '113613.892500', '113614.352500', '113614.812500', '113615.272500', '113615.732500', '113616.192500', '113616.652500', '113617.112500', '113617.572500', '113618.032500', '113618.492500', '113618.952500', '113619.412500', '113619.872500', '113620.332500', '113620.792500', '113621.252500', '113621.712500', '113622.172500', '113622.632500', '113623.092500', '113623.552500', '113624.012500', '113624.472500', '113624.932500', '113625.392500', '113625.852500', '113626.312500', '113626.772500', '113627.232500', '113627.692500', '113628.152500', '113628.612500', '113629.072500', '113629.532500', '113629.992500', '113630.452500', '113630.912500', '113631.372500', '113631.832500', '113632.292500', '113632.752500', '113633.212500', '113633.672500', '113634.132500', '113634.592500', '113635.052500', '113635.512500', '113635.972500', '113636.432500', '113636.892500', '113637.352500', '113637.812500', '113638.272500', '113638.732500', '113639.192500', '113639.652500', '113640.112500', '113640.572500', '113641.032500', '113641.492500', '113641.952500', '113642.412500', '113642.872500', '113643.332500', '113643.792500', '113644.252500', '113644.712500', '113645.172500', '113645.632500', '113646.092500', '113646.552500', '113647.012500', '113647.472500', '113647.932500', '113648.392500', '113648.852500', '113649.312500', '113649.772500', '113650.232500', '113650.692500', '113651.152500', '113651.612500', '113652.072500', '113652.532500', '113652.992500', '113653.452500', '113653.912500', '113654.372500', '113654.832500', '113655.292500', '113655.752500', '113656.212500', '113656.672500', '113657.132500', '113657.592500', '113658.052500', '113658.512500', '113658.972500', '113659.432500', '113659.892500', '113700.352500', '113700.812500', '113701.272500', '113701.732500', '113702.192500', '113702.652500', '113703.112500', '113703.572500', '113704.032500', '113704.492500', '113704.952500', '113705.412500', '113705.872500', '113706.332500', '113706.792500', '113707.252500', '113707.712500', '113708.172500', '113708.632500', '113709.092500', '113709.552500', '113710.012500', '113710.472500', '113710.932500', '113711.392500', '113711.852500', '113712.312500', '113712.772500', '113713.232500', '113713.692500', '113714.152500', '113714.612500', '113715.072500', '113715.532500', '113715.992500', '113716.452500', '113716.912500', '113717.372500', '113717.832500', '113718.292500', '113718.752500', '113719.212500', '113719.672500', '113720.132500', '113720.592500', '113721.052500', '113721.512500', '113721.972500', '113722.432500', '113722.892500', '113723.352500', '113723.812500', '113724.272500', '113724.732500', '113725.192500', '113725.652500', '113726.112500', '113726.572500', '113727.032500', '113727.492500', '113727.952500', '113728.412500', '113728.872500', '113729.332500', '113729.792500', '113730.252500', '113730.712500', '113731.172500', '113731.632500', '113732.092500', '113732.552500', '113733.012500', '113733.472500', '113733.932500', '113734.392500', '113734.852500', '113735.312500', '113735.772500', '113736.232500', '113736.692500', '113737.152500', '113737.612500', '113738.072500', '113738.532500', '113738.992500', '113739.452500', '113739.912500', '113740.372500', '113740.832500', '113741.292500', '113741.752500', '113742.212500', '113742.672500', '113743.132500', '113743.592500', '113744.052500', '113744.512500', '113744.972500', '113745.432500', '113745.892500', '113746.352500', '113746.812500', '113747.272500', '113747.732500', '113748.192500', '113748.652500', '113749.112500', '113749.572500', '113750.032500', '113750.492500', '113750.952500', '113751.412500', '113751.872500', '113752.332500', '113752.792500', '113753.252500', '113753.712500', '113754.172500', '113754.632500', '113755.092500', '113755.552500', '113756.012500', '113756.472500', '113756.932500', '113757.392500', '113757.852500', '113758.312500', '113758.772500', '113759.232500', '113759.692500', '113800.152500', '113800.612500', '113801.072500', '113801.532500', '113801.992500', '113802.452500', '113802.912500', '113803.372500', '113803.832500', '113804.292500', '113804.752500', '113805.212500', '113805.672500', '113806.132500', '113806.592500', '113807.052500', '113807.512500', '113807.972500', '113808.432500', '113808.892500', '113809.352500', '113809.812500', '113810.272500', '113810.732500', '113811.192500', '113811.652500', '113812.112500', '113812.572500', '113813.032500', '113813.492500', '113813.952500', '113814.412500', '113814.872500', '113815.332500', '113815.792500', '113816.252500', '113816.712500', '113817.172500', '113817.632500', '113818.092500', '113818.552500', '113819.012500', '113819.472500', '113819.932500', '113820.392500', '113820.852500', '113821.312500', '113821.772500', '113822.232500', '113822.692500', '113823.152500', '113823.612500', '113824.072500', '113824.532500', '113824.992500', '113825.452500', '113825.912500', '113826.372500', '113826.832500', '113827.292500', '113827.752500', '113828.212500', '113828.672500', '113829.132500', '113829.592500', '113830.052500', '113830.512500', '113830.972500', '113831.432500', '113831.892500', '113832.352500', '113832.812500', '113833.272500', '113833.732500', '113834.192500', '113834.652500', '113835.112500', '113835.572500', '113836.032500', '113836.492500', '113836.952500', '113837.412500', '113837.872500', '113838.332500', '113838.792500', '113839.252500', '113839.712500', '113840.172500', '113840.632500', '113841.092500', '113841.552500', '113842.012500', '113842.472500', '113842.932500', '113843.392500', '113843.852500', '113844.312500', '113844.772500', '113845.232500', '113845.692500', '113846.152500', '113846.612500', '113847.072500', '113847.532500', '113847.992500', '113848.452500', '113848.912500', '113849.372500', '113849.832500', '113850.292500', '113850.752500', '113851.212500', '113851.672500', '113852.132500', '113852.592500', '113853.052500', '113853.512500', '113853.972500', '113854.432500', '113854.892500', '113855.352500', '113855.812500', '113856.272500', '113856.732500', '113857.192500', '113857.652500', '113858.112500', '113858.572500', '113859.032500', '113859.492500', '113859.952500', '113900.412500', '113900.872500', '113901.332500', '113901.792500', '113902.252500', '113902.712500', '113903.172500', '113903.632500', '113904.092500', '113904.552500', '113905.012500', '113905.472500', '113905.932500', '113906.392500', '113906.852500', '113907.312500', '113907.772500', '113908.232500', '113908.692500', '113909.152500', '113909.612500', '113910.072500', '113910.532500', '113910.992500', '113911.452500', '113911.912500', '113912.372500', '113912.832500', '113913.292500', '113913.752500', '113914.212500', '113914.672500', '113915.132500', '113915.592500', '113916.052500', '113916.512500', '113916.972500', '113917.432500', '113917.892500', '113918.352500', '113918.812500', '113919.272500', '113919.732500', '113920.192500', '113920.652500', '113921.112500', '113921.572500', '113922.032500', '113922.492500', '113922.952500', '113923.412500', '113923.872500', '113924.332500', '113924.792500', '113925.252500', '113925.712500', '113926.172500', '113926.632500', '113927.092500', '113927.552500', '113928.012500', '113928.472500', '113928.932500', '113929.392500', '113929.852500', '113930.312500', '113930.772500', '113931.232500', '113931.692500', '113932.152500', '113932.612500', '113933.072500', '113933.532500', '113933.992500', '113934.452500', '113934.912500', '113935.372500', '113935.832500', '113936.292500', '113936.752500', '113937.212500', '113937.672500', '113938.132500', '113938.592500', '113939.052500', '113939.512500', '113939.972500', '113940.432500', '113940.892500', '113941.352500', '113941.812500', '113942.272500', '113942.732500', '113943.192500', '113943.652500', '113944.112500', '113944.572500', '113945.032500', '113945.492500', '113945.952500', '113946.412500', '113946.872500', '113947.332500', '113947.792500', '113948.252500', '113948.712500', '113949.172500', '113949.632500', '113950.092500', '113950.552500', '113951.012500', '113951.472500', '113951.932500'], 'ContentTime': ['113326.184000', '113326.187000', '113326.190000', '113326.193000', '113326.196000', '113326.199000', '113326.202000', '113326.205000', '113326.207000', '113326.210000', '113326.213000', '113326.216000', '113326.219000', '113326.222000', '113326.224000', '113326.227000', '113326.230000', '113326.233000', '113326.236000', '113326.238000', '113326.241000', '113326.250000', '113326.253000', '113326.256000', '113326.259000', '113326.261000', '113326.264000', '113326.267000', '113326.270000', '113326.273000', '113326.275000', '113346.152000', '113346.155000', '113346.158000', '113346.160000', '113346.163000', '113346.167000', '113346.170000', '113346.173000', '113346.176000', '113346.179000', '113346.181000', '113346.184000', '113346.187000', '113346.190000', '113346.193000', '113346.195000', '113346.198000', '113346.201000', '113346.204000', '113346.206000', '113346.209000', '113346.212000', '113346.215000', '113346.218000', '113346.221000', '113346.224000', '113346.226000', '113346.229000', '113346.232000', '113346.235000', '113346.238000', '113346.249000', '113346.252000', '113346.255000', '113346.258000', '113346.262000', '113346.267000', '113346.270000', '113346.273000', '113346.276000', '113346.278000', '113346.281000', '113346.284000', '113406.152000', '113406.155000', '113406.158000', '113406.160000', '113406.163000', '113406.166000', '113406.169000', '113406.172000', '113406.174000', '113406.177000', '113406.180000', '113406.183000', '113406.186000', '113406.188000', '113406.191000', '113406.194000', '113406.197000', '113406.200000', '113406.202000', '113406.205000', '113406.208000', '113406.211000', '113406.213000', '113406.216000', '113406.219000', '113406.222000', '113406.225000', '113406.228000', '113406.230000', '113406.233000', '113406.236000', '113406.239000', '113406.242000', '113406.245000', '113406.255000', '113406.258000', '113406.261000', '113406.264000', '113406.267000', '113406.270000', '113406.272000', '113406.275000', '113406.278000', '113406.281000', '113426.152000', '113426.155000', '113426.157000', '113426.160000', '113426.163000', '113426.166000', '113426.169000', '113426.172000', '113426.175000', '113426.177000', '113426.180000', '113426.183000', '113426.186000', '113426.189000', '113426.191000', '113426.194000', '113426.197000', '113426.200000', '113426.203000', '113426.205000', '113426.208000', '113426.211000', '113426.214000', '113426.217000', '113426.220000', '113426.222000', '113426.225000', '113426.228000', '113426.231000', '113426.234000', '113426.237000', '113426.239000', '113426.242000', '113426.245000', '113426.248000', '113426.251000', '113426.254000', '113426.257000', '113426.259000', '113426.262000', '113426.265000', '113426.268000', '113426.271000', '113446.152000', '113446.155000', '113446.157000', '113446.160000', '113446.163000', '113446.166000', '113446.169000', '113446.171000', '113446.174000', '113446.177000', '113446.180000', '113446.183000', '113446.186000', '113446.188000', '113446.191000', '113446.194000', '113446.197000', '113446.200000', '113446.202000', '113446.205000', '113446.208000', '113446.211000', '113446.214000', '113446.217000', '113446.219000', '113446.222000', '113446.225000', '113446.228000', '113446.230000', '113446.233000', '113446.236000', '113446.239000', '113446.242000', '113446.245000', '113446.247000', '113446.250000', '113446.253000', '113446.256000', '113446.259000', '113446.262000', '113446.264000', '113446.267000', '113446.270000', '113446.273000', '113506.152000', '113506.155000', '113506.158000', '113506.161000', '113506.163000', '113506.166000', '113506.179000', '113506.181000', '113506.184000', '113506.187000', '113506.190000', '113506.193000', '113506.195000', '113506.198000', '113506.201000', '113506.205000', '113506.208000', '113506.211000', '113506.214000', '113506.217000', '113506.219000', '113506.222000', '113506.225000', '113506.228000', '113506.231000', '113506.234000', '113506.236000', '113506.239000', '113506.242000', '113506.245000', '113506.248000', '113506.251000', '113506.253000', '113506.256000', '113506.260000', '113506.263000', '113506.267000', '113506.270000', '113506.272000', '113506.275000', '113506.278000', '113506.281000', '113506.284000', '113526.152000', '113526.155000', '113526.158000', '113526.160000', '113526.163000', '113526.166000', '113526.169000', '113526.172000', '113526.175000', '113526.178000', '113526.180000', '113526.183000', '113526.186000', '113526.189000', '113526.192000', '113526.195000', '113526.197000', '113526.200000', '113526.203000', '113526.206000', '113526.209000', '113526.212000', '113526.214000', '113526.217000', '113526.220000', '113526.223000', '113526.226000', '113526.229000', '113526.231000', '113526.234000', '113526.237000', '113526.240000', '113526.243000', '113526.245000', '113526.248000', '113526.251000', '113526.254000', '113526.257000', '113526.260000', '113526.263000', '113526.265000', '113526.268000', '113526.271000', '113526.274000', '113546.152000', '113546.155000', '113546.158000', '113546.160000', '113546.163000', '113546.166000', '113546.169000', '113546.172000', '113546.175000', '113546.177000', '113546.180000', '113546.183000', '113546.186000', '113546.189000', '113546.192000', '113546.194000', '113546.197000', '113546.200000', '113546.203000', '113546.206000', '113546.209000', '113546.211000', '113546.214000', '113546.217000', '113546.220000', '113546.223000', '113546.226000', '113546.228000', '113546.231000', '113546.234000', '113546.237000', '113546.240000', '113546.242000', '113546.245000', '113546.248000', '113546.251000', '113546.254000', '113546.257000', '113546.260000', '113546.262000', '113546.265000', '113546.268000', '113546.271000', '113606.152000', '113606.155000', '113606.158000', '113606.161000', '113606.164000', '113606.166000', '113606.169000', '113606.172000', '113606.175000', '113606.178000', '113606.180000', '113606.183000', '113606.186000', '113606.189000', '113606.192000', '113606.195000', '113606.197000', '113606.200000', '113606.203000', '113606.206000', '113606.209000', '113606.212000', '113606.215000', '113606.217000', '113606.220000', '113606.223000', '113606.226000', '113606.229000', '113606.231000', '113606.234000', '113606.237000', '113606.240000', '113606.243000', '113606.246000', '113606.249000', '113606.251000', '113606.254000', '113606.257000', '113606.260000', '113606.263000', '113606.265000', '113606.268000', '113606.271000', '113606.274000', '113626.152000', '113626.155000', '113626.158000', '113626.160000', '113626.163000', '113626.166000', '113626.169000', '113626.172000', '113626.175000', '113626.177000', '113626.180000', '113626.183000', '113626.186000', '113626.189000', '113626.191000', '113626.194000', '113626.197000', '113626.200000', '113626.203000', '113626.206000', '113626.208000', '113626.211000', '113626.214000', '113626.217000', '113626.220000', '113626.223000', '113626.225000', '113626.228000', '113626.231000', '113626.234000', '113626.237000', '113626.240000', '113626.244000', '113626.247000', '113626.249000', '113626.252000', '113626.255000', '113626.258000', '113626.261000', '113626.264000', '113626.266000', '113626.269000', '113626.272000', '113646.152000', '113646.155000', '113646.180000', '113646.183000', '113646.186000', '113646.189000', '113646.192000', '113646.195000', '113646.197000', '113646.200000', '113646.203000', '113646.206000', '113646.209000', '113646.212000', '113646.215000', '113646.217000', '113646.220000', '113646.223000', '113646.226000', '113646.229000', '113646.232000', '113646.234000', '113646.237000', '113646.240000', '113646.243000', '113646.246000', '113646.249000', '113646.251000', '113646.254000', '113646.257000', '113646.260000', '113646.263000', '113646.266000', '113646.268000', '113646.271000', '113646.274000', '113646.277000', '113646.280000', '113646.283000', '113646.286000', '113646.288000', '113646.291000', '113646.294000', '113646.297000', '113706.152000', '113706.155000', '113706.158000', '113706.161000', '113706.163000', '113706.166000', '113706.169000', '113706.172000', '113706.175000', '113706.178000', '113706.180000', '113706.183000', '113706.186000', '113706.189000', '113706.192000', '113706.195000', '113706.198000', '113706.200000', '113706.203000', '113706.206000', '113706.209000', '113706.212000', '113706.214000', '113706.217000', '113706.220000', '113706.223000', '113706.226000', '113706.229000', '113706.232000', '113706.234000', '113706.237000', '113706.240000', '113706.243000', '113706.246000', '113706.249000', '113706.251000', '113706.254000', '113706.257000', '113706.260000', '113706.262000', '113706.265000', '113706.268000', '113706.271000', '113726.152000', '113726.155000', '113726.158000', '113726.161000', '113726.163000', '113726.166000', '113726.169000', '113726.172000', '113726.175000', '113726.178000', '113726.180000', '113726.183000', '113726.186000', '113726.189000', '113726.192000', '113726.195000', '113726.198000', '113726.200000', '113726.203000', '113726.206000', '113726.209000', '113726.212000', '113726.214000', '113726.217000', '113726.220000', '113726.223000', '113726.226000', '113726.229000', '113726.231000', '113726.234000', '113726.237000', '113726.240000', '113726.243000', '113726.246000', '113726.248000', '113726.251000', '113726.254000', '113726.257000', '113726.260000', '113726.262000', '113726.265000', '113726.268000', '113726.271000', '113726.274000', '113746.152000', '113746.155000', '113746.158000', '113746.161000', '113746.163000', '113746.166000', '113746.169000', '113746.172000', '113746.175000', '113746.177000', '113746.180000', '113746.183000', '113746.186000', '113746.189000', '113746.192000', '113746.194000', '113746.197000', '113746.200000', '113746.203000', '113746.206000', '113746.209000', '113746.211000', '113746.214000', '113746.217000', '113746.220000', '113746.223000', '113746.225000', '113746.228000', '113746.231000', '113746.234000', '113746.237000', '113746.240000', '113746.242000', '113746.245000', '113746.248000', '113746.251000', '113746.254000', '113746.257000', '113746.259000', '113746.262000', '113746.265000', '113746.268000', '113746.271000', '113806.152000', '113806.155000', '113806.158000', '113806.161000', '113806.163000', '113806.166000', '113806.169000', '113806.172000', '113806.175000', '113806.177000', '113806.180000', '113806.183000', '113806.186000', '113806.195000', '113806.198000', '113806.201000', '113806.204000', '113806.206000', '113806.209000', '113806.212000', '113806.215000', '113806.218000', '113806.221000', '113806.223000', '113806.226000', '113806.229000', '113806.232000', '113806.235000', '113806.238000', '113806.240000', '113806.243000', '113806.246000', '113806.249000', '113806.252000', '113806.255000', '113806.258000', '113806.260000', '113806.263000', '113806.266000', '113806.269000', '113806.272000', '113806.274000', '113806.277000', '113806.280000', '113826.152000', '113826.155000', '113826.158000', '113826.161000', '113826.164000', '113826.166000', '113826.169000', '113826.172000', '113826.175000', '113826.178000', '113826.180000', '113826.183000', '113826.186000', '113826.189000', '113826.192000', '113826.195000', '113826.197000', '113826.200000', '113826.203000', '113826.206000', '113826.209000', '113826.211000', '113826.214000', '113826.217000', '113826.220000', '113826.223000', '113826.226000', '113826.228000', '113826.231000', '113826.234000', '113826.237000', '113826.240000', '113826.243000', '113826.245000', '113826.248000', '113826.251000', '113826.254000', '113826.257000', '113826.259000', '113826.262000', '113826.265000', '113826.268000', '113826.271000', '113846.152000', '113846.166000', '113846.169000', '113846.172000', '113846.175000', '113846.178000', '113846.181000', '113846.183000', '113846.186000', '113846.189000', '113846.192000', '113846.195000', '113846.198000', '113846.200000', '113846.203000', '113846.206000', '113846.209000', '113846.212000', '113846.215000', '113846.217000', '113846.220000', '113846.223000', '113846.226000', '113846.229000', '113846.232000', '113846.234000', '113846.237000', '113846.240000', '113846.243000', '113846.246000', '113846.249000', '113846.251000', '113846.254000', '113846.257000', '113846.260000', '113846.263000', '113846.266000', '113846.268000', '113846.271000', '113846.274000', '113846.277000', '113846.280000', '113846.283000', '113906.152000', '113906.155000', '113906.158000', '113906.161000', '113906.163000', '113906.166000', '113906.169000', '113906.172000', '113906.175000', '113906.177000', '113906.180000', '113906.183000', '113906.186000', '113906.189000', '113906.192000', '113906.195000', '113906.198000', '113906.200000', '113906.203000', '113906.206000', '113906.209000', '113906.212000', '113906.214000', '113906.217000', '113906.220000', '113906.223000', '113906.226000', '113906.229000', '113906.232000', '113906.234000', '113906.238000', '113906.240000', '113906.243000', '113906.246000', '113906.249000', '113906.252000', '113906.255000', '113906.258000', '113906.260000', '113906.263000', '113906.266000', '113906.271000', '113906.273000', '113906.276000', '113926.152000', '113926.155000', '113926.158000', '113926.161000', '113926.165000', '113926.168000', '113926.171000', '113926.174000', '113926.176000', '113926.179000', '113926.182000', '113926.185000', '113926.188000', '113926.191000', '113926.194000', '113926.197000', '113926.199000', '113926.202000', '113926.205000', '113926.208000', '113926.211000', '113926.213000', '113926.216000', '113926.219000', '113926.222000', '113926.225000', '113926.228000', '113926.230000', '113926.233000', '113926.236000', '113926.239000', '113926.242000', '113926.244000', '113926.247000', '113926.250000', '113926.253000', '113926.256000', '113926.259000', '113926.277000', '113926.280000', '113926.283000', '113926.286000', '113926.288000', '113946.152000', '113946.155000', '113946.158000', '113946.161000', '113946.163000', '113946.166000', '113946.169000', '113946.172000', '113946.175000', '113946.178000', '113946.180000', '113946.183000', '113946.186000', '113946.189000', '113946.192000', '113946.194000', '113946.197000', '113946.200000', '113946.203000', '113946.206000', '113946.208000', '113946.211000', '113946.214000', '113946.217000', '113946.220000', '113946.223000', '113946.225000', '113946.228000', '113946.231000', '113946.234000', '113946.237000', '113946.239000', '113946.242000', '113946.245000', '113946.248000', '113946.251000', '113946.254000', '113946.256000', '113946.259000', '113946.262000', '113946.265000', '113946.268000', '113946.271000', '113946.273000', '113952.932000', '113952.935000', '113952.938000', '113952.941000', '113952.944000', '113952.947000', '113952.950000', '113952.953000', '113952.956000', '113952.959000', '113952.962000', '113952.965000', '113952.968000', '113952.970000', '113952.973000'], 'InstanceCreationTime': ['113326.184000', '113326.187000', '113326.190000', '113326.193000', '113326.196000', '113326.199000', '113326.202000', '113326.205000', '113326.207000', '113326.210000', '113326.213000', '113326.216000', '113326.219000', '113326.222000', '113326.224000', '113326.227000', '113326.230000', '113326.233000', '113326.236000', '113326.238000', '113326.241000', '113326.250000', '113326.253000', '113326.256000', '113326.259000', '113326.261000', '113326.264000', '113326.267000', '113326.270000', '113326.273000', '113326.275000', '113346.152000', '113346.155000', '113346.158000', '113346.160000', '113346.163000', '113346.167000', '113346.170000', '113346.173000', '113346.176000', '113346.179000', '113346.181000', '113346.184000', '113346.187000', '113346.190000', '113346.193000', '113346.195000', '113346.198000', '113346.201000', '113346.204000', '113346.206000', '113346.209000', '113346.212000', '113346.215000', '113346.218000', '113346.221000', '113346.224000', '113346.226000', '113346.229000', '113346.232000', '113346.235000', '113346.238000', '113346.249000', '113346.252000', '113346.255000', '113346.258000', '113346.262000', '113346.267000', '113346.270000', '113346.273000', '113346.276000', '113346.278000', '113346.281000', '113346.284000', '113406.152000', '113406.155000', '113406.158000', '113406.160000', '113406.163000', '113406.166000', '113406.169000', '113406.172000', '113406.174000', '113406.177000', '113406.180000', '113406.183000', '113406.186000', '113406.188000', '113406.191000', '113406.194000', '113406.197000', '113406.200000', '113406.202000', '113406.205000', '113406.208000', '113406.211000', '113406.213000', '113406.216000', '113406.219000', '113406.222000', '113406.225000', '113406.228000', '113406.230000', '113406.233000', '113406.236000', '113406.239000', '113406.242000', '113406.245000', '113406.255000', '113406.258000', '113406.261000', '113406.264000', '113406.267000', '113406.270000', '113406.272000', '113406.275000', '113406.278000', '113406.281000', '113426.152000', '113426.155000', '113426.157000', '113426.160000', '113426.163000', '113426.166000', '113426.169000', '113426.172000', '113426.175000', '113426.177000', '113426.180000', '113426.183000', '113426.186000', '113426.189000', '113426.191000', '113426.194000', '113426.197000', '113426.200000', '113426.203000', '113426.205000', '113426.208000', '113426.211000', '113426.214000', '113426.217000', '113426.220000', '113426.222000', '113426.225000', '113426.228000', '113426.231000', '113426.234000', '113426.237000', '113426.239000', '113426.242000', '113426.245000', '113426.248000', '113426.251000', '113426.254000', '113426.257000', '113426.259000', '113426.262000', '113426.265000', '113426.268000', '113426.271000', '113446.152000', '113446.155000', '113446.157000', '113446.160000', '113446.163000', '113446.166000', '113446.169000', '113446.171000', '113446.174000', '113446.177000', '113446.180000', '113446.183000', '113446.186000', '113446.188000', '113446.191000', '113446.194000', '113446.197000', '113446.200000', '113446.202000', '113446.205000', '113446.208000', '113446.211000', '113446.214000', '113446.217000', '113446.219000', '113446.222000', '113446.225000', '113446.228000', '113446.230000', '113446.233000', '113446.236000', '113446.239000', '113446.242000', '113446.245000', '113446.247000', '113446.250000', '113446.253000', '113446.256000', '113446.259000', '113446.262000', '113446.264000', '113446.267000', '113446.270000', '113446.273000', '113506.152000', '113506.155000', '113506.158000', '113506.161000', '113506.163000', '113506.166000', '113506.179000', '113506.181000', '113506.184000', '113506.187000', '113506.190000', '113506.193000', '113506.195000', '113506.198000', '113506.201000', '113506.205000', '113506.208000', '113506.211000', '113506.214000', '113506.217000', '113506.219000', '113506.222000', '113506.225000', '113506.228000', '113506.231000', '113506.234000', '113506.236000', '113506.239000', '113506.242000', '113506.245000', '113506.248000', '113506.251000', '113506.253000', '113506.256000', '113506.260000', '113506.263000', '113506.267000', '113506.270000', '113506.272000', '113506.275000', '113506.278000', '113506.281000', '113506.284000', '113526.152000', '113526.155000', '113526.158000', '113526.160000', '113526.163000', '113526.166000', '113526.169000', '113526.172000', '113526.175000', '113526.178000', '113526.180000', '113526.183000', '113526.186000', '113526.189000', '113526.192000', '113526.195000', '113526.197000', '113526.200000', '113526.203000', '113526.206000', '113526.209000', '113526.212000', '113526.214000', '113526.217000', '113526.220000', '113526.223000', '113526.226000', '113526.229000', '113526.231000', '113526.234000', '113526.237000', '113526.240000', '113526.243000', '113526.245000', '113526.248000', '113526.251000', '113526.254000', '113526.257000', '113526.260000', '113526.263000', '113526.265000', '113526.268000', '113526.271000', '113526.274000', '113546.152000', '113546.155000', '113546.158000', '113546.160000', '113546.163000', '113546.166000', '113546.169000', '113546.172000', '113546.175000', '113546.177000', '113546.180000', '113546.183000', '113546.186000', '113546.189000', '113546.192000', '113546.194000', '113546.197000', '113546.200000', '113546.203000', '113546.206000', '113546.209000', '113546.211000', '113546.214000', '113546.217000', '113546.220000', '113546.223000', '113546.226000', '113546.228000', '113546.231000', '113546.234000', '113546.237000', '113546.240000', '113546.242000', '113546.245000', '113546.248000', '113546.251000', '113546.254000', '113546.257000', '113546.260000', '113546.262000', '113546.265000', '113546.268000', '113546.271000', '113606.152000', '113606.155000', '113606.158000', '113606.161000', '113606.164000', '113606.166000', '113606.169000', '113606.172000', '113606.175000', '113606.178000', '113606.180000', '113606.183000', '113606.186000', '113606.189000', '113606.192000', '113606.195000', '113606.197000', '113606.200000', '113606.203000', '113606.206000', '113606.209000', '113606.212000', '113606.215000', '113606.217000', '113606.220000', '113606.223000', '113606.226000', '113606.229000', '113606.231000', '113606.234000', '113606.237000', '113606.240000', '113606.243000', '113606.246000', '113606.249000', '113606.251000', '113606.254000', '113606.257000', '113606.260000', '113606.263000', '113606.265000', '113606.268000', '113606.271000', '113606.274000', '113626.152000', '113626.155000', '113626.158000', '113626.160000', '113626.163000', '113626.166000', '113626.169000', '113626.172000', '113626.175000', '113626.177000', '113626.180000', '113626.183000', '113626.186000', '113626.189000', '113626.191000', '113626.194000', '113626.197000', '113626.200000', '113626.203000', '113626.206000', '113626.208000', '113626.211000', '113626.214000', '113626.217000', '113626.220000', '113626.223000', '113626.225000', '113626.228000', '113626.231000', '113626.234000', '113626.237000', '113626.240000', '113626.244000', '113626.247000', '113626.249000', '113626.252000', '113626.255000', '113626.258000', '113626.261000', '113626.264000', '113626.266000', '113626.269000', '113626.272000', '113646.152000', '113646.155000', '113646.180000', '113646.183000', '113646.186000', '113646.189000', '113646.192000', '113646.195000', '113646.197000', '113646.200000', '113646.203000', '113646.206000', '113646.209000', '113646.212000', '113646.215000', '113646.217000', '113646.220000', '113646.223000', '113646.226000', '113646.229000', '113646.232000', '113646.234000', '113646.237000', '113646.240000', '113646.243000', '113646.246000', '113646.249000', '113646.251000', '113646.254000', '113646.257000', '113646.260000', '113646.263000', '113646.266000', '113646.268000', '113646.271000', '113646.274000', '113646.277000', '113646.280000', '113646.283000', '113646.286000', '113646.288000', '113646.291000', '113646.294000', '113646.297000', '113706.152000', '113706.155000', '113706.158000', '113706.161000', '113706.163000', '113706.166000', '113706.169000', '113706.172000', '113706.175000', '113706.178000', '113706.180000', '113706.183000', '113706.186000', '113706.189000', '113706.192000', '113706.195000', '113706.198000', '113706.200000', '113706.203000', '113706.206000', '113706.209000', '113706.212000', '113706.214000', '113706.217000', '113706.220000', '113706.223000', '113706.226000', '113706.229000', '113706.232000', '113706.234000', '113706.237000', '113706.240000', '113706.243000', '113706.246000', '113706.249000', '113706.251000', '113706.254000', '113706.257000', '113706.260000', '113706.262000', '113706.265000', '113706.268000', '113706.271000', '113726.152000', '113726.155000', '113726.158000', '113726.161000', '113726.163000', '113726.166000', '113726.169000', '113726.172000', '113726.175000', '113726.178000', '113726.180000', '113726.183000', '113726.186000', '113726.189000', '113726.192000', '113726.195000', '113726.198000', '113726.200000', '113726.203000', '113726.206000', '113726.209000', '113726.212000', '113726.214000', '113726.217000', '113726.220000', '113726.223000', '113726.226000', '113726.229000', '113726.231000', '113726.234000', '113726.237000', '113726.240000', '113726.243000', '113726.246000', '113726.248000', '113726.251000', '113726.254000', '113726.257000', '113726.260000', '113726.262000', '113726.265000', '113726.268000', '113726.271000', '113726.274000', '113746.152000', '113746.155000', '113746.158000', '113746.161000', '113746.163000', '113746.166000', '113746.169000', '113746.172000', '113746.175000', '113746.177000', '113746.180000', '113746.183000', '113746.186000', '113746.189000', '113746.192000', '113746.194000', '113746.197000', '113746.200000', '113746.203000', '113746.206000', '113746.209000', '113746.211000', '113746.214000', '113746.217000', '113746.220000', '113746.223000', '113746.225000', '113746.228000', '113746.231000', '113746.234000', '113746.237000', '113746.240000', '113746.242000', '113746.245000', '113746.248000', '113746.251000', '113746.254000', '113746.257000', '113746.259000', '113746.262000', '113746.265000', '113746.268000', '113746.271000', '113806.152000', '113806.155000', '113806.158000', '113806.161000', '113806.163000', '113806.166000', '113806.169000', '113806.172000', '113806.175000', '113806.177000', '113806.180000', '113806.183000', '113806.186000', '113806.195000', '113806.198000', '113806.201000', '113806.204000', '113806.206000', '113806.209000', '113806.212000', '113806.215000', '113806.218000', '113806.221000', '113806.223000', '113806.226000', '113806.229000', '113806.232000', '113806.235000', '113806.238000', '113806.240000', '113806.243000', '113806.246000', '113806.249000', '113806.252000', '113806.255000', '113806.258000', '113806.260000', '113806.263000', '113806.266000', '113806.269000', '113806.272000', '113806.274000', '113806.277000', '113806.280000', '113826.152000', '113826.155000', '113826.158000', '113826.161000', '113826.164000', '113826.166000', '113826.169000', '113826.172000', '113826.175000', '113826.178000', '113826.180000', '113826.183000', '113826.186000', '113826.189000', '113826.192000', '113826.195000', '113826.197000', '113826.200000', '113826.203000', '113826.206000', '113826.209000', '113826.211000', '113826.214000', '113826.217000', '113826.220000', '113826.223000', '113826.226000', '113826.228000', '113826.231000', '113826.234000', '113826.237000', '113826.240000', '113826.243000', '113826.245000', '113826.248000', '113826.251000', '113826.254000', '113826.257000', '113826.259000', '113826.262000', '113826.265000', '113826.268000', '113826.271000', '113846.152000', '113846.166000', '113846.169000', '113846.172000', '113846.175000', '113846.178000', '113846.181000', '113846.183000', '113846.186000', '113846.189000', '113846.192000', '113846.195000', '113846.198000', '113846.200000', '113846.203000', '113846.206000', '113846.209000', '113846.212000', '113846.215000', '113846.217000', '113846.220000', '113846.223000', '113846.226000', '113846.229000', '113846.232000', '113846.234000', '113846.237000', '113846.240000', '113846.243000', '113846.246000', '113846.249000', '113846.251000', '113846.254000', '113846.257000', '113846.260000', '113846.263000', '113846.266000', '113846.268000', '113846.271000', '113846.274000', '113846.277000', '113846.280000', '113846.283000', '113906.152000', '113906.155000', '113906.158000', '113906.161000', '113906.163000', '113906.166000', '113906.169000', '113906.172000', '113906.175000', '113906.177000', '113906.180000', '113906.183000', '113906.186000', '113906.189000', '113906.192000', '113906.195000', '113906.198000', '113906.200000', '113906.203000', '113906.206000', '113906.209000', '113906.212000', '113906.214000', '113906.217000', '113906.220000', '113906.223000', '113906.226000', '113906.229000', '113906.232000', '113906.234000', '113906.238000', '113906.240000', '113906.243000', '113906.246000', '113906.249000', '113906.252000', '113906.255000', '113906.258000', '113906.260000', '113906.263000', '113906.266000', '113906.271000', '113906.273000', '113906.276000', '113926.152000', '113926.155000', '113926.158000', '113926.161000', '113926.165000', '113926.168000', '113926.171000', '113926.174000', '113926.176000', '113926.179000', '113926.182000', '113926.185000', '113926.188000', '113926.191000', '113926.194000', '113926.197000', '113926.199000', '113926.202000', '113926.205000', '113926.208000', '113926.211000', '113926.213000', '113926.216000', '113926.219000', '113926.222000', '113926.225000', '113926.228000', '113926.230000', '113926.233000', '113926.236000', '113926.239000', '113926.242000', '113926.244000', '113926.247000', '113926.250000', '113926.253000', '113926.256000', '113926.259000', '113926.277000', '113926.280000', '113926.283000', '113926.286000', '113926.288000', '113946.152000', '113946.155000', '113946.158000', '113946.161000', '113946.163000', '113946.166000', '113946.169000', '113946.172000', '113946.175000', '113946.178000', '113946.180000', '113946.183000', '113946.186000', '113946.189000', '113946.192000', '113946.194000', '113946.197000', '113946.200000', '113946.203000', '113946.206000', '113946.208000', '113946.211000', '113946.214000', '113946.217000', '113946.220000', '113946.223000', '113946.225000', '113946.228000', '113946.231000', '113946.234000', '113946.237000', '113946.239000', '113946.242000', '113946.245000', '113946.248000', '113946.251000', '113946.254000', '113946.256000', '113946.259000', '113946.262000', '113946.265000', '113946.268000', '113946.271000', '113946.273000', '113952.932000', '113952.935000', '113952.938000', '113952.941000', '113952.944000', '113952.947000', '113952.950000', '113952.953000', '113952.956000', '113952.959000', '113952.962000', '113952.965000', '113952.968000', '113952.970000', '113952.973000'], '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': [9861, 11851, 9043, 9818, 9073, 9667, 9502, 9473, 9202, 9586, 9166, 10986, 9446, 8611, 9879, 9488, 10387, 9774, 9510, 10464, 9454, 11112, 9738, 12626, 9461, 12356, 12041, 13598, 11901, 13029, 12402, 16153, 10936, 14422, 13114, 12076, 12884, 9316, 11015, 9320, 10317, 9125, 10881, 9214, 10644, 10003, 12366, 9172, 10257, 15135, 10713, 16857, 13419, 13188, 9752, 12823, 9620, 12345, 9571, 10726, 9720, 10320, 9273, 10640, 9743, 10875, 9755, 10385, 9259, 10350, 9437, 12341, 9586, 12322, 10282, 13384, 9499, 13212, 9479, 12805, 12317, 9174, 10658, 9427, 10010, 9442, 10963, 9913, 10482, 9653, 11075, 9601, 12457, 9658, 11063, 9788, 10929, 9271, 11741, 9703, 12115, 9522, 9302, 9615, 9535, 10044, 9551, 10441, 9827, 11575, 9632, 12246, 9728, 13077, 9866, 12427, 11344, 11871, 9617, 11892, 9631, 11437, 11237, 10072, 9456, 9328, 9309, 9467, 10657, 9454, 10242, 9615, 10871, 9542, 11269, 9461, 11750, 9375, 12499, 10422, 12447, 9496, 13243, 9594, 12813, 10774, 9842, 12093, 9429, 9521, 9399, 10908, 9625, 12226, 9751, 14750, 9185, 13921, 9434, 13389, 12786, 13982, 10207, 11398, 10552, 9371, 13951, 9238, 11751, 8815, 9432, 8787, 9412, 8733, 9365, 8864, 9092, 9382, 9707, 10568, 9546, 14957, 12219, 14780, 12434, 11889, 13978, 9967, 16550, 9440, 12255, 9113, 10253, 8986, 9537, 11262, 9055, 12071, 8860, 10370, 10084, 9331, 12288, 8496, 10420, 9126, 9047, 9109, 9263, 9934, 9050, 11092, 8993, 12475, 9477, 13962, 10685, 15275, 11498, 17033, 13004, 15498, 10887, 13990, 11035, 14138, 11406, 9131, 8716, 8882, 10816, 9471, 13290, 9343, 12315, 9426, 12333, 11002, 13325, 9255, 13242, 9155, 13114, 11351, 12015, 9080, 11648, 9139, 12821, 9683, 8809, 9008, 8882, 9078, 9232, 11013, 9461, 11647, 9334, 8748, 9341, 9228, 13124, 9180, 11963, 8898, 13351, 9566, 16398, 11491, 11765, 8961, 13103, 8934, 15376, 8939, 10531, 9115, 12672, 8789, 8663, 8772, 8664, 11227, 8798, 10527, 8911, 11765, 10344, 14262, 11658, 9181, 9731, 9062, 9706, 9282, 12523, 9003, 10751, 11740, 8980, 15025, 12578, 15612, 15295, 10938, 15993, 9978, 17230, 12587, 16218, 10257, 14594, 10536, 12201, 9943, 8526, 10226, 8857, 11091, 9692, 13556, 10918, 16403, 10610, 9672, 11609, 9441, 7646, 9492, 8549, 9272, 9469, 8757, 10163, 9156, 10523, 9991, 10517, 14669, 11555, 16889, 12783, 17669, 10707, 16380, 10243, 12006, 18032, 10136, 13480, 8844, 12144, 8494, 10032, 8556, 10439, 8772, 10719, 9026, 10612, 8937, 11117, 8748, 7975, 9259, 8899, 9880, 9025, 10896, 9299, 11354, 9332, 12095, 9347, 15547, 9655, 14938, 9258, 14943, 9634, 16305, 9078, 13095, 8907, 12984, 8849, 13083, 10123, 11299, 9043, 11683, 8877, 12054, 10639, 11191, 8992, 10759, 9375, 10943, 9254, 12503, 11051, 8862, 8811, 9045, 9676, 9251, 11031, 9214, 8802, 11592, 9114, 13302, 9204, 14158, 9557, 15854, 11901, 17084, 8859, 14478, 9763, 14244, 8809, 8848, 9160, 8982, 11302, 8894, 11012, 8500, 11039, 8675, 8136, 11484, 9233, 10366, 9067, 11089, 9255, 11641, 10329, 16682, 10403, 8245, 8732, 9032, 11557, 8668, 12592, 10468, 8698, 9513, 8864, 10759, 8651, 13365, 9039, 15524, 8941, 13871, 9456, 12302, 9748, 13502, 8518, 10866, 8608, 10123, 8992, 10807, 9092, 10775, 8684, 7962, 8441, 9164, 8333, 8530, 10300, 8495, 9683, 9479, 11258, 9587, 11956, 9081, 11350, 8827, 12967, 9962, 14983, 9062, 12815, 8856, 11857, 9084, 11029, 8846, 10683, 8540, 10600, 8604, 10779, 8508, 8890, 8464, 9329, 8593, 9826, 8687, 8971, 8716, 10150, 8619, 10637, 8930, 10334, 8790, 12326, 9542, 11357, 9309, 10949, 9210, 11284, 10282, 12165, 9206, 12040, 8815, 11620, 8743, 11234, 8807, 11252, 8666, 9831, 8788, 9906, 8107, 9548, 8457, 9051, 10816, 8524, 11209, 8908, 10001, 8577, 10356, 8734, 11811, 8827, 11810, 8758, 12083, 9921, 10968, 9322, 12211, 9164, 12330, 10578, 11661, 9390, 12143, 9346, 11417, 10741, 11999, 9119, 10618, 8893, 9019, 10076, 8808, 9362, 8673, 9704, 9090, 11289, 9904, 13778, 10149, 13199, 9932, 12544, 10536, 15828, 10059, 8943, 8857, 8857, 10217, 9257, 11878, 10204, 11790, 8683, 8339, 9953, 10125, 13139, 10794, 9373, 13000, 10051, 16276, 14708, 13977, 13294, 10248, 16126, 11103, 15458, 9612, 9297, 9737, 12148, 9800, 12853, 9557, 12933, 9491, 11413, 9223, 12200, 9767, 11828, 9880, 9242, 10611, 9120, 13313, 9854, 14477, 9286, 12849, 9103, 13013, 9321, 12714, 11055, 9900, 15242, 10885, 14845, 8854, 8213, 9475, 8656, 10204, 8895, 9007, 13321, 10690, 15286, 11203, 11212, 10922, 9419, 15882, 11516, 16202, 9290, 14844, 8940, 14248, 8995, 12308, 9168, 11703, 8852, 9326, 8693, 8950, 9030, 9886, 8554, 8671, 8582, 9288, 9060, 10322, 9211, 10930, 9297, 11415, 10271, 12112, 9509, 11828, 9886, 14650, 10907, 13602, 9587, 14008, 10464, 13707, 12348, 12671, 9578, 12683, 10349, 12745, 10068, 9950, 10467, 9899, 10308, 9583, 12078, 9892, 13585, 10126, 13970, 10302, 14302, 9512, 15866, 11238, 16338, 10457, 17020, 11500, 13067, 10081, 10530, 10056, 12817, 9965, 10467, 9837, 9443, 9892, 9112, 10817, 9614, 11458, 9658, 12303, 9866, 13469, 9753, 11010, 9613, 9740, 9073, 10027, 8844, 9840, 9558, 9493, 9668, 9536, 9513, 9621, 9556, 9883, 9330, 9544, 9297, 10166, 9306, 10853, 10125, 12391, 9959, 9484, 10090, 10277, 15052, 10099, 16678, 12534, 18029, 14547, 12949, 11684, 9159, 15857, 10357, 16829, 16380, 11428, 9566, 9647, 10928, 9923, 10886, 9836, 9879, 9267, 9501, 10956, 9247, 12765, 10092, 11193, 11461, 9469, 10966, 9548, 11932, 10699, 13837, 9990, 14473, 11312, 14331, 9978, 14069, 9764, 11360, 9943, 10998, 9729, 9301, 9832, 9610, 9686, 12047, 9917, 10638, 9951, 9532, 9508, 9679, 10866, 9753, 11946, 10619, 15026, 12376, 12280, 14147, 11287, 14483, 11729, 16194, 11528, 10126, 10389, 9964, 11728, 11023, 9493, 12446, 9352, 10951, 11094, 9190, 14290, 9504, 15462, 10658, 16234, 11227, 11953, 10298, 11632, 9840, 11358, 10095, 12206, 10046, 12683, 10369, 9405], 'WindowCenter': [4533.0, 4537.0, 4494.0, 4504.0, 4496.0, 4516.0, 4505.0, 4505.0, 4520.0, 4530.0, 4534.0, 4542.0, 4535.0, 4510.0, 4544.0, 4546.0, 4543.0, 4544.0, 4559.0, 4568.0, 4574.0, 4581.0, 4562.0, 4588.0, 4561.0, 4603.0, 4594.0, 4589.0, 4580.0, 4578.0, 4579.0, 4595.0, 4555.0, 4582.0, 4574.0, 4564.0, 4574.0, 4533.0, 4554.0, 4533.0, 4542.0, 4533.0, 4553.0, 4535.0, 4568.0, 4547.0, 4576.0, 4533.0, 4545.0, 4582.0, 4543.0, 4592.0, 4573.0, 4559.0, 4519.0, 4549.0, 4520.0, 4561.0, 4533.0, 4542.0, 4533.0, 4543.0, 4549.0, 4555.0, 4547.0, 4553.0, 4535.0, 4554.0, 4562.0, 4558.0, 4548.0, 4575.0, 4546.0, 4574.0, 4558.0, 4598.0, 4547.0, 4574.0, 4535.0, 4586.0, 4577.0, 4535.0, 4555.0, 4531.0, 4542.0, 4543.0, 4555.0, 4544.0, 4554.0, 4534.0, 4552.0, 4545.0, 4575.0, 4532.0, 4539.0, 4529.0, 4540.0, 4547.0, 4562.0, 4535.0, 4560.0, 4532.0, 4531.0, 4546.0, 4533.0, 4544.0, 4533.0, 4543.0, 4556.0, 4565.0, 4546.0, 4562.0, 4533.0, 4572.0, 4544.0, 4572.0, 4565.0, 4561.0, 4534.0, 4561.0, 4544.0, 4564.0, 4555.0, 4541.0, 4533.0, 4531.0, 4545.0, 4544.0, 4555.0, 4544.0, 4555.0, 4543.0, 4553.0, 4558.0, 4564.0, 4545.0, 4564.0, 4533.0, 4573.0, 4556.0, 4573.0, 4544.0, 4573.0, 4545.0, 4598.0, 4568.0, 4544.0, 4576.0, 4535.0, 4543.0, 4534.0, 4552.0, 4533.0, 4574.0, 4545.0, 4583.0, 4533.0, 4579.0, 4532.0, 4571.0, 4571.0, 4569.0, 4540.0, 4548.0, 4551.0, 4543.0, 4585.0, 4533.0, 4564.0, 4534.0, 4533.0, 4524.0, 4533.0, 4534.0, 4548.0, 4537.0, 4551.0, 4547.0, 4546.0, 4555.0, 4546.0, 4585.0, 4566.0, 4582.0, 4561.0, 4550.0, 4559.0, 4519.0, 4565.0, 4503.0, 4537.0, 4508.0, 4517.0, 4509.0, 4531.0, 4552.0, 4524.0, 4562.0, 4536.0, 4557.0, 4556.0, 4536.0, 4579.0, 4538.0, 4556.0, 4547.0, 4548.0, 4549.0, 4549.0, 4560.0, 4538.0, 4580.0, 4563.0, 4589.0, 4549.0, 4584.0, 4555.0, 4585.0, 4566.0, 4595.0, 4564.0, 4571.0, 4541.0, 4560.0, 4542.0, 4574.0, 4556.0, 4524.0, 4511.0, 4511.0, 4542.0, 4535.0, 4573.0, 4525.0, 4551.0, 4535.0, 4565.0, 4544.0, 4560.0, 4510.0, 4548.0, 4520.0, 4559.0, 4538.0, 4547.0, 4509.0, 4538.0, 4533.0, 4560.0, 4522.0, 4511.0, 4523.0, 4533.0, 4522.0, 4533.0, 4555.0, 4549.0, 4580.0, 4549.0, 4537.0, 4549.0, 4549.0, 4586.0, 4534.0, 4563.0, 4523.0, 4574.0, 4531.0, 4584.0, 4551.0, 4551.0, 4510.0, 4559.0, 4509.0, 4582.0, 4509.0, 4530.0, 4522.0, 4561.0, 4513.0, 4512.0, 4511.0, 4524.0, 4553.0, 4524.0, 4542.0, 4537.0, 4566.0, 4559.0, 4585.0, 4554.0, 4521.0, 4531.0, 4534.0, 4544.0, 4532.0, 4573.0, 4535.0, 4565.0, 4578.0, 4549.0, 4597.0, 4578.0, 4608.0, 4586.0, 4541.0, 4569.0, 4508.0, 4566.0, 4535.0, 4565.0, 4516.0, 4556.0, 4526.0, 4535.0, 4515.0, 4494.0, 4513.0, 4495.0, 4537.0, 4533.0, 4584.0, 4554.0, 4581.0, 4541.0, 4544.0, 4565.0, 4547.0, 4516.0, 4559.0, 4551.0, 4573.0, 4586.0, 4566.0, 4586.0, 4565.0, 4583.0, 4562.0, 4571.0, 4606.0, 4557.0, 4585.0, 4553.0, 4580.0, 4516.0, 4556.0, 4505.0, 4526.0, 4563.0, 4503.0, 4531.0, 4493.0, 4537.0, 4497.0, 4516.0, 4509.0, 4527.0, 4509.0, 4527.0, 4522.0, 4555.0, 4548.0, 4565.0, 4537.0, 4513.0, 4546.0, 4549.0, 4572.0, 4563.0, 4583.0, 4575.0, 4581.0, 4548.0, 4578.0, 4549.0, 4611.0, 4559.0, 4596.0, 4534.0, 4584.0, 4534.0, 4593.0, 4522.0, 4571.0, 4521.0, 4572.0, 4535.0, 4572.0, 4554.0, 4562.0, 4534.0, 4562.0, 4534.0, 4574.0, 4556.0, 4554.0, 4538.0, 4555.0, 4536.0, 4553.0, 4547.0, 4574.0, 4566.0, 4533.0, 4533.0, 4534.0, 4532.0, 4535.0, 4564.0, 4545.0, 4549.0, 4578.0, 4537.0, 4585.0, 4535.0, 4586.0, 4558.0, 4606.0, 4563.0, 4594.0, 4524.0, 4582.0, 4545.0, 4571.0, 4510.0, 4511.0, 4520.0, 4533.0, 4553.0, 4533.0, 4553.0, 4524.0, 4552.0, 4535.0, 4527.0, 4565.0, 4534.0, 4543.0, 4523.0, 4553.0, 4549.0, 4567.0, 4545.0, 4593.0, 4558.0, 4512.0, 4522.0, 4521.0, 4563.0, 4537.0, 4587.0, 4568.0, 4525.0, 4545.0, 4534.0, 4553.0, 4523.0, 4572.0, 4522.0, 4580.0, 4509.0, 4560.0, 4518.0, 4548.0, 4519.0, 4556.0, 4497.0, 4524.0, 4509.0, 4528.0, 4519.0, 4539.0, 4533.0, 4552.0, 4524.0, 4513.0, 4525.0, 4546.0, 4550.0, 4550.0, 4569.0, 4548.0, 4556.0, 4560.0, 4579.0, 4558.0, 4577.0, 4537.0, 4554.0, 4536.0, 4587.0, 4546.0, 4583.0, 4522.0, 4561.0, 4522.0, 4551.0, 4523.0, 4551.0, 4523.0, 4542.0, 4522.0, 4553.0, 4523.0, 4554.0, 4522.0, 4533.0, 4512.0, 4533.0, 4523.0, 4543.0, 4522.0, 4522.0, 4522.0, 4554.0, 4522.0, 4554.0, 4522.0, 4542.0, 4536.0, 4571.0, 4534.0, 4553.0, 4532.0, 4541.0, 4534.0, 4562.0, 4545.0, 4562.0, 4532.0, 4559.0, 4522.0, 4550.0, 4520.0, 4550.0, 4522.0, 4552.0, 4521.0, 4531.0, 4521.0, 4543.0, 4511.0, 4532.0, 4511.0, 4522.0, 4541.0, 4524.0, 4552.0, 4524.0, 4531.0, 4523.0, 4543.0, 4536.0, 4563.0, 4535.0, 4563.0, 4525.0, 4575.0, 4546.0, 4553.0, 4535.0, 4560.0, 4534.0, 4563.0, 4543.0, 4552.0, 4533.0, 4560.0, 4533.0, 4564.0, 4554.0, 4563.0, 4524.0, 4541.0, 4522.0, 4522.0, 4544.0, 4535.0, 4548.0, 4536.0, 4534.0, 4535.0, 4565.0, 4558.0, 4585.0, 4546.0, 4573.0, 4546.0, 4588.0, 4555.0, 4593.0, 4543.0, 4521.0, 4521.0, 4532.0, 4543.0, 4532.0, 4563.0, 4556.0, 4564.0, 4525.0, 4525.0, 4531.0, 4544.0, 4573.0, 4554.0, 4531.0, 4575.0, 4546.0, 4592.0, 4595.0, 4584.0, 4574.0, 4544.0, 4582.0, 4539.0, 4567.0, 4517.0, 4506.0, 4529.0, 4547.0, 4542.0, 4559.0, 4534.0, 4562.0, 4533.0, 4564.0, 4532.0, 4559.0, 4531.0, 4551.0, 4532.0, 4520.0, 4529.0, 4521.0, 4561.0, 4520.0, 4558.0, 4509.0, 4546.0, 4508.0, 4557.0, 4508.0, 4560.0, 4555.0, 4544.0, 4595.0, 4553.0, 4581.0, 4524.0, 4510.0, 4521.0, 4510.0, 4531.0, 4536.0, 4537.0, 4577.0, 4546.0, 4571.0, 4543.0, 4530.0, 4530.0, 4511.0, 4568.0, 4528.0, 4556.0, 4496.0, 4545.0, 4496.0, 4544.0, 4496.0, 4538.0, 4496.0, 4524.0, 4495.0, 4495.0, 4486.0, 4497.0, 4522.0, 4531.0, 4513.0, 4512.0, 4514.0, 4537.0, 4552.0, 4559.0, 4537.0, 4555.0, 4548.0, 4568.0, 4560.0, 4567.0, 4549.0, 4566.0, 4548.0, 4585.0, 4557.0, 4573.0, 4534.0, 4573.0, 4544.0, 4575.0, 4565.0, 4562.0, 4546.0, 4574.0, 4555.0, 4575.0, 4533.0, 4531.0, 4555.0, 4546.0, 4557.0, 4558.0, 4578.0, 4556.0, 4587.0, 4558.0, 4585.0, 4544.0, 4574.0, 4532.0, 4581.0, 4541.0, 4581.0, 4530.0, 4568.0, 4538.0, 4560.0, 4528.0, 4528.0, 4517.0, 4547.0, 4527.0, 4528.0, 4529.0, 4520.0, 4530.0, 4511.0, 4540.0, 4532.0, 4540.0, 4531.0, 4548.0, 4529.0, 4559.0, 4518.0, 4540.0, 4529.0, 4518.0, 4507.0, 4517.0, 4506.0, 4527.0, 4530.0, 4530.0, 4531.0, 4532.0, 4531.0, 4543.0, 4545.0, 4555.0, 4547.0, 4546.0, 4548.0, 4569.0, 4548.0, 4568.0, 4571.0, 4590.0, 4559.0, 4547.0, 4544.0, 4544.0, 4596.0, 4545.0, 4606.0, 4589.0, 4605.0, 4584.0, 4561.0, 4540.0, 4520.0, 4605.0, 4555.0, 4590.0, 4592.0, 4539.0, 4518.0, 4532.0, 4540.0, 4532.0, 4552.0, 4543.0, 4530.0, 4530.0, 4542.0, 4555.0, 4535.0, 4575.0, 4554.0, 4553.0, 4553.0, 4532.0, 4541.0, 4532.0, 4561.0, 4543.0, 4570.0, 4531.0, 4569.0, 4540.0, 4558.0, 4518.0, 4556.0, 4517.0, 4535.0, 4527.0, 4538.0, 4520.0, 4518.0, 4530.0, 4531.0, 4543.0, 4574.0, 4548.0, 4545.0, 4545.0, 4546.0, 4545.0, 4545.0, 4553.0, 4545.0, 4565.0, 4568.0, 4596.0, 4578.0, 4574.0, 4588.0, 4566.0, 4586.0, 4565.0, 4581.0, 4552.0, 4541.0, 4543.0, 4543.0, 4564.0, 4555.0, 4533.0, 4562.0, 4522.0, 4528.0, 4528.0, 4505.0, 4557.0, 4506.0, 4570.0, 4529.0, 4565.0, 4512.0, 4511.0, 4498.0, 4510.0, 4502.0, 4513.0, 4514.0, 4535.0, 4516.0, 4560.0, 4532.0, 4534.0], 'WindowWidth': [9969.0, 9960.0, 9897.0, 9910.0, 9906.0, 9934.0, 9916.0, 9916.0, 9944.0, 9961.0, 9972.0, 9978.0, 9972.0, 9929.0, 9984.0, 9993.0, 9981.0, 9987.0, 10015.0, 10026.0, 10042.0, 10045.0, 10022.0, 10053.0, 10017.0, 10082.0, 10071.0, 10055.0, 10043.0, 10034.0, 10038.0, 10053.0, 10000.0, 10032.0, 10023.0, 10010.0, 10025.0, 9969.0, 9998.0, 9969.0, 9981.0, 9969.0, 9998.0, 9973.0, 10025.0, 9994.0, 10033.0, 9968.0, 9987.0, 10033.0, 9981.0, 10050.0, 10022.0, 9996.0, 9944.0, 9980.0, 9944.0, 10003.0, 9969.0, 9977.0, 9968.0, 9983.0, 10003.0, 10004.0, 9994.0, 9998.0, 9975.0, 10001.0, 10028.0, 10013.0, 10000.0, 10028.0, 9991.0, 10028.0, 10013.0, 10066.0, 9997.0, 10027.0, 9976.0, 10050.0, 10037.0, 9976.0, 10004.0, 9966.0, 9980.0, 9986.0, 10002.0, 9985.0, 9999.0, 9972.0, 9997.0, 9990.0, 10029.0, 9967.0, 9972.0, 9958.0, 9975.0, 9996.0, 10009.0, 9975.0, 10001.0, 9967.0, 9964.0, 9991.0, 9971.0, 9988.0, 9968.0, 9984.0, 10008.0, 10019.0, 9993.0, 10010.0, 9972.0, 10021.0, 9988.0, 10024.0, 10016.0, 10006.0, 9971.0, 10004.0, 9988.0, 10015.0, 10002.0, 9979.0, 9970.0, 9965.0, 9991.0, 9990.0, 10005.0, 9989.0, 10003.0, 9985.0, 9998.0, 10014.0, 10016.0, 9991.0, 10015.0, 9972.0, 10027.0, 10008.0, 10024.0, 9987.0, 10023.0, 9994.0, 10072.0, 10027.0, 9989.0, 10035.0, 9979.0, 9988.0, 9976.0, 9994.0, 9969.0, 10028.0, 9990.0, 10038.0, 9971.0, 10027.0, 9968.0, 10019.0, 10020.0, 10012.0, 9975.0, 9983.0, 9994.0, 9987.0, 10049.0, 9975.0, 10018.0, 9976.0, 9974.0, 9964.0, 9974.0, 9977.0, 10003.0, 9984.0, 10009.0, 10000.0, 9991.0, 10001.0, 9990.0, 10039.0, 10016.0, 10033.0, 10004.0, 9985.0, 9995.0, 9941.0, 9998.0, 9909.0, 9961.0, 9925.0, 9937.0, 9928.0, 9965.0, 9993.0, 9958.0, 10007.0, 9976.0, 10011.0, 10005.0, 9979.0, 10040.0, 9986.0, 10005.0, 9996.0, 10000.0, 10003.0, 10001.0, 10015.0, 9986.0, 10044.0, 10027.0, 10056.0, 10000.0, 10041.0, 10001.0, 10042.0, 10017.0, 10054.0, 10010.0, 10013.0, 9972.0, 9996.0, 9976.0, 10024.0, 10002.0, 9956.0, 9934.0, 9934.0, 9975.0, 9973.0, 10019.0, 9957.0, 9987.0, 9972.0, 10011.0, 9982.0, 9998.0, 9931.0, 9976.0, 9942.0, 9995.0, 9966.0, 9976.0, 9925.0, 9964.0, 9966.0, 10001.0, 9949.0, 9933.0, 9954.0, 9968.0, 9953.0, 9967.0, 10000.0, 10000.0, 10045.0, 10001.0, 9981.0, 9998.0, 10000.0, 10048.0, 9972.0, 10011.0, 9952.0, 10025.0, 9964.0, 10039.0, 9988.0, 9988.0, 9930.0, 9998.0, 9930.0, 10032.0, 9926.0, 9956.0, 9951.0, 10002.0, 9939.0, 9937.0, 9935.0, 9959.0, 9995.0, 9956.0, 9978.0, 9981.0, 10015.0, 10014.0, 10042.0, 9995.0, 9945.0, 9963.0, 9972.0, 9987.0, 9970.0, 10026.0, 9974.0, 10016.0, 10039.0, 10000.0, 10063.0, 10036.0, 10080.0, 10046.0, 9974.0, 10010.0, 9922.0, 10001.0, 9956.0, 9998.0, 9931.0, 9985.0, 9947.0, 9955.0, 9929.0, 9899.0, 9924.0, 9901.0, 9965.0, 9970.0, 10041.0, 9999.0, 10029.0, 9977.0, 9987.0, 10020.0, 9999.0, 9955.0, 10021.0, 10012.0, 10045.0, 10068.0, 10041.0, 10067.0, 10035.0, 10054.0, 10024.0, 10032.0, 10090.0, 10005.0, 10045.0, 9992.0, 10026.0, 9931.0, 9986.0, 9911.0, 9940.0, 9990.0, 9908.0, 9942.0, 9894.0, 9960.0, 9908.0, 9932.0, 9928.0, 9950.0, 9930.0, 9950.0, 9950.0, 10001.0, 10000.0, 10016.0, 9981.0, 9944.0, 9991.0, 10002.0, 10035.0, 10027.0, 10052.0, 10046.0, 10045.0, 9999.0, 10038.0, 10002.0, 10090.0, 10013.0, 10059.0, 9970.0, 10039.0, 9972.0, 10050.0, 9952.0, 10016.0, 9949.0, 10020.0, 9977.0, 10022.0, 10001.0, 10008.0, 9972.0, 10008.0, 9973.0, 10028.0, 10007.0, 10000.0, 9984.0, 10000.0, 9978.0, 9996.0, 9996.0, 10027.0, 10018.0, 9971.0, 9971.0, 9972.0, 9965.0, 9977.0, 10015.0, 9991.0, 10005.0, 10041.0, 9982.0, 10044.0, 9975.0, 10048.0, 10012.0, 10077.0, 10011.0, 10054.0, 9958.0, 10035.0, 9990.0, 10018.0, 9931.0, 9934.0, 9945.0, 9970.0, 9994.0, 9970.0, 9997.0, 9959.0, 9995.0, 9976.0, 9971.0, 10018.0, 9972.0, 9981.0, 9955.0, 9993.0, 10002.0, 10021.0, 9988.0, 10052.0, 10011.0, 9939.0, 9952.0, 9950.0, 10012.0, 9984.0, 10053.0, 10025.0, 9962.0, 9989.0, 9971.0, 9994.0, 9953.0, 10022.0, 9953.0, 10028.0, 9928.0, 9998.0, 9938.0, 9978.0, 9942.0, 9987.0, 9908.0, 9942.0, 9927.0, 9952.0, 9944.0, 9971.0, 9969.0, 9992.0, 9958.0, 9944.0, 9962.0, 9993.0, 10008.0, 10008.0, 10031.0, 10000.0, 10007.0, 10020.0, 10045.0, 10013.0, 10036.0, 9983.0, 9999.0, 9978.0, 10050.0, 9992.0, 10038.0, 9953.0, 10005.0, 9952.0, 9989.0, 9956.0, 9991.0, 9956.0, 9980.0, 9953.0, 9997.0, 9955.0, 9997.0, 9953.0, 9969.0, 9939.0, 9970.0, 9956.0, 9984.0, 9954.0, 9952.0, 9953.0, 10000.0, 9956.0, 9997.0, 9953.0, 9980.0, 9979.0, 10021.0, 9971.0, 9994.0, 9966.0, 9975.0, 9971.0, 10010.0, 9987.0, 10007.0, 9967.0, 9999.0, 9951.0, 9988.0, 9949.0, 9987.0, 9951.0, 9993.0, 9950.0, 9963.0, 9951.0, 9981.0, 9938.0, 9967.0, 9936.0, 9953.0, 9975.0, 9958.0, 9992.0, 9958.0, 9963.0, 9955.0, 9984.0, 9978.0, 10011.0, 9976.0, 10008.0, 9962.0, 10030.0, 9991.0, 9996.0, 9973.0, 10003.0, 9971.0, 10010.0, 9983.0, 9993.0, 9967.0, 10000.0, 9969.0, 10012.0, 10002.0, 10008.0, 9957.0, 9975.0, 9950.0, 9954.0, 9985.0, 9974.0, 10001.0, 9979.0, 9972.0, 9975.0, 10018.0, 10013.0, 10042.0, 9990.0, 10024.0, 9992.0, 10055.0, 10005.0, 10055.0, 9984.0, 9951.0, 9952.0, 9967.0, 9984.0, 9967.0, 10009.0, 10006.0, 10012.0, 9960.0, 9961.0, 9962.0, 9985.0, 10024.0, 9999.0, 9965.0, 10030.0, 9991.0, 10050.0, 10058.0, 10043.0, 10029.0, 9986.0, 10035.0, 9970.0, 10004.0, 9939.0, 9919.0, 9959.0, 9980.0, 9980.0, 10000.0, 9973.0, 10004.0, 9968.0, 10013.0, 9966.0, 9996.0, 9959.0, 9988.0, 9965.0, 9942.0, 9953.0, 9946.0, 10002.0, 9944.0, 9993.0, 9926.0, 9974.0, 9925.0, 9990.0, 9924.0, 10001.0, 10002.0, 9986.0, 10058.0, 9996.0, 10031.0, 9959.0, 9934.0, 9948.0, 9931.0, 9958.0, 9978.0, 9977.0, 10029.0, 9985.0, 10009.0, 9976.0, 9952.0, 9954.0, 9931.0, 10004.0, 9949.0, 9983.0, 9901.0, 9964.0, 9900.0, 9963.0, 9902.0, 9961.0, 9902.0, 9936.0, 9897.0, 9897.0, 9888.0, 9906.0, 9949.0, 9960.0, 9939.0, 9935.0, 9943.0, 9978.0, 10008.0, 10013.0, 9977.0, 9998.0, 9998.0, 10023.0, 10013.0, 10018.0, 9998.0, 10015.0, 9993.0, 10042.0, 10006.0, 10021.0, 9969.0, 10020.0, 9982.0, 10026.0, 10011.0, 10001.0, 9990.0, 10026.0, 10001.0, 10028.0, 9966.0, 9960.0, 10000.0, 9991.0, 10008.0, 10012.0, 10037.0, 10007.0, 10047.0, 10009.0, 10043.0, 9986.0, 10024.0, 9964.0, 10029.0, 9976.0, 10033.0, 9959.0, 10008.0, 9964.0, 9997.0, 9954.0, 9951.0, 9937.0, 9975.0, 9952.0, 9954.0, 9956.0, 9943.0, 9959.0, 9934.0, 9972.0, 9963.0, 9971.0, 9961.0, 9981.0, 9957.0, 9995.0, 9940.0, 9972.0, 9956.0, 9939.0, 9922.0, 9936.0, 9919.0, 9952.0, 9961.0, 9960.0, 9962.0, 9969.0, 9965.0, 9984.0, 9992.0, 10005.0, 9997.0, 9995.0, 10000.0, 10029.0, 9999.0, 10025.0, 10038.0, 10059.0, 10016.0, 9995.0, 9985.0, 9985.0, 10062.0, 9989.0, 10074.0, 10058.0, 10072.0, 10039.0, 10002.0, 9972.0, 9947.0, 10072.0, 10003.0, 10045.0, 10047.0, 9968.0, 9940.0, 9967.0, 9976.0, 9966.0, 9996.0, 9986.0, 9963.0, 9964.0, 9981.0, 10003.0, 9977.0, 10029.0, 10001.0, 9995.0, 9997.0, 9966.0, 9977.0, 9966.0, 10005.0, 9981.0, 10013.0, 9961.0, 10011.0, 9970.0, 9992.0, 9939.0, 9988.0, 9935.0, 9959.0, 9952.0, 9969.0, 9945.0, 9939.0, 9960.0, 9965.0, 9986.0, 10028.0, 9996.0, 9988.0, 9992.0, 9996.0, 9990.0, 9992.0, 9999.0, 9991.0, 10016.0, 10027.0, 10062.0, 10040.0, 10030.0, 10057.0, 10021.0, 10050.0, 10018.0, 10034.0, 9994.0, 9978.0, 9985.0, 9984.0, 10016.0, 10003.0, 9967.0, 10007.0, 9953.0, 9952.0, 9950.0, 9914.0, 9991.0, 9916.0, 10015.0, 9954.0, 9998.0, 9916.0, 9914.0, 9894.0, 9911.0, 9906.0, 9922.0, 9927.0, 9956.0, 9931.0, 10000.0, 9965.0, 9970.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.0027484174311926605</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.042176973394495415</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.787167944293884</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1619953685189435</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0219005978874856</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.496</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3912.8923</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14800497276645055</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.21559633027523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7239025665072845</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6986087538419716</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.955365656811319</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5177332888685635</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121086</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016395196318626404</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02621782198548317</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.72030279123929</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>27.7976</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.6739</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.5168</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295416.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>1001.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.2365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9816</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.5723</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3677.211</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3933.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81128.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4874.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1057.1655</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.78032700973563</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> |