=== 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-0080 --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-0080",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0080_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0080_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-01/func/sub-0080_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9287e5bee4bc2e16667fe591b57df181</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>10:44:16.277500</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_VE11E_LATEST_20181129</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.989829, -0.0344856, 0.138019, 0.0286858, 0.998629, 0.0437932]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0893289</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4193, -7762, -7262, 593, -37, -285, 59, 17]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c526d106-5aa7-4b75-9e1e-c5c979c65174||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6556389331817627, 0.07696196436882019, 0.3762173652648926, 104.00782012939453], [0.09252243489027023, 2.6792478561401367, 0.10634917765855789, -94.47172546386719], [0.37029433250427246, -0.11749391257762909, 2.6715445518493652, -76.29450988769531], [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': ['104416.277500', '104416.737500', '104417.197500', '104417.657500', '104418.117500', '104418.577500', '104419.037500', '104419.497500', '104419.957500', '104420.417500', '104420.877500', '104421.337500', '104421.797500', '104422.257500', '104422.717500', '104423.177500', '104423.637500', '104424.097500', '104424.557500', '104425.017500', '104425.477500', '104425.937500', '104426.397500', '104426.857500', '104427.317500', '104427.777500', '104428.237500', '104428.697500', '104429.157500', '104429.617500', '104430.077500', '104430.537500', '104430.997500', '104431.457500', '104431.917500', '104432.377500', '104432.837500', '104433.297500', '104433.757500', '104434.217500', '104434.677500', '104435.137500', '104435.597500', '104436.057500', '104436.517500', '104436.977500', '104437.437500', '104437.897500', '104438.357500', '104438.817500', '104439.277500', '104439.737500', '104440.197500', '104440.657500', '104441.117500', '104441.577500', '104442.037500', '104442.497500', '104442.957500', '104443.417500', '104443.877500', '104444.337500', '104444.797500', '104445.257500', '104445.717500', '104446.177500', '104446.637500', '104447.097500', '104447.557500', '104448.017500', '104448.477500', '104448.937500', '104449.397500', '104449.857500', '104450.317500', '104450.777500', '104451.237500', '104451.697500', '104452.157500', '104452.617500', '104453.077500', '104453.537500', '104453.997500', '104454.457500', '104454.917500', '104455.377500', '104455.837500', '104456.297500', '104456.757500', '104457.217500', '104457.677500', '104458.137500', '104458.597500', '104459.057500', '104459.517500', '104459.977500', '104500.437500', '104500.897500', '104501.357500', '104501.817500', '104502.277500', '104502.737500', '104503.197500', '104503.657500', '104504.117500', '104504.577500', '104505.037500', '104505.497500', '104505.957500', '104506.417500', '104506.877500', '104507.337500', '104507.797500', '104508.257500', '104508.717500', '104509.177500', '104509.637500', '104510.097500', '104510.557500', '104511.017500', '104511.477500', '104511.937500', '104512.397500', '104512.857500', '104513.317500', '104513.777500', '104514.237500', '104514.697500', '104515.157500', '104515.617500', '104516.077500', '104516.537500', '104516.997500', '104517.457500', '104517.917500', '104518.377500', '104518.837500', '104519.297500', '104519.757500', '104520.217500', '104520.677500', '104521.137500', '104521.597500', '104522.057500', '104522.517500', '104522.977500', '104523.437500', '104523.897500', '104524.357500', '104524.817500', '104525.277500', '104525.737500', '104526.197500', '104526.657500', '104527.117500', '104527.577500', '104528.037500', '104528.497500', '104528.957500', '104529.417500', '104529.877500', '104530.337500', '104530.797500', '104531.257500', '104531.717500', '104532.177500', '104532.637500', '104533.097500', '104533.557500', '104534.017500', '104534.477500', '104534.937500', '104535.397500', '104535.857500', '104536.317500', '104536.777500', '104537.237500', '104537.697500', '104538.157500', '104538.617500', '104539.077500', '104539.537500', '104539.997500', '104540.457500', '104540.917500', '104541.377500', '104541.837500', '104542.297500', '104542.757500', '104543.217500', '104543.677500', '104544.137500', '104544.597500', '104545.057500', '104545.517500', '104545.977500', '104546.437500', '104546.897500', '104547.357500', '104547.817500', '104548.277500', '104548.737500', '104549.197500', '104549.657500', '104550.117500', '104550.577500', '104551.037500', '104551.497500', '104551.957500', '104552.417500', '104552.877500', '104553.337500', '104553.797500', '104554.257500', '104554.717500', '104555.177500', '104555.637500', '104556.097500', '104556.557500', '104557.017500', '104557.477500', '104557.937500', '104558.397500', '104558.857500', '104559.317500', '104559.777500', '104600.237500', '104600.697500', '104601.157500', '104601.617500', '104602.077500', '104602.537500', '104602.997500', '104603.457500', '104603.917500', '104604.377500', '104604.837500', '104605.297500', '104605.757500', '104606.217500', '104606.677500', '104607.137500', '104607.597500', '104608.057500', '104608.517500', '104608.977500', '104609.437500', '104609.897500', '104610.357500', '104610.817500', '104611.277500', '104611.737500', '104612.197500', '104612.657500', '104613.117500', '104613.577500', '104614.037500', '104614.497500', '104614.957500', '104615.417500', '104615.877500', '104616.337500', '104616.797500', '104617.257500', '104617.717500', '104618.177500', '104618.637500', '104619.097500', '104619.557500', '104620.017500', '104620.477500', '104620.937500', '104621.397500', '104621.857500', '104622.317500', '104622.777500', '104623.237500', '104623.697500', '104624.157500', '104624.617500', '104625.077500', '104625.537500', '104625.997500', '104626.457500', '104626.917500', '104627.377500', '104627.837500', '104628.297500', '104628.757500', '104629.217500', '104629.677500', '104630.137500', '104630.597500', '104631.057500', '104631.517500', '104631.977500', '104632.437500', '104632.897500', '104633.357500', '104633.817500', '104634.277500', '104634.737500', '104635.197500', '104635.657500', '104636.117500', '104636.577500', '104637.037500', '104637.497500', '104637.957500', '104638.417500', '104638.877500', '104639.337500', '104639.797500', '104640.257500', '104640.717500', '104641.177500', '104641.637500', '104642.097500', '104642.557500', '104643.017500', '104643.477500', '104643.937500', '104644.397500', '104644.857500', '104645.317500', '104645.777500', '104646.237500', '104646.697500', '104647.157500', '104647.617500', '104648.077500', '104648.537500', '104648.997500', '104649.457500', '104649.917500', '104650.377500', '104650.837500', '104651.297500', '104651.757500', '104652.217500', '104652.677500', '104653.137500', '104653.597500', '104654.057500', '104654.517500', '104654.977500', '104655.437500', '104655.897500', '104656.357500', '104656.817500', '104657.277500', '104657.737500', '104658.197500', '104658.657500', '104659.117500', '104659.577500', '104700.037500', '104700.497500', '104700.957500', '104701.417500', '104701.877500', '104702.337500', '104702.797500', '104703.257500', '104703.717500', '104704.177500', '104704.637500', '104705.097500', '104705.557500', '104706.017500', '104706.477500', '104706.937500', '104707.397500', '104707.857500', '104708.317500', '104708.777500', '104709.237500', '104709.697500', '104710.157500', '104710.617500', '104711.077500', '104711.537500', '104711.997500', '104712.457500', '104712.917500', '104713.377500', '104713.837500', '104714.297500', '104714.757500', '104715.217500', '104715.677500', '104716.137500', '104716.597500', '104717.057500', '104717.517500', '104717.977500', '104718.437500', '104718.897500', '104719.357500', '104719.817500', '104720.277500', '104720.737500', '104721.197500', '104721.657500', '104722.117500', '104722.577500', '104723.037500', '104723.497500', '104723.957500', '104724.417500', '104724.877500', '104725.337500', '104725.797500', '104726.257500', '104726.717500', '104727.177500', '104727.637500', '104728.097500', '104728.557500', '104729.017500', '104729.477500', '104729.937500', '104730.397500', '104730.857500', '104731.317500', '104731.777500', '104732.237500', '104732.697500', '104733.157500', '104733.617500', '104734.077500', '104734.537500', '104734.997500', '104735.457500', '104735.917500', '104736.377500', '104736.837500', '104737.297500', '104737.757500', '104738.217500', '104738.677500', '104739.137500', '104739.597500', '104740.057500', '104740.517500', '104740.977500', '104741.437500', '104741.897500', '104742.357500', '104742.817500', '104743.277500', '104743.737500', '104744.197500', '104744.657500', '104745.117500', '104745.577500', '104746.037500', '104746.497500', '104746.957500', '104747.417500', '104747.877500', '104748.337500', '104748.797500', '104749.257500', '104749.717500', '104750.177500', '104750.637500', '104751.097500', '104751.557500', '104752.017500', '104752.477500', '104752.937500', '104753.397500', '104753.857500', '104754.317500', '104754.777500', '104755.237500', '104755.697500', '104756.157500', '104756.617500', '104757.077500', '104757.537500', '104757.997500', '104758.457500', '104758.917500', '104759.377500', '104759.837500', '104800.297500', '104800.757500', '104801.217500', '104801.677500', '104802.137500', '104802.597500', '104803.057500', '104803.517500', '104803.977500', '104804.437500', '104804.897500', '104805.357500', '104805.817500', '104806.277500', '104806.737500', '104807.197500', '104807.657500', '104808.117500', '104808.577500', '104809.037500', '104809.497500', '104809.957500', '104810.417500', '104810.877500', '104811.337500', '104811.797500', '104812.257500', '104812.717500', '104813.177500', '104813.637500', '104814.097500', '104814.557500', '104815.017500', '104815.477500', '104815.937500', '104816.397500', '104816.857500', '104817.317500', '104817.777500', '104818.237500', '104818.697500', '104819.157500', '104819.617500', '104820.077500', '104820.537500', '104820.997500', '104821.457500', '104821.917500', '104822.377500', '104822.837500', '104823.297500', '104823.757500', '104824.217500', '104824.677500', '104825.137500', '104825.597500', '104826.057500', '104826.517500', '104826.977500', '104827.437500', '104827.897500', '104828.357500', '104828.817500', '104829.277500', '104829.737500', '104830.197500', '104830.657500', '104831.117500', '104831.577500', '104832.037500', '104832.497500', '104832.957500', '104833.417500', '104833.877500', '104834.337500', '104834.797500', '104835.257500', '104835.717500', '104836.177500', '104836.637500', '104837.097500', '104837.557500', '104838.017500', '104838.477500', '104838.937500', '104839.397500', '104839.857500', '104840.317500', '104840.777500', '104841.237500', '104841.697500', '104842.157500', '104842.617500', '104843.077500', '104843.537500', '104843.997500', '104844.457500', '104844.917500', '104845.377500', '104845.837500', '104846.297500', '104846.757500', '104847.217500', '104847.677500', '104848.137500', '104848.597500', '104849.057500', '104849.517500', '104849.977500', '104850.437500', '104850.897500', '104851.357500', '104851.817500', '104852.277500', '104852.737500', '104853.197500', '104853.657500', '104854.117500', '104854.577500', '104855.037500', '104855.497500', '104855.957500', '104856.417500', '104856.877500', '104857.337500', '104857.797500', '104858.257500', '104858.717500', '104859.177500', '104859.637500', '104900.097500', '104900.557500', '104901.017500', '104901.477500', '104901.937500', '104902.397500', '104902.857500', '104903.317500', '104903.777500', '104904.237500', '104904.697500', '104905.157500', '104905.617500', '104906.077500', '104906.537500', '104906.997500', '104907.457500', '104907.917500', '104908.377500', '104908.837500', '104909.297500', '104909.757500', '104910.217500', '104910.677500', '104911.137500', '104911.597500', '104912.057500', '104912.517500', '104912.977500', '104913.437500', '104913.897500', '104914.357500', '104914.817500', '104915.277500', '104915.737500', '104916.197500', '104916.657500', '104917.117500', '104917.577500', '104918.037500', '104918.497500', '104918.957500', '104919.417500', '104919.877500', '104920.337500', '104920.797500', '104921.257500', '104921.717500', '104922.177500', '104922.637500', '104923.097500', '104923.557500', '104924.017500', '104924.477500', '104924.937500', '104925.397500', '104925.857500', '104926.317500', '104926.777500', '104927.237500', '104927.697500', '104928.157500', '104928.617500', '104929.077500', '104929.537500', '104929.997500', '104930.457500', '104930.917500', '104931.377500', '104931.837500', '104932.297500', '104932.757500', '104933.217500', '104933.677500', '104934.137500', '104934.597500', '104935.057500', '104935.517500', '104935.977500', '104936.437500', '104936.897500', '104937.357500', '104937.817500', '104938.277500', '104938.737500', '104939.197500', '104939.657500', '104940.117500', '104940.577500', '104941.037500', '104941.497500', '104941.957500', '104942.417500', '104942.877500', '104943.337500', '104943.797500', '104944.257500', '104944.717500', '104945.177500', '104945.637500', '104946.097500', '104946.557500', '104947.017500', '104947.477500', '104947.937500', '104948.397500', '104948.857500', '104949.317500', '104949.777500', '104950.237500', '104950.697500', '104951.157500', '104951.617500', '104952.077500', '104952.537500', '104952.997500', '104953.457500', '104953.917500', '104954.377500', '104954.837500', '104955.297500', '104955.757500', '104956.217500', '104956.677500', '104957.137500', '104957.597500', '104958.057500', '104958.517500', '104958.977500', '104959.437500', '104959.897500', '105000.357500', '105000.817500', '105001.277500', '105001.737500', '105002.197500', '105002.657500', '105003.117500', '105003.577500', '105004.037500', '105004.497500', '105004.957500', '105005.417500', '105005.877500', '105006.337500', '105006.797500', '105007.257500', '105007.717500', '105008.177500', '105008.637500', '105009.097500', '105009.557500', '105010.017500', '105010.477500', '105010.937500', '105011.397500', '105011.857500', '105012.317500', '105012.777500', '105013.237500', '105013.697500', '105014.157500', '105014.617500', '105015.077500', '105015.537500', '105015.997500', '105016.457500', '105016.917500', '105017.377500', '105017.837500', '105018.297500', '105018.757500', '105019.217500', '105019.677500', '105020.137500', '105020.597500', '105021.057500', '105021.517500', '105021.977500', '105022.437500', '105022.897500', '105023.357500', '105023.817500', '105024.277500', '105024.737500', '105025.197500', '105025.657500', '105026.117500', '105026.577500', '105027.037500', '105027.497500', '105027.957500', '105028.417500', '105028.877500', '105029.337500', '105029.797500', '105030.257500', '105030.717500', '105031.177500', '105031.637500', '105032.097500', '105032.557500', '105033.017500', '105033.477500', '105033.937500', '105034.397500', '105034.857500', '105035.317500', '105035.777500', '105036.237500', '105036.697500', '105037.157500', '105037.617500', '105038.077500', '105038.537500', '105038.997500', '105039.457500', '105039.917500', '105040.377500', '105040.837500', '105041.297500', '105041.757500', '105042.217500', '105042.677500', '105043.137500', '105043.597500', '105044.057500', '105044.517500', '105044.977500', '105045.437500', '105045.897500', '105046.357500', '105046.817500', '105047.277500', '105047.737500', '105048.197500', '105048.657500', '105049.117500', '105049.577500', '105050.037500', '105050.497500', '105050.957500', '105051.417500', '105051.877500', '105052.337500', '105052.797500', '105053.257500', '105053.717500', '105054.177500', '105054.637500', '105055.097500', '105055.557500', '105056.017500', '105056.477500', '105056.937500'], 'ContentTime': ['104436.589000', '104436.593000', '104436.595000', '104436.598000', '104436.601000', '104436.603000', '104436.606000', '104436.609000', '104436.611000', '104436.614000', '104436.616000', '104436.619000', '104436.622000', '104436.624000', '104436.627000', '104436.629000', '104436.632000', '104436.635000', '104436.642000', '104436.644000', '104436.647000', '104436.650000', '104436.652000', '104436.655000', '104436.657000', '104436.660000', '104436.663000', '104436.665000', '104436.668000', '104436.671000', '104436.673000', '104436.676000', '104436.679000', '104436.681000', '104436.684000', '104436.686000', '104436.689000', '104436.692000', '104436.694000', '104436.697000', '104456.562000', '104456.565000', '104456.568000', '104456.570000', '104456.573000', '104456.576000', '104456.578000', '104456.581000', '104456.584000', '104456.586000', '104456.589000', '104456.591000', '104456.594000', '104456.597000', '104456.599000', '104456.602000', '104456.605000', '104456.608000', '104456.610000', '104456.613000', '104456.616000', '104456.618000', '104456.621000', '104456.623000', '104456.626000', '104456.629000', '104456.631000', '104456.634000', '104456.637000', '104456.639000', '104456.642000', '104456.644000', '104456.647000', '104456.650000', '104456.652000', '104456.655000', '104456.658000', '104456.660000', '104456.663000', '104456.665000', '104456.668000', '104456.671000', '104456.673000', '104456.676000', '104516.562000', '104516.565000', '104516.568000', '104516.570000', '104516.577000', '104516.579000', '104516.583000', '104516.585000', '104516.589000', '104516.591000', '104516.594000', '104516.597000', '104516.599000', '104516.602000', '104516.604000', '104516.607000', '104516.610000', '104516.612000', '104516.615000', '104516.617000', '104516.620000', '104516.623000', '104516.626000', '104516.628000', '104516.631000', '104516.633000', '104516.636000', '104516.639000', '104516.641000', '104516.644000', '104516.647000', '104516.649000', '104516.652000', '104516.655000', '104516.658000', '104516.660000', '104516.663000', '104516.666000', '104516.668000', '104516.671000', '104516.673000', '104516.676000', '104516.679000', '104516.681000', '104536.563000', '104536.565000', '104536.568000', '104536.571000', '104536.573000', '104536.576000', '104536.579000', '104536.582000', '104536.584000', '104536.587000', '104536.593000', '104536.595000', '104536.604000', '104536.607000', '104536.609000', '104536.612000', '104536.615000', '104536.617000', '104536.620000', '104536.623000', '104536.625000', '104536.628000', '104536.631000', '104536.633000', '104536.636000', '104536.638000', '104536.641000', '104536.644000', '104536.646000', '104536.649000', '104536.652000', '104536.654000', '104536.657000', '104536.659000', '104536.662000', '104536.665000', '104536.667000', '104536.670000', '104536.673000', '104536.675000', '104536.678000', '104536.681000', '104536.683000', '104556.561000', '104556.564000', '104556.584000', '104556.587000', '104556.590000', '104556.593000', '104556.595000', '104556.598000', '104556.600000', '104556.603000', '104556.610000', '104556.612000', '104556.615000', '104556.618000', '104556.621000', '104556.623000', '104556.626000', '104556.629000', '104556.631000', '104556.637000', '104556.651000', '104556.654000', '104556.656000', '104556.659000', '104556.661000', '104556.670000', '104556.673000', '104556.676000', '104556.678000', '104556.681000', '104556.683000', '104556.686000', '104556.694000', '104556.697000', '104556.699000', '104556.702000', '104556.704000', '104556.707000', '104556.710000', '104556.712000', '104556.715000', '104556.718000', '104556.720000', '104616.563000', '104616.565000', '104616.568000', '104616.571000', '104616.573000', '104616.576000', '104616.579000', '104616.581000', '104616.584000', '104616.586000', '104616.589000', '104616.592000', '104616.594000', '104616.597000', '104616.600000', '104616.603000', '104616.605000', '104616.608000', '104616.611000', '104616.613000', '104616.616000', '104616.619000', '104616.621000', '104616.624000', '104616.627000', '104616.629000', '104616.632000', '104616.635000', '104616.637000', '104616.640000', '104616.643000', '104616.645000', '104616.648000', '104616.651000', '104616.653000', '104616.656000', '104616.658000', '104616.661000', '104616.673000', '104616.675000', '104616.678000', '104616.681000', '104616.684000', '104616.686000', '104636.563000', '104636.566000', '104636.569000', '104636.571000', '104636.574000', '104636.577000', '104636.580000', '104636.582000', '104636.585000', '104636.587000', '104636.590000', '104636.593000', '104636.595000', '104636.598000', '104636.601000', '104636.603000', '104636.606000', '104636.609000', '104636.611000', '104636.614000', '104636.616000', '104636.619000', '104636.623000', '104636.625000', '104636.628000', '104636.630000', '104636.633000', '104636.636000', '104636.638000', '104636.641000', '104636.644000', '104636.646000', '104636.649000', '104636.652000', '104636.654000', '104636.657000', '104636.659000', '104636.662000', '104636.665000', '104636.668000', '104636.670000', '104636.673000', '104636.676000', '104656.563000', '104656.566000', '104656.568000', '104656.571000', '104656.574000', '104656.576000', '104656.579000', '104656.582000', '104656.584000', '104656.587000', '104656.590000', '104656.592000', '104656.595000', '104656.598000', '104656.601000', '104656.603000', '104656.606000', '104656.608000', '104656.611000', '104656.614000', '104656.616000', '104656.619000', '104656.622000', '104656.624000', '104656.627000', '104656.630000', '104656.632000', '104656.635000', '104656.637000', '104656.640000', '104656.643000', '104656.645000', '104656.648000', '104656.651000', '104656.653000', '104656.656000', '104656.659000', '104656.661000', '104656.664000', '104656.667000', '104656.669000', '104656.672000', '104656.675000', '104656.677000', '104716.562000', '104716.565000', '104716.568000', '104716.571000', '104716.573000', '104716.576000', '104716.578000', '104716.581000', '104716.612000', '104716.615000', '104716.617000', '104716.620000', '104716.623000', '104716.625000', '104716.628000', '104716.631000', '104716.633000', '104716.636000', '104716.639000', '104716.641000', '104716.644000', '104716.657000', '104716.660000', '104716.662000', '104716.665000', '104716.668000', '104716.670000', '104716.673000', '104716.675000', '104716.678000', '104716.680000', '104716.683000', '104716.686000', '104716.688000', '104716.691000', '104716.693000', '104716.696000', '104716.699000', '104716.701000', '104716.704000', '104716.706000', '104716.709000', '104716.712000', '104736.563000', '104736.566000', '104736.568000', '104736.571000', '104736.575000', '104736.577000', '104736.580000', '104736.582000', '104736.585000', '104736.588000', '104736.591000', '104736.593000', '104736.596000', '104736.599000', '104736.601000', '104736.604000', '104736.607000', '104736.609000', '104736.612000', '104736.615000', '104736.617000', '104736.620000', '104736.623000', '104736.625000', '104736.628000', '104736.631000', '104736.633000', '104736.636000', '104736.639000', '104736.641000', '104736.644000', '104736.646000', '104736.653000', '104736.656000', '104736.658000', '104736.661000', '104736.664000', '104736.666000', '104736.669000', '104736.672000', '104736.674000', '104736.677000', '104736.679000', '104736.682000', '104756.562000', '104756.565000', '104756.568000', '104756.571000', '104756.573000', '104756.576000', '104756.579000', '104756.581000', '104756.584000', '104756.587000', '104756.590000', '104756.592000', '104756.595000', '104756.598000', '104756.601000', '104756.603000', '104756.606000', '104756.609000', '104756.611000', '104756.614000', '104756.616000', '104756.619000', '104756.622000', '104756.624000', '104756.627000', '104756.630000', '104756.632000', '104756.635000', '104756.637000', '104756.640000', '104756.643000', '104756.645000', '104756.648000', '104756.651000', '104756.653000', '104756.656000', '104756.659000', '104756.661000', '104756.664000', '104756.667000', '104756.670000', '104756.673000', '104756.675000', '104816.561000', '104816.564000', '104816.567000', '104816.570000', '104816.572000', '104816.575000', '104816.577000', '104816.580000', '104816.583000', '104816.585000', '104816.588000', '104816.591000', '104816.594000', '104816.596000', '104816.599000', '104816.601000', '104816.604000', '104816.607000', '104816.609000', '104816.612000', '104816.615000', '104816.617000', '104816.620000', '104816.623000', '104816.625000', '104816.628000', '104816.630000', '104816.633000', '104816.636000', '104816.638000', '104816.641000', '104816.644000', '104816.646000', '104816.649000', '104816.652000', '104816.654000', '104816.657000', '104816.659000', '104816.662000', '104816.665000', '104816.667000', '104816.670000', '104816.673000', '104816.675000', '104836.562000', '104836.565000', '104836.568000', '104836.571000', '104836.573000', '104836.576000', '104836.579000', '104836.581000', '104836.584000', '104836.587000', '104836.589000', '104836.592000', '104836.595000', '104836.597000', '104836.600000', '104836.603000', '104836.605000', '104836.608000', '104836.611000', '104836.613000', '104836.616000', '104836.619000', '104836.622000', '104836.624000', '104836.627000', '104836.630000', '104836.632000', '104836.635000', '104836.638000', '104836.640000', '104836.643000', '104836.646000', '104836.648000', '104836.651000', '104836.654000', '104836.656000', '104836.659000', '104836.662000', '104836.664000', '104836.667000', '104836.670000', '104836.673000', '104836.675000', '104856.562000', '104856.565000', '104856.568000', '104856.571000', '104856.574000', '104856.576000', '104856.579000', '104856.582000', '104856.584000', '104856.587000', '104856.590000', '104856.592000', '104856.595000', '104856.598000', '104856.600000', '104856.603000', '104856.606000', '104856.608000', '104856.611000', '104856.614000', '104856.616000', '104856.619000', '104856.622000', '104856.624000', '104856.627000', '104856.629000', '104856.632000', '104856.635000', '104856.638000', '104856.640000', '104856.643000', '104856.646000', '104856.648000', '104856.651000', '104856.654000', '104856.656000', '104856.659000', '104856.661000', '104856.664000', '104856.667000', '104856.669000', '104856.672000', '104856.675000', '104856.678000', '104916.563000', '104916.565000', '104916.568000', '104916.571000', '104916.574000', '104916.576000', '104916.579000', '104916.582000', '104916.584000', '104916.587000', '104916.590000', '104916.592000', '104916.595000', '104916.598000', '104916.600000', '104916.603000', '104916.606000', '104916.609000', '104916.611000', '104916.614000', '104916.617000', '104916.619000', '104916.622000', '104916.624000', '104916.627000', '104916.630000', '104916.632000', '104916.635000', '104916.638000', '104916.640000', '104916.643000', '104916.646000', '104916.648000', '104916.651000', '104916.654000', '104916.656000', '104916.659000', '104916.662000', '104916.665000', '104916.667000', '104916.670000', '104916.672000', '104916.675000', '104936.563000', '104936.566000', '104936.568000', '104936.571000', '104936.574000', '104936.576000', '104936.579000', '104936.582000', '104936.584000', '104936.587000', '104936.590000', '104936.592000', '104936.595000', '104936.598000', '104936.600000', '104936.603000', '104936.606000', '104936.609000', '104936.611000', '104936.614000', '104936.616000', '104936.619000', '104936.622000', '104936.625000', '104936.627000', '104936.630000', '104936.632000', '104936.635000', '104936.638000', '104936.640000', '104936.643000', '104936.646000', '104936.648000', '104936.651000', '104936.654000', '104936.656000', '104936.659000', '104936.662000', '104936.664000', '104936.667000', '104936.670000', '104936.672000', '104936.675000', '104936.678000', '104956.563000', '104956.565000', '104956.568000', '104956.571000', '104956.574000', '104956.576000', '104956.579000', '104956.582000', '104956.584000', '104956.587000', '104956.589000', '104956.592000', '104956.595000', '104956.598000', '104956.600000', '104956.603000', '104956.606000', '104956.608000', '104956.611000', '104956.614000', '104956.616000', '104956.619000', '104956.621000', '104956.624000', '104956.627000', '104956.629000', '104956.632000', '104956.635000', '104956.637000', '104956.640000', '104956.643000', '104956.645000', '104956.648000', '104956.650000', '104956.653000', '104956.656000', '104956.658000', '104956.661000', '104956.664000', '104956.667000', '104956.669000', '104956.672000', '104956.675000', '105016.563000', '105016.574000', '105016.577000', '105016.580000', '105016.583000', '105016.585000', '105016.588000', '105016.591000', '105016.593000', '105016.596000', '105016.599000', '105016.601000', '105016.604000', '105016.607000', '105016.609000', '105016.612000', '105016.615000', '105016.617000', '105016.620000', '105016.623000', '105016.625000', '105016.628000', '105016.630000', '105016.633000', '105016.636000', '105016.638000', '105016.641000', '105016.644000', '105016.646000', '105016.649000', '105016.652000', '105016.654000', '105016.657000', '105016.660000', '105016.662000', '105016.665000', '105016.668000', '105016.670000', '105016.673000', '105016.676000', '105016.678000', '105016.681000', '105016.684000', '105016.686000', '105036.561000', '105036.564000', '105036.567000', '105036.570000', '105036.574000', '105036.576000', '105036.579000', '105036.582000', '105036.584000', '105036.587000', '105036.590000', '105036.593000', '105036.595000', '105036.598000', '105036.601000', '105036.603000', '105036.606000', '105036.608000', '105036.611000', '105036.614000', '105036.616000', '105036.619000', '105036.622000', '105036.624000', '105036.627000', '105036.630000', '105036.632000', '105036.635000', '105036.638000', '105036.640000', '105036.643000', '105036.646000', '105036.648000', '105036.651000', '105036.654000', '105036.656000', '105036.659000', '105036.661000', '105036.664000', '105036.667000', '105036.669000', '105036.672000', '105036.675000', '105056.563000', '105056.565000', '105056.568000', '105056.571000', '105056.574000', '105056.576000', '105056.579000', '105056.582000', '105056.584000', '105056.587000', '105056.590000', '105056.592000', '105056.595000', '105056.597000', '105056.600000', '105056.603000', '105056.605000', '105056.608000', '105056.611000', '105056.613000', '105056.616000', '105056.619000', '105056.621000', '105056.624000', '105056.627000', '105056.629000', '105056.632000', '105056.635000', '105056.637000', '105056.640000', '105056.643000', '105056.645000', '105056.648000', '105056.651000', '105056.653000', '105056.656000', '105056.658000', '105056.661000', '105056.664000', '105056.666000', '105056.669000', '105056.672000', '105056.674000', '105056.677000', '105058.803000', '105058.806000', '105058.809000', '105058.812000', '105058.815000'], 'InstanceCreationTime': ['104436.589000', '104436.593000', '104436.595000', '104436.598000', '104436.601000', '104436.603000', '104436.606000', '104436.609000', '104436.611000', '104436.614000', '104436.616000', '104436.619000', '104436.622000', '104436.624000', '104436.627000', '104436.629000', '104436.632000', '104436.635000', '104436.642000', '104436.644000', '104436.647000', '104436.650000', '104436.652000', '104436.655000', '104436.657000', '104436.660000', '104436.663000', '104436.665000', '104436.668000', '104436.671000', '104436.673000', '104436.676000', '104436.679000', '104436.681000', '104436.684000', '104436.686000', '104436.689000', '104436.692000', '104436.694000', '104436.697000', '104456.562000', '104456.565000', '104456.568000', '104456.570000', '104456.573000', '104456.576000', '104456.578000', '104456.581000', '104456.584000', '104456.586000', '104456.589000', '104456.591000', '104456.594000', '104456.597000', '104456.599000', '104456.602000', '104456.605000', '104456.608000', '104456.610000', '104456.613000', '104456.616000', '104456.618000', '104456.621000', '104456.623000', '104456.626000', '104456.629000', '104456.631000', '104456.634000', '104456.637000', '104456.639000', '104456.642000', '104456.644000', '104456.647000', '104456.650000', '104456.652000', '104456.655000', '104456.658000', '104456.660000', '104456.663000', '104456.665000', '104456.668000', '104456.671000', '104456.673000', '104456.676000', '104516.562000', '104516.565000', '104516.568000', '104516.570000', '104516.577000', '104516.579000', '104516.583000', '104516.585000', '104516.589000', '104516.591000', '104516.594000', '104516.597000', '104516.599000', '104516.602000', '104516.604000', '104516.607000', '104516.610000', '104516.612000', '104516.615000', '104516.617000', '104516.620000', '104516.623000', '104516.626000', '104516.628000', '104516.631000', '104516.633000', '104516.636000', '104516.639000', '104516.641000', '104516.644000', '104516.647000', '104516.649000', '104516.652000', '104516.655000', '104516.658000', '104516.660000', '104516.663000', '104516.666000', '104516.668000', '104516.671000', '104516.673000', '104516.676000', '104516.679000', '104516.681000', '104536.563000', '104536.565000', '104536.568000', '104536.571000', '104536.573000', '104536.576000', '104536.579000', '104536.582000', '104536.584000', '104536.587000', '104536.593000', '104536.595000', '104536.604000', '104536.607000', '104536.609000', '104536.612000', '104536.615000', '104536.617000', '104536.620000', '104536.623000', '104536.625000', '104536.628000', '104536.631000', '104536.633000', '104536.636000', '104536.638000', '104536.641000', '104536.644000', '104536.646000', '104536.649000', '104536.652000', '104536.654000', '104536.657000', '104536.659000', '104536.662000', '104536.665000', '104536.667000', '104536.670000', '104536.673000', '104536.675000', '104536.678000', '104536.681000', '104536.683000', '104556.561000', '104556.564000', '104556.584000', '104556.587000', '104556.590000', '104556.593000', '104556.595000', '104556.598000', '104556.600000', '104556.603000', '104556.610000', '104556.612000', '104556.615000', '104556.618000', '104556.621000', '104556.623000', '104556.626000', '104556.629000', '104556.631000', '104556.637000', '104556.651000', '104556.654000', '104556.656000', '104556.659000', '104556.661000', '104556.670000', '104556.673000', '104556.676000', '104556.678000', '104556.681000', '104556.683000', '104556.686000', '104556.694000', '104556.697000', '104556.699000', '104556.702000', '104556.704000', '104556.707000', '104556.710000', '104556.712000', '104556.715000', '104556.718000', '104556.720000', '104616.563000', '104616.565000', '104616.568000', '104616.571000', '104616.573000', '104616.576000', '104616.579000', '104616.581000', '104616.584000', '104616.586000', '104616.589000', '104616.592000', '104616.594000', '104616.597000', '104616.600000', '104616.603000', '104616.605000', '104616.608000', '104616.611000', '104616.613000', '104616.616000', '104616.619000', '104616.621000', '104616.624000', '104616.627000', '104616.629000', '104616.632000', '104616.635000', '104616.637000', '104616.640000', '104616.643000', '104616.645000', '104616.648000', '104616.651000', '104616.653000', '104616.656000', '104616.658000', '104616.661000', '104616.673000', '104616.675000', '104616.678000', '104616.681000', '104616.684000', '104616.686000', '104636.563000', '104636.566000', '104636.569000', '104636.571000', '104636.574000', '104636.577000', '104636.580000', '104636.582000', '104636.585000', '104636.587000', '104636.590000', '104636.593000', '104636.595000', '104636.598000', '104636.601000', '104636.603000', '104636.606000', '104636.609000', '104636.611000', '104636.614000', '104636.616000', '104636.619000', '104636.623000', '104636.625000', '104636.628000', '104636.630000', '104636.633000', '104636.636000', '104636.638000', '104636.641000', '104636.644000', '104636.646000', '104636.649000', '104636.652000', '104636.654000', '104636.657000', '104636.659000', '104636.662000', '104636.665000', '104636.668000', '104636.670000', '104636.673000', '104636.676000', '104656.563000', '104656.566000', '104656.568000', '104656.571000', '104656.574000', '104656.576000', '104656.579000', '104656.582000', '104656.584000', '104656.587000', '104656.590000', '104656.592000', '104656.595000', '104656.598000', '104656.601000', '104656.603000', '104656.606000', '104656.608000', '104656.611000', '104656.614000', '104656.616000', '104656.619000', '104656.622000', '104656.624000', '104656.627000', '104656.630000', '104656.632000', '104656.635000', '104656.637000', '104656.640000', '104656.643000', '104656.645000', '104656.648000', '104656.651000', '104656.653000', '104656.656000', '104656.659000', '104656.661000', '104656.664000', '104656.667000', '104656.669000', '104656.672000', '104656.675000', '104656.677000', '104716.562000', '104716.565000', '104716.568000', '104716.571000', '104716.573000', '104716.576000', '104716.578000', '104716.581000', '104716.612000', '104716.615000', '104716.617000', '104716.620000', '104716.623000', '104716.625000', '104716.628000', '104716.631000', '104716.633000', '104716.636000', '104716.639000', '104716.641000', '104716.644000', '104716.657000', '104716.660000', '104716.662000', '104716.665000', '104716.668000', '104716.670000', '104716.673000', '104716.675000', '104716.678000', '104716.680000', '104716.683000', '104716.686000', '104716.688000', '104716.691000', '104716.693000', '104716.696000', '104716.699000', '104716.701000', '104716.704000', '104716.706000', '104716.709000', '104716.712000', '104736.563000', '104736.566000', '104736.568000', '104736.571000', '104736.575000', '104736.577000', '104736.580000', '104736.582000', '104736.585000', '104736.588000', '104736.591000', '104736.593000', '104736.596000', '104736.599000', '104736.601000', '104736.604000', '104736.607000', '104736.609000', '104736.612000', '104736.615000', '104736.617000', '104736.620000', '104736.623000', '104736.625000', '104736.628000', '104736.631000', '104736.633000', '104736.636000', '104736.639000', '104736.641000', '104736.644000', '104736.646000', '104736.653000', '104736.656000', '104736.658000', '104736.661000', '104736.664000', '104736.666000', '104736.669000', '104736.672000', '104736.674000', '104736.677000', '104736.679000', '104736.682000', '104756.562000', '104756.565000', '104756.568000', '104756.571000', '104756.573000', '104756.576000', '104756.579000', '104756.581000', '104756.584000', '104756.587000', '104756.590000', '104756.592000', '104756.595000', '104756.598000', '104756.601000', '104756.603000', '104756.606000', '104756.609000', '104756.611000', '104756.614000', '104756.616000', '104756.619000', '104756.622000', '104756.624000', '104756.627000', '104756.630000', '104756.632000', '104756.635000', '104756.637000', '104756.640000', '104756.643000', '104756.645000', '104756.648000', '104756.651000', '104756.653000', '104756.656000', '104756.659000', '104756.661000', '104756.664000', '104756.667000', '104756.670000', '104756.673000', '104756.675000', '104816.561000', '104816.564000', '104816.567000', '104816.570000', '104816.572000', '104816.575000', '104816.577000', '104816.580000', '104816.583000', '104816.585000', '104816.588000', '104816.591000', '104816.594000', '104816.596000', '104816.599000', '104816.601000', '104816.604000', '104816.607000', '104816.609000', '104816.612000', '104816.615000', '104816.617000', '104816.620000', '104816.623000', '104816.625000', '104816.628000', '104816.630000', '104816.633000', '104816.636000', '104816.638000', '104816.641000', '104816.644000', '104816.646000', '104816.649000', '104816.652000', '104816.654000', '104816.657000', '104816.659000', '104816.662000', '104816.665000', '104816.667000', '104816.670000', '104816.673000', '104816.675000', '104836.562000', '104836.565000', '104836.568000', '104836.571000', '104836.573000', '104836.576000', '104836.579000', '104836.581000', '104836.584000', '104836.587000', '104836.589000', '104836.592000', '104836.595000', '104836.597000', '104836.600000', '104836.603000', '104836.605000', '104836.608000', '104836.611000', '104836.613000', '104836.616000', '104836.619000', '104836.622000', '104836.624000', '104836.627000', '104836.630000', '104836.632000', '104836.635000', '104836.638000', '104836.640000', '104836.643000', '104836.646000', '104836.648000', '104836.651000', '104836.654000', '104836.656000', '104836.659000', '104836.662000', '104836.664000', '104836.667000', '104836.670000', '104836.673000', '104836.675000', '104856.562000', '104856.565000', '104856.568000', '104856.571000', '104856.574000', '104856.576000', '104856.579000', '104856.582000', '104856.584000', '104856.587000', '104856.590000', '104856.592000', '104856.595000', '104856.598000', '104856.600000', '104856.603000', '104856.606000', '104856.608000', '104856.611000', '104856.614000', '104856.616000', '104856.619000', '104856.622000', '104856.624000', '104856.627000', '104856.629000', '104856.632000', '104856.635000', '104856.638000', '104856.640000', '104856.643000', '104856.646000', '104856.648000', '104856.651000', '104856.654000', '104856.656000', '104856.659000', '104856.661000', '104856.664000', '104856.667000', '104856.669000', '104856.672000', '104856.675000', '104856.678000', '104916.563000', '104916.565000', '104916.568000', '104916.571000', '104916.574000', '104916.576000', '104916.579000', '104916.582000', '104916.584000', '104916.587000', '104916.590000', '104916.592000', '104916.595000', '104916.598000', '104916.600000', '104916.603000', '104916.606000', '104916.609000', '104916.611000', '104916.614000', '104916.617000', '104916.619000', '104916.622000', '104916.624000', '104916.627000', '104916.630000', '104916.632000', '104916.635000', '104916.638000', '104916.640000', '104916.643000', '104916.646000', '104916.648000', '104916.651000', '104916.654000', '104916.656000', '104916.659000', '104916.662000', '104916.665000', '104916.667000', '104916.670000', '104916.672000', '104916.675000', '104936.563000', '104936.566000', '104936.568000', '104936.571000', '104936.574000', '104936.576000', '104936.579000', '104936.582000', '104936.584000', '104936.587000', '104936.590000', '104936.592000', '104936.595000', '104936.598000', '104936.600000', '104936.603000', '104936.606000', '104936.609000', '104936.611000', '104936.614000', '104936.616000', '104936.619000', '104936.622000', '104936.625000', '104936.627000', '104936.630000', '104936.632000', '104936.635000', '104936.638000', '104936.640000', '104936.643000', '104936.646000', '104936.648000', '104936.651000', '104936.654000', '104936.656000', '104936.659000', '104936.662000', '104936.664000', '104936.667000', '104936.670000', '104936.672000', '104936.675000', '104936.678000', '104956.563000', '104956.565000', '104956.568000', '104956.571000', '104956.574000', '104956.576000', '104956.579000', '104956.582000', '104956.584000', '104956.587000', '104956.589000', '104956.592000', '104956.595000', '104956.598000', '104956.600000', '104956.603000', '104956.606000', '104956.608000', '104956.611000', '104956.614000', '104956.616000', '104956.619000', '104956.621000', '104956.624000', '104956.627000', '104956.629000', '104956.632000', '104956.635000', '104956.637000', '104956.640000', '104956.643000', '104956.645000', '104956.648000', '104956.650000', '104956.653000', '104956.656000', '104956.658000', '104956.661000', '104956.664000', '104956.667000', '104956.669000', '104956.672000', '104956.675000', '105016.563000', '105016.574000', '105016.577000', '105016.580000', '105016.583000', '105016.585000', '105016.588000', '105016.591000', '105016.593000', '105016.596000', '105016.599000', '105016.601000', '105016.604000', '105016.607000', '105016.609000', '105016.612000', '105016.615000', '105016.617000', '105016.620000', '105016.623000', '105016.625000', '105016.628000', '105016.630000', '105016.633000', '105016.636000', '105016.638000', '105016.641000', '105016.644000', '105016.646000', '105016.649000', '105016.652000', '105016.654000', '105016.657000', '105016.660000', '105016.662000', '105016.665000', '105016.668000', '105016.670000', '105016.673000', '105016.676000', '105016.678000', '105016.681000', '105016.684000', '105016.686000', '105036.561000', '105036.564000', '105036.567000', '105036.570000', '105036.574000', '105036.576000', '105036.579000', '105036.582000', '105036.584000', '105036.587000', '105036.590000', '105036.593000', '105036.595000', '105036.598000', '105036.601000', '105036.603000', '105036.606000', '105036.608000', '105036.611000', '105036.614000', '105036.616000', '105036.619000', '105036.622000', '105036.624000', '105036.627000', '105036.630000', '105036.632000', '105036.635000', '105036.638000', '105036.640000', '105036.643000', '105036.646000', '105036.648000', '105036.651000', '105036.654000', '105036.656000', '105036.659000', '105036.661000', '105036.664000', '105036.667000', '105036.669000', '105036.672000', '105036.675000', '105056.563000', '105056.565000', '105056.568000', '105056.571000', '105056.574000', '105056.576000', '105056.579000', '105056.582000', '105056.584000', '105056.587000', '105056.590000', '105056.592000', '105056.595000', '105056.597000', '105056.600000', '105056.603000', '105056.605000', '105056.608000', '105056.611000', '105056.613000', '105056.616000', '105056.619000', '105056.621000', '105056.624000', '105056.627000', '105056.629000', '105056.632000', '105056.635000', '105056.637000', '105056.640000', '105056.643000', '105056.645000', '105056.648000', '105056.651000', '105056.653000', '105056.656000', '105056.658000', '105056.661000', '105056.664000', '105056.666000', '105056.669000', '105056.672000', '105056.674000', '105056.677000', '105058.803000', '105058.806000', '105058.809000', '105058.812000', '105058.815000'], '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': [10384, 8848, 10328, 13240, 11034, 12861, 9652, 13837, 9773, 7523, 10116, 13343, 10541, 13972, 10741, 13379, 9394, 10678, 10088, 8047, 10485, 15108, 13311, 15212, 10523, 14208, 8939, 12691, 8770, 11901, 9105, 11349, 8681, 10441, 7175, 10601, 7471, 10289, 13715, 11377, 11595, 10332, 7534, 11417, 7914, 12399, 15755, 14137, 16065, 11664, 12878, 10819, 15019, 11324, 15374, 9274, 14732, 9314, 13412, 9285, 12069, 8867, 12300, 9662, 13224, 8139, 13085, 9607, 12052, 8818, 12527, 8880, 13513, 13168, 12284, 11485, 10456, 7900, 10345, 9181, 9666, 10933, 10706, 8134, 10139, 8908, 11922, 8342, 13649, 13514, 13502, 9274, 10781, 9305, 12720, 8825, 14675, 15844, 13752, 12371, 10280, 8146, 10672, 15435, 10953, 14461, 9636, 12458, 8641, 9690, 9186, 10242, 9426, 11022, 9546, 13734, 9503, 12787, 9575, 13214, 8591, 16243, 9867, 12051, 8454, 11407, 17216, 12549, 15099, 9775, 14928, 10406, 12529, 9283, 11743, 9435, 11201, 12857, 9836, 14314, 9592, 13726, 9246, 12610, 8562, 11399, 7589, 10137, 15776, 11416, 12634, 9522, 7998, 10247, 15065, 10704, 14880, 8437, 11461, 12619, 9808, 12242, 9354, 12958, 9459, 13184, 14884, 11570, 15326, 9824, 13881, 9268, 10546, 8914, 10124, 14005, 9710, 13177, 10705, 8513, 14552, 8215, 8356, 11753, 15564, 11820, 14875, 16799, 9375, 14212, 8033, 11175, 15257, 10202, 13654, 8869, 12658, 17311, 12807, 14654, 10138, 14064, 14742, 12283, 14261, 10649, 12440, 10122, 12595, 9353, 11771, 16178, 11962, 14160, 10696, 13518, 9649, 12288, 10462, 11211, 14375, 10405, 13383, 9646, 9301, 10507, 8231, 10420, 13626, 9817, 13276, 7993, 9956, 14181, 9849, 12906, 9028, 11711, 9088, 10748, 8798, 10332, 7552, 10361, 10102, 9707, 13811, 9929, 8276, 10146, 13014, 10531, 14626, 8990, 13453, 8928, 12415, 7740, 9910, 7338, 9791, 15419, 10433, 14377, 8498, 13169, 7507, 11402, 6992, 9847, 7944, 11098, 7208, 11512, 12755, 10845, 7466, 9836, 7316, 11909, 15503, 11805, 14874, 9082, 14117, 8476, 11917, 8403, 11187, 8707, 11520, 7936, 11230, 15424, 10715, 13109, 8306, 11810, 8422, 10965, 9195, 12547, 9385, 14382, 9073, 13182, 8923, 13532, 13829, 11366, 14440, 9009, 13399, 8610, 11765, 8161, 10820, 8356, 11636, 7683, 13331, 10254, 10258, 7219, 10174, 8700, 10344, 16245, 10314, 15012, 8436, 11533, 8349, 9924, 14036, 9794, 13421, 10097, 8185, 9558, 7961, 11729, 10413, 7910, 14694, 15054, 10364, 14542, 16221, 11093, 13932, 9781, 12022, 9346, 10492, 7696, 10447, 8783, 9879, 8931, 10624, 9977, 11311, 8751, 11987, 8783, 11333, 7224, 10480, 7226, 11067, 15593, 11053, 13656, 8704, 12779, 8873, 10495, 7034, 10446, 13942, 9956, 13497, 9352, 12212, 8472, 10589, 8515, 10599, 8739, 12048, 15181, 11680, 13798, 9251, 11967, 8827, 10697, 8398, 11360, 15937, 10702, 14063, 9585, 10984, 13272, 10091, 12961, 10111, 11442, 9613, 10611, 12145, 10424, 9614, 10214, 7233, 10112, 13966, 9980, 13349, 8753, 10407, 9839, 10526, 10694, 10390, 12478, 9393, 12433, 8186, 11690, 9206, 10369, 9333, 10966, 8151, 12721, 13821, 11672, 11488, 10459, 14737, 10236, 13879, 8957, 11102, 15825, 10719, 12837, 10251, 7968, 10596, 10956, 10981, 15260, 10474, 13739, 9175, 11339, 8874, 10431, 14211, 10064, 12830, 9293, 12443, 9199, 10930, 9040, 10793, 7860, 10370, 15489, 11463, 13370, 9222, 11909, 8618, 10765, 12077, 10416, 13465, 10148, 8290, 7686, 7253, 10757, 13738, 9401, 13074, 9314, 10917, 7421, 10712, 15135, 11509, 14352, 10170, 12734, 16282, 10844, 14741, 10039, 12730, 9902, 12227, 7947, 10751, 15515, 11080, 10880, 10565, 13265, 10686, 12784, 9846, 12830, 9317, 12249, 7893, 9632, 9607, 11503, 15214, 11360, 13836, 9788, 13128, 8882, 10533, 7634, 11124, 14246, 10416, 13487, 10600, 13188, 9922, 12063, 10066, 12673, 9343, 13455, 14088, 11866, 14518, 10998, 14058, 10506, 13549, 9542, 14340, 8207, 11740, 9822, 13459, 9929, 8024, 11151, 13834, 10853, 14238, 16124, 12339, 14868, 10890, 13287, 9560, 11452, 8040, 11096, 16579, 11131, 13477, 9997, 12567, 9088, 11619, 7723, 10717, 16190, 10133, 8399, 11007, 8335, 11466, 14032, 11820, 13649, 10441, 13011, 8638, 11900, 15336, 12388, 13626, 9609, 11867, 8949, 10712, 8459, 11656, 9633, 11710, 9602, 12405, 12540, 10347, 14732, 10294, 13649, 11070, 11395, 10225, 10752, 14495, 10370, 13367, 9436, 11594, 10346, 10100, 13978, 9989, 12020, 9348, 11785, 9905, 11585, 10785, 10464, 14125, 11221, 12968, 8742, 11853, 9216, 11793, 9149, 11119, 14755, 10111, 12842, 11114, 12131, 10146, 10947, 8276, 11252, 14183, 10216, 13081, 9608, 11364, 8806, 10613, 7893, 11205, 8239, 11617, 13725, 10550, 12910, 9701, 10328, 13019, 9232, 12640, 8424, 12626, 8278, 11349, 14775, 11000, 13332, 10182, 13444, 9440, 7501, 9885, 13110, 8768, 11498, 15554, 9649, 13009, 9000, 12058, 8166, 11951, 9538, 12512, 9043, 11602, 15414, 11442, 14640, 9525, 12384, 10189, 13235, 9316, 13581, 12820, 10370, 13672, 9711, 13133, 9146, 11708, 8970, 12381, 8614, 11777, 15211, 11179, 13225, 8963, 11752, 8911, 11632, 8834, 12652, 14867, 11602, 13737, 9145, 12722, 8868, 10972, 8580, 12574, 11602, 10443, 13694, 10487, 12851, 9415, 12187, 9259, 12213, 10712, 10403, 14516, 10322, 13361, 9000, 11318, 7315, 10196, 13727, 10946, 13452, 9268, 11749, 8994, 11320, 8957, 12231, 12759, 10476, 14414, 9855, 13029, 9066, 11418, 9100, 10755, 15326, 10929, 14263, 10604, 13909, 10615, 11814, 10386, 10959, 7682, 10579, 16025, 11740, 13218, 9821, 7404, 10611, 13817, 10145, 13395, 8665, 11556, 7352, 10256, 7574, 10094, 13948, 10476, 13379, 9822, 13142, 9285, 11453, 9555, 10779, 16348, 10570, 13599, 10829, 13918, 10180, 8411, 10488, 12945, 9531, 12298, 11014, 10565, 8534, 10496, 13444, 9551, 12347, 10871, 10572, 13143, 10238, 9743, 10578, 12798, 9695, 12851, 8740, 12885, 8608, 10717, 7761, 10889, 15060, 10748, 13843, 9831, 12641, 8392, 10691, 8006, 10582, 15039, 10671, 13461, 9941, 13244, 8631, 10422, 7687, 10707, 14861, 10383, 13498, 10213, 14027, 9695, 11620, 10036, 11816, 16005, 11128, 14116, 10210, 13027, 8971, 10410, 8202], 'WindowCenter': [4468.0, 4445.0, 4453.0, 4482.0, 4466.0, 4471.0, 4430.0, 4467.0, 4427.0, 4397.0, 4453.0, 4481.0, 4453.0, 4483.0, 4451.0, 4469.0, 4430.0, 4450.0, 4452.0, 4421.0, 4453.0, 4492.0, 4484.0, 4492.0, 4438.0, 4456.0, 4406.0, 4455.0, 4406.0, 4460.0, 4427.0, 4449.0, 4418.0, 4436.0, 4386.0, 4436.0, 4400.0, 4463.0, 4481.0, 4461.0, 4459.0, 4439.0, 4409.0, 4460.0, 4408.0, 4473.0, 4492.0, 4480.0, 4488.0, 4448.0, 4455.0, 4436.0, 4465.0, 4447.0, 4489.0, 4418.0, 4464.0, 4403.0, 4454.0, 4413.0, 4444.0, 4415.0, 4446.0, 4415.0, 4456.0, 4394.0, 4455.0, 4415.0, 4445.0, 4416.0, 4457.0, 4418.0, 4469.0, 4456.0, 4446.0, 4444.0, 4435.0, 4406.0, 4449.0, 4428.0, 4440.0, 4449.0, 4451.0, 4421.0, 4451.0, 4443.0, 4473.0, 4421.0, 4483.0, 4470.0, 4480.0, 4429.0, 4450.0, 4429.0, 4469.0, 4430.0, 4490.0, 4488.0, 4468.0, 4445.0, 4426.0, 4395.0, 4438.0, 4476.0, 4437.0, 4479.0, 4427.0, 4457.0, 4405.0, 4426.0, 4440.0, 4450.0, 4453.0, 4463.0, 4442.0, 4494.0, 4454.0, 4480.0, 4441.0, 4483.0, 4430.0, 4502.0, 4439.0, 4459.0, 4406.0, 4448.0, 4486.0, 4457.0, 4477.0, 4426.0, 4466.0, 4424.0, 4444.0, 4414.0, 4443.0, 4414.0, 4447.0, 4456.0, 4438.0, 4478.0, 4428.0, 4466.0, 4428.0, 4457.0, 4418.0, 4458.0, 4408.0, 4452.0, 4489.0, 4461.0, 4458.0, 4439.0, 4410.0, 4451.0, 4489.0, 4448.0, 4493.0, 4418.0, 4448.0, 4456.0, 4438.0, 4457.0, 4430.0, 4467.0, 4428.0, 4469.0, 4488.0, 4458.0, 4478.0, 4425.0, 4468.0, 4427.0, 4438.0, 4418.0, 4451.0, 4503.0, 4440.0, 4479.0, 4462.0, 4431.0, 4504.0, 4444.0, 4446.0, 4488.0, 4519.0, 4473.0, 4481.0, 4476.0, 4414.0, 4464.0, 4392.0, 4433.0, 4463.0, 4423.0, 4453.0, 4399.0, 4441.0, 4460.0, 4429.0, 4439.0, 4396.0, 4439.0, 4434.0, 4414.0, 4423.0, 4393.0, 4412.0, 4393.0, 4414.0, 4382.0, 4404.0, 4443.0, 4403.0, 4422.0, 4394.0, 4424.0, 4383.0, 4416.0, 4393.0, 4415.0, 4448.0, 4408.0, 4438.0, 4410.0, 4401.0, 4421.0, 4400.0, 4435.0, 4453.0, 4413.0, 4453.0, 4392.0, 4426.0, 4465.0, 4425.0, 4455.0, 4417.0, 4456.0, 4427.0, 4446.0, 4418.0, 4438.0, 4408.0, 4452.0, 4452.0, 4442.0, 4480.0, 4440.0, 4420.0, 4451.0, 4480.0, 4460.0, 4491.0, 4430.0, 4482.0, 4429.0, 4470.0, 4407.0, 4439.0, 4409.0, 4450.0, 4489.0, 4449.0, 4479.0, 4432.0, 4483.0, 4410.0, 4460.0, 4413.0, 4453.0, 4433.0, 4473.0, 4412.0, 4474.0, 4483.0, 4464.0, 4412.0, 4453.0, 4412.0, 4484.0, 4503.0, 4473.0, 4493.0, 4431.0, 4480.0, 4419.0, 4457.0, 4420.0, 4460.0, 4431.0, 4473.0, 4422.0, 4473.0, 4502.0, 4451.0, 4469.0, 4420.0, 4459.0, 4431.0, 4460.0, 4452.0, 4484.0, 4443.0, 4491.0, 4441.0, 4480.0, 4432.0, 4483.0, 4479.0, 4461.0, 4479.0, 4428.0, 4468.0, 4416.0, 4457.0, 4418.0, 4447.0, 4421.0, 4472.0, 4422.0, 4482.0, 4450.0, 4451.0, 4409.0, 4451.0, 4429.0, 4452.0, 4515.0, 4451.0, 4490.0, 4407.0, 4473.0, 4419.0, 4439.0, 4480.0, 4440.0, 4479.0, 4451.0, 4432.0, 4443.0, 4422.0, 4471.0, 4475.0, 4435.0, 4508.0, 4507.0, 4452.0, 4493.0, 4488.0, 4435.0, 4464.0, 4427.0, 4444.0, 4414.0, 4436.0, 4395.0, 4449.0, 4418.0, 4439.0, 4430.0, 4460.0, 4453.0, 4461.0, 4433.0, 4473.0, 4433.0, 4462.0, 4411.0, 4462.0, 4399.0, 4462.0, 4490.0, 4449.0, 4480.0, 4419.0, 4469.0, 4417.0, 4438.0, 4386.0, 4451.0, 4477.0, 4437.0, 4480.0, 4429.0, 4459.0, 4418.0, 4449.0, 4431.0, 4450.0, 4431.0, 4473.0, 4491.0, 4461.0, 4471.0, 4418.0, 4447.0, 4417.0, 4449.0, 4407.0, 4458.0, 4487.0, 4435.0, 4468.0, 4425.0, 4434.0, 4453.0, 4422.0, 4453.0, 4435.0, 4445.0, 4426.0, 4437.0, 4455.0, 4448.0, 4428.0, 4448.0, 4409.0, 4451.0, 4481.0, 4438.0, 4481.0, 4417.0, 4449.0, 4436.0, 4447.0, 4447.0, 4450.0, 4469.0, 4429.0, 4469.0, 4419.0, 4471.0, 4440.0, 4452.0, 4454.0, 4462.0, 4420.0, 4482.0, 4481.0, 4461.0, 4458.0, 4451.0, 4479.0, 4438.0, 4469.0, 4414.0, 4447.0, 4475.0, 4437.0, 4456.0, 4436.0, 4407.0, 4448.0, 4449.0, 4449.0, 4489.0, 4448.0, 4480.0, 4416.0, 4447.0, 4417.0, 4448.0, 4466.0, 4436.0, 4468.0, 4427.0, 4467.0, 4426.0, 4447.0, 4428.0, 4459.0, 4408.0, 4451.0, 4491.0, 4459.0, 4468.0, 4428.0, 4457.0, 4418.0, 4462.0, 4470.0, 4461.0, 4491.0, 4452.0, 4431.0, 4421.0, 4423.0, 4476.0, 4493.0, 4443.0, 4484.0, 4441.0, 4461.0, 4410.0, 4462.0, 4491.0, 4460.0, 4490.0, 4437.0, 4470.0, 4486.0, 4436.0, 4475.0, 4436.0, 4455.0, 4435.0, 4457.0, 4405.0, 4448.0, 4486.0, 4447.0, 4436.0, 4437.0, 4467.0, 4449.0, 4469.0, 4437.0, 4468.0, 4425.0, 4469.0, 4409.0, 4437.0, 4439.0, 4460.0, 4489.0, 4459.0, 4469.0, 4438.0, 4468.0, 4415.0, 4447.0, 4407.0, 4448.0, 4476.0, 4449.0, 4479.0, 4449.0, 4478.0, 4451.0, 4467.0, 4451.0, 4480.0, 4430.0, 4482.0, 4479.0, 4460.0, 4478.0, 4448.0, 4477.0, 4449.0, 4479.0, 4439.0, 4479.0, 4416.0, 4458.0, 4439.0, 4478.0, 4450.0, 4422.0, 4475.0, 4492.0, 4462.0, 4494.0, 4490.0, 4457.0, 4476.0, 4437.0, 4462.0, 4424.0, 4446.0, 4405.0, 4459.0, 4497.0, 4446.0, 4465.0, 4437.0, 4456.0, 4428.0, 4459.0, 4408.0, 4449.0, 4499.0, 4450.0, 4418.0, 4460.0, 4430.0, 4473.0, 4491.0, 4473.0, 4480.0, 4448.0, 4469.0, 4417.0, 4461.0, 4489.0, 4457.0, 4478.0, 4427.0, 4445.0, 4415.0, 4435.0, 4406.0, 4459.0, 4439.0, 4471.0, 4458.0, 4484.0, 4474.0, 4451.0, 4478.0, 4443.0, 4456.0, 4436.0, 4447.0, 4440.0, 4451.0, 4478.0, 4452.0, 4479.0, 4429.0, 4448.0, 4424.0, 4425.0, 4464.0, 4425.0, 4455.0, 4431.0, 4458.0, 4437.0, 4459.0, 4436.0, 4437.0, 4479.0, 4448.0, 4455.0, 4406.0, 4445.0, 4430.0, 4458.0, 4428.0, 4449.0, 4479.0, 4439.0, 4469.0, 4451.0, 4459.0, 4437.0, 4448.0, 4420.0, 4463.0, 4480.0, 4441.0, 4481.0, 4428.0, 4462.0, 4429.0, 4450.0, 4434.0, 4474.0, 4436.0, 4475.0, 4494.0, 4452.0, 4483.0, 4441.0, 4442.0, 4470.0, 4430.0, 4469.0, 4422.0, 4472.0, 4420.0, 4463.0, 4492.0, 4463.0, 4481.0, 4441.0, 4480.0, 4442.0, 4412.0, 4465.0, 4482.0, 4432.0, 4463.0, 4501.0, 4442.0, 4482.0, 4443.0, 4472.0, 4447.0, 4485.0, 4456.0, 4487.0, 4443.0, 4477.0, 4505.0, 4463.0, 4490.0, 4442.0, 4480.0, 4453.0, 4482.0, 4431.0, 4483.0, 4471.0, 4452.0, 4482.0, 4442.0, 4468.0, 4430.0, 4457.0, 4431.0, 4472.0, 4421.0, 4462.0, 4493.0, 4463.0, 4471.0, 4419.0, 4458.0, 4429.0, 4457.0, 4431.0, 4484.0, 4491.0, 4461.0, 4469.0, 4428.0, 4468.0, 4432.0, 4450.0, 4432.0, 4484.0, 4461.0, 4464.0, 4482.0, 4449.0, 4468.0, 4428.0, 4458.0, 4430.0, 4471.0, 4447.0, 4450.0, 4479.0, 4438.0, 4467.0, 4418.0, 4447.0, 4397.0, 4451.0, 4480.0, 4449.0, 4468.0, 4429.0, 4459.0, 4430.0, 4457.0, 4440.0, 4472.0, 4468.0, 4451.0, 4479.0, 4439.0, 4468.0, 4416.0, 4446.0, 4417.0, 4448.0, 4476.0, 4436.0, 4466.0, 4437.0, 4466.0, 4424.0, 4445.0, 4424.0, 4435.0, 4394.0, 4436.0, 4475.0, 4447.0, 4455.0, 4426.0, 4397.0, 4449.0, 4467.0, 4437.0, 4479.0, 4406.0, 4446.0, 4383.0, 4436.0, 4396.0, 4438.0, 4478.0, 4450.0, 4469.0, 4427.0, 4455.0, 4427.0, 4446.0, 4427.0, 4448.0, 4488.0, 4439.0, 4469.0, 4449.0, 4479.0, 4449.0, 4430.0, 4461.0, 4482.0, 4454.0, 4472.0, 4450.0, 4439.0, 4417.0, 4448.0, 4468.0, 4427.0, 4458.0, 4436.0, 4449.0, 4467.0, 4438.0, 4438.0, 4450.0, 4468.0, 4440.0, 4471.0, 4419.0, 4471.0, 4418.0, 4438.0, 4396.0, 4448.0, 4478.0, 4447.0, 4469.0, 4428.0, 4458.0, 4406.0, 4436.0, 4407.0, 4449.0, 4478.0, 4438.0, 4468.0, 4425.0, 4466.0, 4406.0, 4437.0, 4396.0, 4437.0, 4477.0, 4436.0, 4468.0, 4436.0, 4466.0, 4426.0, 4445.0, 4438.0, 4459.0, 4487.0, 4449.0, 4468.0, 4437.0, 4456.0, 4414.0, 4435.0, 4405.0], 'WindowWidth': [9842.0, 9803.0, 9811.0, 9849.0, 9832.0, 9831.0, 9771.0, 9815.0, 9761.0, 9724.0, 9804.0, 9841.0, 9806.0, 9849.0, 9799.0, 9819.0, 9769.0, 9798.0, 9805.0, 9763.0, 9809.0, 9862.0, 9852.0, 9861.0, 9778.0, 9797.0, 9730.0, 9793.0, 9731.0, 9812.0, 9764.0, 9795.0, 9750.0, 9772.0, 9704.0, 9773.0, 9731.0, 9823.0, 9845.0, 9814.0, 9807.0, 9781.0, 9742.0, 9812.0, 9740.0, 9836.0, 9861.0, 9839.0, 9847.0, 9790.0, 9796.0, 9772.0, 9810.0, 9789.0, 9852.0, 9750.0, 9806.0, 9722.0, 9789.0, 9736.0, 9779.0, 9742.0, 9785.0, 9741.0, 9799.0, 9712.0, 9794.0, 9740.0, 9782.0, 9746.0, 9802.0, 9752.0, 9821.0, 9799.0, 9785.0, 9779.0, 9767.0, 9735.0, 9798.0, 9768.0, 9784.0, 9796.0, 9802.0, 9762.0, 9802.0, 9795.0, 9837.0, 9763.0, 9847.0, 9826.0, 9840.0, 9769.0, 9797.0, 9768.0, 9825.0, 9771.0, 9856.0, 9849.0, 9818.0, 9782.0, 9758.0, 9718.0, 9778.0, 9829.0, 9775.0, 9839.0, 9762.0, 9800.0, 9730.0, 9759.0, 9786.0, 9800.0, 9811.0, 9823.0, 9792.0, 9868.0, 9814.0, 9840.0, 9789.0, 9853.0, 9774.0, 9875.0, 9782.0, 9807.0, 9733.0, 9792.0, 9842.0, 9801.0, 9833.0, 9760.0, 9813.0, 9751.0, 9779.0, 9741.0, 9779.0, 9742.0, 9789.0, 9801.0, 9780.0, 9834.0, 9764.0, 9812.0, 9763.0, 9802.0, 9752.0, 9808.0, 9741.0, 9804.0, 9850.0, 9815.0, 9808.0, 9781.0, 9745.0, 9802.0, 9853.0, 9795.0, 9861.0, 9753.0, 9793.0, 9800.0, 9778.0, 9802.0, 9769.0, 9818.0, 9764.0, 9824.0, 9847.0, 9807.0, 9833.0, 9759.0, 9818.0, 9764.0, 9779.0, 9752.0, 9805.0, 9880.0, 9786.0, 9841.0, 9819.0, 9776.0, 9881.0, 9801.0, 9808.0, 9868.0, 9917.0, 9835.0, 9844.0, 9828.0, 9739.0, 9807.0, 9708.0, 9764.0, 9806.0, 9750.0, 9792.0, 9712.0, 9771.0, 9795.0, 9749.0, 9765.0, 9699.0, 9762.0, 9748.0, 9719.0, 9731.0, 9692.0, 9715.0, 9689.0, 9721.0, 9675.0, 9706.0, 9759.0, 9705.0, 9729.0, 9694.0, 9734.0, 9676.0, 9725.0, 9690.0, 9724.0, 9774.0, 9721.0, 9762.0, 9728.0, 9716.0, 9745.0, 9718.0, 9769.0, 9792.0, 9736.0, 9791.0, 9707.0, 9757.0, 9810.0, 9756.0, 9797.0, 9750.0, 9801.0, 9765.0, 9789.0, 9754.0, 9782.0, 9741.0, 9806.0, 9807.0, 9792.0, 9841.0, 9787.0, 9760.0, 9803.0, 9841.0, 9816.0, 9857.0, 9773.0, 9846.0, 9769.0, 9827.0, 9739.0, 9784.0, 9746.0, 9802.0, 9854.0, 9797.0, 9838.0, 9779.0, 9849.0, 9748.0, 9814.0, 9757.0, 9810.0, 9784.0, 9839.0, 9755.0, 9841.0, 9850.0, 9825.0, 9755.0, 9812.0, 9755.0, 9856.0, 9879.0, 9836.0, 9863.0, 9775.0, 9842.0, 9758.0, 9807.0, 9760.0, 9815.0, 9779.0, 9837.0, 9766.0, 9838.0, 9874.0, 9803.0, 9824.0, 9761.0, 9809.0, 9778.0, 9816.0, 9809.0, 9855.0, 9798.0, 9860.0, 9793.0, 9843.0, 9779.0, 9851.0, 9837.0, 9813.0, 9840.0, 9767.0, 9820.0, 9748.0, 9803.0, 9755.0, 9794.0, 9763.0, 9836.0, 9767.0, 9848.0, 9800.0, 9802.0, 9744.0, 9803.0, 9772.0, 9809.0, 9899.0, 9804.0, 9856.0, 9738.0, 9836.0, 9756.0, 9783.0, 9839.0, 9786.0, 9839.0, 9804.0, 9779.0, 9793.0, 9767.0, 9834.0, 9843.0, 9792.0, 9894.0, 9896.0, 9807.0, 9862.0, 9848.0, 9769.0, 9807.0, 9760.0, 9780.0, 9741.0, 9775.0, 9718.0, 9796.0, 9752.0, 9782.0, 9773.0, 9814.0, 9809.0, 9818.0, 9782.0, 9840.0, 9780.0, 9820.0, 9751.0, 9821.0, 9731.0, 9820.0, 9856.0, 9797.0, 9843.0, 9758.0, 9824.0, 9750.0, 9779.0, 9709.0, 9800.0, 9833.0, 9777.0, 9842.0, 9769.0, 9810.0, 9755.0, 9797.0, 9777.0, 9802.0, 9777.0, 9837.0, 9861.0, 9817.0, 9830.0, 9751.0, 9790.0, 9748.0, 9795.0, 9736.0, 9807.0, 9847.0, 9771.0, 9821.0, 9758.0, 9768.0, 9789.0, 9749.0, 9793.0, 9771.0, 9786.0, 9759.0, 9777.0, 9798.0, 9793.0, 9766.0, 9794.0, 9744.0, 9806.0, 9845.0, 9782.0, 9845.0, 9752.0, 9795.0, 9774.0, 9792.0, 9792.0, 9802.0, 9826.0, 9770.0, 9825.0, 9757.0, 9829.0, 9789.0, 9808.0, 9815.0, 9825.0, 9762.0, 9848.0, 9845.0, 9816.0, 9807.0, 9802.0, 9840.0, 9781.0, 9825.0, 9742.0, 9788.0, 9827.0, 9776.0, 9801.0, 9775.0, 9739.0, 9797.0, 9798.0, 9798.0, 9852.0, 9794.0, 9842.0, 9747.0, 9789.0, 9749.0, 9793.0, 9815.0, 9775.0, 9821.0, 9765.0, 9819.0, 9763.0, 9792.0, 9769.0, 9813.0, 9743.0, 9804.0, 9860.0, 9811.0, 9823.0, 9766.0, 9806.0, 9755.0, 9822.0, 9830.0, 9818.0, 9860.0, 9808.0, 9779.0, 9766.0, 9775.0, 9848.0, 9868.0, 9797.0, 9855.0, 9790.0, 9818.0, 9748.0, 9822.0, 9862.0, 9815.0, 9860.0, 9778.0, 9825.0, 9842.0, 9773.0, 9825.0, 9773.0, 9799.0, 9772.0, 9804.0, 9732.0, 9795.0, 9844.0, 9790.0, 9773.0, 9777.0, 9821.0, 9799.0, 9825.0, 9777.0, 9820.0, 9761.0, 9825.0, 9746.0, 9781.0, 9787.0, 9818.0, 9852.0, 9811.0, 9825.0, 9781.0, 9821.0, 9747.0, 9793.0, 9738.0, 9796.0, 9832.0, 9797.0, 9838.0, 9799.0, 9836.0, 9803.0, 9822.0, 9804.0, 9842.0, 9774.0, 9849.0, 9837.0, 9813.0, 9835.0, 9794.0, 9832.0, 9798.0, 9841.0, 9787.0, 9839.0, 9750.0, 9809.0, 9783.0, 9836.0, 9800.0, 9769.0, 9844.0, 9864.0, 9820.0, 9870.0, 9854.0, 9806.0, 9832.0, 9777.0, 9805.0, 9756.0, 9787.0, 9732.0, 9811.0, 9860.0, 9788.0, 9813.0, 9776.0, 9802.0, 9766.0, 9812.0, 9740.0, 9798.0, 9865.0, 9799.0, 9757.0, 9813.0, 9775.0, 9837.0, 9860.0, 9838.0, 9841.0, 9795.0, 9823.0, 9751.0, 9817.0, 9854.0, 9805.0, 9836.0, 9763.0, 9785.0, 9745.0, 9773.0, 9736.0, 9812.0, 9785.0, 9830.0, 9825.0, 9854.0, 9835.0, 9802.0, 9835.0, 9788.0, 9797.0, 9768.0, 9786.0, 9782.0, 9801.0, 9836.0, 9806.0, 9838.0, 9770.0, 9792.0, 9751.0, 9755.0, 9809.0, 9756.0, 9797.0, 9771.0, 9804.0, 9775.0, 9809.0, 9773.0, 9776.0, 9837.0, 9791.0, 9797.0, 9732.0, 9785.0, 9769.0, 9808.0, 9764.0, 9796.0, 9836.0, 9782.0, 9826.0, 9799.0, 9809.0, 9776.0, 9793.0, 9759.0, 9822.0, 9842.0, 9786.0, 9843.0, 9767.0, 9817.0, 9770.0, 9801.0, 9785.0, 9839.0, 9790.0, 9844.0, 9869.0, 9807.0, 9851.0, 9787.0, 9789.0, 9825.0, 9774.0, 9825.0, 9765.0, 9833.0, 9759.0, 9820.0, 9864.0, 9821.0, 9842.0, 9788.0, 9841.0, 9792.0, 9756.0, 9830.0, 9851.0, 9778.0, 9822.0, 9871.0, 9790.0, 9847.0, 9796.0, 9834.0, 9810.0, 9855.0, 9818.0, 9865.0, 9797.0, 9849.0, 9885.0, 9821.0, 9856.0, 9793.0, 9842.0, 9810.0, 9849.0, 9776.0, 9849.0, 9828.0, 9806.0, 9848.0, 9791.0, 9823.0, 9773.0, 9807.0, 9778.0, 9835.0, 9760.0, 9818.0, 9864.0, 9820.0, 9827.0, 9754.0, 9805.0, 9770.0, 9807.0, 9777.0, 9852.0, 9859.0, 9814.0, 9823.0, 9767.0, 9820.0, 9775.0, 9800.0, 9781.0, 9853.0, 9817.0, 9826.0, 9848.0, 9797.0, 9821.0, 9768.0, 9808.0, 9773.0, 9831.0, 9791.0, 9799.0, 9838.0, 9777.0, 9816.0, 9749.0, 9791.0, 9723.0, 9802.0, 9840.0, 9795.0, 9819.0, 9771.0, 9809.0, 9773.0, 9807.0, 9790.0, 9836.0, 9822.0, 9803.0, 9840.0, 9781.0, 9818.0, 9747.0, 9787.0, 9750.0, 9795.0, 9829.0, 9773.0, 9817.0, 9776.0, 9813.0, 9752.0, 9783.0, 9754.0, 9770.0, 9712.0, 9774.0, 9826.0, 9790.0, 9798.0, 9759.0, 9725.0, 9795.0, 9819.0, 9777.0, 9839.0, 9731.0, 9786.0, 9700.0, 9772.0, 9720.0, 9782.0, 9834.0, 9799.0, 9823.0, 9762.0, 9798.0, 9761.0, 9787.0, 9762.0, 9796.0, 9848.0, 9782.0, 9823.0, 9796.0, 9838.0, 9800.0, 9776.0, 9819.0, 9850.0, 9814.0, 9834.0, 9797.0, 9781.0, 9749.0, 9794.0, 9822.0, 9763.0, 9807.0, 9772.0, 9795.0, 9817.0, 9780.0, 9780.0, 9800.0, 9824.0, 9788.0, 9832.0, 9755.0, 9829.0, 9752.0, 9781.0, 9723.0, 9796.0, 9835.0, 9791.0, 9824.0, 9765.0, 9808.0, 9734.0, 9776.0, 9736.0, 9798.0, 9835.0, 9780.0, 9820.0, 9759.0, 9816.0, 9732.0, 9778.0, 9719.0, 9777.0, 9831.0, 9774.0, 9819.0, 9774.0, 9815.0, 9758.0, 9784.0, 9779.0, 9812.0, 9846.0, 9796.0, 9823.0, 9775.0, 9800.0, 9740.0, 9771.0, 9731.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.0011596559633027526</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025316125344036697</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.43408291602756</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2398961437428238</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0107237250057417</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.49</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5441.7798</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09377929935128046</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.981651376146789</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.476914333033878</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3448234895495967</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.716130662515126</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.369788847036912</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159523</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012061713263392448</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042832717299461365</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.146951384310726</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.4123</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.8335</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.2898</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298686.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>936.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.6003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.0156</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3662.7629</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3858.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77858.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1421.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4731.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.316</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.98666697833687</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> |