=== 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-0024 --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-0024",
"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-0024_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0024_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-03/func/sub-0024_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4b96cf1de0cb6048970304aa43ad16e1</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:34:1.467500</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.998477, -0.0472374, 0.0285164, 0.043769, 0.992749, 0.111954]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0810935</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7787, -7249, 590, -87, -285, 74, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.982</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>16e2ff85-56b4-41a0-9f6e-f9fccd8b6c1b||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.678839683532715, 0.1174289882183075, 0.09071480482816696, 104.52643585205078], [0.1267343908548355, 2.663472890853882, 0.2984464466571808, -88.21803283691406], [0.07650747150182724, -0.30036550760269165, 2.6819210052490234, -55.4486083984375], [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': ['113401.467500', '113401.927500', '113402.387500', '113402.847500', '113403.307500', '113403.767500', '113404.227500', '113404.687500', '113405.147500', '113405.607500', '113406.067500', '113406.527500', '113406.987500', '113407.447500', '113407.907500', '113408.367500', '113408.827500', '113409.287500', '113409.747500', '113410.207500', '113410.667500', '113411.127500', '113411.587500', '113412.047500', '113412.507500', '113412.967500', '113413.427500', '113413.887500', '113414.347500', '113414.807500', '113415.267500', '113415.727500', '113416.187500', '113416.647500', '113417.107500', '113417.567500', '113418.027500', '113418.487500', '113418.947500', '113419.407500', '113419.867500', '113420.327500', '113420.787500', '113421.247500', '113421.707500', '113422.167500', '113422.627500', '113423.087500', '113423.547500', '113424.007500', '113424.467500', '113424.927500', '113425.387500', '113425.847500', '113426.307500', '113426.767500', '113427.227500', '113427.687500', '113428.147500', '113428.607500', '113429.067500', '113429.527500', '113429.987500', '113430.447500', '113430.907500', '113431.367500', '113431.827500', '113432.287500', '113432.747500', '113433.207500', '113433.667500', '113434.127500', '113434.587500', '113435.047500', '113435.507500', '113435.967500', '113436.427500', '113436.887500', '113437.347500', '113437.807500', '113438.267500', '113438.727500', '113439.187500', '113439.647500', '113440.107500', '113440.567500', '113441.027500', '113441.487500', '113441.947500', '113442.407500', '113442.867500', '113443.327500', '113443.787500', '113444.247500', '113444.707500', '113445.167500', '113445.627500', '113446.087500', '113446.547500', '113447.007500', '113447.467500', '113447.927500', '113448.387500', '113448.847500', '113449.307500', '113449.767500', '113450.227500', '113450.687500', '113451.147500', '113451.607500', '113452.067500', '113452.527500', '113452.987500', '113453.447500', '113453.907500', '113454.367500', '113454.827500', '113455.287500', '113455.747500', '113456.207500', '113456.667500', '113457.127500', '113457.587500', '113458.047500', '113458.507500', '113458.967500', '113459.427500', '113459.887500', '113500.347500', '113500.807500', '113501.267500', '113501.727500', '113502.187500', '113502.647500', '113503.107500', '113503.567500', '113504.027500', '113504.487500', '113504.947500', '113505.407500', '113505.867500', '113506.327500', '113506.787500', '113507.247500', '113507.707500', '113508.167500', '113508.627500', '113509.087500', '113509.547500', '113510.007500', '113510.467500', '113510.927500', '113511.387500', '113511.847500', '113512.307500', '113512.767500', '113513.227500', '113513.687500', '113514.147500', '113514.607500', '113515.067500', '113515.527500', '113515.987500', '113516.447500', '113516.907500', '113517.367500', '113517.827500', '113518.287500', '113518.747500', '113519.207500', '113519.667500', '113520.127500', '113520.587500', '113521.047500', '113521.507500', '113521.967500', '113522.427500', '113522.887500', '113523.347500', '113523.807500', '113524.267500', '113524.727500', '113525.187500', '113525.647500', '113526.107500', '113526.567500', '113527.027500', '113527.487500', '113527.947500', '113528.407500', '113528.867500', '113529.327500', '113529.787500', '113530.247500', '113530.707500', '113531.167500', '113531.627500', '113532.087500', '113532.547500', '113533.007500', '113533.467500', '113533.927500', '113534.387500', '113534.847500', '113535.307500', '113535.767500', '113536.227500', '113536.687500', '113537.147500', '113537.607500', '113538.067500', '113538.527500', '113538.987500', '113539.447500', '113539.907500', '113540.367500', '113540.827500', '113541.287500', '113541.747500', '113542.207500', '113542.667500', '113543.127500', '113543.587500', '113544.047500', '113544.507500', '113544.967500', '113545.427500', '113545.887500', '113546.347500', '113546.807500', '113547.267500', '113547.727500', '113548.187500', '113548.647500', '113549.107500', '113549.567500', '113550.027500', '113550.487500', '113550.947500', '113551.407500', '113551.867500', '113552.327500', '113552.787500', '113553.247500', '113553.707500', '113554.167500', '113554.627500', '113555.087500', '113555.547500', '113556.007500', '113556.467500', '113556.927500', '113557.387500', '113557.847500', '113558.307500', '113558.767500', '113559.227500', '113559.687500', '113600.147500', '113600.607500', '113601.067500', '113601.527500', '113601.987500', '113602.447500', '113602.907500', '113603.367500', '113603.827500', '113604.287500', '113604.747500', '113605.207500', '113605.667500', '113606.127500', '113606.587500', '113607.047500', '113607.507500', '113607.967500', '113608.427500', '113608.887500', '113609.347500', '113609.807500', '113610.267500', '113610.727500', '113611.187500', '113611.647500', '113612.107500', '113612.567500', '113613.027500', '113613.487500', '113613.947500', '113614.407500', '113614.867500', '113615.327500', '113615.787500', '113616.247500', '113616.707500', '113617.167500', '113617.627500', '113618.087500', '113618.547500', '113619.007500', '113619.467500', '113619.927500', '113620.387500', '113620.847500', '113621.307500', '113621.767500', '113622.227500', '113622.687500', '113623.147500', '113623.607500', '113624.067500', '113624.527500', '113624.987500', '113625.447500', '113625.907500', '113626.367500', '113626.827500', '113627.287500', '113627.747500', '113628.207500', '113628.667500', '113629.127500', '113629.587500', '113630.047500', '113630.507500', '113630.967500', '113631.427500', '113631.887500', '113632.347500', '113632.807500', '113633.267500', '113633.727500', '113634.187500', '113634.647500', '113635.107500', '113635.567500', '113636.027500', '113636.487500', '113636.947500', '113637.407500', '113637.867500', '113638.327500', '113638.787500', '113639.247500', '113639.707500', '113640.167500', '113640.627500', '113641.087500', '113641.547500', '113642.007500', '113642.467500', '113642.927500', '113643.387500', '113643.847500', '113644.307500', '113644.767500', '113645.227500', '113645.687500', '113646.147500', '113646.607500', '113647.067500', '113647.527500', '113647.987500', '113648.447500', '113648.907500', '113649.367500', '113649.827500', '113650.287500', '113650.747500', '113651.207500', '113651.667500', '113652.127500', '113652.587500', '113653.047500', '113653.507500', '113653.967500', '113654.427500', '113654.887500', '113655.347500', '113655.807500', '113656.267500', '113656.727500', '113657.187500', '113657.647500', '113658.107500', '113658.567500', '113659.027500', '113659.487500', '113659.947500', '113700.407500', '113700.867500', '113701.327500', '113701.787500', '113702.247500', '113702.707500', '113703.167500', '113703.627500', '113704.087500', '113704.547500', '113705.007500', '113705.467500', '113705.927500', '113706.387500', '113706.847500', '113707.307500', '113707.767500', '113708.227500', '113708.687500', '113709.147500', '113709.607500', '113710.067500', '113710.527500', '113710.987500', '113711.447500', '113711.907500', '113712.367500', '113712.827500', '113713.287500', '113713.747500', '113714.207500', '113714.667500', '113715.127500', '113715.587500', '113716.047500', '113716.507500', '113716.967500', '113717.427500', '113717.887500', '113718.347500', '113718.807500', '113719.267500', '113719.727500', '113720.187500', '113720.647500', '113721.107500', '113721.567500', '113722.027500', '113722.487500', '113722.947500', '113723.407500', '113723.867500', '113724.327500', '113724.787500', '113725.247500', '113725.707500', '113726.167500', '113726.627500', '113727.087500', '113727.547500', '113728.007500', '113728.467500', '113728.927500', '113729.387500', '113729.847500', '113730.307500', '113730.767500', '113731.227500', '113731.687500', '113732.147500', '113732.607500', '113733.067500', '113733.527500', '113733.987500', '113734.447500', '113734.907500', '113735.367500', '113735.827500', '113736.287500', '113736.747500', '113737.207500', '113737.667500', '113738.127500', '113738.587500', '113739.047500', '113739.507500', '113739.967500', '113740.427500', '113740.887500', '113741.347500', '113741.807500', '113742.267500', '113742.727500', '113743.187500', '113743.647500', '113744.107500', '113744.567500', '113745.027500', '113745.487500', '113745.947500', '113746.407500', '113746.867500', '113747.327500', '113747.787500', '113748.247500', '113748.707500', '113749.167500', '113749.627500', '113750.087500', '113750.547500', '113751.007500', '113751.467500', '113751.927500', '113752.387500', '113752.847500', '113753.307500', '113753.767500', '113754.227500', '113754.687500', '113755.147500', '113755.607500', '113756.067500', '113756.527500', '113756.987500', '113757.447500', '113757.907500', '113758.367500', '113758.827500', '113759.287500', '113759.747500', '113800.207500', '113800.667500', '113801.127500', '113801.587500', '113802.047500', '113802.507500', '113802.967500', '113803.427500', '113803.887500', '113804.347500', '113804.807500', '113805.267500', '113805.727500', '113806.187500', '113806.647500', '113807.107500', '113807.567500', '113808.027500', '113808.487500', '113808.947500', '113809.407500', '113809.867500', '113810.327500', '113810.787500', '113811.247500', '113811.707500', '113812.167500', '113812.627500', '113813.087500', '113813.547500', '113814.007500', '113814.467500', '113814.927500', '113815.387500', '113815.847500', '113816.307500', '113816.767500', '113817.227500', '113817.687500', '113818.147500', '113818.607500', '113819.067500', '113819.527500', '113819.987500', '113820.447500', '113820.907500', '113821.367500', '113821.827500', '113822.287500', '113822.747500', '113823.207500', '113823.667500', '113824.127500', '113824.587500', '113825.047500', '113825.507500', '113825.967500', '113826.427500', '113826.887500', '113827.347500', '113827.807500', '113828.267500', '113828.727500', '113829.187500', '113829.647500', '113830.107500', '113830.567500', '113831.027500', '113831.487500', '113831.947500', '113832.407500', '113832.867500', '113833.327500', '113833.787500', '113834.247500', '113834.707500', '113835.167500', '113835.627500', '113836.087500', '113836.547500', '113837.007500', '113837.467500', '113837.927500', '113838.387500', '113838.847500', '113839.307500', '113839.767500', '113840.227500', '113840.687500', '113841.147500', '113841.607500', '113842.067500', '113842.527500', '113842.987500', '113843.447500', '113843.907500', '113844.367500', '113844.827500', '113845.287500', '113845.747500', '113846.207500', '113846.667500', '113847.127500', '113847.587500', '113848.047500', '113848.507500', '113848.967500', '113849.427500', '113849.887500', '113850.347500', '113850.807500', '113851.267500', '113851.727500', '113852.187500', '113852.647500', '113853.107500', '113853.567500', '113854.027500', '113854.487500', '113854.947500', '113855.407500', '113855.867500', '113856.327500', '113856.787500', '113857.247500', '113857.707500', '113858.167500', '113858.627500', '113859.087500', '113859.547500', '113900.007500', '113900.467500', '113900.927500', '113901.387500', '113901.847500', '113902.307500', '113902.767500', '113903.227500', '113903.687500', '113904.147500', '113904.607500', '113905.067500', '113905.527500', '113905.987500', '113906.447500', '113906.907500', '113907.367500', '113907.827500', '113908.287500', '113908.747500', '113909.207500', '113909.667500', '113910.127500', '113910.587500', '113911.047500', '113911.507500', '113911.967500', '113912.427500', '113912.887500', '113913.347500', '113913.807500', '113914.267500', '113914.727500', '113915.187500', '113915.647500', '113916.107500', '113916.567500', '113917.027500', '113917.487500', '113917.947500', '113918.407500', '113918.867500', '113919.327500', '113919.787500', '113920.247500', '113920.707500', '113921.167500', '113921.627500', '113922.087500', '113922.547500', '113923.007500', '113923.467500', '113923.927500', '113924.387500', '113924.847500', '113925.307500', '113925.767500', '113926.227500', '113926.687500', '113927.147500', '113927.607500', '113928.067500', '113928.527500', '113928.987500', '113929.447500', '113929.907500', '113930.367500', '113930.827500', '113931.287500', '113931.747500', '113932.207500', '113932.667500', '113933.127500', '113933.587500', '113934.047500', '113934.507500', '113934.967500', '113935.427500', '113935.887500', '113936.347500', '113936.807500', '113937.267500', '113937.727500', '113938.187500', '113938.647500', '113939.107500', '113939.567500', '113940.027500', '113940.487500', '113940.947500', '113941.407500', '113941.867500', '113942.327500', '113942.787500', '113943.247500', '113943.707500', '113944.167500', '113944.627500', '113945.087500', '113945.547500', '113946.007500', '113946.467500', '113946.927500', '113947.387500', '113947.847500', '113948.307500', '113948.767500', '113949.227500', '113949.687500', '113950.147500', '113950.607500', '113951.067500', '113951.527500', '113951.987500', '113952.447500', '113952.907500', '113953.367500', '113953.827500', '113954.287500', '113954.747500', '113955.207500', '113955.667500', '113956.127500', '113956.587500', '113957.047500', '113957.507500', '113957.967500', '113958.427500', '113958.887500', '113959.347500', '113959.807500', '114000.267500', '114000.727500', '114001.187500', '114001.647500', '114002.107500', '114002.567500', '114003.027500', '114003.487500', '114003.947500', '114004.407500', '114004.867500', '114005.327500', '114005.787500', '114006.247500', '114006.707500', '114007.167500', '114007.627500', '114008.087500', '114008.547500', '114009.007500', '114009.467500', '114009.927500', '114010.387500', '114010.847500', '114011.307500', '114011.767500', '114012.227500', '114012.687500', '114013.147500', '114013.607500', '114014.067500', '114014.527500', '114014.987500', '114015.447500', '114015.907500', '114016.367500', '114016.827500', '114017.287500', '114017.747500', '114018.207500', '114018.667500', '114019.127500', '114019.587500', '114020.047500', '114020.507500', '114020.967500', '114021.427500', '114021.887500', '114022.347500', '114022.807500', '114023.267500', '114023.727500', '114024.187500', '114024.647500', '114025.107500', '114025.567500', '114026.027500', '114026.487500', '114026.947500', '114027.407500', '114027.867500', '114028.327500', '114028.787500', '114029.247500', '114029.707500', '114030.167500', '114030.627500', '114031.087500', '114031.547500', '114032.007500', '114032.467500', '114032.927500', '114033.387500', '114033.847500', '114034.307500', '114034.767500', '114035.227500', '114035.687500', '114036.147500', '114036.607500', '114037.067500', '114037.527500', '114037.987500', '114038.447500', '114038.907500', '114039.367500', '114039.827500', '114040.287500', '114040.747500', '114041.207500', '114041.667500', '114042.127500'], 'ContentTime': ['113423.210000', '113423.214000', '113423.217000', '113423.219000', '113423.222000', '113423.225000', '113423.228000', '113423.231000', '113423.233000', '113423.236000', '113423.239000', '113423.242000', '113423.245000', '113423.255000', '113423.258000', '113423.260000', '113423.263000', '113423.266000', '113423.269000', '113423.271000', '113423.274000', '113423.277000', '113423.280000', '113423.283000', '113423.285000', '113423.288000', '113423.291000', '113423.294000', '113423.297000', '113423.300000', '113423.302000', '113423.305000', '113423.308000', '113423.311000', '113423.314000', '113423.316000', '113423.319000', '113423.322000', '113423.325000', '113423.327000', '113423.330000', '113423.333000', '113423.336000', '113423.338000', '113423.341000', '113443.177000', '113443.180000', '113443.182000', '113443.185000', '113443.188000', '113443.191000', '113443.194000', '113443.196000', '113443.199000', '113443.202000', '113443.205000', '113443.208000', '113443.210000', '113443.213000', '113443.216000', '113443.219000', '113443.221000', '113443.224000', '113443.227000', '113443.230000', '113443.233000', '113443.235000', '113443.238000', '113443.241000', '113443.244000', '113443.246000', '113443.249000', '113443.252000', '113443.255000', '113443.258000', '113443.260000', '113443.263000', '113443.266000', '113443.268000', '113443.271000', '113443.274000', '113443.277000', '113443.284000', '113443.287000', '113443.289000', '113443.292000', '113443.295000', '113443.298000', '113443.301000', '113503.176000', '113503.228000', '113503.231000', '113503.234000', '113503.236000', '113503.239000', '113503.242000', '113503.245000', '113503.247000', '113503.250000', '113503.253000', '113503.256000', '113503.259000', '113503.262000', '113503.264000', '113503.267000', '113503.270000', '113503.273000', '113503.276000', '113503.278000', '113503.281000', '113503.284000', '113503.287000', '113503.289000', '113503.292000', '113503.295000', '113503.298000', '113503.300000', '113503.303000', '113503.306000', '113503.309000', '113503.312000', '113503.314000', '113503.317000', '113503.320000', '113503.323000', '113503.325000', '113503.328000', '113503.331000', '113503.334000', '113503.337000', '113503.339000', '113503.342000', '113523.176000', '113523.179000', '113523.181000', '113523.184000', '113523.187000', '113523.190000', '113523.192000', '113523.195000', '113523.198000', '113523.201000', '113523.204000', '113523.206000', '113523.209000', '113523.212000', '113523.215000', '113523.218000', '113523.220000', '113523.223000', '113523.226000', '113523.229000', '113523.231000', '113523.234000', '113523.237000', '113523.240000', '113523.243000', '113523.245000', '113523.248000', '113523.251000', '113523.254000', '113523.264000', '113523.266000', '113523.269000', '113523.272000', '113523.275000', '113523.277000', '113523.280000', '113523.283000', '113523.299000', '113523.302000', '113523.305000', '113523.308000', '113523.310000', '113523.313000', '113523.316000', '113543.176000', '113543.179000', '113543.181000', '113543.184000', '113543.187000', '113543.190000', '113543.193000', '113543.195000', '113543.198000', '113543.201000', '113543.204000', '113543.206000', '113543.209000', '113543.212000', '113543.215000', '113543.218000', '113543.220000', '113543.223000', '113543.226000', '113543.229000', '113543.232000', '113543.234000', '113543.237000', '113543.240000', '113543.243000', '113543.246000', '113543.248000', '113543.251000', '113543.254000', '113543.257000', '113543.260000', '113543.262000', '113543.265000', '113543.275000', '113543.278000', '113543.281000', '113543.283000', '113543.286000', '113543.289000', '113543.292000', '113543.295000', '113543.298000', '113543.300000', '113603.176000', '113603.179000', '113603.182000', '113603.184000', '113603.187000', '113603.190000', '113603.193000', '113603.196000', '113603.198000', '113603.201000', '113603.204000', '113603.207000', '113603.210000', '113603.212000', '113603.215000', '113603.218000', '113603.221000', '113603.223000', '113603.226000', '113603.229000', '113603.232000', '113603.235000', '113603.237000', '113603.240000', '113603.243000', '113603.246000', '113603.248000', '113603.251000', '113603.254000', '113603.257000', '113603.260000', '113603.262000', '113603.265000', '113603.268000', '113603.271000', '113603.274000', '113603.276000', '113603.279000', '113603.282000', '113603.285000', '113603.287000', '113603.290000', '113603.293000', '113603.296000', '113623.176000', '113623.179000', '113623.182000', '113623.184000', '113623.187000', '113623.190000', '113623.193000', '113623.196000', '113623.198000', '113623.201000', '113623.204000', '113623.207000', '113623.209000', '113623.212000', '113623.215000', '113623.218000', '113623.220000', '113623.223000', '113623.226000', '113623.229000', '113623.232000', '113623.234000', '113623.241000', '113623.244000', '113623.247000', '113623.250000', '113623.253000', '113623.255000', '113623.258000', '113623.261000', '113623.264000', '113623.267000', '113623.269000', '113623.272000', '113623.275000', '113623.278000', '113623.281000', '113623.283000', '113623.286000', '113623.289000', '113623.292000', '113623.295000', '113623.298000', '113643.176000', '113643.179000', '113643.182000', '113643.184000', '113643.187000', '113643.190000', '113643.193000', '113643.196000', '113643.199000', '113643.201000', '113643.204000', '113643.207000', '113643.210000', '113643.212000', '113643.215000', '113643.218000', '113643.221000', '113643.223000', '113643.226000', '113643.229000', '113643.232000', '113643.235000', '113643.237000', '113643.240000', '113643.243000', '113643.246000', '113643.249000', '113643.252000', '113643.254000', '113643.257000', '113643.260000', '113643.263000', '113643.266000', '113643.268000', '113643.271000', '113643.274000', '113643.277000', '113643.280000', '113643.282000', '113643.285000', '113643.288000', '113643.291000', '113643.294000', '113643.296000', '113703.177000', '113703.180000', '113703.183000', '113703.186000', '113703.188000', '113703.191000', '113703.194000', '113703.197000', '113703.199000', '113703.202000', '113703.205000', '113703.208000', '113703.211000', '113703.213000', '113703.216000', '113703.219000', '113703.222000', '113703.225000', '113703.227000', '113703.230000', '113703.233000', '113703.236000', '113703.238000', '113703.241000', '113703.244000', '113703.247000', '113703.250000', '113703.252000', '113703.255000', '113703.258000', '113703.261000', '113703.264000', '113703.278000', '113703.281000', '113703.284000', '113703.287000', '113703.290000', '113703.292000', '113703.295000', '113703.298000', '113703.301000', '113703.303000', '113703.306000', '113723.176000', '113723.179000', '113723.182000', '113723.184000', '113723.187000', '113723.190000', '113723.193000', '113723.196000', '113723.198000', '113723.201000', '113723.204000', '113723.207000', '113723.209000', '113723.212000', '113723.215000', '113723.218000', '113723.221000', '113723.223000', '113723.226000', '113723.229000', '113723.232000', '113723.235000', '113723.237000', '113723.240000', '113723.243000', '113723.246000', '113723.249000', '113723.251000', '113723.254000', '113723.257000', '113723.260000', '113723.262000', '113723.265000', '113723.268000', '113723.271000', '113723.274000', '113723.276000', '113723.279000', '113723.282000', '113723.285000', '113723.288000', '113723.290000', '113723.293000', '113723.296000', '113743.176000', '113743.179000', '113743.182000', '113743.185000', '113743.187000', '113743.190000', '113743.193000', '113743.196000', '113743.199000', '113743.201000', '113743.204000', '113743.207000', '113743.210000', '113743.213000', '113743.215000', '113743.218000', '113743.221000', '113743.224000', '113743.227000', '113743.229000', '113743.232000', '113743.235000', '113743.238000', '113743.240000', '113743.243000', '113743.246000', '113743.249000', '113743.251000', '113743.254000', '113743.257000', '113743.260000', '113743.263000', '113743.265000', '113743.268000', '113743.271000', '113743.274000', '113743.277000', '113743.281000', '113743.284000', '113743.286000', '113743.289000', '113743.292000', '113743.295000', '113803.176000', '113803.179000', '113803.182000', '113803.185000', '113803.187000', '113803.190000', '113803.193000', '113803.196000', '113803.198000', '113803.201000', '113803.204000', '113803.207000', '113803.210000', '113803.212000', '113803.215000', '113803.218000', '113803.221000', '113803.224000', '113803.226000', '113803.229000', '113803.232000', '113803.235000', '113803.238000', '113803.241000', '113803.243000', '113803.246000', '113803.249000', '113803.252000', '113803.255000', '113803.257000', '113803.260000', '113803.263000', '113803.266000', '113803.269000', '113803.271000', '113803.274000', '113803.277000', '113803.280000', '113803.282000', '113803.285000', '113803.288000', '113803.291000', '113803.294000', '113803.296000', '113823.176000', '113823.179000', '113823.182000', '113823.185000', '113823.188000', '113823.190000', '113823.193000', '113823.196000', '113823.199000', '113823.201000', '113823.204000', '113823.207000', '113823.210000', '113823.213000', '113823.215000', '113823.218000', '113823.221000', '113823.224000', '113823.227000', '113823.229000', '113823.232000', '113823.235000', '113823.238000', '113823.241000', '113823.243000', '113823.246000', '113823.249000', '113823.252000', '113823.254000', '113823.257000', '113823.260000', '113823.263000', '113823.266000', '113823.268000', '113823.271000', '113823.274000', '113823.277000', '113823.280000', '113823.282000', '113823.286000', '113823.289000', '113823.291000', '113823.294000', '113843.176000', '113843.179000', '113843.182000', '113843.184000', '113843.187000', '113843.190000', '113843.193000', '113843.196000', '113843.198000', '113843.201000', '113843.204000', '113843.207000', '113843.210000', '113843.212000', '113843.234000', '113843.237000', '113843.240000', '113843.242000', '113843.245000', '113843.248000', '113843.251000', '113843.253000', '113843.256000', '113843.259000', '113843.262000', '113843.265000', '113843.267000', '113843.270000', '113843.273000', '113843.276000', '113843.279000', '113843.282000', '113843.284000', '113843.287000', '113843.290000', '113843.293000', '113843.295000', '113843.298000', '113843.301000', '113843.304000', '113843.307000', '113843.309000', '113843.312000', '113843.315000', '113903.176000', '113903.179000', '113903.182000', '113903.185000', '113903.187000', '113903.190000', '113903.193000', '113903.196000', '113903.199000', '113903.201000', '113903.204000', '113903.207000', '113903.210000', '113903.212000', '113903.215000', '113903.218000', '113903.221000', '113903.224000', '113903.227000', '113903.229000', '113903.232000', '113903.235000', '113903.238000', '113903.241000', '113903.243000', '113903.246000', '113903.249000', '113903.252000', '113903.255000', '113903.257000', '113903.260000', '113903.263000', '113903.266000', '113903.269000', '113903.271000', '113903.274000', '113903.277000', '113903.280000', '113903.283000', '113903.285000', '113903.288000', '113903.291000', '113903.294000', '113923.177000', '113923.180000', '113923.183000', '113923.186000', '113923.189000', '113923.191000', '113923.194000', '113923.197000', '113923.200000', '113923.202000', '113923.205000', '113923.208000', '113923.211000', '113923.214000', '113923.216000', '113923.219000', '113923.222000', '113923.225000', '113923.227000', '113923.230000', '113923.233000', '113923.236000', '113923.239000', '113923.241000', '113923.244000', '113923.247000', '113923.250000', '113923.253000', '113923.255000', '113923.258000', '113923.261000', '113923.264000', '113923.267000', '113923.270000', '113923.272000', '113923.275000', '113923.278000', '113923.281000', '113923.283000', '113923.286000', '113923.289000', '113923.292000', '113923.295000', '113943.176000', '113943.179000', '113943.182000', '113943.185000', '113943.187000', '113943.190000', '113943.193000', '113943.196000', '113943.199000', '113943.201000', '113943.204000', '113943.207000', '113943.210000', '113943.213000', '113943.215000', '113943.218000', '113943.221000', '113943.224000', '113943.227000', '113943.229000', '113943.232000', '113943.235000', '113943.238000', '113943.241000', '113943.243000', '113943.246000', '113943.249000', '113943.252000', '113943.255000', '113943.257000', '113943.260000', '113943.263000', '113943.266000', '113943.269000', '113943.271000', '113943.274000', '113943.277000', '113943.280000', '113943.282000', '113943.285000', '113943.288000', '113943.291000', '113943.294000', '113943.297000', '114003.176000', '114003.179000', '114003.182000', '114003.185000', '114003.188000', '114003.190000', '114003.193000', '114003.196000', '114003.199000', '114003.202000', '114003.205000', '114003.207000', '114003.212000', '114003.217000', '114003.220000', '114003.222000', '114003.225000', '114003.228000', '114003.231000', '114003.234000', '114003.236000', '114003.239000', '114003.242000', '114003.245000', '114003.248000', '114003.262000', '114003.265000', '114003.267000', '114003.270000', '114003.273000', '114003.276000', '114003.278000', '114003.281000', '114003.284000', '114003.287000', '114003.291000', '114003.294000', '114003.297000', '114003.300000', '114003.302000', '114003.305000', '114003.308000', '114003.311000', '114023.176000', '114023.179000', '114023.182000', '114023.184000', '114023.187000', '114023.190000', '114023.193000', '114023.196000', '114023.199000', '114023.201000', '114023.204000', '114023.207000', '114023.210000', '114023.213000', '114023.215000', '114023.218000', '114023.221000', '114023.224000', '114023.227000', '114023.229000', '114023.232000', '114023.235000', '114023.238000', '114023.241000', '114023.243000', '114023.246000', '114023.249000', '114023.252000', '114023.255000', '114023.258000', '114023.260000', '114023.263000', '114023.266000', '114023.269000', '114023.271000', '114023.274000', '114023.277000', '114023.280000', '114023.282000', '114023.285000', '114023.288000', '114023.291000', '114023.294000', '114023.297000', '114043.176000', '114043.179000', '114043.182000', '114043.185000', '114043.188000', '114043.191000', '114043.194000', '114043.197000', '114043.203000', '114043.207000', '114043.211000', '114043.214000', '114043.217000', '114043.220000', '114043.223000', '114043.226000', '114043.230000', '114043.233000', '114043.236000', '114043.239000', '114043.242000', '114043.245000', '114043.248000', '114043.251000', '114043.254000', '114043.256000', '114043.259000', '114043.262000', '114043.265000', '114043.268000', '114043.271000', '114043.274000', '114043.277000', '114043.280000', '114043.283000', '114043.286000', '114043.289000', '114043.292000', '114043.294000', '114043.297000', '114043.300000', '114043.304000', '114043.307000', '114043.370000'], 'InstanceCreationTime': ['113423.210000', '113423.214000', '113423.217000', '113423.219000', '113423.222000', '113423.225000', '113423.228000', '113423.231000', '113423.233000', '113423.236000', '113423.239000', '113423.242000', '113423.245000', '113423.255000', '113423.258000', '113423.260000', '113423.263000', '113423.266000', '113423.269000', '113423.271000', '113423.274000', '113423.277000', '113423.280000', '113423.283000', '113423.285000', '113423.288000', '113423.291000', '113423.294000', '113423.297000', '113423.300000', '113423.302000', '113423.305000', '113423.308000', '113423.311000', '113423.314000', '113423.316000', '113423.319000', '113423.322000', '113423.325000', '113423.327000', '113423.330000', '113423.333000', '113423.336000', '113423.338000', '113423.341000', '113443.177000', '113443.180000', '113443.182000', '113443.185000', '113443.188000', '113443.191000', '113443.194000', '113443.196000', '113443.199000', '113443.202000', '113443.205000', '113443.208000', '113443.210000', '113443.213000', '113443.216000', '113443.219000', '113443.221000', '113443.224000', '113443.227000', '113443.230000', '113443.233000', '113443.235000', '113443.238000', '113443.241000', '113443.244000', '113443.246000', '113443.249000', '113443.252000', '113443.255000', '113443.258000', '113443.260000', '113443.263000', '113443.266000', '113443.268000', '113443.271000', '113443.274000', '113443.277000', '113443.284000', '113443.287000', '113443.289000', '113443.292000', '113443.295000', '113443.298000', '113443.301000', '113503.176000', '113503.228000', '113503.231000', '113503.234000', '113503.236000', '113503.239000', '113503.242000', '113503.245000', '113503.247000', '113503.250000', '113503.253000', '113503.256000', '113503.259000', '113503.262000', '113503.264000', '113503.267000', '113503.270000', '113503.273000', '113503.276000', '113503.278000', '113503.281000', '113503.284000', '113503.287000', '113503.289000', '113503.292000', '113503.295000', '113503.298000', '113503.300000', '113503.303000', '113503.306000', '113503.309000', '113503.312000', '113503.314000', '113503.317000', '113503.320000', '113503.323000', '113503.325000', '113503.328000', '113503.331000', '113503.334000', '113503.337000', '113503.339000', '113503.342000', '113523.176000', '113523.179000', '113523.181000', '113523.184000', '113523.187000', '113523.190000', '113523.192000', '113523.195000', '113523.198000', '113523.201000', '113523.204000', '113523.206000', '113523.209000', '113523.212000', '113523.215000', '113523.218000', '113523.220000', '113523.223000', '113523.226000', '113523.229000', '113523.231000', '113523.234000', '113523.237000', '113523.240000', '113523.243000', '113523.245000', '113523.248000', '113523.251000', '113523.254000', '113523.264000', '113523.266000', '113523.269000', '113523.272000', '113523.275000', '113523.277000', '113523.280000', '113523.283000', '113523.299000', '113523.302000', '113523.305000', '113523.308000', '113523.310000', '113523.313000', '113523.316000', '113543.176000', '113543.179000', '113543.181000', '113543.184000', '113543.187000', '113543.190000', '113543.193000', '113543.195000', '113543.198000', '113543.201000', '113543.204000', '113543.206000', '113543.209000', '113543.212000', '113543.215000', '113543.218000', '113543.220000', '113543.223000', '113543.226000', '113543.229000', '113543.232000', '113543.234000', '113543.237000', '113543.240000', '113543.243000', '113543.246000', '113543.248000', '113543.251000', '113543.254000', '113543.257000', '113543.260000', '113543.262000', '113543.265000', '113543.275000', '113543.278000', '113543.281000', '113543.283000', '113543.286000', '113543.289000', '113543.292000', '113543.295000', '113543.298000', '113543.300000', '113603.176000', '113603.179000', '113603.182000', '113603.184000', '113603.187000', '113603.190000', '113603.193000', '113603.196000', '113603.198000', '113603.201000', '113603.204000', '113603.207000', '113603.210000', '113603.212000', '113603.215000', '113603.218000', '113603.221000', '113603.223000', '113603.226000', '113603.229000', '113603.232000', '113603.235000', '113603.237000', '113603.240000', '113603.243000', '113603.246000', '113603.248000', '113603.251000', '113603.254000', '113603.257000', '113603.260000', '113603.262000', '113603.265000', '113603.268000', '113603.271000', '113603.274000', '113603.276000', '113603.279000', '113603.282000', '113603.285000', '113603.287000', '113603.290000', '113603.293000', '113603.296000', '113623.176000', '113623.179000', '113623.182000', '113623.184000', '113623.187000', '113623.190000', '113623.193000', '113623.196000', '113623.198000', '113623.201000', '113623.204000', '113623.207000', '113623.209000', '113623.212000', '113623.215000', '113623.218000', '113623.220000', '113623.223000', '113623.226000', '113623.229000', '113623.232000', '113623.234000', '113623.241000', '113623.244000', '113623.247000', '113623.250000', '113623.253000', '113623.255000', '113623.258000', '113623.261000', '113623.264000', '113623.267000', '113623.269000', '113623.272000', '113623.275000', '113623.278000', '113623.281000', '113623.283000', '113623.286000', '113623.289000', '113623.292000', '113623.295000', '113623.298000', '113643.176000', '113643.179000', '113643.182000', '113643.184000', '113643.187000', '113643.190000', '113643.193000', '113643.196000', '113643.199000', '113643.201000', '113643.204000', '113643.207000', '113643.210000', '113643.212000', '113643.215000', '113643.218000', '113643.221000', '113643.223000', '113643.226000', '113643.229000', '113643.232000', '113643.235000', '113643.237000', '113643.240000', '113643.243000', '113643.246000', '113643.249000', '113643.252000', '113643.254000', '113643.257000', '113643.260000', '113643.263000', '113643.266000', '113643.268000', '113643.271000', '113643.274000', '113643.277000', '113643.280000', '113643.282000', '113643.285000', '113643.288000', '113643.291000', '113643.294000', '113643.296000', '113703.177000', '113703.180000', '113703.183000', '113703.186000', '113703.188000', '113703.191000', '113703.194000', '113703.197000', '113703.199000', '113703.202000', '113703.205000', '113703.208000', '113703.211000', '113703.213000', '113703.216000', '113703.219000', '113703.222000', '113703.225000', '113703.227000', '113703.230000', '113703.233000', '113703.236000', '113703.238000', '113703.241000', '113703.244000', '113703.247000', '113703.250000', '113703.252000', '113703.255000', '113703.258000', '113703.261000', '113703.264000', '113703.278000', '113703.281000', '113703.284000', '113703.287000', '113703.290000', '113703.292000', '113703.295000', '113703.298000', '113703.301000', '113703.303000', '113703.306000', '113723.176000', '113723.179000', '113723.182000', '113723.184000', '113723.187000', '113723.190000', '113723.193000', '113723.196000', '113723.198000', '113723.201000', '113723.204000', '113723.207000', '113723.209000', '113723.212000', '113723.215000', '113723.218000', '113723.221000', '113723.223000', '113723.226000', '113723.229000', '113723.232000', '113723.235000', '113723.237000', '113723.240000', '113723.243000', '113723.246000', '113723.249000', '113723.251000', '113723.254000', '113723.257000', '113723.260000', '113723.262000', '113723.265000', '113723.268000', '113723.271000', '113723.274000', '113723.276000', '113723.279000', '113723.282000', '113723.285000', '113723.288000', '113723.290000', '113723.293000', '113723.296000', '113743.176000', '113743.179000', '113743.182000', '113743.185000', '113743.187000', '113743.190000', '113743.193000', '113743.196000', '113743.199000', '113743.201000', '113743.204000', '113743.207000', '113743.210000', '113743.213000', '113743.215000', '113743.218000', '113743.221000', '113743.224000', '113743.227000', '113743.229000', '113743.232000', '113743.235000', '113743.238000', '113743.240000', '113743.243000', '113743.246000', '113743.249000', '113743.251000', '113743.254000', '113743.257000', '113743.260000', '113743.263000', '113743.265000', '113743.268000', '113743.271000', '113743.274000', '113743.277000', '113743.281000', '113743.284000', '113743.286000', '113743.289000', '113743.292000', '113743.295000', '113803.176000', '113803.179000', '113803.182000', '113803.185000', '113803.187000', '113803.190000', '113803.193000', '113803.196000', '113803.198000', '113803.201000', '113803.204000', '113803.207000', '113803.210000', '113803.212000', '113803.215000', '113803.218000', '113803.221000', '113803.224000', '113803.226000', '113803.229000', '113803.232000', '113803.235000', '113803.238000', '113803.241000', '113803.243000', '113803.246000', '113803.249000', '113803.252000', '113803.255000', '113803.257000', '113803.260000', '113803.263000', '113803.266000', '113803.269000', '113803.271000', '113803.274000', '113803.277000', '113803.280000', '113803.282000', '113803.285000', '113803.288000', '113803.291000', '113803.294000', '113803.296000', '113823.176000', '113823.179000', '113823.182000', '113823.185000', '113823.188000', '113823.190000', '113823.193000', '113823.196000', '113823.199000', '113823.201000', '113823.204000', '113823.207000', '113823.210000', '113823.213000', '113823.215000', '113823.218000', '113823.221000', '113823.224000', '113823.227000', '113823.229000', '113823.232000', '113823.235000', '113823.238000', '113823.241000', '113823.243000', '113823.246000', '113823.249000', '113823.252000', '113823.254000', '113823.257000', '113823.260000', '113823.263000', '113823.266000', '113823.268000', '113823.271000', '113823.274000', '113823.277000', '113823.280000', '113823.282000', '113823.286000', '113823.289000', '113823.291000', '113823.294000', '113843.176000', '113843.179000', '113843.182000', '113843.184000', '113843.187000', '113843.190000', '113843.193000', '113843.196000', '113843.198000', '113843.201000', '113843.204000', '113843.207000', '113843.210000', '113843.212000', '113843.234000', '113843.237000', '113843.240000', '113843.242000', '113843.245000', '113843.248000', '113843.251000', '113843.253000', '113843.256000', '113843.259000', '113843.262000', '113843.265000', '113843.267000', '113843.270000', '113843.273000', '113843.276000', '113843.279000', '113843.282000', '113843.284000', '113843.287000', '113843.290000', '113843.293000', '113843.295000', '113843.298000', '113843.301000', '113843.304000', '113843.307000', '113843.309000', '113843.312000', '113843.315000', '113903.176000', '113903.179000', '113903.182000', '113903.185000', '113903.187000', '113903.190000', '113903.193000', '113903.196000', '113903.199000', '113903.201000', '113903.204000', '113903.207000', '113903.210000', '113903.212000', '113903.215000', '113903.218000', '113903.221000', '113903.224000', '113903.227000', '113903.229000', '113903.232000', '113903.235000', '113903.238000', '113903.241000', '113903.243000', '113903.246000', '113903.249000', '113903.252000', '113903.255000', '113903.257000', '113903.260000', '113903.263000', '113903.266000', '113903.269000', '113903.271000', '113903.274000', '113903.277000', '113903.280000', '113903.283000', '113903.285000', '113903.288000', '113903.291000', '113903.294000', '113923.177000', '113923.180000', '113923.183000', '113923.186000', '113923.189000', '113923.191000', '113923.194000', '113923.197000', '113923.200000', '113923.202000', '113923.205000', '113923.208000', '113923.211000', '113923.214000', '113923.216000', '113923.219000', '113923.222000', '113923.225000', '113923.227000', '113923.230000', '113923.233000', '113923.236000', '113923.239000', '113923.241000', '113923.244000', '113923.247000', '113923.250000', '113923.253000', '113923.255000', '113923.258000', '113923.261000', '113923.264000', '113923.267000', '113923.270000', '113923.272000', '113923.275000', '113923.278000', '113923.281000', '113923.283000', '113923.286000', '113923.289000', '113923.292000', '113923.295000', '113943.176000', '113943.179000', '113943.182000', '113943.185000', '113943.187000', '113943.190000', '113943.193000', '113943.196000', '113943.199000', '113943.201000', '113943.204000', '113943.207000', '113943.210000', '113943.213000', '113943.215000', '113943.218000', '113943.221000', '113943.224000', '113943.227000', '113943.229000', '113943.232000', '113943.235000', '113943.238000', '113943.241000', '113943.243000', '113943.246000', '113943.249000', '113943.252000', '113943.255000', '113943.257000', '113943.260000', '113943.263000', '113943.266000', '113943.269000', '113943.271000', '113943.274000', '113943.277000', '113943.280000', '113943.282000', '113943.285000', '113943.288000', '113943.291000', '113943.294000', '113943.297000', '114003.176000', '114003.179000', '114003.182000', '114003.185000', '114003.188000', '114003.190000', '114003.193000', '114003.196000', '114003.199000', '114003.202000', '114003.205000', '114003.207000', '114003.212000', '114003.217000', '114003.220000', '114003.222000', '114003.225000', '114003.228000', '114003.231000', '114003.234000', '114003.236000', '114003.239000', '114003.242000', '114003.245000', '114003.248000', '114003.262000', '114003.265000', '114003.267000', '114003.270000', '114003.273000', '114003.276000', '114003.278000', '114003.281000', '114003.284000', '114003.287000', '114003.291000', '114003.294000', '114003.297000', '114003.300000', '114003.302000', '114003.305000', '114003.308000', '114003.311000', '114023.176000', '114023.179000', '114023.182000', '114023.184000', '114023.187000', '114023.190000', '114023.193000', '114023.196000', '114023.199000', '114023.201000', '114023.204000', '114023.207000', '114023.210000', '114023.213000', '114023.215000', '114023.218000', '114023.221000', '114023.224000', '114023.227000', '114023.229000', '114023.232000', '114023.235000', '114023.238000', '114023.241000', '114023.243000', '114023.246000', '114023.249000', '114023.252000', '114023.255000', '114023.258000', '114023.260000', '114023.263000', '114023.266000', '114023.269000', '114023.271000', '114023.274000', '114023.277000', '114023.280000', '114023.282000', '114023.285000', '114023.288000', '114023.291000', '114023.294000', '114023.297000', '114043.176000', '114043.179000', '114043.182000', '114043.185000', '114043.188000', '114043.191000', '114043.194000', '114043.197000', '114043.203000', '114043.207000', '114043.211000', '114043.214000', '114043.217000', '114043.220000', '114043.223000', '114043.226000', '114043.230000', '114043.233000', '114043.236000', '114043.239000', '114043.242000', '114043.245000', '114043.248000', '114043.251000', '114043.254000', '114043.256000', '114043.259000', '114043.262000', '114043.265000', '114043.268000', '114043.271000', '114043.274000', '114043.277000', '114043.280000', '114043.283000', '114043.286000', '114043.289000', '114043.292000', '114043.294000', '114043.297000', '114043.300000', '114043.304000', '114043.307000', '114043.370000'], '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': [8806, 11963, 9681, 11371, 8709, 8991, 8830, 9418, 10456, 10322, 8902, 8293, 8546, 8109, 11406, 8049, 12218, 8601, 10300, 8031, 9747, 8107, 10016, 8950, 9010, 8602, 8714, 8778, 8744, 9191, 10740, 8787, 9429, 9300, 9052, 8985, 8308, 9048, 9025, 9094, 8310, 8876, 8221, 9395, 8075, 12122, 9131, 9332, 8641, 8697, 8364, 8639, 8872, 9706, 8611, 10650, 8074, 10509, 8365, 11391, 8607, 12151, 8467, 9787, 9114, 9030, 10034, 10105, 9654, 10302, 9053, 9779, 9391, 15192, 9079, 12237, 9428, 11449, 8354, 11701, 9372, 13918, 10413, 12470, 9937, 12758, 8993, 12117, 9173, 10344, 11004, 9291, 12912, 9058, 10115, 8472, 9228, 8619, 9420, 8925, 9655, 9016, 10147, 9356, 9045, 9437, 9036, 9492, 9859, 9450, 9112, 9596, 8978, 9447, 10681, 9531, 9688, 9260, 9486, 9463, 9830, 8950, 8965, 11414, 9052, 8800, 13902, 11015, 15040, 11463, 17553, 11347, 16023, 11371, 14421, 10422, 12496, 9248, 13052, 9787, 11328, 9372, 10433, 9949, 9462, 9856, 9700, 9926, 9702, 9473, 9510, 8873, 10029, 8753, 10126, 9572, 9883, 9079, 10050, 9185, 9446, 9536, 9520, 10794, 9969, 10687, 9807, 8817, 9522, 9403, 9380, 9748, 9513, 14379, 9362, 14431, 9856, 10712, 9657, 9490, 9399, 13969, 9362, 12666, 9804, 10961, 10095, 9800, 9995, 9216, 9381, 9321, 11156, 9740, 10022, 13781, 10741, 10205, 9971, 9301, 12940, 9480, 10841, 12261, 11638, 12694, 9243, 12091, 9191, 12626, 9372, 11381, 9623, 11137, 9306, 11374, 8405, 9710, 8630, 9596, 10452, 9198, 10348, 9203, 10110, 8759, 10981, 8814, 11570, 9049, 11598, 8635, 11313, 8980, 10807, 9607, 10617, 13798, 9363, 13126, 8839, 10976, 8681, 10871, 8582, 9346, 8506, 9156, 9318, 9119, 8717, 8633, 10709, 8256, 8581, 12133, 9099, 10007, 12324, 9779, 15272, 11103, 14763, 11398, 15103, 11404, 14443, 12306, 11174, 12738, 9315, 8955, 9185, 8862, 8844, 9084, 8986, 7806, 9061, 8972, 9214, 9704, 8253, 8429, 7962, 9024, 8993, 8707, 10267, 8387, 9309, 10220, 8811, 10206, 9074, 10437, 9291, 10401, 9125, 10627, 9445, 9237, 9136, 8683, 8608, 9314, 8137, 8546, 8224, 9155, 7923, 8126, 11486, 11291, 10171, 16050, 14807, 14552, 15617, 14606, 15613, 14948, 14195, 16393, 10463, 13484, 9497, 11267, 9459, 10230, 8272, 9028, 8153, 9214, 8816, 8797, 8862, 8506, 8706, 8766, 10058, 8750, 9522, 8821, 9814, 8719, 10453, 9041, 10337, 10157, 9586, 9278, 9335, 11141, 9529, 13064, 9131, 12989, 9093, 11321, 8634, 11531, 8444, 10789, 8852, 11084, 8922, 10685, 8837, 10902, 8799, 11013, 8850, 10415, 9862, 9765, 9172, 9089, 9506, 10434, 8946, 12684, 9807, 8942, 10239, 8461, 8798, 9413, 8069, 8552, 10634, 8458, 15417, 9261, 15115, 9988, 13702, 11024, 13928, 9143, 11209, 9022, 10156, 8308, 10326, 8554, 9416, 9079, 8589, 9074, 8837, 9277, 9397, 8851, 8999, 8780, 8844, 9105, 10034, 9608, 9806, 9117, 9099, 9577, 9453, 9512, 10614, 9340, 10240, 9011, 10529, 8762, 11393, 8954, 12648, 8873, 11325, 8857, 11076, 8979, 11816, 8906, 8791, 8872, 9163, 8654, 12927, 8780, 10952, 8947, 11142, 12271, 15222, 12504, 12454, 11259, 9357, 12661, 8355, 9965, 8722, 9500, 9784, 9434, 9333, 8965, 9851, 9575, 9472, 9328, 10427, 9625, 10162, 9145, 10826, 9013, 11726, 9265, 11020, 9296, 10881, 9276, 11936, 9548, 11443, 9292, 9403, 9535, 9752, 9559, 11287, 9601, 10383, 9282, 8546, 9891, 8757, 10758, 9046, 12489, 9361, 11542, 9270, 10539, 9761, 12493, 11801, 12402, 9103, 11026, 9105, 12469, 9501, 10902, 9088, 9643, 10358, 8967, 11823, 8436, 9002, 10198, 8484, 9349, 8969, 7919, 8596, 12775, 8752, 8839, 11552, 8616, 14262, 9783, 13476, 10017, 13710, 9910, 12079, 9078, 10622, 9460, 10031, 8998, 7881, 7883, 8972, 9521, 8824, 8689, 8592, 9817, 8865, 9556, 8431, 8225, 8042, 8998, 9184, 10284, 8633, 12449, 8458, 10420, 8607, 8871, 8717, 8766, 8639, 9290, 8744, 10065, 8942, 8973, 8134, 8783, 8637, 8271, 8462, 9775, 8348, 10556, 8558, 9267, 10095, 8618, 12681, 9783, 8465, 12519, 10322, 13648, 9834, 12849, 9521, 11476, 9379, 11194, 8390, 8641, 8604, 8146, 12673, 9164, 8804, 8712, 7788, 8505, 8996, 8960, 9069, 8913, 8969, 9280, 9657, 8877, 13122, 10101, 13880, 11070, 13959, 9802, 11843, 8829, 11342, 9431, 11246, 10224, 8720, 8937, 8085, 9316, 9453, 9526, 8507, 9040, 9129, 8782, 10822, 9099, 9319, 9523, 8600, 9376, 8422, 9004, 8919, 9265, 9477, 9585, 9189, 8720, 9377, 11253, 9471, 9876, 9723, 8655, 9449, 8462, 8725, 9099, 9396, 11551, 9642, 11588, 12979, 9159, 8553, 9337, 8773, 9766, 8040, 9089, 8905, 10202, 8979, 8816, 10995, 11327, 9373, 14448, 12059, 14733, 11190, 13354, 10559, 13119, 9440, 12349, 9502, 12464, 8051, 8656, 7721, 9148, 8086, 9127, 8145, 9081, 9329, 9085, 8210, 9267, 8125, 8897, 8710, 13047, 8667, 10464, 8795, 9079, 8729, 8949, 8913, 9066, 8787, 8506, 8829, 8679, 8845, 9599, 10039, 9403, 9463, 9009, 10264, 9004, 9716, 11737, 9018, 11185, 8922, 9190, 9062, 9008, 11391, 9859, 11429, 9506, 10837, 9586, 9744, 13617, 9774, 14244, 9863, 11370, 8247, 9585, 8550, 10716, 8579, 8898, 8141, 9241, 8007, 8977, 8558, 9003, 9545, 8889, 9186, 8440, 10082, 9729, 9543, 10387, 9625, 9462, 9534, 8571, 9209, 9060, 9665, 8691, 8079, 10002, 12749, 10934, 14907, 10421, 15009, 10400, 13257, 9498, 12468, 9067, 11563, 9323, 10767, 7929, 7743, 7771, 8174, 8744, 7970, 8937, 8107, 8431, 9667, 8154, 9818, 8025, 9156, 8922, 9672, 9366, 9231, 9250, 8530, 8592, 8994, 8439, 9943, 8612, 8346, 9576, 8380, 9406, 8773, 10898, 8309, 11638, 8842, 11299, 8882, 10498, 8849, 8593, 9605, 8815, 11015, 8745, 8444, 8672, 8643, 11877, 8983, 12040, 8930, 9896, 8306, 10381, 8251, 10459, 10481, 8374, 12883, 12945, 13435, 14838, 9969, 8653, 14026, 12009, 8384, 9055, 8090, 8554, 10394, 8573, 12368, 8646, 13677, 9289, 11829, 9341, 10434, 9494, 8975, 13647], 'WindowCenter': [4543.0, 4546.0, 4523.0, 4530.0, 4485.0, 4485.0, 4495.0, 4495.0, 4493.0, 4492.0, 4471.0, 4472.0, 4470.0, 4460.0, 4502.0, 4472.0, 4500.0, 4471.0, 4490.0, 4471.0, 4479.0, 4472.0, 4491.0, 4470.0, 4469.0, 4470.0, 4470.0, 4471.0, 4471.0, 4481.0, 4501.0, 4482.0, 4482.0, 4482.0, 4482.0, 4494.0, 4485.0, 4494.0, 4484.0, 4482.0, 4484.0, 4482.0, 4484.0, 4481.0, 4473.0, 4527.0, 4486.0, 4471.0, 4461.0, 4473.0, 4488.0, 4495.0, 4486.0, 4483.0, 4474.0, 4491.0, 4463.0, 4482.0, 4463.0, 4517.0, 4474.0, 4503.0, 4449.0, 4469.0, 4458.0, 4458.0, 4481.0, 4494.0, 4483.0, 4492.0, 4484.0, 4480.0, 4484.0, 4523.0, 4485.0, 4513.0, 4484.0, 4501.0, 4474.0, 4501.0, 4482.0, 4510.0, 4479.0, 4488.0, 4467.0, 4489.0, 4457.0, 4489.0, 4457.0, 4467.0, 4464.0, 4454.0, 4483.0, 4456.0, 4464.0, 4445.0, 4455.0, 4456.0, 4455.0, 4457.0, 4468.0, 4468.0, 4477.0, 4468.0, 4469.0, 4480.0, 4470.0, 4492.0, 4491.0, 4493.0, 4495.0, 4493.0, 4485.0, 4495.0, 4505.0, 4508.0, 4509.0, 4498.0, 4498.0, 4501.0, 4499.0, 4490.0, 4501.0, 4518.0, 4501.0, 4489.0, 4528.0, 4507.0, 4526.0, 4496.0, 4523.0, 4495.0, 4512.0, 4480.0, 4498.0, 4466.0, 4488.0, 4467.0, 4508.0, 4465.0, 4474.0, 4451.0, 4461.0, 4451.0, 4463.0, 4464.0, 4465.0, 4477.0, 4477.0, 4479.0, 4479.0, 4481.0, 4491.0, 4484.0, 4492.0, 4493.0, 4492.0, 4484.0, 4493.0, 4494.0, 4494.0, 4505.0, 4508.0, 4516.0, 4517.0, 4515.0, 4505.0, 4495.0, 4507.0, 4506.0, 4508.0, 4506.0, 4508.0, 4536.0, 4498.0, 4536.0, 4507.0, 4516.0, 4507.0, 4505.0, 4507.0, 4535.0, 4496.0, 4526.0, 4517.0, 4516.0, 4508.0, 4507.0, 4519.0, 4521.0, 4511.0, 4523.0, 4530.0, 4511.0, 4509.0, 4550.0, 4531.0, 4508.0, 4506.0, 4508.0, 4525.0, 4496.0, 4502.0, 4514.0, 4504.0, 4515.0, 4482.0, 4527.0, 4493.0, 4512.0, 4479.0, 4500.0, 4480.0, 4503.0, 4495.0, 4501.0, 4471.0, 4481.0, 4472.0, 4483.0, 4502.0, 4495.0, 4494.0, 4507.0, 4504.0, 4486.0, 4517.0, 4485.0, 4503.0, 4484.0, 4502.0, 4483.0, 4504.0, 4483.0, 4492.0, 4480.0, 4492.0, 4511.0, 4481.0, 4511.0, 4483.0, 4502.0, 4488.0, 4506.0, 4486.0, 4468.0, 4459.0, 4482.0, 4482.0, 4484.0, 4485.0, 4500.0, 4522.0, 4488.0, 4487.0, 4516.0, 4486.0, 4483.0, 4503.0, 4482.0, 4512.0, 4478.0, 4498.0, 4478.0, 4498.0, 4475.0, 4496.0, 4474.0, 4474.0, 4471.0, 4441.0, 4439.0, 4439.0, 4452.0, 4451.0, 4454.0, 4465.0, 4459.0, 4467.0, 4469.0, 4480.0, 4481.0, 4472.0, 4486.0, 4485.0, 4483.0, 4507.0, 4497.0, 4503.0, 4486.0, 4494.0, 4521.0, 4487.0, 4506.0, 4496.0, 4517.0, 4508.0, 4504.0, 4495.0, 4502.0, 4494.0, 4508.0, 4495.0, 4484.0, 4489.0, 4511.0, 4492.0, 4504.0, 4492.0, 4500.0, 4492.0, 4480.0, 4519.0, 4508.0, 4497.0, 4527.0, 4516.0, 4516.0, 4516.0, 4503.0, 4512.0, 4498.0, 4487.0, 4493.0, 4453.0, 4471.0, 4453.0, 4474.0, 4453.0, 4463.0, 4443.0, 4455.0, 4446.0, 4480.0, 4479.0, 4482.0, 4482.0, 4485.0, 4484.0, 4498.0, 4519.0, 4511.0, 4508.0, 4498.0, 4507.0, 4498.0, 4507.0, 4486.0, 4505.0, 4494.0, 4495.0, 4494.0, 4495.0, 4503.0, 4495.0, 4523.0, 4484.0, 4513.0, 4485.0, 4503.0, 4484.0, 4503.0, 4473.0, 4502.0, 4483.0, 4503.0, 4485.0, 4492.0, 4483.0, 4502.0, 4473.0, 4492.0, 4471.0, 4492.0, 4482.0, 4493.0, 4496.0, 4483.0, 4494.0, 4517.0, 4485.0, 4515.0, 4483.0, 4487.0, 4495.0, 4476.0, 4474.0, 4483.0, 4464.0, 4489.0, 4519.0, 4501.0, 4548.0, 4498.0, 4537.0, 4494.0, 4511.0, 4505.0, 4510.0, 4468.0, 4475.0, 4457.0, 4465.0, 4448.0, 4467.0, 4471.0, 4469.0, 4469.0, 4453.0, 4454.0, 4455.0, 4466.0, 4467.0, 4469.0, 4467.0, 4469.0, 4470.0, 4481.0, 4480.0, 4479.0, 4490.0, 4468.0, 4494.0, 4519.0, 4507.0, 4492.0, 4503.0, 4493.0, 4492.0, 4484.0, 4492.0, 4484.0, 4502.0, 4497.0, 4527.0, 4499.0, 4504.0, 4486.0, 4504.0, 4484.0, 4502.0, 4483.0, 4471.0, 4485.0, 4483.0, 4471.0, 4500.0, 4471.0, 4491.0, 4473.0, 4490.0, 4516.0, 4539.0, 4518.0, 4506.0, 4494.0, 4474.0, 4502.0, 4476.0, 4483.0, 4473.0, 4484.0, 4496.0, 4496.0, 4509.0, 4486.0, 4508.0, 4508.0, 4508.0, 4497.0, 4507.0, 4497.0, 4508.0, 4497.0, 4506.0, 4475.0, 4504.0, 4484.0, 4503.0, 4495.0, 4505.0, 4497.0, 4530.0, 4496.0, 4515.0, 4483.0, 4508.0, 4507.0, 4506.0, 4508.0, 4517.0, 4506.0, 4505.0, 4496.0, 4485.0, 4507.0, 4496.0, 4517.0, 4497.0, 4529.0, 4498.0, 4543.0, 4497.0, 4507.0, 4508.0, 4541.0, 4530.0, 4530.0, 4487.0, 4507.0, 4500.0, 4527.0, 4498.0, 4507.0, 4488.0, 4496.0, 4495.0, 4483.0, 4503.0, 4463.0, 4472.0, 4470.0, 4462.0, 4471.0, 4461.0, 4467.0, 4463.0, 4504.0, 4462.0, 4473.0, 4491.0, 4462.0, 4512.0, 4472.0, 4501.0, 4470.0, 4489.0, 4456.0, 4463.0, 4444.0, 4452.0, 4453.0, 4452.0, 4456.0, 4434.0, 4446.0, 4457.0, 4467.0, 4469.0, 4457.0, 4471.0, 4479.0, 4483.0, 4467.0, 4459.0, 4457.0, 4449.0, 4468.0, 4470.0, 4478.0, 4470.0, 4500.0, 4460.0, 4479.0, 4460.0, 4468.0, 4470.0, 4470.0, 4470.0, 4480.0, 4471.0, 4481.0, 4496.0, 4496.0, 4485.0, 4496.0, 4495.0, 4486.0, 4513.0, 4522.0, 4513.0, 4534.0, 4515.0, 4513.0, 4534.0, 4491.0, 4517.0, 4485.0, 4463.0, 4506.0, 4483.0, 4503.0, 4484.0, 4490.0, 4459.0, 4479.0, 4460.0, 4478.0, 4449.0, 4446.0, 4446.0, 4438.0, 4489.0, 4457.0, 4458.0, 4458.0, 4440.0, 4461.0, 4472.0, 4473.0, 4472.0, 4486.0, 4487.0, 4484.0, 4485.0, 4472.0, 4505.0, 4481.0, 4489.0, 4468.0, 4486.0, 4444.0, 4463.0, 4433.0, 4464.0, 4443.0, 4462.0, 4450.0, 4432.0, 4439.0, 4420.0, 4439.0, 4452.0, 4463.0, 4453.0, 4455.0, 4477.0, 4480.0, 4486.0, 4467.0, 4466.0, 4479.0, 4469.0, 4482.0, 4470.0, 4479.0, 4482.0, 4469.0, 4481.0, 4480.0, 4483.0, 4470.0, 4482.0, 4503.0, 4494.0, 4491.0, 4495.0, 4495.0, 4505.0, 4484.0, 4497.0, 4495.0, 4508.0, 4541.0, 4509.0, 4528.0, 4541.0, 4497.0, 4496.0, 4521.0, 4501.0, 4509.0, 4492.0, 4500.0, 4501.0, 4522.0, 4513.0, 4510.0, 4519.0, 4518.0, 4486.0, 4528.0, 4504.0, 4512.0, 4492.0, 4499.0, 4480.0, 4512.0, 4468.0, 4484.0, 4455.0, 4473.0, 4461.0, 4444.0, 4445.0, 4467.0, 4457.0, 4468.0, 4448.0, 4455.0, 4455.0, 4455.0, 4458.0, 4465.0, 4447.0, 4454.0, 4458.0, 4496.0, 4469.0, 4478.0, 4471.0, 4469.0, 4470.0, 4470.0, 4481.0, 4468.0, 4472.0, 4470.0, 4483.0, 4484.0, 4497.0, 4507.0, 4506.0, 4495.0, 4492.0, 4495.0, 4506.0, 4497.0, 4507.0, 4517.0, 4496.0, 4514.0, 4494.0, 4494.0, 4510.0, 4497.0, 4515.0, 4492.0, 4503.0, 4481.0, 4491.0, 4468.0, 4469.0, 4497.0, 4467.0, 4496.0, 4466.0, 4485.0, 4457.0, 4464.0, 4456.0, 4486.0, 4457.0, 4463.0, 4458.0, 4467.0, 4457.0, 4466.0, 4456.0, 4468.0, 4479.0, 4469.0, 4480.0, 4458.0, 4492.0, 4481.0, 4495.0, 4505.0, 4495.0, 4480.0, 4493.0, 4485.0, 4494.0, 4499.0, 4508.0, 4498.0, 4490.0, 4497.0, 4518.0, 4507.0, 4525.0, 4505.0, 4522.0, 4479.0, 4488.0, 4454.0, 4460.0, 4430.0, 4459.0, 4442.0, 4461.0, 4431.0, 4419.0, 4431.0, 4431.0, 4443.0, 4444.0, 4453.0, 4446.0, 4455.0, 4479.0, 4473.0, 4478.0, 4460.0, 4480.0, 4480.0, 4480.0, 4480.0, 4481.0, 4466.0, 4468.0, 4466.0, 4469.0, 4482.0, 4489.0, 4482.0, 4483.0, 4504.0, 4483.0, 4496.0, 4497.0, 4514.0, 4485.0, 4516.0, 4498.0, 4512.0, 4495.0, 4503.0, 4483.0, 4471.0, 4492.0, 4484.0, 4514.0, 4484.0, 4484.0, 4483.0, 4484.0, 4515.0, 4495.0, 4524.0, 4495.0, 4506.0, 4486.0, 4506.0, 4484.0, 4517.0, 4517.0, 4485.0, 4527.0, 4526.0, 4539.0, 4551.0, 4495.0, 4486.0, 4536.0, 4514.0, 4475.0, 4485.0, 4476.0, 4485.0, 4494.0, 4474.0, 4512.0, 4473.0, 4500.0, 4457.0, 4473.0, 4467.0, 4477.0, 4452.0, 4439.0, 4470.0], 'WindowWidth': [10000.0, 9988.0, 9950.0, 9950.0, 9880.0, 9879.0, 9893.0, 9891.0, 9884.0, 9882.0, 9851.0, 9854.0, 9847.0, 9835.0, 9895.0, 9854.0, 9891.0, 9851.0, 9875.0, 9853.0, 9862.0, 9855.0, 9878.0, 9849.0, 9845.0, 9849.0, 9849.0, 9851.0, 9853.0, 9867.0, 9894.0, 9868.0, 9870.0, 9869.0, 9869.0, 9889.0, 9880.0, 9889.0, 9876.0, 9870.0, 9874.0, 9869.0, 9876.0, 9868.0, 9857.0, 9940.0, 9881.0, 9849.0, 9835.0, 9852.0, 9883.0, 9895.0, 9878.0, 9870.0, 9858.0, 9876.0, 9840.0, 9862.0, 9836.0, 9922.0, 9859.0, 9896.0, 9815.0, 9839.0, 9825.0, 9826.0, 9860.0, 9885.0, 9868.0, 9878.0, 9872.0, 9863.0, 9872.0, 9926.0, 9875.0, 9912.0, 9873.0, 9893.0, 9860.0, 9891.0, 9867.0, 9903.0, 9858.0, 9867.0, 9838.0, 9869.0, 9824.0, 9868.0, 9819.0, 9834.0, 9827.0, 9815.0, 9854.0, 9819.0, 9828.0, 9803.0, 9816.0, 9821.0, 9819.0, 9826.0, 9842.0, 9840.0, 9852.0, 9843.0, 9845.0, 9864.0, 9848.0, 9880.0, 9880.0, 9886.0, 9893.0, 9884.0, 9875.0, 9890.0, 9907.0, 9917.0, 9914.0, 9894.0, 9897.0, 9900.0, 9896.0, 9887.0, 9902.0, 9922.0, 9904.0, 9882.0, 9939.0, 9906.0, 9935.0, 9889.0, 9926.0, 9886.0, 9909.0, 9859.0, 9882.0, 9835.0, 9871.0, 9839.0, 9898.0, 9835.0, 9844.0, 9807.0, 9821.0, 9807.0, 9826.0, 9831.0, 9834.0, 9853.0, 9855.0, 9862.0, 9860.0, 9867.0, 9880.0, 9877.0, 9883.0, 9888.0, 9884.0, 9878.0, 9887.0, 9891.0, 9889.0, 9909.0, 9917.0, 9926.0, 9929.0, 9920.0, 9907.0, 9894.0, 9913.0, 9910.0, 9917.0, 9911.0, 9917.0, 9951.0, 9901.0, 9951.0, 9912.0, 9924.0, 9913.0, 9907.0, 9912.0, 9950.0, 9897.0, 9938.0, 9931.0, 9928.0, 9916.0, 9913.0, 9932.0, 9939.0, 9924.0, 9948.0, 9949.0, 9923.0, 9916.0, 9977.0, 9951.0, 9913.0, 9909.0, 9917.0, 9933.0, 9895.0, 9897.0, 9917.0, 9901.0, 9918.0, 9869.0, 9939.0, 9886.0, 9912.0, 9859.0, 9889.0, 9862.0, 9901.0, 9892.0, 9894.0, 9853.0, 9866.0, 9857.0, 9870.0, 9897.0, 9891.0, 9890.0, 9913.0, 9904.0, 9880.0, 9925.0, 9878.0, 9899.0, 9876.0, 9898.0, 9873.0, 9902.0, 9870.0, 9883.0, 9862.0, 9881.0, 9905.0, 9865.0, 9909.0, 9870.0, 9896.0, 9886.0, 9908.0, 9876.0, 9842.0, 9828.0, 9867.0, 9867.0, 9876.0, 9878.0, 9906.0, 9938.0, 9886.0, 9882.0, 9920.0, 9878.0, 9868.0, 9896.0, 9864.0, 9908.0, 9852.0, 9882.0, 9851.0, 9884.0, 9844.0, 9878.0, 9843.0, 9841.0, 9834.0, 9793.0, 9787.0, 9788.0, 9812.0, 9808.0, 9816.0, 9833.0, 9834.0, 9839.0, 9846.0, 9863.0, 9864.0, 9855.0, 9883.0, 9878.0, 9871.0, 9914.0, 9899.0, 9901.0, 9881.0, 9888.0, 9937.0, 9883.0, 9906.0, 9894.0, 9925.0, 9918.0, 9904.0, 9893.0, 9900.0, 9889.0, 9913.0, 9891.0, 9874.0, 9885.0, 9921.0, 9894.0, 9912.0, 9894.0, 9901.0, 9893.0, 9873.0, 9922.0, 9907.0, 9893.0, 9937.0, 9920.0, 9921.0, 9920.0, 9893.0, 9908.0, 9882.0, 9861.0, 9865.0, 9806.0, 9833.0, 9810.0, 9841.0, 9812.0, 9823.0, 9797.0, 9817.0, 9809.0, 9863.0, 9862.0, 9871.0, 9868.0, 9879.0, 9875.0, 9902.0, 9933.0, 9925.0, 9916.0, 9903.0, 9911.0, 9900.0, 9910.0, 9880.0, 9905.0, 9887.0, 9889.0, 9887.0, 9891.0, 9900.0, 9892.0, 9927.0, 9874.0, 9913.0, 9876.0, 9898.0, 9875.0, 9898.0, 9858.0, 9896.0, 9869.0, 9898.0, 9875.0, 9882.0, 9871.0, 9896.0, 9857.0, 9881.0, 9850.0, 9880.0, 9867.0, 9888.0, 9894.0, 9873.0, 9887.0, 9924.0, 9878.0, 9915.0, 9869.0, 9881.0, 9886.0, 9864.0, 9857.0, 9868.0, 9843.0, 9886.0, 9931.0, 9910.0, 9971.0, 9899.0, 9953.0, 9888.0, 9907.0, 9905.0, 9903.0, 9840.0, 9844.0, 9821.0, 9832.0, 9811.0, 9839.0, 9850.0, 9845.0, 9845.0, 9813.0, 9817.0, 9821.0, 9836.0, 9839.0, 9846.0, 9840.0, 9845.0, 9849.0, 9865.0, 9862.0, 9860.0, 9878.0, 9844.0, 9890.0, 9936.0, 9913.0, 9883.0, 9900.0, 9886.0, 9883.0, 9875.0, 9882.0, 9875.0, 9896.0, 9898.0, 9938.0, 9902.0, 9901.0, 9879.0, 9901.0, 9871.0, 9894.0, 9870.0, 9851.0, 9878.0, 9872.0, 9852.0, 9889.0, 9851.0, 9876.0, 9855.0, 9875.0, 9920.0, 9960.0, 9927.0, 9903.0, 9881.0, 9852.0, 9888.0, 9861.0, 9868.0, 9855.0, 9871.0, 9892.0, 9892.0, 9918.0, 9880.0, 9913.0, 9912.0, 9912.0, 9896.0, 9909.0, 9895.0, 9914.0, 9896.0, 9905.0, 9860.0, 9897.0, 9871.0, 9897.0, 9890.0, 9904.0, 9895.0, 9948.0, 9893.0, 9915.0, 9870.0, 9914.0, 9911.0, 9911.0, 9915.0, 9924.0, 9909.0, 9906.0, 9896.0, 9879.0, 9912.0, 9894.0, 9926.0, 9896.0, 9946.0, 9900.0, 9974.0, 9899.0, 9911.0, 9914.0, 9965.0, 9947.0, 9946.0, 9882.0, 9908.0, 9907.0, 9935.0, 9900.0, 9909.0, 9884.0, 9892.0, 9889.0, 9868.0, 9893.0, 9839.0, 9848.0, 9842.0, 9834.0, 9844.0, 9831.0, 9851.0, 9838.0, 9893.0, 9833.0, 9852.0, 9874.0, 9835.0, 9904.0, 9848.0, 9891.0, 9842.0, 9868.0, 9816.0, 9823.0, 9799.0, 9807.0, 9809.0, 9809.0, 9820.0, 9786.0, 9807.0, 9824.0, 9838.0, 9844.0, 9824.0, 9853.0, 9857.0, 9869.0, 9836.0, 9830.0, 9825.0, 9818.0, 9840.0, 9847.0, 9855.0, 9846.0, 9886.0, 9835.0, 9857.0, 9834.0, 9842.0, 9848.0, 9846.0, 9848.0, 9860.0, 9851.0, 9863.0, 9893.0, 9895.0, 9881.0, 9896.0, 9895.0, 9883.0, 9933.0, 9941.0, 9931.0, 9959.0, 9936.0, 9928.0, 9959.0, 9890.0, 9920.0, 9872.0, 9835.0, 9902.0, 9865.0, 9894.0, 9866.0, 9871.0, 9825.0, 9850.0, 9824.0, 9851.0, 9813.0, 9803.0, 9803.0, 9793.0, 9864.0, 9816.0, 9824.0, 9823.0, 9800.0, 9834.0, 9848.0, 9851.0, 9851.0, 9879.0, 9879.0, 9871.0, 9872.0, 9850.0, 9900.0, 9862.0, 9871.0, 9836.0, 9861.0, 9797.0, 9824.0, 9782.0, 9826.0, 9797.0, 9822.0, 9804.0, 9780.0, 9787.0, 9761.0, 9788.0, 9811.0, 9827.0, 9817.0, 9822.0, 9855.0, 9866.0, 9865.0, 9839.0, 9837.0, 9860.0, 9846.0, 9870.0, 9849.0, 9861.0, 9868.0, 9844.0, 9864.0, 9862.0, 9870.0, 9850.0, 9869.0, 9899.0, 9887.0, 9882.0, 9890.0, 9893.0, 9907.0, 9877.0, 9897.0, 9891.0, 9916.0, 9967.0, 9919.0, 9946.0, 9970.0, 9895.0, 9896.0, 9938.0, 9909.0, 9918.0, 9899.0, 9907.0, 9909.0, 9938.0, 9928.0, 9922.0, 9932.0, 9928.0, 9879.0, 9945.0, 9900.0, 9908.0, 9881.0, 9887.0, 9860.0, 9908.0, 9841.0, 9856.0, 9816.0, 9839.0, 9837.0, 9802.0, 9807.0, 9839.0, 9828.0, 9844.0, 9814.0, 9819.0, 9820.0, 9819.0, 9826.0, 9833.0, 9812.0, 9818.0, 9826.0, 9879.0, 9845.0, 9856.0, 9852.0, 9847.0, 9851.0, 9847.0, 9865.0, 9845.0, 9855.0, 9851.0, 9872.0, 9877.0, 9899.0, 9911.0, 9910.0, 9893.0, 9886.0, 9892.0, 9911.0, 9898.0, 9913.0, 9926.0, 9897.0, 9919.0, 9890.0, 9889.0, 9922.0, 9898.0, 9921.0, 9883.0, 9897.0, 9865.0, 9878.0, 9842.0, 9845.0, 9880.0, 9839.0, 9881.0, 9836.0, 9861.0, 9825.0, 9831.0, 9825.0, 9866.0, 9828.0, 9831.0, 9831.0, 9841.0, 9829.0, 9835.0, 9823.0, 9842.0, 9859.0, 9845.0, 9861.0, 9831.0, 9885.0, 9867.0, 9892.0, 9906.0, 9888.0, 9858.0, 9884.0, 9874.0, 9888.0, 9904.0, 9915.0, 9902.0, 9893.0, 9897.0, 9926.0, 9909.0, 9935.0, 9906.0, 9926.0, 9861.0, 9871.0, 9815.0, 9816.0, 9774.0, 9813.0, 9794.0, 9820.0, 9777.0, 9761.0, 9780.0, 9779.0, 9798.0, 9802.0, 9812.0, 9809.0, 9820.0, 9861.0, 9860.0, 9856.0, 9835.0, 9864.0, 9864.0, 9865.0, 9866.0, 9866.0, 9838.0, 9844.0, 9838.0, 9847.0, 9870.0, 9876.0, 9872.0, 9875.0, 9904.0, 9876.0, 9897.0, 9900.0, 9918.0, 9880.0, 9923.0, 9905.0, 9914.0, 9891.0, 9899.0, 9871.0, 9852.0, 9883.0, 9874.0, 9917.0, 9875.0, 9875.0, 9873.0, 9876.0, 9920.0, 9891.0, 9930.0, 9891.0, 9906.0, 9881.0, 9911.0, 9877.0, 9924.0, 9926.0, 9879.0, 9940.0, 9940.0, 9965.0, 9984.0, 9892.0, 9881.0, 9949.0, 9918.0, 9865.0, 9879.0, 9866.0, 9876.0, 9886.0, 9858.0, 9913.0, 9856.0, 9889.0, 9824.0, 9842.0, 9838.0, 9852.0, 9808.0, 9788.0, 9830.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.006709608745684694</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04244206168009206</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.06595419072571</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3214421834677397</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0939233545506895</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.477</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7021.8286</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17668439319674414</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>261</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>30.034522439585732</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5660775594796212</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5064380311509513</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7326648439391024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4591298033488096</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159229</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01189515832811594</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027366260066628456</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.148626439881094</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>22.4443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8441</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.6618</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>296871.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>811.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.5237</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9277</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.5801</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3692.7241</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3872.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79673.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4783.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.3151</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.89766647736542</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> |