=== 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-0052 --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-0052",
"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-0052_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0052_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-03/func/sub-0052_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3d8f2ddf0e0c4a549892c92c43e29aad</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>16:56:4.540000</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.999467, -0.0154305, 0.0287825, 0.0122114, 0.993984, 0.108842]</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.0927817</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7704, -7295, 681, -60, -28, 1, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.529</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f3bf5c61-721c-4aa6-bbe8-4855dfa04f7e||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.6814959049224854, 0.032762352377176285, 0.08177974075078964, 112.24788665771484], [0.04139883443713188, 2.6667866706848145, 0.2927672863006592, -110.64653778076172], [0.07722125202417374, -0.2920147776603699, 2.6828341484069824, -57.08112335205078], [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': ['165604.540000', '165605.000000', '165605.460000', '165605.920000', '165606.380000', '165606.840000', '165607.300000', '165607.760000', '165608.220000', '165608.680000', '165609.140000', '165609.600000', '165610.060000', '165610.520000', '165610.980000', '165611.440000', '165611.900000', '165612.360000', '165612.820000', '165613.280000', '165613.740000', '165614.200000', '165614.660000', '165615.120000', '165615.580000', '165616.040000', '165616.500000', '165616.960000', '165617.420000', '165617.880000', '165618.340000', '165618.800000', '165619.260000', '165619.720000', '165620.180000', '165620.640000', '165621.100000', '165621.560000', '165622.020000', '165622.480000', '165622.940000', '165623.400000', '165623.860000', '165624.320000', '165624.780000', '165625.240000', '165625.700000', '165626.160000', '165626.620000', '165627.080000', '165627.540000', '165628.000000', '165628.460000', '165628.920000', '165629.380000', '165629.840000', '165630.300000', '165630.760000', '165631.220000', '165631.680000', '165632.140000', '165632.600000', '165633.060000', '165633.520000', '165633.980000', '165634.440000', '165634.900000', '165635.360000', '165635.820000', '165636.280000', '165636.740000', '165637.200000', '165637.660000', '165638.120000', '165638.580000', '165639.040000', '165639.500000', '165639.960000', '165640.420000', '165640.880000', '165641.340000', '165641.800000', '165642.260000', '165642.720000', '165643.180000', '165643.640000', '165644.100000', '165644.560000', '165645.020000', '165645.480000', '165645.940000', '165646.400000', '165646.860000', '165647.320000', '165647.780000', '165648.240000', '165648.700000', '165649.160000', '165649.620000', '165650.080000', '165650.540000', '165651.000000', '165651.460000', '165651.920000', '165652.380000', '165652.840000', '165653.300000', '165653.760000', '165654.220000', '165654.680000', '165655.140000', '165655.600000', '165656.060000', '165656.520000', '165656.980000', '165657.440000', '165657.900000', '165658.360000', '165658.820000', '165659.280000', '165659.740000', '165700.200000', '165700.660000', '165701.120000', '165701.580000', '165702.040000', '165702.500000', '165702.960000', '165703.420000', '165703.880000', '165704.340000', '165704.800000', '165705.260000', '165705.720000', '165706.180000', '165706.640000', '165707.100000', '165707.560000', '165708.020000', '165708.480000', '165708.940000', '165709.400000', '165709.860000', '165710.320000', '165710.780000', '165711.240000', '165711.700000', '165712.160000', '165712.620000', '165713.080000', '165713.540000', '165714.000000', '165714.460000', '165714.920000', '165715.380000', '165715.840000', '165716.300000', '165716.760000', '165717.220000', '165717.680000', '165718.140000', '165718.600000', '165719.060000', '165719.520000', '165719.980000', '165720.440000', '165720.900000', '165721.360000', '165721.820000', '165722.280000', '165722.740000', '165723.200000', '165723.660000', '165724.120000', '165724.580000', '165725.040000', '165725.500000', '165725.960000', '165726.420000', '165726.880000', '165727.340000', '165727.800000', '165728.260000', '165728.720000', '165729.180000', '165729.640000', '165730.100000', '165730.560000', '165731.020000', '165731.480000', '165731.940000', '165732.400000', '165732.860000', '165733.320000', '165733.780000', '165734.240000', '165734.700000', '165735.160000', '165735.620000', '165736.080000', '165736.540000', '165737.000000', '165737.460000', '165737.920000', '165738.380000', '165738.840000', '165739.300000', '165739.760000', '165740.220000', '165740.680000', '165741.140000', '165741.600000', '165742.060000', '165742.520000', '165742.980000', '165743.440000', '165743.900000', '165744.360000', '165744.820000', '165745.280000', '165745.740000', '165746.200000', '165746.660000', '165747.120000', '165747.580000', '165748.040000', '165748.500000', '165748.960000', '165749.420000', '165749.880000', '165750.340000', '165750.800000', '165751.260000', '165751.720000', '165752.180000', '165752.640000', '165753.100000', '165753.560000', '165754.020000', '165754.480000', '165754.940000', '165755.400000', '165755.860000', '165756.320000', '165756.780000', '165757.240000', '165757.700000', '165758.160000', '165758.620000', '165759.080000', '165759.540000', '165800.000000', '165800.460000', '165800.920000', '165801.380000', '165801.840000', '165802.300000', '165802.760000', '165803.220000', '165803.680000', '165804.140000', '165804.600000', '165805.060000', '165805.520000', '165805.980000', '165806.440000', '165806.900000', '165807.360000', '165807.820000', '165808.280000', '165808.740000', '165809.200000', '165809.660000', '165810.120000', '165810.580000', '165811.040000', '165811.500000', '165811.960000', '165812.420000', '165812.880000', '165813.340000', '165813.800000', '165814.260000', '165814.720000', '165815.180000', '165815.640000', '165816.100000', '165816.560000', '165817.020000', '165817.480000', '165817.940000', '165818.400000', '165818.860000', '165819.320000', '165819.780000', '165820.240000', '165820.700000', '165821.160000', '165821.620000', '165822.080000', '165822.540000', '165823.000000', '165823.460000', '165823.920000', '165824.380000', '165824.840000', '165825.300000', '165825.760000', '165826.220000', '165826.680000', '165827.140000', '165827.600000', '165828.060000', '165828.520000', '165828.980000', '165829.440000', '165829.900000', '165830.360000', '165830.820000', '165831.280000', '165831.740000', '165832.200000', '165832.660000', '165833.120000', '165833.580000', '165834.040000', '165834.500000', '165834.960000', '165835.420000', '165835.880000', '165836.340000', '165836.800000', '165837.260000', '165837.720000', '165838.180000', '165838.640000', '165839.100000', '165839.560000', '165840.020000', '165840.480000', '165840.940000', '165841.400000', '165841.860000', '165842.320000', '165842.780000', '165843.240000', '165843.700000', '165844.160000', '165844.620000', '165845.080000', '165845.540000', '165846.000000', '165846.460000', '165846.920000', '165847.380000', '165847.840000', '165848.300000', '165848.760000', '165849.220000', '165849.680000', '165850.140000', '165850.600000', '165851.060000', '165851.520000', '165851.980000', '165852.440000', '165852.900000', '165853.360000', '165853.820000', '165854.280000', '165854.740000', '165855.200000', '165855.660000', '165856.120000', '165856.580000', '165857.040000', '165857.500000', '165857.960000', '165858.420000', '165858.880000', '165859.340000', '165859.800000', '165900.260000', '165900.720000', '165901.180000', '165901.640000', '165902.100000', '165902.560000', '165903.020000', '165903.480000', '165903.940000', '165904.400000', '165904.860000', '165905.320000', '165905.780000', '165906.240000', '165906.700000', '165907.160000', '165907.620000', '165908.080000', '165908.540000', '165909.000000', '165909.460000', '165909.920000', '165910.380000', '165910.840000', '165911.300000', '165911.760000', '165912.220000', '165912.680000', '165913.140000', '165913.600000', '165914.060000', '165914.520000', '165914.980000', '165915.440000', '165915.900000', '165916.360000', '165916.820000', '165917.280000', '165917.740000', '165918.200000', '165918.660000', '165919.120000', '165919.580000', '165920.040000', '165920.500000', '165920.960000', '165921.420000', '165921.880000', '165922.340000', '165922.800000', '165923.260000', '165923.720000', '165924.180000', '165924.640000', '165925.100000', '165925.560000', '165926.020000', '165926.480000', '165926.940000', '165927.400000', '165927.860000', '165928.320000', '165928.780000', '165929.240000', '165929.700000', '165930.160000', '165930.620000', '165931.080000', '165931.540000', '165932.000000', '165932.460000', '165932.920000', '165933.380000', '165933.840000', '165934.300000', '165934.760000', '165935.220000', '165935.680000', '165936.140000', '165936.600000', '165937.060000', '165937.520000', '165937.980000', '165938.440000', '165938.900000', '165939.360000', '165939.820000', '165940.280000', '165940.740000', '165941.200000', '165941.660000', '165942.120000', '165942.580000', '165943.040000', '165943.500000', '165943.960000', '165944.420000', '165944.880000', '165945.340000', '165945.800000', '165946.260000', '165946.720000', '165947.180000', '165947.640000', '165948.100000', '165948.560000', '165949.020000', '165949.480000', '165949.940000', '165950.400000', '165950.860000', '165951.320000', '165951.780000', '165952.240000', '165952.700000', '165953.160000', '165953.620000', '165954.080000', '165954.540000', '165955.000000', '165955.460000', '165955.920000', '165956.380000', '165956.840000', '165957.300000', '165957.760000', '165958.220000', '165958.680000', '165959.140000', '165959.600000', '170000.060000', '170000.520000', '170000.980000', '170001.440000', '170001.900000', '170002.360000', '170002.820000', '170003.280000', '170003.740000', '170004.200000', '170004.660000', '170005.120000', '170005.580000', '170006.040000', '170006.500000', '170006.960000', '170007.420000', '170007.880000', '170008.340000', '170008.800000', '170009.260000', '170009.720000', '170010.180000', '170010.640000', '170011.100000', '170011.560000', '170012.020000', '170012.480000', '170012.940000', '170013.400000', '170013.860000', '170014.320000', '170014.780000', '170015.240000', '170015.700000', '170016.160000', '170016.620000', '170017.080000', '170017.540000', '170018.000000', '170018.460000', '170018.920000', '170019.380000', '170019.840000', '170020.300000', '170020.760000', '170021.220000', '170021.680000', '170022.140000', '170022.600000', '170023.060000', '170023.520000', '170023.980000', '170024.440000', '170024.900000', '170025.360000', '170025.820000', '170026.280000', '170026.740000', '170027.200000', '170027.660000', '170028.120000', '170028.580000', '170029.040000', '170029.500000', '170029.960000', '170030.420000', '170030.880000', '170031.340000', '170031.800000', '170032.260000', '170032.720000', '170033.180000', '170033.640000', '170034.100000', '170034.560000', '170035.020000', '170035.480000', '170035.940000', '170036.400000', '170036.860000', '170037.320000', '170037.780000', '170038.240000', '170038.700000', '170039.160000', '170039.620000', '170040.080000', '170040.540000', '170041.000000', '170041.460000', '170041.920000', '170042.380000', '170042.840000', '170043.300000', '170043.760000', '170044.220000', '170044.680000', '170045.140000', '170045.600000', '170046.060000', '170046.520000', '170046.980000', '170047.440000', '170047.900000', '170048.360000', '170048.820000', '170049.280000', '170049.740000', '170050.200000', '170050.660000', '170051.120000', '170051.580000', '170052.040000', '170052.500000', '170052.960000', '170053.420000', '170053.880000', '170054.340000', '170054.800000', '170055.260000', '170055.720000', '170056.180000', '170056.640000', '170057.100000', '170057.560000', '170058.020000', '170058.480000', '170058.940000', '170059.400000', '170059.860000', '170100.320000', '170100.780000', '170101.240000', '170101.700000', '170102.160000', '170102.620000', '170103.080000', '170103.540000', '170104.000000', '170104.460000', '170104.920000', '170105.380000', '170105.840000', '170106.300000', '170106.760000', '170107.220000', '170107.680000', '170108.140000', '170108.600000', '170109.060000', '170109.520000', '170109.980000', '170110.440000', '170110.900000', '170111.360000', '170111.820000', '170112.280000', '170112.740000', '170113.200000', '170113.660000', '170114.120000', '170114.580000', '170115.040000', '170115.500000', '170115.960000', '170116.420000', '170116.880000', '170117.340000', '170117.800000', '170118.260000', '170118.720000', '170119.180000', '170119.640000', '170120.100000', '170120.560000', '170121.020000', '170121.480000', '170121.940000', '170122.400000', '170122.860000', '170123.320000', '170123.780000', '170124.240000', '170124.700000', '170125.160000', '170125.620000', '170126.080000', '170126.540000', '170127.000000', '170127.460000', '170127.920000', '170128.380000', '170128.840000', '170129.300000', '170129.760000', '170130.220000', '170130.680000', '170131.140000', '170131.600000', '170132.060000', '170132.520000', '170132.980000', '170133.440000', '170133.900000', '170134.360000', '170134.820000', '170135.280000', '170135.740000', '170136.200000', '170136.660000', '170137.120000', '170137.580000', '170138.040000', '170138.500000', '170138.960000', '170139.420000', '170139.880000', '170140.340000', '170140.800000', '170141.260000', '170141.720000', '170142.180000', '170142.640000', '170143.100000', '170143.560000', '170144.020000', '170144.480000', '170144.940000', '170145.400000', '170145.860000', '170146.320000', '170146.780000', '170147.240000', '170147.700000', '170148.160000', '170148.620000', '170149.080000', '170149.540000', '170150.000000', '170150.460000', '170150.920000', '170151.380000', '170151.840000', '170152.300000', '170152.760000', '170153.220000', '170153.680000', '170154.140000', '170154.600000', '170155.060000', '170155.520000', '170155.980000', '170156.440000', '170156.900000', '170157.360000', '170157.820000', '170158.280000', '170158.740000', '170159.200000', '170159.660000', '170200.120000', '170200.580000', '170201.040000', '170201.500000', '170201.960000', '170202.420000', '170202.880000', '170203.340000', '170203.800000', '170204.260000', '170204.720000', '170205.180000', '170205.640000', '170206.100000', '170206.560000', '170207.020000', '170207.480000', '170207.940000', '170208.400000', '170208.860000', '170209.320000', '170209.780000', '170210.240000', '170210.700000', '170211.160000', '170211.620000', '170212.080000', '170212.540000', '170213.000000', '170213.460000', '170213.920000', '170214.380000', '170214.840000', '170215.300000', '170215.760000', '170216.220000', '170216.680000', '170217.140000', '170217.600000', '170218.060000', '170218.520000', '170218.980000', '170219.440000', '170219.900000', '170220.360000', '170220.820000', '170221.280000', '170221.740000', '170222.200000', '170222.660000', '170223.120000', '170223.580000', '170224.040000', '170224.500000', '170224.960000', '170225.420000', '170225.880000', '170226.340000', '170226.800000', '170227.260000', '170227.720000', '170228.180000', '170228.640000', '170229.100000', '170229.560000', '170230.020000', '170230.480000', '170230.940000', '170231.400000', '170231.860000', '170232.320000', '170232.780000', '170233.240000', '170233.700000', '170234.160000', '170234.620000', '170235.080000', '170235.540000', '170236.000000', '170236.460000', '170236.920000', '170237.380000', '170237.840000', '170238.300000', '170238.760000', '170239.220000', '170239.680000', '170240.140000', '170240.600000', '170241.060000', '170241.520000', '170241.980000', '170242.440000', '170242.900000', '170243.360000', '170243.820000', '170244.280000', '170244.740000', '170245.200000'], 'ContentTime': ['165617.952000', '165617.968000', '165617.970000', '165617.973000', '165617.976000', '165617.978000', '165617.981000', '165617.992000', '165617.994000', '165617.997000', '165618.000000', '165618.003000', '165618.006000', '165618.008000', '165618.011000', '165618.013000', '165618.016000', '165618.019000', '165618.021000', '165618.024000', '165618.026000', '165618.029000', '165618.031000', '165618.034000', '165618.037000', '165618.039000', '165618.042000', '165637.918000', '165637.921000', '165637.924000', '165637.926000', '165637.929000', '165637.931000', '165637.934000', '165637.937000', '165637.939000', '165637.942000', '165637.944000', '165637.947000', '165637.949000', '165637.952000', '165637.955000', '165637.957000', '165637.960000', '165637.962000', '165637.965000', '165637.968000', '165637.970000', '165637.973000', '165637.975000', '165637.978000', '165637.980000', '165637.983000', '165637.985000', '165637.988000', '165637.991000', '165637.993000', '165637.996000', '165637.998000', '165638.002000', '165638.005000', '165638.008000', '165638.011000', '165638.014000', '165638.016000', '165638.019000', '165638.021000', '165638.024000', '165638.032000', '165638.035000', '165657.919000', '165657.922000', '165657.924000', '165657.927000', '165657.929000', '165657.932000', '165657.934000', '165657.937000', '165657.939000', '165657.942000', '165657.944000', '165657.947000', '165657.950000', '165657.952000', '165657.955000', '165657.957000', '165657.960000', '165657.962000', '165657.965000', '165657.968000', '165657.970000', '165657.973000', '165657.975000', '165657.978000', '165657.980000', '165657.983000', '165657.985000', '165657.988000', '165657.991000', '165657.993000', '165657.996000', '165657.998000', '165658.002000', '165658.005000', '165658.007000', '165658.010000', '165658.012000', '165658.015000', '165658.017000', '165658.020000', '165658.022000', '165658.025000', '165658.028000', '165658.030000', '165717.918000', '165717.921000', '165717.924000', '165717.926000', '165717.929000', '165717.931000', '165717.934000', '165717.937000', '165717.939000', '165717.942000', '165717.944000', '165717.947000', '165717.949000', '165717.952000', '165717.955000', '165717.957000', '165717.960000', '165717.962000', '165717.965000', '165717.967000', '165717.970000', '165717.972000', '165717.975000', '165717.977000', '165717.980000', '165717.983000', '165717.995000', '165717.997000', '165718.001000', '165718.004000', '165718.006000', '165718.009000', '165718.011000', '165718.014000', '165718.016000', '165718.019000', '165718.021000', '165718.024000', '165718.027000', '165718.029000', '165718.032000', '165718.035000', '165718.037000', '165737.918000', '165737.920000', '165737.923000', '165737.926000', '165737.928000', '165737.931000', '165737.933000', '165737.936000', '165737.938000', '165737.941000', '165737.944000', '165737.946000', '165737.949000', '165737.951000', '165737.954000', '165737.957000', '165737.959000', '165737.962000', '165737.964000', '165737.967000', '165737.969000', '165737.972000', '165737.974000', '165737.977000', '165737.980000', '165737.982000', '165737.985000', '165737.987000', '165737.990000', '165737.993000', '165737.995000', '165737.998000', '165738.001000', '165738.004000', '165738.006000', '165738.009000', '165738.011000', '165738.014000', '165738.017000', '165738.019000', '165738.022000', '165738.024000', '165738.027000', '165738.030000', '165757.917000', '165757.920000', '165757.923000', '165757.925000', '165757.928000', '165757.931000', '165757.933000', '165757.936000', '165757.938000', '165757.946000', '165757.948000', '165757.951000', '165757.954000', '165757.956000', '165757.959000', '165757.961000', '165757.964000', '165757.966000', '165757.969000', '165757.971000', '165757.974000', '165757.977000', '165757.979000', '165757.982000', '165757.984000', '165757.987000', '165757.989000', '165757.992000', '165757.995000', '165757.997000', '165758.001000', '165758.003000', '165758.006000', '165758.008000', '165758.011000', '165758.013000', '165758.016000', '165758.019000', '165758.021000', '165758.024000', '165758.026000', '165758.029000', '165758.032000', '165817.919000', '165817.921000', '165817.924000', '165817.927000', '165817.929000', '165817.932000', '165817.934000', '165817.937000', '165817.939000', '165817.942000', '165817.945000', '165817.947000', '165817.950000', '165817.953000', '165817.955000', '165817.958000', '165817.960000', '165817.963000', '165817.965000', '165817.968000', '165817.970000', '165817.973000', '165817.976000', '165817.978000', '165817.981000', '165817.983000', '165817.986000', '165817.988000', '165817.991000', '165817.994000', '165817.996000', '165817.999000', '165818.001000', '165818.004000', '165818.007000', '165818.009000', '165818.012000', '165818.014000', '165818.017000', '165818.020000', '165818.022000', '165818.025000', '165818.027000', '165818.030000', '165837.919000', '165837.921000', '165837.924000', '165837.927000', '165837.929000', '165837.932000', '165837.934000', '165837.937000', '165837.940000', '165837.942000', '165837.945000', '165837.947000', '165837.950000', '165837.952000', '165837.955000', '165837.958000', '165837.960000', '165837.963000', '165837.965000', '165837.968000', '165837.971000', '165837.973000', '165837.976000', '165837.978000', '165837.981000', '165837.983000', '165837.986000', '165837.989000', '165837.991000', '165837.994000', '165837.996000', '165838.000000', '165838.002000', '165838.005000', '165838.008000', '165838.010000', '165838.013000', '165838.015000', '165838.018000', '165838.021000', '165838.023000', '165838.026000', '165838.028000', '165857.919000', '165857.921000', '165857.924000', '165857.927000', '165857.929000', '165857.932000', '165857.934000', '165857.937000', '165857.939000', '165857.942000', '165857.945000', '165857.947000', '165857.950000', '165857.952000', '165857.955000', '165857.957000', '165857.960000', '165857.963000', '165857.965000', '165857.968000', '165857.970000', '165857.973000', '165857.981000', '165857.984000', '165857.986000', '165857.989000', '165857.991000', '165857.994000', '165857.997000', '165858.000000', '165858.003000', '165858.005000', '165858.008000', '165858.010000', '165858.013000', '165858.015000', '165858.018000', '165858.021000', '165858.023000', '165858.026000', '165858.028000', '165858.031000', '165858.034000', '165858.036000', '165917.918000', '165917.921000', '165917.924000', '165917.926000', '165917.929000', '165917.932000', '165917.934000', '165917.937000', '165917.939000', '165917.942000', '165917.945000', '165917.947000', '165917.950000', '165917.952000', '165917.955000', '165917.958000', '165917.960000', '165917.963000', '165917.965000', '165917.968000', '165917.971000', '165917.973000', '165917.976000', '165917.978000', '165917.981000', '165917.984000', '165917.986000', '165917.989000', '165917.991000', '165917.994000', '165917.997000', '165918.000000', '165918.003000', '165918.005000', '165918.008000', '165918.010000', '165918.013000', '165918.016000', '165918.018000', '165918.021000', '165918.023000', '165918.026000', '165918.028000', '165937.919000', '165937.921000', '165937.924000', '165937.927000', '165937.930000', '165937.932000', '165937.935000', '165937.937000', '165937.940000', '165937.943000', '165937.945000', '165937.948000', '165937.950000', '165937.953000', '165937.955000', '165937.958000', '165937.961000', '165937.963000', '165937.966000', '165937.968000', '165937.971000', '165937.974000', '165937.976000', '165937.979000', '165937.981000', '165937.984000', '165937.987000', '165937.989000', '165937.992000', '165937.994000', '165937.997000', '165938.000000', '165938.003000', '165938.006000', '165938.008000', '165938.011000', '165938.013000', '165938.016000', '165938.019000', '165938.021000', '165938.024000', '165938.026000', '165938.029000', '165938.032000', '165957.917000', '165957.920000', '165957.923000', '165957.926000', '165957.928000', '165957.931000', '165957.933000', '165957.936000', '165957.939000', '165957.941000', '165957.944000', '165957.946000', '165957.949000', '165957.952000', '165957.954000', '165957.957000', '165957.959000', '165957.962000', '165957.965000', '165957.967000', '165957.970000', '165957.973000', '165957.975000', '165957.978000', '165957.980000', '165957.983000', '165957.985000', '165957.988000', '165957.991000', '165957.993000', '165957.996000', '165957.998000', '165958.002000', '165958.005000', '165958.007000', '165958.010000', '165958.012000', '165958.015000', '165958.018000', '165958.020000', '165958.023000', '165958.026000', '165958.028000', '170017.917000', '170017.920000', '170017.923000', '170017.925000', '170017.928000', '170017.931000', '170017.933000', '170017.936000', '170017.938000', '170017.941000', '170017.945000', '170017.947000', '170017.950000', '170017.952000', '170017.955000', '170017.957000', '170017.960000', '170017.963000', '170017.965000', '170017.968000', '170017.970000', '170017.973000', '170017.976000', '170017.978000', '170017.981000', '170017.983000', '170017.986000', '170017.988000', '170017.991000', '170017.994000', '170017.996000', '170017.999000', '170018.001000', '170018.004000', '170018.007000', '170018.009000', '170018.012000', '170018.014000', '170018.017000', '170018.019000', '170018.022000', '170018.024000', '170018.027000', '170018.030000', '170037.919000', '170037.922000', '170037.924000', '170037.939000', '170037.942000', '170037.944000', '170037.947000', '170037.950000', '170037.952000', '170037.955000', '170037.957000', '170037.960000', '170037.962000', '170037.965000', '170037.968000', '170037.970000', '170037.973000', '170037.976000', '170037.978000', '170037.981000', '170037.984000', '170037.986000', '170037.989000', '170037.991000', '170037.994000', '170037.997000', '170038.000000', '170038.003000', '170038.005000', '170038.008000', '170038.010000', '170038.013000', '170038.016000', '170038.018000', '170038.021000', '170038.023000', '170038.026000', '170038.029000', '170038.031000', '170038.034000', '170038.036000', '170038.039000', '170038.042000', '170057.918000', '170057.921000', '170057.924000', '170057.927000', '170057.929000', '170057.932000', '170057.934000', '170057.937000', '170057.940000', '170057.942000', '170057.945000', '170057.947000', '170057.950000', '170057.952000', '170057.955000', '170057.958000', '170057.960000', '170057.964000', '170057.966000', '170057.969000', '170057.972000', '170057.974000', '170057.977000', '170057.980000', '170057.983000', '170057.986000', '170057.989000', '170057.992000', '170057.994000', '170057.997000', '170058.000000', '170058.003000', '170058.006000', '170058.008000', '170058.011000', '170058.013000', '170058.016000', '170058.019000', '170058.021000', '170058.024000', '170058.027000', '170058.029000', '170058.032000', '170117.919000', '170117.921000', '170117.924000', '170117.927000', '170117.929000', '170117.932000', '170117.935000', '170117.937000', '170117.940000', '170117.942000', '170117.945000', '170117.948000', '170117.950000', '170117.953000', '170117.955000', '170117.958000', '170117.960000', '170117.963000', '170117.966000', '170117.969000', '170117.971000', '170117.974000', '170117.976000', '170117.979000', '170117.982000', '170117.984000', '170117.987000', '170117.989000', '170117.992000', '170117.994000', '170117.997000', '170118.001000', '170118.003000', '170118.006000', '170118.008000', '170118.011000', '170118.013000', '170118.016000', '170118.019000', '170118.021000', '170118.024000', '170118.026000', '170118.029000', '170118.032000', '170137.919000', '170137.922000', '170137.924000', '170137.927000', '170137.929000', '170137.932000', '170137.935000', '170137.937000', '170137.940000', '170137.943000', '170137.946000', '170137.949000', '170137.952000', '170137.954000', '170137.957000', '170137.959000', '170137.962000', '170137.965000', '170137.967000', '170137.970000', '170137.972000', '170137.975000', '170137.978000', '170137.980000', '170137.983000', '170137.985000', '170137.988000', '170137.990000', '170137.993000', '170137.996000', '170137.998000', '170138.002000', '170138.004000', '170138.007000', '170138.010000', '170138.012000', '170138.015000', '170138.017000', '170138.020000', '170138.022000', '170138.025000', '170138.028000', '170138.030000', '170157.918000', '170157.921000', '170157.924000', '170157.927000', '170157.929000', '170157.932000', '170157.934000', '170157.937000', '170157.940000', '170157.942000', '170157.945000', '170157.947000', '170157.950000', '170157.953000', '170157.955000', '170157.971000', '170157.974000', '170157.976000', '170157.979000', '170157.981000', '170157.984000', '170157.987000', '170157.989000', '170157.992000', '170157.994000', '170157.997000', '170158.001000', '170158.003000', '170158.006000', '170158.008000', '170158.011000', '170158.013000', '170158.016000', '170158.019000', '170158.021000', '170158.024000', '170158.026000', '170158.029000', '170158.032000', '170158.034000', '170158.037000', '170158.040000', '170158.042000', '170158.045000', '170217.918000', '170217.920000', '170217.923000', '170217.926000', '170217.930000', '170217.932000', '170217.935000', '170217.937000', '170217.940000', '170217.943000', '170217.945000', '170217.948000', '170217.950000', '170217.953000', '170217.956000', '170217.958000', '170217.961000', '170217.963000', '170217.966000', '170217.969000', '170217.971000', '170217.974000', '170217.976000', '170217.979000', '170217.981000', '170217.984000', '170217.987000', '170217.989000', '170217.992000', '170217.994000', '170217.997000', '170218.001000', '170218.004000', '170218.006000', '170218.009000', '170218.012000', '170218.014000', '170218.017000', '170218.019000', '170218.022000', '170218.025000', '170218.027000', '170218.030000', '170237.918000', '170237.921000', '170237.924000', '170237.927000', '170237.929000', '170237.932000', '170237.935000', '170237.937000', '170237.940000', '170237.942000', '170237.945000', '170237.948000', '170237.950000', '170237.953000', '170237.955000', '170237.958000', '170237.961000', '170237.963000', '170237.966000', '170237.968000', '170237.971000', '170237.974000', '170237.976000', '170237.979000', '170237.981000', '170237.984000', '170237.987000', '170237.989000', '170237.992000', '170237.994000', '170237.997000', '170238.000000', '170238.002000', '170238.005000', '170238.007000', '170238.010000', '170238.012000', '170238.015000', '170238.018000', '170238.020000', '170238.023000', '170238.025000', '170238.028000', '170238.031000', '170246.465000', '170246.468000', '170246.471000', '170246.474000', '170246.476000', '170246.479000', '170246.482000', '170246.484000', '170246.487000', '170246.490000', '170246.493000', '170246.495000', '170246.498000', '170246.501000', '170246.503000', '170246.506000', '170246.509000', '170246.511000', '170246.514000'], 'InstanceCreationTime': ['165617.952000', '165617.968000', '165617.970000', '165617.973000', '165617.976000', '165617.978000', '165617.981000', '165617.992000', '165617.994000', '165617.997000', '165618.000000', '165618.003000', '165618.006000', '165618.008000', '165618.011000', '165618.013000', '165618.016000', '165618.019000', '165618.021000', '165618.024000', '165618.026000', '165618.029000', '165618.031000', '165618.034000', '165618.037000', '165618.039000', '165618.042000', '165637.918000', '165637.921000', '165637.924000', '165637.926000', '165637.929000', '165637.931000', '165637.934000', '165637.937000', '165637.939000', '165637.942000', '165637.944000', '165637.947000', '165637.949000', '165637.952000', '165637.955000', '165637.957000', '165637.960000', '165637.962000', '165637.965000', '165637.968000', '165637.970000', '165637.973000', '165637.975000', '165637.978000', '165637.980000', '165637.983000', '165637.985000', '165637.988000', '165637.991000', '165637.993000', '165637.996000', '165637.998000', '165638.002000', '165638.005000', '165638.008000', '165638.011000', '165638.014000', '165638.016000', '165638.019000', '165638.021000', '165638.024000', '165638.032000', '165638.035000', '165657.919000', '165657.922000', '165657.924000', '165657.927000', '165657.929000', '165657.932000', '165657.934000', '165657.937000', '165657.939000', '165657.942000', '165657.944000', '165657.947000', '165657.950000', '165657.952000', '165657.955000', '165657.957000', '165657.960000', '165657.962000', '165657.965000', '165657.968000', '165657.970000', '165657.973000', '165657.975000', '165657.978000', '165657.980000', '165657.983000', '165657.985000', '165657.988000', '165657.991000', '165657.993000', '165657.996000', '165657.998000', '165658.002000', '165658.005000', '165658.007000', '165658.010000', '165658.012000', '165658.015000', '165658.017000', '165658.020000', '165658.022000', '165658.025000', '165658.028000', '165658.030000', '165717.918000', '165717.921000', '165717.924000', '165717.926000', '165717.929000', '165717.931000', '165717.934000', '165717.937000', '165717.939000', '165717.942000', '165717.944000', '165717.947000', '165717.949000', '165717.952000', '165717.955000', '165717.957000', '165717.960000', '165717.962000', '165717.965000', '165717.967000', '165717.970000', '165717.972000', '165717.975000', '165717.977000', '165717.980000', '165717.983000', '165717.995000', '165717.997000', '165718.001000', '165718.004000', '165718.006000', '165718.009000', '165718.011000', '165718.014000', '165718.016000', '165718.019000', '165718.021000', '165718.024000', '165718.027000', '165718.029000', '165718.032000', '165718.035000', '165718.037000', '165737.918000', '165737.920000', '165737.923000', '165737.926000', '165737.928000', '165737.931000', '165737.933000', '165737.936000', '165737.938000', '165737.941000', '165737.944000', '165737.946000', '165737.949000', '165737.951000', '165737.954000', '165737.957000', '165737.959000', '165737.962000', '165737.964000', '165737.967000', '165737.969000', '165737.972000', '165737.974000', '165737.977000', '165737.980000', '165737.982000', '165737.985000', '165737.987000', '165737.990000', '165737.993000', '165737.995000', '165737.998000', '165738.001000', '165738.004000', '165738.006000', '165738.009000', '165738.011000', '165738.014000', '165738.017000', '165738.019000', '165738.022000', '165738.024000', '165738.027000', '165738.030000', '165757.917000', '165757.920000', '165757.923000', '165757.925000', '165757.928000', '165757.931000', '165757.933000', '165757.936000', '165757.938000', '165757.946000', '165757.948000', '165757.951000', '165757.954000', '165757.956000', '165757.959000', '165757.961000', '165757.964000', '165757.966000', '165757.969000', '165757.971000', '165757.974000', '165757.977000', '165757.979000', '165757.982000', '165757.984000', '165757.987000', '165757.989000', '165757.992000', '165757.995000', '165757.997000', '165758.001000', '165758.003000', '165758.006000', '165758.008000', '165758.011000', '165758.013000', '165758.016000', '165758.019000', '165758.021000', '165758.024000', '165758.026000', '165758.029000', '165758.032000', '165817.919000', '165817.921000', '165817.924000', '165817.927000', '165817.929000', '165817.932000', '165817.934000', '165817.937000', '165817.939000', '165817.942000', '165817.945000', '165817.947000', '165817.950000', '165817.953000', '165817.955000', '165817.958000', '165817.960000', '165817.963000', '165817.965000', '165817.968000', '165817.970000', '165817.973000', '165817.976000', '165817.978000', '165817.981000', '165817.983000', '165817.986000', '165817.988000', '165817.991000', '165817.994000', '165817.996000', '165817.999000', '165818.001000', '165818.004000', '165818.007000', '165818.009000', '165818.012000', '165818.014000', '165818.017000', '165818.020000', '165818.022000', '165818.025000', '165818.027000', '165818.030000', '165837.919000', '165837.921000', '165837.924000', '165837.927000', '165837.929000', '165837.932000', '165837.934000', '165837.937000', '165837.940000', '165837.942000', '165837.945000', '165837.947000', '165837.950000', '165837.952000', '165837.955000', '165837.958000', '165837.960000', '165837.963000', '165837.965000', '165837.968000', '165837.971000', '165837.973000', '165837.976000', '165837.978000', '165837.981000', '165837.983000', '165837.986000', '165837.989000', '165837.991000', '165837.994000', '165837.996000', '165838.000000', '165838.002000', '165838.005000', '165838.008000', '165838.010000', '165838.013000', '165838.015000', '165838.018000', '165838.021000', '165838.023000', '165838.026000', '165838.028000', '165857.919000', '165857.921000', '165857.924000', '165857.927000', '165857.929000', '165857.932000', '165857.934000', '165857.937000', '165857.939000', '165857.942000', '165857.945000', '165857.947000', '165857.950000', '165857.952000', '165857.955000', '165857.957000', '165857.960000', '165857.963000', '165857.965000', '165857.968000', '165857.970000', '165857.973000', '165857.981000', '165857.984000', '165857.986000', '165857.989000', '165857.991000', '165857.994000', '165857.997000', '165858.000000', '165858.003000', '165858.005000', '165858.008000', '165858.010000', '165858.013000', '165858.015000', '165858.018000', '165858.021000', '165858.023000', '165858.026000', '165858.028000', '165858.031000', '165858.034000', '165858.036000', '165917.918000', '165917.921000', '165917.924000', '165917.926000', '165917.929000', '165917.932000', '165917.934000', '165917.937000', '165917.939000', '165917.942000', '165917.945000', '165917.947000', '165917.950000', '165917.952000', '165917.955000', '165917.958000', '165917.960000', '165917.963000', '165917.965000', '165917.968000', '165917.971000', '165917.973000', '165917.976000', '165917.978000', '165917.981000', '165917.984000', '165917.986000', '165917.989000', '165917.991000', '165917.994000', '165917.997000', '165918.000000', '165918.003000', '165918.005000', '165918.008000', '165918.010000', '165918.013000', '165918.016000', '165918.018000', '165918.021000', '165918.023000', '165918.026000', '165918.028000', '165937.919000', '165937.921000', '165937.924000', '165937.927000', '165937.930000', '165937.932000', '165937.935000', '165937.937000', '165937.940000', '165937.943000', '165937.945000', '165937.948000', '165937.950000', '165937.953000', '165937.955000', '165937.958000', '165937.961000', '165937.963000', '165937.966000', '165937.968000', '165937.971000', '165937.974000', '165937.976000', '165937.979000', '165937.981000', '165937.984000', '165937.987000', '165937.989000', '165937.992000', '165937.994000', '165937.997000', '165938.000000', '165938.003000', '165938.006000', '165938.008000', '165938.011000', '165938.013000', '165938.016000', '165938.019000', '165938.021000', '165938.024000', '165938.026000', '165938.029000', '165938.032000', '165957.917000', '165957.920000', '165957.923000', '165957.926000', '165957.928000', '165957.931000', '165957.933000', '165957.936000', '165957.939000', '165957.941000', '165957.944000', '165957.946000', '165957.949000', '165957.952000', '165957.954000', '165957.957000', '165957.959000', '165957.962000', '165957.965000', '165957.967000', '165957.970000', '165957.973000', '165957.975000', '165957.978000', '165957.980000', '165957.983000', '165957.985000', '165957.988000', '165957.991000', '165957.993000', '165957.996000', '165957.998000', '165958.002000', '165958.005000', '165958.007000', '165958.010000', '165958.012000', '165958.015000', '165958.018000', '165958.020000', '165958.023000', '165958.026000', '165958.028000', '170017.917000', '170017.920000', '170017.923000', '170017.925000', '170017.928000', '170017.931000', '170017.933000', '170017.936000', '170017.938000', '170017.941000', '170017.945000', '170017.947000', '170017.950000', '170017.952000', '170017.955000', '170017.957000', '170017.960000', '170017.963000', '170017.965000', '170017.968000', '170017.970000', '170017.973000', '170017.976000', '170017.978000', '170017.981000', '170017.983000', '170017.986000', '170017.988000', '170017.991000', '170017.994000', '170017.996000', '170017.999000', '170018.001000', '170018.004000', '170018.007000', '170018.009000', '170018.012000', '170018.014000', '170018.017000', '170018.019000', '170018.022000', '170018.024000', '170018.027000', '170018.030000', '170037.919000', '170037.922000', '170037.924000', '170037.939000', '170037.942000', '170037.944000', '170037.947000', '170037.950000', '170037.952000', '170037.955000', '170037.957000', '170037.960000', '170037.962000', '170037.965000', '170037.968000', '170037.970000', '170037.973000', '170037.976000', '170037.978000', '170037.981000', '170037.984000', '170037.986000', '170037.989000', '170037.991000', '170037.994000', '170037.997000', '170038.000000', '170038.003000', '170038.005000', '170038.008000', '170038.010000', '170038.013000', '170038.016000', '170038.018000', '170038.021000', '170038.023000', '170038.026000', '170038.029000', '170038.031000', '170038.034000', '170038.036000', '170038.039000', '170038.042000', '170057.918000', '170057.921000', '170057.924000', '170057.927000', '170057.929000', '170057.932000', '170057.934000', '170057.937000', '170057.940000', '170057.942000', '170057.945000', '170057.947000', '170057.950000', '170057.952000', '170057.955000', '170057.958000', '170057.960000', '170057.964000', '170057.966000', '170057.969000', '170057.972000', '170057.974000', '170057.977000', '170057.980000', '170057.983000', '170057.986000', '170057.989000', '170057.992000', '170057.994000', '170057.997000', '170058.000000', '170058.003000', '170058.006000', '170058.008000', '170058.011000', '170058.013000', '170058.016000', '170058.019000', '170058.021000', '170058.024000', '170058.027000', '170058.029000', '170058.032000', '170117.919000', '170117.921000', '170117.924000', '170117.927000', '170117.929000', '170117.932000', '170117.935000', '170117.937000', '170117.940000', '170117.942000', '170117.945000', '170117.948000', '170117.950000', '170117.953000', '170117.955000', '170117.958000', '170117.960000', '170117.963000', '170117.966000', '170117.969000', '170117.971000', '170117.974000', '170117.976000', '170117.979000', '170117.982000', '170117.984000', '170117.987000', '170117.989000', '170117.992000', '170117.994000', '170117.997000', '170118.001000', '170118.003000', '170118.006000', '170118.008000', '170118.011000', '170118.013000', '170118.016000', '170118.019000', '170118.021000', '170118.024000', '170118.026000', '170118.029000', '170118.032000', '170137.919000', '170137.922000', '170137.924000', '170137.927000', '170137.929000', '170137.932000', '170137.935000', '170137.937000', '170137.940000', '170137.943000', '170137.946000', '170137.949000', '170137.952000', '170137.954000', '170137.957000', '170137.959000', '170137.962000', '170137.965000', '170137.967000', '170137.970000', '170137.972000', '170137.975000', '170137.978000', '170137.980000', '170137.983000', '170137.985000', '170137.988000', '170137.990000', '170137.993000', '170137.996000', '170137.998000', '170138.002000', '170138.004000', '170138.007000', '170138.010000', '170138.012000', '170138.015000', '170138.017000', '170138.020000', '170138.022000', '170138.025000', '170138.028000', '170138.030000', '170157.918000', '170157.921000', '170157.924000', '170157.927000', '170157.929000', '170157.932000', '170157.934000', '170157.937000', '170157.940000', '170157.942000', '170157.945000', '170157.947000', '170157.950000', '170157.953000', '170157.955000', '170157.971000', '170157.974000', '170157.976000', '170157.979000', '170157.981000', '170157.984000', '170157.987000', '170157.989000', '170157.992000', '170157.994000', '170157.997000', '170158.001000', '170158.003000', '170158.006000', '170158.008000', '170158.011000', '170158.013000', '170158.016000', '170158.019000', '170158.021000', '170158.024000', '170158.026000', '170158.029000', '170158.032000', '170158.034000', '170158.037000', '170158.040000', '170158.042000', '170158.045000', '170217.918000', '170217.920000', '170217.923000', '170217.926000', '170217.930000', '170217.932000', '170217.935000', '170217.937000', '170217.940000', '170217.943000', '170217.945000', '170217.948000', '170217.950000', '170217.953000', '170217.956000', '170217.958000', '170217.961000', '170217.963000', '170217.966000', '170217.969000', '170217.971000', '170217.974000', '170217.976000', '170217.979000', '170217.981000', '170217.984000', '170217.987000', '170217.989000', '170217.992000', '170217.994000', '170217.997000', '170218.001000', '170218.004000', '170218.006000', '170218.009000', '170218.012000', '170218.014000', '170218.017000', '170218.019000', '170218.022000', '170218.025000', '170218.027000', '170218.030000', '170237.918000', '170237.921000', '170237.924000', '170237.927000', '170237.929000', '170237.932000', '170237.935000', '170237.937000', '170237.940000', '170237.942000', '170237.945000', '170237.948000', '170237.950000', '170237.953000', '170237.955000', '170237.958000', '170237.961000', '170237.963000', '170237.966000', '170237.968000', '170237.971000', '170237.974000', '170237.976000', '170237.979000', '170237.981000', '170237.984000', '170237.987000', '170237.989000', '170237.992000', '170237.994000', '170237.997000', '170238.000000', '170238.002000', '170238.005000', '170238.007000', '170238.010000', '170238.012000', '170238.015000', '170238.018000', '170238.020000', '170238.023000', '170238.025000', '170238.028000', '170238.031000', '170246.465000', '170246.468000', '170246.471000', '170246.474000', '170246.476000', '170246.479000', '170246.482000', '170246.484000', '170246.487000', '170246.490000', '170246.493000', '170246.495000', '170246.498000', '170246.501000', '170246.503000', '170246.506000', '170246.509000', '170246.511000', '170246.514000'], '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': [11795, 9057, 8194, 9237, 7948, 10027, 11295, 8605, 11205, 8450, 10874, 8307, 10248, 8030, 9618, 8026, 9040, 7726, 8557, 10803, 8709, 11033, 8539, 11612, 8631, 11664, 8887, 12141, 9318, 11033, 9055, 10384, 13169, 9252, 12215, 8580, 12524, 9282, 11631, 8073, 10439, 9272, 9608, 8796, 9257, 12316, 9021, 11914, 9552, 11844, 8904, 11750, 8703, 12438, 8878, 11118, 8810, 10728, 12793, 10693, 12925, 9844, 12157, 8567, 11942, 8765, 11562, 9583, 10763, 11146, 10276, 14154, 9448, 12785, 9569, 11517, 8484, 10777, 10866, 10254, 13470, 9485, 11838, 8453, 11109, 8820, 9574, 12491, 8771, 11117, 8372, 12061, 8401, 9882, 8150, 9776, 12151, 8843, 11177, 8601, 10506, 8568, 10054, 8330, 9218, 11040, 8475, 9773, 8326, 12924, 8305, 9994, 10316, 8953, 11816, 8769, 11459, 8772, 10864, 8248, 9744, 13015, 9177, 11989, 8470, 12578, 8440, 10290, 8381, 10308, 11607, 8891, 11766, 8615, 13121, 8964, 11067, 8176, 10265, 12362, 9815, 13016, 8730, 11943, 8826, 11673, 8594, 11532, 8424, 11387, 8654, 11219, 10291, 10825, 10037, 9146, 11495, 8905, 11854, 9223, 12025, 8341, 11893, 9688, 11809, 10162, 11041, 10253, 9946, 12567, 8978, 12174, 9029, 11587, 8607, 11444, 8353, 11727, 9317, 13901, 9654, 9216, 8934, 7995, 10033, 13361, 9135, 12329, 8610, 10582, 9897, 10056, 14649, 10731, 14119, 9663, 13387, 8643, 10704, 12055, 11047, 14859, 11401, 12166, 8663, 10908, 8667, 10903, 8962, 10197, 8571, 9470, 10463, 8902, 10674, 8967, 10337, 8768, 10074, 8516, 10180, 8775, 9617, 8346, 9293, 8094, 9155, 10576, 8634, 10465, 8644, 10076, 8628, 10654, 8365, 9663, 7959, 9764, 10057, 9573, 12512, 8542, 11013, 8985, 12067, 10050, 10544, 8577, 10034, 13702, 9147, 11682, 8689, 11748, 8165, 10339, 10187, 8486, 10969, 8737, 10834, 8391, 10971, 8942, 10355, 8907, 9984, 14087, 8696, 12462, 9366, 12188, 8468, 10671, 10509, 10934, 13115, 10448, 11358, 8442, 11476, 8212, 10274, 10941, 9288, 12850, 8519, 11366, 8527, 12036, 8316, 10246, 8284, 10043, 9447, 10017, 13500, 8881, 11140, 8307, 11356, 8771, 10873, 9579, 10375, 12528, 8797, 11792, 8559, 13136, 9123, 11197, 9086, 9922, 12908, 8351, 11034, 8817, 10443, 7935, 9799, 8997, 10075, 11905, 8576, 11257, 8743, 13218, 9864, 11155, 8785, 10461, 11282, 10967, 12810, 10045, 11513, 8673, 11559, 9763, 10012, 14732, 9532, 12226, 8366, 14015, 9216, 10329, 9560, 10104, 14445, 8812, 12502, 8920, 12088, 8275, 10450, 8053, 9650, 12521, 8524, 10395, 8588, 10439, 8562, 10337, 8646, 9459, 8072, 9254, 11574, 8598, 10660, 8633, 11544, 8781, 10513, 9047, 9897, 13294, 8641, 12299, 9102, 10418, 9780, 8650, 11374, 8247, 9709, 8308, 9332, 7926, 8655, 10790, 8138, 9812, 8347, 13066, 8390, 10763, 9727, 11182, 13751, 8742, 11411, 8779, 13705, 8344, 9971, 8203, 10135, 9358, 11914, 11999, 10655, 13261, 9246, 11171, 10557, 12410, 10338, 14642, 11416, 10260, 9789, 10625, 11060, 16569, 13104, 10972, 9494, 10147, 11486, 15384, 10146, 12844, 9778, 12665, 10256, 12567, 9228, 10353, 9351, 10224, 9754, 9972, 11482, 11248, 8442, 9724, 11013, 9751, 10793, 9195, 9930, 9257, 11061, 8771, 11588, 9186, 10009, 8760, 9628, 12180, 9362, 11416, 8842, 10376, 8697, 11565, 8650, 11544, 9238, 9989, 8537, 9817, 11870, 10449, 13349, 9097, 11877, 8669, 11948, 8463, 14205, 8904, 11508, 8232, 11635, 10697, 11436, 13492, 12915, 13927, 8892, 11321, 8892, 12702, 8616, 11878, 8136, 10168, 9903, 10312, 13614, 10150, 12183, 8883, 12127, 8962, 11815, 9281, 10530, 7808, 9563, 14035, 9428, 12822, 9006, 10738, 8951, 13372, 8670, 11307, 9422, 10393, 10531, 9440, 13403, 8783, 12538, 8799, 11448, 8510, 10968, 8635, 12103, 12636, 10390, 11961, 9007, 11728, 8520, 13982, 8847, 10418, 8744, 9536, 12751, 9392, 12485, 9745, 11299, 7949, 9398, 10942, 8973, 11055, 8821, 10514, 8246, 12516, 8592, 9909, 11029, 10763, 13210, 9041, 13092, 8732, 15829, 8819, 11027, 9890, 9472, 14021, 9057, 12285, 9045, 12179, 8898, 10125, 15371, 9144, 12677, 8744, 10925, 9045, 10496, 13514, 9347, 12774, 8798, 12299, 8309, 9672, 8572, 9693, 11965, 8661, 11500, 8402, 11580, 8780, 9938, 7758, 10561, 13307, 11253, 12120, 8907, 11656, 8918, 12227, 11762, 11245, 13507, 9385, 12712, 9271, 13158, 8830, 13800, 8201, 10631, 8779, 10046, 8445, 11020, 13567, 13052, 15159, 10136, 11527, 8517, 10090, 10447, 9214, 11528, 8191, 10366, 7880, 9843, 9977, 8635, 11172, 8685, 11142, 8270, 11946, 8748, 10036, 8735, 10479, 11054, 10022, 13873, 9542, 14573, 10844, 10619, 8942, 10992, 13855, 12495, 14401, 10859, 12712, 8529, 10918, 8825, 10444, 14795, 9338, 12990, 9070, 11586, 8368, 11877, 8192, 10078, 8038, 9692, 12880, 9440, 11380, 8892, 11694, 8802, 10537, 9364, 9855, 10245, 9620, 14443, 9296, 13577, 9695, 12389, 8489, 10652, 8913, 9596, 15094, 9006, 12267, 8405, 11176, 8572, 11522, 8300, 12523, 8392, 10545, 9486, 10913, 8454, 10379, 12751, 12488, 14783, 11395, 13369, 9317, 11144, 10725, 10754, 15029, 9995, 13827, 9067, 11721, 9390, 10298, 9060, 9761, 8865, 9491, 15188, 9507, 11231, 9379, 11029, 8812, 11307, 9019, 10607, 14232, 9573, 13156, 9168, 12458, 9092, 11699, 10757, 10069, 13302, 9634, 12291, 8805, 10581, 8745, 10635, 8955, 9652, 12149, 9660, 11167, 9272, 10925, 8384, 10094, 9014, 10245, 11652, 10471, 13693, 9463, 11897, 8686, 12067, 9704, 11669, 14352, 11823, 12968, 9103, 12547, 9063, 9763, 13845, 9090, 10762, 11053, 9076, 10907, 8473, 9795, 11541, 8121, 9783, 8409, 9187, 9265, 8969, 10115, 8257, 12216, 8449, 10153, 8597, 10990, 13740, 12116, 12467, 9712, 14888, 10170, 13902, 13163, 11014, 14885, 9624, 13708, 9355, 12593, 8800, 11442, 9426, 10462, 15378, 12040, 13346, 9595, 13082, 9359, 11154, 12702, 9926, 13982, 9667, 12417, 9267, 11402, 9569, 9810, 11424, 9823, 11568, 9214, 13732, 8749, 9646, 8516, 9878, 11222, 9262, 10755, 8901, 10379, 8426, 9849, 8548, 9533, 8315, 9663, 11108, 10143, 14050, 9822, 14397, 10538], 'WindowCenter': [4556.0, 4511.0, 4484.0, 4505.0, 4482.0, 4506.0, 4501.0, 4494.0, 4500.0, 4470.0, 4499.0, 4466.0, 4501.0, 4468.0, 4505.0, 4481.0, 4492.0, 4472.0, 4494.0, 4512.0, 4507.0, 4527.0, 4507.0, 4526.0, 4506.0, 4524.0, 4505.0, 4537.0, 4506.0, 4528.0, 4494.0, 4516.0, 4523.0, 4505.0, 4525.0, 4509.0, 4535.0, 4506.0, 4526.0, 4483.0, 4517.0, 4507.0, 4517.0, 4508.0, 4518.0, 4526.0, 4508.0, 4528.0, 4518.0, 4526.0, 4506.0, 4525.0, 4506.0, 4536.0, 4503.0, 4525.0, 4505.0, 4526.0, 4525.0, 4516.0, 4523.0, 4504.0, 4522.0, 4493.0, 4524.0, 4494.0, 4527.0, 4503.0, 4514.0, 4512.0, 4504.0, 4521.0, 4503.0, 4525.0, 4491.0, 4511.0, 4478.0, 4502.0, 4500.0, 4503.0, 4519.0, 4491.0, 4511.0, 4478.0, 4499.0, 4491.0, 4505.0, 4510.0, 4491.0, 4499.0, 4482.0, 4523.0, 4492.0, 4503.0, 4481.0, 4504.0, 4511.0, 4492.0, 4511.0, 4493.0, 4514.0, 4491.0, 4502.0, 4479.0, 4503.0, 4515.0, 4494.0, 4503.0, 4495.0, 4523.0, 4482.0, 4504.0, 4503.0, 4506.0, 4513.0, 4494.0, 4512.0, 4494.0, 4513.0, 4491.0, 4504.0, 4520.0, 4504.0, 4513.0, 4484.0, 4523.0, 4494.0, 4504.0, 4482.0, 4515.0, 4511.0, 4493.0, 4522.0, 4505.0, 4533.0, 4494.0, 4514.0, 4481.0, 4514.0, 4523.0, 4513.0, 4522.0, 4493.0, 4512.0, 4492.0, 4527.0, 4506.0, 4514.0, 4492.0, 4523.0, 4491.0, 4525.0, 4502.0, 4525.0, 4501.0, 4505.0, 4513.0, 4505.0, 4523.0, 4505.0, 4523.0, 4483.0, 4512.0, 4502.0, 4513.0, 4501.0, 4512.0, 4488.0, 4501.0, 4510.0, 4491.0, 4510.0, 4491.0, 4510.0, 4480.0, 4510.0, 4492.0, 4524.0, 4519.0, 4533.0, 4504.0, 4502.0, 4503.0, 4482.0, 4515.0, 4523.0, 4493.0, 4510.0, 4478.0, 4501.0, 4488.0, 4490.0, 4517.0, 4498.0, 4519.0, 4478.0, 4508.0, 4465.0, 4488.0, 4483.0, 4486.0, 4503.0, 4483.0, 4483.0, 4452.0, 4472.0, 4451.0, 4473.0, 4463.0, 4474.0, 4453.0, 4474.0, 4471.0, 4462.0, 4473.0, 4475.0, 4484.0, 4465.0, 4476.0, 4475.0, 4487.0, 4478.0, 4491.0, 4480.0, 4491.0, 4470.0, 4492.0, 4498.0, 4480.0, 4500.0, 4492.0, 4501.0, 4492.0, 4501.0, 4480.0, 4503.0, 4484.0, 4516.0, 4503.0, 4506.0, 4522.0, 4494.0, 4513.0, 4494.0, 4524.0, 4500.0, 4514.0, 4480.0, 4503.0, 4521.0, 4503.0, 4512.0, 4492.0, 4512.0, 4479.0, 4513.0, 4501.0, 4493.0, 4513.0, 4495.0, 4514.0, 4495.0, 4527.0, 4504.0, 4515.0, 4492.0, 4504.0, 4523.0, 4494.0, 4524.0, 4503.0, 4513.0, 4481.0, 4503.0, 4499.0, 4512.0, 4510.0, 4502.0, 4502.0, 4479.0, 4511.0, 4481.0, 4502.0, 4499.0, 4491.0, 4510.0, 4492.0, 4511.0, 4491.0, 4522.0, 4492.0, 4503.0, 4481.0, 4514.0, 4502.0, 4504.0, 4533.0, 4493.0, 4511.0, 4484.0, 4514.0, 4493.0, 4526.0, 4502.0, 4515.0, 4512.0, 4492.0, 4512.0, 4494.0, 4535.0, 4492.0, 4513.0, 4480.0, 4502.0, 4510.0, 4494.0, 4515.0, 4492.0, 4511.0, 4483.0, 4514.0, 4503.0, 4516.0, 4524.0, 4505.0, 4514.0, 4495.0, 4535.0, 4503.0, 4514.0, 4482.0, 4513.0, 4500.0, 4501.0, 4510.0, 4489.0, 4499.0, 4479.0, 4497.0, 4488.0, 4489.0, 4518.0, 4488.0, 4495.0, 4468.0, 4518.0, 4477.0, 4500.0, 4476.0, 4488.0, 4506.0, 4477.0, 4506.0, 4478.0, 4498.0, 4467.0, 4488.0, 4466.0, 4491.0, 4508.0, 4478.0, 4489.0, 4478.0, 4499.0, 4479.0, 4500.0, 4491.0, 4504.0, 4481.0, 4504.0, 4512.0, 4493.0, 4503.0, 4494.0, 4515.0, 4492.0, 4502.0, 4490.0, 4503.0, 4520.0, 4483.0, 4525.0, 4491.0, 4501.0, 4489.0, 4481.0, 4509.0, 4480.0, 4503.0, 4481.0, 4503.0, 4481.0, 4495.0, 4514.0, 4497.0, 4515.0, 4495.0, 4533.0, 4483.0, 4514.0, 4504.0, 4515.0, 4522.0, 4493.0, 4511.0, 4495.0, 4533.0, 4495.0, 4516.0, 4494.0, 4530.0, 4530.0, 4525.0, 4552.0, 4530.0, 4516.0, 4494.0, 4504.0, 4516.0, 4522.0, 4517.0, 4534.0, 4526.0, 4516.0, 4513.0, 4510.0, 4523.0, 4539.0, 4519.0, 4497.0, 4501.0, 4496.0, 4512.0, 4530.0, 4502.0, 4506.0, 4499.0, 4507.0, 4487.0, 4508.0, 4476.0, 4485.0, 4474.0, 4485.0, 4485.0, 4488.0, 4497.0, 4507.0, 4476.0, 4500.0, 4496.0, 4500.0, 4509.0, 4500.0, 4500.0, 4500.0, 4510.0, 4489.0, 4511.0, 4500.0, 4500.0, 4489.0, 4502.0, 4507.0, 4501.0, 4521.0, 4503.0, 4510.0, 4503.0, 4523.0, 4501.0, 4537.0, 4514.0, 4514.0, 4491.0, 4515.0, 4522.0, 4523.0, 4544.0, 4505.0, 4522.0, 4505.0, 4523.0, 4494.0, 4545.0, 4502.0, 4536.0, 4493.0, 4525.0, 4513.0, 4524.0, 4530.0, 4533.0, 4530.0, 4501.0, 4510.0, 4501.0, 4521.0, 4491.0, 4521.0, 4479.0, 4511.0, 4500.0, 4515.0, 4530.0, 4511.0, 4519.0, 4500.0, 4521.0, 4491.0, 4522.0, 4501.0, 4511.0, 4469.0, 4502.0, 4518.0, 4501.0, 4520.0, 4489.0, 4508.0, 4490.0, 4531.0, 4490.0, 4513.0, 4499.0, 4513.0, 4508.0, 4502.0, 4519.0, 4503.0, 4521.0, 4492.0, 4511.0, 4491.0, 4511.0, 4490.0, 4521.0, 4520.0, 4511.0, 4508.0, 4501.0, 4520.0, 4505.0, 4533.0, 4501.0, 4513.0, 4488.0, 4503.0, 4520.0, 4501.0, 4520.0, 4502.0, 4511.0, 4479.0, 4502.0, 4513.0, 4505.0, 4522.0, 4503.0, 4512.0, 4493.0, 4533.0, 4504.0, 4526.0, 4523.0, 4525.0, 4530.0, 4502.0, 4521.0, 4493.0, 4543.0, 4492.0, 4513.0, 4500.0, 4504.0, 4529.0, 4501.0, 4520.0, 4489.0, 4520.0, 4487.0, 4510.0, 4530.0, 4498.0, 4509.0, 4489.0, 4509.0, 4488.0, 4513.0, 4521.0, 4489.0, 4516.0, 4488.0, 4518.0, 4491.0, 4502.0, 4490.0, 4502.0, 4521.0, 4502.0, 4522.0, 4492.0, 4524.0, 4503.0, 4514.0, 4481.0, 4526.0, 4533.0, 4524.0, 4521.0, 4504.0, 4522.0, 4492.0, 4523.0, 4510.0, 4513.0, 4517.0, 4499.0, 4518.0, 4500.0, 4522.0, 4500.0, 4530.0, 4479.0, 4512.0, 4489.0, 4501.0, 4489.0, 4514.0, 4521.0, 4533.0, 4532.0, 4501.0, 4508.0, 4489.0, 4501.0, 4497.0, 4501.0, 4511.0, 4493.0, 4511.0, 4479.0, 4512.0, 4501.0, 4504.0, 4521.0, 4502.0, 4521.0, 4503.0, 4522.0, 4501.0, 4514.0, 4490.0, 4513.0, 4510.0, 4512.0, 4520.0, 4500.0, 4533.0, 4500.0, 4500.0, 4488.0, 4510.0, 4517.0, 4523.0, 4518.0, 4498.0, 4507.0, 4474.0, 4497.0, 4476.0, 4509.0, 4518.0, 4487.0, 4504.0, 4487.0, 4507.0, 4479.0, 4509.0, 4479.0, 4500.0, 4478.0, 4501.0, 4519.0, 4502.0, 4508.0, 4500.0, 4520.0, 4491.0, 4513.0, 4502.0, 4503.0, 4499.0, 4501.0, 4529.0, 4502.0, 4531.0, 4500.0, 4520.0, 4490.0, 4511.0, 4489.0, 4502.0, 4530.0, 4491.0, 4518.0, 4492.0, 4523.0, 4504.0, 4522.0, 4503.0, 4531.0, 4493.0, 4526.0, 4503.0, 4513.0, 4492.0, 4513.0, 4522.0, 4523.0, 4529.0, 4509.0, 4517.0, 4490.0, 4499.0, 4497.0, 4499.0, 4516.0, 4498.0, 4504.0, 4488.0, 4508.0, 4488.0, 4500.0, 4487.0, 4498.0, 4488.0, 4500.0, 4530.0, 4501.0, 4508.0, 4500.0, 4510.0, 4490.0, 4512.0, 4488.0, 4512.0, 4518.0, 4501.0, 4518.0, 4500.0, 4520.0, 4490.0, 4524.0, 4509.0, 4500.0, 4517.0, 4499.0, 4508.0, 4500.0, 4509.0, 4489.0, 4511.0, 4500.0, 4515.0, 4534.0, 4514.0, 4521.0, 4502.0, 4513.0, 4491.0, 4514.0, 4501.0, 4514.0, 4519.0, 4512.0, 4535.0, 4502.0, 4522.0, 4491.0, 4523.0, 4500.0, 4524.0, 4529.0, 4510.0, 4517.0, 4490.0, 4521.0, 4501.0, 4513.0, 4517.0, 4490.0, 4510.0, 4496.0, 4488.0, 4510.0, 4477.0, 4500.0, 4508.0, 4491.0, 4514.0, 4491.0, 4515.0, 4502.0, 4514.0, 4524.0, 4517.0, 4546.0, 4518.0, 4528.0, 4505.0, 4526.0, 4545.0, 4536.0, 4522.0, 4512.0, 4544.0, 4513.0, 4534.0, 4518.0, 4511.0, 4518.0, 4499.0, 4519.0, 4499.0, 4520.0, 4489.0, 4510.0, 4487.0, 4500.0, 4529.0, 4509.0, 4515.0, 4488.0, 4507.0, 4477.0, 4498.0, 4504.0, 4487.0, 4505.0, 4487.0, 4506.0, 4487.0, 4509.0, 4487.0, 4499.0, 4496.0, 4498.0, 4496.0, 4487.0, 4519.0, 4478.0, 4499.0, 4488.0, 4512.0, 4511.0, 4514.0, 4513.0, 4501.0, 4512.0, 4492.0, 4512.0, 4503.0, 4516.0, 4505.0, 4515.0, 4523.0, 4526.0, 4543.0, 4514.0, 4545.0, 4513.0], 'WindowWidth': [10013.0, 9939.0, 9889.0, 9917.0, 9880.0, 9919.0, 9905.0, 9897.0, 9901.0, 9859.0, 9896.0, 9849.0, 9901.0, 9857.0, 9916.0, 9876.0, 9894.0, 9864.0, 9900.0, 9922.0, 9924.0, 9951.0, 9922.0, 9945.0, 9921.0, 9943.0, 9918.0, 9966.0, 9922.0, 9951.0, 9900.0, 9936.0, 9939.0, 9918.0, 9945.0, 9932.0, 9959.0, 9919.0, 9947.0, 9884.0, 9937.0, 9922.0, 9938.0, 9924.0, 9940.0, 9949.0, 9926.0, 9955.0, 9940.0, 9948.0, 9920.0, 9945.0, 9922.0, 9963.0, 9911.0, 9944.0, 9916.0, 9948.0, 9943.0, 9934.0, 9940.0, 9915.0, 9936.0, 9898.0, 9940.0, 9903.0, 9954.0, 9912.0, 9927.0, 9920.0, 9914.0, 9931.0, 9910.0, 9945.0, 9890.0, 9917.0, 9868.0, 9906.0, 9899.0, 9909.0, 9928.0, 9890.0, 9917.0, 9869.0, 9900.0, 9892.0, 9916.0, 9917.0, 9891.0, 9899.0, 9882.0, 9937.0, 9897.0, 9912.0, 9880.0, 9914.0, 9919.0, 9895.0, 9918.0, 9899.0, 9930.0, 9892.0, 9908.0, 9875.0, 9912.0, 9928.0, 9903.0, 9912.0, 9902.0, 9940.0, 9880.0, 9916.0, 9911.0, 9919.0, 9925.0, 9900.0, 9922.0, 9899.0, 9926.0, 9893.0, 9916.0, 9933.0, 9913.0, 9923.0, 9885.0, 9939.0, 9901.0, 9915.0, 9881.0, 9931.0, 9919.0, 9899.0, 9937.0, 9919.0, 9955.0, 9899.0, 9929.0, 9878.0, 9928.0, 9940.0, 9927.0, 9936.0, 9900.0, 9922.0, 9898.0, 9949.0, 9920.0, 9926.0, 9897.0, 9941.0, 9893.0, 9947.0, 9910.0, 9946.0, 9905.0, 9917.0, 9924.0, 9917.0, 9939.0, 9916.0, 9938.0, 9884.0, 9924.0, 9907.0, 9927.0, 9904.0, 9922.0, 9884.0, 9905.0, 9915.0, 9893.0, 9916.0, 9893.0, 9914.0, 9877.0, 9916.0, 9896.0, 9943.0, 9943.0, 9954.0, 9915.0, 9909.0, 9914.0, 9882.0, 9931.0, 9940.0, 9895.0, 9914.0, 9867.0, 9905.0, 9882.0, 9889.0, 9921.0, 9896.0, 9926.0, 9866.0, 9907.0, 9842.0, 9880.0, 9866.0, 9875.0, 9894.0, 9865.0, 9861.0, 9822.0, 9847.0, 9819.0, 9850.0, 9838.0, 9854.0, 9823.0, 9855.0, 9846.0, 9839.0, 9852.0, 9860.0, 9872.0, 9847.0, 9861.0, 9860.0, 9878.0, 9868.0, 9892.0, 9876.0, 9891.0, 9860.0, 9895.0, 9897.0, 9877.0, 9901.0, 9894.0, 9904.0, 9894.0, 9905.0, 9876.0, 9912.0, 9888.0, 9935.0, 9911.0, 9920.0, 9936.0, 9900.0, 9926.0, 9900.0, 9943.0, 9903.0, 9925.0, 9875.0, 9911.0, 9933.0, 9912.0, 9921.0, 9895.0, 9922.0, 9873.0, 9926.0, 9907.0, 9900.0, 9922.0, 9904.0, 9926.0, 9902.0, 9952.0, 9917.0, 9931.0, 9895.0, 9915.0, 9936.0, 9901.0, 9944.0, 9911.0, 9923.0, 9878.0, 9911.0, 9899.0, 9923.0, 9917.0, 9905.0, 9905.0, 9872.0, 9917.0, 9876.0, 9910.0, 9899.0, 9891.0, 9913.0, 9894.0, 9917.0, 9892.0, 9935.0, 9896.0, 9912.0, 9880.0, 9928.0, 9908.0, 9916.0, 9954.0, 9899.0, 9919.0, 9886.0, 9927.0, 9899.0, 9948.0, 9909.0, 9928.0, 9919.0, 9896.0, 9921.0, 9901.0, 9957.0, 9893.0, 9923.0, 9874.0, 9908.0, 9914.0, 9900.0, 9930.0, 9895.0, 9920.0, 9882.0, 9930.0, 9912.0, 9935.0, 9943.0, 9918.0, 9928.0, 9903.0, 9958.0, 9911.0, 9926.0, 9878.0, 9923.0, 9900.0, 9906.0, 9915.0, 9885.0, 9897.0, 9869.0, 9895.0, 9881.0, 9886.0, 9922.0, 9881.0, 9888.0, 9853.0, 9922.0, 9867.0, 9901.0, 9862.0, 9883.0, 9903.0, 9864.0, 9904.0, 9869.0, 9895.0, 9850.0, 9881.0, 9848.0, 9892.0, 9907.0, 9870.0, 9884.0, 9871.0, 9898.0, 9873.0, 9904.0, 9893.0, 9913.0, 9878.0, 9914.0, 9920.0, 9898.0, 9910.0, 9899.0, 9930.0, 9896.0, 9909.0, 9888.0, 9911.0, 9929.0, 9882.0, 9945.0, 9890.0, 9906.0, 9883.0, 9878.0, 9913.0, 9876.0, 9911.0, 9877.0, 9912.0, 9877.0, 9904.0, 9927.0, 9909.0, 9930.0, 9903.0, 9953.0, 9883.0, 9930.0, 9914.0, 9931.0, 9935.0, 9899.0, 9919.0, 9902.0, 9955.0, 9905.0, 9932.0, 9901.0, 9960.0, 9963.0, 9946.0, 9997.0, 9957.0, 9925.0, 9897.0, 9908.0, 9933.0, 9935.0, 9935.0, 9954.0, 9946.0, 9934.0, 9929.0, 9917.0, 9942.0, 9960.0, 9930.0, 9895.0, 9906.0, 9892.0, 9924.0, 9943.0, 9908.0, 9905.0, 9902.0, 9909.0, 9880.0, 9911.0, 9864.0, 9877.0, 9859.0, 9877.0, 9875.0, 9884.0, 9893.0, 9909.0, 9868.0, 9904.0, 9893.0, 9905.0, 9918.0, 9907.0, 9904.0, 9906.0, 9919.0, 9890.0, 9923.0, 9906.0, 9907.0, 9888.0, 9912.0, 9911.0, 9910.0, 9936.0, 9914.0, 9919.0, 9916.0, 9943.0, 9911.0, 9968.0, 9933.0, 9932.0, 9895.0, 9933.0, 9937.0, 9944.0, 9975.0, 9922.0, 9939.0, 9922.0, 9941.0, 9904.0, 9974.0, 9915.0, 9967.0, 9902.0, 9949.0, 9927.0, 9947.0, 9949.0, 9957.0, 9946.0, 9910.0, 9918.0, 9909.0, 9936.0, 9895.0, 9935.0, 9877.0, 9923.0, 9906.0, 9935.0, 9948.0, 9924.0, 9930.0, 9907.0, 9934.0, 9894.0, 9940.0, 9907.0, 9921.0, 9861.0, 9909.0, 9926.0, 9908.0, 9933.0, 9889.0, 9913.0, 9892.0, 9947.0, 9892.0, 9927.0, 9905.0, 9927.0, 9914.0, 9910.0, 9931.0, 9915.0, 9936.0, 9899.0, 9922.0, 9895.0, 9922.0, 9892.0, 9938.0, 9932.0, 9922.0, 9915.0, 9910.0, 9933.0, 9920.0, 9955.0, 9909.0, 9927.0, 9888.0, 9916.0, 9934.0, 9909.0, 9933.0, 9910.0, 9922.0, 9876.0, 9913.0, 9926.0, 9922.0, 9940.0, 9916.0, 9926.0, 9904.0, 9957.0, 9919.0, 9953.0, 9941.0, 9947.0, 9948.0, 9911.0, 9935.0, 9899.0, 9966.0, 9895.0, 9926.0, 9905.0, 9916.0, 9946.0, 9909.0, 9932.0, 9890.0, 9932.0, 9883.0, 9919.0, 9947.0, 9901.0, 9913.0, 9889.0, 9917.0, 9885.0, 9927.0, 9936.0, 9890.0, 9921.0, 9887.0, 9926.0, 9896.0, 9912.0, 9891.0, 9912.0, 9934.0, 9912.0, 9940.0, 9900.0, 9946.0, 9914.0, 9932.0, 9884.0, 9951.0, 9958.0, 9945.0, 9937.0, 9917.0, 9940.0, 9898.0, 9943.0, 9918.0, 9926.0, 9924.0, 9904.0, 9926.0, 9905.0, 9936.0, 9906.0, 9944.0, 9875.0, 9925.0, 9890.0, 9908.0, 9890.0, 9930.0, 9933.0, 9955.0, 9952.0, 9905.0, 9912.0, 9888.0, 9908.0, 9896.0, 9907.0, 9922.0, 9899.0, 9921.0, 9877.0, 9927.0, 9907.0, 9918.0, 9934.0, 9915.0, 9937.0, 9916.0, 9941.0, 9911.0, 9932.0, 9895.0, 9929.0, 9919.0, 9926.0, 9934.0, 9908.0, 9954.0, 9902.0, 9904.0, 9885.0, 9917.0, 9922.0, 9938.0, 9926.0, 9899.0, 9907.0, 9861.0, 9896.0, 9864.0, 9918.0, 9924.0, 9882.0, 9900.0, 9882.0, 9911.0, 9876.0, 9914.0, 9875.0, 9906.0, 9873.0, 9909.0, 9931.0, 9910.0, 9913.0, 9907.0, 9932.0, 9895.0, 9928.0, 9910.0, 9914.0, 9902.0, 9909.0, 9945.0, 9913.0, 9949.0, 9905.0, 9932.0, 9890.0, 9922.0, 9887.0, 9911.0, 9946.0, 9895.0, 9928.0, 9900.0, 9943.0, 9920.0, 9941.0, 9917.0, 9953.0, 9903.0, 9952.0, 9914.0, 9928.0, 9896.0, 9929.0, 9937.0, 9943.0, 9945.0, 9916.0, 9923.0, 9890.0, 9902.0, 9895.0, 9903.0, 9919.0, 9898.0, 9901.0, 9886.0, 9912.0, 9884.0, 9906.0, 9883.0, 9901.0, 9885.0, 9907.0, 9945.0, 9910.0, 9914.0, 9907.0, 9920.0, 9891.0, 9924.0, 9885.0, 9923.0, 9927.0, 9906.0, 9928.0, 9907.0, 9933.0, 9892.0, 9946.0, 9916.0, 9906.0, 9924.0, 9902.0, 9913.0, 9908.0, 9915.0, 9892.0, 9924.0, 9907.0, 9934.0, 9962.0, 9933.0, 9937.0, 9912.0, 9928.0, 9898.0, 9931.0, 9911.0, 9933.0, 9931.0, 9928.0, 9959.0, 9913.0, 9938.0, 9896.0, 9941.0, 9906.0, 9944.0, 9943.0, 9920.0, 9926.0, 9892.0, 9936.0, 9911.0, 9930.0, 9927.0, 9892.0, 9919.0, 9892.0, 9887.0, 9920.0, 9870.0, 9906.0, 9914.0, 9896.0, 9933.0, 9899.0, 9935.0, 9913.0, 9936.0, 9948.0, 9944.0, 9981.0, 9944.0, 9958.0, 9922.0, 9953.0, 9976.0, 9964.0, 9939.0, 9928.0, 9972.0, 9927.0, 9961.0, 9927.0, 9921.0, 9926.0, 9902.0, 9930.0, 9904.0, 9932.0, 9889.0, 9917.0, 9883.0, 9906.0, 9944.0, 9916.0, 9918.0, 9886.0, 9910.0, 9867.0, 9899.0, 9901.0, 9881.0, 9901.0, 9881.0, 9905.0, 9883.0, 9915.0, 9880.0, 9900.0, 9893.0, 9899.0, 9894.0, 9884.0, 9928.0, 9872.0, 9903.0, 9885.0, 9926.0, 9922.0, 9934.0, 9928.0, 9910.0, 9925.0, 9899.0, 9928.0, 9916.0, 9937.0, 9920.0, 9937.0, 9943.0, 9952.0, 9972.0, 9933.0, 9974.0, 9928.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.0005896555683122847</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03916053386911596</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.3566463821034</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2136311474022994</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9379676908965531</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4603</td></tr>
|
|
<tr><td colspan=3>fber</td><td>9370.3301</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0868288781965654</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.3295063145809416</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364253540974619</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.302422036015072</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.48486084984721</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3054777370615755</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0112854</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0029091662727296352</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027180787175893784</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.281601162869941</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>26.3379</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4794</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.4674</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300505.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.0712</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.1289</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3752.5846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3950.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76039.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1512.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4799.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.546</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.516774812713265</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> |