=== 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-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0020_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_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-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-03/func/sub-0020_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>05a281420322fec27a37049bf6788488</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>12:56:37.627500</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.999852, 0.00550332, 0.0163178, -0.00785301, 0.989011, 0.147631]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.117658</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7798, -7165, 479, -91, -193, 84, 56]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>279.13</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1d97e58e-cd36-4d07-b2c7-860dd449487d||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.6825289726257324, -0.021069053560495377, 0.04138023406267166, 111.2491455078125], [-0.014764993451535702, 2.653445243835449, 0.39888960123062134, -96.43854522705078], [0.0437794104218483, -0.39608219265937805, 2.6700515747070312, -7.356716156005859], [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': ['125637.627500', '125638.087500', '125638.547500', '125639.007500', '125639.467500', '125639.927500', '125640.387500', '125640.847500', '125641.307500', '125641.767500', '125642.227500', '125642.687500', '125643.147500', '125643.607500', '125644.067500', '125644.527500', '125644.987500', '125645.447500', '125645.907500', '125646.367500', '125646.827500', '125647.287500', '125647.747500', '125648.207500', '125648.667500', '125649.127500', '125649.587500', '125650.047500', '125650.507500', '125650.967500', '125651.427500', '125651.887500', '125652.347500', '125652.807500', '125653.267500', '125653.727500', '125654.187500', '125654.647500', '125655.107500', '125655.567500', '125656.027500', '125656.487500', '125656.947500', '125657.407500', '125657.867500', '125658.327500', '125658.787500', '125659.247500', '125659.707500', '125700.167500', '125700.627500', '125701.087500', '125701.547500', '125702.007500', '125702.467500', '125702.927500', '125703.387500', '125703.847500', '125704.307500', '125704.767500', '125705.227500', '125705.687500', '125706.147500', '125706.607500', '125707.067500', '125707.527500', '125707.987500', '125708.447500', '125708.907500', '125709.367500', '125709.827500', '125710.287500', '125710.747500', '125711.207500', '125711.667500', '125712.127500', '125712.587500', '125713.047500', '125713.507500', '125713.967500', '125714.427500', '125714.887500', '125715.347500', '125715.807500', '125716.267500', '125716.727500', '125717.187500', '125717.647500', '125718.107500', '125718.567500', '125719.027500', '125719.487500', '125719.947500', '125720.407500', '125720.867500', '125721.327500', '125721.787500', '125722.247500', '125722.707500', '125723.167500', '125723.627500', '125724.087500', '125724.547500', '125725.007500', '125725.467500', '125725.927500', '125726.387500', '125726.847500', '125727.307500', '125727.767500', '125728.227500', '125728.687500', '125729.147500', '125729.607500', '125730.067500', '125730.527500', '125730.987500', '125731.447500', '125731.907500', '125732.367500', '125732.827500', '125733.287500', '125733.747500', '125734.207500', '125734.667500', '125735.127500', '125735.587500', '125736.047500', '125736.507500', '125736.967500', '125737.427500', '125737.887500', '125738.347500', '125738.807500', '125739.267500', '125739.727500', '125740.187500', '125740.647500', '125741.107500', '125741.567500', '125742.027500', '125742.487500', '125742.947500', '125743.407500', '125743.867500', '125744.327500', '125744.787500', '125745.247500', '125745.707500', '125746.167500', '125746.627500', '125747.087500', '125747.547500', '125748.007500', '125748.467500', '125748.927500', '125749.387500', '125749.847500', '125750.307500', '125750.767500', '125751.227500', '125751.687500', '125752.147500', '125752.607500', '125753.067500', '125753.527500', '125753.987500', '125754.447500', '125754.907500', '125755.367500', '125755.827500', '125756.287500', '125756.747500', '125757.207500', '125757.667500', '125758.127500', '125758.587500', '125759.047500', '125759.507500', '125759.967500', '125800.427500', '125800.887500', '125801.347500', '125801.807500', '125802.267500', '125802.727500', '125803.187500', '125803.647500', '125804.107500', '125804.567500', '125805.027500', '125805.487500', '125805.947500', '125806.407500', '125806.867500', '125807.327500', '125807.787500', '125808.247500', '125808.707500', '125809.167500', '125809.627500', '125810.087500', '125810.547500', '125811.007500', '125811.467500', '125811.927500', '125812.387500', '125812.847500', '125813.307500', '125813.767500', '125814.227500', '125814.687500', '125815.147500', '125815.607500', '125816.067500', '125816.527500', '125816.987500', '125817.447500', '125817.907500', '125818.367500', '125818.827500', '125819.287500', '125819.747500', '125820.207500', '125820.667500', '125821.127500', '125821.587500', '125822.047500', '125822.507500', '125822.967500', '125823.427500', '125823.887500', '125824.347500', '125824.807500', '125825.267500', '125825.727500', '125826.187500', '125826.647500', '125827.107500', '125827.567500', '125828.027500', '125828.487500', '125828.947500', '125829.407500', '125829.867500', '125830.327500', '125830.787500', '125831.247500', '125831.707500', '125832.167500', '125832.627500', '125833.087500', '125833.547500', '125834.007500', '125834.467500', '125834.927500', '125835.387500', '125835.847500', '125836.307500', '125836.767500', '125837.227500', '125837.687500', '125838.147500', '125838.607500', '125839.067500', '125839.527500', '125839.987500', '125840.447500', '125840.907500', '125841.367500', '125841.827500', '125842.287500', '125842.747500', '125843.207500', '125843.667500', '125844.127500', '125844.587500', '125845.047500', '125845.507500', '125845.967500', '125846.427500', '125846.887500', '125847.347500', '125847.807500', '125848.267500', '125848.727500', '125849.187500', '125849.647500', '125850.107500', '125850.567500', '125851.027500', '125851.487500', '125851.947500', '125852.407500', '125852.867500', '125853.327500', '125853.787500', '125854.247500', '125854.707500', '125855.167500', '125855.627500', '125856.087500', '125856.547500', '125857.007500', '125857.467500', '125857.927500', '125858.387500', '125858.847500', '125859.307500', '125859.767500', '125900.227500', '125900.687500', '125901.147500', '125901.607500', '125902.067500', '125902.527500', '125902.987500', '125903.447500', '125903.907500', '125904.367500', '125904.827500', '125905.287500', '125905.747500', '125906.207500', '125906.667500', '125907.127500', '125907.587500', '125908.047500', '125908.507500', '125908.967500', '125909.427500', '125909.887500', '125910.347500', '125910.807500', '125911.267500', '125911.727500', '125912.187500', '125912.647500', '125913.107500', '125913.567500', '125914.027500', '125914.487500', '125914.947500', '125915.407500', '125915.867500', '125916.327500', '125916.787500', '125917.247500', '125917.707500', '125918.167500', '125918.627500', '125919.087500', '125919.547500', '125920.007500', '125920.467500', '125920.927500', '125921.387500', '125921.847500', '125922.307500', '125922.767500', '125923.227500', '125923.687500', '125924.147500', '125924.607500', '125925.067500', '125925.527500', '125925.987500', '125926.447500', '125926.907500', '125927.367500', '125927.827500', '125928.287500', '125928.747500', '125929.207500', '125929.667500', '125930.127500', '125930.587500', '125931.047500', '125931.507500', '125931.967500', '125932.427500', '125932.887500', '125933.347500', '125933.807500', '125934.267500', '125934.727500', '125935.187500', '125935.647500', '125936.107500', '125936.567500', '125937.027500', '125937.487500', '125937.947500', '125938.407500', '125938.867500', '125939.327500', '125939.787500', '125940.247500', '125940.707500', '125941.167500', '125941.627500', '125942.087500', '125942.547500', '125943.007500', '125943.467500', '125943.927500', '125944.387500', '125944.847500', '125945.307500', '125945.767500', '125946.227500', '125946.687500', '125947.147500', '125947.607500', '125948.067500', '125948.527500', '125948.987500', '125949.447500', '125949.907500', '125950.367500', '125950.827500', '125951.287500', '125951.747500', '125952.207500', '125952.667500', '125953.127500', '125953.587500', '125954.047500', '125954.507500', '125954.967500', '125955.427500', '125955.887500', '125956.347500', '125956.807500', '125957.267500', '125957.727500', '125958.187500', '125958.647500', '125959.107500', '125959.567500', '130000.027500', '130000.487500', '130000.947500', '130001.407500', '130001.867500', '130002.327500', '130002.787500', '130003.247500', '130003.707500', '130004.167500', '130004.627500', '130005.087500', '130005.547500', '130006.007500', '130006.467500', '130006.927500', '130007.387500', '130007.847500', '130008.307500', '130008.767500', '130009.227500', '130009.687500', '130010.147500', '130010.607500', '130011.067500', '130011.527500', '130011.987500', '130012.447500', '130012.907500', '130013.367500', '130013.827500', '130014.287500', '130014.747500', '130015.207500', '130015.667500', '130016.127500', '130016.587500', '130017.047500', '130017.507500', '130017.967500', '130018.427500', '130018.887500', '130019.347500', '130019.807500', '130020.267500', '130020.727500', '130021.187500', '130021.647500', '130022.107500', '130022.567500', '130023.027500', '130023.487500', '130023.947500', '130024.407500', '130024.867500', '130025.327500', '130025.787500', '130026.247500', '130026.707500', '130027.167500', '130027.627500', '130028.087500', '130028.547500', '130029.007500', '130029.467500', '130029.927500', '130030.387500', '130030.847500', '130031.307500', '130031.767500', '130032.227500', '130032.687500', '130033.147500', '130033.607500', '130034.067500', '130034.527500', '130034.987500', '130035.447500', '130035.907500', '130036.367500', '130036.827500', '130037.287500', '130037.747500', '130038.207500', '130038.667500', '130039.127500', '130039.587500', '130040.047500', '130040.507500', '130040.967500', '130041.427500', '130041.887500', '130042.347500', '130042.807500', '130043.267500', '130043.727500', '130044.187500', '130044.647500', '130045.107500', '130045.567500', '130046.027500', '130046.487500', '130046.947500', '130047.407500', '130047.867500', '130048.327500', '130048.787500', '130049.247500', '130049.707500', '130050.167500', '130050.627500', '130051.087500', '130051.547500', '130052.007500', '130052.467500', '130052.927500', '130053.387500', '130053.847500', '130054.307500', '130054.767500', '130055.227500', '130055.687500', '130056.147500', '130056.607500', '130057.067500', '130057.527500', '130057.987500', '130058.447500', '130058.907500', '130059.367500', '130059.827500', '130100.287500', '130100.747500', '130101.207500', '130101.667500', '130102.127500', '130102.587500', '130103.047500', '130103.507500', '130103.967500', '130104.427500', '130104.887500', '130105.347500', '130105.807500', '130106.267500', '130106.727500', '130107.187500', '130107.647500', '130108.107500', '130108.567500', '130109.027500', '130109.487500', '130109.947500', '130110.407500', '130110.867500', '130111.327500', '130111.787500', '130112.247500', '130112.707500', '130113.167500', '130113.627500', '130114.087500', '130114.547500', '130115.007500', '130115.467500', '130115.927500', '130116.387500', '130116.847500', '130117.307500', '130117.767500', '130118.227500', '130118.687500', '130119.147500', '130119.607500', '130120.067500', '130120.527500', '130120.987500', '130121.447500', '130121.907500', '130122.367500', '130122.827500', '130123.287500', '130123.747500', '130124.207500', '130124.667500', '130125.127500', '130125.587500', '130126.047500', '130126.507500', '130126.967500', '130127.427500', '130127.887500', '130128.347500', '130128.807500', '130129.267500', '130129.727500', '130130.187500', '130130.647500', '130131.107500', '130131.567500', '130132.027500', '130132.487500', '130132.947500', '130133.407500', '130133.867500', '130134.327500', '130134.787500', '130135.247500', '130135.707500', '130136.167500', '130136.627500', '130137.087500', '130137.547500', '130138.007500', '130138.467500', '130138.927500', '130139.387500', '130139.847500', '130140.307500', '130140.767500', '130141.227500', '130141.687500', '130142.147500', '130142.607500', '130143.067500', '130143.527500', '130143.987500', '130144.447500', '130144.907500', '130145.367500', '130145.827500', '130146.287500', '130146.747500', '130147.207500', '130147.667500', '130148.127500', '130148.587500', '130149.047500', '130149.507500', '130149.967500', '130150.427500', '130150.887500', '130151.347500', '130151.807500', '130152.267500', '130152.727500', '130153.187500', '130153.647500', '130154.107500', '130154.567500', '130155.027500', '130155.487500', '130155.947500', '130156.407500', '130156.867500', '130157.327500', '130157.787500', '130158.247500', '130158.707500', '130159.167500', '130159.627500', '130200.087500', '130200.547500', '130201.007500', '130201.467500', '130201.927500', '130202.387500', '130202.847500', '130203.307500', '130203.767500', '130204.227500', '130204.687500', '130205.147500', '130205.607500', '130206.067500', '130206.527500', '130206.987500', '130207.447500', '130207.907500', '130208.367500', '130208.827500', '130209.287500', '130209.747500', '130210.207500', '130210.667500', '130211.127500', '130211.587500', '130212.047500', '130212.507500', '130212.967500', '130213.427500', '130213.887500', '130214.347500', '130214.807500', '130215.267500', '130215.727500', '130216.187500', '130216.647500', '130217.107500', '130217.567500', '130218.027500', '130218.487500', '130218.947500', '130219.407500', '130219.867500', '130220.327500', '130220.787500', '130221.247500', '130221.707500', '130222.167500', '130222.627500', '130223.087500', '130223.547500', '130224.007500', '130224.467500', '130224.927500', '130225.387500', '130225.847500', '130226.307500', '130226.767500', '130227.227500', '130227.687500', '130228.147500', '130228.607500', '130229.067500', '130229.527500', '130229.987500', '130230.447500', '130230.907500', '130231.367500', '130231.827500', '130232.287500', '130232.747500', '130233.207500', '130233.667500', '130234.127500', '130234.587500', '130235.047500', '130235.507500', '130235.967500', '130236.427500', '130236.887500', '130237.347500', '130237.807500', '130238.267500', '130238.727500', '130239.187500', '130239.647500', '130240.107500', '130240.567500', '130241.027500', '130241.487500', '130241.947500', '130242.407500', '130242.867500', '130243.327500', '130243.787500', '130244.247500', '130244.707500', '130245.167500', '130245.627500', '130246.087500', '130246.547500', '130247.007500', '130247.467500', '130247.927500', '130248.387500', '130248.847500', '130249.307500', '130249.767500', '130250.227500', '130250.687500', '130251.147500', '130251.607500', '130252.067500', '130252.527500', '130252.987500', '130253.447500', '130253.907500', '130254.367500', '130254.827500', '130255.287500', '130255.747500', '130256.207500', '130256.667500', '130257.127500', '130257.587500', '130258.047500', '130258.507500', '130258.967500', '130259.427500', '130259.887500', '130300.347500', '130300.807500', '130301.267500', '130301.727500', '130302.187500', '130302.647500', '130303.107500', '130303.567500', '130304.027500', '130304.487500', '130304.947500', '130305.407500', '130305.867500', '130306.327500', '130306.787500', '130307.247500', '130307.707500', '130308.167500', '130308.627500', '130309.087500', '130309.547500', '130310.007500', '130310.467500', '130310.927500', '130311.387500', '130311.847500', '130312.307500', '130312.767500', '130313.227500', '130313.687500', '130314.147500', '130314.607500', '130315.067500', '130315.527500', '130315.987500', '130316.447500', '130316.907500', '130317.367500', '130317.827500', '130318.287500'], 'ContentTime': ['125655.623000', '125655.627000', '125655.634000', '125655.637000', '125655.640000', '125655.643000', '125655.646000', '125655.648000', '125655.651000', '125655.654000', '125655.657000', '125655.660000', '125655.663000', '125655.665000', '125655.668000', '125655.677000', '125655.680000', '125655.682000', '125655.685000', '125655.688000', '125655.691000', '125655.693000', '125655.696000', '125655.699000', '125655.702000', '125655.705000', '125655.707000', '125655.710000', '125655.713000', '125655.716000', '125655.719000', '125655.722000', '125655.724000', '125655.727000', '125655.730000', '125655.733000', '125655.736000', '125715.590000', '125715.593000', '125715.596000', '125715.610000', '125715.613000', '125715.616000', '125715.618000', '125715.621000', '125715.624000', '125715.627000', '125715.629000', '125715.632000', '125715.635000', '125715.638000', '125715.641000', '125715.643000', '125715.646000', '125715.649000', '125715.652000', '125715.655000', '125715.658000', '125715.660000', '125715.663000', '125715.666000', '125715.669000', '125715.671000', '125715.674000', '125715.677000', '125715.680000', '125715.683000', '125715.685000', '125715.688000', '125715.691000', '125715.694000', '125715.697000', '125715.700000', '125715.702000', '125715.705000', '125715.708000', '125715.711000', '125715.713000', '125715.716000', '125715.719000', '125715.722000', '125735.590000', '125735.593000', '125735.596000', '125735.599000', '125735.601000', '125735.604000', '125735.607000', '125735.610000', '125735.613000', '125735.615000', '125735.627000', '125735.630000', '125735.633000', '125735.635000', '125735.638000', '125735.641000', '125735.644000', '125735.647000', '125735.650000', '125735.652000', '125735.655000', '125735.658000', '125735.661000', '125735.664000', '125735.666000', '125735.669000', '125735.672000', '125735.675000', '125735.678000', '125735.680000', '125735.683000', '125735.686000', '125735.689000', '125735.692000', '125735.694000', '125735.697000', '125735.700000', '125735.703000', '125735.705000', '125735.708000', '125735.711000', '125735.714000', '125735.717000', '125755.590000', '125755.593000', '125755.596000', '125755.599000', '125755.601000', '125755.604000', '125755.607000', '125755.610000', '125755.613000', '125755.615000', '125755.618000', '125755.621000', '125755.624000', '125755.627000', '125755.629000', '125755.632000', '125755.635000', '125755.638000', '125755.641000', '125755.644000', '125755.646000', '125755.649000', '125755.652000', '125755.655000', '125755.658000', '125755.660000', '125755.663000', '125755.666000', '125755.669000', '125755.672000', '125755.674000', '125755.677000', '125755.680000', '125755.683000', '125755.686000', '125755.688000', '125755.691000', '125755.699000', '125755.702000', '125755.705000', '125755.708000', '125755.711000', '125755.713000', '125815.591000', '125815.594000', '125815.597000', '125815.600000', '125815.603000', '125815.605000', '125815.608000', '125815.611000', '125815.614000', '125815.616000', '125815.619000', '125815.622000', '125815.625000', '125815.628000', '125815.631000', '125815.633000', '125815.648000', '125815.651000', '125815.654000', '125815.657000', '125815.660000', '125815.662000', '125815.665000', '125815.668000', '125815.671000', '125815.674000', '125815.676000', '125815.679000', '125815.682000', '125815.685000', '125815.688000', '125815.691000', '125815.693000', '125815.696000', '125815.699000', '125815.702000', '125815.705000', '125815.708000', '125815.710000', '125815.713000', '125815.716000', '125815.719000', '125815.721000', '125815.724000', '125835.591000', '125835.594000', '125835.597000', '125835.600000', '125835.603000', '125835.605000', '125835.608000', '125835.611000', '125835.614000', '125835.617000', '125835.620000', '125835.623000', '125835.626000', '125835.629000', '125835.632000', '125835.634000', '125835.637000', '125835.640000', '125835.643000', '125835.646000', '125835.649000', '125835.652000', '125835.654000', '125835.657000', '125835.660000', '125835.663000', '125835.666000', '125835.668000', '125835.671000', '125835.674000', '125835.677000', '125835.680000', '125835.683000', '125835.686000', '125835.688000', '125835.691000', '125835.694000', '125835.697000', '125835.700000', '125835.702000', '125835.705000', '125835.708000', '125835.711000', '125855.590000', '125855.593000', '125855.596000', '125855.599000', '125855.601000', '125855.604000', '125855.607000', '125855.610000', '125855.613000', '125855.615000', '125855.618000', '125855.621000', '125855.624000', '125855.627000', '125855.630000', '125855.632000', '125855.635000', '125855.638000', '125855.641000', '125855.644000', '125855.646000', '125855.649000', '125855.652000', '125855.655000', '125855.658000', '125855.660000', '125855.663000', '125855.666000', '125855.669000', '125855.672000', '125855.675000', '125855.677000', '125855.680000', '125855.683000', '125855.686000', '125855.689000', '125855.691000', '125855.694000', '125855.697000', '125855.700000', '125855.703000', '125855.706000', '125855.708000', '125855.711000', '125915.590000', '125915.593000', '125915.596000', '125915.599000', '125915.601000', '125915.604000', '125915.607000', '125915.610000', '125915.613000', '125915.615000', '125915.618000', '125915.621000', '125915.624000', '125915.627000', '125915.630000', '125915.633000', '125915.636000', '125915.639000', '125915.641000', '125915.644000', '125915.647000', '125915.650000', '125915.653000', '125915.656000', '125915.658000', '125915.661000', '125915.664000', '125915.667000', '125915.670000', '125915.673000', '125915.675000', '125915.678000', '125915.681000', '125915.684000', '125915.687000', '125915.689000', '125915.692000', '125915.695000', '125915.698000', '125915.701000', '125915.703000', '125915.706000', '125915.709000', '125935.590000', '125935.593000', '125935.596000', '125935.598000', '125935.601000', '125935.604000', '125935.607000', '125935.610000', '125935.613000', '125935.615000', '125935.618000', '125935.621000', '125935.624000', '125935.627000', '125935.630000', '125935.633000', '125935.635000', '125935.638000', '125935.641000', '125935.644000', '125935.647000', '125935.649000', '125935.652000', '125935.655000', '125935.658000', '125935.661000', '125935.663000', '125935.666000', '125935.669000', '125935.672000', '125935.675000', '125935.678000', '125935.680000', '125935.683000', '125935.686000', '125935.689000', '125935.692000', '125935.694000', '125935.697000', '125935.700000', '125935.703000', '125935.706000', '125935.708000', '125935.711000', '125955.590000', '125955.593000', '125955.596000', '125955.599000', '125955.601000', '125955.604000', '125955.607000', '125955.610000', '125955.613000', '125955.615000', '125955.618000', '125955.621000', '125955.624000', '125955.627000', '125955.630000', '125955.632000', '125955.635000', '125955.638000', '125955.641000', '125955.644000', '125955.647000', '125955.650000', '125955.653000', '125955.656000', '125955.659000', '125955.662000', '125955.665000', '125955.668000', '125955.671000', '125955.673000', '125955.676000', '125955.679000', '125955.682000', '125955.684000', '125955.687000', '125955.690000', '125955.693000', '125955.696000', '125955.699000', '125955.701000', '125955.704000', '125955.707000', '125955.710000', '130015.590000', '130015.593000', '130015.596000', '130015.599000', '130015.601000', '130015.604000', '130015.607000', '130015.610000', '130015.613000', '130015.616000', '130015.618000', '130015.621000', '130015.624000', '130015.627000', '130015.630000', '130015.633000', '130015.636000', '130015.638000', '130015.641000', '130015.644000', '130015.647000', '130015.650000', '130015.652000', '130015.655000', '130015.658000', '130015.661000', '130015.664000', '130015.667000', '130015.669000', '130015.672000', '130015.675000', '130015.678000', '130015.681000', '130015.684000', '130015.686000', '130015.689000', '130015.692000', '130015.695000', '130015.698000', '130015.701000', '130015.703000', '130015.706000', '130015.709000', '130015.712000', '130035.591000', '130035.594000', '130035.597000', '130035.600000', '130035.602000', '130035.605000', '130035.608000', '130035.611000', '130035.614000', '130035.617000', '130035.619000', '130035.622000', '130035.625000', '130035.628000', '130035.631000', '130035.634000', '130035.636000', '130035.639000', '130035.642000', '130035.645000', '130035.648000', '130035.650000', '130035.653000', '130035.657000', '130035.660000', '130035.662000', '130035.665000', '130035.668000', '130035.671000', '130035.674000', '130035.677000', '130035.680000', '130035.682000', '130035.685000', '130035.688000', '130035.691000', '130035.693000', '130035.696000', '130035.699000', '130035.702000', '130035.705000', '130035.708000', '130035.711000', '130055.591000', '130055.594000', '130055.597000', '130055.600000', '130055.602000', '130055.605000', '130055.608000', '130055.611000', '130055.614000', '130055.617000', '130055.620000', '130055.622000', '130055.625000', '130055.628000', '130055.631000', '130055.634000', '130055.637000', '130055.639000', '130055.642000', '130055.645000', '130055.648000', '130055.651000', '130055.653000', '130055.656000', '130055.659000', '130055.662000', '130055.665000', '130055.668000', '130055.670000', '130055.673000', '130055.676000', '130055.679000', '130055.682000', '130055.685000', '130055.687000', '130055.690000', '130055.693000', '130055.696000', '130055.699000', '130055.702000', '130055.704000', '130055.707000', '130055.710000', '130055.713000', '130115.590000', '130115.593000', '130115.596000', '130115.599000', '130115.602000', '130115.604000', '130115.607000', '130115.610000', '130115.613000', '130115.616000', '130115.619000', '130115.623000', '130115.626000', '130115.629000', '130115.631000', '130115.634000', '130115.637000', '130115.640000', '130115.643000', '130115.646000', '130115.649000', '130115.651000', '130115.670000', '130115.673000', '130115.676000', '130115.679000', '130115.682000', '130115.685000', '130115.688000', '130115.691000', '130115.694000', '130115.697000', '130115.700000', '130115.702000', '130115.705000', '130115.708000', '130115.711000', '130115.714000', '130115.717000', '130115.719000', '130115.722000', '130115.725000', '130115.728000', '130135.590000', '130135.593000', '130135.596000', '130135.599000', '130135.601000', '130135.604000', '130135.607000', '130135.610000', '130135.613000', '130135.616000', '130135.618000', '130135.621000', '130135.624000', '130135.627000', '130135.630000', '130135.633000', '130135.635000', '130135.638000', '130135.641000', '130135.644000', '130135.647000', '130135.649000', '130135.652000', '130135.655000', '130135.658000', '130135.661000', '130135.664000', '130135.667000', '130135.669000', '130135.672000', '130135.675000', '130135.678000', '130135.681000', '130135.684000', '130135.686000', '130135.689000', '130135.692000', '130135.695000', '130135.698000', '130135.701000', '130135.703000', '130135.706000', '130135.709000', '130135.712000', '130155.590000', '130155.593000', '130155.596000', '130155.599000', '130155.601000', '130155.604000', '130155.607000', '130155.610000', '130155.613000', '130155.616000', '130155.618000', '130155.621000', '130155.624000', '130155.627000', '130155.630000', '130155.632000', '130155.635000', '130155.638000', '130155.641000', '130155.644000', '130155.647000', '130155.650000', '130155.652000', '130155.655000', '130155.658000', '130155.661000', '130155.664000', '130155.666000', '130155.669000', '130155.672000', '130155.675000', '130155.678000', '130155.681000', '130155.683000', '130155.686000', '130155.689000', '130155.692000', '130155.695000', '130155.698000', '130155.700000', '130155.704000', '130155.708000', '130155.711000', '130215.590000', '130215.593000', '130215.596000', '130215.599000', '130215.602000', '130215.604000', '130215.607000', '130215.610000', '130215.613000', '130215.616000', '130215.619000', '130215.621000', '130215.624000', '130215.627000', '130215.630000', '130215.633000', '130215.636000', '130215.639000', '130215.641000', '130215.644000', '130215.647000', '130215.650000', '130215.653000', '130215.656000', '130215.659000', '130215.661000', '130215.664000', '130215.667000', '130215.670000', '130215.673000', '130215.676000', '130215.678000', '130215.681000', '130215.684000', '130215.687000', '130215.690000', '130215.693000', '130215.696000', '130215.698000', '130215.701000', '130215.704000', '130215.707000', '130215.710000', '130215.712000', '130235.590000', '130235.593000', '130235.596000', '130235.599000', '130235.602000', '130235.605000', '130235.607000', '130235.610000', '130235.613000', '130235.616000', '130235.619000', '130235.622000', '130235.624000', '130235.627000', '130235.630000', '130235.633000', '130235.636000', '130235.639000', '130235.641000', '130235.644000', '130235.649000', '130235.652000', '130235.654000', '130235.659000', '130235.662000', '130235.665000', '130235.668000', '130235.670000', '130235.673000', '130235.676000', '130235.679000', '130235.682000', '130235.685000', '130235.687000', '130235.690000', '130235.693000', '130235.696000', '130235.699000', '130235.702000', '130235.704000', '130235.707000', '130235.710000', '130235.713000', '130255.591000', '130255.594000', '130255.597000', '130255.600000', '130255.603000', '130255.606000', '130255.608000', '130255.611000', '130255.614000', '130255.617000', '130255.620000', '130255.623000', '130255.625000', '130255.628000', '130255.631000', '130255.634000', '130255.637000', '130255.640000', '130255.643000', '130255.645000', '130255.648000', '130255.651000', '130255.654000', '130255.657000', '130255.660000', '130255.662000', '130255.665000', '130255.668000', '130255.671000', '130255.674000', '130255.677000', '130255.679000', '130255.682000', '130255.685000', '130255.688000', '130255.691000', '130255.694000', '130255.697000', '130255.699000', '130255.702000', '130255.705000', '130255.708000', '130255.711000', '130255.714000', '130315.590000', '130315.593000', '130315.596000', '130315.599000', '130315.602000', '130315.605000', '130315.607000', '130315.610000', '130315.613000', '130315.616000', '130315.619000', '130315.621000', '130315.624000', '130315.627000', '130315.630000', '130315.633000', '130315.636000', '130315.639000', '130315.641000', '130315.644000', '130315.647000', '130315.650000', '130315.653000', '130315.656000', '130315.659000', '130315.661000', '130315.664000', '130315.667000', '130315.670000', '130315.673000', '130315.675000', '130315.678000', '130315.681000', '130315.684000', '130315.687000', '130315.690000', '130315.692000', '130315.695000', '130315.698000', '130315.701000', '130315.704000', '130315.707000', '130315.710000', '130319.480000', '130319.484000', '130319.487000', '130319.491000', '130319.494000', '130319.497000', '130319.500000', '130319.503000', '130319.506000'], 'InstanceCreationTime': ['125655.623000', '125655.627000', '125655.634000', '125655.637000', '125655.640000', '125655.643000', '125655.646000', '125655.648000', '125655.651000', '125655.654000', '125655.657000', '125655.660000', '125655.663000', '125655.665000', '125655.668000', '125655.677000', '125655.680000', '125655.682000', '125655.685000', '125655.688000', '125655.691000', '125655.693000', '125655.696000', '125655.699000', '125655.702000', '125655.705000', '125655.707000', '125655.710000', '125655.713000', '125655.716000', '125655.719000', '125655.722000', '125655.724000', '125655.727000', '125655.730000', '125655.733000', '125655.736000', '125715.590000', '125715.593000', '125715.596000', '125715.610000', '125715.613000', '125715.616000', '125715.618000', '125715.621000', '125715.624000', '125715.627000', '125715.629000', '125715.632000', '125715.635000', '125715.638000', '125715.641000', '125715.643000', '125715.646000', '125715.649000', '125715.652000', '125715.655000', '125715.658000', '125715.660000', '125715.663000', '125715.666000', '125715.669000', '125715.671000', '125715.674000', '125715.677000', '125715.680000', '125715.683000', '125715.685000', '125715.688000', '125715.691000', '125715.694000', '125715.697000', '125715.700000', '125715.702000', '125715.705000', '125715.708000', '125715.711000', '125715.713000', '125715.716000', '125715.719000', '125715.722000', '125735.590000', '125735.593000', '125735.596000', '125735.599000', '125735.601000', '125735.604000', '125735.607000', '125735.610000', '125735.613000', '125735.615000', '125735.627000', '125735.630000', '125735.633000', '125735.635000', '125735.638000', '125735.641000', '125735.644000', '125735.647000', '125735.650000', '125735.652000', '125735.655000', '125735.658000', '125735.661000', '125735.664000', '125735.666000', '125735.669000', '125735.672000', '125735.675000', '125735.678000', '125735.680000', '125735.683000', '125735.686000', '125735.689000', '125735.692000', '125735.694000', '125735.697000', '125735.700000', '125735.703000', '125735.705000', '125735.708000', '125735.711000', '125735.714000', '125735.717000', '125755.590000', '125755.593000', '125755.596000', '125755.599000', '125755.601000', '125755.604000', '125755.607000', '125755.610000', '125755.613000', '125755.615000', '125755.618000', '125755.621000', '125755.624000', '125755.627000', '125755.629000', '125755.632000', '125755.635000', '125755.638000', '125755.641000', '125755.644000', '125755.646000', '125755.649000', '125755.652000', '125755.655000', '125755.658000', '125755.660000', '125755.663000', '125755.666000', '125755.669000', '125755.672000', '125755.674000', '125755.677000', '125755.680000', '125755.683000', '125755.686000', '125755.688000', '125755.691000', '125755.699000', '125755.702000', '125755.705000', '125755.708000', '125755.711000', '125755.713000', '125815.591000', '125815.594000', '125815.597000', '125815.600000', '125815.603000', '125815.605000', '125815.608000', '125815.611000', '125815.614000', '125815.616000', '125815.619000', '125815.622000', '125815.625000', '125815.628000', '125815.631000', '125815.633000', '125815.648000', '125815.651000', '125815.654000', '125815.657000', '125815.660000', '125815.662000', '125815.665000', '125815.668000', '125815.671000', '125815.674000', '125815.676000', '125815.679000', '125815.682000', '125815.685000', '125815.688000', '125815.691000', '125815.693000', '125815.696000', '125815.699000', '125815.702000', '125815.705000', '125815.708000', '125815.710000', '125815.713000', '125815.716000', '125815.719000', '125815.721000', '125815.724000', '125835.591000', '125835.594000', '125835.597000', '125835.600000', '125835.603000', '125835.605000', '125835.608000', '125835.611000', '125835.614000', '125835.617000', '125835.620000', '125835.623000', '125835.626000', '125835.629000', '125835.632000', '125835.634000', '125835.637000', '125835.640000', '125835.643000', '125835.646000', '125835.649000', '125835.652000', '125835.654000', '125835.657000', '125835.660000', '125835.663000', '125835.666000', '125835.668000', '125835.671000', '125835.674000', '125835.677000', '125835.680000', '125835.683000', '125835.686000', '125835.688000', '125835.691000', '125835.694000', '125835.697000', '125835.700000', '125835.702000', '125835.705000', '125835.708000', '125835.711000', '125855.590000', '125855.593000', '125855.596000', '125855.599000', '125855.601000', '125855.604000', '125855.607000', '125855.610000', '125855.613000', '125855.615000', '125855.618000', '125855.621000', '125855.624000', '125855.627000', '125855.630000', '125855.632000', '125855.635000', '125855.638000', '125855.641000', '125855.644000', '125855.646000', '125855.649000', '125855.652000', '125855.655000', '125855.658000', '125855.660000', '125855.663000', '125855.666000', '125855.669000', '125855.672000', '125855.675000', '125855.677000', '125855.680000', '125855.683000', '125855.686000', '125855.689000', '125855.691000', '125855.694000', '125855.697000', '125855.700000', '125855.703000', '125855.706000', '125855.708000', '125855.711000', '125915.590000', '125915.593000', '125915.596000', '125915.599000', '125915.601000', '125915.604000', '125915.607000', '125915.610000', '125915.613000', '125915.615000', '125915.618000', '125915.621000', '125915.624000', '125915.627000', '125915.630000', '125915.633000', '125915.636000', '125915.639000', '125915.641000', '125915.644000', '125915.647000', '125915.650000', '125915.653000', '125915.656000', '125915.658000', '125915.661000', '125915.664000', '125915.667000', '125915.670000', '125915.673000', '125915.675000', '125915.678000', '125915.681000', '125915.684000', '125915.687000', '125915.689000', '125915.692000', '125915.695000', '125915.698000', '125915.701000', '125915.703000', '125915.706000', '125915.709000', '125935.590000', '125935.593000', '125935.596000', '125935.598000', '125935.601000', '125935.604000', '125935.607000', '125935.610000', '125935.613000', '125935.615000', '125935.618000', '125935.621000', '125935.624000', '125935.627000', '125935.630000', '125935.633000', '125935.635000', '125935.638000', '125935.641000', '125935.644000', '125935.647000', '125935.649000', '125935.652000', '125935.655000', '125935.658000', '125935.661000', '125935.663000', '125935.666000', '125935.669000', '125935.672000', '125935.675000', '125935.678000', '125935.680000', '125935.683000', '125935.686000', '125935.689000', '125935.692000', '125935.694000', '125935.697000', '125935.700000', '125935.703000', '125935.706000', '125935.708000', '125935.711000', '125955.590000', '125955.593000', '125955.596000', '125955.599000', '125955.601000', '125955.604000', '125955.607000', '125955.610000', '125955.613000', '125955.615000', '125955.618000', '125955.621000', '125955.624000', '125955.627000', '125955.630000', '125955.632000', '125955.635000', '125955.638000', '125955.641000', '125955.644000', '125955.647000', '125955.650000', '125955.653000', '125955.656000', '125955.659000', '125955.662000', '125955.665000', '125955.668000', '125955.671000', '125955.673000', '125955.676000', '125955.679000', '125955.682000', '125955.684000', '125955.687000', '125955.690000', '125955.693000', '125955.696000', '125955.699000', '125955.701000', '125955.704000', '125955.707000', '125955.710000', '130015.590000', '130015.593000', '130015.596000', '130015.599000', '130015.601000', '130015.604000', '130015.607000', '130015.610000', '130015.613000', '130015.616000', '130015.618000', '130015.621000', '130015.624000', '130015.627000', '130015.630000', '130015.633000', '130015.636000', '130015.638000', '130015.641000', '130015.644000', '130015.647000', '130015.650000', '130015.652000', '130015.655000', '130015.658000', '130015.661000', '130015.664000', '130015.667000', '130015.669000', '130015.672000', '130015.675000', '130015.678000', '130015.681000', '130015.684000', '130015.686000', '130015.689000', '130015.692000', '130015.695000', '130015.698000', '130015.701000', '130015.703000', '130015.706000', '130015.709000', '130015.712000', '130035.591000', '130035.594000', '130035.597000', '130035.600000', '130035.602000', '130035.605000', '130035.608000', '130035.611000', '130035.614000', '130035.617000', '130035.619000', '130035.622000', '130035.625000', '130035.628000', '130035.631000', '130035.634000', '130035.636000', '130035.639000', '130035.642000', '130035.645000', '130035.648000', '130035.650000', '130035.653000', '130035.657000', '130035.660000', '130035.662000', '130035.665000', '130035.668000', '130035.671000', '130035.674000', '130035.677000', '130035.680000', '130035.682000', '130035.685000', '130035.688000', '130035.691000', '130035.693000', '130035.696000', '130035.699000', '130035.702000', '130035.705000', '130035.708000', '130035.711000', '130055.591000', '130055.594000', '130055.597000', '130055.600000', '130055.602000', '130055.605000', '130055.608000', '130055.611000', '130055.614000', '130055.617000', '130055.620000', '130055.622000', '130055.625000', '130055.628000', '130055.631000', '130055.634000', '130055.637000', '130055.639000', '130055.642000', '130055.645000', '130055.648000', '130055.651000', '130055.653000', '130055.656000', '130055.659000', '130055.662000', '130055.665000', '130055.668000', '130055.670000', '130055.673000', '130055.676000', '130055.679000', '130055.682000', '130055.685000', '130055.687000', '130055.690000', '130055.693000', '130055.696000', '130055.699000', '130055.702000', '130055.704000', '130055.707000', '130055.710000', '130055.713000', '130115.590000', '130115.593000', '130115.596000', '130115.599000', '130115.602000', '130115.604000', '130115.607000', '130115.610000', '130115.613000', '130115.616000', '130115.619000', '130115.623000', '130115.626000', '130115.629000', '130115.631000', '130115.634000', '130115.637000', '130115.640000', '130115.643000', '130115.646000', '130115.649000', '130115.651000', '130115.670000', '130115.673000', '130115.676000', '130115.679000', '130115.682000', '130115.685000', '130115.688000', '130115.691000', '130115.694000', '130115.697000', '130115.700000', '130115.702000', '130115.705000', '130115.708000', '130115.711000', '130115.714000', '130115.717000', '130115.719000', '130115.722000', '130115.725000', '130115.728000', '130135.590000', '130135.593000', '130135.596000', '130135.599000', '130135.601000', '130135.604000', '130135.607000', '130135.610000', '130135.613000', '130135.616000', '130135.618000', '130135.621000', '130135.624000', '130135.627000', '130135.630000', '130135.633000', '130135.635000', '130135.638000', '130135.641000', '130135.644000', '130135.647000', '130135.649000', '130135.652000', '130135.655000', '130135.658000', '130135.661000', '130135.664000', '130135.667000', '130135.669000', '130135.672000', '130135.675000', '130135.678000', '130135.681000', '130135.684000', '130135.686000', '130135.689000', '130135.692000', '130135.695000', '130135.698000', '130135.701000', '130135.703000', '130135.706000', '130135.709000', '130135.712000', '130155.590000', '130155.593000', '130155.596000', '130155.599000', '130155.601000', '130155.604000', '130155.607000', '130155.610000', '130155.613000', '130155.616000', '130155.618000', '130155.621000', '130155.624000', '130155.627000', '130155.630000', '130155.632000', '130155.635000', '130155.638000', '130155.641000', '130155.644000', '130155.647000', '130155.650000', '130155.652000', '130155.655000', '130155.658000', '130155.661000', '130155.664000', '130155.666000', '130155.669000', '130155.672000', '130155.675000', '130155.678000', '130155.681000', '130155.683000', '130155.686000', '130155.689000', '130155.692000', '130155.695000', '130155.698000', '130155.700000', '130155.704000', '130155.708000', '130155.711000', '130215.590000', '130215.593000', '130215.596000', '130215.599000', '130215.602000', '130215.604000', '130215.607000', '130215.610000', '130215.613000', '130215.616000', '130215.619000', '130215.621000', '130215.624000', '130215.627000', '130215.630000', '130215.633000', '130215.636000', '130215.639000', '130215.641000', '130215.644000', '130215.647000', '130215.650000', '130215.653000', '130215.656000', '130215.659000', '130215.661000', '130215.664000', '130215.667000', '130215.670000', '130215.673000', '130215.676000', '130215.678000', '130215.681000', '130215.684000', '130215.687000', '130215.690000', '130215.693000', '130215.696000', '130215.698000', '130215.701000', '130215.704000', '130215.707000', '130215.710000', '130215.712000', '130235.590000', '130235.593000', '130235.596000', '130235.599000', '130235.602000', '130235.605000', '130235.607000', '130235.610000', '130235.613000', '130235.616000', '130235.619000', '130235.622000', '130235.624000', '130235.627000', '130235.630000', '130235.633000', '130235.636000', '130235.639000', '130235.641000', '130235.644000', '130235.649000', '130235.652000', '130235.654000', '130235.659000', '130235.662000', '130235.665000', '130235.668000', '130235.670000', '130235.673000', '130235.676000', '130235.679000', '130235.682000', '130235.685000', '130235.687000', '130235.690000', '130235.693000', '130235.696000', '130235.699000', '130235.702000', '130235.704000', '130235.707000', '130235.710000', '130235.713000', '130255.591000', '130255.594000', '130255.597000', '130255.600000', '130255.603000', '130255.606000', '130255.608000', '130255.611000', '130255.614000', '130255.617000', '130255.620000', '130255.623000', '130255.625000', '130255.628000', '130255.631000', '130255.634000', '130255.637000', '130255.640000', '130255.643000', '130255.645000', '130255.648000', '130255.651000', '130255.654000', '130255.657000', '130255.660000', '130255.662000', '130255.665000', '130255.668000', '130255.671000', '130255.674000', '130255.677000', '130255.679000', '130255.682000', '130255.685000', '130255.688000', '130255.691000', '130255.694000', '130255.697000', '130255.699000', '130255.702000', '130255.705000', '130255.708000', '130255.711000', '130255.714000', '130315.590000', '130315.593000', '130315.596000', '130315.599000', '130315.602000', '130315.605000', '130315.607000', '130315.610000', '130315.613000', '130315.616000', '130315.619000', '130315.621000', '130315.624000', '130315.627000', '130315.630000', '130315.633000', '130315.636000', '130315.639000', '130315.641000', '130315.644000', '130315.647000', '130315.650000', '130315.653000', '130315.656000', '130315.659000', '130315.661000', '130315.664000', '130315.667000', '130315.670000', '130315.673000', '130315.675000', '130315.678000', '130315.681000', '130315.684000', '130315.687000', '130315.690000', '130315.692000', '130315.695000', '130315.698000', '130315.701000', '130315.704000', '130315.707000', '130315.710000', '130319.480000', '130319.484000', '130319.487000', '130319.491000', '130319.494000', '130319.497000', '130319.500000', '130319.503000', '130319.506000'], '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': [12587, 11273, 12555, 11812, 12223, 11749, 12033, 11782, 12511, 11645, 11593, 11690, 12150, 12237, 13014, 12258, 11352, 10859, 11782, 12347, 11939, 11756, 12759, 12254, 12183, 12597, 11365, 12745, 15735, 13691, 12660, 15911, 13006, 12828, 12822, 12023, 11963, 12131, 11605, 11874, 15081, 18306, 12346, 11988, 11456, 11812, 11600, 11918, 10086, 12427, 11817, 16518, 11984, 11729, 12791, 12981, 11657, 12291, 12111, 11541, 11712, 12837, 11868, 12803, 12141, 15522, 12274, 11794, 18527, 12433, 12307, 12464, 12306, 17715, 14290, 11609, 18019, 13309, 12345, 18244, 12699, 16930, 12162, 12467, 18109, 12706, 12195, 12498, 12696, 12629, 13094, 12826, 13265, 12811, 13481, 13011, 12132, 13050, 12298, 11871, 12754, 12558, 12789, 12897, 13352, 12683, 12143, 12900, 11928, 13080, 11546, 12361, 11927, 12580, 12592, 12570, 12649, 14793, 12192, 12295, 13564, 13223, 13561, 12876, 12541, 12537, 12619, 12562, 14167, 13194, 11708, 13424, 18223, 19519, 13861, 18837, 12724, 18773, 12637, 12466, 13372, 12922, 13172, 12334, 12920, 14076, 12814, 13668, 12925, 13229, 12887, 16681, 12534, 13472, 13082, 13753, 16081, 13404, 17115, 12709, 13240, 18519, 13551, 14112, 13485, 12912, 13552, 13293, 10952, 12841, 11728, 13384, 12603, 13355, 13042, 13002, 10188, 13102, 12761, 14528, 12860, 12382, 12910, 13225, 12499, 12237, 12996, 12231, 12143, 12998, 12431, 12585, 12304, 11607, 11809, 10568, 10364, 11469, 11582, 11916, 11745, 14361, 12082, 12406, 16334, 11973, 11502, 11574, 11936, 11617, 12703, 18360, 19578, 11974, 19385, 14984, 11790, 19573, 11804, 11110, 11772, 11909, 11342, 12207, 14179, 12229, 11215, 11858, 11738, 17463, 11866, 11441, 21610, 11741, 12650, 11228, 12109, 12873, 12465, 12627, 12804, 11842, 13073, 12196, 12871, 12416, 10876, 12624, 11538, 12648, 11246, 12627, 12127, 12324, 11857, 12496, 12131, 16526, 11289, 11943, 11505, 12259, 11290, 12468, 11960, 12475, 11827, 11971, 12643, 11377, 15565, 11596, 11711, 11504, 11491, 10767, 12163, 11778, 12419, 10973, 11889, 11620, 11786, 11612, 11838, 12611, 16367, 12367, 16212, 11833, 17554, 11908, 18878, 11577, 19059, 21208, 14951, 19631, 11675, 12412, 20142, 14428, 15944, 11938, 12136, 12754, 12140, 10228, 11948, 11911, 12163, 11553, 12553, 10973, 12310, 10124, 11814, 10009, 12076, 11345, 11400, 11377, 10652, 11336, 10847, 11591, 14167, 11752, 11551, 10324, 11260, 11528, 11403, 12684, 10913, 10689, 10951, 10776, 10225, 11700, 8526, 10896, 9098, 10116, 8794, 10178, 18174, 11641, 10159, 16068, 10168, 10139, 16791, 9461, 14896, 13097, 17563, 13756, 14547, 10176, 9610, 10071, 11498, 11663, 19807, 13349, 18634, 18105, 10866, 19926, 16021, 16516, 10403, 16768, 15660, 12492, 20496, 10554, 13129, 10679, 10485, 11010, 11139, 12848, 10162, 15554, 11304, 17993, 10005, 10564, 10432, 11940, 10122, 10460, 10322, 10291, 9685, 10213, 8889, 10154, 8873, 10271, 8919, 10134, 9148, 10144, 13347, 10556, 15912, 10842, 14496, 9822, 13281, 9733, 13161, 9662, 11953, 9514, 12565, 10185, 11058, 10105, 10275, 9345, 12299, 9643, 17448, 8832, 14368, 9222, 9803, 9142, 9884, 15198, 9455, 9994, 16635, 11413, 12919, 11923, 9032, 9771, 9372, 10433, 8987, 13846, 10091, 18955, 16587, 20413, 13806, 20669, 11140, 10662, 10697, 19789, 17519, 11578, 19374, 10088, 10802, 10616, 10424, 13892, 10113, 12611, 10898, 11162, 10510, 12015, 10680, 12648, 10834, 12402, 10889, 12393, 10952, 10985, 10424, 9967, 10230, 10152, 12124, 9015, 10124, 10275, 10408, 9959, 10331, 9410, 13064, 9919, 14142, 9578, 9468, 9546, 13366, 9206, 12226, 9278, 16618, 10476, 15159, 9552, 17479, 10821, 14678, 20828, 10487, 13294, 19411, 13145, 15152, 9824, 18621, 9986, 18320, 9051, 9795, 9596, 10956, 18508, 13879, 19037, 11221, 18975, 9033, 14843, 9547, 9290, 9667, 11097, 9780, 13096, 9952, 15070, 10840, 13153, 10228, 13241, 10330, 12807, 10767, 13400, 10128, 13887, 9870, 11970, 10971, 10448, 10190, 10175, 10453, 9962, 10487, 10197, 10296, 10341, 9889, 10526, 8672, 9936, 9536, 10104, 9323, 10223, 9635, 10211, 10121, 10496, 13215, 11502, 15813, 12710, 9696, 10250, 9645, 10582, 17426, 12774, 18662, 12803, 19172, 14875, 19615, 12971, 16253, 10442, 12917, 14735, 10080, 19396, 13500, 22390, 13436, 11256, 10185, 10375, 10644, 9622, 13443, 10116, 18356, 12989, 15347, 10190, 12109, 18914, 14318, 14570, 23489, 10018, 9446, 9619, 10208, 10506, 9752, 10976, 9701, 10816, 9727, 11007, 10188, 11010, 9976, 10599, 10583, 9874, 11487, 10012, 11009, 9782, 10507, 9870, 9769, 9223, 9449, 11867, 9896, 8183, 8466, 9774, 8173, 9599, 8558, 9186, 7985, 8089, 12654, 8503, 8397, 10735, 7637, 9353, 7866, 9726, 8586, 10601, 7573, 7654, 7846, 12349, 14101, 8203, 13066, 9435, 11046, 9248, 7948, 8392, 9063, 9059, 19446, 14169, 17589, 11701, 17084, 17032, 17025, 20124, 14337, 19193, 13393, 18855, 10625, 18269, 9510, 14607, 10402, 11157, 21870, 9022, 12294, 8478, 9442, 8087, 8949, 7562, 7686, 8029, 7596, 8260, 7991, 8338, 8280, 7697, 7554, 8378, 7303, 13586, 8586, 12040, 8182, 12047, 19193, 12107, 19827, 13192, 17282, 10175, 8675, 8802, 15998, 11058, 17834, 11709, 8325, 8647, 9498, 8803, 10703, 10912, 15408, 18174, 13488, 17877, 9442, 11743, 9380, 13284, 21481, 15645, 18375, 17809, 10097, 16080, 8444, 12277, 8215, 11462, 8644, 13665, 14299, 14991, 13498, 13195, 8089, 12250, 8034, 8219, 7847, 9730, 7608, 8204, 12848, 7970, 10766, 8390, 10713, 8153, 16749, 11379, 18024, 10569, 10141, 8798, 12854, 9305, 16730, 13079, 18639, 13398, 15267, 8435, 10598, 9144, 11837, 9009, 17492, 9763, 9902, 8691, 9650, 8506, 10362, 8630, 10952, 10787, 10998, 9714, 10438, 8896, 10433, 9172, 11881, 9071, 13856, 9365, 16294, 9432, 16627, 9212, 12808, 8406, 9759, 16120, 8623, 9183, 8132, 10153, 7623, 7120, 7748, 7859, 7578, 8620, 8299, 8491, 8589, 8897, 8704, 9188, 12852, 8799, 17503, 11393, 15988, 18413, 13281, 14821, 19995, 13177, 14044, 16087, 8767, 16156, 8429, 10788, 7820, 8043, 8563, 10790, 8979, 10224, 8799, 12134, 8728, 12016, 8740, 12268, 9038, 14331, 13565, 12686, 21206, 15253, 16990, 10119, 17261, 19819, 16011, 15043], 'WindowCenter': [4533.0, 4498.0, 4503.0, 4490.0, 4503.0, 4493.0, 4491.0, 4478.0, 4490.0, 4480.0, 4479.0, 4491.0, 4487.0, 4488.0, 4487.0, 4488.0, 4482.0, 4468.0, 4480.0, 4488.0, 4491.0, 4491.0, 4515.0, 4504.0, 4501.0, 4503.0, 4491.0, 4504.0, 4536.0, 4510.0, 4499.0, 4520.0, 4512.0, 4490.0, 4499.0, 4490.0, 4489.0, 4490.0, 4489.0, 4492.0, 4524.0, 4532.0, 4488.0, 4476.0, 4479.0, 4489.0, 4477.0, 4490.0, 4469.0, 4501.0, 4492.0, 4519.0, 4479.0, 4491.0, 4499.0, 4499.0, 4492.0, 4491.0, 4491.0, 4481.0, 4477.0, 4490.0, 4478.0, 4499.0, 4489.0, 4511.0, 4478.0, 4480.0, 4519.0, 4488.0, 4476.0, 4487.0, 4476.0, 4509.0, 4485.0, 4454.0, 4490.0, 4472.0, 4474.0, 4504.0, 4459.0, 4478.0, 4448.0, 4447.0, 4488.0, 4472.0, 4458.0, 4447.0, 4458.0, 4459.0, 4469.0, 4457.0, 4458.0, 4459.0, 4469.0, 4470.0, 4461.0, 4471.0, 4461.0, 4449.0, 4459.0, 4458.0, 4471.0, 4472.0, 4484.0, 4487.0, 4489.0, 4498.0, 4488.0, 4501.0, 4490.0, 4503.0, 4491.0, 4504.0, 4514.0, 4503.0, 4513.0, 4513.0, 4491.0, 4491.0, 4500.0, 4500.0, 4500.0, 4502.0, 4500.0, 4502.0, 4502.0, 4502.0, 4511.0, 4502.0, 4490.0, 4500.0, 4535.0, 4519.0, 4484.0, 4506.0, 4463.0, 4502.0, 4463.0, 4474.0, 4483.0, 4472.0, 4472.0, 4475.0, 4484.0, 4486.0, 4486.0, 4485.0, 4475.0, 4475.0, 4485.0, 4494.0, 4473.0, 4473.0, 4474.0, 4483.0, 4495.0, 4471.0, 4493.0, 4458.0, 4458.0, 4489.0, 4458.0, 4469.0, 4455.0, 4448.0, 4456.0, 4459.0, 4451.0, 4473.0, 4461.0, 4485.0, 4485.0, 4497.0, 4499.0, 4512.0, 4480.0, 4512.0, 4503.0, 4509.0, 4500.0, 4489.0, 4488.0, 4488.0, 4475.0, 4476.0, 4486.0, 4476.0, 4475.0, 4486.0, 4475.0, 4476.0, 4490.0, 4482.0, 4482.0, 4460.0, 4447.0, 4467.0, 4478.0, 4481.0, 4493.0, 4513.0, 4490.0, 4490.0, 4510.0, 4480.0, 4478.0, 4479.0, 4479.0, 4465.0, 4475.0, 4510.0, 4493.0, 4450.0, 4492.0, 4460.0, 4437.0, 4478.0, 4436.0, 4424.0, 4447.0, 4448.0, 4436.0, 4445.0, 4454.0, 4445.0, 4425.0, 4435.0, 4438.0, 4476.0, 4435.0, 4435.0, 4486.0, 4435.0, 4458.0, 4450.0, 4445.0, 4443.0, 4443.0, 4457.0, 4459.0, 4450.0, 4470.0, 4462.0, 4471.0, 4475.0, 4453.0, 4487.0, 4465.0, 4488.0, 4477.0, 4487.0, 4487.0, 4488.0, 4501.0, 4502.0, 4502.0, 4536.0, 4495.0, 4480.0, 4465.0, 4473.0, 4463.0, 4476.0, 4477.0, 4489.0, 4478.0, 4491.0, 4503.0, 4480.0, 4509.0, 4466.0, 4478.0, 4469.0, 4477.0, 4468.0, 4490.0, 4479.0, 4492.0, 4473.0, 4493.0, 4493.0, 4492.0, 4491.0, 4491.0, 4502.0, 4525.0, 4494.0, 4512.0, 4482.0, 4523.0, 4480.0, 4531.0, 4468.0, 4519.0, 4515.0, 4499.0, 4505.0, 4451.0, 4449.0, 4488.0, 4456.0, 4466.0, 4434.0, 4437.0, 4447.0, 4459.0, 4430.0, 4449.0, 4461.0, 4459.0, 4462.0, 4474.0, 4464.0, 4488.0, 4469.0, 4481.0, 4469.0, 4502.0, 4482.0, 4480.0, 4479.0, 4480.0, 4479.0, 4479.0, 4491.0, 4500.0, 4490.0, 4490.0, 4470.0, 4481.0, 4479.0, 4478.0, 4487.0, 4479.0, 4471.0, 4470.0, 4483.0, 4474.0, 4495.0, 4441.0, 4460.0, 4440.0, 4461.0, 4439.0, 4473.0, 4534.0, 4480.0, 4461.0, 4511.0, 4457.0, 4458.0, 4509.0, 4446.0, 4496.0, 4477.0, 4508.0, 4488.0, 4485.0, 4446.0, 4435.0, 4446.0, 4467.0, 4467.0, 4519.0, 4475.0, 4506.0, 4505.0, 4471.0, 4507.0, 4482.0, 4468.0, 4414.0, 4467.0, 4453.0, 4434.0, 4486.0, 4416.0, 4444.0, 4427.0, 4426.0, 4436.0, 4436.0, 4457.0, 4429.0, 4470.0, 4439.0, 4478.0, 4431.0, 4429.0, 4442.0, 4451.0, 4427.0, 4442.0, 4445.0, 4443.0, 4444.0, 4454.0, 4433.0, 4455.0, 4435.0, 4456.0, 4436.0, 4469.0, 4448.0, 4470.0, 4500.0, 4483.0, 4520.0, 4469.0, 4488.0, 4447.0, 4477.0, 4446.0, 4477.0, 4446.0, 4466.0, 4449.0, 4477.0, 4458.0, 4468.0, 4456.0, 4459.0, 4450.0, 4491.0, 4461.0, 4523.0, 4441.0, 4501.0, 4452.0, 4463.0, 4450.0, 4460.0, 4509.0, 4448.0, 4461.0, 4520.0, 4483.0, 4504.0, 4507.0, 4464.0, 4473.0, 4461.0, 4470.0, 4450.0, 4500.0, 4472.0, 4548.0, 4526.0, 4537.0, 4505.0, 4529.0, 4455.0, 4431.0, 4430.0, 4495.0, 4468.0, 4428.0, 4478.0, 4427.0, 4428.0, 4427.0, 4427.0, 4445.0, 4416.0, 4462.0, 4428.0, 4426.0, 4428.0, 4446.0, 4429.0, 4446.0, 4440.0, 4449.0, 4440.0, 4448.0, 4429.0, 4427.0, 4426.0, 4430.0, 4429.0, 4445.0, 4490.0, 4437.0, 4456.0, 4456.0, 4457.0, 4458.0, 4460.0, 4440.0, 4489.0, 4450.0, 4488.0, 4450.0, 4450.0, 4463.0, 4489.0, 4438.0, 4480.0, 4453.0, 4524.0, 4484.0, 4512.0, 4462.0, 4520.0, 4471.0, 4511.0, 4533.0, 4459.0, 4477.0, 4507.0, 4464.0, 4486.0, 4434.0, 4495.0, 4421.0, 4482.0, 4410.0, 4418.0, 4418.0, 4429.0, 4480.0, 4448.0, 4480.0, 4427.0, 4481.0, 4399.0, 4457.0, 4417.0, 4405.0, 4404.0, 4423.0, 4404.0, 4446.0, 4418.0, 4459.0, 4428.0, 4447.0, 4417.0, 4445.0, 4412.0, 4435.0, 4415.0, 4432.0, 4404.0, 4434.0, 4404.0, 4425.0, 4415.0, 4415.0, 4413.0, 4414.0, 4414.0, 4405.0, 4413.0, 4427.0, 4428.0, 4432.0, 4432.0, 4456.0, 4439.0, 4472.0, 4448.0, 4456.0, 4436.0, 4456.0, 4446.0, 4468.0, 4470.0, 4472.0, 4491.0, 4482.0, 4511.0, 4491.0, 4461.0, 4462.0, 4448.0, 4460.0, 4510.0, 4480.0, 4521.0, 4480.0, 4521.0, 4501.0, 4521.0, 4492.0, 4508.0, 4457.0, 4476.0, 4473.0, 4432.0, 4495.0, 4465.0, 4506.0, 4474.0, 4454.0, 4432.0, 4428.0, 4426.0, 4407.0, 4448.0, 4420.0, 4484.0, 4464.0, 4472.0, 4420.0, 4438.0, 4468.0, 4432.0, 4432.0, 4470.0, 4390.0, 4388.0, 4392.0, 4402.0, 4413.0, 4404.0, 4414.0, 4405.0, 4425.0, 4405.0, 4414.0, 4415.0, 4427.0, 4418.0, 4427.0, 4429.0, 4430.0, 4450.0, 4430.0, 4440.0, 4431.0, 4430.0, 4419.0, 4430.0, 4419.0, 4433.0, 4452.0, 4443.0, 4437.0, 4425.0, 4442.0, 4422.0, 4431.0, 4424.0, 4434.0, 4414.0, 4425.0, 4474.0, 4425.0, 4427.0, 4454.0, 4416.0, 4446.0, 4428.0, 4448.0, 4440.0, 4469.0, 4432.0, 4433.0, 4455.0, 4503.0, 4498.0, 4440.0, 4487.0, 4449.0, 4470.0, 4463.0, 4444.0, 4455.0, 4477.0, 4488.0, 4531.0, 4499.0, 4522.0, 4479.0, 4527.0, 4523.0, 4511.0, 4506.0, 4475.0, 4495.0, 4449.0, 4467.0, 4414.0, 4465.0, 4403.0, 4444.0, 4413.0, 4423.0, 4484.0, 4393.0, 4423.0, 4382.0, 4403.0, 4383.0, 4405.0, 4374.0, 4386.0, 4396.0, 4398.0, 4409.0, 4412.0, 4424.0, 4449.0, 4429.0, 4430.0, 4440.0, 4419.0, 4488.0, 4438.0, 4477.0, 4427.0, 4478.0, 4519.0, 4478.0, 4508.0, 4478.0, 4496.0, 4446.0, 4437.0, 4436.0, 4484.0, 4455.0, 4495.0, 4469.0, 4429.0, 4439.0, 4446.0, 4438.0, 4455.0, 4457.0, 4498.0, 4522.0, 4478.0, 4509.0, 4446.0, 4464.0, 4421.0, 4461.0, 4502.0, 4482.0, 4494.0, 4477.0, 4416.0, 4455.0, 4385.0, 4433.0, 4383.0, 4422.0, 4381.0, 4444.0, 4454.0, 4455.0, 4432.0, 4435.0, 4374.0, 4448.0, 4397.0, 4394.0, 4383.0, 4415.0, 4385.0, 4397.0, 4447.0, 4399.0, 4439.0, 4399.0, 4430.0, 4387.0, 4470.0, 4427.0, 4481.0, 4429.0, 4416.0, 4396.0, 4435.0, 4395.0, 4468.0, 4437.0, 4470.0, 4449.0, 4469.0, 4396.0, 4415.0, 4395.0, 4425.0, 4383.0, 4466.0, 4405.0, 4406.0, 4394.0, 4402.0, 4381.0, 4402.0, 4379.0, 4412.0, 4413.0, 4413.0, 4391.0, 4413.0, 4394.0, 4413.0, 4391.0, 4423.0, 4393.0, 4444.0, 4393.0, 4452.0, 4393.0, 4452.0, 4392.0, 4432.0, 4371.0, 4403.0, 4451.0, 4380.0, 4394.0, 4385.0, 4401.0, 4373.0, 4364.0, 4386.0, 4387.0, 4399.0, 4438.0, 4426.0, 4438.0, 4427.0, 4437.0, 4438.0, 4449.0, 4489.0, 4438.0, 4507.0, 4454.0, 4498.0, 4494.0, 4460.0, 4462.0, 4478.0, 4448.0, 4456.0, 4466.0, 4395.0, 4456.0, 4385.0, 4428.0, 4391.0, 4401.0, 4423.0, 4453.0, 4425.0, 4445.0, 4426.0, 4468.0, 4429.0, 4479.0, 4439.0, 4476.0, 4425.0, 4486.0, 4473.0, 4475.0, 4530.0, 4502.0, 4498.0, 4434.0, 4493.0, 4492.0, 4468.0, 4457.0], 'WindowWidth': [9953.0, 9895.0, 9895.0, 9873.0, 9896.0, 9882.0, 9874.0, 9852.0, 9869.0, 9855.0, 9855.0, 9871.0, 9862.0, 9866.0, 9864.0, 9865.0, 9863.0, 9837.0, 9855.0, 9865.0, 9876.0, 9874.0, 9914.0, 9896.0, 9889.0, 9894.0, 9874.0, 9895.0, 9948.0, 9900.0, 9883.0, 9913.0, 9905.0, 9870.0, 9884.0, 9870.0, 9868.0, 9872.0, 9870.0, 9878.0, 9932.0, 9936.0, 9864.0, 9845.0, 9853.0, 9868.0, 9849.0, 9872.0, 9844.0, 9888.0, 9879.0, 9914.0, 9855.0, 9875.0, 9885.0, 9881.0, 9879.0, 9876.0, 9876.0, 9858.0, 9847.0, 9871.0, 9853.0, 9884.0, 9873.0, 9909.0, 9852.0, 9856.0, 9914.0, 9867.0, 9848.0, 9862.0, 9847.0, 9908.0, 9858.0, 9811.0, 9860.0, 9835.0, 9840.0, 9879.0, 9807.0, 9836.0, 9789.0, 9788.0, 9854.0, 9834.0, 9810.0, 9791.0, 9804.0, 9811.0, 9824.0, 9804.0, 9807.0, 9810.0, 9824.0, 9828.0, 9816.0, 9830.0, 9818.0, 9798.0, 9811.0, 9809.0, 9830.0, 9833.0, 9854.0, 9863.0, 9869.0, 9879.0, 9867.0, 9887.0, 9873.0, 9895.0, 9876.0, 9897.0, 9912.0, 9893.0, 9908.0, 9912.0, 9876.0, 9874.0, 9884.0, 9885.0, 9885.0, 9889.0, 9885.0, 9892.0, 9893.0, 9892.0, 9903.0, 9892.0, 9872.0, 9886.0, 9959.0, 9915.0, 9854.0, 9894.0, 9824.0, 9876.0, 9821.0, 9839.0, 9851.0, 9831.0, 9833.0, 9839.0, 9855.0, 9859.0, 9860.0, 9857.0, 9843.0, 9843.0, 9855.0, 9867.0, 9837.0, 9836.0, 9840.0, 9848.0, 9875.0, 9829.0, 9865.0, 9807.0, 9807.0, 9856.0, 9805.0, 9823.0, 9797.0, 9790.0, 9798.0, 9808.0, 9803.0, 9835.0, 9816.0, 9854.0, 9855.0, 9876.0, 9883.0, 9905.0, 9861.0, 9904.0, 9893.0, 9899.0, 9886.0, 9869.0, 9864.0, 9864.0, 9845.0, 9841.0, 9858.0, 9845.0, 9840.0, 9857.0, 9842.0, 9843.0, 9871.0, 9861.0, 9859.0, 9824.0, 9799.0, 9830.0, 9848.0, 9855.0, 9878.0, 9911.0, 9867.0, 9869.0, 9901.0, 9855.0, 9851.0, 9850.0, 9850.0, 9825.0, 9842.0, 9914.0, 9862.0, 9797.0, 9869.0, 9806.0, 9772.0, 9834.0, 9769.0, 9751.0, 9787.0, 9788.0, 9773.0, 9783.0, 9794.0, 9783.0, 9756.0, 9767.0, 9775.0, 9832.0, 9768.0, 9767.0, 9842.0, 9771.0, 9804.0, 9800.0, 9780.0, 9775.0, 9776.0, 9801.0, 9808.0, 9798.0, 9827.0, 9817.0, 9828.0, 9839.0, 9809.0, 9860.0, 9827.0, 9863.0, 9851.0, 9863.0, 9861.0, 9865.0, 9889.0, 9891.0, 9889.0, 9950.0, 9887.0, 9855.0, 9827.0, 9835.0, 9823.0, 9844.0, 9849.0, 9867.0, 9850.0, 9872.0, 9891.0, 9855.0, 9893.0, 9829.0, 9849.0, 9835.0, 9847.0, 9835.0, 9866.0, 9852.0, 9876.0, 9849.0, 9877.0, 9878.0, 9876.0, 9874.0, 9875.0, 9890.0, 9926.0, 9879.0, 9903.0, 9860.0, 9924.0, 9855.0, 9933.0, 9836.0, 9915.0, 9901.0, 9881.0, 9885.0, 9798.0, 9793.0, 9851.0, 9798.0, 9810.0, 9766.0, 9772.0, 9786.0, 9807.0, 9768.0, 9794.0, 9813.0, 9810.0, 9818.0, 9838.0, 9825.0, 9863.0, 9839.0, 9857.0, 9843.0, 9891.0, 9862.0, 9856.0, 9854.0, 9857.0, 9856.0, 9855.0, 9873.0, 9886.0, 9869.0, 9871.0, 9843.0, 9856.0, 9851.0, 9852.0, 9863.0, 9854.0, 9843.0, 9840.0, 9864.0, 9853.0, 9881.0, 9802.0, 9823.0, 9797.0, 9827.0, 9796.0, 9849.0, 9943.0, 9854.0, 9829.0, 9904.0, 9819.0, 9821.0, 9896.0, 9802.0, 9870.0, 9843.0, 9891.0, 9860.0, 9852.0, 9801.0, 9785.0, 9802.0, 9832.0, 9833.0, 9916.0, 9841.0, 9886.0, 9880.0, 9846.0, 9891.0, 9845.0, 9820.0, 9737.0, 9816.0, 9788.0, 9765.0, 9837.0, 9741.0, 9776.0, 9760.0, 9757.0, 9772.0, 9773.0, 9802.0, 9768.0, 9822.0, 9779.0, 9834.0, 9771.0, 9765.0, 9785.0, 9797.0, 9762.0, 9790.0, 9799.0, 9794.0, 9794.0, 9811.0, 9780.0, 9811.0, 9787.0, 9816.0, 9790.0, 9839.0, 9809.0, 9840.0, 9884.0, 9865.0, 9910.0, 9837.0, 9859.0, 9801.0, 9842.0, 9800.0, 9842.0, 9800.0, 9827.0, 9809.0, 9847.0, 9821.0, 9834.0, 9819.0, 9824.0, 9813.0, 9868.0, 9827.0, 9916.0, 9799.0, 9882.0, 9817.0, 9834.0, 9813.0, 9826.0, 9892.0, 9807.0, 9831.0, 9911.0, 9863.0, 9896.0, 9905.0, 9843.0, 9852.0, 9832.0, 9842.0, 9814.0, 9885.0, 9847.0, 9965.0, 9929.0, 9952.0, 9901.0, 9924.0, 9812.0, 9768.0, 9766.0, 9880.0, 9818.0, 9761.0, 9832.0, 9758.0, 9763.0, 9758.0, 9758.0, 9780.0, 9741.0, 9817.0, 9762.0, 9755.0, 9762.0, 9784.0, 9765.0, 9786.0, 9782.0, 9793.0, 9781.0, 9787.0, 9764.0, 9758.0, 9760.0, 9766.0, 9766.0, 9799.0, 9868.0, 9792.0, 9816.0, 9814.0, 9817.0, 9822.0, 9825.0, 9796.0, 9862.0, 9810.0, 9861.0, 9811.0, 9810.0, 9838.0, 9865.0, 9791.0, 9849.0, 9820.0, 9920.0, 9865.0, 9902.0, 9833.0, 9910.0, 9845.0, 9898.0, 9938.0, 9820.0, 9844.0, 9888.0, 9817.0, 9856.0, 9777.0, 9869.0, 9755.0, 9843.0, 9739.0, 9747.0, 9746.0, 9766.0, 9838.0, 9786.0, 9839.0, 9756.0, 9843.0, 9719.0, 9798.0, 9745.0, 9723.0, 9720.0, 9745.0, 9723.0, 9781.0, 9747.0, 9804.0, 9761.0, 9785.0, 9745.0, 9779.0, 9730.0, 9765.0, 9735.0, 9755.0, 9719.0, 9759.0, 9719.0, 9750.0, 9734.0, 9736.0, 9731.0, 9734.0, 9733.0, 9723.0, 9733.0, 9758.0, 9760.0, 9774.0, 9773.0, 9814.0, 9797.0, 9848.0, 9808.0, 9812.0, 9786.0, 9814.0, 9803.0, 9836.0, 9839.0, 9844.0, 9868.0, 9855.0, 9896.0, 9868.0, 9827.0, 9829.0, 9803.0, 9822.0, 9895.0, 9851.0, 9911.0, 9849.0, 9915.0, 9882.0, 9917.0, 9871.0, 9889.0, 9813.0, 9839.0, 9829.0, 9771.0, 9868.0, 9821.0, 9885.0, 9836.0, 9806.0, 9773.0, 9761.0, 9755.0, 9728.0, 9786.0, 9750.0, 9854.0, 9819.0, 9824.0, 9750.0, 9773.0, 9824.0, 9755.0, 9751.0, 9804.0, 9692.0, 9689.0, 9698.0, 9712.0, 9730.0, 9720.0, 9734.0, 9722.0, 9750.0, 9724.0, 9733.0, 9737.0, 9756.0, 9744.0, 9757.0, 9765.0, 9767.0, 9796.0, 9767.0, 9779.0, 9768.0, 9765.0, 9750.0, 9767.0, 9749.0, 9776.0, 9801.0, 9791.0, 9795.0, 9771.0, 9789.0, 9763.0, 9774.0, 9769.0, 9781.0, 9756.0, 9773.0, 9834.0, 9771.0, 9777.0, 9811.0, 9761.0, 9802.0, 9783.0, 9807.0, 9801.0, 9838.0, 9793.0, 9798.0, 9831.0, 9892.0, 9875.0, 9801.0, 9859.0, 9810.0, 9839.0, 9837.0, 9813.0, 9832.0, 9867.0, 9884.0, 9933.0, 9879.0, 9920.0, 9851.0, 9941.0, 9920.0, 9905.0, 9890.0, 9842.0, 9876.0, 9792.0, 9820.0, 9734.0, 9810.0, 9718.0, 9779.0, 9732.0, 9747.0, 9839.0, 9706.0, 9745.0, 9688.0, 9719.0, 9693.0, 9724.0, 9683.0, 9703.0, 9719.0, 9726.0, 9744.0, 9751.0, 9770.0, 9816.0, 9787.0, 9791.0, 9804.0, 9773.0, 9862.0, 9796.0, 9848.0, 9777.0, 9849.0, 9909.0, 9847.0, 9895.0, 9844.0, 9865.0, 9798.0, 9791.0, 9787.0, 9848.0, 9807.0, 9868.0, 9835.0, 9784.0, 9799.0, 9802.0, 9794.0, 9812.0, 9818.0, 9875.0, 9923.0, 9846.0, 9899.0, 9800.0, 9823.0, 9759.0, 9814.0, 9880.0, 9846.0, 9869.0, 9826.0, 9743.0, 9798.0, 9700.0, 9762.0, 9692.0, 9743.0, 9687.0, 9778.0, 9791.0, 9794.0, 9756.0, 9765.0, 9682.0, 9789.0, 9721.0, 9712.0, 9696.0, 9741.0, 9701.0, 9721.0, 9785.0, 9725.0, 9778.0, 9725.0, 9767.0, 9705.0, 9822.0, 9756.0, 9843.0, 9762.0, 9738.0, 9714.0, 9763.0, 9709.0, 9814.0, 9770.0, 9826.0, 9789.0, 9819.0, 9716.0, 9736.0, 9709.0, 9751.0, 9687.0, 9815.0, 9722.0, 9728.0, 9708.0, 9716.0, 9685.0, 9714.0, 9680.0, 9728.0, 9729.0, 9731.0, 9699.0, 9731.0, 9709.0, 9732.0, 9697.0, 9745.0, 9707.0, 9777.0, 9705.0, 9784.0, 9706.0, 9783.0, 9701.0, 9757.0, 9671.0, 9717.0, 9783.0, 9683.0, 9707.0, 9697.0, 9712.0, 9677.0, 9668.0, 9703.0, 9705.0, 9726.0, 9794.0, 9775.0, 9791.0, 9774.0, 9790.0, 9793.0, 9809.0, 9859.0, 9793.0, 9888.0, 9806.0, 9876.0, 9868.0, 9807.0, 9810.0, 9834.0, 9783.0, 9796.0, 9805.0, 9710.0, 9795.0, 9697.0, 9757.0, 9714.0, 9730.0, 9762.0, 9802.0, 9768.0, 9794.0, 9770.0, 9829.0, 9779.0, 9849.0, 9795.0, 9841.0, 9768.0, 9852.0, 9830.0, 9836.0, 9929.0, 9887.0, 9876.0, 9776.0, 9859.0, 9862.0, 9818.0, 9800.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.003826670493685419</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.063076992652124</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.2309882329885</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.242408406528736</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9974965779885069</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4918.9272</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14869063383257028</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>181</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.780711825487945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9668542435268854</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8742415678363775</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2985952849917237</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7277258777525537</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0201848</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01296703889966011</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028373468667268753</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.567250868798008</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>22.3516</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.8971</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.0271</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295986.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>899.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.5426</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7161</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.6182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3552.657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3828.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80558.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>897.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4757.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1073.0886</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.92382350191474</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> |