=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0009 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0009",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0009_ses-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-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-03/func/sub-0009_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>0c75163d8f0aa87efdaf6f371b2154f4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:02:6.882500</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.999661, 0.0220967, 0.0138045, -0.0225109, 0.999278, 0.0306117]</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.0947843</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>[4162, -7727, -7245, 608, -38, -95, 115, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eacc6a7e-af29-40f4-839b-4718da4c69db||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.682016134262085, -0.060395170003175735, 0.03541898727416992, 116.84759521484375], [-0.05928372964262962, 2.6809892654418945, 0.08346246927976608, -85.62066650390625], [0.03703653812408447, -0.0821288600564003, 2.698477268218994, -38.0308837890625], [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': ['130206.882500', '130207.342500', '130207.802500', '130208.262500', '130208.722500', '130209.182500', '130209.642500', '130210.102500', '130210.562500', '130211.022500', '130211.482500', '130211.942500', '130212.402500', '130212.862500', '130213.322500', '130213.782500', '130214.242500', '130214.702500', '130215.162500', '130215.622500', '130216.082500', '130216.542500', '130217.002500', '130217.462500', '130217.922500', '130218.382500', '130218.842500', '130219.302500', '130219.762500', '130220.222500', '130220.682500', '130221.142500', '130221.602500', '130222.062500', '130222.522500', '130222.982500', '130223.442500', '130223.902500', '130224.362500', '130224.822500', '130225.282500', '130225.742500', '130226.202500', '130226.662500', '130227.122500', '130227.582500', '130228.042500', '130228.502500', '130228.962500', '130229.422500', '130229.882500', '130230.342500', '130230.802500', '130231.262500', '130231.722500', '130232.182500', '130232.642500', '130233.102500', '130233.562500', '130234.022500', '130234.482500', '130234.942500', '130235.402500', '130235.862500', '130236.322500', '130236.782500', '130237.242500', '130237.702500', '130238.162500', '130238.622500', '130239.082500', '130239.542500', '130240.002500', '130240.462500', '130240.922500', '130241.382500', '130241.842500', '130242.302500', '130242.762500', '130243.222500', '130243.682500', '130244.142500', '130244.602500', '130245.062500', '130245.522500', '130245.982500', '130246.442500', '130246.902500', '130247.362500', '130247.822500', '130248.282500', '130248.742500', '130249.202500', '130249.662500', '130250.122500', '130250.582500', '130251.042500', '130251.502500', '130251.962500', '130252.422500', '130252.882500', '130253.342500', '130253.802500', '130254.262500', '130254.722500', '130255.182500', '130255.642500', '130256.102500', '130256.562500', '130257.022500', '130257.482500', '130257.942500', '130258.402500', '130258.862500', '130259.322500', '130259.782500', '130300.242500', '130300.702500', '130301.162500', '130301.622500', '130302.082500', '130302.542500', '130303.002500', '130303.462500', '130303.922500', '130304.382500', '130304.842500', '130305.302500', '130305.762500', '130306.222500', '130306.682500', '130307.142500', '130307.602500', '130308.062500', '130308.522500', '130308.982500', '130309.442500', '130309.902500', '130310.362500', '130310.822500', '130311.282500', '130311.742500', '130312.202500', '130312.662500', '130313.122500', '130313.582500', '130314.042500', '130314.502500', '130314.962500', '130315.422500', '130315.882500', '130316.342500', '130316.802500', '130317.262500', '130317.722500', '130318.182500', '130318.642500', '130319.102500', '130319.562500', '130320.022500', '130320.482500', '130320.942500', '130321.402500', '130321.862500', '130322.322500', '130322.782500', '130323.242500', '130323.702500', '130324.162500', '130324.622500', '130325.082500', '130325.542500', '130326.002500', '130326.462500', '130326.922500', '130327.382500', '130327.842500', '130328.302500', '130328.762500', '130329.222500', '130329.682500', '130330.142500', '130330.602500', '130331.062500', '130331.522500', '130331.982500', '130332.442500', '130332.902500', '130333.362500', '130333.822500', '130334.282500', '130334.742500', '130335.202500', '130335.662500', '130336.122500', '130336.582500', '130337.042500', '130337.502500', '130337.962500', '130338.422500', '130338.882500', '130339.342500', '130339.802500', '130340.262500', '130340.722500', '130341.182500', '130341.642500', '130342.102500', '130342.562500', '130343.022500', '130343.482500', '130343.942500', '130344.402500', '130344.862500', '130345.322500', '130345.782500', '130346.242500', '130346.702500', '130347.162500', '130347.622500', '130348.082500', '130348.542500', '130349.002500', '130349.462500', '130349.922500', '130350.382500', '130350.842500', '130351.302500', '130351.762500', '130352.222500', '130352.682500', '130353.142500', '130353.602500', '130354.062500', '130354.522500', '130354.982500', '130355.442500', '130355.902500', '130356.362500', '130356.822500', '130357.282500', '130357.742500', '130358.202500', '130358.662500', '130359.122500', '130359.582500', '130400.042500', '130400.502500', '130400.962500', '130401.422500', '130401.882500', '130402.342500', '130402.802500', '130403.262500', '130403.722500', '130404.182500', '130404.642500', '130405.102500', '130405.562500', '130406.022500', '130406.482500', '130406.942500', '130407.402500', '130407.862500', '130408.322500', '130408.782500', '130409.242500', '130409.702500', '130410.162500', '130410.622500', '130411.082500', '130411.542500', '130412.002500', '130412.462500', '130412.922500', '130413.382500', '130413.842500', '130414.302500', '130414.762500', '130415.222500', '130415.682500', '130416.142500', '130416.602500', '130417.062500', '130417.522500', '130417.982500', '130418.442500', '130418.902500', '130419.362500', '130419.822500', '130420.282500', '130420.742500', '130421.202500', '130421.662500', '130422.122500', '130422.582500', '130423.042500', '130423.502500', '130423.962500', '130424.422500', '130424.882500', '130425.342500', '130425.802500', '130426.262500', '130426.722500', '130427.182500', '130427.642500', '130428.102500', '130428.562500', '130429.022500', '130429.482500', '130429.942500', '130430.402500', '130430.862500', '130431.322500', '130431.782500', '130432.242500', '130432.702500', '130433.162500', '130433.622500', '130434.082500', '130434.542500', '130435.002500', '130435.462500', '130435.922500', '130436.382500', '130436.842500', '130437.302500', '130437.762500', '130438.222500', '130438.682500', '130439.142500', '130439.602500', '130440.062500', '130440.522500', '130440.982500', '130441.442500', '130441.902500', '130442.362500', '130442.822500', '130443.282500', '130443.742500', '130444.202500', '130444.662500', '130445.122500', '130445.582500', '130446.042500', '130446.502500', '130446.962500', '130447.422500', '130447.882500', '130448.342500', '130448.802500', '130449.262500', '130449.722500', '130450.182500', '130450.642500', '130451.102500', '130451.562500', '130452.022500', '130452.482500', '130452.942500', '130453.402500', '130453.862500', '130454.322500', '130454.782500', '130455.242500', '130455.702500', '130456.162500', '130456.622500', '130457.082500', '130457.542500', '130458.002500', '130458.462500', '130458.922500', '130459.382500', '130459.842500', '130500.302500', '130500.762500', '130501.222500', '130501.682500', '130502.142500', '130502.602500', '130503.062500', '130503.522500', '130503.982500', '130504.442500', '130504.902500', '130505.362500', '130505.822500', '130506.282500', '130506.742500', '130507.202500', '130507.662500', '130508.122500', '130508.582500', '130509.042500', '130509.502500', '130509.962500', '130510.422500', '130510.882500', '130511.342500', '130511.802500', '130512.262500', '130512.722500', '130513.182500', '130513.642500', '130514.102500', '130514.562500', '130515.022500', '130515.482500', '130515.942500', '130516.402500', '130516.862500', '130517.322500', '130517.782500', '130518.242500', '130518.702500', '130519.162500', '130519.622500', '130520.082500', '130520.542500', '130521.002500', '130521.462500', '130521.922500', '130522.382500', '130522.842500', '130523.302500', '130523.762500', '130524.222500', '130524.682500', '130525.142500', '130525.602500', '130526.062500', '130526.522500', '130526.982500', '130527.442500', '130527.902500', '130528.362500', '130528.822500', '130529.282500', '130529.742500', '130530.202500', '130530.662500', '130531.122500', '130531.582500', '130532.042500', '130532.502500', '130532.962500', '130533.422500', '130533.882500', '130534.342500', '130534.802500', '130535.262500', '130535.722500', '130536.182500', '130536.642500', '130537.102500', '130537.562500', '130538.022500', '130538.482500', '130538.942500', '130539.402500', '130539.862500', '130540.322500', '130540.782500', '130541.242500', '130541.702500', '130542.162500', '130542.622500', '130543.082500', '130543.542500', '130544.002500', '130544.462500', '130544.922500', '130545.382500', '130545.842500', '130546.302500', '130546.762500', '130547.222500', '130547.682500', '130548.142500', '130548.602500', '130549.062500', '130549.522500', '130549.982500', '130550.442500', '130550.902500', '130551.362500', '130551.822500', '130552.282500', '130552.742500', '130553.202500', '130553.662500', '130554.122500', '130554.582500', '130555.042500', '130555.502500', '130555.962500', '130556.422500', '130556.882500', '130557.342500', '130557.802500', '130558.262500', '130558.722500', '130559.182500', '130559.642500', '130600.102500', '130600.562500', '130601.022500', '130601.482500', '130601.942500', '130602.402500', '130602.862500', '130603.322500', '130603.782500', '130604.242500', '130604.702500', '130605.162500', '130605.622500', '130606.082500', '130606.542500', '130607.002500', '130607.462500', '130607.922500', '130608.382500', '130608.842500', '130609.302500', '130609.762500', '130610.222500', '130610.682500', '130611.142500', '130611.602500', '130612.062500', '130612.522500', '130612.982500', '130613.442500', '130613.902500', '130614.362500', '130614.822500', '130615.282500', '130615.742500', '130616.202500', '130616.662500', '130617.122500', '130617.582500', '130618.042500', '130618.502500', '130618.962500', '130619.422500', '130619.882500', '130620.342500', '130620.802500', '130621.262500', '130621.722500', '130622.182500', '130622.642500', '130623.102500', '130623.562500', '130624.022500', '130624.482500', '130624.942500', '130625.402500', '130625.862500', '130626.322500', '130626.782500', '130627.242500', '130627.702500', '130628.162500', '130628.622500', '130629.082500', '130629.542500', '130630.002500', '130630.462500', '130630.922500', '130631.382500', '130631.842500', '130632.302500', '130632.762500', '130633.222500', '130633.682500', '130634.142500', '130634.602500', '130635.062500', '130635.522500', '130635.982500', '130636.442500', '130636.902500', '130637.362500', '130637.822500', '130638.282500', '130638.742500', '130639.202500', '130639.662500', '130640.122500', '130640.582500', '130641.042500', '130641.502500', '130641.962500', '130642.422500', '130642.882500', '130643.342500', '130643.802500', '130644.262500', '130644.722500', '130645.182500', '130645.642500', '130646.102500', '130646.562500', '130647.022500', '130647.482500', '130647.942500', '130648.402500', '130648.862500', '130649.322500', '130649.782500', '130650.242500', '130650.702500', '130651.162500', '130651.622500', '130652.082500', '130652.542500', '130653.002500', '130653.462500', '130653.922500', '130654.382500', '130654.842500', '130655.302500', '130655.762500', '130656.222500', '130656.682500', '130657.142500', '130657.602500', '130658.062500', '130658.522500', '130658.982500', '130659.442500', '130659.902500', '130700.362500', '130700.822500', '130701.282500', '130701.742500', '130702.202500', '130702.662500', '130703.122500', '130703.582500', '130704.042500', '130704.502500', '130704.962500', '130705.422500', '130705.882500', '130706.342500', '130706.802500', '130707.262500', '130707.722500', '130708.182500', '130708.642500', '130709.102500', '130709.562500', '130710.022500', '130710.482500', '130710.942500', '130711.402500', '130711.862500', '130712.322500', '130712.782500', '130713.242500', '130713.702500', '130714.162500', '130714.622500', '130715.082500', '130715.542500', '130716.002500', '130716.462500', '130716.922500', '130717.382500', '130717.842500', '130718.302500', '130718.762500', '130719.222500', '130719.682500', '130720.142500', '130720.602500', '130721.062500', '130721.522500', '130721.982500', '130722.442500', '130722.902500', '130723.362500', '130723.822500', '130724.282500', '130724.742500', '130725.202500', '130725.662500', '130726.122500', '130726.582500', '130727.042500', '130727.502500', '130727.962500', '130728.422500', '130728.882500', '130729.342500', '130729.802500', '130730.262500', '130730.722500', '130731.182500', '130731.642500', '130732.102500', '130732.562500', '130733.022500', '130733.482500', '130733.942500', '130734.402500', '130734.862500', '130735.322500', '130735.782500', '130736.242500', '130736.702500', '130737.162500', '130737.622500', '130738.082500', '130738.542500', '130739.002500', '130739.462500', '130739.922500', '130740.382500', '130740.842500', '130741.302500', '130741.762500', '130742.222500', '130742.682500', '130743.142500', '130743.602500', '130744.062500', '130744.522500', '130744.982500', '130745.442500', '130745.902500', '130746.362500', '130746.822500', '130747.282500', '130747.742500', '130748.202500', '130748.662500', '130749.122500', '130749.582500', '130750.042500', '130750.502500', '130750.962500', '130751.422500', '130751.882500', '130752.342500', '130752.802500', '130753.262500', '130753.722500', '130754.182500', '130754.642500', '130755.102500', '130755.562500', '130756.022500', '130756.482500', '130756.942500', '130757.402500', '130757.862500', '130758.322500', '130758.782500', '130759.242500', '130759.702500', '130800.162500', '130800.622500', '130801.082500', '130801.542500', '130802.002500', '130802.462500', '130802.922500', '130803.382500', '130803.842500', '130804.302500', '130804.762500', '130805.222500', '130805.682500', '130806.142500', '130806.602500', '130807.062500', '130807.522500', '130807.982500', '130808.442500', '130808.902500', '130809.362500', '130809.822500', '130810.282500', '130810.742500', '130811.202500', '130811.662500', '130812.122500', '130812.582500', '130813.042500', '130813.502500', '130813.962500', '130814.422500', '130814.882500', '130815.342500', '130815.802500', '130816.262500', '130816.722500', '130817.182500', '130817.642500', '130818.102500', '130818.562500', '130819.022500', '130819.482500', '130819.942500', '130820.402500', '130820.862500', '130821.322500', '130821.782500', '130822.242500', '130822.702500', '130823.162500', '130823.622500', '130824.082500', '130824.542500', '130825.002500', '130825.462500', '130825.922500', '130826.382500', '130826.842500', '130827.302500', '130827.762500', '130828.222500', '130828.682500', '130829.142500', '130829.602500', '130830.062500', '130830.522500', '130830.982500', '130831.442500', '130831.902500', '130832.362500', '130832.822500', '130833.282500', '130833.742500', '130834.202500', '130834.662500', '130835.122500', '130835.582500', '130836.042500', '130836.502500', '130836.962500', '130837.422500', '130837.882500', '130838.342500', '130838.802500', '130839.262500', '130839.722500', '130840.182500', '130840.642500', '130841.102500', '130841.562500', '130842.022500', '130842.482500', '130842.942500', '130843.402500', '130843.862500', '130844.322500', '130844.782500', '130845.242500', '130845.702500', '130846.162500', '130846.622500', '130847.082500', '130847.542500'], 'ContentTime': ['130225.415000', '130225.418000', '130225.427000', '130225.430000', '130225.432000', '130225.435000', '130225.439000', '130225.446000', '130225.449000', '130225.452000', '130225.456000', '130225.459000', '130225.476000', '130225.479000', '130225.482000', '130225.485000', '130225.488000', '130225.491000', '130225.494000', '130225.497000', '130225.500000', '130225.503000', '130225.506000', '130225.509000', '130225.512000', '130225.515000', '130225.518000', '130225.521000', '130225.524000', '130225.527000', '130225.530000', '130225.533000', '130225.536000', '130225.539000', '130225.542000', '130225.545000', '130225.548000', '130225.551000', '130225.554000', '130245.381000', '130245.384000', '130245.387000', '130245.390000', '130245.393000', '130245.395000', '130245.398000', '130245.401000', '130245.404000', '130245.407000', '130245.409000', '130245.412000', '130245.415000', '130245.418000', '130245.421000', '130245.425000', '130245.428000', '130245.431000', '130245.434000', '130245.437000', '130245.440000', '130245.443000', '130245.446000', '130245.449000', '130245.451000', '130245.454000', '130245.457000', '130245.460000', '130245.463000', '130245.466000', '130245.469000', '130245.471000', '130245.474000', '130245.477000', '130245.480000', '130245.483000', '130245.485000', '130245.488000', '130245.496000', '130245.498000', '130245.501000', '130245.504000', '130245.507000', '130305.381000', '130305.384000', '130305.387000', '130305.390000', '130305.393000', '130305.396000', '130305.398000', '130305.401000', '130305.404000', '130305.407000', '130305.410000', '130305.413000', '130305.415000', '130305.418000', '130305.421000', '130305.424000', '130305.427000', '130305.430000', '130305.433000', '130305.436000', '130305.438000', '130305.441000', '130305.444000', '130305.447000', '130305.450000', '130305.453000', '130305.456000', '130305.458000', '130305.461000', '130305.464000', '130305.467000', '130305.470000', '130305.473000', '130305.476000', '130305.479000', '130305.481000', '130305.494000', '130305.497000', '130305.500000', '130305.502000', '130305.505000', '130305.508000', '130305.511000', '130305.514000', '130325.382000', '130325.385000', '130325.388000', '130325.391000', '130325.394000', '130325.396000', '130325.399000', '130325.402000', '130325.405000', '130325.408000', '130325.410000', '130325.413000', '130325.416000', '130325.419000', '130325.434000', '130325.437000', '130325.440000', '130325.443000', '130325.446000', '130325.450000', '130325.462000', '130325.465000', '130325.468000', '130325.471000', '130325.474000', '130325.477000', '130325.479000', '130325.482000', '130325.485000', '130325.488000', '130325.491000', '130325.494000', '130325.496000', '130325.499000', '130325.502000', '130325.505000', '130325.508000', '130325.511000', '130325.514000', '130325.516000', '130325.519000', '130325.522000', '130325.525000', '130345.381000', '130345.384000', '130345.386000', '130345.389000', '130345.392000', '130345.395000', '130345.398000', '130345.401000', '130345.404000', '130345.406000', '130345.409000', '130345.412000', '130345.415000', '130345.418000', '130345.421000', '130345.424000', '130345.426000', '130345.429000', '130345.432000', '130345.435000', '130345.438000', '130345.441000', '130345.444000', '130345.446000', '130345.449000', '130345.452000', '130345.455000', '130345.458000', '130345.461000', '130345.464000', '130345.466000', '130345.469000', '130345.472000', '130345.475000', '130345.478000', '130345.481000', '130345.483000', '130345.486000', '130345.489000', '130345.492000', '130345.495000', '130345.498000', '130345.500000', '130345.503000', '130405.381000', '130405.384000', '130405.387000', '130405.390000', '130405.393000', '130405.395000', '130405.399000', '130405.403000', '130405.406000', '130405.408000', '130405.411000', '130405.414000', '130405.417000', '130405.420000', '130405.423000', '130405.426000', '130405.428000', '130405.431000', '130405.434000', '130405.437000', '130405.440000', '130405.443000', '130405.446000', '130405.448000', '130405.451000', '130405.454000', '130405.457000', '130405.461000', '130405.464000', '130405.467000', '130405.470000', '130405.473000', '130405.500000', '130405.510000', '130405.513000', '130405.516000', '130405.519000', '130405.522000', '130405.524000', '130405.527000', '130405.530000', '130405.533000', '130405.536000', '130425.381000', '130425.384000', '130425.387000', '130425.390000', '130425.392000', '130425.395000', '130425.398000', '130425.401000', '130425.404000', '130425.407000', '130425.409000', '130425.412000', '130425.415000', '130425.418000', '130425.421000', '130425.424000', '130425.427000', '130425.429000', '130425.432000', '130425.435000', '130425.438000', '130425.441000', '130425.444000', '130425.446000', '130425.449000', '130425.452000', '130425.455000', '130425.458000', '130425.461000', '130425.464000', '130425.466000', '130425.469000', '130425.472000', '130425.475000', '130425.478000', '130425.481000', '130425.484000', '130425.486000', '130425.489000', '130425.492000', '130425.495000', '130425.498000', '130425.501000', '130425.504000', '130445.381000', '130445.384000', '130445.387000', '130445.390000', '130445.392000', '130445.395000', '130445.398000', '130445.401000', '130445.404000', '130445.407000', '130445.410000', '130445.412000', '130445.415000', '130445.418000', '130445.421000', '130445.424000', '130445.427000', '130445.430000', '130445.432000', '130445.435000', '130445.438000', '130445.441000', '130445.444000', '130445.447000', '130445.449000', '130445.452000', '130445.455000', '130445.458000', '130445.461000', '130445.464000', '130445.467000', '130445.469000', '130445.472000', '130445.475000', '130445.478000', '130445.481000', '130445.484000', '130445.487000', '130445.490000', '130445.493000', '130445.496000', '130445.498000', '130445.501000', '130505.381000', '130505.384000', '130505.387000', '130505.390000', '130505.393000', '130505.396000', '130505.399000', '130505.402000', '130505.405000', '130505.407000', '130505.418000', '130505.421000', '130505.424000', '130505.427000', '130505.430000', '130505.432000', '130505.435000', '130505.438000', '130505.441000', '130505.444000', '130505.447000', '130505.449000', '130505.452000', '130505.455000', '130505.458000', '130505.461000', '130505.464000', '130505.467000', '130505.470000', '130505.472000', '130505.475000', '130505.478000', '130505.481000', '130505.484000', '130505.487000', '130505.490000', '130505.492000', '130505.495000', '130505.498000', '130505.501000', '130505.504000', '130505.507000', '130505.510000', '130505.512000', '130525.381000', '130525.384000', '130525.387000', '130525.390000', '130525.393000', '130525.395000', '130525.398000', '130525.401000', '130525.404000', '130525.407000', '130525.410000', '130525.413000', '130525.416000', '130525.419000', '130525.421000', '130525.424000', '130525.427000', '130525.430000', '130525.433000', '130525.435000', '130525.440000', '130525.443000', '130525.446000', '130525.448000', '130525.451000', '130525.454000', '130525.457000', '130525.460000', '130525.470000', '130525.473000', '130525.476000', '130525.478000', '130525.481000', '130525.484000', '130525.487000', '130525.490000', '130525.493000', '130525.496000', '130525.499000', '130525.502000', '130525.505000', '130525.508000', '130525.511000', '130545.382000', '130545.385000', '130545.388000', '130545.391000', '130545.393000', '130545.396000', '130545.399000', '130545.402000', '130545.405000', '130545.408000', '130545.411000', '130545.414000', '130545.417000', '130545.420000', '130545.423000', '130545.425000', '130545.428000', '130545.431000', '130545.434000', '130545.437000', '130545.440000', '130545.442000', '130545.445000', '130545.448000', '130545.451000', '130545.454000', '130545.457000', '130545.460000', '130545.462000', '130545.465000', '130545.468000', '130545.471000', '130545.474000', '130545.477000', '130545.480000', '130545.482000', '130545.485000', '130545.488000', '130545.491000', '130545.494000', '130545.497000', '130545.500000', '130545.502000', '130545.505000', '130605.381000', '130605.384000', '130605.387000', '130605.390000', '130605.393000', '130605.395000', '130605.398000', '130605.402000', '130605.405000', '130605.408000', '130605.410000', '130605.413000', '130605.416000', '130605.419000', '130605.422000', '130605.425000', '130605.428000', '130605.431000', '130605.433000', '130605.436000', '130605.439000', '130605.442000', '130605.445000', '130605.448000', '130605.451000', '130605.453000', '130605.456000', '130605.459000', '130605.462000', '130605.465000', '130605.467000', '130605.470000', '130605.473000', '130605.476000', '130605.479000', '130605.482000', '130605.485000', '130605.487000', '130605.490000', '130605.493000', '130605.496000', '130605.499000', '130605.502000', '130625.381000', '130625.384000', '130625.387000', '130625.389000', '130625.392000', '130625.395000', '130625.398000', '130625.401000', '130625.404000', '130625.407000', '130625.410000', '130625.412000', '130625.415000', '130625.418000', '130625.421000', '130625.424000', '130625.427000', '130625.430000', '130625.432000', '130625.435000', '130625.438000', '130625.441000', '130625.444000', '130625.447000', '130625.450000', '130625.453000', '130625.455000', '130625.458000', '130625.461000', '130625.464000', '130625.467000', '130625.470000', '130625.473000', '130625.475000', '130625.478000', '130625.490000', '130625.493000', '130625.495000', '130625.498000', '130625.501000', '130625.504000', '130625.507000', '130625.510000', '130625.512000', '130645.381000', '130645.384000', '130645.387000', '130645.390000', '130645.393000', '130645.395000', '130645.398000', '130645.401000', '130645.404000', '130645.407000', '130645.410000', '130645.412000', '130645.415000', '130645.418000', '130645.421000', '130645.424000', '130645.427000', '130645.430000', '130645.433000', '130645.435000', '130645.438000', '130645.441000', '130645.444000', '130645.447000', '130645.450000', '130645.452000', '130645.455000', '130645.458000', '130645.461000', '130645.464000', '130645.467000', '130645.470000', '130645.472000', '130645.477000', '130645.480000', '130645.483000', '130645.486000', '130645.488000', '130645.491000', '130645.494000', '130645.497000', '130645.500000', '130645.503000', '130705.381000', '130705.384000', '130705.387000', '130705.395000', '130705.398000', '130705.400000', '130705.403000', '130705.406000', '130705.409000', '130705.412000', '130705.415000', '130705.419000', '130705.421000', '130705.424000', '130705.427000', '130705.430000', '130705.433000', '130705.436000', '130705.439000', '130705.442000', '130705.445000', '130705.448000', '130705.450000', '130705.453000', '130705.456000', '130705.459000', '130705.462000', '130705.465000', '130705.467000', '130705.470000', '130705.473000', '130705.476000', '130705.479000', '130705.482000', '130705.485000', '130705.488000', '130705.490000', '130705.493000', '130705.496000', '130705.499000', '130705.502000', '130705.505000', '130705.508000', '130705.511000', '130725.381000', '130725.384000', '130725.387000', '130725.390000', '130725.393000', '130725.396000', '130725.399000', '130725.401000', '130725.404000', '130725.407000', '130725.410000', '130725.413000', '130725.416000', '130725.419000', '130725.421000', '130725.424000', '130725.427000', '130725.430000', '130725.433000', '130725.436000', '130725.438000', '130725.441000', '130725.444000', '130725.447000', '130725.450000', '130725.453000', '130725.456000', '130725.458000', '130725.461000', '130725.464000', '130725.467000', '130725.470000', '130725.473000', '130725.476000', '130725.478000', '130725.481000', '130725.484000', '130725.487000', '130725.490000', '130725.493000', '130725.495000', '130725.498000', '130725.501000', '130745.381000', '130745.384000', '130745.387000', '130745.390000', '130745.393000', '130745.396000', '130745.399000', '130745.401000', '130745.404000', '130745.407000', '130745.410000', '130745.413000', '130745.416000', '130745.418000', '130745.421000', '130745.424000', '130745.427000', '130745.430000', '130745.433000', '130745.436000', '130745.439000', '130745.441000', '130745.444000', '130745.447000', '130745.450000', '130745.453000', '130745.456000', '130745.459000', '130745.462000', '130745.464000', '130745.467000', '130745.470000', '130745.473000', '130745.476000', '130745.479000', '130745.481000', '130745.484000', '130745.487000', '130745.490000', '130745.493000', '130745.496000', '130745.498000', '130745.501000', '130745.504000', '130805.382000', '130805.385000', '130805.400000', '130805.403000', '130805.406000', '130805.409000', '130805.412000', '130805.415000', '130805.418000', '130805.420000', '130805.423000', '130805.426000', '130805.432000', '130805.435000', '130805.438000', '130805.441000', '130805.444000', '130805.447000', '130805.451000', '130805.454000', '130805.457000', '130805.460000', '130805.463000', '130805.466000', '130805.469000', '130805.472000', '130805.474000', '130805.477000', '130805.480000', '130805.483000', '130805.486000', '130805.489000', '130805.492000', '130805.494000', '130805.497000', '130805.505000', '130805.508000', '130805.511000', '130805.514000', '130805.517000', '130805.520000', '130805.523000', '130805.526000', '130825.381000', '130825.384000', '130825.387000', '130825.390000', '130825.393000', '130825.396000', '130825.398000', '130825.401000', '130825.404000', '130825.407000', '130825.410000', '130825.413000', '130825.415000', '130825.418000', '130825.421000', '130825.424000', '130825.427000', '130825.430000', '130825.433000', '130825.435000', '130825.438000', '130825.441000', '130825.444000', '130825.447000', '130825.450000', '130825.453000', '130825.455000', '130825.458000', '130825.461000', '130825.464000', '130825.467000', '130825.470000', '130825.473000', '130825.476000', '130825.478000', '130825.481000', '130825.484000', '130825.487000', '130825.490000', '130825.493000', '130825.496000', '130825.498000', '130825.501000', '130825.504000', '130845.381000', '130845.384000', '130845.387000', '130845.390000', '130845.393000', '130845.395000', '130845.398000', '130845.401000', '130845.404000', '130845.407000', '130845.410000', '130845.413000', '130845.415000', '130845.418000', '130845.421000', '130845.424000', '130845.427000', '130845.430000', '130845.432000', '130845.435000', '130845.438000', '130845.441000', '130845.444000', '130845.447000', '130845.450000', '130845.452000', '130845.455000', '130845.458000', '130845.461000', '130845.464000', '130845.467000', '130845.470000', '130845.472000', '130845.475000', '130845.478000', '130845.481000', '130845.484000', '130845.487000', '130845.489000', '130845.492000', '130845.495000', '130845.498000', '130845.501000', '130848.431000', '130848.434000', '130848.437000', '130848.440000', '130848.443000', '130848.446000', '130848.449000'], 'InstanceCreationTime': ['130225.415000', '130225.418000', '130225.427000', '130225.430000', '130225.432000', '130225.435000', '130225.439000', '130225.446000', '130225.449000', '130225.452000', '130225.456000', '130225.459000', '130225.476000', '130225.479000', '130225.482000', '130225.485000', '130225.488000', '130225.491000', '130225.494000', '130225.497000', '130225.500000', '130225.503000', '130225.506000', '130225.509000', '130225.512000', '130225.515000', '130225.518000', '130225.521000', '130225.524000', '130225.527000', '130225.530000', '130225.533000', '130225.536000', '130225.539000', '130225.542000', '130225.545000', '130225.548000', '130225.551000', '130225.554000', '130245.381000', '130245.384000', '130245.387000', '130245.390000', '130245.393000', '130245.395000', '130245.398000', '130245.401000', '130245.404000', '130245.407000', '130245.409000', '130245.412000', '130245.415000', '130245.418000', '130245.421000', '130245.425000', '130245.428000', '130245.431000', '130245.434000', '130245.437000', '130245.440000', '130245.443000', '130245.446000', '130245.449000', '130245.451000', '130245.454000', '130245.457000', '130245.460000', '130245.463000', '130245.466000', '130245.469000', '130245.471000', '130245.474000', '130245.477000', '130245.480000', '130245.483000', '130245.485000', '130245.488000', '130245.496000', '130245.498000', '130245.501000', '130245.504000', '130245.507000', '130305.381000', '130305.384000', '130305.387000', '130305.390000', '130305.393000', '130305.396000', '130305.398000', '130305.401000', '130305.404000', '130305.407000', '130305.410000', '130305.413000', '130305.415000', '130305.418000', '130305.421000', '130305.424000', '130305.427000', '130305.430000', '130305.433000', '130305.436000', '130305.438000', '130305.441000', '130305.444000', '130305.447000', '130305.450000', '130305.453000', '130305.456000', '130305.458000', '130305.461000', '130305.464000', '130305.467000', '130305.470000', '130305.473000', '130305.476000', '130305.479000', '130305.481000', '130305.494000', '130305.497000', '130305.500000', '130305.502000', '130305.505000', '130305.508000', '130305.511000', '130305.514000', '130325.382000', '130325.385000', '130325.388000', '130325.391000', '130325.394000', '130325.396000', '130325.399000', '130325.402000', '130325.405000', '130325.408000', '130325.410000', '130325.413000', '130325.416000', '130325.419000', '130325.434000', '130325.437000', '130325.440000', '130325.443000', '130325.446000', '130325.450000', '130325.462000', '130325.465000', '130325.468000', '130325.471000', '130325.474000', '130325.477000', '130325.479000', '130325.482000', '130325.485000', '130325.488000', '130325.491000', '130325.494000', '130325.496000', '130325.499000', '130325.502000', '130325.505000', '130325.508000', '130325.511000', '130325.514000', '130325.516000', '130325.519000', '130325.522000', '130325.525000', '130345.381000', '130345.384000', '130345.386000', '130345.389000', '130345.392000', '130345.395000', '130345.398000', '130345.401000', '130345.404000', '130345.406000', '130345.409000', '130345.412000', '130345.415000', '130345.418000', '130345.421000', '130345.424000', '130345.426000', '130345.429000', '130345.432000', '130345.435000', '130345.438000', '130345.441000', '130345.444000', '130345.446000', '130345.449000', '130345.452000', '130345.455000', '130345.458000', '130345.461000', '130345.464000', '130345.466000', '130345.469000', '130345.472000', '130345.475000', '130345.478000', '130345.481000', '130345.483000', '130345.486000', '130345.489000', '130345.492000', '130345.495000', '130345.498000', '130345.500000', '130345.503000', '130405.381000', '130405.384000', '130405.387000', '130405.390000', '130405.393000', '130405.395000', '130405.399000', '130405.403000', '130405.406000', '130405.408000', '130405.411000', '130405.414000', '130405.417000', '130405.420000', '130405.423000', '130405.426000', '130405.428000', '130405.431000', '130405.434000', '130405.437000', '130405.440000', '130405.443000', '130405.446000', '130405.448000', '130405.451000', '130405.454000', '130405.457000', '130405.461000', '130405.464000', '130405.467000', '130405.470000', '130405.473000', '130405.500000', '130405.510000', '130405.513000', '130405.516000', '130405.519000', '130405.522000', '130405.524000', '130405.527000', '130405.530000', '130405.533000', '130405.536000', '130425.381000', '130425.384000', '130425.387000', '130425.390000', '130425.392000', '130425.395000', '130425.398000', '130425.401000', '130425.404000', '130425.407000', '130425.409000', '130425.412000', '130425.415000', '130425.418000', '130425.421000', '130425.424000', '130425.427000', '130425.429000', '130425.432000', '130425.435000', '130425.438000', '130425.441000', '130425.444000', '130425.446000', '130425.449000', '130425.452000', '130425.455000', '130425.458000', '130425.461000', '130425.464000', '130425.466000', '130425.469000', '130425.472000', '130425.475000', '130425.478000', '130425.481000', '130425.484000', '130425.486000', '130425.489000', '130425.492000', '130425.495000', '130425.498000', '130425.501000', '130425.504000', '130445.381000', '130445.384000', '130445.387000', '130445.390000', '130445.392000', '130445.395000', '130445.398000', '130445.401000', '130445.404000', '130445.407000', '130445.410000', '130445.412000', '130445.415000', '130445.418000', '130445.421000', '130445.424000', '130445.427000', '130445.430000', '130445.432000', '130445.435000', '130445.438000', '130445.441000', '130445.444000', '130445.447000', '130445.449000', '130445.452000', '130445.455000', '130445.458000', '130445.461000', '130445.464000', '130445.467000', '130445.469000', '130445.472000', '130445.475000', '130445.478000', '130445.481000', '130445.484000', '130445.487000', '130445.490000', '130445.493000', '130445.496000', '130445.498000', '130445.501000', '130505.381000', '130505.384000', '130505.387000', '130505.390000', '130505.393000', '130505.396000', '130505.399000', '130505.402000', '130505.405000', '130505.407000', '130505.418000', '130505.421000', '130505.424000', '130505.427000', '130505.430000', '130505.432000', '130505.435000', '130505.438000', '130505.441000', '130505.444000', '130505.447000', '130505.449000', '130505.452000', '130505.455000', '130505.458000', '130505.461000', '130505.464000', '130505.467000', '130505.470000', '130505.472000', '130505.475000', '130505.478000', '130505.481000', '130505.484000', '130505.487000', '130505.490000', '130505.492000', '130505.495000', '130505.498000', '130505.501000', '130505.504000', '130505.507000', '130505.510000', '130505.512000', '130525.381000', '130525.384000', '130525.387000', '130525.390000', '130525.393000', '130525.395000', '130525.398000', '130525.401000', '130525.404000', '130525.407000', '130525.410000', '130525.413000', '130525.416000', '130525.419000', '130525.421000', '130525.424000', '130525.427000', '130525.430000', '130525.433000', '130525.435000', '130525.440000', '130525.443000', '130525.446000', '130525.448000', '130525.451000', '130525.454000', '130525.457000', '130525.460000', '130525.470000', '130525.473000', '130525.476000', '130525.478000', '130525.481000', '130525.484000', '130525.487000', '130525.490000', '130525.493000', '130525.496000', '130525.499000', '130525.502000', '130525.505000', '130525.508000', '130525.511000', '130545.382000', '130545.385000', '130545.388000', '130545.391000', '130545.393000', '130545.396000', '130545.399000', '130545.402000', '130545.405000', '130545.408000', '130545.411000', '130545.414000', '130545.417000', '130545.420000', '130545.423000', '130545.425000', '130545.428000', '130545.431000', '130545.434000', '130545.437000', '130545.440000', '130545.442000', '130545.445000', '130545.448000', '130545.451000', '130545.454000', '130545.457000', '130545.460000', '130545.462000', '130545.465000', '130545.468000', '130545.471000', '130545.474000', '130545.477000', '130545.480000', '130545.482000', '130545.485000', '130545.488000', '130545.491000', '130545.494000', '130545.497000', '130545.500000', '130545.502000', '130545.505000', '130605.381000', '130605.384000', '130605.387000', '130605.390000', '130605.393000', '130605.395000', '130605.398000', '130605.402000', '130605.405000', '130605.408000', '130605.410000', '130605.413000', '130605.416000', '130605.419000', '130605.422000', '130605.425000', '130605.428000', '130605.431000', '130605.433000', '130605.436000', '130605.439000', '130605.442000', '130605.445000', '130605.448000', '130605.451000', '130605.453000', '130605.456000', '130605.459000', '130605.462000', '130605.465000', '130605.467000', '130605.470000', '130605.473000', '130605.476000', '130605.479000', '130605.482000', '130605.485000', '130605.487000', '130605.490000', '130605.493000', '130605.496000', '130605.499000', '130605.502000', '130625.381000', '130625.384000', '130625.387000', '130625.389000', '130625.392000', '130625.395000', '130625.398000', '130625.401000', '130625.404000', '130625.407000', '130625.410000', '130625.412000', '130625.415000', '130625.418000', '130625.421000', '130625.424000', '130625.427000', '130625.430000', '130625.432000', '130625.435000', '130625.438000', '130625.441000', '130625.444000', '130625.447000', '130625.450000', '130625.453000', '130625.455000', '130625.458000', '130625.461000', '130625.464000', '130625.467000', '130625.470000', '130625.473000', '130625.475000', '130625.478000', '130625.490000', '130625.493000', '130625.495000', '130625.498000', '130625.501000', '130625.504000', '130625.507000', '130625.510000', '130625.512000', '130645.381000', '130645.384000', '130645.387000', '130645.390000', '130645.393000', '130645.395000', '130645.398000', '130645.401000', '130645.404000', '130645.407000', '130645.410000', '130645.412000', '130645.415000', '130645.418000', '130645.421000', '130645.424000', '130645.427000', '130645.430000', '130645.433000', '130645.435000', '130645.438000', '130645.441000', '130645.444000', '130645.447000', '130645.450000', '130645.452000', '130645.455000', '130645.458000', '130645.461000', '130645.464000', '130645.467000', '130645.470000', '130645.472000', '130645.477000', '130645.480000', '130645.483000', '130645.486000', '130645.488000', '130645.491000', '130645.494000', '130645.497000', '130645.500000', '130645.503000', '130705.381000', '130705.384000', '130705.387000', '130705.395000', '130705.398000', '130705.400000', '130705.403000', '130705.406000', '130705.409000', '130705.412000', '130705.415000', '130705.419000', '130705.421000', '130705.424000', '130705.427000', '130705.430000', '130705.433000', '130705.436000', '130705.439000', '130705.442000', '130705.445000', '130705.448000', '130705.450000', '130705.453000', '130705.456000', '130705.459000', '130705.462000', '130705.465000', '130705.467000', '130705.470000', '130705.473000', '130705.476000', '130705.479000', '130705.482000', '130705.485000', '130705.488000', '130705.490000', '130705.493000', '130705.496000', '130705.499000', '130705.502000', '130705.505000', '130705.508000', '130705.511000', '130725.381000', '130725.384000', '130725.387000', '130725.390000', '130725.393000', '130725.396000', '130725.399000', '130725.401000', '130725.404000', '130725.407000', '130725.410000', '130725.413000', '130725.416000', '130725.419000', '130725.421000', '130725.424000', '130725.427000', '130725.430000', '130725.433000', '130725.436000', '130725.438000', '130725.441000', '130725.444000', '130725.447000', '130725.450000', '130725.453000', '130725.456000', '130725.458000', '130725.461000', '130725.464000', '130725.467000', '130725.470000', '130725.473000', '130725.476000', '130725.478000', '130725.481000', '130725.484000', '130725.487000', '130725.490000', '130725.493000', '130725.495000', '130725.498000', '130725.501000', '130745.381000', '130745.384000', '130745.387000', '130745.390000', '130745.393000', '130745.396000', '130745.399000', '130745.401000', '130745.404000', '130745.407000', '130745.410000', '130745.413000', '130745.416000', '130745.418000', '130745.421000', '130745.424000', '130745.427000', '130745.430000', '130745.433000', '130745.436000', '130745.439000', '130745.441000', '130745.444000', '130745.447000', '130745.450000', '130745.453000', '130745.456000', '130745.459000', '130745.462000', '130745.464000', '130745.467000', '130745.470000', '130745.473000', '130745.476000', '130745.479000', '130745.481000', '130745.484000', '130745.487000', '130745.490000', '130745.493000', '130745.496000', '130745.498000', '130745.501000', '130745.504000', '130805.382000', '130805.385000', '130805.400000', '130805.403000', '130805.406000', '130805.409000', '130805.412000', '130805.415000', '130805.418000', '130805.420000', '130805.423000', '130805.426000', '130805.432000', '130805.435000', '130805.438000', '130805.441000', '130805.444000', '130805.447000', '130805.451000', '130805.454000', '130805.457000', '130805.460000', '130805.463000', '130805.466000', '130805.469000', '130805.472000', '130805.474000', '130805.477000', '130805.480000', '130805.483000', '130805.486000', '130805.489000', '130805.492000', '130805.494000', '130805.497000', '130805.505000', '130805.508000', '130805.511000', '130805.514000', '130805.517000', '130805.520000', '130805.523000', '130805.526000', '130825.381000', '130825.384000', '130825.387000', '130825.390000', '130825.393000', '130825.396000', '130825.398000', '130825.401000', '130825.404000', '130825.407000', '130825.410000', '130825.413000', '130825.415000', '130825.418000', '130825.421000', '130825.424000', '130825.427000', '130825.430000', '130825.433000', '130825.435000', '130825.438000', '130825.441000', '130825.444000', '130825.447000', '130825.450000', '130825.453000', '130825.455000', '130825.458000', '130825.461000', '130825.464000', '130825.467000', '130825.470000', '130825.473000', '130825.476000', '130825.478000', '130825.481000', '130825.484000', '130825.487000', '130825.490000', '130825.493000', '130825.496000', '130825.498000', '130825.501000', '130825.504000', '130845.381000', '130845.384000', '130845.387000', '130845.390000', '130845.393000', '130845.395000', '130845.398000', '130845.401000', '130845.404000', '130845.407000', '130845.410000', '130845.413000', '130845.415000', '130845.418000', '130845.421000', '130845.424000', '130845.427000', '130845.430000', '130845.432000', '130845.435000', '130845.438000', '130845.441000', '130845.444000', '130845.447000', '130845.450000', '130845.452000', '130845.455000', '130845.458000', '130845.461000', '130845.464000', '130845.467000', '130845.470000', '130845.472000', '130845.475000', '130845.478000', '130845.481000', '130845.484000', '130845.487000', '130845.489000', '130845.492000', '130845.495000', '130845.498000', '130845.501000', '130848.431000', '130848.434000', '130848.437000', '130848.440000', '130848.443000', '130848.446000', '130848.449000'], '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': [19278, 10249, 16998, 11189, 17418, 13490, 8245, 9246, 8399, 9577, 8876, 11904, 10862, 18849, 8550, 13838, 8447, 12211, 8922, 11041, 9090, 7895, 9361, 9823, 10882, 9051, 19108, 10496, 12763, 8825, 8794, 11659, 10098, 14556, 9672, 12907, 8569, 18717, 10172, 14809, 10581, 8614, 13408, 8468, 14023, 8386, 10569, 9200, 9276, 9301, 8983, 12089, 9078, 17188, 9064, 17810, 9148, 13962, 11992, 13401, 9144, 11604, 8910, 10029, 8850, 9831, 8900, 8493, 8733, 8572, 9322, 8535, 9672, 8257, 9791, 7903, 9606, 10663, 9197, 8654, 9347, 8293, 9594, 8451, 10031, 9215, 12607, 9629, 10425, 8944, 9878, 8533, 14448, 9429, 9469, 18069, 8763, 16420, 11497, 14605, 10427, 11727, 8848, 9434, 8325, 9382, 8597, 9311, 8636, 9328, 8631, 10520, 8664, 13240, 9441, 14990, 9161, 12853, 9905, 12067, 9903, 7804, 9038, 7844, 9181, 8377, 16883, 9203, 13842, 8512, 12089, 9126, 15959, 8713, 16502, 8650, 12768, 10672, 14080, 9269, 12670, 8043, 9226, 8732, 8734, 9800, 9044, 8376, 8907, 7756, 9100, 8093, 9548, 8527, 9618, 8395, 9518, 8339, 9532, 11565, 11209, 14369, 9400, 14390, 8789, 17973, 12168, 18939, 9978, 14681, 8668, 13397, 10041, 12310, 8900, 10871, 8666, 9845, 8437, 10109, 9223, 10562, 8592, 8788, 8740, 8521, 9053, 8100, 9421, 7952, 9040, 9300, 12912, 8703, 16478, 8951, 8293, 9673, 8517, 15075, 11831, 19062, 11778, 15176, 9056, 12559, 9472, 10494, 9983, 13731, 8533, 9563, 8069, 9591, 8082, 9599, 8176, 9681, 8006, 9017, 8260, 8799, 8643, 9321, 8925, 9401, 10031, 9627, 9279, 12002, 9631, 15359, 8737, 10991, 9738, 9813, 8252, 9432, 18804, 14912, 18637, 10071, 14454, 9413, 9952, 9501, 13090, 9579, 9609, 9241, 9476, 8277, 11487, 8822, 10565, 9016, 10929, 8659, 9980, 9141, 12052, 9065, 14180, 9115, 10430, 9670, 7958, 9425, 9246, 15600, 10448, 17803, 10800, 18384, 9570, 8670, 9636, 8165, 10029, 7936, 9762, 8269, 9559, 12519, 8679, 17470, 9850, 17321, 9191, 13511, 8790, 11844, 9248, 11572, 9572, 9905, 8816, 9746, 8247, 9899, 8166, 9583, 8706, 15456, 7944, 12462, 8269, 8210, 8873, 8384, 9620, 9658, 10965, 8762, 9238, 8734, 7952, 10521, 8503, 8936, 9057, 8141, 10036, 8709, 12654, 9282, 10089, 8209, 9959, 8596, 13268, 8714, 10151, 8504, 9811, 14091, 8816, 8855, 8865, 8160, 9673, 9132, 9732, 8116, 9690, 8711, 9637, 9041, 9410, 9082, 8627, 16619, 10185, 14451, 11271, 12312, 8803, 9925, 8535, 9833, 8168, 10779, 8372, 8657, 8583, 8445, 8657, 11715, 9063, 13403, 8774, 8165, 8840, 7568, 8924, 9222, 11849, 8851, 9587, 8630, 11135, 8818, 18883, 9097, 15185, 8446, 14022, 10791, 8276, 9719, 9164, 9731, 8336, 11884, 9111, 18163, 17496, 10667, 19068, 10250, 14952, 9721, 10538, 15317, 8760, 14009, 8624, 10144, 8891, 9700, 8411, 9105, 8791, 8632, 8442, 8700, 9317, 8670, 10010, 8628, 9646, 8001, 9340, 8262, 9931, 8033, 9380, 8086, 8932, 12882, 12583, 13453, 9044, 16881, 8758, 17343, 12863, 17947, 10726, 13088, 8105, 9985, 18939, 12320, 19218, 8627, 14878, 8273, 10062, 9071, 10002, 8497, 9401, 8547, 8349, 8755, 9993, 8608, 11631, 9298, 10363, 10126, 9122, 17740, 13632, 18726, 12926, 15196, 11608, 11923, 9457, 14716, 10040, 15478, 9279, 10041, 9033, 9818, 8326, 9374, 16975, 8738, 18749, 8639, 14008, 8415, 13303, 9794, 12976, 8236, 10212, 8519, 10080, 8660, 14097, 8739, 9355, 8799, 9086, 8783, 8015, 9318, 8149, 16475, 12920, 11488, 18389, 10051, 8495, 10260, 9395, 18754, 9254, 16250, 12745, 19977, 15791, 18724, 14707, 16092, 11107, 14866, 9681, 17140, 12979, 18703, 11667, 14941, 9318, 12162, 8876, 10747, 8947, 9891, 9348, 9522, 9777, 9905, 9932, 9738, 9905, 9780, 10245, 9934, 8922, 9794, 8024, 9154, 7939, 9056, 8044, 8905, 8924, 8935, 9988, 8899, 10008, 8621, 10100, 8528, 9705, 8531, 10328, 8628, 12568, 9157, 8475, 8645, 8323, 9638, 8809, 9094, 8388, 9180, 8908, 7775, 9371, 8355, 7691, 9737, 9075, 10422, 13447, 11045, 8896, 14479, 11261, 10861, 16251, 17246, 18345, 18123, 13232, 17671, 11971, 18946, 13333, 16155, 11197, 9744, 18530, 9468, 17753, 9713, 12926, 9868, 9811, 8245, 9712, 7741, 9077, 8717, 9060, 8689, 8700, 9708, 8436, 9884, 9396, 9447, 8040, 9160, 8153, 8934, 8413, 9287, 8176, 9655, 8772, 10326, 8206, 7786, 8474, 8095, 9232, 8291, 9513, 9289, 14947, 11173, 9797, 8690, 7606, 8846, 8591, 14209, 9235, 14034, 9770, 19674, 15973, 14785, 10133, 7738, 9168, 7717, 19142, 17841, 12611, 18820, 9705, 11464, 8451, 7427, 8611, 7585, 9140, 7612, 9433, 8307, 8935, 8550, 9023, 13700, 8636, 15591, 8454, 17099, 9919, 13917, 8695, 11497, 7629, 9062, 8035, 9336, 7497, 9250, 7435, 8307, 7950, 8028, 7791, 8195, 8049, 8248, 7609, 8872, 7487, 9180, 7575, 8829, 7499, 8667, 7507, 8696, 7290, 8569, 7726, 10226, 7600, 17044, 7696, 13235, 7718, 11198, 8325, 15782, 9648, 13981, 7507, 8566, 7594, 8374, 8163, 16521, 7403, 8638, 7448, 8989, 7614, 11336, 9050, 19515, 10310, 8862, 8362, 7762, 11036, 8545, 10898, 15824, 8855, 7688, 8783, 8454, 7827, 12583, 9305, 18662, 12088, 14743, 10117, 13352, 12077, 19958, 14940, 20165, 15790, 20139, 16439, 19300, 14108, 16685, 12666, 14372, 10364, 11494, 8428, 9225, 9673, 9114, 8920, 8968, 8700, 9387, 7994, 9112, 8645, 9293, 8567, 11773, 7750, 12016, 8540, 8133, 8325, 8152, 8673, 8438, 7916, 8652, 8095, 8176, 8197, 10416, 8277, 8583, 8132, 8495, 11380, 8343, 15732, 9537, 18474, 11527, 12217, 8191, 7687, 7913, 7840, 8022, 7998, 8241, 8387, 8590, 8513, 10626, 8456, 11151, 8491, 11302, 8676, 11976, 9719, 13578, 8659, 8217, 8340, 7520, 8130, 9760, 8588, 14206, 8405, 14700, 8571, 11202, 8649, 11234, 8710, 7355, 7527, 7340, 7493, 7588, 10397, 7537, 8837, 7775, 7802, 8317, 12573, 8553, 12089, 8655, 7509, 8349, 9318, 9926, 10095, 12438, 8204, 8332, 7857, 7649, 14584, 19703, 12227, 15192, 8534, 10343], 'WindowCenter': [4523.0, 4454.0, 4493.0, 4449.0, 4478.0, 4459.0, 4417.0, 4414.0, 4405.0, 4424.0, 4414.0, 4446.0, 4436.0, 4474.0, 4416.0, 4442.0, 4414.0, 4433.0, 4415.0, 4435.0, 4413.0, 4403.0, 4412.0, 4425.0, 4435.0, 4428.0, 4486.0, 4435.0, 4442.0, 4415.0, 4414.0, 4438.0, 4424.0, 4455.0, 4423.0, 4446.0, 4401.0, 4464.0, 4422.0, 4440.0, 4421.0, 4401.0, 4441.0, 4403.0, 4441.0, 4417.0, 4434.0, 4424.0, 4424.0, 4414.0, 4415.0, 4432.0, 4403.0, 4461.0, 4399.0, 4450.0, 4401.0, 4430.0, 4419.0, 4417.0, 4398.0, 4406.0, 4388.0, 4409.0, 4399.0, 4396.0, 4400.0, 4388.0, 4400.0, 4401.0, 4413.0, 4413.0, 4424.0, 4403.0, 4426.0, 4405.0, 4427.0, 4436.0, 4426.0, 4415.0, 4425.0, 4417.0, 4427.0, 4417.0, 4438.0, 4427.0, 4447.0, 4427.0, 4436.0, 4428.0, 4436.0, 4417.0, 4467.0, 4417.0, 4425.0, 4477.0, 4415.0, 4465.0, 4434.0, 4455.0, 4423.0, 4432.0, 4414.0, 4414.0, 4417.0, 4425.0, 4417.0, 4427.0, 4427.0, 4428.0, 4429.0, 4438.0, 4429.0, 4460.0, 4440.0, 4468.0, 4428.0, 4471.0, 4451.0, 4460.0, 4439.0, 4421.0, 4428.0, 4420.0, 4454.0, 4445.0, 4505.0, 4429.0, 4468.0, 4431.0, 4446.0, 4440.0, 4477.0, 4427.0, 4476.0, 4419.0, 4445.0, 4436.0, 4455.0, 4414.0, 4445.0, 4404.0, 4413.0, 4403.0, 4402.0, 4412.0, 4413.0, 4401.0, 4413.0, 4402.0, 4416.0, 4405.0, 4424.0, 4416.0, 4425.0, 4415.0, 4424.0, 4415.0, 4426.0, 4435.0, 4436.0, 4454.0, 4413.0, 4452.0, 4414.0, 4464.0, 4433.0, 4476.0, 4423.0, 4452.0, 4413.0, 4444.0, 4425.0, 4459.0, 4443.0, 4449.0, 4432.0, 4436.0, 4405.0, 4409.0, 4413.0, 4421.0, 4416.0, 4430.0, 4428.0, 4417.0, 4429.0, 4419.0, 4427.0, 4417.0, 4440.0, 4440.0, 4458.0, 4429.0, 4479.0, 4429.0, 4419.0, 4426.0, 4427.0, 4469.0, 4448.0, 4476.0, 4446.0, 4454.0, 4414.0, 4432.0, 4412.0, 4423.0, 4411.0, 4442.0, 4401.0, 4409.0, 4390.0, 4411.0, 4390.0, 4412.0, 4401.0, 4412.0, 4401.0, 4412.0, 4404.0, 4413.0, 4416.0, 4426.0, 4427.0, 4424.0, 4437.0, 4437.0, 4429.0, 4457.0, 4427.0, 4466.0, 4416.0, 4436.0, 4427.0, 4424.0, 4403.0, 4425.0, 4475.0, 4454.0, 4474.0, 4423.0, 4443.0, 4411.0, 4411.0, 4411.0, 4442.0, 4414.0, 4412.0, 4424.0, 4423.0, 4417.0, 4436.0, 4427.0, 4435.0, 4427.0, 4436.0, 4416.0, 4425.0, 4424.0, 4434.0, 4415.0, 4454.0, 4415.0, 4423.0, 4423.0, 4403.0, 4412.0, 4413.0, 4466.0, 4424.0, 4476.0, 4435.0, 4476.0, 4423.0, 4412.0, 4411.0, 4403.0, 4421.0, 4400.0, 4411.0, 4403.0, 4412.0, 4432.0, 4402.0, 4463.0, 4410.0, 4452.0, 4412.0, 4429.0, 4399.0, 4418.0, 4399.0, 4420.0, 4399.0, 4411.0, 4398.0, 4398.0, 4388.0, 4410.0, 4400.0, 4414.0, 4415.0, 4468.0, 4417.0, 4453.0, 4427.0, 4427.0, 4440.0, 4431.0, 4427.0, 4414.0, 4425.0, 4415.0, 4426.0, 4427.0, 4420.0, 4438.0, 4429.0, 4441.0, 4429.0, 4417.0, 4438.0, 4418.0, 4446.0, 4415.0, 4424.0, 4403.0, 4412.0, 4403.0, 4444.0, 4403.0, 4411.0, 4399.0, 4409.0, 4440.0, 4399.0, 4399.0, 4401.0, 4400.0, 4412.0, 4412.0, 4423.0, 4405.0, 4423.0, 4415.0, 4425.0, 4428.0, 4427.0, 4418.0, 4417.0, 4467.0, 4425.0, 4454.0, 4434.0, 4433.0, 4413.0, 4424.0, 4415.0, 4425.0, 4416.0, 4436.0, 4417.0, 4416.0, 4428.0, 4416.0, 4430.0, 4461.0, 4430.0, 4459.0, 4428.0, 4419.0, 4428.0, 4418.0, 4440.0, 4441.0, 4459.0, 4430.0, 4437.0, 4430.0, 4450.0, 4443.0, 4491.0, 4443.0, 4483.0, 4431.0, 4472.0, 4462.0, 4432.0, 4440.0, 4441.0, 4438.0, 4420.0, 4448.0, 4427.0, 4478.0, 4480.0, 4440.0, 4488.0, 4425.0, 4455.0, 4412.0, 4423.0, 4452.0, 4401.0, 4442.0, 4399.0, 4409.0, 4401.0, 4410.0, 4400.0, 4400.0, 4401.0, 4402.0, 4403.0, 4413.0, 4413.0, 4416.0, 4425.0, 4418.0, 4428.0, 4418.0, 4442.0, 4430.0, 4438.0, 4418.0, 4426.0, 4417.0, 4428.0, 4458.0, 4447.0, 4458.0, 4426.0, 4477.0, 4416.0, 4477.0, 4446.0, 4476.0, 4435.0, 4444.0, 4403.0, 4425.0, 4474.0, 4444.0, 4476.0, 4402.0, 4441.0, 4404.0, 4422.0, 4415.0, 4425.0, 4416.0, 4425.0, 4427.0, 4417.0, 4429.0, 4438.0, 4431.0, 4449.0, 4428.0, 4438.0, 4437.0, 4429.0, 4477.0, 4457.0, 4477.0, 4447.0, 4456.0, 4436.0, 4433.0, 4425.0, 4455.0, 4423.0, 4455.0, 4414.0, 4422.0, 4414.0, 4423.0, 4403.0, 4413.0, 4465.0, 4414.0, 4474.0, 4403.0, 4442.0, 4403.0, 4442.0, 4412.0, 4442.0, 4402.0, 4421.0, 4416.0, 4423.0, 4414.0, 4443.0, 4414.0, 4412.0, 4414.0, 4439.0, 4428.0, 4417.0, 4427.0, 4418.0, 4477.0, 4459.0, 4448.0, 4488.0, 4450.0, 4429.0, 4450.0, 4430.0, 4488.0, 4441.0, 4478.0, 4472.0, 4501.0, 4479.0, 4477.0, 4455.0, 4451.0, 4419.0, 4428.0, 4396.0, 4435.0, 4415.0, 4432.0, 4403.0, 4410.0, 4369.0, 4388.0, 4370.0, 4378.0, 4357.0, 4365.0, 4367.0, 4365.0, 4366.0, 4367.0, 4367.0, 4366.0, 4378.0, 4368.0, 4380.0, 4378.0, 4370.0, 4379.0, 4360.0, 4380.0, 4359.0, 4382.0, 4360.0, 4383.0, 4382.0, 4384.0, 4394.0, 4396.0, 4396.0, 4398.0, 4407.0, 4399.0, 4409.0, 4401.0, 4409.0, 4399.0, 4431.0, 4411.0, 4401.0, 4412.0, 4414.0, 4425.0, 4426.0, 4427.0, 4429.0, 4427.0, 4427.0, 4418.0, 4441.0, 4432.0, 4430.0, 4454.0, 4458.0, 4477.0, 4487.0, 4481.0, 4460.0, 4498.0, 4479.0, 4478.0, 4496.0, 4492.0, 4495.0, 4493.0, 4465.0, 4481.0, 4438.0, 4467.0, 4434.0, 4444.0, 4411.0, 4401.0, 4450.0, 4388.0, 4436.0, 4384.0, 4403.0, 4383.0, 4383.0, 4374.0, 4385.0, 4364.0, 4385.0, 4374.0, 4385.0, 4385.0, 4388.0, 4397.0, 4389.0, 4409.0, 4411.0, 4413.0, 4403.0, 4414.0, 4404.0, 4415.0, 4405.0, 4416.0, 4405.0, 4426.0, 4417.0, 4438.0, 4430.0, 4420.0, 4431.0, 4432.0, 4441.0, 4431.0, 4443.0, 4443.0, 4495.0, 4449.0, 4463.0, 4442.0, 4435.0, 4453.0, 4453.0, 4481.0, 4438.0, 4466.0, 4436.0, 4487.0, 4464.0, 4468.0, 4433.0, 4404.0, 4423.0, 4401.0, 4484.0, 4474.0, 4445.0, 4482.0, 4422.0, 4443.0, 4414.0, 4403.0, 4411.0, 4403.0, 4422.0, 4403.0, 4423.0, 4412.0, 4411.0, 4411.0, 4410.0, 4440.0, 4400.0, 4450.0, 4398.0, 4448.0, 4407.0, 4426.0, 4397.0, 4417.0, 4387.0, 4395.0, 4385.0, 4397.0, 4376.0, 4409.0, 4388.0, 4399.0, 4397.0, 4398.0, 4388.0, 4399.0, 4400.0, 4410.0, 4400.0, 4411.0, 4401.0, 4421.0, 4413.0, 4423.0, 4415.0, 4426.0, 4416.0, 4437.0, 4417.0, 4426.0, 4418.0, 4446.0, 4419.0, 4489.0, 4427.0, 4456.0, 4418.0, 4446.0, 4426.0, 4477.0, 4435.0, 4463.0, 4403.0, 4414.0, 4414.0, 4415.0, 4414.0, 4476.0, 4403.0, 4411.0, 4403.0, 4422.0, 4415.0, 4445.0, 4427.0, 4495.0, 4435.0, 4425.0, 4426.0, 4427.0, 4459.0, 4440.0, 4459.0, 4488.0, 4436.0, 4429.0, 4439.0, 4439.0, 4430.0, 4469.0, 4452.0, 4513.0, 4471.0, 4479.0, 4446.0, 4465.0, 4442.0, 4471.0, 4449.0, 4460.0, 4437.0, 4447.0, 4433.0, 4441.0, 4410.0, 4420.0, 4398.0, 4407.0, 4378.0, 4384.0, 4357.0, 4364.0, 4378.0, 4366.0, 4379.0, 4365.0, 4369.0, 4378.0, 4368.0, 4380.0, 4381.0, 4395.0, 4384.0, 4412.0, 4383.0, 4426.0, 4423.0, 4412.0, 4411.0, 4410.0, 4412.0, 4412.0, 4415.0, 4424.0, 4414.0, 4413.0, 4413.0, 4432.0, 4412.0, 4412.0, 4412.0, 4411.0, 4432.0, 4410.0, 4460.0, 4419.0, 4472.0, 4429.0, 4428.0, 4399.0, 4398.0, 4397.0, 4399.0, 4400.0, 4411.0, 4411.0, 4423.0, 4424.0, 4424.0, 4444.0, 4425.0, 4444.0, 4423.0, 4444.0, 4425.0, 4453.0, 4434.0, 4453.0, 4422.0, 4423.0, 4421.0, 4415.0, 4425.0, 4443.0, 4426.0, 4464.0, 4423.0, 4463.0, 4426.0, 4443.0, 4423.0, 4442.0, 4423.0, 4403.0, 4413.0, 4415.0, 4415.0, 4426.0, 4446.0, 4427.0, 4435.0, 4426.0, 4426.0, 4437.0, 4466.0, 4437.0, 4455.0, 4436.0, 4417.0, 4437.0, 4438.0, 4448.0, 4447.0, 4454.0, 4425.0, 4425.0, 4426.0, 4417.0, 4475.0, 4498.0, 4456.0, 4462.0, 4423.0, 4433.0], 'WindowWidth': [9933.0, 9821.0, 9871.0, 9803.0, 9843.0, 9815.0, 9753.0, 9745.0, 9734.0, 9760.0, 9748.0, 9792.0, 9778.0, 9833.0, 9749.0, 9782.0, 9746.0, 9769.0, 9750.0, 9775.0, 9743.0, 9728.0, 9742.0, 9763.0, 9777.0, 9775.0, 9853.0, 9776.0, 9782.0, 9747.0, 9746.0, 9784.0, 9759.0, 9804.0, 9756.0, 9792.0, 9724.0, 9814.0, 9753.0, 9775.0, 9750.0, 9723.0, 9778.0, 9727.0, 9780.0, 9755.0, 9775.0, 9760.0, 9760.0, 9744.0, 9747.0, 9766.0, 9729.0, 9806.0, 9717.0, 9790.0, 9719.0, 9757.0, 9741.0, 9737.0, 9711.0, 9721.0, 9699.0, 9731.0, 9716.0, 9707.0, 9720.0, 9699.0, 9719.0, 9722.0, 9743.0, 9743.0, 9760.0, 9729.0, 9762.0, 9734.0, 9766.0, 9777.0, 9765.0, 9747.0, 9762.0, 9752.0, 9766.0, 9755.0, 9784.0, 9767.0, 9797.0, 9767.0, 9780.0, 9769.0, 9779.0, 9753.0, 9826.0, 9752.0, 9763.0, 9835.0, 9746.0, 9820.0, 9771.0, 9801.0, 9757.0, 9767.0, 9744.0, 9743.0, 9753.0, 9761.0, 9756.0, 9768.0, 9769.0, 9770.0, 9773.0, 9786.0, 9775.0, 9819.0, 9792.0, 9826.0, 9772.0, 9835.0, 9810.0, 9818.0, 9789.0, 9767.0, 9774.0, 9764.0, 9818.0, 9807.0, 9890.0, 9774.0, 9827.0, 9779.0, 9793.0, 9791.0, 9838.0, 9769.0, 9836.0, 9758.0, 9791.0, 9777.0, 9803.0, 9745.0, 9788.0, 9730.0, 9742.0, 9727.0, 9726.0, 9738.0, 9742.0, 9723.0, 9742.0, 9726.0, 9749.0, 9735.0, 9761.0, 9749.0, 9762.0, 9748.0, 9760.0, 9748.0, 9764.0, 9774.0, 9777.0, 9800.0, 9742.0, 9795.0, 9744.0, 9817.0, 9771.0, 9834.0, 9757.0, 9795.0, 9741.0, 9788.0, 9763.0, 9816.0, 9797.0, 9801.0, 9781.0, 9779.0, 9730.0, 9726.0, 9739.0, 9748.0, 9750.0, 9777.0, 9771.0, 9754.0, 9774.0, 9758.0, 9768.0, 9754.0, 9793.0, 9791.0, 9816.0, 9776.0, 9844.0, 9774.0, 9759.0, 9767.0, 9768.0, 9828.0, 9796.0, 9837.0, 9791.0, 9800.0, 9745.0, 9765.0, 9737.0, 9753.0, 9736.0, 9777.0, 9721.0, 9730.0, 9707.0, 9735.0, 9707.0, 9737.0, 9722.0, 9738.0, 9722.0, 9738.0, 9729.0, 9743.0, 9749.0, 9764.0, 9768.0, 9761.0, 9780.0, 9782.0, 9773.0, 9812.0, 9770.0, 9822.0, 9751.0, 9777.0, 9766.0, 9760.0, 9730.0, 9760.0, 9834.0, 9800.0, 9830.0, 9754.0, 9783.0, 9736.0, 9737.0, 9735.0, 9780.0, 9743.0, 9738.0, 9760.0, 9757.0, 9755.0, 9776.0, 9766.0, 9774.0, 9768.0, 9778.0, 9750.0, 9761.0, 9759.0, 9773.0, 9747.0, 9798.0, 9745.0, 9756.0, 9756.0, 9730.0, 9740.0, 9743.0, 9819.0, 9757.0, 9835.0, 9775.0, 9836.0, 9756.0, 9740.0, 9738.0, 9727.0, 9750.0, 9721.0, 9736.0, 9726.0, 9738.0, 9766.0, 9725.0, 9810.0, 9733.0, 9793.0, 9737.0, 9755.0, 9716.0, 9739.0, 9717.0, 9744.0, 9714.0, 9735.0, 9713.0, 9712.0, 9701.0, 9732.0, 9719.0, 9743.0, 9748.0, 9828.0, 9756.0, 9802.0, 9769.0, 9770.0, 9795.0, 9780.0, 9764.0, 9741.0, 9759.0, 9748.0, 9764.0, 9768.0, 9764.0, 9786.0, 9777.0, 9793.0, 9774.0, 9755.0, 9782.0, 9754.0, 9791.0, 9746.0, 9755.0, 9727.0, 9738.0, 9726.0, 9784.0, 9725.0, 9733.0, 9717.0, 9729.0, 9771.0, 9715.0, 9717.0, 9720.0, 9718.0, 9737.0, 9739.0, 9754.0, 9735.0, 9757.0, 9749.0, 9762.0, 9769.0, 9767.0, 9754.0, 9752.0, 9823.0, 9761.0, 9800.0, 9772.0, 9769.0, 9741.0, 9757.0, 9748.0, 9761.0, 9752.0, 9778.0, 9756.0, 9752.0, 9771.0, 9754.0, 9777.0, 9820.0, 9777.0, 9814.0, 9771.0, 9759.0, 9773.0, 9760.0, 9791.0, 9792.0, 9815.0, 9777.0, 9783.0, 9778.0, 9802.0, 9801.0, 9864.0, 9800.0, 9855.0, 9779.0, 9836.0, 9825.0, 9780.0, 9789.0, 9796.0, 9785.0, 9762.0, 9799.0, 9766.0, 9844.0, 9844.0, 9790.0, 9859.0, 9761.0, 9802.0, 9738.0, 9754.0, 9790.0, 9722.0, 9776.0, 9717.0, 9729.0, 9719.0, 9730.0, 9719.0, 9720.0, 9723.0, 9727.0, 9727.0, 9744.0, 9743.0, 9750.0, 9762.0, 9756.0, 9769.0, 9755.0, 9794.0, 9775.0, 9785.0, 9758.0, 9766.0, 9754.0, 9769.0, 9809.0, 9795.0, 9811.0, 9766.0, 9837.0, 9751.0, 9839.0, 9792.0, 9835.0, 9774.0, 9787.0, 9730.0, 9759.0, 9829.0, 9784.0, 9833.0, 9727.0, 9778.0, 9730.0, 9753.0, 9749.0, 9759.0, 9750.0, 9761.0, 9768.0, 9757.0, 9774.0, 9786.0, 9779.0, 9803.0, 9771.0, 9784.0, 9781.0, 9772.0, 9840.0, 9808.0, 9838.0, 9793.0, 9805.0, 9775.0, 9771.0, 9760.0, 9802.0, 9754.0, 9800.0, 9744.0, 9752.0, 9743.0, 9754.0, 9728.0, 9741.0, 9816.0, 9743.0, 9830.0, 9726.0, 9779.0, 9728.0, 9778.0, 9739.0, 9780.0, 9726.0, 9749.0, 9751.0, 9755.0, 9745.0, 9782.0, 9745.0, 9741.0, 9746.0, 9790.0, 9771.0, 9755.0, 9768.0, 9758.0, 9838.0, 9814.0, 9799.0, 9855.0, 9806.0, 9774.0, 9805.0, 9773.0, 9856.0, 9796.0, 9845.0, 9839.0, 9885.0, 9843.0, 9841.0, 9801.0, 9792.0, 9743.0, 9752.0, 9704.0, 9759.0, 9729.0, 9752.0, 9709.0, 9716.0, 9659.0, 9681.0, 9657.0, 9665.0, 9638.0, 9646.0, 9651.0, 9646.0, 9648.0, 9649.0, 9652.0, 9649.0, 9668.0, 9653.0, 9671.0, 9668.0, 9658.0, 9671.0, 9648.0, 9674.0, 9647.0, 9681.0, 9649.0, 9683.0, 9681.0, 9689.0, 9702.0, 9708.0, 9707.0, 9712.0, 9725.0, 9717.0, 9729.0, 9720.0, 9730.0, 9720.0, 9762.0, 9736.0, 9724.0, 9739.0, 9745.0, 9760.0, 9765.0, 9770.0, 9777.0, 9770.0, 9770.0, 9757.0, 9794.0, 9783.0, 9778.0, 9816.0, 9830.0, 9853.0, 9864.0, 9858.0, 9833.0, 9885.0, 9862.0, 9858.0, 9877.0, 9872.0, 9877.0, 9873.0, 9829.0, 9846.0, 9780.0, 9824.0, 9769.0, 9781.0, 9730.0, 9715.0, 9783.0, 9693.0, 9762.0, 9684.0, 9707.0, 9681.0, 9680.0, 9669.0, 9687.0, 9657.0, 9687.0, 9670.0, 9689.0, 9687.0, 9696.0, 9708.0, 9702.0, 9727.0, 9734.0, 9738.0, 9725.0, 9742.0, 9731.0, 9747.0, 9732.0, 9749.0, 9732.0, 9762.0, 9754.0, 9786.0, 9777.0, 9765.0, 9780.0, 9783.0, 9795.0, 9781.0, 9799.0, 9798.0, 9874.0, 9797.0, 9831.0, 9800.0, 9792.0, 9818.0, 9816.0, 9851.0, 9789.0, 9821.0, 9780.0, 9855.0, 9817.0, 9827.0, 9772.0, 9734.0, 9757.0, 9728.0, 9845.0, 9834.0, 9791.0, 9842.0, 9759.0, 9785.0, 9750.0, 9733.0, 9741.0, 9730.0, 9754.0, 9729.0, 9756.0, 9741.0, 9739.0, 9739.0, 9737.0, 9776.0, 9721.0, 9789.0, 9716.0, 9787.0, 9726.0, 9752.0, 9713.0, 9738.0, 9700.0, 9707.0, 9696.0, 9711.0, 9684.0, 9731.0, 9701.0, 9718.0, 9715.0, 9717.0, 9704.0, 9722.0, 9723.0, 9737.0, 9723.0, 9740.0, 9728.0, 9755.0, 9748.0, 9760.0, 9753.0, 9769.0, 9756.0, 9787.0, 9760.0, 9770.0, 9760.0, 9798.0, 9764.0, 9861.0, 9774.0, 9810.0, 9761.0, 9796.0, 9770.0, 9840.0, 9780.0, 9814.0, 9735.0, 9749.0, 9750.0, 9752.0, 9750.0, 9836.0, 9736.0, 9743.0, 9737.0, 9759.0, 9753.0, 9795.0, 9772.0, 9868.0, 9779.0, 9766.0, 9771.0, 9775.0, 9822.0, 9793.0, 9819.0, 9859.0, 9785.0, 9779.0, 9794.0, 9792.0, 9781.0, 9837.0, 9815.0, 9902.0, 9841.0, 9847.0, 9798.0, 9820.0, 9784.0, 9824.0, 9787.0, 9807.0, 9767.0, 9787.0, 9755.0, 9768.0, 9719.0, 9733.0, 9699.0, 9710.0, 9671.0, 9674.0, 9641.0, 9648.0, 9671.0, 9652.0, 9675.0, 9653.0, 9662.0, 9672.0, 9663.0, 9679.0, 9684.0, 9704.0, 9691.0, 9727.0, 9691.0, 9750.0, 9762.0, 9746.0, 9740.0, 9739.0, 9743.0, 9745.0, 9751.0, 9763.0, 9753.0, 9747.0, 9746.0, 9772.0, 9745.0, 9743.0, 9743.0, 9739.0, 9768.0, 9737.0, 9807.0, 9748.0, 9826.0, 9760.0, 9759.0, 9721.0, 9719.0, 9717.0, 9723.0, 9725.0, 9744.0, 9744.0, 9764.0, 9766.0, 9766.0, 9792.0, 9768.0, 9792.0, 9764.0, 9791.0, 9768.0, 9805.0, 9779.0, 9803.0, 9760.0, 9762.0, 9759.0, 9755.0, 9768.0, 9792.0, 9770.0, 9820.0, 9763.0, 9818.0, 9769.0, 9791.0, 9763.0, 9788.0, 9763.0, 9736.0, 9751.0, 9757.0, 9757.0, 9774.0, 9800.0, 9774.0, 9781.0, 9773.0, 9772.0, 9790.0, 9827.0, 9789.0, 9810.0, 9785.0, 9763.0, 9787.0, 9790.0, 9805.0, 9801.0, 9808.0, 9768.0, 9769.0, 9773.0, 9759.0, 9836.0, 9881.0, 9809.0, 9816.0, 9762.0, 9775.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.01547562211981567</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05894780161290322</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.15539322440595</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3170264711072674</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0564787615224918</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4837</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7134.4985</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10562684359718183</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.63594470046083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.57763608040333</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.446950759841966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8486165684473246</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4373409129206984</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.018943</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0074758632108569145</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03879808634519577</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9735195041865077</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.6437</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9883</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.802</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298819.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1044.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.9256</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4766</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.5001</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3623.8983</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3850.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77725.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1247.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4705.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.9081</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.20400378573686</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> |