=== 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-0051 --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-0051",
"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-0051_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0051_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0051_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-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-01/func/sub-0051_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>cc4b07ebed55944851407203ec1e5c19</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:50:39.092500</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.999685, -0.00163433, -0.0250532, 0.00680475, 0.978165, 0.207717]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0967319</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7292, 587, -41, -77, -23, 136]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.747</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>43b23435-bf8d-4540-8712-87665a9d5c1b||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.6820812225341797, 0.01825665682554245, -0.06525011360645294, 115.36067962646484], [0.004384779371321201, 2.6243462562561035, 0.5611181259155273, -102.94536590576172], [-0.0672159343957901, -0.5572882890701294, 2.6402440071105957, -48.08995056152344], [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': ['105039.092500', '105039.552500', '105040.012500', '105040.472500', '105040.932500', '105041.392500', '105041.852500', '105042.312500', '105042.772500', '105043.232500', '105043.692500', '105044.152500', '105044.612500', '105045.072500', '105045.532500', '105045.992500', '105046.452500', '105046.912500', '105047.372500', '105047.832500', '105048.292500', '105048.752500', '105049.212500', '105049.672500', '105050.132500', '105050.592500', '105051.052500', '105051.512500', '105051.972500', '105052.432500', '105052.892500', '105053.352500', '105053.812500', '105054.272500', '105054.732500', '105055.192500', '105055.652500', '105056.112500', '105056.572500', '105057.032500', '105057.492500', '105057.952500', '105058.412500', '105058.872500', '105059.332500', '105059.792500', '105100.252500', '105100.712500', '105101.172500', '105101.632500', '105102.092500', '105102.552500', '105103.012500', '105103.472500', '105103.932500', '105104.392500', '105104.852500', '105105.312500', '105105.772500', '105106.232500', '105106.692500', '105107.152500', '105107.612500', '105108.072500', '105108.532500', '105108.992500', '105109.452500', '105109.912500', '105110.372500', '105110.832500', '105111.292500', '105111.752500', '105112.212500', '105112.672500', '105113.132500', '105113.592500', '105114.052500', '105114.512500', '105114.972500', '105115.432500', '105115.892500', '105116.352500', '105116.812500', '105117.272500', '105117.732500', '105118.192500', '105118.652500', '105119.112500', '105119.572500', '105120.032500', '105120.492500', '105120.952500', '105121.412500', '105121.872500', '105122.332500', '105122.792500', '105123.252500', '105123.712500', '105124.172500', '105124.632500', '105125.092500', '105125.552500', '105126.012500', '105126.472500', '105126.932500', '105127.392500', '105127.852500', '105128.312500', '105128.772500', '105129.232500', '105129.692500', '105130.152500', '105130.612500', '105131.072500', '105131.532500', '105131.992500', '105132.452500', '105132.912500', '105133.372500', '105133.832500', '105134.292500', '105134.752500', '105135.212500', '105135.672500', '105136.132500', '105136.592500', '105137.052500', '105137.512500', '105137.972500', '105138.432500', '105138.892500', '105139.352500', '105139.812500', '105140.272500', '105140.732500', '105141.192500', '105141.652500', '105142.112500', '105142.572500', '105143.032500', '105143.492500', '105143.952500', '105144.412500', '105144.872500', '105145.332500', '105145.792500', '105146.252500', '105146.712500', '105147.172500', '105147.632500', '105148.092500', '105148.552500', '105149.012500', '105149.472500', '105149.932500', '105150.392500', '105150.852500', '105151.312500', '105151.772500', '105152.232500', '105152.692500', '105153.152500', '105153.612500', '105154.072500', '105154.532500', '105154.992500', '105155.452500', '105155.912500', '105156.372500', '105156.832500', '105157.292500', '105157.752500', '105158.212500', '105158.672500', '105159.132500', '105159.592500', '105200.052500', '105200.512500', '105200.972500', '105201.432500', '105201.892500', '105202.352500', '105202.812500', '105203.272500', '105203.732500', '105204.192500', '105204.652500', '105205.112500', '105205.572500', '105206.032500', '105206.492500', '105206.952500', '105207.412500', '105207.872500', '105208.332500', '105208.792500', '105209.252500', '105209.712500', '105210.172500', '105210.632500', '105211.092500', '105211.552500', '105212.012500', '105212.472500', '105212.932500', '105213.392500', '105213.852500', '105214.312500', '105214.772500', '105215.232500', '105215.692500', '105216.152500', '105216.612500', '105217.072500', '105217.532500', '105217.992500', '105218.452500', '105218.912500', '105219.372500', '105219.832500', '105220.292500', '105220.752500', '105221.212500', '105221.672500', '105222.132500', '105222.592500', '105223.052500', '105223.512500', '105223.972500', '105224.432500', '105224.892500', '105225.352500', '105225.812500', '105226.272500', '105226.732500', '105227.192500', '105227.652500', '105228.112500', '105228.572500', '105229.032500', '105229.492500', '105229.952500', '105230.412500', '105230.872500', '105231.332500', '105231.792500', '105232.252500', '105232.712500', '105233.172500', '105233.632500', '105234.092500', '105234.552500', '105235.012500', '105235.472500', '105235.932500', '105236.392500', '105236.852500', '105237.312500', '105237.772500', '105238.232500', '105238.692500', '105239.152500', '105239.612500', '105240.072500', '105240.532500', '105240.992500', '105241.452500', '105241.912500', '105242.372500', '105242.832500', '105243.292500', '105243.752500', '105244.212500', '105244.672500', '105245.132500', '105245.592500', '105246.052500', '105246.512500', '105246.972500', '105247.432500', '105247.892500', '105248.352500', '105248.812500', '105249.272500', '105249.732500', '105250.192500', '105250.652500', '105251.112500', '105251.572500', '105252.032500', '105252.492500', '105252.952500', '105253.412500', '105253.872500', '105254.332500', '105254.792500', '105255.252500', '105255.712500', '105256.172500', '105256.632500', '105257.092500', '105257.552500', '105258.012500', '105258.472500', '105258.932500', '105259.392500', '105259.852500', '105300.312500', '105300.772500', '105301.232500', '105301.692500', '105302.152500', '105302.612500', '105303.072500', '105303.532500', '105303.992500', '105304.452500', '105304.912500', '105305.372500', '105305.832500', '105306.292500', '105306.752500', '105307.212500', '105307.672500', '105308.132500', '105308.592500', '105309.052500', '105309.512500', '105309.972500', '105310.432500', '105310.892500', '105311.352500', '105311.812500', '105312.272500', '105312.732500', '105313.192500', '105313.652500', '105314.112500', '105314.572500', '105315.032500', '105315.492500', '105315.952500', '105316.412500', '105316.872500', '105317.332500', '105317.792500', '105318.252500', '105318.712500', '105319.172500', '105319.632500', '105320.092500', '105320.552500', '105321.012500', '105321.472500', '105321.932500', '105322.392500', '105322.852500', '105323.312500', '105323.772500', '105324.232500', '105324.692500', '105325.152500', '105325.612500', '105326.072500', '105326.532500', '105326.992500', '105327.452500', '105327.912500', '105328.372500', '105328.832500', '105329.292500', '105329.752500', '105330.212500', '105330.672500', '105331.132500', '105331.592500', '105332.052500', '105332.512500', '105332.972500', '105333.432500', '105333.892500', '105334.352500', '105334.812500', '105335.272500', '105335.732500', '105336.192500', '105336.652500', '105337.112500', '105337.572500', '105338.032500', '105338.492500', '105338.952500', '105339.412500', '105339.872500', '105340.332500', '105340.792500', '105341.252500', '105341.712500', '105342.172500', '105342.632500', '105343.092500', '105343.552500', '105344.012500', '105344.472500', '105344.932500', '105345.392500', '105345.852500', '105346.312500', '105346.772500', '105347.232500', '105347.692500', '105348.152500', '105348.612500', '105349.072500', '105349.532500', '105349.992500', '105350.452500', '105350.912500', '105351.372500', '105351.832500', '105352.292500', '105352.752500', '105353.212500', '105353.672500', '105354.132500', '105354.592500', '105355.052500', '105355.512500', '105355.972500', '105356.432500', '105356.892500', '105357.352500', '105357.812500', '105358.272500', '105358.732500', '105359.192500', '105359.652500', '105400.112500', '105400.572500', '105401.032500', '105401.492500', '105401.952500', '105402.412500', '105402.872500', '105403.332500', '105403.792500', '105404.252500', '105404.712500', '105405.172500', '105405.632500', '105406.092500', '105406.552500', '105407.012500', '105407.472500', '105407.932500', '105408.392500', '105408.852500', '105409.312500', '105409.772500', '105410.232500', '105410.692500', '105411.152500', '105411.612500', '105412.072500', '105412.532500', '105412.992500', '105413.452500', '105413.912500', '105414.372500', '105414.832500', '105415.292500', '105415.752500', '105416.212500', '105416.672500', '105417.132500', '105417.592500', '105418.052500', '105418.512500', '105418.972500', '105419.432500', '105419.892500', '105420.352500', '105420.812500', '105421.272500', '105421.732500', '105422.192500', '105422.652500', '105423.112500', '105423.572500', '105424.032500', '105424.492500', '105424.952500', '105425.412500', '105425.872500', '105426.332500', '105426.792500', '105427.252500', '105427.712500', '105428.172500', '105428.632500', '105429.092500', '105429.552500', '105430.012500', '105430.472500', '105430.932500', '105431.392500', '105431.852500', '105432.312500', '105432.772500', '105433.232500', '105433.692500', '105434.152500', '105434.612500', '105435.072500', '105435.532500', '105435.992500', '105436.452500', '105436.912500', '105437.372500', '105437.832500', '105438.292500', '105438.752500', '105439.212500', '105439.672500', '105440.132500', '105440.592500', '105441.052500', '105441.512500', '105441.972500', '105442.432500', '105442.892500', '105443.352500', '105443.812500', '105444.272500', '105444.732500', '105445.192500', '105445.652500', '105446.112500', '105446.572500', '105447.032500', '105447.492500', '105447.952500', '105448.412500', '105448.872500', '105449.332500', '105449.792500', '105450.252500', '105450.712500', '105451.172500', '105451.632500', '105452.092500', '105452.552500', '105453.012500', '105453.472500', '105453.932500', '105454.392500', '105454.852500', '105455.312500', '105455.772500', '105456.232500', '105456.692500', '105457.152500', '105457.612500', '105458.072500', '105458.532500', '105458.992500', '105459.452500', '105459.912500', '105500.372500', '105500.832500', '105501.292500', '105501.752500', '105502.212500', '105502.672500', '105503.132500', '105503.592500', '105504.052500', '105504.512500', '105504.972500', '105505.432500', '105505.892500', '105506.352500', '105506.812500', '105507.272500', '105507.732500', '105508.192500', '105508.652500', '105509.112500', '105509.572500', '105510.032500', '105510.492500', '105510.952500', '105511.412500', '105511.872500', '105512.332500', '105512.792500', '105513.252500', '105513.712500', '105514.172500', '105514.632500', '105515.092500', '105515.552500', '105516.012500', '105516.472500', '105516.932500', '105517.392500', '105517.852500', '105518.312500', '105518.772500', '105519.232500', '105519.692500', '105520.152500', '105520.612500', '105521.072500', '105521.532500', '105521.992500', '105522.452500', '105522.912500', '105523.372500', '105523.832500', '105524.292500', '105524.752500', '105525.212500', '105525.672500', '105526.132500', '105526.592500', '105527.052500', '105527.512500', '105527.972500', '105528.432500', '105528.892500', '105529.352500', '105529.812500', '105530.272500', '105530.732500', '105531.192500', '105531.652500', '105532.112500', '105532.572500', '105533.032500', '105533.492500', '105533.952500', '105534.412500', '105534.872500', '105535.332500', '105535.792500', '105536.252500', '105536.712500', '105537.172500', '105537.632500', '105538.092500', '105538.552500', '105539.012500', '105539.472500', '105539.932500', '105540.392500', '105540.852500', '105541.312500', '105541.772500', '105542.232500', '105542.692500', '105543.152500', '105543.612500', '105544.072500', '105544.532500', '105544.992500', '105545.452500', '105545.912500', '105546.372500', '105546.832500', '105547.292500', '105547.752500', '105548.212500', '105548.672500', '105549.132500', '105549.592500', '105550.052500', '105550.512500', '105550.972500', '105551.432500', '105551.892500', '105552.352500', '105552.812500', '105553.272500', '105553.732500', '105554.192500', '105554.652500', '105555.112500', '105555.572500', '105556.032500', '105556.492500', '105556.952500', '105557.412500', '105557.872500', '105558.332500', '105558.792500', '105559.252500', '105559.712500', '105600.172500', '105600.632500', '105601.092500', '105601.552500', '105602.012500', '105602.472500', '105602.932500', '105603.392500', '105603.852500', '105604.312500', '105604.772500', '105605.232500', '105605.692500', '105606.152500', '105606.612500', '105607.072500', '105607.532500', '105607.992500', '105608.452500', '105608.912500', '105609.372500', '105609.832500', '105610.292500', '105610.752500', '105611.212500', '105611.672500', '105612.132500', '105612.592500', '105613.052500', '105613.512500', '105613.972500', '105614.432500', '105614.892500', '105615.352500', '105615.812500', '105616.272500', '105616.732500', '105617.192500', '105617.652500', '105618.112500', '105618.572500', '105619.032500', '105619.492500', '105619.952500', '105620.412500', '105620.872500', '105621.332500', '105621.792500', '105622.252500', '105622.712500', '105623.172500', '105623.632500', '105624.092500', '105624.552500', '105625.012500', '105625.472500', '105625.932500', '105626.392500', '105626.852500', '105627.312500', '105627.772500', '105628.232500', '105628.692500', '105629.152500', '105629.612500', '105630.072500', '105630.532500', '105630.992500', '105631.452500', '105631.912500', '105632.372500', '105632.832500', '105633.292500', '105633.752500', '105634.212500', '105634.672500', '105635.132500', '105635.592500', '105636.052500', '105636.512500', '105636.972500', '105637.432500', '105637.892500', '105638.352500', '105638.812500', '105639.272500', '105639.732500', '105640.192500', '105640.652500', '105641.112500', '105641.572500', '105642.032500', '105642.492500', '105642.952500', '105643.412500', '105643.872500', '105644.332500', '105644.792500', '105645.252500', '105645.712500', '105646.172500', '105646.632500', '105647.092500', '105647.552500', '105648.012500', '105648.472500', '105648.932500', '105649.392500', '105649.852500', '105650.312500', '105650.772500', '105651.232500', '105651.692500', '105652.152500', '105652.612500', '105653.072500', '105653.532500', '105653.992500', '105654.452500', '105654.912500', '105655.372500', '105655.832500', '105656.292500', '105656.752500', '105657.212500', '105657.672500', '105658.132500', '105658.592500', '105659.052500', '105659.512500', '105659.972500', '105700.432500', '105700.892500', '105701.352500', '105701.812500', '105702.272500', '105702.732500', '105703.192500', '105703.652500', '105704.112500', '105704.572500', '105705.032500', '105705.492500', '105705.952500', '105706.412500', '105706.872500', '105707.332500', '105707.792500', '105708.252500', '105708.712500', '105709.172500', '105709.632500', '105710.092500', '105710.552500', '105711.012500', '105711.472500', '105711.932500', '105712.392500', '105712.852500', '105713.312500', '105713.772500', '105714.232500', '105714.692500', '105715.152500', '105715.612500', '105716.072500', '105716.532500', '105716.992500', '105717.452500', '105717.912500', '105718.372500', '105718.832500', '105719.292500', '105719.752500'], 'ContentTime': ['105055.448000', '105055.452000', '105055.454000', '105055.457000', '105055.460000', '105055.462000', '105055.465000', '105055.467000', '105055.470000', '105055.473000', '105055.475000', '105055.478000', '105055.480000', '105055.483000', '105055.485000', '105055.488000', '105055.490000', '105055.493000', '105055.496000', '105055.498000', '105055.501000', '105055.503000', '105055.506000', '105055.508000', '105055.511000', '105055.513000', '105055.519000', '105055.521000', '105055.524000', '105055.526000', '105055.529000', '105055.531000', '105115.417000', '105115.424000', '105115.427000', '105115.429000', '105115.432000', '105115.434000', '105115.437000', '105115.439000', '105115.448000', '105115.451000', '105115.454000', '105115.456000', '105115.459000', '105115.462000', '105115.465000', '105115.467000', '105115.470000', '105115.472000', '105115.475000', '105115.477000', '105115.480000', '105115.483000', '105115.485000', '105115.500000', '105115.503000', '105115.505000', '105115.508000', '105115.510000', '105115.513000', '105115.515000', '105115.518000', '105115.520000', '105115.523000', '105115.525000', '105115.528000', '105115.530000', '105115.533000', '105115.536000', '105115.538000', '105115.541000', '105115.543000', '105115.546000', '105115.548000', '105115.551000', '105135.417000', '105135.420000', '105135.423000', '105135.425000', '105135.428000', '105135.430000', '105135.433000', '105135.436000', '105135.438000', '105135.441000', '105135.443000', '105135.446000', '105135.448000', '105135.451000', '105135.454000', '105135.456000', '105135.459000', '105135.461000', '105135.464000', '105135.466000', '105135.469000', '105135.471000', '105135.474000', '105135.488000', '105135.491000', '105135.493000', '105135.496000', '105135.498000', '105135.501000', '105135.503000', '105135.506000', '105135.508000', '105135.511000', '105135.514000', '105135.516000', '105135.519000', '105135.521000', '105135.524000', '105135.526000', '105135.529000', '105135.531000', '105135.534000', '105135.537000', '105155.417000', '105155.420000', '105155.423000', '105155.425000', '105155.428000', '105155.430000', '105155.433000', '105155.436000', '105155.438000', '105155.441000', '105155.443000', '105155.446000', '105155.448000', '105155.451000', '105155.454000', '105155.456000', '105155.459000', '105155.461000', '105155.464000', '105155.466000', '105155.469000', '105155.472000', '105155.474000', '105155.477000', '105155.479000', '105155.482000', '105155.485000', '105155.487000', '105155.490000', '105155.492000', '105155.495000', '105155.497000', '105155.500000', '105155.502000', '105155.505000', '105155.508000', '105155.510000', '105155.513000', '105155.515000', '105155.518000', '105155.521000', '105155.523000', '105155.526000', '105215.418000', '105215.421000', '105215.423000', '105215.426000', '105215.428000', '105215.431000', '105215.433000', '105215.436000', '105215.438000', '105215.441000', '105215.444000', '105215.446000', '105215.449000', '105215.451000', '105215.454000', '105215.456000', '105215.459000', '105215.461000', '105215.464000', '105215.466000', '105215.469000', '105215.472000', '105215.474000', '105215.477000', '105215.479000', '105215.482000', '105215.484000', '105215.487000', '105215.490000', '105215.492000', '105215.495000', '105215.497000', '105215.500000', '105215.502000', '105215.505000', '105215.508000', '105215.510000', '105215.513000', '105215.515000', '105215.518000', '105215.520000', '105215.523000', '105215.526000', '105215.528000', '105235.417000', '105235.420000', '105235.423000', '105235.425000', '105235.428000', '105235.431000', '105235.434000', '105235.436000', '105235.439000', '105235.441000', '105235.444000', '105235.446000', '105235.449000', '105235.451000', '105235.454000', '105235.457000', '105235.459000', '105235.462000', '105235.464000', '105235.467000', '105235.469000', '105235.472000', '105235.474000', '105235.477000', '105235.480000', '105235.482000', '105235.485000', '105235.488000', '105235.490000', '105235.493000', '105235.495000', '105235.498000', '105235.501000', '105235.503000', '105235.506000', '105235.508000', '105235.511000', '105235.513000', '105235.516000', '105235.519000', '105235.521000', '105235.524000', '105235.526000', '105235.529000', '105255.417000', '105255.420000', '105255.423000', '105255.425000', '105255.428000', '105255.430000', '105255.433000', '105255.436000', '105255.438000', '105255.441000', '105255.443000', '105255.446000', '105255.448000', '105255.451000', '105255.453000', '105255.456000', '105255.458000', '105255.461000', '105255.481000', '105255.483000', '105255.486000', '105255.488000', '105255.491000', '105255.494000', '105255.496000', '105255.499000', '105255.501000', '105255.504000', '105255.506000', '105255.509000', '105255.511000', '105255.514000', '105255.517000', '105255.519000', '105255.522000', '105255.524000', '105255.527000', '105255.529000', '105255.532000', '105255.534000', '105255.537000', '105255.539000', '105255.542000', '105315.417000', '105315.420000', '105315.423000', '105315.425000', '105315.428000', '105315.431000', '105315.433000', '105315.436000', '105315.438000', '105315.441000', '105315.444000', '105315.446000', '105315.449000', '105315.451000', '105315.454000', '105315.456000', '105315.459000', '105315.462000', '105315.464000', '105315.467000', '105315.469000', '105315.472000', '105315.474000', '105315.477000', '105315.480000', '105315.482000', '105315.485000', '105315.487000', '105315.490000', '105315.492000', '105315.495000', '105315.497000', '105315.500000', '105315.503000', '105315.513000', '105315.515000', '105315.518000', '105315.520000', '105315.523000', '105315.525000', '105315.528000', '105315.531000', '105315.533000', '105335.416000', '105335.419000', '105335.422000', '105335.424000', '105335.427000', '105335.429000', '105335.432000', '105335.435000', '105335.437000', '105335.440000', '105335.442000', '105335.445000', '105335.447000', '105335.450000', '105335.452000', '105335.455000', '105335.458000', '105335.460000', '105335.463000', '105335.465000', '105335.468000', '105335.470000', '105335.473000', '105335.475000', '105335.478000', '105335.481000', '105335.483000', '105335.486000', '105335.489000', '105335.492000', '105335.495000', '105335.497000', '105335.500000', '105335.502000', '105335.505000', '105335.507000', '105335.510000', '105335.512000', '105335.515000', '105335.518000', '105335.520000', '105335.523000', '105335.525000', '105335.528000', '105355.418000', '105355.420000', '105355.423000', '105355.426000', '105355.428000', '105355.431000', '105355.433000', '105355.436000', '105355.439000', '105355.441000', '105355.444000', '105355.447000', '105355.450000', '105355.452000', '105355.455000', '105355.457000', '105355.460000', '105355.463000', '105355.465000', '105355.469000', '105355.472000', '105355.474000', '105355.477000', '105355.479000', '105355.482000', '105355.484000', '105355.487000', '105355.490000', '105355.492000', '105355.495000', '105355.497000', '105355.500000', '105355.502000', '105355.505000', '105355.508000', '105355.510000', '105355.513000', '105355.515000', '105355.518000', '105355.520000', '105355.524000', '105355.526000', '105355.529000', '105415.417000', '105415.420000', '105415.423000', '105415.425000', '105415.428000', '105415.430000', '105415.433000', '105415.436000', '105415.438000', '105415.441000', '105415.443000', '105415.446000', '105415.448000', '105415.451000', '105415.454000', '105415.456000', '105415.459000', '105415.461000', '105415.464000', '105415.467000', '105415.469000', '105415.472000', '105415.474000', '105415.477000', '105415.480000', '105415.482000', '105415.485000', '105415.487000', '105415.490000', '105415.493000', '105415.495000', '105415.498000', '105415.500000', '105415.503000', '105415.505000', '105415.508000', '105415.510000', '105415.513000', '105415.516000', '105415.518000', '105415.521000', '105415.523000', '105415.526000', '105415.528000', '105435.417000', '105435.420000', '105435.423000', '105435.425000', '105435.428000', '105435.431000', '105435.434000', '105435.437000', '105435.440000', '105435.442000', '105435.445000', '105435.448000', '105435.450000', '105435.453000', '105435.467000', '105435.470000', '105435.472000', '105435.475000', '105435.477000', '105435.480000', '105435.483000', '105435.485000', '105435.488000', '105435.490000', '105435.493000', '105435.495000', '105435.498000', '105435.501000', '105435.503000', '105435.506000', '105435.508000', '105435.511000', '105435.514000', '105435.516000', '105435.519000', '105435.521000', '105435.524000', '105435.526000', '105435.529000', '105435.532000', '105435.534000', '105435.537000', '105435.539000', '105455.418000', '105455.420000', '105455.423000', '105455.425000', '105455.428000', '105455.431000', '105455.433000', '105455.436000', '105455.438000', '105455.441000', '105455.443000', '105455.446000', '105455.449000', '105455.451000', '105455.454000', '105455.456000', '105455.459000', '105455.461000', '105455.464000', '105455.467000', '105455.469000', '105455.472000', '105455.474000', '105455.477000', '105455.480000', '105455.482000', '105455.485000', '105455.487000', '105455.490000', '105455.492000', '105455.495000', '105455.498000', '105455.500000', '105455.503000', '105455.505000', '105455.508000', '105455.510000', '105455.513000', '105455.516000', '105455.518000', '105455.521000', '105455.523000', '105455.526000', '105455.528000', '105515.417000', '105515.420000', '105515.423000', '105515.425000', '105515.428000', '105515.431000', '105515.433000', '105515.436000', '105515.438000', '105515.441000', '105515.443000', '105515.446000', '105515.449000', '105515.451000', '105515.454000', '105515.456000', '105515.459000', '105515.461000', '105515.464000', '105515.467000', '105515.469000', '105515.472000', '105515.474000', '105515.477000', '105515.479000', '105515.482000', '105515.485000', '105515.487000', '105515.490000', '105515.492000', '105515.495000', '105515.497000', '105515.500000', '105515.503000', '105515.505000', '105515.508000', '105515.511000', '105515.514000', '105515.517000', '105515.520000', '105515.522000', '105515.525000', '105515.528000', '105535.417000', '105535.420000', '105535.423000', '105535.425000', '105535.428000', '105535.430000', '105535.433000', '105535.436000', '105535.438000', '105535.441000', '105535.443000', '105535.446000', '105535.449000', '105535.451000', '105535.454000', '105535.457000', '105535.459000', '105535.462000', '105535.464000', '105535.467000', '105535.469000', '105535.472000', '105535.475000', '105535.477000', '105535.480000', '105535.482000', '105535.485000', '105535.488000', '105535.490000', '105535.493000', '105535.495000', '105535.498000', '105535.501000', '105535.503000', '105535.506000', '105535.508000', '105535.511000', '105535.513000', '105535.516000', '105535.519000', '105535.521000', '105535.524000', '105535.526000', '105535.529000', '105555.417000', '105555.420000', '105555.423000', '105555.426000', '105555.428000', '105555.431000', '105555.434000', '105555.436000', '105555.439000', '105555.441000', '105555.444000', '105555.447000', '105555.449000', '105555.452000', '105555.454000', '105555.457000', '105555.460000', '105555.462000', '105555.465000', '105555.467000', '105555.470000', '105555.473000', '105555.475000', '105555.478000', '105555.480000', '105555.494000', '105555.497000', '105555.499000', '105555.502000', '105555.504000', '105555.507000', '105555.510000', '105555.512000', '105555.515000', '105555.517000', '105555.520000', '105555.522000', '105555.525000', '105555.527000', '105555.530000', '105555.533000', '105555.535000', '105555.538000', '105615.417000', '105615.420000', '105615.423000', '105615.425000', '105615.428000', '105615.431000', '105615.433000', '105615.436000', '105615.438000', '105615.441000', '105615.444000', '105615.446000', '105615.449000', '105615.451000', '105615.454000', '105615.456000', '105615.459000', '105615.462000', '105615.464000', '105615.467000', '105615.469000', '105615.472000', '105615.475000', '105615.477000', '105615.480000', '105615.482000', '105615.485000', '105615.488000', '105615.490000', '105615.493000', '105615.495000', '105615.498000', '105615.500000', '105615.503000', '105615.506000', '105615.508000', '105615.511000', '105615.513000', '105615.516000', '105615.519000', '105615.521000', '105615.524000', '105615.527000', '105615.529000', '105635.417000', '105635.420000', '105635.423000', '105635.426000', '105635.428000', '105635.431000', '105635.433000', '105635.436000', '105635.439000', '105635.441000', '105635.444000', '105635.446000', '105635.449000', '105635.452000', '105635.454000', '105635.457000', '105635.459000', '105635.462000', '105635.464000', '105635.467000', '105635.470000', '105635.472000', '105635.475000', '105635.477000', '105635.480000', '105635.482000', '105635.485000', '105635.488000', '105635.490000', '105635.493000', '105635.495000', '105635.498000', '105635.500000', '105635.503000', '105635.506000', '105635.508000', '105635.511000', '105635.513000', '105635.516000', '105635.519000', '105635.521000', '105635.524000', '105635.527000', '105655.418000', '105655.420000', '105655.423000', '105655.426000', '105655.428000', '105655.431000', '105655.433000', '105655.436000', '105655.438000', '105655.441000', '105655.443000', '105655.446000', '105655.449000', '105655.451000', '105655.454000', '105655.456000', '105655.459000', '105655.461000', '105655.464000', '105655.466000', '105655.469000', '105655.472000', '105655.474000', '105655.477000', '105655.479000', '105655.482000', '105655.484000', '105655.487000', '105655.490000', '105655.492000', '105655.495000', '105655.497000', '105655.500000', '105655.502000', '105655.505000', '105655.508000', '105655.510000', '105655.513000', '105655.515000', '105655.518000', '105655.520000', '105655.523000', '105655.526000', '105655.528000', '105715.417000', '105715.420000', '105715.423000', '105715.425000', '105715.428000', '105715.430000', '105715.433000', '105715.436000', '105715.438000', '105715.441000', '105715.443000', '105715.446000', '105715.449000', '105715.451000', '105715.454000', '105715.456000', '105715.459000', '105715.461000', '105715.464000', '105715.466000', '105715.469000', '105715.472000', '105715.474000', '105715.477000', '105715.479000', '105715.482000', '105715.484000', '105715.487000', '105715.490000', '105715.492000', '105715.495000', '105715.497000', '105715.500000', '105715.502000', '105715.505000', '105715.508000', '105715.528000', '105715.531000', '105715.533000', '105715.536000', '105715.538000', '105715.541000', '105715.543000', '105721.499000', '105721.502000', '105721.505000', '105721.508000', '105721.510000', '105721.513000', '105721.516000', '105721.518000', '105721.521000', '105721.523000', '105721.526000', '105721.529000', '105721.531000', '105721.534000'], 'InstanceCreationTime': ['105055.448000', '105055.452000', '105055.454000', '105055.457000', '105055.460000', '105055.462000', '105055.465000', '105055.467000', '105055.470000', '105055.473000', '105055.475000', '105055.478000', '105055.480000', '105055.483000', '105055.485000', '105055.488000', '105055.490000', '105055.493000', '105055.496000', '105055.498000', '105055.501000', '105055.503000', '105055.506000', '105055.508000', '105055.511000', '105055.513000', '105055.519000', '105055.521000', '105055.524000', '105055.526000', '105055.529000', '105055.531000', '105115.417000', '105115.424000', '105115.427000', '105115.429000', '105115.432000', '105115.434000', '105115.437000', '105115.439000', '105115.448000', '105115.451000', '105115.454000', '105115.456000', '105115.459000', '105115.462000', '105115.465000', '105115.467000', '105115.470000', '105115.472000', '105115.475000', '105115.477000', '105115.480000', '105115.483000', '105115.485000', '105115.500000', '105115.503000', '105115.505000', '105115.508000', '105115.510000', '105115.513000', '105115.515000', '105115.518000', '105115.520000', '105115.523000', '105115.525000', '105115.528000', '105115.530000', '105115.533000', '105115.536000', '105115.538000', '105115.541000', '105115.543000', '105115.546000', '105115.548000', '105115.551000', '105135.417000', '105135.420000', '105135.423000', '105135.425000', '105135.428000', '105135.430000', '105135.433000', '105135.436000', '105135.438000', '105135.441000', '105135.443000', '105135.446000', '105135.448000', '105135.451000', '105135.454000', '105135.456000', '105135.459000', '105135.461000', '105135.464000', '105135.466000', '105135.469000', '105135.471000', '105135.474000', '105135.488000', '105135.491000', '105135.493000', '105135.496000', '105135.498000', '105135.501000', '105135.503000', '105135.506000', '105135.508000', '105135.511000', '105135.514000', '105135.516000', '105135.519000', '105135.521000', '105135.524000', '105135.526000', '105135.529000', '105135.531000', '105135.534000', '105135.537000', '105155.417000', '105155.420000', '105155.423000', '105155.425000', '105155.428000', '105155.430000', '105155.433000', '105155.436000', '105155.438000', '105155.441000', '105155.443000', '105155.446000', '105155.448000', '105155.451000', '105155.454000', '105155.456000', '105155.459000', '105155.461000', '105155.464000', '105155.466000', '105155.469000', '105155.472000', '105155.474000', '105155.477000', '105155.479000', '105155.482000', '105155.485000', '105155.487000', '105155.490000', '105155.492000', '105155.495000', '105155.497000', '105155.500000', '105155.502000', '105155.505000', '105155.508000', '105155.510000', '105155.513000', '105155.515000', '105155.518000', '105155.521000', '105155.523000', '105155.526000', '105215.418000', '105215.421000', '105215.423000', '105215.426000', '105215.428000', '105215.431000', '105215.433000', '105215.436000', '105215.438000', '105215.441000', '105215.444000', '105215.446000', '105215.449000', '105215.451000', '105215.454000', '105215.456000', '105215.459000', '105215.461000', '105215.464000', '105215.466000', '105215.469000', '105215.472000', '105215.474000', '105215.477000', '105215.479000', '105215.482000', '105215.484000', '105215.487000', '105215.490000', '105215.492000', '105215.495000', '105215.497000', '105215.500000', '105215.502000', '105215.505000', '105215.508000', '105215.510000', '105215.513000', '105215.515000', '105215.518000', '105215.520000', '105215.523000', '105215.526000', '105215.528000', '105235.417000', '105235.420000', '105235.423000', '105235.425000', '105235.428000', '105235.431000', '105235.434000', '105235.436000', '105235.439000', '105235.441000', '105235.444000', '105235.446000', '105235.449000', '105235.451000', '105235.454000', '105235.457000', '105235.459000', '105235.462000', '105235.464000', '105235.467000', '105235.469000', '105235.472000', '105235.474000', '105235.477000', '105235.480000', '105235.482000', '105235.485000', '105235.488000', '105235.490000', '105235.493000', '105235.495000', '105235.498000', '105235.501000', '105235.503000', '105235.506000', '105235.508000', '105235.511000', '105235.513000', '105235.516000', '105235.519000', '105235.521000', '105235.524000', '105235.526000', '105235.529000', '105255.417000', '105255.420000', '105255.423000', '105255.425000', '105255.428000', '105255.430000', '105255.433000', '105255.436000', '105255.438000', '105255.441000', '105255.443000', '105255.446000', '105255.448000', '105255.451000', '105255.453000', '105255.456000', '105255.458000', '105255.461000', '105255.481000', '105255.483000', '105255.486000', '105255.488000', '105255.491000', '105255.494000', '105255.496000', '105255.499000', '105255.501000', '105255.504000', '105255.506000', '105255.509000', '105255.511000', '105255.514000', '105255.517000', '105255.519000', '105255.522000', '105255.524000', '105255.527000', '105255.529000', '105255.532000', '105255.534000', '105255.537000', '105255.539000', '105255.542000', '105315.417000', '105315.420000', '105315.423000', '105315.425000', '105315.428000', '105315.431000', '105315.433000', '105315.436000', '105315.438000', '105315.441000', '105315.444000', '105315.446000', '105315.449000', '105315.451000', '105315.454000', '105315.456000', '105315.459000', '105315.462000', '105315.464000', '105315.467000', '105315.469000', '105315.472000', '105315.474000', '105315.477000', '105315.480000', '105315.482000', '105315.485000', '105315.487000', '105315.490000', '105315.492000', '105315.495000', '105315.497000', '105315.500000', '105315.503000', '105315.513000', '105315.515000', '105315.518000', '105315.520000', '105315.523000', '105315.525000', '105315.528000', '105315.531000', '105315.533000', '105335.416000', '105335.419000', '105335.422000', '105335.424000', '105335.427000', '105335.429000', '105335.432000', '105335.435000', '105335.437000', '105335.440000', '105335.442000', '105335.445000', '105335.447000', '105335.450000', '105335.452000', '105335.455000', '105335.458000', '105335.460000', '105335.463000', '105335.465000', '105335.468000', '105335.470000', '105335.473000', '105335.475000', '105335.478000', '105335.481000', '105335.483000', '105335.486000', '105335.489000', '105335.492000', '105335.495000', '105335.497000', '105335.500000', '105335.502000', '105335.505000', '105335.507000', '105335.510000', '105335.512000', '105335.515000', '105335.518000', '105335.520000', '105335.523000', '105335.525000', '105335.528000', '105355.418000', '105355.420000', '105355.423000', '105355.426000', '105355.428000', '105355.431000', '105355.433000', '105355.436000', '105355.439000', '105355.441000', '105355.444000', '105355.447000', '105355.450000', '105355.452000', '105355.455000', '105355.457000', '105355.460000', '105355.463000', '105355.465000', '105355.469000', '105355.472000', '105355.474000', '105355.477000', '105355.479000', '105355.482000', '105355.484000', '105355.487000', '105355.490000', '105355.492000', '105355.495000', '105355.497000', '105355.500000', '105355.502000', '105355.505000', '105355.508000', '105355.510000', '105355.513000', '105355.515000', '105355.518000', '105355.520000', '105355.524000', '105355.526000', '105355.529000', '105415.417000', '105415.420000', '105415.423000', '105415.425000', '105415.428000', '105415.430000', '105415.433000', '105415.436000', '105415.438000', '105415.441000', '105415.443000', '105415.446000', '105415.448000', '105415.451000', '105415.454000', '105415.456000', '105415.459000', '105415.461000', '105415.464000', '105415.467000', '105415.469000', '105415.472000', '105415.474000', '105415.477000', '105415.480000', '105415.482000', '105415.485000', '105415.487000', '105415.490000', '105415.493000', '105415.495000', '105415.498000', '105415.500000', '105415.503000', '105415.505000', '105415.508000', '105415.510000', '105415.513000', '105415.516000', '105415.518000', '105415.521000', '105415.523000', '105415.526000', '105415.528000', '105435.417000', '105435.420000', '105435.423000', '105435.425000', '105435.428000', '105435.431000', '105435.434000', '105435.437000', '105435.440000', '105435.442000', '105435.445000', '105435.448000', '105435.450000', '105435.453000', '105435.467000', '105435.470000', '105435.472000', '105435.475000', '105435.477000', '105435.480000', '105435.483000', '105435.485000', '105435.488000', '105435.490000', '105435.493000', '105435.495000', '105435.498000', '105435.501000', '105435.503000', '105435.506000', '105435.508000', '105435.511000', '105435.514000', '105435.516000', '105435.519000', '105435.521000', '105435.524000', '105435.526000', '105435.529000', '105435.532000', '105435.534000', '105435.537000', '105435.539000', '105455.418000', '105455.420000', '105455.423000', '105455.425000', '105455.428000', '105455.431000', '105455.433000', '105455.436000', '105455.438000', '105455.441000', '105455.443000', '105455.446000', '105455.449000', '105455.451000', '105455.454000', '105455.456000', '105455.459000', '105455.461000', '105455.464000', '105455.467000', '105455.469000', '105455.472000', '105455.474000', '105455.477000', '105455.480000', '105455.482000', '105455.485000', '105455.487000', '105455.490000', '105455.492000', '105455.495000', '105455.498000', '105455.500000', '105455.503000', '105455.505000', '105455.508000', '105455.510000', '105455.513000', '105455.516000', '105455.518000', '105455.521000', '105455.523000', '105455.526000', '105455.528000', '105515.417000', '105515.420000', '105515.423000', '105515.425000', '105515.428000', '105515.431000', '105515.433000', '105515.436000', '105515.438000', '105515.441000', '105515.443000', '105515.446000', '105515.449000', '105515.451000', '105515.454000', '105515.456000', '105515.459000', '105515.461000', '105515.464000', '105515.467000', '105515.469000', '105515.472000', '105515.474000', '105515.477000', '105515.479000', '105515.482000', '105515.485000', '105515.487000', '105515.490000', '105515.492000', '105515.495000', '105515.497000', '105515.500000', '105515.503000', '105515.505000', '105515.508000', '105515.511000', '105515.514000', '105515.517000', '105515.520000', '105515.522000', '105515.525000', '105515.528000', '105535.417000', '105535.420000', '105535.423000', '105535.425000', '105535.428000', '105535.430000', '105535.433000', '105535.436000', '105535.438000', '105535.441000', '105535.443000', '105535.446000', '105535.449000', '105535.451000', '105535.454000', '105535.457000', '105535.459000', '105535.462000', '105535.464000', '105535.467000', '105535.469000', '105535.472000', '105535.475000', '105535.477000', '105535.480000', '105535.482000', '105535.485000', '105535.488000', '105535.490000', '105535.493000', '105535.495000', '105535.498000', '105535.501000', '105535.503000', '105535.506000', '105535.508000', '105535.511000', '105535.513000', '105535.516000', '105535.519000', '105535.521000', '105535.524000', '105535.526000', '105535.529000', '105555.417000', '105555.420000', '105555.423000', '105555.426000', '105555.428000', '105555.431000', '105555.434000', '105555.436000', '105555.439000', '105555.441000', '105555.444000', '105555.447000', '105555.449000', '105555.452000', '105555.454000', '105555.457000', '105555.460000', '105555.462000', '105555.465000', '105555.467000', '105555.470000', '105555.473000', '105555.475000', '105555.478000', '105555.480000', '105555.494000', '105555.497000', '105555.499000', '105555.502000', '105555.504000', '105555.507000', '105555.510000', '105555.512000', '105555.515000', '105555.517000', '105555.520000', '105555.522000', '105555.525000', '105555.527000', '105555.530000', '105555.533000', '105555.535000', '105555.538000', '105615.417000', '105615.420000', '105615.423000', '105615.425000', '105615.428000', '105615.431000', '105615.433000', '105615.436000', '105615.438000', '105615.441000', '105615.444000', '105615.446000', '105615.449000', '105615.451000', '105615.454000', '105615.456000', '105615.459000', '105615.462000', '105615.464000', '105615.467000', '105615.469000', '105615.472000', '105615.475000', '105615.477000', '105615.480000', '105615.482000', '105615.485000', '105615.488000', '105615.490000', '105615.493000', '105615.495000', '105615.498000', '105615.500000', '105615.503000', '105615.506000', '105615.508000', '105615.511000', '105615.513000', '105615.516000', '105615.519000', '105615.521000', '105615.524000', '105615.527000', '105615.529000', '105635.417000', '105635.420000', '105635.423000', '105635.426000', '105635.428000', '105635.431000', '105635.433000', '105635.436000', '105635.439000', '105635.441000', '105635.444000', '105635.446000', '105635.449000', '105635.452000', '105635.454000', '105635.457000', '105635.459000', '105635.462000', '105635.464000', '105635.467000', '105635.470000', '105635.472000', '105635.475000', '105635.477000', '105635.480000', '105635.482000', '105635.485000', '105635.488000', '105635.490000', '105635.493000', '105635.495000', '105635.498000', '105635.500000', '105635.503000', '105635.506000', '105635.508000', '105635.511000', '105635.513000', '105635.516000', '105635.519000', '105635.521000', '105635.524000', '105635.527000', '105655.418000', '105655.420000', '105655.423000', '105655.426000', '105655.428000', '105655.431000', '105655.433000', '105655.436000', '105655.438000', '105655.441000', '105655.443000', '105655.446000', '105655.449000', '105655.451000', '105655.454000', '105655.456000', '105655.459000', '105655.461000', '105655.464000', '105655.466000', '105655.469000', '105655.472000', '105655.474000', '105655.477000', '105655.479000', '105655.482000', '105655.484000', '105655.487000', '105655.490000', '105655.492000', '105655.495000', '105655.497000', '105655.500000', '105655.502000', '105655.505000', '105655.508000', '105655.510000', '105655.513000', '105655.515000', '105655.518000', '105655.520000', '105655.523000', '105655.526000', '105655.528000', '105715.417000', '105715.420000', '105715.423000', '105715.425000', '105715.428000', '105715.430000', '105715.433000', '105715.436000', '105715.438000', '105715.441000', '105715.443000', '105715.446000', '105715.449000', '105715.451000', '105715.454000', '105715.456000', '105715.459000', '105715.461000', '105715.464000', '105715.466000', '105715.469000', '105715.472000', '105715.474000', '105715.477000', '105715.479000', '105715.482000', '105715.484000', '105715.487000', '105715.490000', '105715.492000', '105715.495000', '105715.497000', '105715.500000', '105715.502000', '105715.505000', '105715.508000', '105715.528000', '105715.531000', '105715.533000', '105715.536000', '105715.538000', '105715.541000', '105715.543000', '105721.499000', '105721.502000', '105721.505000', '105721.508000', '105721.510000', '105721.513000', '105721.516000', '105721.518000', '105721.521000', '105721.523000', '105721.526000', '105721.529000', '105721.531000', '105721.534000'], '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': [13217, 19016, 13440, 12089, 14874, 10670, 14506, 11149, 12074, 16989, 11928, 14420, 10854, 13507, 12437, 12217, 15606, 12009, 13321, 11963, 10771, 12491, 12201, 12941, 17289, 12915, 13563, 11090, 11821, 16091, 10608, 13742, 10884, 13458, 11137, 14400, 11569, 14635, 11068, 14729, 13169, 12834, 16818, 11627, 18451, 14414, 14972, 11757, 10435, 13273, 12429, 15583, 12424, 15400, 11393, 15847, 10964, 13563, 18563, 13401, 15261, 11177, 14599, 10675, 13125, 9862, 13762, 11009, 15709, 11652, 16240, 12051, 16086, 12326, 14970, 11496, 13640, 17396, 12366, 14199, 10498, 12631, 10318, 12045, 11479, 12884, 9845, 13799, 10738, 15361, 14531, 14359, 12070, 14274, 13225, 13380, 19064, 14137, 17541, 13825, 15185, 11943, 12813, 13252, 18451, 13907, 16460, 12852, 15814, 12378, 15576, 12432, 14063, 12361, 18431, 14410, 18227, 13407, 17550, 12581, 17059, 12658, 16879, 13074, 16901, 13018, 16749, 12751, 18907, 13637, 12382, 13944, 10414, 15151, 11853, 17230, 13966, 14703, 12723, 13644, 17552, 12757, 14225, 18348, 12550, 15864, 11352, 13712, 12154, 12438, 13442, 12495, 16622, 12591, 17320, 13647, 16821, 12503, 15162, 11806, 14749, 12317, 14171, 19195, 13748, 16095, 12643, 15379, 12166, 15100, 12007, 15765, 11609, 14838, 12015, 17071, 13490, 16760, 12177, 11880, 12251, 17550, 13072, 15447, 11140, 14216, 10465, 14133, 12572, 14472, 13714, 14247, 12631, 13825, 13735, 14482, 15932, 14730, 11831, 14171, 12481, 14653, 17618, 13737, 17660, 13450, 16021, 11887, 14541, 15080, 11749, 16276, 11203, 14205, 11712, 12995, 9688, 12940, 10587, 14743, 13731, 15210, 13541, 14412, 18341, 13807, 17651, 14387, 16657, 12664, 16038, 12164, 14477, 18516, 13904, 15260, 11662, 14605, 10835, 15071, 11591, 14541, 10769, 14268, 11505, 14638, 13390, 13976, 15781, 12201, 17164, 12672, 15783, 12222, 14334, 14610, 11984, 16715, 12286, 15398, 11716, 13427, 11031, 11643, 17920, 12256, 16660, 12687, 16151, 12387, 16748, 13214, 15611, 11769, 15942, 11383, 14972, 17983, 12952, 15603, 11698, 14557, 11117, 14525, 11331, 13410, 9751, 12563, 11142, 15229, 17706, 12590, 15986, 12574, 14250, 10682, 13668, 10689, 13462, 13330, 12917, 12996, 12033, 16824, 12718, 15250, 12044, 13616, 10655, 12090, 15821, 12047, 17020, 12687, 15423, 11556, 15330, 12150, 16118, 12075, 15264, 11036, 13857, 15154, 12458, 16870, 12463, 15388, 10951, 14551, 11233, 15031, 10992, 14992, 10810, 15844, 11752, 16935, 12533, 16120, 12464, 16082, 12469, 16597, 13171, 15592, 12019, 15530, 12206, 16102, 12713, 14980, 11614, 14957, 11011, 14996, 11614, 13545, 10543, 12655, 13425, 12444, 17723, 12505, 15483, 10978, 14872, 11826, 16360, 12997, 15475, 11898, 15936, 12140, 15739, 12630, 13850, 16349, 11592, 15948, 10977, 13946, 17295, 11916, 14765, 11458, 14476, 11345, 13929, 10492, 14320, 11270, 15129, 12271, 14244, 18206, 13057, 16711, 14271, 16984, 13013, 14767, 11581, 16340, 12645, 17141, 12866, 14244, 10867, 13940, 11265, 14465, 13517, 15296, 11790, 15945, 13248, 16596, 13047, 10297, 13686, 17140, 12841, 14612, 11898, 12330, 15505, 12225, 16466, 12634, 14790, 11306, 13414, 17379, 12799, 14416, 10673, 12170, 12544, 10859, 15142, 10931, 14853, 11627, 13381, 12142, 17329, 13043, 15909, 11874, 14719, 13582, 14674, 12061, 13637, 11039, 14583, 11616, 13124, 11955, 14091, 13458, 14290, 10676, 14050, 11178, 14111, 14175, 14791, 12096, 14687, 15017, 12313, 14041, 13066, 11217, 13713, 11429, 14475, 12690, 17141, 12848, 16775, 12207, 15427, 12306, 17726, 13692, 10989, 13611, 11388, 16126, 12263, 17399, 13541, 16287, 12241, 14793, 17867, 11663, 15446, 10560, 13516, 11292, 12550, 10196, 11913, 9591, 13275, 11236, 16629, 12561, 15936, 12254, 15255, 17904, 13175, 15272, 14509, 13414, 17737, 11965, 16446, 12428, 15983, 13261, 15622, 12020, 15810, 12431, 15981, 12010, 15351, 11051, 14452, 10897, 14852, 12205, 15142, 10636, 14107, 11354, 13243, 17080, 14614, 14705, 11404, 15724, 12057, 17516, 12991, 15975, 11962, 16438, 12097, 16378, 13171, 15165, 11487, 14085, 13850, 11984, 16686, 12283, 13945, 10675, 11650, 16502, 11704, 15190, 11303, 13937, 11231, 12508, 17490, 12967, 16298, 13289, 15297, 11827, 14868, 11100, 16185, 12349, 15907, 12101, 15703, 12170, 16680, 12382, 15121, 10926, 14416, 11557, 15303, 12762, 14461, 10790, 14474, 11413, 16463, 12298, 15986, 12174, 15828, 12431, 16681, 13393, 15842, 12157, 15868, 12273, 15498, 11983, 14452, 11679, 13340, 18275, 12528, 16004, 12594, 14329, 10698, 12876, 11572, 12295, 17143, 11918, 15588, 11733, 15344, 11512, 15493, 11440, 14681, 11126, 14371, 12918, 14207, 13462, 12829, 17723, 12741, 16982, 12307, 15396, 11712, 12852, 16642, 13012, 16432, 12492, 13775, 10617, 14036, 11436, 15114, 12228, 15816, 12403, 17861, 13126, 14378, 13792, 10413, 15562, 12174, 13774, 11280, 13330, 11034, 16245, 12641, 19138, 14292, 15183, 15325, 16028, 14790, 11944, 17485, 12719, 18185, 13349, 16047, 11772, 13468, 18531, 12149, 15861, 11587, 13774, 10464, 12366, 9722, 11397, 16477, 11693, 15212, 11177, 14831, 12762, 14148, 18061, 12256, 16478, 13310, 16244, 13045, 15688, 12998, 17398, 12854, 11099, 13944, 10511, 15957, 15735, 14048, 19345, 13801, 14843, 12833, 15629, 13095, 18200, 14255, 12393, 13910, 10742, 15048, 13909, 16482, 12343, 10992, 15296, 12090, 16259, 17386, 12528, 16543, 12486, 14647, 11131, 12983, 10423, 15969, 13097, 10812, 11549, 9705, 15583, 12602, 17029, 13814, 16744, 14068, 15592, 12489, 15874, 12364, 15529, 11721, 15252, 10796, 15293, 11523, 14378, 10322, 13063, 11096, 12551, 14267, 11475, 17393, 11878, 10453, 10598, 10333, 14865, 12018, 13561, 12952, 11254, 14933, 12089, 19940, 15546, 12987, 12893, 10880, 14163, 18735, 13597, 15221, 11744, 13180, 11383, 11648, 10384, 12882, 9697, 14702, 11283, 15488, 12772, 16152, 12321, 11122, 11943, 10868, 13824, 13447, 14895, 12433, 13274, 9530, 13617, 10966, 14963, 18157, 13012, 13825, 10903, 12523, 10233, 12437, 9884, 12921, 10301, 14421, 10617, 12132, 16023, 15236, 16568, 12880, 13526, 12912, 16235, 13156, 16924, 11835, 18230, 11980, 14534, 11645, 14289, 11151, 14106, 11268, 13995, 19764, 15146, 15341, 10733, 11897, 9524, 11725, 9623, 11670, 9923, 13405, 10359, 14432, 11868, 13991, 13107, 13210, 13020, 14475, 12330], 'WindowCenter': [4604.0, 4608.0, 4575.0, 4564.0, 4583.0, 4554.0, 4584.0, 4539.0, 4549.0, 4567.0, 4535.0, 4545.0, 4525.0, 4544.0, 4521.0, 4534.0, 4553.0, 4521.0, 4518.0, 4509.0, 4498.0, 4520.0, 4507.0, 4520.0, 4539.0, 4508.0, 4519.0, 4485.0, 4509.0, 4524.0, 4495.0, 4513.0, 4495.0, 4512.0, 4494.0, 4525.0, 4508.0, 4538.0, 4508.0, 4541.0, 4529.0, 4533.0, 4551.0, 4523.0, 4565.0, 4554.0, 4553.0, 4548.0, 4538.0, 4557.0, 4548.0, 4580.0, 4562.0, 4582.0, 4564.0, 4583.0, 4552.0, 4561.0, 4567.0, 4547.0, 4558.0, 4524.0, 4543.0, 4515.0, 4546.0, 4516.0, 4544.0, 4523.0, 4567.0, 4539.0, 4565.0, 4536.0, 4568.0, 4546.0, 4558.0, 4522.0, 4546.0, 4554.0, 4522.0, 4531.0, 4501.0, 4531.0, 4512.0, 4534.0, 4534.0, 4546.0, 4527.0, 4568.0, 4539.0, 4584.0, 4571.0, 4572.0, 4549.0, 4572.0, 4573.0, 4575.0, 4589.0, 4559.0, 4578.0, 4562.0, 4581.0, 4551.0, 4559.0, 4560.0, 4590.0, 4559.0, 4567.0, 4548.0, 4567.0, 4563.0, 4584.0, 4539.0, 4545.0, 4562.0, 4591.0, 4586.0, 4604.0, 4589.0, 4605.0, 4578.0, 4590.0, 4558.0, 4578.0, 4560.0, 4579.0, 4560.0, 4594.0, 4576.0, 4603.0, 4572.0, 4562.0, 4584.0, 4552.0, 4581.0, 4552.0, 4594.0, 4571.0, 4572.0, 4549.0, 4562.0, 4583.0, 4535.0, 4548.0, 4565.0, 4536.0, 4555.0, 4513.0, 4545.0, 4523.0, 4536.0, 4545.0, 4547.0, 4577.0, 4551.0, 4579.0, 4559.0, 4579.0, 4550.0, 4569.0, 4536.0, 4557.0, 4536.0, 4547.0, 4578.0, 4546.0, 4556.0, 4547.0, 4554.0, 4537.0, 4555.0, 4547.0, 4568.0, 4551.0, 4582.0, 4561.0, 4592.0, 4574.0, 4593.0, 4575.0, 4562.0, 4565.0, 4596.0, 4561.0, 4572.0, 4542.0, 4560.0, 4541.0, 4560.0, 4547.0, 4571.0, 4559.0, 4572.0, 4560.0, 4573.0, 4571.0, 4572.0, 4580.0, 4569.0, 4549.0, 4572.0, 4545.0, 4570.0, 4578.0, 4547.0, 4567.0, 4535.0, 4555.0, 4522.0, 4544.0, 4540.0, 4524.0, 4540.0, 4511.0, 4543.0, 4520.0, 4546.0, 4527.0, 4545.0, 4523.0, 4567.0, 4556.0, 4569.0, 4558.0, 4571.0, 4590.0, 4571.0, 4592.0, 4571.0, 4579.0, 4560.0, 4569.0, 4536.0, 4560.0, 4589.0, 4574.0, 4568.0, 4536.0, 4554.0, 4524.0, 4555.0, 4523.0, 4555.0, 4525.0, 4554.0, 4536.0, 4569.0, 4556.0, 4559.0, 4568.0, 4550.0, 4576.0, 4545.0, 4568.0, 4536.0, 4559.0, 4554.0, 4536.0, 4565.0, 4535.0, 4555.0, 4536.0, 4559.0, 4536.0, 4549.0, 4587.0, 4559.0, 4589.0, 4562.0, 4579.0, 4561.0, 4580.0, 4572.0, 4594.0, 4565.0, 4581.0, 4548.0, 4573.0, 4591.0, 4560.0, 4566.0, 4534.0, 4555.0, 4522.0, 4556.0, 4523.0, 4542.0, 4529.0, 4561.0, 4549.0, 4581.0, 4589.0, 4551.0, 4567.0, 4535.0, 4544.0, 4525.0, 4546.0, 4514.0, 4545.0, 4541.0, 4534.0, 4542.0, 4534.0, 4564.0, 4533.0, 4555.0, 4534.0, 4545.0, 4512.0, 4533.0, 4552.0, 4534.0, 4564.0, 4557.0, 4564.0, 4536.0, 4566.0, 4547.0, 4568.0, 4547.0, 4566.0, 4525.0, 4557.0, 4554.0, 4547.0, 4576.0, 4546.0, 4557.0, 4526.0, 4556.0, 4536.0, 4567.0, 4536.0, 4566.0, 4538.0, 4577.0, 4551.0, 4589.0, 4563.0, 4578.0, 4561.0, 4580.0, 4561.0, 4581.0, 4559.0, 4567.0, 4549.0, 4565.0, 4538.0, 4566.0, 4546.0, 4556.0, 4536.0, 4555.0, 4524.0, 4556.0, 4523.0, 4545.0, 4513.0, 4534.0, 4532.0, 4535.0, 4564.0, 4546.0, 4590.0, 4551.0, 4567.0, 4551.0, 4577.0, 4559.0, 4567.0, 4549.0, 4579.0, 4550.0, 4570.0, 4548.0, 4561.0, 4569.0, 4538.0, 4567.0, 4514.0, 4546.0, 4554.0, 4524.0, 4541.0, 4524.0, 4543.0, 4525.0, 4556.0, 4538.0, 4568.0, 4547.0, 4582.0, 4560.0, 4572.0, 4604.0, 4576.0, 4596.0, 4574.0, 4581.0, 4561.0, 4570.0, 4552.0, 4581.0, 4573.0, 4594.0, 4561.0, 4573.0, 4542.0, 4560.0, 4539.0, 4571.0, 4561.0, 4571.0, 4550.0, 4569.0, 4561.0, 4581.0, 4562.0, 4552.0, 4599.0, 4594.0, 4547.0, 4558.0, 4534.0, 4536.0, 4555.0, 4536.0, 4555.0, 4532.0, 4542.0, 4511.0, 4531.0, 4540.0, 4507.0, 4517.0, 4472.0, 4494.0, 4492.0, 4482.0, 4513.0, 4494.0, 4526.0, 4518.0, 4530.0, 4533.0, 4563.0, 4533.0, 4553.0, 4522.0, 4557.0, 4532.0, 4555.0, 4534.0, 4547.0, 4524.0, 4557.0, 4523.0, 4546.0, 4521.0, 4561.0, 4545.0, 4557.0, 4530.0, 4558.0, 4539.0, 4560.0, 4556.0, 4557.0, 4536.0, 4568.0, 4569.0, 4549.0, 4555.0, 4546.0, 4527.0, 4557.0, 4539.0, 4571.0, 4559.0, 4579.0, 4562.0, 4577.0, 4549.0, 4568.0, 4551.0, 4580.0, 4562.0, 4537.0, 4559.0, 4551.0, 4567.0, 4548.0, 4579.0, 4548.0, 4567.0, 4549.0, 4557.0, 4565.0, 4523.0, 4542.0, 4500.0, 4531.0, 4509.0, 4522.0, 4501.0, 4520.0, 4514.0, 4556.0, 4549.0, 4591.0, 4562.0, 4595.0, 4565.0, 4586.0, 4595.0, 4563.0, 4560.0, 4545.0, 4546.0, 4565.0, 4536.0, 4566.0, 4548.0, 4579.0, 4548.0, 4569.0, 4559.0, 4569.0, 4549.0, 4569.0, 4550.0, 4569.0, 4538.0, 4557.0, 4528.0, 4558.0, 4548.0, 4568.0, 4540.0, 4559.0, 4537.0, 4563.0, 4581.0, 4573.0, 4569.0, 4552.0, 4580.0, 4550.0, 4578.0, 4548.0, 4567.0, 4541.0, 4566.0, 4538.0, 4568.0, 4547.0, 4555.0, 4537.0, 4548.0, 4542.0, 4525.0, 4551.0, 4522.0, 4532.0, 4499.0, 4521.0, 4550.0, 4523.0, 4542.0, 4511.0, 4542.0, 4521.0, 4534.0, 4563.0, 4544.0, 4566.0, 4546.0, 4556.0, 4537.0, 4558.0, 4537.0, 4578.0, 4549.0, 4569.0, 4561.0, 4580.0, 4551.0, 4581.0, 4562.0, 4580.0, 4543.0, 4570.0, 4549.0, 4579.0, 4560.0, 4572.0, 4541.0, 4571.0, 4552.0, 4592.0, 4565.0, 4584.0, 4564.0, 4582.0, 4566.0, 4595.0, 4575.0, 4596.0, 4564.0, 4584.0, 4552.0, 4571.0, 4540.0, 4562.0, 4538.0, 4559.0, 4577.0, 4549.0, 4567.0, 4535.0, 4556.0, 4516.0, 4545.0, 4522.0, 4536.0, 4567.0, 4536.0, 4566.0, 4536.0, 4566.0, 4538.0, 4567.0, 4538.0, 4568.0, 4537.0, 4571.0, 4559.0, 4572.0, 4560.0, 4561.0, 4591.0, 4564.0, 4591.0, 4551.0, 4571.0, 4539.0, 4551.0, 4582.0, 4564.0, 4571.0, 4562.0, 4558.0, 4528.0, 4557.0, 4550.0, 4579.0, 4563.0, 4584.0, 4578.0, 4605.0, 4587.0, 4585.0, 4587.0, 4554.0, 4594.0, 4564.0, 4569.0, 4549.0, 4558.0, 4554.0, 4582.0, 4574.0, 4602.0, 4583.0, 4584.0, 4584.0, 4586.0, 4571.0, 4540.0, 4569.0, 4539.0, 4568.0, 4535.0, 4544.0, 4499.0, 4508.0, 4524.0, 4485.0, 4511.0, 4482.0, 4489.0, 4469.0, 4490.0, 4471.0, 4495.0, 4534.0, 4506.0, 4550.0, 4509.0, 4542.0, 4520.0, 4543.0, 4560.0, 4523.0, 4550.0, 4546.0, 4555.0, 4547.0, 4555.0, 4548.0, 4565.0, 4547.0, 4550.0, 4571.0, 4541.0, 4595.0, 4569.0, 4561.0, 4588.0, 4560.0, 4570.0, 4561.0, 4568.0, 4563.0, 4591.0, 4571.0, 4561.0, 4562.0, 4541.0, 4571.0, 4560.0, 4567.0, 4548.0, 4527.0, 4556.0, 4537.0, 4571.0, 4568.0, 4534.0, 4555.0, 4521.0, 4531.0, 4510.0, 4519.0, 4513.0, 4570.0, 4558.0, 4526.0, 4535.0, 4531.0, 4581.0, 4563.0, 4593.0, 4577.0, 4584.0, 4573.0, 4581.0, 4563.0, 4581.0, 4564.0, 4569.0, 4551.0, 4569.0, 4526.0, 4556.0, 4524.0, 4545.0, 4516.0, 4536.0, 4513.0, 4534.0, 4542.0, 4525.0, 4565.0, 4525.0, 4525.0, 4526.0, 4531.0, 4571.0, 4562.0, 4561.0, 4563.0, 4555.0, 4597.0, 4563.0, 4603.0, 4585.0, 4564.0, 4565.0, 4543.0, 4574.0, 4594.0, 4538.0, 4558.0, 4537.0, 4549.0, 4550.0, 4538.0, 4528.0, 4545.0, 4515.0, 4559.0, 4551.0, 4583.0, 4562.0, 4582.0, 4564.0, 4538.0, 4550.0, 4539.0, 4559.0, 4548.0, 4570.0, 4551.0, 4560.0, 4519.0, 4557.0, 4539.0, 4570.0, 4578.0, 4549.0, 4547.0, 4514.0, 4535.0, 4516.0, 4534.0, 4516.0, 4548.0, 4529.0, 4569.0, 4565.0, 4575.0, 4607.0, 4608.0, 4606.0, 4577.0, 4571.0, 4574.0, 4580.0, 4558.0, 4565.0, 4536.0, 4565.0, 4536.0, 4569.0, 4538.0, 4546.0, 4528.0, 4546.0, 4511.0, 4532.0, 4541.0, 4506.0, 4503.0, 4459.0, 4469.0, 4448.0, 4479.0, 4460.0, 4480.0, 4470.0, 4502.0, 4484.0, 4516.0, 4506.0, 4529.0, 4517.0, 4520.0, 4518.0, 4529.0, 4520.0], 'WindowWidth': [10090.0, 10088.0, 10030.0, 10014.0, 10039.0, 10002.0, 10045.0, 9970.0, 9984.0, 10008.0, 9957.0, 9972.0, 9943.0, 9970.0, 9932.0, 9955.0, 9982.0, 9932.0, 9924.0, 9912.0, 9896.0, 9927.0, 9906.0, 9927.0, 9959.0, 9907.0, 9924.0, 9872.0, 9913.0, 9927.0, 9888.0, 9910.0, 9888.0, 9908.0, 9887.0, 9927.0, 9910.0, 9952.0, 9911.0, 9963.0, 9939.0, 9953.0, 9977.0, 9938.0, 10005.0, 9984.0, 9981.0, 9982.0, 9970.0, 9994.0, 9979.0, 10030.0, 10007.0, 10036.0, 10014.0, 10039.0, 9994.0, 10002.0, 10008.0, 9974.0, 9993.0, 9938.0, 9967.0, 9926.0, 9973.0, 9931.0, 9969.0, 9939.0, 10006.0, 9968.0, 10003.0, 9962.0, 10008.0, 9974.0, 9994.0, 9936.0, 9973.0, 9989.0, 9932.0, 9945.0, 9902.0, 9947.0, 9920.0, 9955.0, 9953.0, 9974.0, 9950.0, 10011.0, 9971.0, 10041.0, 10018.0, 10018.0, 9982.0, 10019.0, 10021.0, 10028.0, 10043.0, 9998.0, 10025.0, 10004.0, 10030.0, 9992.0, 9998.0, 10000.0, 10045.0, 9996.0, 10007.0, 9981.0, 10006.0, 10010.0, 10037.0, 9964.0, 9970.0, 10007.0, 10045.0, 10046.0, 10072.0, 10054.0, 10074.0, 10038.0, 10045.0, 9996.0, 10022.0, 9998.0, 10025.0, 10000.0, 10055.0, 10032.0, 10067.0, 10018.0, 10006.0, 10038.0, 9993.0, 10030.0, 9993.0, 10057.0, 10015.0, 10019.0, 9982.0, 10006.0, 10042.0, 9957.0, 9980.0, 10002.0, 9959.0, 9988.0, 9923.0, 9971.0, 9935.0, 9959.0, 9971.0, 9977.0, 10020.0, 9988.0, 10027.0, 9995.0, 10025.0, 9984.0, 10010.0, 9960.0, 9991.0, 9958.0, 9978.0, 10026.0, 9974.0, 9990.0, 9976.0, 9985.0, 9961.0, 9986.0, 9976.0, 10009.0, 9991.0, 10033.0, 10002.0, 10050.0, 10026.0, 10053.0, 10031.0, 10009.0, 10014.0, 10066.0, 10001.0, 10021.0, 9976.0, 10002.0, 9973.0, 10001.0, 9978.0, 10017.0, 9998.0, 10020.0, 9999.0, 10027.0, 10018.0, 10019.0, 10028.0, 10011.0, 9983.0, 10019.0, 9975.0, 10014.0, 10022.0, 9976.0, 10009.0, 9957.0, 9987.0, 9934.0, 9969.0, 9957.0, 9937.0, 9961.0, 9918.0, 9965.0, 9929.0, 9975.0, 9952.0, 9975.0, 9940.0, 10006.0, 9987.0, 10012.0, 9994.0, 10020.0, 10044.0, 10017.0, 10052.0, 10015.0, 10026.0, 10000.0, 10013.0, 9962.0, 9998.0, 10046.0, 10025.0, 10008.0, 9961.0, 9983.0, 9941.0, 9986.0, 9941.0, 9988.0, 9945.0, 9985.0, 9960.0, 10011.0, 9991.0, 9999.0, 10009.0, 9985.0, 10021.0, 9974.0, 10010.0, 9961.0, 9997.0, 9983.0, 9962.0, 10001.0, 9958.0, 9988.0, 9959.0, 9997.0, 9964.0, 9987.0, 10039.0, 10002.0, 10043.0, 10008.0, 10029.0, 10004.0, 10032.0, 10022.0, 10056.0, 10019.0, 10034.0, 9983.0, 10022.0, 10051.0, 9999.0, 10004.0, 9957.0, 9988.0, 9936.0, 9987.0, 9939.0, 9966.0, 9956.0, 10007.0, 9985.0, 10034.0, 10046.0, 9990.0, 10008.0, 9959.0, 9968.0, 9945.0, 9974.0, 9927.0, 9974.0, 9961.0, 9956.0, 9962.0, 9957.0, 10001.0, 9954.0, 9987.0, 9953.0, 9970.0, 9920.0, 9954.0, 9977.0, 9956.0, 10001.0, 9994.0, 9999.0, 9964.0, 10002.0, 9980.0, 10011.0, 9979.0, 10005.0, 9945.0, 9994.0, 9985.0, 9980.0, 10019.0, 9975.0, 9991.0, 9947.0, 9990.0, 9961.0, 10007.0, 9962.0, 10003.0, 9968.0, 10021.0, 9991.0, 10044.0, 10011.0, 10027.0, 10003.0, 10029.0, 10005.0, 10036.0, 10000.0, 10009.0, 9982.0, 10002.0, 9966.0, 10004.0, 9975.0, 9989.0, 9961.0, 9987.0, 9942.0, 9988.0, 9938.0, 9971.0, 9924.0, 9955.0, 9950.0, 9957.0, 9998.0, 9977.0, 10049.0, 9994.0, 10010.0, 9990.0, 10024.0, 9999.0, 10008.0, 9984.0, 10025.0, 9984.0, 10015.0, 9979.0, 10000.0, 10012.0, 9966.0, 10008.0, 9926.0, 9975.0, 9987.0, 9940.0, 9961.0, 9940.0, 9966.0, 9945.0, 9990.0, 9970.0, 10012.0, 9982.0, 10034.0, 10002.0, 10022.0, 10070.0, 10033.0, 10061.0, 10023.0, 10033.0, 10005.0, 10016.0, 9995.0, 10033.0, 10024.0, 10056.0, 10003.0, 10024.0, 9977.0, 9999.0, 9968.0, 10020.0, 10005.0, 10018.0, 9984.0, 10010.0, 9999.0, 10032.0, 10006.0, 9995.0, 10070.0, 10061.0, 9977.0, 9995.0, 9955.0, 9963.0, 9988.0, 9962.0, 9990.0, 9952.0, 9967.0, 9916.0, 9945.0, 9965.0, 9906.0, 9921.0, 9848.0, 9881.0, 9875.0, 9864.0, 9907.0, 9886.0, 9931.0, 9926.0, 9944.0, 9956.0, 9997.0, 9952.0, 9982.0, 9933.0, 9992.0, 9949.0, 9985.0, 9956.0, 9976.0, 9942.0, 9991.0, 9938.0, 9974.0, 9930.0, 10001.0, 9972.0, 9990.0, 9957.0, 9994.0, 9969.0, 9999.0, 9988.0, 9993.0, 9959.0, 10012.0, 10010.0, 9983.0, 9987.0, 9975.0, 9948.0, 9992.0, 9970.0, 10019.0, 9998.0, 10029.0, 10003.0, 10023.0, 9986.0, 10010.0, 9989.0, 10030.0, 10004.0, 9965.0, 9996.0, 9988.0, 10007.0, 9980.0, 10028.0, 9979.0, 10007.0, 9981.0, 9994.0, 9999.0, 9936.0, 9963.0, 9900.0, 9944.0, 9910.0, 9932.0, 9902.0, 9929.0, 9930.0, 9990.0, 9985.0, 10048.0, 10005.0, 10055.0, 10014.0, 10046.0, 10060.0, 10004.0, 9999.0, 9972.0, 9973.0, 10001.0, 9960.0, 10004.0, 9978.0, 10025.0, 9979.0, 10010.0, 9999.0, 10012.0, 9982.0, 10012.0, 9984.0, 10010.0, 9965.0, 9991.0, 9952.0, 9996.0, 9980.0, 10008.0, 9973.0, 10000.0, 9964.0, 10007.0, 10033.0, 10022.0, 10010.0, 9996.0, 10027.0, 9986.0, 10026.0, 9981.0, 10006.0, 9972.0, 10004.0, 9965.0, 10008.0, 9975.0, 9986.0, 9961.0, 9979.0, 9963.0, 9942.0, 9980.0, 9934.0, 9947.0, 9899.0, 9932.0, 9972.0, 9936.0, 9964.0, 9918.0, 9964.0, 9932.0, 9955.0, 9997.0, 9970.0, 10001.0, 9974.0, 9986.0, 9963.0, 9993.0, 9963.0, 10023.0, 9982.0, 10011.0, 10003.0, 10028.0, 9991.0, 10033.0, 10004.0, 10031.0, 9980.0, 10016.0, 9983.0, 10026.0, 10000.0, 10019.0, 9973.0, 10020.0, 9990.0, 10049.0, 10015.0, 10040.0, 10011.0, 10034.0, 10016.0, 10058.0, 10029.0, 10059.0, 10014.0, 10038.0, 9992.0, 10021.0, 9973.0, 10006.0, 9967.0, 9998.0, 10027.0, 9983.0, 10009.0, 9958.0, 9989.0, 9932.0, 9972.0, 9937.0, 9962.0, 10008.0, 9962.0, 10003.0, 9962.0, 10003.0, 9967.0, 10008.0, 9967.0, 10010.0, 9965.0, 10018.0, 9999.0, 10019.0, 10001.0, 10005.0, 10047.0, 10011.0, 10049.0, 9989.0, 10019.0, 9968.0, 9989.0, 10040.0, 10012.0, 10020.0, 10006.0, 9996.0, 9954.0, 9992.0, 9989.0, 10028.0, 10013.0, 10040.0, 10041.0, 10075.0, 10050.0, 10045.0, 10049.0, 10002.0, 10054.0, 10012.0, 10011.0, 9986.0, 9995.0, 9996.0, 10034.0, 10028.0, 10069.0, 10040.0, 10037.0, 10043.0, 10047.0, 10021.0, 9971.0, 10016.0, 9969.0, 10018.0, 9957.0, 9979.0, 9896.0, 9907.0, 9928.0, 9868.0, 9903.0, 9862.0, 9868.0, 9843.0, 9874.0, 9848.0, 9888.0, 9942.0, 9905.0, 9976.0, 9913.0, 9963.0, 9928.0, 9965.0, 9986.0, 9938.0, 9974.0, 9976.0, 9986.0, 9976.0, 9985.0, 9978.0, 9999.0, 9977.0, 9988.0, 10017.0, 9976.0, 10058.0, 10012.0, 10003.0, 10041.0, 9999.0, 10010.0, 10003.0, 10009.0, 10008.0, 10045.0, 10020.0, 10003.0, 10006.0, 9974.0, 10017.0, 9999.0, 10007.0, 9980.0, 9948.0, 9990.0, 9962.0, 10018.0, 10009.0, 9952.0, 9987.0, 9932.0, 9946.0, 9910.0, 9924.0, 9924.0, 10017.0, 9996.0, 9944.0, 9958.0, 9960.0, 10028.0, 10009.0, 10051.0, 10032.0, 10042.0, 10022.0, 10030.0, 10006.0, 10032.0, 10007.0, 10010.0, 9984.0, 10011.0, 9942.0, 9986.0, 9940.0, 9969.0, 9929.0, 9957.0, 9921.0, 9951.0, 9959.0, 9939.0, 10002.0, 9941.0, 9941.0, 9942.0, 9960.0, 10018.0, 10005.0, 10002.0, 10007.0, 10000.0, 10062.0, 10005.0, 10075.0, 10042.0, 10009.0, 10012.0, 9977.0, 10023.0, 10061.0, 9961.0, 9993.0, 9960.0, 9983.0, 9985.0, 9965.0, 9950.0, 9972.0, 9928.0, 9996.0, 9988.0, 10037.0, 10006.0, 10033.0, 10009.0, 9966.0, 9986.0, 9967.0, 9995.0, 9978.0, 10013.0, 9987.0, 10000.0, 9941.0, 9991.0, 9969.0, 10015.0, 10030.0, 9980.0, 9976.0, 9925.0, 9954.0, 9931.0, 9956.0, 9933.0, 9981.0, 9957.0, 10013.0, 10023.0, 10036.0, 10082.0, 10082.0, 10077.0, 10037.0, 10021.0, 10027.0, 10032.0, 9998.0, 10004.0, 9962.0, 10008.0, 9960.0, 10011.0, 9965.0, 9974.0, 9951.0, 9975.0, 9916.0, 9945.0, 9969.0, 9897.0, 9892.0, 9821.0, 9835.0, 9808.0, 9853.0, 9827.0, 9857.0, 9844.0, 9892.0, 9868.0, 9915.0, 9900.0, 9935.0, 9916.0, 9926.0, 9921.0, 9938.0, 9926.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.0032929391504018363</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03857128541905855</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.52018564164367</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.274320490747126</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0552405675977</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4163.0156</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1938716525428095</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>307</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>35.246842709529275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.353940575722846</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.249696037272158</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6474072096081662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1647184802882142</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0198028</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014391297474503517</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03582289442420006</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.192252934482567</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>36.4303</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.1245</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.2121</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293127.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1102.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.8124</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2247</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.8249</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.2732</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83417.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4767.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.135</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.83609778666869</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> |